/*!
 * Generated using the Bootstrap Customizer (http://getbootstrap.com/customize/?id=3cc8a8d4dc36a620b2d15fb4626f053a)
 * Config saved to config.json and https://gist.github.com/3cc8a8d4dc36a620b2d15fb4626f053a
 */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  background-color: #ffffff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }

a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline; }

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-12 {
  width: 100%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-9 {
  width: 75%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-6 {
  width: 50%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-3 {
  width: 25%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-pull-11 {
  right: 91.66666667%; }

.col-xs-pull-10 {
  right: 83.33333333%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-8 {
  right: 66.66666667%; }

.col-xs-pull-7 {
  right: 58.33333333%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-5 {
  right: 41.66666667%; }

.col-xs-pull-4 {
  right: 33.33333333%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-2 {
  right: 16.66666667%; }

.col-xs-pull-1 {
  right: 8.33333333%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-push-11 {
  left: 91.66666667%; }

.col-xs-push-10 {
  left: 83.33333333%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-8 {
  left: 66.66666667%; }

.col-xs-push-7 {
  left: 58.33333333%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-5 {
  left: 41.66666667%; }

.col-xs-push-4 {
  left: 33.33333333%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-2 {
  left: 16.66666667%; }

.col-xs-push-1 {
  left: 8.33333333%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-offset-12 {
  margin-left: 100%; }

.col-xs-offset-11 {
  margin-left: 91.66666667%; }

.col-xs-offset-10 {
  margin-left: 83.33333333%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-8 {
  margin-left: 66.66666667%; }

.col-xs-offset-7 {
  margin-left: 58.33333333%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-5 {
  margin-left: 41.66666667%; }

.col-xs-offset-4 {
  margin-left: 33.33333333%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-2 {
  margin-left: 16.66666667%; }

.col-xs-offset-1 {
  margin-left: 8.33333333%; }

.col-xs-offset-0 {
  margin-left: 0%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-11 {
    width: 91.66666667%; }
  .col-sm-10 {
    width: 83.33333333%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-8 {
    width: 66.66666667%; }
  .col-sm-7 {
    width: 58.33333333%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-5 {
    width: 41.66666667%; }
  .col-sm-4 {
    width: 33.33333333%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-2 {
    width: 16.66666667%; }
  .col-sm-1 {
    width: 8.33333333%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-pull-11 {
    right: 91.66666667%; }
  .col-sm-pull-10 {
    right: 83.33333333%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-8 {
    right: 66.66666667%; }
  .col-sm-pull-7 {
    right: 58.33333333%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-5 {
    right: 41.66666667%; }
  .col-sm-pull-4 {
    right: 33.33333333%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-2 {
    right: 16.66666667%; }
  .col-sm-pull-1 {
    right: 8.33333333%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-push-11 {
    left: 91.66666667%; }
  .col-sm-push-10 {
    left: 83.33333333%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-8 {
    left: 66.66666667%; }
  .col-sm-push-7 {
    left: 58.33333333%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-5 {
    left: 41.66666667%; }
  .col-sm-push-4 {
    left: 33.33333333%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-2 {
    left: 16.66666667%; }
  .col-sm-push-1 {
    left: 8.33333333%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-offset-12 {
    margin-left: 100%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-0 {
    margin-left: 0%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-12 {
    width: 100%; }
  .col-md-11 {
    width: 91.66666667%; }
  .col-md-10 {
    width: 83.33333333%; }
  .col-md-9 {
    width: 75%; }
  .col-md-8 {
    width: 66.66666667%; }
  .col-md-7 {
    width: 58.33333333%; }
  .col-md-6 {
    width: 50%; }
  .col-md-5 {
    width: 41.66666667%; }
  .col-md-4 {
    width: 33.33333333%; }
  .col-md-3 {
    width: 25%; }
  .col-md-2 {
    width: 16.66666667%; }
  .col-md-1 {
    width: 8.33333333%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-pull-11 {
    right: 91.66666667%; }
  .col-md-pull-10 {
    right: 83.33333333%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-8 {
    right: 66.66666667%; }
  .col-md-pull-7 {
    right: 58.33333333%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-5 {
    right: 41.66666667%; }
  .col-md-pull-4 {
    right: 33.33333333%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-2 {
    right: 16.66666667%; }
  .col-md-pull-1 {
    right: 8.33333333%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-push-11 {
    left: 91.66666667%; }
  .col-md-push-10 {
    left: 83.33333333%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-8 {
    left: 66.66666667%; }
  .col-md-push-7 {
    left: 58.33333333%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-5 {
    left: 41.66666667%; }
  .col-md-push-4 {
    left: 33.33333333%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-2 {
    left: 16.66666667%; }
  .col-md-push-1 {
    left: 8.33333333%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-offset-12 {
    margin-left: 100%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-0 {
    margin-left: 0%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-11 {
    width: 91.66666667%; }
  .col-lg-10 {
    width: 83.33333333%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-8 {
    width: 66.66666667%; }
  .col-lg-7 {
    width: 58.33333333%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-5 {
    width: 41.66666667%; }
  .col-lg-4 {
    width: 33.33333333%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-2 {
    width: 16.66666667%; }
  .col-lg-1 {
    width: 8.33333333%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-pull-11 {
    right: 91.66666667%; }
  .col-lg-pull-10 {
    right: 83.33333333%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-8 {
    right: 66.66666667%; }
  .col-lg-pull-7 {
    right: 58.33333333%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-5 {
    right: 41.66666667%; }
  .col-lg-pull-4 {
    right: 33.33333333%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-2 {
    right: 16.66666667%; }
  .col-lg-pull-1 {
    right: 8.33333333%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-push-11 {
    left: 91.66666667%; }
  .col-lg-push-10 {
    left: 83.33333333%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-8 {
    left: 66.66666667%; }
  .col-lg-push-7 {
    left: 58.33333333%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-5 {
    left: 41.66666667%; }
  .col-lg-push-4 {
    left: 33.33333333%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-2 {
    left: 16.66666667%; }
  .col-lg-push-1 {
    left: 8.33333333%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-offset-12 {
    margin-left: 100%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-0 {
    margin-left: 0%; } }

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table; }

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }

@media print {
  .visible-print-block {
    display: block !important; } }

.visible-print-inline {
  display: none !important; }

@media print {
  .visible-print-inline {
    display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }

@media print {
  .visible-print-inline-block {
    display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: BrandonText;
  font-style: normal;
  font-weight: 300;
  src: url("../font/32A573_0_0.eot");
  src: url("../font/32A573_0_0.eot?#iefix") format("embedded-opentype"), url("../font/32A573_0_0.woff2") format("woff2"), url("../font/32A573_0_0.woff") format("woff"), url("../font/32A573_0_0.ttf") format("truetype"); }

@font-face {
  font-family: BrandonText;
  font-style: italic;
  font-weight: 400;
  src: url("../font/32A51D_1_0.eot");
  src: url("../font/32A51D_1_0.eot?#iefix") format("embedded-opentype"), url("../font/32A51D_1_0.woff2") format("woff2"), url("../font/32A51D_1_0.woff") format("woff"), url("../font/32A51D_1_0.ttf") format("truetype"); }

@font-face {
  font-family: BrandonText;
  font-style: normal;
  font-weight: 400;
  src: url("../font/32A51D_2_0.eot");
  src: url("../font/32A51D_2_0.eot?#iefix") format("embedded-opentype"), url("../font/32A51D_2_0.woff2") format("woff2"), url("../font/32A51D_2_0.woff") format("woff"), url("../font/32A51D_2_0.ttf") format("truetype"); }

@font-face {
  font-family: BrandonText;
  font-style: normal;
  font-weight: 500;
  src: url("../font/32A51D_3_0.eot");
  src: url("../font/32A51D_3_0.eot?#iefix") format("embedded-opentype"), url("../font/32A51D_3_0.woff2") format("woff2"), url("../font/32A51D_3_0.woff") format("woff"), url("../font/32A51D_3_0.ttf") format("truetype"); }

@font-face {
  font-family: BrandonText;
  font-style: normal;
  font-weight: 700;
  src: url("../font/32A51D_0_0.eot");
  src: url("../font/32A51D_0_0.eot?#iefix") format("embedded-opentype"), url("../font/32A51D_0_0.woff2") format("woff2"), url("../font/32A51D_0_0.woff") format("woff"), url("../font/32A51D_0_0.ttf") format("truetype"); }

.btn-with-blue-bg-white-border {
  display: block;
  height: 40px;
  line-height: 38px;
  border-radius: 4px;
  background-color: #005a9b;
  border: solid 1px #fff;
  font-size: 12px;
  font-stretch: normal;
  letter-spacing: 0.1px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  transition: all 0.3s ease-out; }
  .btn-with-blue-bg-white-border:hover, .btn-with-blue-bg-white-border:focus {
    background-color: #004678;
    color: #fff;
    text-decoration: none; }

.btn-with-orange1-bg-icon {
  display: inline-block;
  position: relative;
  height: 40px;
  line-height: 40px;
  border-radius: 3px;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: white;
  padding: 0px 11px 0px 36px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  overflow: hidden; }
  .btn-with-orange1-bg-icon:before, .btn-with-orange1-bg-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 224, 40, 0.98), #febf12);
    border-radius: 3px;
    z-index: -1; }
  .btn-with-orange1-bg-icon:after {
    opacity: 0;
    background: linear-gradient(to top, #fcba14, #f6ab1c);
    transition: opacity 0.3s ease-in-out; }
  .btn-with-orange1-bg-icon:hover::after {
    opacity: 1; }
  .btn-with-orange1-bg-icon:hover, .btn-with-orange1-bg-icon:focus {
    color: #fff;
    text-decoration: none; }
  .btn-with-orange1-bg-icon .ico {
    content: '';
    width: 21px;
    height: 22px;
    position: absolute;
    top: 9px;
    left: 12px;
    background: url("../img/Free-trial.svg") no-repeat; }

.btn-with-orange1-bg-no-icon {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  padding: 0px 13px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 1;
  font-weight: 500; }
  .btn-with-orange1-bg-no-icon:before, .btn-with-orange1-bg-no-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #FAA61E, #FEBF12);
    border-radius: 3px;
    z-index: -1; }
  .btn-with-orange1-bg-no-icon:after {
    opacity: 0;
    background: linear-gradient(to bottom, #FFD544, #FEBF12);
    transition: opacity 0.3s ease-in-out; }
  .btn-with-orange1-bg-no-icon:hover::after {
    opacity: 1; }
  .btn-with-orange1-bg-no-icon:hover, .btn-with-orange1-bg-no-icon:focus {
    color: #fff;
    text-decoration: none; }

.btn-with-new-blue-no-icon {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  position: relative;
  font-size: 14px;
  font-stretch: normal;
  letter-spacing: 0.5px;
  text-align: center;
  color: #fff;
  padding: 0px 13px;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 1; }
  .btn-with-new-blue-no-icon:before, .btn-with-new-blue-no-icon:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, #44ABC6, #5FD1EF);
    border-radius: 3px;
    z-index: -1; }
  .btn-with-new-blue-no-icon:after {
    opacity: 0;
    background: linear-gradient(to bottom, #44ABC6, #5FD1EF);
    transition: opacity 0.3s ease-in-out; }
  .btn-with-new-blue-no-icon:hover::after {
    opacity: 1; }
  .btn-with-new-blue-no-icon:hover, .btn-with-new-blue-no-icon:focus {
    color: #fff;
    text-decoration: none; }

.btn-with-blue-bg-gradient {
  display: block;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  position: relative;
  padding: 0px 9px 0px 8px;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  font-stretch: normal;
  letter-spacing: 0.6px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-out;
  overflow: hidden;
  z-index: 1; }
  .btn-with-blue-bg-gradient:before, .btn-with-blue-bg-gradient:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, #006ab7, #005a9b);
    border-radius: 3px;
    z-index: -1; }
  .btn-with-blue-bg-gradient:after {
    opacity: 0;
    background: linear-gradient(to top, #0069b6, #005a9b);
    transition: opacity 0.3s ease-in-out; }
  .btn-with-blue-bg-gradient:hover::after {
    opacity: 1; }
  .btn-with-blue-bg-gradient:hover, .btn-with-blue-bg-gradient:focus {
    color: #fff;
    text-decoration: none; }

.btn-with-orange4-border {
  display: block;
  height: 44px;
  line-height: 40px;
  border: solid 2px #faa61e;
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #faa61e;
  text-transform: uppercase;
  transition: all 0.3s ease-out; }
  .btn-with-orange4-border:hover, .btn-with-orange4-border:focus {
    color: #fff;
    background-color: #faa61e;
    text-decoration: none; }

.btn-with-blue2-border {
  display: block;
  height: 44px;
  line-height: 40px;
  border: solid 2px #3ca6e4;
  text-align: center;
  border-radius: 7px;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: 0.1px;
  color: #3ca6e4;
  text-transform: uppercase;
  transition: all 0.3s ease-out; }
  .btn-with-blue2-border:hover, .btn-with-blue2-border:focus {
    color: #fff;
    background-color: #3ca6e4;
    text-decoration: none; }

body {
  font-family: BrandonText;
  background-color: black; }

* {
  padding: 0;
  margin: 0;
  outline: none; }

.footer-animate {
  position: relative;
  z-index: 100;
  background: #fff; }
  .footer-animate:before, .footer-animate:after {
    content: "";
    display: table; }
  .footer-animate:after {
    clear: both; }

.doo-header-partial {
  position: relative;
  z-index: 1000000; }
  .doo-header-partial.fixed {
    position: fixed;
    width: 100%;
    top: 0; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-header-partial {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; } }
  @media only screen and (max-width: 767px) {
    .doo-header-partial {
      position: fixed;
      width: 100%;
      top: 0;
      left: 0; } }
  .doo-header-partial .select1 {
    height: 88px;
    background-color: #006ab7; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-header-partial .select1 {
        height: 68px; } }
    @media only screen and (max-width: 767px) {
      .doo-header-partial .select1 {
        height: 68px; } }
    .doo-header-partial .select1.out {
      margin-top: 0px !important; }
      .doo-header-partial .select1.out .message-cookie {
        opacity: 0; }
    .doo-header-partial .select1.custom-style h4 {
      margin-top: 10px; }
    .doo-header-partial .select1 .message-cookie {
      display: none;
      padding-top: 8px;
      padding-bottom: 8px;
      background-color: #074878;
      position: absolute;
      top: -55px;
      left: 0;
      right: 0;
      width: 100%;
      height: 55px;
      z-index: 9999; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .message-cookie {
          height: 70px;
          top: -70px; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .message-cookie {
          height: auto;
          top: -110px; } }
      .doo-header-partial .select1 .message-cookie h4 {
        color: #fff;
        font-size: 13px;
        font-weight: 300;
        line-height: 18px; }
      .doo-header-partial .select1 .message-cookie a:hover {
        color: #337ab7; }
      .doo-header-partial .select1 .message-cookie .btn-close {
        height: 30px;
        width: 30px;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 100%;
        position: absolute;
        top: 5px;
        right: 0;
        cursor: pointer;
        transition: all 0.3s ease-out;
        border: none; }
        .doo-header-partial .select1 .message-cookie .btn-close:hover {
          background-color: rgba(0, 0, 0, 0.2); }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .doo-header-partial .select1 .message-cookie .btn-close {
            right: 20%; } }
        @media only screen and (max-width: 767px) {
          .doo-header-partial .select1 .message-cookie .btn-close {
            right: 22%; } }
        .doo-header-partial .select1 .message-cookie .btn-close .close {
          width: 16px;
          height: 16px;
          position: relative;
          box-sizing: border-box;
          display: inline-block;
          margin-top: 8px; }
          .doo-header-partial .select1 .message-cookie .btn-close .close:before, .doo-header-partial .select1 .message-cookie .btn-close .close:after {
            width: 16px;
            height: 1px;
            transform: rotate(-45deg);
            content: '';
            position: absolute;
            top: 50%;
            left: 50%;
            margin-top: -1px;
            margin-left: -1px;
            display: block;
            background-color: #fff;
            transition: all 0.2s ease-out; }
            @media only screen and (min-width: 768px) and (max-width: 991px) {
              .doo-header-partial .select1 .message-cookie .btn-close .close:before, .doo-header-partial .select1 .message-cookie .btn-close .close:after {
                margin-top: 2px;
                margin-left: 2px; } }
            @media only screen and (max-width: 767px) {
              .doo-header-partial .select1 .message-cookie .btn-close .close:before, .doo-header-partial .select1 .message-cookie .btn-close .close:after {
                margin-top: 2px;
                margin-left: 2px; } }
          .doo-header-partial .select1 .message-cookie .btn-close .close:after {
            transform: rotate(45deg); }
          @media only screen and (min-width: 768px) and (max-width: 991px) {
            .doo-header-partial .select1 .message-cookie .btn-close .close {
              margin-top: 5px;
              left: -3px; } }
          @media only screen and (max-width: 767px) {
            .doo-header-partial .select1 .message-cookie .btn-close .close {
              margin-top: 5px;
              left: -3px; } }
    .doo-header-partial .select1 .leng-wrap {
      float: right;
      margin: 38px 2px 0px 0;
      cursor: pointer;
      position: relative; }
      .doo-header-partial .select1 .leng-wrap .lang {
        font-size: 13px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #efefef;
        text-transform: uppercase; }
        .doo-header-partial .select1 .leng-wrap .lang:hover {
          color: #12bffe; }
        .doo-header-partial .select1 .leng-wrap .lang:after {
          border-top: 4px solid;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent;
          display: inline-block;
          width: 0;
          height: 0;
          content: "";
          margin: 0 0 2px 5px; }
      .doo-header-partial .select1 .leng-wrap .lang-name {
        position: absolute;
        width: 62px;
        height: 75px;
        background-color: #0074c9;
        box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        top: 33px;
        right: 0;
        z-index: 10;
        padding: 13px 15px;
        display: none; }
        .doo-header-partial .select1 .leng-wrap .lang-name:after {
          content: "";
          width: 0;
          height: 0;
          border-bottom: 9px solid #0074c9;
          border-right: 6px solid transparent;
          border-left: 6px solid transparent;
          position: absolute;
          top: -9px;
          right: 17px;
          z-index: 9; }
        .doo-header-partial .select1 .leng-wrap .lang-name.active {
          display: block; }
        .doo-header-partial .select1 .leng-wrap .lang-name a {
          height: 17px;
          font-family: BrandonText;
          font-size: 13px;
          letter-spacing: 0px;
          text-align: right;
          color: #ffffff;
          text-transform: uppercase;
          text-decoration: none;
          transition: color .3s ease;
          display: inline-block;
          width: 100%;
          margin: 4px 0; }
          .doo-header-partial .select1 .leng-wrap .lang-name a:hover {
            color: #12bffe; }
          .doo-header-partial .select1 .leng-wrap .lang-name a::before {
            content: "";
            display: none;
            background: url("../img/check-lang.png") no-repeat center;
            height: 7px;
            width: 8px;
            position: relative;
            left: -7px;
            background-size: contain; }
          .doo-header-partial .select1 .leng-wrap .lang-name a.active-lang:before {
            display: inline-block; }
    .doo-header-partial .select1 .burger-menu {
      position: relative;
      z-index: 999999999999999;
      display: none;
      float: left;
      cursor: pointer;
      margin: 26px 25px 27px 0;
      width: 30px;
      height: 18px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .burger-menu {
          display: block; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .burger-menu {
          display: block;
          margin: 26px 20px 27px 0; } }
    .doo-header-partial .select1 .bar,
    .doo-header-partial .select1 .bar:after,
    .doo-header-partial .select1 .bar:before {
      width: 30px;
      height: 2px; }
    .doo-header-partial .select1 .bar {
      position: relative;
      transform: translateY(8px);
      background: white;
      transition: all 0ms 300ms; }
      .doo-header-partial .select1 .bar.animate {
        background: rgba(255, 255, 255, 0); }
    .doo-header-partial .select1 .bar:before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 8px;
      background: white;
      transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .doo-header-partial .select1 .bar:after {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      background: white;
      transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .doo-header-partial .select1 .bar.animate:after {
      top: 0;
      transform: rotate(45deg);
      transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .doo-header-partial .select1 .bar.animate:before {
      bottom: 0;
      transform: rotate(-45deg);
      transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1); }
    .doo-header-partial .select1 .header-logo {
      display: none;
      width: 93px;
      height: 40px;
      background: url("../img/logo.svg") no-repeat;
      background-size: contain;
      margin: 21px 0 26px 0;
      position: relative;
      z-index: 100; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .header-logo {
          display: block;
          width: 68.8px;
          height: 32px;
          margin: 17px 0 19px 0;
          float: left; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .header-logo {
          display: block;
          width: 68.8px;
          height: 32px;
          margin: 17px 0 19px 0;
          float: left; } }
    .doo-header-partial .select1 .blog-title {
      display: block;
      width: 260px;
      font-size: 28px;
      font-weight: 300;
      color: #ffffff;
      position: relative;
      z-index: 10;
      left: 115px;
      top: 29px;
      text-decoration: none !important; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .blog-title {
          position: absolute;
          left: 157px;
          top: 15px;
          width: 260px;
          font-size: 28px; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .blog-title {
          position: absolute;
          left: 145px;
          top: 20px;
          width: 205px;
          font-size: 22px; } }
    .doo-header-partial .select1 .header-first-menu {
      float: left;
      margin: 35px 0 30px 2px;
      text-align: right; }
      .doo-header-partial .select1 .header-first-menu li {
        display: inline-block;
        line-height: 21px;
        height: 20px; }
        .doo-header-partial .select1 .header-first-menu li:last-child a {
          margin-right: 0; }
        .doo-header-partial .select1 .header-first-menu li.active a {
          color: #12bffe; }
        .doo-header-partial .select1 .header-first-menu li a {
          font-size: 13px;
          font-size: 13px;
          letter-spacing: 0px;
          text-align: left;
          color: #efefef;
          margin-right: 16px;
          transition: all 0.3s ease-out; }
          .doo-header-partial .select1 .header-first-menu li a:hover, .doo-header-partial .select1 .header-first-menu li a:focus {
            color: #12bffe;
            text-decoration: none; }
    .doo-header-partial .select1 .btn-with-blue-bg-white-border {
      float: left;
      width: 111px;
      margin: 26px 1.9px 0px 0px;
      font-weight: 500; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .btn-with-blue-bg-white-border {
          width: 72px;
          float: right;
          margin: 16px 40px 0px 0px; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .btn-with-blue-bg-white-border {
          display: none;
          width: 72px;
          float: right;
          margin: 14px 40px 0px 0px; } }
    .doo-header-partial .select1 .btn-with-orange1-bg-icon {
      z-index: 1;
      margin: 14px 0 0 0px;
      float: right;
      position: relative;
      left: 0px;
      padding: 0px 10px 0px 30px;
      font-size: 12px;
      width: 180px; }
      .doo-header-partial .select1 .btn-with-orange1-bg-icon .ico {
        top: 13px;
        left: 8px;
        width: 16px;
        height: 17px;
        background-size: contain; }
    .doo-header-partial .select1 .leng-wrap {
      float: right;
      margin: 38px 2px 0px 0;
      cursor: pointer;
      position: relative; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-header-partial .select1 .leng-wrap {
          position: relative;
          margin: 27px 0 24px 0;
          left: 118px; } }
      @media only screen and (max-width: 767px) {
        .doo-header-partial .select1 .leng-wrap {
          display: none;
          position: relative;
          margin: 26px 0 24px 0;
          left: 118px; } }
      .doo-header-partial .select1 .leng-wrap .lang {
        font-size: 13px;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #efefef;
        text-transform: uppercase; }
        .doo-header-partial .select1 .leng-wrap .lang:hover {
          color: #12bffe; }
        .doo-header-partial .select1 .leng-wrap .lang:after {
          border-top: 4px solid;
          border-right: 3px solid transparent;
          border-left: 3px solid transparent;
          display: inline-block;
          width: 0;
          height: 0;
          content: "";
          margin: 0 0 2px 5px; }
  .doo-header-partial .mobile-dropdown-menu {
    position: absolute;
    background-color: #0068ba;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    color: #fff;
    z-index: 999;
    transform: translate(0%, -100%);
    transition: all 0.3s ease-out;
    opacity: 0;
    padding-top: 75px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-header-partial .mobile-dropdown-menu {
        height: 100vh; } }
    .doo-header-partial .mobile-dropdown-menu-inside-wrap {
      position: relative;
      height: 400px;
      padding-bottom: 30px; }
    .doo-header-partial .mobile-dropdown-menu.open {
      opacity: 1;
      transform: translate(0%, 0%); }
    .doo-header-partial .mobile-dropdown-menu .dropdown-menu-logo {
      display: block;
      width: 69px;
      height: 32px;
      background: url("../img/logo.svg") no-repeat;
      background-size: contain;
      margin-bottom: 25px;
      color: #fff; }
    .doo-header-partial .mobile-dropdown-menu .dropdown-top-menu {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5);
      padding-bottom: 20px;
      margin-bottom: 20px; }
      .doo-header-partial .mobile-dropdown-menu .dropdown-top-menu li {
        list-style-type: none;
        display: block; }
        .doo-header-partial .mobile-dropdown-menu .dropdown-top-menu li a {
          display: inline-block;
          font-size: 20px;
          font-weight: 300;
          font-style: normal;
          font-stretch: normal;
          line-height: 2;
          color: #fff;
          text-transform: uppercase; }
          .doo-header-partial .mobile-dropdown-menu .dropdown-top-menu li a:hover, .doo-header-partial .mobile-dropdown-menu .dropdown-top-menu li a:focus {
            color: #febf12;
            text-decoration: none; }
    .doo-header-partial .mobile-dropdown-menu .dropdown-bottom-menu li {
      list-style-type: none;
      display: block; }
      .doo-header-partial .mobile-dropdown-menu .dropdown-bottom-menu li a {
        display: inline-block;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 2;
        text-align: left;
        color: #fff; }
        .doo-header-partial .mobile-dropdown-menu .dropdown-bottom-menu li a:hover, .doo-header-partial .mobile-dropdown-menu .dropdown-bottom-menu li a:focus {
          color: #febf12;
          text-decoration: none; }
  .doo-header-partial .select2 {
    position: absolute;
    height: 55px;
    background-color: rgba(22, 43, 75, 0.75);
    width: 100%; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-header-partial .select2 {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .doo-header-partial .select2 {
        display: none; } }
    .doo-header-partial .select2.fixed {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99999; }
    .doo-header-partial .select2 .relative-wrap {
      position: relative; }
    .doo-header-partial .select2 .header-fixedbar-logo {
      position: relative;
      top: -75px;
      width: 93px;
      height: 40px;
      background: url("../img/logo.svg") no-repeat;
      background-size: contain;
      float: left;
      margin: 12px 39px 15px 0;
      transition: all 0.3s ease-out; }
      .doo-header-partial .select2 .header-fixedbar-logo.migrate {
        top: 0;
        width: 64px;
        height: 28px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .doo-header-partial .select2 .header-fixedbar-logo {
          margin: 12px 29px 15px 0; } }
    .doo-header-partial .select2 .header-second-menu {
      float: left;
      position: relative;
      left: -144px;
      transition: all 0.3s ease-out; }
      .doo-header-partial .select2 .header-second-menu.left {
        left: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .doo-header-partial .select2 .header-second-menu.left {
            left: -13px; } }
      .doo-header-partial .select2 .header-second-menu li {
        list-style-type: none;
        display: block;
        float: left; }
        .doo-header-partial .select2 .header-second-menu li a {
          text-transform: uppercase;
          display: block;
          float: left;
          font-size: 14px;
          font-weight: 300;
          font-style: normal;
          font-stretch: normal;
          letter-spacing: 0px;
          color: #ececec;
          height: 55px;
          line-height: 56px;
          padding: 0 15px;
          transition: all 0.3s ease-out;
          border-bottom: 2px solid transparent; }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .doo-header-partial .select2 .header-second-menu li a {
              font-size: 12px;
              padding: 0 10px; } }
          .doo-header-partial .select2 .header-second-menu li a:hover, .doo-header-partial .select2 .header-second-menu li a:focus {
            background-color: rgba(0, 0, 0, 0.3);
            color: #febf12;
            text-decoration: none; }
          .doo-header-partial .select2 .header-second-menu li a.active {
            background-color: rgba(0, 0, 0, 0.3);
            color: #febf12;
            text-decoration: none; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(1) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(1) a:focus {
          color: #006ab7;
          border-bottom: 2px solid #006ab7; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(1).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #006ab7;
          border-bottom: 2px solid #006ab7; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(2) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(2) a:focus {
          color: #6abb41;
          border-bottom: 2px solid #6abb41; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(2).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #6abb41;
          border-bottom: 2px solid #6abb41; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(3) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(3) a:focus {
          color: #e49248;
          border-bottom: 2px solid #e49248; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(3).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #e49248;
          border-bottom: 2px solid #e49248; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(4) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(4) a:focus {
          color: #db5894;
          border-bottom: 2px solid #db5894; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(4).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #db5894;
          border-bottom: 2px solid #db5894; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(5) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(5) a:focus {
          color: #aa75c3;
          border-bottom: 2px solid #aa75c3; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(5).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #aa75c3;
          border-bottom: 2px solid #aa75c3; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(6) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(6) a:focus {
          color: #72c5db;
          border-bottom: 2px solid #72c5db; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(6).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #72c5db;
          border-bottom: 2px solid #72c5db; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(7) a:hover, .doo-header-partial .select2 .header-second-menu li:nth-child(7) a:focus {
          color: #febf12;
          border-bottom: 2px solid #febf12; }
        .doo-header-partial .select2 .header-second-menu li:nth-child(7).current-menu-item a {
          background-color: rgba(0, 0, 0, 0.3);
          color: #febf12;
          border-bottom: 2px solid #febf12; }
    .doo-header-partial .select2 .btn-with-orange1-bg-icon {
      margin: 7px 0 8px 0;
      width: 202px;
      float: right;
      position: absolute;
      top: 0px;
      right: 0;
      z-index: 1; }

.single-post .top-cover,
.page-template-doo-carreer .top-cover {
  position: relative; }
  .single-post .top-cover:before,
  .page-template-doo-carreer .top-cover:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .single-post .top-cover .title,
  .page-template-doo-carreer .top-cover .title {
    font-size: 45px !important; }
    @media only screen and (max-width: 767px) {
      .single-post .top-cover .title,
      .page-template-doo-carreer .top-cover .title {
        font-size: 36px !important;
        line-height: 1.22;
        letter-spacing: normal; } }

.page-template-doo-carreer .top-cover .title {
  text-transform: uppercase;
  margin-bottom: 20px; }

.page-template-doo-carreer .top-cover a.btn-with-blue-bg-gradient {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

.page-template-doo-carreer .content-wrap p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.75;
  color: #4d4d4d;
  margin-bottom: 15px; }
  .page-template-doo-carreer .content-wrap p a {
    color: #2964ce;
    text-decoration: none;
    font-weight: 500; }
  .page-template-doo-carreer .content-wrap p strong {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.56;
    color: #4d4d4d; }
  .page-template-doo-carreer .content-wrap p img {
    width: 100%;
    height: auto; }

.page-template-doo-carreer .content-wrap h2 {
  font-size: 19px;
  line-height: 20px;
  font-weight: 700;
  text-align: left;
  color: #2964ce;
  margin-bottom: 15px; }

.page-template-doo-carreer .content-wrap ul,
.page-template-doo-carreer .content-wrap ol {
  padding-left: 40px;
  margin-bottom: 40px; }
  .page-template-doo-carreer .content-wrap ul li,
  .page-template-doo-carreer .content-wrap ol li {
    position: relative;
    list-style-type: none;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.63;
    color: #4d4d4d; }

.page-template-doo-carreer .content-wrap ul li:before {
  content: '';
  position: absolute;
  top: 12px;
  left: -30px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  overflow: hidden;
  background: #4d4d4d; }

.page-template-doo-carreer .top-content {
  padding: 10px 0 25px 0; }

.page-template-doo-carreer .full-size-block {
  background-color: #f0f0f0;
  padding: 57px 0;
  text-align: center;
  margin-bottom: 50px; }
  .page-template-doo-carreer .full-size-block .after-title-block {
    font-size: 15px;
    font-weight: 700;
    color: #808080;
    margin-bottom: 10px; }
  .page-template-doo-carreer .full-size-block .title {
    font-size: 38px;
    font-weight: 700;
    letter-spacing: .6px;
    color: #2964ce;
    line-height: 1.2;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .page-template-doo-carreer .full-size-block .title {
        font-size: 28px; } }

.page-template-doo-carreer .bottom--block {
  background-color: #f0f0f0;
  padding: 57px 0;
  text-align: center; }
  .page-template-doo-carreer .bottom--block .content {
    font-weight: 700;
    font-size: 18px;
    color: #808080; }
    .page-template-doo-carreer .bottom--block .content a {
      color: #2964ce;
      text-decoration: none; }

.error404 .top-cover {
  display: none; }

.top-cover {
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 34px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .top-cover {
      margin-top: 67px; } }
  .top-cover .relative {
    position: relative;
    height: 353px; }
  .top-cover .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 58%;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .top-cover .content {
        top: 50% !important; } }
    .top-cover .content .title {
      font-size: 64px;
      font-weight: 700;
      line-height: 55px;
      letter-spacing: 0.1px;
      color: #ffffff;
      margin-bottom: 12px; }
      @media only screen and (max-width: 767px) {
        .top-cover .content .title {
          font-size: 48px;
          line-height: 1.19;
          letter-spacing: normal;
          text-align: center;
          color: #ffffff; } }
    .top-cover .content .sub-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 2.83;
      letter-spacing: 0.1px;
      color: #ffd422;
      text-transform: uppercase; }
      @media only screen and (max-width: 767px) {
        .top-cover .content .sub-title {
          font-size: 24px;
          line-height: 1.58;
          letter-spacing: normal; } }
    .top-cover .content .auhtor {
      font-size: 16px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.7px;
      text-align: center;
      color: #ffd422;
      margin-bottom: 35px; }
      @media only screen and (max-width: 767px) {
        .top-cover .content .auhtor {
          margin-bottom: 15px; } }
    .top-cover .content .social-share {
      height: 48px; }
      .top-cover .content .social-share ul {
        display: block;
        width: 260px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 1; }
        .top-cover .content .social-share ul li {
          display: block;
          list-style-type: none;
          float: left;
          margin-right: 15px; }
          .top-cover .content .social-share ul li a {
            width: 48px;
            height: 48px;
            display: block;
            overflow: hidden;
            -webkit-background-size: cover;
            background-size: cover;
            transition: all 0.3s ease-out; }
          .top-cover .content .social-share ul li.linkedin a {
            background: url("../img/social_ico/linkedin.svg") no-repeat; }
            .top-cover .content .social-share ul li.linkedin a #linkedin_hover {
              opacity: 0.3;
              transition: all 0.3s ease-out; }
            .top-cover .content .social-share ul li.linkedin a:hover #linkedin_hover {
              opacity: 1; }
          .top-cover .content .social-share ul li.xing a {
            background: url("../img/social_ico/xing.svg") no-repeat; }
            .top-cover .content .social-share ul li.xing a #xing_hover {
              opacity: 0.3;
              transition: all 0.3s ease-out; }
            .top-cover .content .social-share ul li.xing a:hover #xing_hover {
              opacity: 1; }
          .top-cover .content .social-share ul li.facebook a {
            background: url("../img/social_ico/facebook.svg") no-repeat; }
            .top-cover .content .social-share ul li.facebook a #facebook_hover {
              opacity: 0.3;
              transition: all 0.3s ease-out; }
            .top-cover .content .social-share ul li.facebook a:hover #facebook_hover {
              opacity: 1; }
          .top-cover .content .social-share ul li.twitter a {
            background: url("../img/social_ico/twitter.svg"); }
            .top-cover .content .social-share ul li.twitter a #twitter_hover {
              opacity: 0.3;
              transition: all 0.3s ease-out; }
            .top-cover .content .social-share ul li.twitter a:hover #twitter_hover {
              opacity: 1; }

.doo-blog-main-content {
  padding-bottom: 100px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-blog-main-content {
      padding-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .doo-blog-main-content {
      padding-bottom: 10px; } }
  .doo-blog-main-content article.item-blog {
    width: 340px;
    float: left;
    margin-right: 50px;
    margin-bottom: 40px;
    overflow: hidden; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .doo-blog-main-content article.item-blog {
        width: 290px;
        margin-right: 30px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-blog-main-content article.item-blog {
        width: 220px;
        margin-right: 30px; } }
    @media only screen and (max-width: 767px) {
      .doo-blog-main-content article.item-blog {
        width: 100%;
        margin-right: 30px; } }
    .doo-blog-main-content article.item-blog:nth-child(2n) {
      margin-right: 0; }
    .doo-blog-main-content article.item-blog .img-wrap {
      display: block;
      text-decoration: none !important;
      border-radius: 6px;
      width: 100%;
      height: 230px;
      overflow: hidden;
      margin-bottom: 27px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-blog-main-content article.item-blog .img-wrap {
          height: 160px; } }
      @media only screen and (max-width: 767px) {
        .doo-blog-main-content article.item-blog .img-wrap {
          width: 100%;
          height: 213px;
          margin-left: auto;
          margin-right: auto; } }
    .doo-blog-main-content article.item-blog .title {
      display: block;
      font-size: 23px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.22;
      text-align: left;
      color: #4d4d4d;
      margin-bottom: 18px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-blog-main-content article.item-blog .title {
          font-size: 20px; } }
      .doo-blog-main-content article.item-blog .title:hover, .doo-blog-main-content article.item-blog .title:focus {
        text-decoration: none; }
    .doo-blog-main-content article.item-blog .wrap {
      margin-bottom: 15px; }
      .doo-blog-main-content article.item-blog .wrap .categoty {
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 0.9px;
        color: #6abb41;
        text-transform: uppercase;
        padding-right: 10px; }
        .doo-blog-main-content article.item-blog .wrap .categoty:hover {
          text-decoration: none; }
      .doo-blog-main-content article.item-blog .wrap .auhtor {
        font-size: 14px;
        font-weight: 300;
        color: #949494; }
    .doo-blog-main-content article.item-blog .description {
      font-size: 16px;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: normal;
      color: #4d4d4d; }
    .doo-blog-main-content article.item-blog[data='Guides'] .img-wrap {
      border-bottom: 2px solid #88c16c; }
    .doo-blog-main-content article.item-blog[data='Guides'] .categoty {
      color: #88c16c; }
    .doo-blog-main-content article.item-blog[data='Event Management'] .img-wrap {
      border-bottom: 2px solid #88c16c; }
    .doo-blog-main-content article.item-blog[data='Event Management'] .categoty {
      color: #88c16c; }
    .doo-blog-main-content article.item-blog[data='Trends & Tools'] .img-wrap {
      border-bottom: 2px solid #e49248; }
    .doo-blog-main-content article.item-blog[data='Trends & Tools'] .categoty {
      color: #e49248; }
    .doo-blog-main-content article.item-blog[data='Event Marketing'] .img-wrap {
      border-bottom: 2px solid #e49248; }
    .doo-blog-main-content article.item-blog[data='Event Marketing'] .categoty {
      color: #e49248; }
    .doo-blog-main-content article.item-blog[data='Invitation Management'] .img-wrap {
      border-bottom: 2px solid #db5894; }
    .doo-blog-main-content article.item-blog[data='Invitation Management'] .categoty {
      color: #db5894; }
    .doo-blog-main-content article.item-blog[data='Event Tracking & Analytics'] .img-wrap {
      border-bottom: 2px solid #aa75c3; }
    .doo-blog-main-content article.item-blog[data='Event Tracking & Analytics'] .categoty {
      color: #aa75c3; }
    .doo-blog-main-content article.item-blog[data='Event Technologien'] .img-wrap {
      border-bottom: 2px solid #72c5db; }
    .doo-blog-main-content article.item-blog[data='Event Technologien'] .categoty {
      color: #72c5db; }
    .doo-blog-main-content article.item-blog[data='doo Today'] .img-wrap {
      border-bottom: 2px solid #aa75c3; }
    .doo-blog-main-content article.item-blog[data='doo Today'] .categoty {
      color: #aa75c3; }
    .doo-blog-main-content article.item-blog[data='Event News'] .img-wrap {
      border-bottom: 2px solid #febf12; }
    .doo-blog-main-content article.item-blog[data='Event News'] .categoty {
      color: #febf12; }
  .doo-blog-main-content .search-result {
    overflow: hidden;
    margin-bottom: 35px; }
    .doo-blog-main-content .search-result-title {
      font-size: 24px;
      font-weight: 700;
      line-height: 1.17;
      color: #4d4d4d; }
      .doo-blog-main-content .search-result-title span {
        font-size: 24px;
        font-weight: 500;
        line-height: 1.17;
        color: #006ab7; }
      .doo-blog-main-content .search-result-title a {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../img/close.png) no-repeat center center;
        border-radius: 50%;
        text-decoration: none;
        position: relative;
        top: 3px;
        left: 3px; }
    .doo-blog-main-content .search-result p {
      opacity: 0.56;
      font-size: 14px;
      font-weight: 500;
      font-style: normal;
      font-stretch: normal;
      line-height: 2;
      color: #4d4d4d; }

.doo-blog-single-page {
  padding-right: 30px;
  overflow: hidden; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-blog-single-page {
      padding-right: 0; } }
  @media only screen and (max-width: 767px) {
    .doo-blog-single-page {
      padding-right: 0; } }
  .doo-blog-single-page p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #4d4d4d;
    margin-bottom: 40px; }
    .doo-blog-single-page p strong {
      font-weight: 700;
      line-height: 1.56;
      color: #4d4d4d; }
    .doo-blog-single-page p img {
      width: 100%;
      height: auto; }
  .doo-blog-single-page h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: left;
    color: #4d4d4d;
    margin-bottom: 20px; }
  .doo-blog-single-page ul,
  .doo-blog-single-page ol {
    padding-left: 50px;
    margin-bottom: 40px; }
    .doo-blog-single-page ul li,
    .doo-blog-single-page ol li {
      position: relative;
      list-style-type: none;
      font-size: 16px;
      font-weight: 300;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.63;
      color: #4d4d4d; }
  .doo-blog-single-page ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: -30px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    overflow: hidden;
    background: #4d4d4d; }

.doo-post-auhtor {
  clear: both;
  margin-bottom: 50px;
  padding-top: 38px;
  border-top: solid 1px rgba(151, 151, 151, 0.2); }
  .doo-post-auhtor:before, .doo-post-auhtor:after {
    content: "";
    display: table; }
  .doo-post-auhtor:after {
    clear: both; }
  .doo-post-auhtor .img-wrap {
    width: 128px;
    height: 128px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      .doo-post-auhtor .img-wrap {
        width: 100%;
        float: none;
        margin-right: 0;
        clear: both;
        text-align: center;
        margin-bottom: 24px; } }
    .doo-post-auhtor .img-wrap img {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .doo-post-auhtor .img-wrap img {
          width: 128px;
          height: 128px;
          display: block;
          margin-left: auto;
          margin-right: auto;
          border-radius: 50%; } }
  .doo-post-auhtor .bio {
    width: calc(100% - 168px);
    float: left; }
    @media only screen and (max-width: 767px) {
      .doo-post-auhtor .bio {
        width: 100%;
        float: none;
        text-align: center; } }
    .doo-post-auhtor .bio .name {
      font-size: 24px;
      font-weight: 700;
      color: #4d4d4d;
      margin-bottom: 5px; }
    .doo-post-auhtor .bio .description {
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5;
      color: #9f9f9f; }

.single-page-share {
  overflow: hidden;
  margin-bottom: 50px; }
  @media only screen and (max-width: 767px) {
    .single-page-share {
      margin-bottom: 42px; } }
  .single-page-share .title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.75;
    color: #4d4d4d; }
    @media only screen and (max-width: 767px) {
      .single-page-share .title {
        text-align: center; } }
  .single-page-share ul {
    padding-left: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      .single-page-share ul {
        text-align: center; } }
    .single-page-share ul li {
      list-style-type: none;
      width: 48px;
      height: 48px;
      margin-right: 22px;
      display: inline-block; }
      .single-page-share ul li:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .single-page-share ul li {
          margin: 0 11px; } }
      .single-page-share ul li.linkedin a {
        transition: all 0.3s ease-out;
        opacity: .8;
        background: url("../img/linkedin.svg");
        background-size: contain; }
        .single-page-share ul li.linkedin a:hover {
          opacity: 1; }
      .single-page-share ul li.xing a {
        transition: all 0.3s ease-out;
        opacity: .8;
        background-image: url("../img/xing.svg");
        background-size: contain; }
        .single-page-share ul li.xing a:hover {
          opacity: 1; }
      .single-page-share ul li.facebook a {
        transition: all 0.3s ease-out;
        opacity: .8;
        background-image: url("../img/facebook.svg");
        background-size: contain; }
        .single-page-share ul li.facebook a:hover {
          opacity: 1; }
      .single-page-share ul li.twitter a {
        transition: all 0.3s ease-out;
        opacity: .8;
        background-image: url("../img/twitter.svg");
        background-size: contain; }
        .single-page-share ul li.twitter a:hover {
          opacity: 1; }
      .single-page-share ul li a {
        display: inline-block;
        width: 48px;
        height: 48px;
        float: left; }

.subscribe-single-page {
  background-color: #5b5c5d;
  margin-bottom: 50px;
  padding: 27px 0;
  height: 102px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .subscribe-single-page {
      height: auto; } }
  @media only screen and (max-width: 767px) {
    .subscribe-single-page {
      display: none; } }
  .subscribe-single-page #email-inline-error {
    display: none !important; }
  .subscribe-single-page .img_success {
    display: none; }
  .subscribe-single-page .content {
    float: left;
    width: calc(100% - 616px);
    margin-top: -8px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .subscribe-single-page .content {
        position: relative;
        margin-top: 0;
        top: -11px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-single-page .content {
        margin-top: 0;
        width: 50%;
        padding-right: 20px; } }
    .subscribe-single-page .content .title {
      font-size: 24px;
      font-weight: 700;
      line-height: 100%;
      letter-spacing: 0.1px;
      color: #fff;
      margin-bottom: 5px;
      text-transform: uppercase; }
    .subscribe-single-page .content .desc {
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0px;
      color: #fff; }
  .subscribe-single-page form {
    float: right;
    width: 616px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .subscribe-single-page form {
        width: 50%; } }
    .subscribe-single-page form input {
      border: none;
      width: 300px;
      height: 48px;
      line-height: 48px;
      border-radius: 3px;
      background-color: #7f7f7f;
      float: left;
      color: #ffffff;
      padding: 0px 16px;
      font-size: 14px;
      font-weight: 700; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-single-page form input {
          width: 100%;
          float: none;
          margin-bottom: 15px; } }
      .subscribe-single-page form input:focus::-webkit-input-placeholder {
        color: transparent; }
      .subscribe-single-page form input:focus::-moz-placeholder {
        color: transparent; }
      .subscribe-single-page form input:focus:-moz-placeholder {
        color: transparent; }
      .subscribe-single-page form input:focus:-ms-input-placeholder {
        color: transparent; }
      .subscribe-single-page form input::-webkit-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .subscribe-single-page form input::-moz-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .subscribe-single-page form input:-moz-placeholder {
        color: #fff;
        text-transform: uppercase; }
      .subscribe-single-page form input:-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
    .subscribe-single-page form button {
      height: 48px;
      border: none;
      width: 300px;
      float: right; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .subscribe-single-page form button {
          width: 100%;
          float: none; } }
  .subscribe-single-page.success .img_success {
    width: 64px;
    height: 64px;
    display: block;
    float: left;
    margin-right: 22px;
    margin-right: 22px; }
  .subscribe-single-page.success .content {
    width: calc(100% - 86px);
    float: left;
    position: relative;
    top: -6px; }
    .subscribe-single-page.success .content .title {
      margin-top: 8px; }
  .subscribe-single-page.success form {
    display: none; }

.related_posts {
  overflow: hidden;
  margin-bottom: 40px;
  clear: both; }
  .related_posts:before, .related_posts:after {
    content: "";
    display: table; }
  .related_posts:after {
    clear: both; }
  .related_posts .wp_rp_wrap:before, .related_posts .wp_rp_wrap:after {
    content: "";
    display: table; }
  .related_posts .wp_rp_wrap:after {
    clear: both; }
  .related_posts .related_post_title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.56;
    text-align: left;
    color: #4d4d4d;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .related_posts .related_post_title {
        font-size: 24px;
        line-height: 1.42;
        letter-spacing: normal;
        text-align: center; } }
  .related_posts .wp_rp_edit {
    display: none !important; }
  .related_posts ul {
    border-bottom: solid 1px rgba(151, 151, 151, 0.2);
    overflow: hidden;
    padding-bottom: 40px;
    padding-left: 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .related_posts ul {
        border: none;
        padding-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .related_posts ul {
        border: none;
        padding-bottom: 0; } }
    .related_posts ul li {
      display: block;
      list-style-type: none;
      margin-right: 50px;
      width: calc((100% - 50px) / 2);
      float: left; }
      .related_posts ul li:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        .related_posts ul li {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
      .related_posts ul li:nth-child(2n) {
        margin-right: 0; }
      .related_posts ul li .img-wrap {
        border-radius: 6px;
        width: 100%;
        height: 240px;
        overflow: hidden;
        margin-bottom: 25px;
        -webkit-background-size: cover;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center; }
        @media only screen and (max-width: 767px) {
          .related_posts ul li .img-wrap {
            margin-bottom: 15px; } }
      .related_posts ul li[data='Guides'] .img-wrap {
        border-bottom: 2px solid #88c16c; }
      .related_posts ul li[data='Trends & Tools'] .img-wrap {
        border-bottom: 2px solid #e49248; }
      .related_posts ul li[data='Event Marketing'] .img-wrap {
        border-bottom: 2px solid #db5894; }
      .related_posts ul li[data='doo Today'] .img-wrap {
        border-bottom: 2px solid #aa75c3; }
      .related_posts ul li[data='Event News'] .img-wrap {
        border-bottom: 2px solid #72c5db; }
      .related_posts ul li .wp_rp_title {
        font-size: 23px;
        font-weight: 700;
        line-height: 1.22;
        text-align: left;
        color: #4d4d4d;
        text-decoration: none !important; }

.doo-blog-single-page form#searchform {
  display: none;
  position: relative;
  height: 48px;
  width: 100%;
  border-radius: 3px;
  border: solid 1px #c7c9d1;
  overflow: hidden;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .doo-blog-single-page form#searchform {
      display: block; } }

aside.rihgt-sidebar {
  position: relative; }
  aside.rihgt-sidebar form#searchform {
    position: relative;
    height: 48px;
    width: 100%;
    margin-bottom: 42px; }
    @media only screen and (max-width: 767px) {
      aside.rihgt-sidebar form#searchform {
        display: none; } }
    aside.rihgt-sidebar form#searchform #searchfield {
      border: solid 1px #c7c9d1;
      border-radius: 3px;
      height: 46px;
      width: 100%;
      padding: 0 40px 0 15px;
      font-size: 16px;
      font-weight: 300;
      letter-spacing: normal;
      text-align: left;
      color: #8a8a8a;
      line-height: 42px; }
      aside.rihgt-sidebar form#searchform #searchfield:focus::-webkit-input-placeholder {
        color: transparent; }
      aside.rihgt-sidebar form#searchform #searchfield:focus::-moz-placeholder {
        color: transparent; }
      aside.rihgt-sidebar form#searchform #searchfield:focus:-moz-placeholder {
        color: transparent; }
      aside.rihgt-sidebar form#searchform #searchfield:focus:-ms-input-placeholder {
        color: transparent; }
    aside.rihgt-sidebar form#searchform label.error {
      margin-top: 6px;
      width: 100%;
      height: 20px;
      display: block;
      padding-left: 15px;
      font-size: 12px;
      font-weight: 500;
      line-height: 1.17;
      letter-spacing: 0px;
      color: #db5857; }
    aside.rihgt-sidebar form#searchform #searchsubmit {
      border: none;
      display: block;
      position: absolute;
      top: 15px;
      right: 5px;
      width: 26px;
      height: 26px;
      background: url("../img/seach.svg") no-repeat; }
  aside.rihgt-sidebar .tags {
    margin-bottom: 32px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      aside.rihgt-sidebar .tags {
        margin-bottom: 42px; } }
    aside.rihgt-sidebar .tags .title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      text-align: center;
      color: #4d4d4d;
      margin-bottom: 21px; }
    aside.rihgt-sidebar .tags ul li {
      list-style-type: none; }
      aside.rihgt-sidebar .tags ul li:nth-child(2n) a {
        margin-right: 0; }
      aside.rihgt-sidebar .tags ul li.active a {
        text-decoration: none;
        background-color: #006ab7;
        color: #fff; }
      aside.rihgt-sidebar .tags ul li a {
        display: block;
        height: 50px;
        width: calc((100% - 9px) / 2);
        margin-right: 9px;
        line-height: 50px;
        border-radius: 3px;
        background-color: #f1f1f1;
        float: left;
        margin-bottom: 8px;
        font-size: 14px;
        font-weight: 500;
        color: rgba(77, 77, 77, 0.56);
        text-align: center;
        text-transform: uppercase;
        padding: 0 5px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        transition: all 0.3s ease-out; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          aside.rihgt-sidebar .tags ul li a {
            font-size: 13px; } }
        aside.rihgt-sidebar .tags ul li a:hover, aside.rihgt-sidebar .tags ul li a:focus {
          text-decoration: none;
          background-color: #006ab7;
          color: #fff; }
  aside.rihgt-sidebar .share-social {
    clear: both;
    margin-bottom: 50px;
    overflow: hidden; }
    aside.rihgt-sidebar .share-social .title {
      text-transform: uppercase;
      font-size: 24px;
      font-weight: bold;
      font-style: normal;
      font-stretch: normal;
      line-height: 1.17;
      text-align: center;
      color: #4d4d4d;
      margin-bottom: 21px; }
    aside.rihgt-sidebar .share-social ul {
      text-align: center; }
      aside.rihgt-sidebar .share-social ul li {
        list-style-type: none;
        width: 48px;
        height: 48px;
        margin: 0 11px;
        display: inline-block; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          aside.rihgt-sidebar .share-social ul li {
            margin: 0 2px; } }
        aside.rihgt-sidebar .share-social ul li.linkedin a {
          transition: all 0.3s ease-out;
          opacity: .8;
          background: url("../img/linkedin.svg");
          background-size: contain; }
          aside.rihgt-sidebar .share-social ul li.linkedin a:hover {
            opacity: 1; }
        aside.rihgt-sidebar .share-social ul li.xing a {
          transition: all 0.3s ease-out;
          opacity: .8;
          background-image: url("../img/xing.svg");
          background-size: contain; }
          aside.rihgt-sidebar .share-social ul li.xing a:hover {
            opacity: 1; }
        aside.rihgt-sidebar .share-social ul li.facebook a {
          transition: all 0.3s ease-out;
          opacity: .8;
          background-image: url("../img/facebook.svg");
          background-size: contain; }
          aside.rihgt-sidebar .share-social ul li.facebook a:hover {
            opacity: 1; }
        aside.rihgt-sidebar .share-social ul li.twitter a {
          transition: all 0.3s ease-out;
          opacity: .8;
          background-image: url("../img/twitter.svg");
          background-size: contain; }
          aside.rihgt-sidebar .share-social ul li.twitter a:hover {
            opacity: 1; }
        aside.rihgt-sidebar .share-social ul li a {
          display: inline-block;
          width: 48px;
          height: 48px;
          float: left; }
  aside.rihgt-sidebar .custom-style .desc {
    height: 60px !important; }
  aside.rihgt-sidebar .doo-blog-subscribe-form {
    width: 359px;
    height: 320px;
    background-color: rgba(62, 63, 64, 0.85);
    text-align: center;
    overflow: hidden;
    padding: 14px 30px;
    margin-bottom: 50px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      aside.rihgt-sidebar .doo-blog-subscribe-form {
        width: 293px;
        height: 320px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      aside.rihgt-sidebar .doo-blog-subscribe-form {
        width: 220px;
        padding: 20px;
        height: 335px; } }
    @media only screen and (max-width: 767px) {
      aside.rihgt-sidebar .doo-blog-subscribe-form {
        width: 100%;
        height: 300px;
        padding: 15px; } }
    aside.rihgt-sidebar .doo-blog-subscribe-form.fixed {
      position: fixed;
      top: 90px; }
    aside.rihgt-sidebar .doo-blog-subscribe-form.w_height {
      height: 300px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        aside.rihgt-sidebar .doo-blog-subscribe-form.w_height {
          height: 310px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        aside.rihgt-sidebar .doo-blog-subscribe-form.w_height {
          padding: 20px;
          height: 350px; }
          aside.rihgt-sidebar .doo-blog-subscribe-form.w_height .desc {
            height: 70px; } }
    aside.rihgt-sidebar .doo-blog-subscribe-form #email-error {
      display: none !important; }
    aside.rihgt-sidebar .doo-blog-subscribe-form .title {
      font-size: 23px;
      font-weight: 700;
      line-height: 1;
      letter-spacing: 0.1px;
      text-align: center;
      color: #fff;
      text-transform: uppercase;
      margin-top: 20px;
      margin-bottom: 10px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        aside.rihgt-sidebar .doo-blog-subscribe-form .title {
          line-height: 1.4;
          margin-bottom: 10px;
          margin-top: 10px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        aside.rihgt-sidebar .doo-blog-subscribe-form .title {
          line-height: 1.4;
          margin-bottom: 10px;
          margin-top: 0; } }
    aside.rihgt-sidebar .doo-blog-subscribe-form .img_success {
      display: none; }
    aside.rihgt-sidebar .doo-blog-subscribe-form .desc {
      display: block;
      padding: 0 22px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0px;
      text-align: center;
      color: #fff;
      height: 90px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        aside.rihgt-sidebar .doo-blog-subscribe-form .desc {
          padding: 0; } }
    aside.rihgt-sidebar .doo-blog-subscribe-form input {
      width: 100%;
      height: 48px;
      line-height: 48px;
      border-radius: 3px;
      background-color: #7f7f7f;
      padding: 0 16px;
      border: none;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 0px;
      color: #fff;
      text-transform: none;
      margin-bottom: 16px; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:focus::-webkit-input-placeholder {
        color: transparent; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:focus::-moz-placeholder {
        color: transparent; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:focus:-moz-placeholder {
        color: transparent; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:focus:-ms-input-placeholder {
        color: transparent; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input::-webkit-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input::-moz-placeholder {
        color: #fff;
        text-transform: uppercase; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:-moz-placeholder {
        color: #fff;
        text-transform: uppercase; }
      aside.rihgt-sidebar .doo-blog-subscribe-form input:-ms-input-placeholder {
        color: #fff;
        text-transform: uppercase; }
    aside.rihgt-sidebar .doo-blog-subscribe-form button {
      width: 100%;
      border: none; }
    aside.rihgt-sidebar .doo-blog-subscribe-form.success input,
    aside.rihgt-sidebar .doo-blog-subscribe-form.success button {
      display: none; }
    aside.rihgt-sidebar .doo-blog-subscribe-form.success .img_success {
      display: inline-block;
      position: relative;
      top: 14px;
      margin-bottom: 25px; }

.doo-footer-partial {
  background-color: #373737;
  box-shadow: 2px 2px 2px 4px rgba(0, 0, 0, 0.24);
  padding-top: 72px;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-footer-partial {
      position: static; } }
  @media only screen and (max-width: 767px) {
    .doo-footer-partial {
      position: static; } }
  .doo-footer-partial .logo {
    display: block;
    width: 68px;
    height: 29px;
    background: url("../img/logo.svg");
    background-size: contain;
    margin-bottom: 45px;
    opacity: 0.3;
    transition: all 0.3s ease-out; }
    .doo-footer-partial .logo:hover, .doo-footer-partial .logo:focus {
      opacity: 0.6; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-footer-partial .logo {
        margin-left: auto;
        margin-right: auto; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .logo {
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 44px; } }
  .doo-footer-partial .footer-menu {
    margin-bottom: 104px;
    overflow: hidden; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-footer-partial .footer-menu {
        margin-bottom: 45px; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .footer-menu {
        margin-bottom: 0; } }
    .doo-footer-partial .footer-menu__title {
      font-weight: 500;
      font-size: 13px;
      letter-spacing: 0.9px;
      text-align: left;
      color: #777777;
      margin-bottom: 17px;
      text-transform: uppercase; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-footer-partial .footer-menu__title {
          display: block;
          text-align: center; } }
      @media only screen and (max-width: 767px) {
        .doo-footer-partial .footer-menu__title {
          font-size: 18px;
          display: block;
          text-align: center; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .footer-menu ul {
        margin-bottom: 44px; } }
    .doo-footer-partial .footer-menu ul .footer-menu__item {
      display: block;
      list-style-type: none; }
      .doo-footer-partial .footer-menu ul .footer-menu__item a {
        font-size: 16px;
        font-weight: 300;
        font-style: normal;
        display: block;
        line-height: 1.75;
        color: #c2c2c2;
        transition: all 0.3s ease-out; }
        .doo-footer-partial .footer-menu ul .footer-menu__item a:hover {
          text-decoration: none;
          color: #fff; }
        .doo-footer-partial .footer-menu ul .footer-menu__item a:focus {
          text-decoration: none;
          color: #c2c2c2; }
        @media only screen and (min-width: 768px) and (max-width: 991px) {
          .doo-footer-partial .footer-menu ul .footer-menu__item a {
            display: block;
            text-align: center; } }
        @media only screen and (max-width: 767px) {
          .doo-footer-partial .footer-menu ul .footer-menu__item a {
            display: block;
            text-align: center; } }
  .doo-footer-partial .footer-social__title {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.9px;
    text-align: left;
    color: #777777;
    margin-bottom: 25px;
    text-transform: uppercase; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-footer-partial .footer-social__title {
        font-size: 13px;
        display: block;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .footer-social__title {
        font-size: 18px;
        display: block;
        text-align: center; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-footer-partial .footer-social ul {
      text-align: center; } }
  @media only screen and (max-width: 767px) {
    .doo-footer-partial .footer-social ul {
      text-align: center; } }
  .doo-footer-partial .footer-social ul .footer-social-item {
    display: inline-block;
    margin-bottom: 10px; }
    .doo-footer-partial .footer-social ul .footer-social-item:last-child a {
      margin-right: 0; }
    .doo-footer-partial .footer-social ul .footer-social-item a {
      display: inline-block;
      width: 56px;
      height: 55px;
      background-size: 100% 100%;
      margin-right: 6px; }
      .doo-footer-partial .footer-social ul .footer-social-item a.linkedin {
        transition: all 0.3s ease-out;
        opacity: 1;
        background: url("../img/linkedin.svg"); }
        .doo-footer-partial .footer-social ul .footer-social-item a.linkedin:hover {
          opacity: .6; }
      .doo-footer-partial .footer-social ul .footer-social-item a.xing {
        transition: all 0.3s ease-out;
        opacity: 1;
        background-image: url("../img/xing.svg"); }
        .doo-footer-partial .footer-social ul .footer-social-item a.xing:hover {
          opacity: .6; }
      .doo-footer-partial .footer-social ul .footer-social-item a.facebook {
        transition: all 0.3s ease-out;
        opacity: 1;
        background-image: url("../img/facebook.svg"); }
        .doo-footer-partial .footer-social ul .footer-social-item a.facebook:hover {
          opacity: .6; }
      .doo-footer-partial .footer-social ul .footer-social-item a.twitter {
        transition: all 0.3s ease-out;
        opacity: 1;
        background-image: url("../img/twitter.svg"); }
        .doo-footer-partial .footer-social ul .footer-social-item a.twitter:hover {
          opacity: .6; }
  .doo-footer-partial .footer-social__description {
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.86;
    color: #777777; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-footer-partial .footer-social__description {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .footer-social__description {
        font-size: 16px;
        text-align: center;
        margin-bottom: 25px; } }
  .doo-footer-partial .bottom-block {
    border-top: solid 1px #888888;
    padding: 29px 0 41px 0; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-footer-partial .bottom-block {
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .bottom-block {
        border-top: solid 1px rgba(0, 0, 0, 0.1); } }
    .doo-footer-partial .bottom-block__copyright {
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1px;
      color: #777777; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-footer-partial .bottom-block__copyright {
          margin-bottom: 15px; } }
      @media only screen and (max-width: 767px) {
        .doo-footer-partial .bottom-block__copyright {
          text-align: center;
          margin-bottom: 11px; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .bottom-block__menu {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      .doo-footer-partial .bottom-block__menu ul {
        text-align: center; } }
    .doo-footer-partial .bottom-block__menu ul .bottom-block__menu-item {
      display: inline-block;
      list-style-type: none; }
      .doo-footer-partial .bottom-block__menu ul .bottom-block__menu-item a {
        display: inline-block;
        margin-right: 10px;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: #777777;
        font-style: normal;
        font-stretch: normal;
        text-align: left;
        transition: all 0.3s ease-out; }
        @media only screen and (max-width: 767px) {
          .doo-footer-partial .bottom-block__menu ul .bottom-block__menu-item a {
            margin: 10px; } }
        .doo-footer-partial .bottom-block__menu ul .bottom-block__menu-item a:hover {
          text-decoration: none;
          color: #fff; }
        .doo-footer-partial .bottom-block__menu ul .bottom-block__menu-item a:focus {
          color: #777777;
          text-decoration: none; }

.doo-404-page .doo-404-cover {
  height: 814px;
  min-height: 100%;
  background-image: url("../img/cat-desktop.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-404-page .doo-404-cover {
      background-image: url("../img/cat-tablet.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 461px; } }
  @media only screen and (max-width: 767px) {
    .doo-404-page .doo-404-cover {
      background-image: url("../img/cat-small.jpg");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      height: 461px; } }
  .doo-404-page .doo-404-cover .top-line {
    color: #fff;
    font-family: BrandonText;
    font-weight: bold;
    padding-top: 314px;
    padding-bottom: 108px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .doo-404-page .doo-404-cover .top-line {
        padding-top: 110px; } }
    @media only screen and (max-width: 767px) {
      .doo-404-page .doo-404-cover .top-line {
        padding-top: 110px; } }
    .doo-404-page .doo-404-cover .top-line h1 {
      font-size: 190px;
      height: 138px;
      line-height: 138px;
      margin-bottom: 90px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-404-page .doo-404-cover .top-line h1 {
          font-size: 108px;
          margin-bottom: 27px; } }
      @media only screen and (max-width: 767px) {
        .doo-404-page .doo-404-cover .top-line h1 {
          font-size: 108px;
          margin-bottom: 27px; } }
    .doo-404-page .doo-404-cover .top-line h2 {
      font-size: 150px;
      font-weight: bold;
      line-height: 65px;
      margin-bottom: 27px; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-404-page .doo-404-cover .top-line h2 {
          font-size: 85px;
          margin-bottom: 16px; } }
      @media only screen and (max-width: 767px) {
        .doo-404-page .doo-404-cover .top-line h2 {
          font-size: 85px;
          margin-bottom: 16px; } }
    .doo-404-page .doo-404-cover .top-line .subtitle {
      font-size: 70px;
      font-weight: bold; }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .doo-404-page .doo-404-cover .top-line .subtitle {
          font-size: 40px; } }
      @media only screen and (max-width: 767px) {
        .doo-404-page .doo-404-cover .top-line .subtitle {
          font-size: 40px; } }

.doo-404-page .content-404 {
  height: 188px;
  background-color: #fff;
  color: #525252;
  font-size: 40px;
  padding-top: 31px; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .doo-404-page .content-404 {
      height: 151px;
      font-size: 28px; } }
  @media only screen and (max-width: 767px) {
    .doo-404-page .content-404 {
      height: 151px;
      font-size: 28px; } }
  .doo-404-page .content-404 a {
    color: #525252;
    text-decoration: underline; }
    .doo-404-page .content-404 a:hover {
      text-decoration: none; }

#disqus_thread {
  margin-bottom: 90px; }
  #disqus_thread:before, #disqus_thread:after {
    content: "";
    display: table; }
  #disqus_thread:after {
    clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    #disqus_thread {
      display: none !important; } }
  @media only screen and (max-width: 767px) {
    #disqus_thread {
      display: none !important; } }

.dooblog_pagination {
  clear: both; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .dooblog_pagination {
      text-align: center;
      margin-bottom: 15px; } }
  @media only screen and (max-width: 767px) {
    .dooblog_pagination {
      text-align: center;
      margin-bottom: 15px; } }
  .dooblog_pagination li {
    display: inline-block;
    list-style-type: none; }
    .dooblog_pagination li a {
      width: 96px;
      height: 50px;
      border-radius: 3px;
      background-color: #f1f1f1;
      margin-right: 16px;
      display: block;
      margin-right: 9px;
      line-height: 50px;
      float: left;
      margin-bottom: 8px;
      font-size: 14px;
      font-weight: 500;
      color: rgba(77, 77, 77, 0.56);
      text-align: center;
      padding: 0 5px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: all 0.3s ease-out;
      text-decoration: none; }
      .dooblog_pagination li a:hover {
        text-decoration: none;
        background-color: #006ab7;
        color: #fff; }

.rihgt-sidebar .banner-wrapper {
  width: 360px;
  position: relative;
  background: linear-gradient(270deg, #FAA61E 0%, #FEBF12 100%);
  overflow: hidden; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .rihgt-sidebar .banner-wrapper {
      width: 293px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .rihgt-sidebar .banner-wrapper {
      width: 220px; } }
  @media only screen and (max-width: 767px) {
    .rihgt-sidebar .banner-wrapper {
      width: 100%;
      margin-bottom: 15px; } }
  .rihgt-sidebar .banner-wrapper.fixed {
    position: fixed;
    top: 70px; }
  .rihgt-sidebar .banner-wrapper > a {
    display: block;
    height: 100%;
    padding: 120px 15px 25px;
    text-decoration: none !important; }
    .rihgt-sidebar .banner-wrapper > a:hover .banner-button {
      background-color: rgba(0, 0, 0, 0.1); }
  .rihgt-sidebar .banner-wrapper .banner-bg-image {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 317px;
    height: 156px; }
  .rihgt-sidebar .banner-wrapper .banner {
    text-align: center;
    position: relative;
    z-index: 2; }
  .rihgt-sidebar .banner-wrapper .banner-title {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 36px;
    font-weight: 400;
    color: #EDEDED; }
  .rihgt-sidebar .banner-wrapper .banner-subtitle {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    font-size: 17px;
    line-height: 23px;
    font-weight: 300;
    color: #4A4A4A; }
  .rihgt-sidebar .banner-wrapper .banner-button {
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease-out;
    display: inline-block;
    line-height: 1;
    font-size: 14px;
    color: #fff;
    border: solid 1px #fff;
    text-transform: uppercase;
    border-radius: 4px;
    padding: 10px 40px;
    text-decoration: none !important;
    margin-top: 20px; }
    @media screen and (max-width: 991px) {
      .rihgt-sidebar .banner-wrapper .banner-button {
        padding: 10px 10px;
        width: 100%;
        max-width: 200px; } }

/** STYLES FOR CONTENT **/
.wpb_wrapper p,
.wpb_wrapper pre,
.wpb_wrapper ul,
.wpb_wrapper ol,
.wpb_wrapper blockquote,
.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  margin: 0 0 20px 0 !important; }

.wpb_wrapper h1,
.wpb_wrapper h2,
.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6 {
  padding-top: 30px; }

.wpb_wrapper p,
.doo_text_block {
  font-family: BrandonText;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #4d4d4d; }

.wpb_wrapper p strong,
.doo_bold_text_block {
  font-weight: bold; }

.wpb_wrapper p em {
  font-style: italic; }

.wpb_wrapper h1,
.wpb_wrapper h2,
.doo_h2_subheader {
  font-family: BrandonText;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4d4d; }

.wpb_wrapper h3,
.wpb_wrapper h4,
.wpb_wrapper h5,
.wpb_wrapper h6,
.doo_h3_subheader {
  font-family: BrandonText;
  font-size: 24px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #4d4d4d; }

.wpb_wrapper pre {
  font-family: monospace, monospace;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: #4d4d4d; }

.wpb_wrapper ul li,
.wpb_wrapper ol li {
  font-family: BrandonText;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #4d4d4d; }

.wpb_wrapper ul li {
  position: static;
  list-style-type: disc; }

.wpb_wrapper ol li {
  position: static;
  list-style-type: decimal; }

.wpb_wrapper blockquote p,
.doo_highlighted_text_block {
  font-family: BrandonText;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.62;
  letter-spacing: normal;
  color: #4d4d4d;
  padding: 30px;
  background-color: #f8f8f8;
  border-left: 2px solid #00c6fb; }

.wpb_wrapper .vc_figure-caption {
  font-family: BrandonText;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.0;
  letter-spacing: normal;
  color: #afafaf;
  text-align: left;
  margin: 0; }

.wpb_wrapper hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

/* == WordPress WYSIWYG Editor Styles == */
.wpb_wrapper img {
  width: auto !important; }

.wpb_wrapper .alignleft,
img.alignleft {
  margin-right: 15px;
  display: inline;
  float: left; }

.wpb_wrapper .alignright,
img.alignright {
  margin-left: 15px;
  display: inline;
  float: right; }

.wpb_wrapper .aligncenter,
img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wpb_wrapper .wp-caption {
  margin-bottom: 15px;
  text-align: center;
  padding-top: 5px; }

.wpb_wrapper .wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wpb_wrapper .wp-caption p.wp-caption-text {
  font-family: BrandonText;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  color: #afafaf;
  margin: 5px 0 0 0 !important; }

/* == WordPress Custom Table Styles == */
.custom-table-15-grey-blue table {
  border: none;
  background: #eee !important;
  border-top-color: #006ab7 !important;
  border-left-color: #006ab7 !important; }
  @media screen and (max-width: 480px) {
    .custom-table-15-grey-blue table tbody, .custom-table-15-grey-blue table tr {
      max-width: 100% !important; } }
  .custom-table-15-grey-blue table td {
    padding: 15px 15px 0 15px !important;
    border-right-color: #006ab7 !important;
    border-bottom-color: #006ab7 !important; }
    @media screen and (max-width: 480px) {
      .custom-table-15-grey-blue table td {
        padding: 10px 10px 0 10px !important;
        max-width: 50% !important; }
        .custom-table-15-grey-blue table td ul {
          padding-left: 15px; } }
    @media screen and (max-width: 400px) {
      .custom-table-15-grey-blue table td p {
        font-size: 14px; } }
  .custom-table-15-grey-blue table td:first-child p {
    max-width: 80% !important; }

/** END STYLES FOR CONTENT **/
.vc_row.wpb_row.vc_row-fluid {
  margin: 0; }

.vc_column_container > .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px; }

.wpb_button,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0px; }

.Mac .vc_btn3-color-orange {
  padding: 15px 19px 11px !important; }

.Mac .btn-with-blue-bg-white-border {
  line-height: 43px; }

.Mac .doo-blog-subscribe-form .btn-with-new-blue-no-icon,
.Mac .doo-blog-subscribe-form .btn-with-orange1-bg-no-icon {
  line-height: 48px !important; }

.Mac .doo-blog-subscribe-form input::-webkit-input-placeholder {
  line-height: 52px !important; }

.Mac .doo-blog-subscribe-form input::-moz-placeholder {
  line-height: 52px !important; }

.Mac .doo-blog-subscribe-form input:-moz-placeholder {
  line-height: 52px !important; }

.Mac .doo-blog-subscribe-form input:-ms-input-placeholder {
  line-height: 52px !important; }

.Mac .subscribe-single-page .btn-with-new-blue-no-icon,
.Mac .subscribe-single-page .btn-with-orange1-bg-no-icon {
  line-height: 52px !important; }

.Mac .subscribe-single-page input::-webkit-input-placeholder {
  line-height: 52px !important; }

.Mac .subscribe-single-page input::-moz-placeholder {
  line-height: 52px !important; }

.Mac .subscribe-single-page input:-moz-placeholder {
  line-height: 52px !important; }

.Mac .subscribe-single-page input:-ms-input-placeholder {
  line-height: 52px !important; }

.Mac aside.rihgt-sidebar .tags ul li a {
  line-height: 53px !important; }

.Mac #searchfield::-webkit-input-placeholder {
  line-height: 48px !important; }

.Mac #searchfield::-moz-placeholder {
  line-height: 48px !important; }

.Mac #searchfield:-moz-placeholder {
  line-height: 48px !important; }

.Mac #searchfield:-ms-input-placeholder {
  line-height: 48px !important; }
