a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
u,
ul,
var {
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
blockquote {
  quotes: none;
}
blockquote:after,
blockquote:before {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: medium none;
  vertical-align: middle;
}
table th {
  border: 0;
  padding: 5px 7px;
  text-align: center;
}
table td {
  padding: 5px 10px;
  text-align: center;
}
a img {
  border: none;
}
.wp-caption,
img {
  max-width: 100%;
  height: auto;
}
html {
  height: 100%;
  margin: 0 !important;
  -webkit-transition: all 1.3s ease-out;
  -moz-transition: all 1.3s ease-out;
  -o-transition: all 1.3s ease-out;
  -ms-transition: all 1.3s ease-out;
  transition: all 1.3s ease-out;
  overflow-y: scroll !important;
}
body {
  font-family: Lato, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #64686b;
  font-weight: 400;
  background-color: #fff;
  overflow-x: hidden !important;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 44px;
  line-height: 1.65em;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h2 {
  font-size: 32px;
  line-height: 1.23em;
  font-weight: 900;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h3 {
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
h4 {
  font-size: 20px;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}
h5 {
  font-size: 19px;
  line-height: 1.8421em;
  font-weight: 300;
}
h6 {
  font-size: 17px;
  line-height: 1.47em;
  font-weight: 700;
}
h1,
h1 a,
h2,
h2 a,
h3,
h3 a,
h4,
h4 a,
h5,
h5 a,
h6,
h6 a {
  color: #283033;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #18cfab;
}
a,
p a {
  color: #18cfab;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
p {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 25px;
}
.woocommerce input[type="button"],
.woocommerce-page input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
}
a,
button,
div,
input,
li,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}
ol,
ul {
  list-style-position: inside;
}
pre {
  background-color: #fff;
  padding: 15px;
  max-width: 100%;
  white-space: pre-wrap;
  word-wrap: break-word;
  margin: 15px 0;
}
dt {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 10px;
}
dd {
  margin-bottom: 15px;
}
sub,
sup {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  top: 0.5ex;
}
sup {
  bottom: 0.5ex;
}
.wp-caption-text {
  margin: 0;
  font-style: italic;
}
table {
  width: 100%;
}
table tbody tr,
table thead tr {
  border: 1px solid #e6e6e6;
}
table tbody th {
  border-right: 1px solid #e6e6e6;
}
blockquote:not(.blockquote_shortcode) {
  padding: 0;
  border: none;
  font-style: italic;
  font-size: 17px;
  line-height: 1.6em;
  margin: 20px 0;
}
blockquote cite {
  font-style: normal;
  font-weight: 500;
}
::selection {
  background: #18cfab;
  color: #fff;
}
::-moz-selection {
  background: #18cfab;
  color: #fff;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  padding: 0 0 0 15px;
}
.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
  margin: 0;
}
.wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  left: 0;
}
.wrapper_inner {
  width: 100%;
  overflow: hidden;
}
.transparent_content .content .container,
.transparent_content .full_width,
.transparent_content .wrapper {
  background-color: transparent !important;
}
body.boxed .wrapper_inner {
  overflow: visible;
}
body.boxed .content {
  overflow: hidden;
}
body.boxed {
  overflow: hidden !important;
}
body.boxed .wrapper {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.space_around_content {
  margin-top: 25px;
  margin-bottom: 25px;
  width: 100%;
}
.space_around_content.frame_around_content {
  background-image: url(img/space_around_content_patern.png);
  background-repeat: repeat;
  background-position: 0 0;
  margin-left: -15px;
  padding: 15px;
}
.space_around_content_inner {
  background-color: #fafafa;
}
.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
  opacity: 1;
}
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clear:after {
  clear: both;
  content: "";
  display: block;
}
.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  display: block;
  margin: 10px auto;
}
.header_top .aligncenter {
  margin: 8px auto;
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.bypostauthor,
.gallery-caption,
.sticky,
.wp-caption,
.wp-caption-text {
  opacity: 1;
}
.alignleft {
  display: inline;
  float: left;
  margin: 0 20px 20px 0;
}
.alignright {
  display: inline;
  float: right;
  margin: 0 0 20px 20px;
}
.aligncenter {
  clear: both;
  display: block;
  margin: 10px auto;
}
.alignwide {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .alignwide {
    width: 100%;
    max-width: 100%;
  }
}
.alignfull {
  position: relative;
  left: -1rem;
  width: calc(100% + (2 * 1rem));
  max-width: calc(100% + (2 * 1rem));
  clear: both;
}
@media only screen and (max-width: 1024px) {
  .alignfull {
    left: calc(-12.5% - 75px);
    width: calc(125% + 150px);
    max-width: calc(125% + 150px);
    margin-top: calc(2 * 1rem);
    margin-bottom: calc(2 * 1rem);
  }
}
.text-align-right {
  text-align: right;
}
.text-align-left {
  text-align: left;
}
.text-align-center {
  text-align: center;
}
.meta {
  display: none;
}
.content {
  margin-top: 0;
  position: relative;
  z-index: 100;
}
.ajax_leftright .content {
  width: 100%;
  overflow: hidden;
}
.content.content_top_margin {
  margin-top: 83px !important;
}
.content.content_top_margin_none {
  margin-top: 0 !important;
}
.content.content_top_margin_negative {
  top: -83px !important;
}
.content_wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
}
.content_wrapper.content_top_margin_none {
  margin-top: 0 !important;
}
.container {
  position: relative;
  padding: 0;
  width: 100%;
  z-index: 100;
}
.container_inner {
  width: 1100px;
  margin: 0 auto;
}
body.has_general_padding .title_holder .container_inner {
  width: 1100px;
}
.content .container {
  background-color: #fafafa;
}
.content .content_bottom .container {
  background-color: inherit;
}
.content .container .container_inner.default_template_holder {
  padding-top: 44px;
}
body.search-no-results .content_inner > .container .container_inner {
  padding-bottom: 44px;
}
.full_page_container_inner {
  padding: 30px 0 0 0;
}
.full_width {
  position: relative;
  z-index: 100;
  background-color: #fafafa;
}
.content_bottom {
  position: relative;
  z-index: 100;
}
.page-template-landing_page-php
  .content
  .content_inner
  > .container
  > .container_inner,
.page-template-landing_page-php
  .content
  .content_inner
  > .full_width
  > .full_width_inner {
  padding-top: 0 !important;
}
.ajax_loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1100;
  display: none;
}
@media only screen and (min-width: 1000px) {
  body.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: 145px;
  }
  body.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: 175px;
  }
  body.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: 200px;
  }
  body.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: -145px;
  }
  body.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: -175px;
  }
  body.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden)
    .ajax_loader {
    margin-left: -200px;
  }
  body.vertical_menu_enabled.vertical_menu_hidden .ajax_loader {
    margin-left: 20px;
  }
  body.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
    .ajax_loader {
    margin-left: -20px;
  }
}
.ajax_loader_1 {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.ajax_loader_2 {
  margin: -50% 0 0 -50%;
}
.ajax_loader .pulse {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  background-color: #18cfab;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ajax_loader .double_pulse {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
}
.ajax_loader .double_pulse .double-bounce1,
.ajax_loader .double_pulse .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #18cfab;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.ajax_loader .double_pulse .double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes bounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.ajax_loader .cube {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  background-color: #18cfab;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(0) rotateY(0);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.ajax_loader .rotating_cubes {
  width: 32px;
  height: 32px;
  margin: -16px 0 0 -16px;
  position: relative;
}
.ajax_loader .rotating_cubes .cube1,
.ajax_loader .rotating_cubes .cube2 {
  background-color: #18cfab;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.ajax_loader .rotating_cubes .cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.ajax_loader .stripes {
  width: 50px;
  height: 60px;
  margin: -30px 0 0 -25px;
  text-align: center;
  font-size: 10px;
}
.ajax_loader .stripes > div {
  background-color: #18cfab;
  height: 100%;
  width: 6px;
  display: inline-block;
  margin: 0 3px 0 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.ajax_loader .stripes .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ajax_loader .stripes .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ajax_loader .stripes .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ajax_loader .stripes .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.ajax_loader .wave {
  width: 72px;
  text-align: center;
  margin: -9px 0 0 -36px;
}
.ajax_loader .wave > div {
  width: 18px;
  height: 18px;
  background-color: #18cfab;
  margin: 0 3px 0 0;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ajax_loader .wave .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.ajax_loader .wave .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  100%,
  80% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  100%,
  80% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.ajax_loader .two_rotating_circles {
  width: 40px;
  height: 40px;
  margin: -20px 0 0 -20px;
  position: relative;
  text-align: center;
  -webkit-animation: rotatecircles 2s infinite linear;
  animation: rotatecircles 2s infinite linear;
}
.ajax_loader .two_rotating_circles .dot1,
.ajax_loader .two_rotating_circles .dot2 {
  width: 60%;
  height: 60%;
  display: inline-block;
  position: absolute;
  top: 0;
  background-color: #18cfab;
  border-radius: 100%;
  -webkit-animation: bounce 2s infinite ease-in-out;
  animation: bounce 2s infinite ease-in-out;
}
.ajax_loader .two_rotating_circles .dot2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes rotatecircles {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotatecircles {
  100% {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}
.ajax_loader .five_rotating_circles {
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  position: relative;
}
.ajax_loader .five_rotating_circles .container1 > div,
.ajax_loader .five_rotating_circles .container2 > div,
.ajax_loader .five_rotating_circles .container3 > div {
  width: 12px;
  height: 12px;
  background-color: #18cfab;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: bouncedelay 1.2s infinite ease-in-out;
  animation: bouncedelay 1.2s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.ajax_loader .five_rotating_circles .spinner-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ajax_loader .five_rotating_circles .container2 {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.ajax_loader .five_rotating_circles .container3 {
  -webkit-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.ajax_loader .five_rotating_circles .circle1 {
  top: 0;
  left: 0;
}
.ajax_loader .five_rotating_circles .circle2 {
  top: 0;
  right: 0;
}
.ajax_loader .five_rotating_circles .circle3 {
  right: 0;
  bottom: 0;
}
.ajax_loader .five_rotating_circles .circle4 {
  left: 0;
  bottom: 0;
}
.ajax_loader .five_rotating_circles .container2 .circle1 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.ajax_loader .five_rotating_circles .container3 .circle1 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.ajax_loader .five_rotating_circles .container1 .circle2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.ajax_loader .five_rotating_circles .container2 .circle2 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.ajax_loader .five_rotating_circles .container3 .circle2 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.ajax_loader .five_rotating_circles .container1 .circle3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.ajax_loader .five_rotating_circles .container2 .circle3 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.ajax_loader .five_rotating_circles .container3 .circle3 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.ajax_loader .five_rotating_circles .container1 .circle4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax_loader .five_rotating_circles .container2 .circle4 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax_loader .five_rotating_circles .container3 .circle4 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ajax_loader .atom {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}
.ajax_loader .atom .ball-1 {
  height: 50%;
  width: 50%;
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  -webkit-animation: atom_shrink 4.5s infinite linear;
  -moz-animation: atom_shrink 4.5s infinite linear;
  -o-animation: atom_shrink 4.5s infinite linear;
  animation: atom_shrink 4.5s infinite linear;
}
.ajax_loader .atom .ball-1:before {
  content: "";
  background: #18cfab;
  border-radius: 50%;
  height: 100%;
  width: 100%;
  position: absolute;
  top: -50%;
  left: -50%;
}
.ajax_loader .atom .ball-2,
.ajax_loader .atom .ball-3,
.ajax_loader .atom .ball-4 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.ajax_loader .atom .ball-2:before,
.ajax_loader .atom .ball-3:before,
.ajax_loader .atom .ball-4:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #18cfab;
  top: 0;
  left: 0;
  margin: 0 auto;
  position: absolute;
}
.ajax_loader .atom .ball-2 {
  -webkit-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.75s infinite steps(2, end);
}
.ajax_loader .atom .ball-3 {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s -0.25s infinite steps(2, end);
}
.ajax_loader .atom .ball-4 {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -moz-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  -o-animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
  animation: atom_zindex 1.5s 0.25s infinite steps(2, end);
}
.ajax_loader .atom .ball-2:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  -moz-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  -o-animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
  animation: atom_position 1.5s infinite ease,
    atom_size 1.5s -1.125s infinite ease;
}
.ajax_loader .atom .ball-3:before {
  -webkit-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  -moz-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  -o-animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
  animation: atom_position 1.5s -1s infinite ease,
    atom_size 1.5s -0.75s infinite ease;
}
.ajax_loader .atom .ball-4:before {
  -webkit-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  -moz-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  -o-animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
  animation: atom_position 1.5s -0.5s infinite ease,
    atom_size 1.5s -125ms infinite ease;
}
@-webkit-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-moz-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-o-keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@keyframes atom_position {
  50% {
    top: 80px;
    left: 80px;
  }
}
@-webkit-keyframes atom_size {
  50% {
    -webkit-transform: scale(0.5, 0.5);
  }
}
@-moz-keyframes atom_size {
  50% {
    -moz-transform: scale(0.5, 0.5);
  }
}
@-o-keyframes atom_size {
  50% {
    -o-transform: scale(0.5, 0.5);
  }
}
@keyframes atom_size {
  50% {
    transform: scale(0.5, 0.5);
  }
}
@-webkit-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-moz-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-o-keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@keyframes atom_zindex {
  100% {
    z-index: 10;
  }
}
@-webkit-keyframes atom_shrink {
  50% {
    -webkit-transform: scale(0.9, 0.9);
  }
}
@-moz-keyframes atom_shrink {
  50% {
    -moz-transform: scale(0.9, 0.9);
  }
}
@-o-keyframes atom_shrink {
  50% {
    -o-transform: scale(0.9, 0.9);
  }
}
@keyframes atom_shrink {
  50% {
    transform: scale(0.9, 0.9);
  }
}
.ajax_loader .clock {
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: clock 8s infinite steps(8);
  -moz-animation: clock 8s infinite steps(8);
  -o-animation: clock 8s infinite steps(8);
  animation: clock 8s infinite steps(8);
}
.ajax_loader .clock .ball {
  height: 50px;
  width: 50px;
  position: absolute;
}
.ajax_loader .clock .ball:before {
  content: "";
  border-radius: 50%;
  height: 18.31501832px;
  width: 18.31501832px;
  position: absolute;
  background: #18cfab;
}
.ajax_loader .clock .ball-1 {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-animation: clock1 1s ease-in infinite;
  -moz-animation: clock1 1s ease-in infinite;
  -o-animation: clock1 1s ease-in infinite;
  animation: clock1 1s ease-in infinite;
}
.ajax_loader .clock .ball-2 {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -webkit-animation: clock2 1s ease-in infinite;
  -moz-animation: clock2 1s ease-in infinite;
  -o-animation: clock2 1s ease-in infinite;
  animation: clock2 1s ease-in infinite;
}
.ajax_loader .clock .ball-3 {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-animation: clock3 1s ease-in infinite;
  -moz-animation: clock3 1s ease-in infinite;
  -o-animation: clock3 1s ease-in infinite;
  animation: clock3 1s ease-in infinite;
}
.ajax_loader .clock .ball-4 {
  -webkit-animation: clock4 1s ease-in infinite;
  -moz-animation: clock4 1s ease-in infinite;
  -o-animation: clock4 1s ease-in infinite;
  animation: clock4 1s ease-in infinite;
}
@-webkit-keyframes clock {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes clock {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes clock {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes clock {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes clock1 {
  0% {
    -webkit-transform: rotate(-135deg);
  }
  30% {
    -webkit-transform: rotate(-450deg);
  }
  100% {
    -webkit-transform: rotate(-450deg);
  }
}
@-moz-keyframes clock1 {
  0% {
    -moz-transform: rotate(-135deg);
  }
  30% {
    -moz-transform: rotate(-450deg);
  }
  100% {
    -moz-transform: rotate(-450deg);
  }
}
@-o-keyframes clock1 {
  0% {
    -o-transform: rotate(-135deg);
  }
  30% {
    -o-transform: rotate(-450deg);
  }
  100% {
    -o-transform: rotate(-450deg);
  }
}
@keyframes clock1 {
  0% {
    transform: rotate(-135deg);
  }
  30% {
    transform: rotate(-450deg);
  }
  100% {
    transform: rotate(-450deg);
  }
}
@-webkit-keyframes clock2 {
  5% {
    -webkit-transform: rotate(-90deg);
  }
  35% {
    -webkit-transform: rotate(-405deg);
  }
  100% {
    -webkit-transform: rotate(-405deg);
  }
}
@-moz-keyframes clock2 {
  5% {
    -moz-transform: rotate(-90deg);
  }
  35% {
    -moz-transform: rotate(-405deg);
  }
  100% {
    -moz-transform: rotate(-405deg);
  }
}
@-o-keyframes clock2 {
  5% {
    -o-transform: rotate(-90deg);
  }
  35% {
    -o-transform: rotate(-405deg);
  }
  100% {
    -o-transform: rotate(-405deg);
  }
}
@keyframes clock2 {
  5% {
    transform: rotate(-90deg);
  }
  35% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
@-webkit-keyframes clock3 {
  10% {
    -webkit-transform: rotate(-45deg);
  }
  40% {
    -webkit-transform: rotate(-360deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@-moz-keyframes clock3 {
  10% {
    -moz-transform: rotate(-45deg);
  }
  40% {
    -moz-transform: rotate(-360deg);
  }
  100% {
    -moz-transform: rotate(-360deg);
  }
}
@-o-keyframes clock3 {
  10% {
    -o-transform: rotate(-45deg);
  }
  40% {
    -o-transform: rotate(-360deg);
  }
  100% {
    -o-transform: rotate(-360deg);
  }
}
@keyframes clock3 {
  10% {
    transform: rotate(-45deg);
  }
  40% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes clock4 {
  15% {
    -webkit-transform: rotate(0);
  }
  45% {
    -webkit-transform: rotate(-315deg);
  }
  100% {
    -webkit-transform: rotate(-315deg);
  }
}
@-moz-keyframes clock4 {
  15% {
    -moz-transform: rotate(0);
  }
  45% {
    -moz-transform: rotate(-315deg);
  }
  100% {
    -moz-transform: rotate(-315deg);
  }
}
@-o-keyframes clock4 {
  15% {
    -o-transform: rotate(0);
  }
  45% {
    -o-transform: rotate(-315deg);
  }
  100% {
    -o-transform: rotate(-315deg);
  }
}
@keyframes clock4 {
  15% {
    transform: rotate(0);
  }
  45% {
    transform: rotate(-315deg);
  }
  100% {
    transform: rotate(-315deg);
  }
}
.ajax_loader .mitosis {
  height: 50px;
  width: 50px;
  margin: -25px 0 0 -25px;
  position: relative;
  -webkit-animation: mitosis_invert 2s infinite steps(2, end);
  -moz-animation: mitosis_invert 2s infinite steps(2, end);
  -o-animation: mitosis_invert 2s infinite steps(2, end);
  animation: mitosis_invert 2s infinite steps(2, end);
}
.ajax_loader .mitosis .ball {
  height: 100%;
  width: 100%;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: 0;
  background: #18cfab;
}
.ajax_loader .mitosis .ball-1 {
  -webkit-animation: mitosis_ball1 1s infinite alternate linear;
  -moz-animation: mitosis_ball1 1s infinite alternate linear;
  -o-animation: mitosis_ball1 1s infinite alternate linear;
  animation: mitosis_ball1 1s infinite alternate linear;
}
.ajax_loader .mitosis .ball-2 {
  -webkit-animation: mitosis_ball2 1s infinite alternate linear;
  -moz-animation: mitosis_ball2 1s infinite alternate linear;
  -o-animation: mitosis_ball2 1s infinite alternate linear;
  animation: mitosis_ball2 1s infinite alternate linear;
}
.ajax_loader .mitosis .ball-3 {
  -webkit-animation: mitosis_ball3 1s infinite alternate linear;
  -moz-animation: mitosis_ball3 1s infinite alternate linear;
  -o-animation: mitosis_ball3 1s infinite alternate linear;
  animation: mitosis_ball3 1s infinite alternate linear;
}
.ajax_loader .mitosis .ball-4 {
  -webkit-animation: mitosis_ball4 1s infinite alternate linear;
  -moz-animation: mitosis_ball4 1s infinite alternate linear;
  -o-animation: mitosis_ball4 1s infinite alternate linear;
  animation: mitosis_ball4 1s infinite alternate linear;
}
@-webkit-keyframes mitosis_invert {
  100% {
    -webkit-transform: rotate(180deg);
  }
}
@-moz-keyframes mitosis_invert {
  100% {
    -moz-transform: rotate(180deg);
  }
}
@-o-keyframes mitosis_invert {
  100% {
    -o-transform: rotate(180deg);
  }
}
@keyframes mitosis_invert {
  100% {
    transform: rotate(180deg);
  }
}
@-webkit-keyframes mitosis_ball1 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball1 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball1 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball1 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball2 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball2 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball2 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball2 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(50%, -50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball3 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball3 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball3 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball3 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, 25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, 50%) scale(0.6, 0.6);
  }
}
@-webkit-keyframes mitosis_ball4 {
  12% {
    -webkit-transform: none;
  }
  26% {
    -webkit-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -webkit-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -webkit-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@-moz-keyframes mitosis_ball4 {
  12% {
    -moz-transform: none;
  }
  26% {
    -moz-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -moz-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -moz-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@-o-keyframes mitosis_ball4 {
  12% {
    -o-transform: none;
  }
  26% {
    -o-transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    -o-transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    -o-transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    -o-transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
@keyframes mitosis_ball4 {
  12% {
    transform: none;
  }
  26% {
    transform: translateX(-25%) scale(1, 0.8);
  }
  40% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  60% {
    transform: translateX(-50%) scale(0.8, 0.8);
  }
  74% {
    transform: translate(-50%, -25%) scale(0.6, 0.8);
  }
  88% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.6, 0.6);
  }
}
.ajax_loader .lines {
  width: 60px;
  height: 60px;
  margin: 0 0 0 -30px;
}
.ajax_loader .lines .line1,
.ajax_loader .lines .line2,
.ajax_loader .lines .line3,
.ajax_loader .lines .line4 {
  margin-left: 10px;
  position: absolute;
  width: 60px;
  height: 4px;
  background-color: #18cfab;
  -webkit-animation: lines_spin 1.5s infinite linear;
  -webkit-animation-timing-function: ease;
}
.ajax_loader .lines .line2 {
  -webkit-animation-delay: 0.1s;
}
.ajax_loader .lines .line3 {
  -webkit-animation-delay: 0.2s;
}
.ajax_loader .lines .line4 {
  -webkit-animation-delay: 0.3s;
}
@-webkit-keyframes lines_spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes lines_spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-o-keyframes lines_spin {
  100% {
    -o-transform: rotate(360deg);
  }
}
@keyframes lines_spin {
  100% {
    transform: rotate(360deg);
  }
}
.ajax_loader .fussion {
  width: 30px;
  height: 30px;
  margin: -45px 0 0 -30px;
  position: relative;
}
.ajax_loader .fussion .ball {
  height: 40px;
  width: 40px;
  left: 50%;
  top: 50%;
  background: #18cfab;
  border-radius: 50%;
  float: left;
  position: absolute;
}
.ajax_loader .fussion .ball-1 {
  background: #18cfab;
  top: 0;
  left: 50%;
  -webkit-animation: fussion_ball1 1s 0s ease infinite;
  -moz-animation: fussion_ball1 1s 0s ease infinite;
  -o-animation: fussion_ball1 1s 0s ease infinite;
  animation: fussion_ball1 1s 0s ease infinite;
  z-index: 1;
}
.ajax_loader .fussion .ball-2 {
  background: #18cfab;
  top: 50%;
  left: 100%;
  -webkit-animation: fussion_ball2 1s 0s ease infinite;
  -moz-animation: fussion_ball2 1s 0s ease infinite;
  -o-animation: fussion_ball2 1s 0s ease infinite;
  animation: fussion_ball2 1s 0s ease infinite;
  z-index: 2;
}
.ajax_loader .fussion .ball-3 {
  background: #18cfab;
  top: 100%;
  left: 50%;
  -webkit-animation: fussion_ball3 1s 0s ease infinite;
  -moz-animation: fussion_ball3 1s 0s ease infinite;
  -o-animation: fussion_ball3 1s 0s ease infinite;
  animation: fussion_ball3 1s 0s ease infinite;
  z-index: 1;
}
.ajax_loader .fussion .ball-4 {
  background: #18cfab;
  top: 50%;
  left: 0;
  -webkit-animation: fussion_ball4 1s 0s ease infinite;
  -moz-animation: fussion_ball4 1s 0s ease infinite;
  -o-animation: fussion_ball4 1s 0s ease infinite;
  animation: fussion_ball4 1s 0s ease infinite;
  z-index: 2;
}
@-webkit-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-moz-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-o-keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@keyframes fussion_ball1 {
  50% {
    top: -100%;
    left: 200%;
  }
  100% {
    top: 50%;
    left: 100%;
    z-index: 2;
  }
}
@-webkit-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-moz-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-o-keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@keyframes fussion_ball2 {
  50% {
    top: 200%;
    left: 200%;
  }
  100% {
    top: 100%;
    left: 50%;
    z-index: 1;
  }
}
@-webkit-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-moz-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-o-keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@keyframes fussion_ball3 {
  50% {
    top: 200%;
    left: -100%;
  }
  100% {
    top: 50%;
    left: 0;
    z-index: 2;
  }
}
@-webkit-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@-moz-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@-o-keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
@keyframes fussion_ball4 {
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: 0;
    left: 50%;
    z-index: 1;
  }
}
.ajax_loader .wave_circles {
  width: 150px;
  height: 30px;
  margin: -15px 0 0 -75px;
}
.ajax_loader .wave_circles .ball {
  height: 30px;
  width: 30px;
  float: left;
  background: #18cfab;
  border-radius: 50%;
  margin-right: 10px;
}
.ajax_loader .wave_circles .ball-1 {
  -webkit-animation: wave_jump3 1.8s infinite ease-out;
  -moz-animation: wave_jump3 1.8s infinite ease-out;
  -o-animation: wave_jump3 1.8s infinite ease-out;
  animation: wave_jump3 1.8s infinite ease-out;
}
.ajax_loader .wave_circles .ball-2 {
  -webkit-animation: wave_jump2 1.8s infinite ease-out;
  -moz-animation: wave_jump2 1.8s infinite ease-out;
  -o-animation: wave_jump2 1.8s infinite ease-out;
  animation: wave_jump2 1.8s infinite ease-out;
}
.ajax_loader .wave_circles .ball-3 {
  -webkit-animation: wave_jump1 1.8s infinite ease-out;
  -moz-animation: wave_jump1 1.8s infinite ease-out;
  -o-animation: wave_jump1 1.8s infinite ease-out;
  animation: wave_jump1 1.8s infinite ease-out;
}
.ajax_loader .wave_circles .ball-4 {
  margin-right: 0;
  -webkit-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -moz-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  -o-animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
  animation: wave_wipe 1.8s infinite cubic-bezier(0.5, 0, 0.5, 1);
}
@-webkit-keyframes wave_jump1 {
  12% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  24% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump1 {
  12% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  24% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump1 {
  12% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  24% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump1 {
  12% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  24% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_jump2 {
  12% {
    -webkit-transform: translate(0, 0);
  }
  24% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  36% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump2 {
  12% {
    -moz-transform: translate(0, 0);
  }
  24% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  36% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}
@-o-keyframes wave_jump2 {
  12% {
    -o-transform: translate(0, 0);
  }
  24% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  36% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump2 {
  12% {
    transform: translate(0, 0);
  }
  24% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  36% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_jump3 {
  24% {
    -webkit-transform: translate(0, 0);
  }
  36% {
    -webkit-transform: translate(20px, -40px);
    -webkit-animation-timing-function: ease-in;
  }
  48% {
    -webkit-transform: translate(40px, 0);
  }
  100% {
    -webkit-transform: translate(40px, 0);
  }
}
@-moz-keyframes wave_jump3 {
  24% {
    -moz-transform: translate(0, 0);
  }
  36% {
    -moz-transform: translate(20px, -40px);
    -moz-animation-timing-function: ease-in;
  }
  48% {
    -moz-transform: translate(40px, 0);
  }
  100% {
    -moz-transform: translate(40px, 0);
  }
}
@-o-keyframes wave_jump3 {
  24% {
    -o-transform: translate(0, 0);
  }
  36% {
    -o-transform: translate(20px, -40px);
    -o-animation-timing-function: ease-in;
  }
  48% {
    -o-transform: translate(40px, 0);
  }
  100% {
    -o-transform: translate(40px, 0);
  }
}
@keyframes wave_jump3 {
  24% {
    transform: translate(0, 0);
  }
  36% {
    transform: translate(20px, -40px);
    animation-timing-function: ease-in;
  }
  48% {
    transform: translate(40px, 0);
  }
  100% {
    transform: translate(40px, 0);
  }
}
@-webkit-keyframes wave_wipe {
  48% {
    -webkit-transform: translateX(-120px);
  }
  100% {
    -webkit-transform: translateX(-120px);
  }
}
@-moz-keyframes wave_wipe {
  48% {
    -moz-transform: translateX(-120px);
  }
  100% {
    -moz-transform: translateX(-120px);
  }
}
@-o-keyframes wave_wipe {
  48% {
    -o-transform: translateX(-120px);
  }
  100% {
    -o-transform: translateX(-120px);
  }
}
@keyframes wave_wipe {
  48% {
    transform: translateX(-120px);
  }
  100% {
    transform: translateX(-120px);
  }
}
.ajax_loader .pulse_circles {
  width: 100px;
  height: 100px;
  margin: -50px 0 0 -50px;
  position: relative;
}
.ajax_loader .pulse_circles * {
  box-sizing: border-box;
}
.ajax_loader .pulse_circles .ball {
  height: 100%;
  width: 100%;
  background: #18cfab;
  position: absolute;
  border-radius: 50%;
  border: 0 solid #18cfab;
  -webkit-animation: pulse_circles_pulse 3s infinite;
  -moz-animation: pulse_circles_pulse 3s infinite;
  -o-animation: pulse_circles_pulse 3s infinite;
  animation: pulse_circles_pulse 3s infinite;
}
.ajax_loader .pulse_circles .ball-2 {
  -webkit-animation-delay: -0.75s;
  -moz-animation-delay: -0.75s;
  -o-animation-delay: -0.75s;
  animation-delay: -0.75s;
}
.ajax_loader .pulse_circles .ball-3 {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.ajax_loader .pulse_circles .ball-4 {
  -webkit-animation-delay: -2.25s;
  -moz-animation-delay: -2.25s;
  -o-animation-delay: -2.25s;
  animation-delay: -2.25s;
}
@-webkit-keyframes pulse_circles_pulse {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@-moz-keyframes pulse_circles_pulse {
  0% {
    -moz-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -moz-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@-o-keyframes pulse_circles_pulse {
  0% {
    -o-transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    -o-transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
@keyframes pulse_circles_pulse {
  0% {
    transform: scale(0.1, 0.1);
    opacity: 1;
    border-width: 50px;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
    border-width: 0;
  }
}
body.boxed .content_wrapper,
body.boxed .footer_inner,
body.boxed:not(.has_general_padding) .wrapper_inner {
  width: 1150px;
  margin-left: auto;
  margin-right: auto;
}
body.boxed .wrapper_inner {
  margin-left: auto;
  margin-right: auto;
}
body.boxed .content_wrapper {
  left: auto;
}
section.section {
  display: block;
  position: relative;
  padding: 50px 0;
  overflow: hidden;
}
div.section {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.section.pattern_background {
  background-position: 0 0;
  background-repeat: repeat;
  background-size: inherit;
}
.vc_row.use_row_as_box {
  margin-left: 0;
  margin-right: 0;
}
div.video_section {
  overflow: hidden;
}
.vc_row.row_overflow_visible {
  overflow: visible;
}
.vc_row.row_overflow_hidden {
  overflow: hidden;
}
.boxed .section .section_inner,
.grid_section .section_inner,
.parallax_grid_section .parallax_section_inner {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}
@media only screen and (min-width: 480px) {
  div.column1 .grid_section .section_inner,
  div.column2 .grid_section .section_inner {
    width: 100% !important;
  }
}
.full_section_inner,
.parallax_full_section_inner {
  position: relative;
  z-index: 20;
}
.pagination,
.pagination_prev_and_next_only {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: auto;
  margin: 10px 0 50px;
}
.pagination.pagination_with_border {
  width: 100%;
}
.pagination ul,
.pagination_prev_and_next_only ul {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.pagination ul li,
.pagination_prev_and_next_only ul li {
  float: left;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin: 0 2px 4px 2px;
}
.comment_pager .page-numbers,
.pagination ul li > a,
.pagination ul li > span,
.post-nav-links a,
.single_links_pages span {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 44px;
  line-height: 44px;
  margin: 0;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid;
  border-color: #f5f5f5;
  font-size: 30px;
  font-weight: 400;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-shadow: none;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  box-sizing: content-box;
  float: left;
}
.post-nav-links a {
  float: none;
}
.pagination_prev_and_next_only ul li > a {
  position: relative;
  display: inline-block;
  margin: 0;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  box-sizing: content-box;
  float: left;
}
.comment_pager {
  position: relative;
}
.pagination ul li a:hover,
.pagination ul li.active span,
.post-nav-links a:hover,
.single_links_pages span:hover,
.single_links_pages > span {
  color: #393939;
}
.pagination_prev_and_next_only ul li a:hover {
  color: #18cfab;
}
.pagination ul li a span:before {
  position: relative;
  display: block;
  line-height: inherit;
}
.comment_pager .page-numbers,
.pagination ul li span,
.pagination ul li > a,
.post-nav-links a,
.single_links_pages span {
  font-size: 14px;
  font-weight: 400;
}
.comment_pager .current,
.comment_pager .current:hover,
.comment_pager .page-numbers.dots:hover,
.comment_pager a:hover,
.pagination ul li a:hover,
.pagination ul li.active span,
.post-nav-links a:hover,
.single_links_pages .single_links_pages_inner > span,
.single_links_pages span:hover,
.single_links_pages > span {
  background-color: #18cfab;
  border-color: #18cfab;
  color: #fff;
}
.pagination ul li a .pagination_arrow,
.woocommerce-pagination ul li a .pagination_arrow {
  line-height: 44px;
}
.pagination ul li a .pagination_arrow,
.woocommerce-pagination ul li a .pagination_arrow {
  font-size: inherit;
}
.pagination ul .next i,
.pagination ul .prev i {
  line-height: inherit;
}
.single_links_pages {
  margin: 50px 0 0;
  display: block;
  text-decoration: none;
}
.comment_pager .current,
.comment_pager a,
.post-nav-links a,
.single_links_pages span {
  text-align: center;
}
.comment_pager {
  margin: 20px 0;
}
.comment_pager .next,
.comment_pager .prev {
  width: auto;
  padding: 0 15px;
  text-transform: none;
}
.comment_pager .page-numbers,
.post-nav-links a,
.single_links_pages span {
  margin: 0 2px 4px 2px;
}
.comment_pager.arrows_on_sides,
.comment_pager.standard_center,
.pagination.arrows_on_sides,
.pagination.standard_center,
.single_links_pages.arrows_on_sides,
.single_links_pages.standard_center {
  width: 100%;
  text-align: center;
}
.comment_pager.standard_right,
.pagination.standard_right,
.single_links_pages.standard_right {
  width: 100%;
  text-align: right;
}
.comment_pager.arrows_on_sides .prev.page-numbers,
.pagination.arrows_on_sides ul li.first a,
.pagination.arrows_on_sides ul li.prev a {
  position: absolute;
  left: 0;
}
.comment_pager.arrows_on_sides .next.page-numbers,
.pagination.arrows_on_sides ul li.last a,
.pagination.arrows_on_sides ul li.next a {
  position: absolute;
  right: 0;
}
.comment_pager p,
.single_links_pages_inner {
  display: inline-block;
}
.single_links_pages a {
  float: left;
}
.single_links_pages a span {
  float: none;
}
.single_links_pages .single_links_pages_inner span {
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
}
.pagination.arrows_on_sides ul li.first,
.pagination.arrows_on_sides ul li.last,
.pagination.arrows_on_sides ul li.next,
.pagination.arrows_on_sides ul li.next.next_last,
.pagination.arrows_on_sides ul li.prev,
.pagination.arrows_on_sides ul li.prev.prev_first {
  margin: 0;
}
.pagination.standard_left ul li:first-child {
  margin-left: 0;
}
.comment_pager.arrows_on_sides a:first-child,
.comment_pager.standard_left a:first-child,
.single_links_pages .single_links_pages_inner a:first-child span,
.single_links_pages .single_links_pages_inner > span:first-child {
  margin-left: 0;
}
.comment_pager.arrows_on_sides a:last-child,
.comment_pager.standard_right a:last-child,
.pagination.standard_right ul li:last-child,
.single_links_pages .single_links_pages_inner a:last-child span {
  margin-right: 0;
}
.comment_pager .page-numbers.dots {
  text-align: center;
}
.pagination_prev_and_next_only {
  width: 100%;
  text-align: center;
}
.pagination_prev_and_next_only ul li > a {
  position: absolute;
}
.pagination_prev_and_next_only ul li.prev a {
  left: 0;
}
.pagination_prev_and_next_only ul li.next a {
  right: 0;
}
.pagination_prev_and_next_only ul li.prev a .pagination_arrow {
  padding-right: 10px;
}
.pagination_prev_and_next_only ul li.next a .pagination_arrow {
  padding-left: 10px;
}
#back_to_top {
  width: 46px;
  height: auto;
  position: fixed;
  bottom: 65px;
  margin: 0;
  z-index: 10000;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  opacity: 0;
  visibility: hidden;
}
#back_to_top.left {
  left: 25px;
}
#back_to_top.right {
  right: 25px;
}
#back_to_top.center {
  left: 0;
  right: 0 !important;
  margin-left: auto;
  margin-right: auto;
}
#back_to_top.off {
  opacity: 0;
  right: 25px;
  -webkit-transition: visibility 0.15s ease-out, opacity 0.15s ease-out;
  -moz-transition: visibility 0.15s ease-out, opacity 0.15s ease-out;
  -o-transition: visibility 0.15s ease-out, opacity 0.15s ease-out;
  transition: visibility 0.15s ease-out, opacity 0.15s ease-out;
}
#back_to_top.on {
  opacity: 1;
  visibility: visible;
  right: 25px;
}
#back_to_top .hover {
  display: none;
}
#back_to_top > span {
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  color: #fff;
  background-color: #d1d1d1;
  border: 1px solid transparent;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#back_to_top span span {
  display: block;
  line-height: inherit;
}
#back_to_top span span.mkd_icon_font_elegant.arrow_carrot-up {
  margin-left: -1px;
}
#back_to_top:hover > span {
  background-color: #585858;
}
.right_side_menu_opened #back_to_top {
  display: none;
}
body div.pp_default .pp_loaderIcon {
  background-color: #fff;
  border-radius: 20px;
}
.last_toggle_el_margin,
.wpb_button,
.wpb_content_element,
.wpb_row,
ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important;
}
.parallax_section_inner_margin,
body:not(.has_general_padding) .section_inner_margin {
  margin-left: -15px;
  margin-right: -15px;
}
@-webkit-keyframes element-from-left {
  0% {
    -webkit-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-left {
  0% {
    -moz-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes element-from-left {
  0% {
    -o-transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes element-from-left {
  0% {
    transform: translate(-20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-right {
  0% {
    -webkit-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-right {
  0% {
    -moz-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes element-from-right {
  0% {
    -o-transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes element-from-right {
  0% {
    transform: translate(20%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0, 30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0, 30%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0, 30%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes element-from-bottom {
  0% {
    transform: translate(0, 30%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-top {
  0% {
    -webkit-transform: translate(0, -30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-top {
  0% {
    -moz-transform: translate(0, -30%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes element-from-top {
  0% {
    -o-transform: translate(0, -30%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes element-from-top {
  0% {
    transform: translate(0, -30%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes element-transform {
  0% {
    -webkit-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes element-transform {
  0% {
    -moz-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes element-transform {
  0% {
    -o-transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes element-transform {
  0% {
    transform: scale(0.3);
    opacity: 0.1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-moz-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-ms-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-o-keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@keyframes buffering-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 30px 0;
  }
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-moz-keyframes scaleout {
  0% {
    -moz-transform: scale(0);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
@-ms-keyframes scaleout {
  0% {
    -ms-transform: scale(0);
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}
@-o-keyframes scaleout {
  0% {
    -o-transform: scale(0);
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0);
    opacity: 1;
  }
  to {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}
@-ms-keyframes spin {
  from {
    -ms-transform: rotate(0);
    opacity: 1;
  }
  to {
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}
@-o-keyframes spin {
  from {
    -o-transform: rotate(0);
    opacity: 1;
  }
  to {
    -o-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
    opacity: 1;
  }
  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.element_from_bottom,
.element_from_fade,
.element_from_left,
.element_from_right,
.element_from_top {
  display: inline-block;
  width: 100%;
}
.touch .no_animation_on_touch .element_from_bottom > div,
.touch .no_animation_on_touch .element_from_fade > div,
.touch .no_animation_on_touch .element_from_left > div,
.touch .no_animation_on_touch .element_from_right > div,
.touch .no_animation_on_touch .element_from_top > div,
.touch .no_animation_on_touch .element_transform > div {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
.element_from_bottom > div,
.element_from_fade > div,
.element_from_left > div,
.element_from_right > div,
.element_from_top > div {
  opacity: 0;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.element_transform > div {
  opacity: 0.2;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
.element_from_fade.element_from_fade_on > div {
  opacity: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  -moz-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  -webkit-backface-visibility: hidden;
}
.element_from_left.element_from_left_on > div {
  -webkit-animation: element-from-left 0.6s 1 ease-in-out;
  -moz-animation: element-from-left 0.6s 1 ease-in-out;
  -o-animation: element-from-left 0.6s 1 ease-in-out;
  animation: element-from-left 0.6s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
.element_from_right.element_from_right_on > div {
  -webkit-animation: element-from-right 0.6s 1 ease-in-out;
  -moz-animation: element-from-right 0.6s 1 ease-in-out;
  -o-animation: element-from-right 0.6s 1 ease-in-out;
  animation: element-from-right 0.6s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
.element_from_top.element_from_top_on > div {
  -webkit-animation: element-from-top 0.6s 1 ease-in-out;
  -moz-animation: element-from-top 0.6s 1 ease-in-out;
  -o-animation: element-from-top 0.6s 1 ease-in-out;
  animation: element-from-top 0.6s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
.element_from_bottom.element_from_bottom_on > div {
  -webkit-animation: element-from-bottom 0.6s 1 ease-in-out;
  -moz-animation: element-from-bottom 0.6s 1 ease-in-out;
  -o-animation: element-from-bottom 0.6s 1 ease-in-out;
  animation: element-from-bottom 0.6s 1 ease-in-out;
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
.element_transform.element_transform_on > div {
  -webkit-animation: element-transform 0.4s 1
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-animation: element-transform 0.4s 1
    cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -o-animation: element-transform 0.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  animation: element-transform 0.4s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.google_map_holder {
  position: relative;
}
.vertical_split_slider .ms-tableCell .google_map_holder {
  margin-left: -20px;
  margin-right: -20px;
}
.google_map_ovrlay {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
}
.mkd_google_map {
  display: block;
  width: 100%;
  height: 300px;
}
.mkd_google_map embed,
.mkd_google_map iframe,
.mkd_google_map object {
  width: 100%;
  display: block;
}
.mkd_google_map img {
  max-width: none;
}
.google_map_info_box_holder {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
.google_map_info_box_holder .container {
  margin: 0 !important;
  padding: 0 !important;
  background-color: transparent !important;
  background-image: none !important;
}
.google_map_info_box_holder .container .container_inner {
  position: relative;
}
.google_map_info_box {
  background-color: rgba(250, 250, 250, 0.95);
  padding: 29px 20px 29px 34px;
  position: absolute;
  box-sizing: border-box;
}
.mkd_404_page {
  padding: 0 !important;
}
.page_not_found {
  margin: 118px 0 120px;
}
.page_not_found h4 {
  text-transform: none;
  margin: 30px 0 50px;
}
.two_columns_66_33 {
  width: 100%;
}
.two_columns_66_33 > .column1 {
  width: 66.66%;
  float: left;
}
.two_columns_66_33 > .column1 > .column_inner {
  padding: 0 20px 0 0;
}
.two_columns_66_33 > .column2 {
  width: 33.33%;
  float: left;
}
.two_columns_66_33 > .column2 > .column_inner {
  padding: 0 0 0 20px;
}
.two_columns_33_66 {
  width: 100%;
}
.two_columns_33_66 > .column1 {
  width: 33.33%;
  float: left;
}
.two_columns_33_66 > .column1 > .column_inner {
  padding: 0 20px 0 0;
}
.two_columns_33_66 > .column2 {
  width: 66.66%;
  float: left;
}
.two_columns_33_66 > .column2 > .column_inner {
  padding: 0 0 0 20px;
}
.two_columns_75_25 {
  width: 100%;
}
.two_columns_75_25 > .column1 {
  width: 75%;
  float: left;
}
.two_columns_75_25 > .column1 > .column_inner {
  padding: 0 20px 0 0;
}
.two_columns_75_25 > .column2 {
  width: 25%;
  float: left;
}
.two_columns_75_25 > .column2 > .column_inner {
  padding: 0 0 0 20px;
}
.two_columns_25_75 {
  width: 100%;
}
.two_columns_25_75 > .column1 {
  width: 25%;
  float: left;
}
.two_columns_25_75 > .column1 > .column_inner {
  padding: 0 20px 0 0;
}
.two_columns_25_75 > .column2 {
  width: 75%;
  float: left;
}
.two_columns_25_75 > .column2 > .column_inner {
  padding: 0 0 0 20px;
}
.two_columns_50_50 {
  width: 100%;
}
.two_columns_50_50 > .column1 {
  width: 50%;
  float: left;
}
.two_columns_50_50 > .column1 > .column_inner {
  padding: 0 10px 0 0;
}
.two_columns_50_50 > .column2 {
  width: 50%;
  float: left;
}
.two_columns_50_50 > .column2 > .column_inner {
  padding: 0 0 0 10px;
}
.three_columns {
  width: 100%;
}
.three_columns > .column1,
.three_columns > .column2,
.three_columns > .column3 {
  width: 33.33%;
  float: left;
}
.three_columns > .column1 > .column_inner {
  padding: 0 15px 0 0;
}
.three_columns > .column2 > .column_inner {
  padding: 0 5px 0 10px;
}
.three_columns > .column3 > .column_inner {
  padding: 0 0 0 15px;
}
.four_columns {
  width: 100%;
}
.four_columns > .column1,
.four_columns > .column2,
.four_columns > .column3,
.four_columns > .column4 {
  width: 25%;
  float: left;
}
.four_columns > .column1 > .column_inner {
  padding: 0 15px 0 0;
}
.four_columns > .column2 > .column_inner {
  padding: 0 10px 0 5px;
}
.four_columns > .column3 > .column_inner {
  padding: 0 5px 0 10px;
}
.four_columns > .column4 > .column_inner {
  padding: 0 0 0 15px;
}
.five_columns > .column1,
.five_columns > .column2,
.five_columns > .column3,
.five_columns > .column4,
.five_columns > .column5 {
  width: 20%;
  float: left;
}
.five_columns > .column1 > .column_inner,
.five_columns > .column2 > .column_inner,
.five_columns > .column3 > .column_inner,
.five_columns > .column4 > .column_inner {
  margin: 0 2.5% 0 0;
}
.five_columns > .column5 > .column_inner {
  margin: 0;
}
body.woocommerce.woocommerce-page
  .two_columns_25_75.woocommerce_with_sidebar
  .column2
  .column_inner,
body.woocommerce.woocommerce-page
  .two_columns_33_66.woocommerce_with_sidebar
  .column2
  .column_inner {
  padding-left: 40px;
}
body.woocommerce.woocommerce-page
  .two_columns_66_33.woocommerce_with_sidebar
  .column1
  .column_inner,
body.woocommerce.woocommerce-page
  .two_columns_75_25.woocommerce_with_sidebar
  .column1
  .column_inner {
  padding-right: 40px;
}
body.woocommerce.woocommerce-page
  .full_width
  .two_columns_25_75.woocommerce_with_sidebar
  .column2
  .column_inner,
body.woocommerce.woocommerce-page
  .full_width
  .two_columns_33_66.woocommerce_with_sidebar
  .column2
  .column_inner {
  padding-right: 0;
}
body.woocommerce.woocommerce-page
  .full_width
  .two_columns_66_33.woocommerce_with_sidebar
  .column1
  .column_inner,
body.woocommerce.woocommerce-page
  .full_width
  .two_columns_75_25.woocommerce_with_sidebar
  .column1
  .column_inner {
  padding-left: 0;
}
header {
  width: 100%;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  position: relative;
  z-index: 110;
  -webkit-backface-visibility: hidden;
}
header .header_inner_left {
  position: absolute;
  left: 45px;
  top: 0;
  z-index: 110;
}
header .container_inner .header_inner_left {
  position: absolute;
  left: 0;
  top: 0;
}
header .header_top_bottom_holder {
  position: relative;
}
.boxed header {
  background-color: transparent !important;
  border: 0 !important;
}
.boxed .header_inner {
  width: 1150px;
  margin: 0 auto;
  position: relative;
}
.header_inner_right {
  float: right;
  position: relative;
  z-index: 110;
}
.header_inner_right.left_side .side_menu_button > a {
  margin: 0 14px 0 0;
}
header.sticky .header_inner_right.left_side {
  display: none;
}
.header_top {
  line-height: 36px;
  height: 36px;
  padding: 0 21px 0 25px;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #b5b5b5;
  border-bottom-width: 1px;
  border-bottom-color: rgba(250, 250, 250, 0.2);
  border-bottom-style: solid;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_top.has_pattern {
  background-image: url(img/space_around_content_patern.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.header_top p {
  line-height: 32px;
  padding: 0 15px;
}
.header_top .header_widget span {
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.header_top .left {
  float: left;
  line-height: 36px;
  height: 36px;
}
.header_top .right {
  float: right;
  line-height: 36px;
  height: 36px;
}
.header_top .right .inner #lang_sel {
  float: left;
  padding: 0;
  position: relative;
  z-index: 999;
}
.header_top .inner #lang_sel > ul {
  list-style: none;
}
.header_top .left .inner > div,
.header_top .left .inner > div:last-child {
  float: left;
  border-bottom: 0;
  border-top: 0;
}
.header_top .right .inner .header-widget {
  float: left;
}
.header_top .right .inner .header_top_side_button {
  float: left;
}
header.scrolled:not(.scroll_header_top_area) .header_top {
  border-bottom: 0;
}
.header_top > .container {
  z-index: 110;
}
.header_top .left .header-widget:last-child,
.header_top .right .header-widget:last-child {
  margin-right: 0;
}
.header_top .mkd_social_icon_holder {
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}
.header_top .mkd_social_icon_holder.normal_social.with_link .simple_social {
  color: #fff;
}
@media only screen and (min-width: 1000px) {
  header.light.header_style_on_scroll .header-widget,
  header.light.header_style_on_scroll .header-widget a,
  header.light.header_style_on_scroll .header-widget p,
  header.light.header_style_on_scroll .header-widget span,
  header.light.header_style_on_scroll
    .header-widget.widget_nav_menu
    ul.menu
    > li
    > a,
  header.light.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  header.light:not(.sticky) .header-widget,
  header.light:not(.sticky) .header-widget a,
  header.light:not(.sticky) .header-widget p,
  header.light:not(.sticky) .header-widget span,
  header.light:not(.sticky) .header-widget.widget_nav_menu ul.menu > li > a,
  header.light:not(.sticky) .mkd_social_icon_holder i.simple_social {
    color: #fff;
  }
  header.light.header_style_on_scroll #lang_sel > ul > li > a,
  header.light.header_style_on_scroll #lang_sel_click > ul > li > a,
  header.light.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  header.light.header_style_on_scroll .textwidget span,
  header.light.header_style_on_scroll .textwidget span:hover,
  header.light:not(.sticky) #lang_sel > ul > li > a,
  header.light:not(.sticky) #lang_sel_click > ul > li > a,
  header.light:not(.sticky) .mkd_social_icon_holder i.simple_social,
  header.light:not(.sticky) .textwidget span,
  header.light:not(.sticky) .textwidget span i,
  header.light:not(.sticky) .textwidget span:hover {
    color: #fff !important;
  }
  header.dark.header_style_on_scroll .header-widget,
  header.dark.header_style_on_scroll .header-widget a,
  header.dark.header_style_on_scroll .header-widget p,
  header.dark.header_style_on_scroll .header-widget span,
  header.dark.header_style_on_scroll
    .header-widget.widget_nav_menu
    ul.menu
    > li
    > a,
  header.dark.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  header.dark:not(.sticky) .header-widget,
  header.dark:not(.sticky) .header-widget a,
  header.dark:not(.sticky) .header-widget p,
  header.dark:not(.sticky) .header-widget span,
  header.dark:not(.sticky) .header-widget span i,
  header.dark:not(.sticky) .header-widget.widget_nav_menu ul.menu > li > a,
  header.dark:not(.sticky) .mkd_social_icon_holder i.simple_social {
    color: #000;
  }
  header.dark.header_style_on_scroll #lang_sel > ul > li > a,
  header.dark.header_style_on_scroll #lang_sel_click > ul > li > a,
  header.dark.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  header.dark.header_style_on_scroll .textwidget span,
  header.dark.header_style_on_scroll .textwidget span:hover,
  header.dark:not(.sticky) #lang_sel > ul > li > a,
  header.dark:not(.sticky) #lang_sel_click > ul > li > a,
  header.dark:not(.sticky) .mkd_social_icon_holder i.simple_social,
  header.dark:not(.sticky) .textwidget span,
  header.dark:not(.sticky) .textwidget span:hover {
    color: #000 !important;
  }
  header.dark .mkd_vertical_sep {
    border-right-color: #000 !important;
  }
  header.light .mkd_vertical_sep {
    border-right-color: #fff !important;
  }
}
.header_bottom {
  position: relative;
  background-color: #fff;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.header_bottom.header_full_width {
  padding: 0 45px;
}
.boxed .header_bottom {
  padding: 0 25px;
}
.header_bottom .container_inner {
  position: relative;
  box-sizing: border-box;
  transition: border 0.5s ease-out 0s;
  -webkit-transition: border 0.5s ease-out 0s;
  -moz-transition: border 0.5s ease-out 0s;
  -o-transition: border 0.5s ease-out 0s;
}
.logo_wrapper {
  height: 83px;
  float: left;
}
.mkd_logo {
  position: relative;
  top: 50%;
  left: 0;
}
.mkd_logo a {
  position: relative;
  display: block;
  visibility: hidden;
}
.mkd_logo img {
  display: block;
  opacity: 1;
  position: absolute;
  top: -50%;
  width: auto !important;
  max-width: none;
}
.no-touch .mkd_logo img {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
}
.mkd_logo img.dark,
.mkd_logo img.light,
.mkd_logo img.mobile,
.mkd_logo img.popup,
.mkd_logo img.sticky {
  opacity: 0;
}
header.scrolled.dark:not(.header_style_on_scroll) .mkd_logo img.normal,
header.scrolled.light:not(.header_style_on_scroll) .mkd_logo img.normal,
header.scrolled:not(.header_style_on_scroll) .mkd_logo img.normal {
  opacity: 1;
}
header.scrolled.dark:not(.header_style_on_scroll) .mkd_logo img.dark,
header.scrolled.dark:not(.header_style_on_scroll) .mkd_logo img.light,
header.scrolled.light:not(.header_style_on_scroll) .mkd_logo img.dark,
header.scrolled.light:not(.header_style_on_scroll) .mkd_logo img.light,
header.scrolled:not(.header_style_on_scroll) .mkd_logo img.dark,
header.scrolled:not(.header_style_on_scroll) .mkd_logo img.light {
  opacity: 0;
}
header.light .mkd_logo img.normal {
  opacity: 0;
}
header.light .mkd_logo img.light {
  opacity: 1;
}
header.light .mkd_logo img.dark {
  opacity: 0;
}
header.dark .mkd_logo img.normal {
  opacity: 0;
}
header.dark .mkd_logo img.light {
  opacity: 0;
}
header.dark .mkd_logo img.dark {
  opacity: 1;
}
.hide_inital_sticky header.stick {
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.hide_inital_sticky header.stick.sticky {
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
}
header.sticky {
  top: -120px;
  left: 0;
  position: fixed;
}
header.sticky .header_top {
  display: none;
}
header.sticky .header_bottom {
  background-color: #fff !important;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
}
header.scrolled .header_bottom,
header.scrolled .header_bottom .container_inner,
header.sticky .header_bottom,
header.sticky .header_bottom .container_inner {
  border: none !important;
}
header.sticky.no_shadow .header_bottom {
  box-shadow: none;
}
header.sticky.centered_logo {
  top: -300px;
}
header.sticky.sticky_animate {
  top: 0;
  -webkit-transition: left 0.2s ease,
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.2s ease,
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.2s ease, top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
header.sticky:not(.header_style_on_scroll) .mkd_logo img.sticky {
  opacity: 1;
}
header.sticky:not(.header_style_on_scroll) .mkd_logo img.dark,
header.sticky:not(.header_style_on_scroll) .mkd_logo img.light,
header.sticky:not(.header_style_on_scroll) .mkd_logo img.normal,
header.sticky:not(.header_style_on_scroll) .mkd_logo img.popup {
  opacity: 0 !important;
}
header.sticky .logo_wrapper,
header.sticky.centered_logo .logo_wrapper {
  height: 70px !important;
  float: left;
}
header.sticky .drop_down .second {
  margin-top: 0;
}
header.sticky .header_fixed_right_area {
  display: none;
}
.side_menu.sticky .close_side_menu_holder,
header.sticky .header_bottom_right_widget_holder,
header.sticky .side_menu_button {
  height: 70px;
}
.sticky .header_menu_bottom {
  position: static;
}
.right_side_menu_opened .wrapper header.sticky {
  left: -270px;
}
header.fixed,
header.fixed_hiding {
  width: 100%;
  position: fixed;
  z-index: 110;
  top: 0;
  left: 0;
}
@media only screen and (min-width: 1000px) {
  header.fixed,
  header.fixed_hiding,
  header.fixed_top_header .top_header {
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  }
}
header.fixed.scrolled .header_bottom,
header.fixed_hiding.scrolled .header_bottom {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.11);
  background-color: #fff;
}
.right_side_menu_opened .wrapper header.fixed,
.right_side_menu_opened .wrapper header.fixed_hiding,
.right_side_menu_opened .wrapper header.fixed_top_header .top_header {
  left: -270px;
}
@media only screen and (min-width: 1100px) {
  .no-touch
    .right_side_menu_opened:not(.boxed)
    .carousel-inner:not(.relative_position) {
    left: -270px !important;
  }
}
.right_side_menu_opened .wrapper header.fixed_top_header .top_header,
.side_menu_slide_from_right header.fixed,
.side_menu_slide_from_right header.fixed_hiding {
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
header.header_one_scroll_resize
  .side_menu_button_wrapper
  .side_menu_button
  a.search_icon_bckg_full,
header.header_one_scroll_resize nav.main_menu > ul > li > a {
  -webkit-transition: line-height 0.5s ease;
  transition: line-height 0.5s ease;
}
header.header_one_scroll_resize .header_bottom_right_widget_holder,
header.header_one_scroll_resize .logo_wrapper,
header.header_one_scroll_resize .mkd_logo a,
header.header_one_scroll_resize .side_menu_button {
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
header.menu_bottom .header_inner_left {
  left: 0;
}
header:not(.sticky) .header_menu_bottom nav.main_menu > ul > li > a {
  line-height: 60px;
}
header:not(.sticky)
  .header_menu_bottom
  nav.main_menu
  > ul
  > li:first-child
  > a {
  padding-left: 0;
}
header.menu_bottom:not(.sticky) .drop_down .second {
  top: 100%;
}
header:not(.sticky) .header_menu_bottom .header_bottom_right_widget_holder,
header:not(.sticky) .header_menu_bottom .side_menu_button {
  height: 60px;
}
header.menu_bottom.has_header_fixed_right .mobile_menu_button {
  height: 130px;
}
header.menu_bottom .header_inner_left {
  position: relative;
}
.menu_bottom.sticky .container_inner .header_inner_left {
  position: absolute;
}
.menu_bottom .logo_wrapper {
  float: none;
}
.menu_bottom .mkd_logo a {
  display: inline-block;
}
.menu_bottom.sticky .logo_wrapper {
  float: left;
}
@media only screen and (min-width: 1000px) {
  .first_level_menu_wide_bkg .header_menu_bottom {
    position: relative;
    display: block;
    margin: 0 -1000px;
  }
  .first_level_menu_wide_bkg .header_menu_bottom .header_menu_bottom_inner {
    padding: 0 1000px;
  }
  .first_level_menu_wide_bkg .holeder_for_hidden_menu {
    padding: 0 1000px;
    margin: 0 -1000px;
  }
}
@media only screen and (min-width: 1000px) {
  header.centered_logo {
    text-align: center;
  }
  header.centered_logo .header_inner_left {
    float: none;
    position: relative;
    display: block;
    margin: 10px 0 10px 0;
    left: 0;
  }
  header.centered_logo.sticky .header_inner_left {
    margin: 0;
  }
  header.centered_logo .logo_wrapper {
    float: none;
    height: auto !important;
  }
  header.centered_logo .mkd_logo {
    top: 0;
  }
  header.centered_logo.sticky .mkd_logo {
    top: 50%;
  }
  header.centered_logo .mkd_logo a {
    display: inline-block;
    vertical-align: middle;
  }
  header.centered_logo .mkd_logo img {
    top: 0;
    margin: 0;
  }
  header.centered_logo:not(.sticky) .mkd_logo img {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  header.centered_logo .mkd_logo img,
  header:not(.centered_logo) .mkd_logo img {
    height: 100%;
  }
  header.centered_logo.sticky .mkd_logo img {
    top: -50%;
  }
  header.centered_logo.sticky .mkd_logo img {
    height: 100% !important;
  }
  header.centered_logo .header_inner_right {
    float: none;
    display: inline-block;
    position: relative;
    vertical-align: middle;
  }
  header.centered_logo .header_right_widget {
    float: left;
  }
  header.centered_logo nav.main_menu,
  header.centered_logo nav.main_menu.right {
    position: relative;
    display: inline-block;
    left: auto;
    float: none;
    vertical-align: top;
  }
  header.centered_logo nav.main_menu > ul {
    left: 0;
  }
  header.centered_logo .main_menu_and_widget_holder {
    position: relative;
    display: block;
    border: 1px solid #696969;
    border-left: 0 !important;
    border-right: 0 !important;
  }
  header.fixed_hiding .holeder_for_hidden_menu {
    overflow: hidden;
    max-height: 180px;
    vertical-align: middle;
    -webkit-transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -moz-transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -o-transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    -ms-transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
    transition: max-height 0.2s cubic-bezier(0.23, 1, 0.32, 1) 0s;
  }
  header.fixed_hiding.scrolled .holeder_for_hidden_menu {
    max-height: 0;
  }
  header.fixed_hiding .holeder_for_hidden_menu:hover {
    overflow: visible;
  }
  header.fixed_hiding.scrolled:hover .holeder_for_hidden_menu {
    max-height: 180px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
  }
  header.fixed_hiding.centered_logo .header_inner_left {
    margin: 10px 0;
    display: table;
    width: 100%;
    left: 0;
  }
  header.fixed_hiding.centered_logo.fixed_hiding .header_inner_left {
    height: 45px;
  }
  header.fixed_hiding .header-left-from-logo-widget,
  header.fixed_hiding .header-right-from-logo-widget,
  header.fixed_hiding .logo_wrapper {
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    position: relative;
  }
  header.fixed_hiding .header-left-from-logo-widget-inner,
  header.fixed_hiding .header-right-from-logo-widget-inner {
    width: 100%;
  }
  header.fixed_hiding .header-left-from-logo-widget {
    text-align: left;
  }
  header.fixed_hiding .header-right-from-logo-widget {
    text-align: right;
  }
  header.fixed_hiding .mkd_logo,
  header.fixed_hiding .mkd_logo a {
    max-height: 124px;
    opacity: 1;
    -webkit-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
  }
  header.fixed_hiding.scrolled .mkd_logo,
  header.fixed_hiding.scrolled .mkd_logo a {
    -webkit-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    transition: max-height 0.2s ease-out, opacity 0.2s ease-out;
    max-height: 0 !important;
    opacity: 0;
  }
  header.fixed_hiding .mkd_logo_hidden a {
    height: 50px;
    position: relative;
    display: block;
    opacity: 0;
    max-height: 0;
    -webkit-transition: opacity 0s ease-out, max-height 0s ease-out;
    -moz-transition: opacity 0s ease-out, max-height 0s ease-out;
    -o-transition: opacity 0s ease-out, max-height 0s ease-out;
    -ms-transition: opacity 0s ease-out, max-height 0s ease-out;
    transition: opacity 0s ease-out, max-height 0s ease-out;
  }
  header.fixed_hiding.scrolled .mkd_logo_hidden a {
    max-height: 50px;
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out 0.4s,
      max-height 0.15s ease-out 0.2s;
    -moz-transition: opacity 0.15s ease-out 0.4s, max-height 0.15s ease-out 0.2s;
    -o-transition: opacity 0.15s ease-out 0.4s, max-height 0.15s ease-out 0.2s;
    -ms-transition: opacity 0.15s ease-out 0.4s, max-height 0.15s ease-out 0.2s;
    transition: opacity 0.15s ease-out 0.4s, max-height 0.15s ease-out 0.2s;
  }
  header.fixed_hiding .mkd_logo img {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
@media only screen and (min-width: 1000px) {
  header.stick_with_left_right_menu {
    text-align: center;
  }
  .hide_inital_sticky header.stick_with_left_right_menu {
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .hide_inital_sticky header.stick_with_left_right_menu.sticky {
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
  header.stick_with_left_right_menu .header_inner_left {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
    margin: 0;
    left: auto;
    z-index: 100;
  }
  header.stick_with_left_right_menu nav.main_menu.left_side {
    text-align: right;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 50;
    width: 50%;
    box-sizing: border-box;
  }
  header.stick_with_left_right_menu nav.main_menu > ul {
    text-align: left;
    display: inline-block;
    vertical-align: middle;
  }
  header.stick_with_left_right_menu nav.main_menu.right_side {
    position: absolute;
    text-align: left;
    bottom: 0;
    right: 0;
    left: auto;
    z-index: 50;
    width: 50%;
    box-sizing: border-box;
  }
  header.stick_with_left_right_menu nav.main_menu.left_side:hover,
  header.stick_with_left_right_menu nav.main_menu.right_side:hover {
    z-index: 200;
  }
  nav.main_menu.left_side > ul,
  nav.main_menu.right_side > ul {
    left: auto;
  }
  header.stick_with_left_right_menu.from_edges nav.main_menu.left_side {
    text-align: left;
  }
  header.stick_with_left_right_menu.from_edges nav.main_menu.right_side {
    text-align: right;
  }
  header.stick_with_left_right_menu .side_menu_button_wrapper {
    display: inline-block;
    vertical-align: middle;
    position: relative;
  }
  header.stick_with_left_right_menu .shopping_cart_outer .shopping_cart_header,
  header.stick_with_left_right_menu .side_menu_button > a {
    margin: 0 12px 0 0;
  }
  header.stick_with_left_right_menu .header_full_width nav.main_menu.left_side {
    width: calc(50% - 45px);
  }
  header.stick_with_left_right_menu
    .header_full_width
    nav.main_menu.right_side {
    width: calc(50% - 45px);
  }
}
header.stick_with_left_right_menu .header_full_width nav.main_menu.left_side {
  left: 45px;
}
header.stick_with_left_right_menu .header_full_width nav.main_menu.right_side {
  right: 45px;
}
header.stick_with_left_right_menu
  .header_full_width
  .shopping_cart_outer
  .shopping_cart_header,
header.stick_with_left_right_menu
  .header_full_width
  .side_menu_button
  > a:last-child {
  margin-right: 0;
}
.fixed_top_header .top_header {
  background-color: #ededed;
  position: fixed;
  z-index: 110;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fixed_top_header .top_header .left {
  float: left;
}
.fixed_top_header .top_header .right {
  float: right;
}
.fixed_top_header .top_header nav.main_menu {
  position: relative;
  left: 0;
}
.fixed_top_header .top_header nav.main_menu > ul {
  left: 0;
}
.fixed_top_header .header_inner_center {
  text-align: center;
}
.fixed_top_header .logo_wrapper {
  float: none;
  padding: 25px 0 25px 0;
}
.fixed_top_header .mkd_logo {
  top: 0;
}
.fixed_top_header .mkd_logo a {
  display: inline-block;
  vertical-align: middle;
}
.fixed_top_header .mkd_logo a img {
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.fixed_top_header .header_bottom_right_widget_holder,
.fixed_top_header .side_menu_button {
  height: 45px;
}
.fixed_top_header nav.main_menu > ul > li > a {
  line-height: 45px;
}
.fixed_top_header.has_top .bottom_header {
  padding-top: 45px;
}
.fixed_top_header .bottom_header {
  background-color: #fff;
}
.bottom_header .container_inner {
  transition: border 0.5s ease-out 0s;
  -webkit-transition: border 0.5s ease-out 0s;
  -moz-transition: border 0.5s ease-out 0s;
  -o-transition: border 0.5s ease-out 0s;
}
.fixed_top_header .header_bottom_center_widget {
  padding-bottom: 20px;
}
.fixed_top_header .top_header .header-widget {
  float: left;
}
.fixed_top_header .mobile_menu_button span,
.fixed_top_header .popup_menu .line,
.fixed_top_header .side_menu_button > a {
  color: #fff;
}
.fixed_top_header nav.mobile_menu {
  background-color: #1f2118;
}
.fixed_top_header .mkd_search_form_3 .mkd_search_close {
  font-size: 25px;
}
.fixed_top_header .mkd_search_form_3 {
  position: fixed;
  left: 0;
  top: 0;
}
.fixed_top_header .top_header > .left {
  padding-left: 45px;
}
.fixed_top_header .top_header > .right {
  padding-right: 45px;
}
.fixed_top_header .top_header .container_inner .left,
.fixed_top_header .top_header .container_inner .right {
  padding-left: 0;
  padding-right: 0;
}
.fixed_minimal .container_inner .header_inner_left,
.fixed_minimal .header_inner_left {
  position: relative;
  left: auto;
  top: auto;
  float: left;
}
.fixed_minimal .container_inner .logo_wrapper,
.fixed_minimal .logo_wrapper {
  float: none;
  position: absolute;
  left: 50%;
  top: 0;
}
@media only screen and (min-width: 1000px) {
  .fixed_minimal .mkd_logo a img {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
}
.fixed_minimal .side_menu_button > a {
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  .stick.compound:not(.sticky) .header_bottom {
    height: 83px;
  }
  .stick.compound:not(.sticky)
    .side_menu_button_wrapper
    .side_menu_button
    a.search_icon_bckg_full,
  .stick.compound:not(.sticky) nav.main_menu > ul > li > a {
    line-height: 63px;
  }
  .stick.compound:not(.sticky) .side_menu .close_side_menu_holder,
  .stick.compound:not(.sticky) .side_menu_button {
    height: 63px;
  }
}
.stick.compound .header_right_top {
  height: 40px;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 115;
}
.stick.compound .header_right_top_widget_holder {
  text-align: right;
  display: table;
  height: 100%;
}
.stick.compound .header_right_top_widget_holder .header_bottom_widget,
.stick.compound .header_right_top_widget_holder .shopping_cart_outer {
  display: table-cell;
  height: 100%;
  vertical-align: bottom;
}
.stick.compound .header_right_top_widget_holder .shopping_cart_header,
.stick.compound .header_right_top_widget_holder .shopping_cart_inner {
  height: auto;
}
.stick.compound
  .header_right_top_widget_holder
  .shopping_cart_header
  .header_cart_span {
  top: -10px;
}
.stick.compound .header_right_top_left {
  float: right;
  height: 100%;
  line-height: 1em;
}
.stick.compound .header_bottom .container,
.stick.compound .header_bottom .container_inner {
  height: 100%;
}
.stick.compound:not(.sticky) .bottom_right {
  position: absolute;
  right: 0;
  bottom: 0;
}
.stick.compound.sticky .header_right_top {
  display: none;
}
.stick.compound .header_right_top,
.stick.compound.sticky .bottom_right,
.stick.compound:not(.sticky) .bottom_right {
  right: 45px;
}
.stick.compound .container_inner .header_right_top,
.stick.compound.sticky .container_inner .bottom_right,
.stick.compound:not(.sticky) .container_inner .bottom_right {
  right: 0;
}
.stick.compound .side_menu_button > a {
  display: inline-block;
}
nav.main_menu {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 111;
  text-align: center;
}
nav.main_menu.right {
  position: relative;
  left: auto;
  float: right;
  width: auto;
}
nav.main_menu ul {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
}
nav.main_menu > ul {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
nav.main_menu.right > ul {
  left: auto;
}
nav.main_menu ul li {
  display: inline-block;
  float: left;
  padding: 0;
  margin: 0;
  background-repeat: no-repeat;
  background-position: right;
}
nav.main_menu ul li a {
  color: #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  position: relative;
  line-height: 83px;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
.dark.sticky nav.main_menu > ul > li.active > a,
.dark.sticky nav.main_menu > ul > li > a,
.dark.sticky nav.main_menu > ul > li > a:hover,
.light.sticky nav.main_menu > ul > li.active > a,
.light.sticky nav.main_menu > ul > li > a,
.light.sticky nav.main_menu > ul > li > a:hover,
header.sticky nav.main_menu > ul > li > a {
  line-height: 70px;
}
nav.main_menu > ul > li {
  margin: 0 0 0 1px;
}
nav.main_menu > ul > li > a {
  position: relative;
  padding: 0;
  color: #000;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: inline-block;
  border-style: solid;
  border-width: 0;
  position: relative;
  border-color: transparent;
  height: 100%;
  background-color: transparent;
  -webkit-transition: color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, border-color 0.15s ease-out,
    background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, border-color 0.15s ease-out,
    background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, border-color 0.15s ease-out,
    background-color 0.15s ease-out;
  transition: color 0.15s ease-out, border-color 0.15s ease-out,
    background-color 0.15s ease-out;
}
nav.main_menu > ul > li > a > span.item_inner {
  display: inline-block;
  padding: 0 18px;
  line-height: 36px;
  border-style: solid;
  border-width: 0;
  position: relative;
  border-color: transparent;
  background-color: transparent;
  -webkit-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out,
    background-color 0.2s ease-out;
  -moz-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out,
    background-color 0.2s ease-out;
  -o-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out,
    background-color 0.2s ease-out;
  -ms-transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out,
    background-color 0.2s ease-out;
  transition: text-decoration 0.2s ease-out, border-color 0.2s ease-out,
    background-color 0.2s ease-out;
}
header.fixed_top_header
  .top_header
  > .container
  > .container_inner
  nav.main_menu
  > ul
  > li:first-child
  > a
  span.item_inner {
  padding-left: 0;
}
.header_bottom:not(.with_large_icons)
  nav.main_menu
  ul
  li
  a
  span.item_inner
  i:before {
  margin: 0 7px 0 0;
}
.header_bottom:not(.with_large_icons) .drop_down .wide.icons .second i:before {
  margin: 0;
}
nav.main_menu > ul > li > a:after,
nav.main_menu > ul > li > a:before,
nav.main_menu > ul > li > a > span.item_inner:after,
nav.main_menu > ul > li > a > span.item_inner:before {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -ms-transform: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
  width: 100%;
}
nav.main_menu > ul > li > a > span.item_inner:before {
  bottom: 0;
  height: 2px;
}
nav.main_menu > ul > li > a > span.item_inner:after {
  height: 1px;
  bottom: 4px;
}
nav.main_menu > ul > li > a:before {
  height: 2px;
  bottom: 0;
}
nav.main_menu > ul > li > a:after {
  height: 1px;
  bottom: 4px;
}
nav.main_menu > ul > li > a > span.plus {
  width: 4px;
  height: 4px;
  display: none;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -2px;
  z-index: 1;
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.light.header_style_on_scroll nav.main_menu > ul > li > a:after,
.light.header_style_on_scroll nav.main_menu > ul > li > a:before,
.light.header_style_on_scroll
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:after,
.light.header_style_on_scroll
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:before,
.light.header_style_on_scroll nav.main_menu > ul > li > a > span.plus,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:after,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:before,
.light:not(.sticky):not(.scrolled)
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:after,
.light:not(.sticky):not(.scrolled)
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:before,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a > span.plus {
  background-color: #fff;
}
.dark.header_style_on_scroll nav.main_menu > ul > li > a:after,
.dark.header_style_on_scroll nav.main_menu > ul > li > a:before,
.dark.header_style_on_scroll
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:after,
.dark.header_style_on_scroll
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:before,
.dark.header_style_on_scroll nav.main_menu > ul > li > a > span.plus,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:after,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a:before,
.dark:not(.sticky):not(.scrolled)
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:after,
.dark:not(.sticky):not(.scrolled)
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner:before,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a > span.plus {
  background-color: #000;
}
nav.main_menu > ul > li:last-child > a > span.plus {
  display: none;
}
header:not(.with_hover_bg_color) nav.main_menu > ul > li:hover > a,
nav.main_menu > ul > li.active > a {
  color: #18cfab;
}
nav.main_menu > ul > li > a > i.blank {
  display: none;
}
nav.main_menu > ul > li.has_sub > a > i.mkd_menu_arrow {
  display: inline-block;
  margin-left: 6px;
}
nav.main_menu > ul > li.has_sub > a > .item_inner > i.mkd_menu_arrow {
  position: relative;
  left: 4px;
}
.light.header_style_on_scroll nav.main_menu > ul > li > a,
.light:not(.sticky) nav.main_menu > ul > li > a,
header.light:not(.sticky) .header_top .inner .header_top_side_button > a,
header.light:not(.sticky) .mkd_icon_shade > a > *,
header.light:not(.sticky) .side_menu_button > a {
  color: #fff;
}
.dark.header_style_on_scroll nav.main_menu > ul > li > a,
.dark:not(.sticky) nav.main_menu > ul > li > a,
header.dark:not(.sticky) .header_top .inner .header_top_side_button > a,
header.dark:not(.sticky) .mkd_icon_shade > a > *,
header.dark:not(.sticky) .side_menu_button > a {
  color: #000;
}
.dark.header_style_on_scroll nav.main_menu > ul > li > a,
.dark.header_style_on_scroll nav.main_menu > ul > li > a > span.item_inner,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a,
.dark:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a > span.item_inner,
.light.header_style_on_scroll nav.main_menu > ul > li > a,
.light.header_style_on_scroll nav.main_menu > ul > li > a > span.item_inner,
.light:not(.sticky):not(.scrolled) nav.main_menu > ul > li > a,
.light:not(.sticky):not(.scrolled)
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner {
  background-color: transparent;
}
.header_bottom.with_large_icons nav.main_menu > ul > li > a {
  text-align: center;
  vertical-align: middle;
}
.header_bottom.with_large_icons nav.main_menu > ul > li > a > span.item_inner {
  text-align: center;
  vertical-align: middle;
}
.header_bottom.with_large_icons
  nav.main_menu
  > ul
  > li
  > a
  > span.item_inner
  i {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.fixed_top_header
  .top_header
  .container_inner
  .left
  nav.main_menu
  > ul
  > li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 1000px) {
  .header_bottom.left_menu_position .header_inner_left {
    position: relative;
    left: auto;
  }
  .header_bottom.left_menu_position nav.main_menu {
    float: left;
    left: auto;
    position: relative;
    width: auto;
  }
  .header_bottom.left_menu_position nav.main_menu ul {
    left: auto;
  }
  .header_bottom.left_menu_position .logo_wrapper {
    display: block;
  }
}
.drop_down ul {
  list-style: none;
}
.drop_down ul li {
  position: relative;
}
header.transparent.fixed.scrolled .drop_down .second,
header.transparent.fixed_hiding.scrolled .drop_down .second {
  top: 100%;
}
.drop_down .second {
  left: 0;
  margin: 0;
  top: 100%;
  position: absolute;
  display: block;
  visibility: hidden;
  overflow: hidden;
  opacity: 0;
  z-index: 10;
  box-sizing: border-box;
  -webkit-transition: top 0.15s ease-out;
  -moz-transition: top 0.15s ease-out;
  -ms-transition: top 0.15s ease-out;
  -o-transition: top 0.15s ease-out;
  transition: top 0.15s ease-out;
}
header.transparent:not(.sticky) .drop_down .second {
  top: 75%;
}
header.transparent.with_border:not(.sticky) .drop_down .second,
header.transparent.with_hover_bg_color:not(.sticky) .drop_down .second {
  top: 100%;
}
.drop_down li.left_position .second {
  left: 0;
}
header.transparent.with_hover_bg_color .drop_down .second:not(.right) {
  left: 0;
}
.drop_down li.right_position .second {
  left: auto;
  right: 0;
}
.drop_down .second.drop_down_start {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  transition: opacity 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out;
}
nav.main_menu > ul > li:hover > .second {
  z-index: 20;
}
.drop_down .second .inner {
  position: relative;
  padding: 0;
  display: block;
  z-index: 997;
}
.drop_down .narrow .second i {
  display: inline-block;
  vertical-align: middle;
  color: inherit;
}
.drop_down .second .inner > ul,
li.narrow .second .inner ul {
  display: inline-block;
  position: relative;
  background-color: #242424;
}
.drop_down .second.background_image .inner > ul {
  background: 0 0;
}
li.narrow .second .inner ul {
  padding: 0;
}
.drop_down .second .inner ul li {
  display: block;
  padding: 0 15px;
  position: relative;
  float: none;
  height: auto;
  background: 0;
  width: 190px;
  transition: background-color 0.15s ease-out;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
}
li.narrow .second .inner ul li:last-child {
  border-bottom: none;
}
.drop_down .second .inner ul li ul li:hover,
.drop_down .second .inner ul li.sub ul li:hover,
.drop_down li:not(.wide) .second .inner > ul > li:hover {
  background-color: #0a0a0a;
}
.drop_down
  .second
  .inner
  ul
  li
  ul
  li:not(.flex-active-slide):hover
  > a:not(.flex-prev):not(.flex-next),
.drop_down
  .second
  .inner
  ul
  li.sub
  ul
  li:not(.flex-active-slide):hover
  > a:not(.flex-prev):not(.flex-next) {
  color: #fff;
}
.drop_down .narrow .second .inner ul li {
  padding: 0;
  width: 258px;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
}
.drop_down .narrow .second .inner ul li a {
  padding: 12px 20px;
  margin: 0;
}
.drop_down .second .inner ul li a,
.drop_down .second .inner ul li h4 {
  display: block;
  color: #959595;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin: 0 26px;
  padding: 12px 0;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  border-bottom: 1px solid #333;
  float: none;
}
.drop_down .second .inner > ul > li > ul > li:last-child > a,
.drop_down .second .inner > ul > li > ul > li > ul > li:last-child > a,
.drop_down li:not(.wide) .second .inner > ul > li:last-child > a {
  border-bottom: 0;
}
.drop_down .second .inner ul li.sub ul li:hover > a,
.drop_down .second .inner > ul > li:hover > a {
  color: #fff;
}
.drop_down .wide .second .inner ul li h4,
.drop_down .wide .second .inner ul li.sub a,
.drop_down .wide .second ul li a {
  background: 0;
}
.drop_down .wide .second i {
  display: none;
}
.drop_down .second .inner ul li a .featured_icon,
.drop_down .second .inner ul li h4 .featured_icon,
.drop_down .wide.icons .second ul li a span.featured_icon,
.vertical_menu .second ul li a span.featured_icon,
.vertical_menu .second ul li h4 span.featured_icon {
  color: #18cfab;
  display: inline-block;
  font-size: 8px;
  position: relative;
  -webkit-transform: translate(60%, -60%);
  transform: translate(60%, -60%);
}
.drop_down .second .inner ul li a .featured_icon.arrow_right-up,
.drop_down .second .inner ul li h4 .featured_icon.arrow_right-up,
.drop_down .wide.icons .second ul li a span.featured_icon.arrow_right-up {
  -webkit-transform: translate(60%, -10%);
  transform: translate(60%, -10%);
  line-height: inherit;
}
.drop_down .narrow .second .inner ul li ul {
  position: absolute;
  left: 100%;
  top: 0;
  height: auto;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  -webkit-transform: translateZ(0);
}
.drop_down .narrow .second.drop_down_start .inner ul li ul {
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.drop_down .second .inner ul.right li ul {
  margin-left: -2px;
}
.drop_down .second .inner ul li:hover ul {
  z-index: 20;
  opacity: 1;
}
.drop_down .second .inner ul li ul li:hover ul {
  z-index: 20;
  opacity: 1 !important;
  display: block !important;
  visibility: visible !important;
}
.drop_down.slide_from_bottom .second {
  -webkit-transition: -webkit-transform 0.2s ease, opacity 0.2s ease,
    height 0s ease;
  transition: transform 0.2s ease, opacity 0.2s ease, height 0s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.drop_down.slide_from_bottom .second.drop_down_start {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.drop_down.slide_from_bottom .narrow .second .inner ul li ul {
  top: 22px;
  -webkit-transition: top 0.2s ease-out;
  transition: top 0.2s ease-out;
}
.drop_down.slide_from_bottom .narrow .second .inner ul li:hover ul {
  top: -1px;
}
.drop_down.slide_from_top .second {
  -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out,
    height 0s ease-out 0.2s;
  transition: top 0.2s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.2s;
}
.drop_down.slide_from_top .narrow .second .inner > ul,
.drop_down.slide_from_top .wide .second .inner > ul {
  top: -30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.drop_down.slide_from_top .narrow .second .inner ul li ul {
  top: -22px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.drop_down.slide_from_top .narrow .second.drop_down_start .inner > ul,
.drop_down.slide_from_top .wide .second.drop_down_start .inner > ul {
  top: 0;
}
.drop_down.slide_from_top .narrow .second .inner ul li:hover ul {
  top: -1px;
}
.drop_down.slide_from_left .second {
  -webkit-transition: top 0.2s ease-out, opacity 0.2s ease-out,
    height 0s ease-out 0.2s;
  transition: top 0.2s ease-out, opacity 0.2s ease-out, height 0s ease-out 0.2s;
}
.drop_down.slide_from_left .narrow .second .inner > ul,
.drop_down.slide_from_left .wide .second .inner > ul {
  left: -30px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.drop_down.slide_from_left .narrow .second .inner ul li ul {
  left: calc(100% - 30px);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.drop_down.slide_from_left .narrow .second.drop_down_start .inner > ul,
.drop_down.slide_from_left .wide .second.drop_down_start .inner > ul {
  left: 0;
}
.drop_down.slide_from_left .narrow .second .inner ul li:hover ul {
  left: 100%;
}
.drop_down .second.right {
  right: 0;
  left: auto;
}
.drop_down .second .inner ul.right li a,
.drop_down .second .inner ul.right li h4 {
  text-align: right;
}
.drop_down .second .inner ul.right li ul {
  left: -100%;
}
.drop_down .second .inner ul li.sub ul li a,
.drop_down .second .inner ul.right li.sub ul li a {
  background: 0 0;
}
.drop_down .second .inner .widget {
  padding: 0 28px;
}
.drop_down .second .inner .widget.widget_mkd_latest_posts_menu_widget {
  padding: 0 20px;
}
.drop_down .wide .second ul li {
  float: left;
  width: 274px;
  padding: 9px 0;
  border-left: 1px solid #333;
  border-bottom: 0;
  box-sizing: border-box;
  width: 100%;
}
.drop_down .wide .second > .inner > ul {
  width: 1100px;
}
.grid_1300 .drop_down .wide .second > .inner > ul {
  width: 1300px;
}
.grid_1200 .drop_down .wide .second > .inner > ul {
  width: 1200px;
}
.grid_1000 .drop_down .wide .second > .inner > ul {
  width: 1000px;
}
.grid_800 .drop_down .wide .second > .inner > ul {
  width: 800px;
}
.drop_down .wide .second > .inner > ul > li {
  width: 25%;
}
.drop_down .wide.left_position.wide_columns_3 .second > .inner > ul,
.drop_down .wide.right_position.wide_columns_3 .second > .inner > ul {
  width: 825px;
}
.drop_down .wide.left_position.wide_columns_2 .second > .inner > ul,
.drop_down .wide.right_position.wide_columns_2 .second > .inner > ul {
  width: 550px;
}
.drop_down .wide.left_position.wide_columns_1 .second > .inner > ul,
.drop_down .wide.right_position.wide_columns_1 .second > .inner > ul {
  width: 275px;
}
.grid_1300 .drop_down .wide.left_position.wide_columns_3 .second > .inner > ul,
.grid_1300
  .drop_down
  .wide.right_position.wide_columns_3
  .second
  > .inner
  > ul {
  width: 975px;
}
.grid_1300 .drop_down .wide.left_position.wide_columns_2 .second > .inner > ul,
.grid_1300
  .drop_down
  .wide.right_position.wide_columns_2
  .second
  > .inner
  > ul {
  width: 650px;
}
.grid_1300 .drop_down .wide.left_position.wide_columns_1 .second > .inner > ul,
.grid_1300
  .drop_down
  .wide.right_position.wide_columns_1
  .second
  > .inner
  > ul {
  width: 325px;
}
.grid_1200 .drop_down .wide.left_position.wide_columns_3 .second > .inner > ul,
.grid_1200
  .drop_down
  .wide.right_position.wide_columns_3
  .second
  > .inner
  > ul {
  width: 900px;
}
.grid_1200 .drop_down .wide.left_position.wide_columns_2 .second > .inner > ul,
.grid_1200
  .drop_down
  .wide.right_position.wide_columns_2
  .second
  > .inner
  > ul {
  width: 600px;
}
.grid_1200 .drop_down .wide.left_position.wide_columns_1 .second > .inner > ul,
.grid_1200
  .drop_down
  .wide.right_position.wide_columns_1
  .second
  > .inner
  > ul {
  width: 300px;
}
.grid_1000 .drop_down .wide.left_position.wide_columns_3 .second > .inner > ul,
.grid_1000
  .drop_down
  .wide.right_position.wide_columns_3
  .second
  > .inner
  > ul {
  width: 750px;
}
.grid_1000 .drop_down .wide.left_position.wide_columns_2 .second > .inner > ul,
.grid_1000
  .drop_down
  .wide.right_position.wide_columns_2
  .second
  > .inner
  > ul {
  width: 500px;
}
.grid_1000 .drop_down .wide.left_position.wide_columns_1 .second > .inner > ul,
.grid_1000
  .drop_down
  .wide.right_position.wide_columns_1
  .second
  > .inner
  > ul {
  width: 250px;
}
.grid_800 .drop_down .wide.left_position.wide_columns_3 .second > .inner > ul,
.grid_800 .drop_down .wide.right_position.wide_columns_3 .second > .inner > ul {
  width: 600px;
}
.grid_800 .drop_down .wide.left_position.wide_columns_2 .second > .inner > ul,
.grid_800 .drop_down .wide.right_position.wide_columns_2 .second > .inner > ul {
  width: 400px;
}
.grid_800 .drop_down .wide.left_position.wide_columns_1 .second > .inner > ul,
.grid_800 .drop_down .wide.right_position.wide_columns_1 .second > .inner > ul {
  width: 200px;
}
.drop_down .wide.wide_columns_3 .second > .inner > ul > li {
  width: 33.3333333%;
}
.drop_down .wide.wide_columns_2 .second > .inner > ul > li {
  width: 50%;
}
.drop_down .wide.wide_columns_1 .second > .inner > ul > li {
  width: 100%;
}
.drop_down .wide.right_position .second ul li:last-child,
.drop_down .wide.right_position .second ul li:nth-child(4n),
.drop_down .wide:not(.right_position) .second ul li:first-child,
.drop_down .wide:not(.right_position) .second ul li:nth-child(4n + 1) {
  border-left-color: transparent;
}
.drop_down .wide .second ul li:last-child {
  margin-right: 0;
}
.drop_down .wide.right_position .second ul li {
  float: right;
}
.drop_down .wide .second ul li:hover {
  background-color: transparent;
}
.drop_down .wide .second ul li:nth-child(4n + 1) {
  clear: both;
}
.drop_down .wide .second .inner ul li ul li:hover,
.drop_down .wide .second .inner ul li.sub ul li:hover {
  background-color: transparent;
}
.drop_down .second .inner ul li.sub a i.mkd_menu_arrow {
  position: absolute;
  top: 50%;
  right: 18px;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  font-size: inherit;
  margin: -6px 0 0;
}
.drop_down .second .inner ul li.sub ul li a i.mkd_menu_arrow,
.drop_down .wide .second .inner ul li.sub a i.mkd_menu_arrow {
  display: none;
}
.drop_down .second .inner ul.right li.sub a i.mkd_menu_arrow {
  right: auto;
  left: 0;
  -ms-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
.drop_down .wide .second .inner > ul > li > a {
  line-height: 21px;
  color: #fff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
}
.drop_down .wide .second .inner > ul > li > a:hover {
  color: #fff;
}
.drop_down .wide .second .inner ul li.sub ul li a,
.drop_down .wide .second ul li ul li a {
  color: #959595;
  line-height: 20px;
  font-weight: 700;
  font-size: 12px;
}
.drop_down .wide .second .inner ul li h4 a,
.drop_down .wide .second .inner ul li.sub h4 a {
  padding: 0 !important;
}
.drop_down .wide .second ul li ul {
  display: block;
  left: 0;
  padding: 0;
  margin-top: -8px;
  position: relative;
  top: 0;
  visibility: visible;
  background-color: transparent !important;
}
.drop_down .wide .second ul li ul .widget {
  padding: 0 18px;
}
.drop_down .wide .second ul li ul li {
  padding: 0;
  margin: 0;
  border: 0;
}
.drop_down .wide .second ul li ul li.menu-item-has-children > a,
.drop_down .wide .second ul li ul li.menu-item-has-children > a:hover {
  border-bottom: 0 none;
  color: #393939;
}
.drop_down .wide .second .inner > ul > li > ul:first-child,
.drop_down .wide .second .inner > ul > li > ul:first-child > li:first-child {
  padding-top: 0;
}
.drop_down .wide .second .inner > ul > li > ul:first-child {
  margin-top: -4px;
}
.drop_down .wide .second .flexslider .slides > li {
  background-color: inherit !important;
  display: none;
}
.drop_down .wide.wide_background .second {
  background-color: #fff;
}
.drop_down .wide.wide_background .second .inner {
  text-align: center;
}
.drop_down .wide.wide_background .second .inner ul {
  text-align: left;
}
.drop_down .wide.icons .second ul li a span.item_inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.drop_down .wide.icons .second i {
  width: 24px;
  height: auto;
  float: left;
  display: inline-block;
  vertical-align: middle;
  color: inherit;
  line-height: inherit;
}
.drop_down .wide.icons .second i.blank {
  background: 0 0;
  border: 0;
  display: none;
}
.mobile_menu_button {
  display: none;
  float: left;
  height: 83px;
  margin: 0 20px 0 0;
}
.mobile_menu_button span {
  color: #777;
  width: 19px;
  height: 17px;
  font-size: 14px;
  z-index: 50;
  display: table-cell;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
}
.dark .mobile_menu_button span {
  color: #000;
}
nav.mobile_menu {
  display: none;
  width: 100%;
  float: left;
  position: relative;
  top: 0;
  text-align: left;
  overflow: hidden;
  background-color: #fff;
  z-index: 100;
}
nav.mobile_menu ul {
  display: none;
  width: 100%;
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.mobile_menu > ul {
  margin-bottom: -1px !important;
}
nav.mobile_menu ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
nav.mobile_menu ul li a {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}
nav.mobile_menu ul li a .featured_icon,
nav.mobile_menu ul li h4 .featured_icon {
  color: #18cfab;
  font-size: 8px;
  margin: 0 0 0 5px;
  position: relative;
}
nav.mobile_menu ul li {
  border-bottom: 1px solid #eaeaea;
}
nav.mobile_menu ul li.open_sub > ul {
  border-top: 1px solid #eaeaea;
}
nav.mobile_menu ul li:last-child {
  border: 0 !important;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow {
  cursor: pointer;
  display: inline-block;
  float: right;
  height: 35px;
  line-height: 35px;
  margin: 0;
  padding: 0 10px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  width: 50px;
  z-index: 9000;
  -webkit-tap-highlight-color: transparent;
}
nav.mobile_menu ul li span.mobile_arrow i {
  color: #888;
}
nav.mobile_menu ul > li > span.mobile_arrow i {
  display: none;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow i {
  display: inline;
}
nav.mobile_menu ul > li.has_sub > span.mobile_arrow i.fa-angle-down {
  display: none;
}
nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-right,
nav.mobile_menu
  ul
  > li.has_sub
  > ul.open_sub
  > li
  > span.mobile_arrow
  i.fa-angle-right {
  display: none;
}
nav.mobile_menu
  ul
  > li.has_sub
  ul.open_sub
  > li
  > span.mobile_arrow
  i.fa-angle-down,
nav.mobile_menu ul > li.has_sub.open_sub > span.mobile_arrow i.fa-angle-down {
  display: inline;
}
nav.mobile_menu ul li a,
nav.mobile_menu ul li h4 {
  font-size: 13px;
  color: #8d8d8d;
  padding: 9px 0;
  display: block;
  position: relative;
  text-transform: none;
  line-height: 17px;
  letter-spacing: 0;
}
nav.mobile_menu ul li a:hover,
nav.mobile_menu ul li.active > a,
nav.mobile_menu ul li.active > h4 {
  color: #18cfab;
}
nav.mobile_menu ul li ul li {
  margin: 0 0 0 20px;
}
header:not(.centered_logo) .header_fixed_right_area {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  line-height: 83px;
}
.header_menu_bottom .main_menu {
  left: auto;
  width: auto;
}
.sticky .header_menu_bottom .main_menu {
  float: right;
  left: auto;
  position: relative;
}
.sticky .header_menu_bottom .main_menu_header_inner_right_holder .main_menu {
  float: left;
}
.sticky
  .header_menu_bottom
  .main_menu_header_inner_right_holder.with_center_logo
  .main_menu {
  float: left;
}
.sticky .header_menu_bottom .main_menu_header_inner_right_holder {
  float: right;
}
.header_menu_bottom nav.main_menu > ul {
  left: auto;
}
.sticky .header_menu_bottom nav.main_menu > ul {
  left: auto;
}
.side_menu_button_wrapper {
  display: table;
}
.side_menu_button {
  cursor: pointer;
  display: table-cell;
  vertical-align: middle;
  height: 83px;
  line-height: 1em;
}
.header_bottom_right_widget_holder {
  display: table-cell;
  vertical-align: middle;
  height: 83px;
}
header .header_bottom_right_widget_holder > div {
  float: left;
  display: table;
  height: 100%;
}
header .header_bottom_right_widget_holder > div > * {
  display: table-cell;
  vertical-align: middle;
}
header .row_triangle {
  bottom: -18px;
  top: auto;
  border-top-color: #fff;
}
header.sticky .row_triangle {
  display: none;
}
@media only screen and (min-width: 1000px) {
  header.dark.header_style_on_scroll
    .header_bottom_right_widget_holder
    a.qbutton:not(.checkout):not(.view-cart),
  header.dark:not(.sticky):not(.scrolled)
    .header_bottom_right_widget_holder
    > div:not(.widget_woocommerce-dropdown-cart)
    a.qbutton:not(.checkout):not(.view-cart) {
    border-color: #000 !important;
    background-color: transparent !important;
    color: #000 !important;
  }
  header.light.header_style_on_scroll
    .header_bottom_right_widget_holder
    a.qbutton:not(.checkout):not(.view-cart),
  header.light:not(.sticky):not(.scrolled)
    .header_bottom_right_widget_holder
    > div:not(.widget_woocommerce-dropdown-cart)
    a.qbutton:not(.checkout):not(.view-cart) {
    border-color: #fff !important;
    background-color: transparent !important;
    color: #fff !important;
  }
  .light.header_style_on_scroll .header-widget,
  .light.header_style_on_scroll .header-widget a,
  .light.header_style_on_scroll .header-widget p,
  .light.header_style_on_scroll .header-widget span,
  .light.header_style_on_scroll .header-widget.widget_nav_menu ul.menu > li > a,
  .light:not(.sticky):not(.scrolled) .header-widget,
  .light:not(.sticky):not(.scrolled) .header-widget a,
  .light:not(.sticky):not(.scrolled) .header-widget p,
  .light:not(.sticky):not(.scrolled) .header-widget span,
  .light:not(.sticky):not(.scrolled)
    .header-widget.widget_nav_menu
    ul.menu
    > li
    > a {
    color: #fff;
  }
  .light.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  .light:not(.sticky):not(.scrolled) .mkd_social_icon_holder i.simple_social {
    color: #fff !important;
  }
  .light.header_style_on_scroll .mkd_social_icon_holder .mkd_icon_stack,
  .light:not(.sticky):not(.scrolled) .mkd_social_icon_holder .mkd_icon_stack {
    border-color: #fff;
  }
  .light.header_style_on_scroll .mkd_social_icon_holder:hover .mkd_icon_stack,
  .light:not(.sticky):not(.scrolled)
    .mkd_social_icon_holder:hover
    .mkd_icon_stack {
    background-color: #fff !important;
    border-color: #fff !important;
  }
  .dark.header_style_on_scroll .header-widget,
  .dark.header_style_on_scroll .header-widget a,
  .dark.header_style_on_scroll .header-widget p,
  .dark.header_style_on_scroll .header-widget span,
  .dark.header_style_on_scroll .header-widget.widget_nav_menu ul.menu > li > a,
  .dark:not(.sticky):not(.scrolled) .header-widget,
  .dark:not(.sticky):not(.scrolled) .header-widget a,
  .dark:not(.sticky):not(.scrolled) .header-widget p,
  .dark:not(.sticky):not(.scrolled) .header-widget span,
  .dark:not(.sticky):not(.scrolled)
    .header-widget.widget_nav_menu
    ul.menu
    > li
    > a {
    color: #000;
  }
  .dark.header_style_on_scroll #lang_sel > ul > li > a,
  .dark.header_style_on_scroll #lang_sel_click > ul > li > a,
  .dark.header_style_on_scroll .mkd_social_icon_holder i.simple_social,
  .dark:not(.sticky):not(.scrolled) #lang_sel > ul > li > a,
  .dark:not(.sticky):not(.scrolled) #lang_sel_click > ul > li > a,
  .dark:not(.sticky):not(.scrolled) .mkd_social_icon_holder i.simple_social {
    color: #000 !important;
  }
  .dark.header_style_on_scroll .mkd_social_icon_holder .mkd_icon_stack,
  .dark:not(.sticky):not(.scrolled) .mkd_social_icon_holder .mkd_icon_stack {
    border-color: #000;
  }
  .dark.header_style_on_scroll .mkd_social_icon_holder:hover .mkd_icon_stack,
  .dark:not(.sticky):not(.scrolled)
    .mkd_social_icon_holder:hover
    .mkd_icon_stack {
    background-color: #000 !important;
    border-color: #000 !important;
  }
}
.side_menu_button > a {
  font-size: 14px;
  position: relative;
  display: inline;
  margin: 0 0 0 12px;
}
.side_menu_button > a.search_icon_bckg_full {
  line-height: 83px;
}
.side_menu_button > a.fade_push_text_right,
.side_menu_button > a.fullscreen_search,
.side_menu_button > a.search_covers_header,
.side_menu_button > a.search_slides_from_header_bottom,
.side_menu_button > a.side_menu_button_link {
  display: inline-block;
  vertical-align: middle;
}
.side_menu_button > a.fade_push_text_right.medium,
.side_menu_button > a.search_covers_header.medium,
.side_menu_button > a.search_slides_from_header_bottom.medium,
.side_menu_button > a.side_menu_button_link.medium {
  display: inline-block;
  font-size: 21px;
  line-height: 30px;
  height: 30px;
  width: 19px;
}
.side_menu_button > a.fade_push_text_right.large,
.side_menu_button > a.search_covers_header.large,
.side_menu_button > a.search_slides_from_header_bottom.large,
.side_menu_button > a.side_menu_button_link.large {
  display: inline-block;
  font-size: 28px;
  line-height: 34px;
  height: 34px;
  width: 24px;
}
.side_menu_button_wrapper .side_menu_button > a.search_icon_bckg_full {
  height: auto;
}
.header_top .inner a.search_icon_bckg_full {
  display: inline-block;
}
.side_menu_button > a > i,
.side_menu_button > a > span:not(.popup_menu_inner) {
  display: inline-block;
  height: inherit;
  line-height: inherit;
  vertical-align: bottom;
  width: inherit;
  text-align: center;
}
.side_menu_button > a > span:not(.popup_menu_inner) {
  vertical-align: middle;
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out;
}
.side_menu_button > a > span:not(.popup_menu_inner) {
  vertical-align: top;
}
.header_top .inner a.fullscreen_search,
.header_top .inner a.search_covers_header,
.header_top .inner a.search_slides_from_header_bottom,
.header_top .inner a.search_slides_from_window_top,
.mobile_menu_button span,
.side_menu_button > a {
  -webkit-transition: initial;
  -moz-transition: initial;
  -ms-transition: initial;
  -o-transition: initial;
  transition: initial;
  color: #000;
}
.header_top .inner a.fullscreen_search:hover,
.header_top .inner a.search_covers_header:hover,
.header_top .inner a.search_slides_from_header_bottom:hover,
.header_top .inner a.search_slides_from_window_top:hover,
.mobile_menu_button span:hover,
.side_menu_button > a:hover,
.side_menu_button > a:hover > span:not(.popup_menu_inner).search_icon_text {
  color: #18cfab;
}
.side_menu span.social_icon {
  font-family: ElegantIcons !important;
}
.side_menu i.social_icon {
  font-family: FontAwesome, serif !important;
}
.mkd_search_form_2 {
  background: none repeat scroll 0 0 #f1f1f1;
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 100px;
  bottom: 0;
  position: absolute;
  transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -webkit-transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  -moz-transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53);
  left: 0;
  opacity: 1;
}
.mkd_search_form_2.animated {
  transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    opacity 0s ease 0s;
  -webkit-transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    opacity 0s ease 0s;
  -moz-transition: bottom 0.35s cubic-bezier(0.55, 0.085, 0.68, 0.53),
    opacity 0s ease 0s;
  left: 0;
  opacity: 1;
}
.mkd_search_form_2 .container {
  z-index: auto;
}
.mkd_search_form_2 .form_holder_outer {
  display: table;
  height: 100px;
  width: 100%;
}
.mkd_search_form_2 .form_holder {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.mkd_search_form_2.animated .form_holder_outer {
  height: 100px;
}
.mkd_search_form_2 .container_inner .form_holder {
  padding: 0;
}
.mkd_search_form_2 .form_holder {
  padding: 0 45px;
}
.mkd_search_form_2 input,
.mkd_search_form_2 input:focus {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #64686b;
  font-size: 16px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  padding: 0;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  text-transform: uppercase;
}
.mkd_search_form_2.disabled input,
.mkd_search_form_2.disabled input:focus {
  font-weight: 400;
}
.mkd_search_form_2 input:focus {
  outline-offset: 0 !important;
}
.mkd_search_form_2 .mkd_search_submit {
  width: auto;
  cursor: pointer;
  font-size: 50px;
  position: absolute;
  right: 45px;
  top: 50%;
  margin-top: -25px;
  transition: color 0.4s ease;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  color: #64686b;
  padding: 0 0 0 1px;
}
.mkd_search_form_2 .container_inner .mkd_search_submit {
  right: 0;
}
.mkd_search_form_2 .mkd_search_submit:hover {
  color: #18cfab;
}
.mkd_search_form_2.disabled .mkd_search_submit,
.mkd_search_form_2.disabled .mkd_search_submit:hover {
  cursor: default;
  color: #283033;
}
.mkd_search_form_3 {
  display: none;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 201;
  background: #fff;
}
.mkd_search_form_3 .form_holder_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.mkd_search_form_3 .form_holder {
  display: table-cell;
  vertical-align: middle;
  padding: 0 45px;
  position: relative;
}
.mkd_search_form_3 .container_inner .form_holder {
  padding: 0;
}
.mkd_search_form_3 .form_holder_inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 100%;
}
.mkd_search_form_3 input,
.mkd_search_form_3 input:focus {
  background-color: transparent;
  border: medium none;
  box-shadow: none;
  color: #64686b;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
  width: 90%;
  padding: 0;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
  text-transform: uppercase;
  margin: 0;
}
.mkd_search_form_3.disabled input,
.mkd_search_form_3.disabled input:focus {
  font-weight: 400;
}
.mkd_search_form_3 input:focus {
  outline-offset: 0 !important;
}
.mkd_search_form_3 input[type="submit"] {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  visibility: hidden;
}
.mkd_search_form_3 .mkd_search_close {
  font-size: 34px;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 1em;
}
.mkd_search_form_3 .container_inner .mkd_search_close {
  right: 0;
}
.mkd_search_form_3 .mkd_search_close a {
  color: #64686b;
  display: inline-block;
}
.mkd_search_form_3 .mkd_search_close a:hover {
  color: #18cfab;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #959595;
  margin: 10px 0 0 0;
}
.mkd_search_form_3 .mkd_search_close a i {
  vertical-align: top;
}
.side_menu_button {
  position: relative;
}
.fullscreen_search_holder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 105;
  opacity: 0;
}
.fullscreen_search_table {
  display: table;
  width: 100%;
  height: 100%;
}
.fullscreen_search_cell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.side_menu_button .search_icon_text {
  margin: 0 0 0 5px;
  -webkit-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, color 0.15s ease-out;
  transition: opacity 0.15s ease-out, color 0.15s ease-out;
}
.fullscreen_search_holder .search_label {
  font-size: 30px;
  line-height: 1em;
  color: #a1a1a1;
  vertical-align: bottom;
}
.fullscreen_search_holder .field_holder {
  width: 30%;
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  border-bottom: 1px solid #a1a1a1;
}
.fullscreen_search_holder .field_holder .line {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 1px;
  width: 0;
  background-color: #696969;
  -webkit-transition: width 0.3s ease;
  transition: width 0.3s ease;
}
.fullscreen_search_holder .search_field {
  width: 100%;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: none;
  background: 0 0;
  outline: 0;
  height: 100%;
  font-size: 30px;
  color: #a1a1a1;
  line-height: 1em;
  position: relative;
}
.fullscreen_search_holder .search_submit {
  border: none;
  background: 0 0;
  outline: 0;
  width: auto;
  cursor: pointer;
  font-family: ElegantIcons;
  font-size: 20px;
  line-height: 1em;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
  color: #a1a1a1;
}
.fullscreen_search_holder .search_submit:hover {
  color: #696969;
}
.fullscreen_search_holder .search_close_holder {
  float: right;
}
.fullscreen_search_holder .close_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.fullscreen_search_holder .close_container a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s ease, color 0.2s ease;
  transition: opacity 0.2s ease, color 0.2s ease;
}
.fullscreen_search_holder .close_container .search_close_holder {
  margin-right: 45px;
}
.fullscreen_search_holder
  .close_container
  .container_inner
  .search_close_holder,
.fullscreen_search_holder.fullscreen_search_in_header_top
  .close_container
  .search_close_holder {
  margin-right: 0;
}
.fullscreen_search_in_header_top .search_close_holder .side_menu_button {
  height: 36px;
}
.fullscreen_search_in_header_top a.side_menu_button_link {
  display: none;
}
.fullscreen_search_opened .side_menu_button a.fullscreen_search {
  opacity: 0;
}
.fullscreen_search_overlay {
  position: absolute;
  width: 2000px;
  height: 2000px;
  margin-top: -1000px;
  margin-left: -1000px;
  top: 50%;
  left: 0;
  border-radius: 100%;
  opacity: 0;
  z-index: 99;
  -ms-transform-origin: 50%;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -ms-transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background-color: rgba(255, 255, 255, 0.98);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.fullscreen_search_overlay.animate {
  -ms-transform: scale(3);
  -moz-transform: scale(3);
  -o-transform: scale(3);
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 1;
}
.fullscreen_search_holder.from_circle {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  display: none;
  opacity: 0;
  visibility: visible;
  z-index: 111;
}
.header_top .inner .fullscreen_search_overlay {
  margin-left: 0;
  z-index: 111;
}
.paspartu_on_top_fixed .fullscreen_search_holder.from_circle {
  z-index: 203;
}
.fullscreen_search_holder.fade {
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
  z-index: 111;
  box-sizing: border-box;
}
.fullscreen_search_holder.fade .fullscreen_search_table {
  background-color: rgba(255, 255, 255, 0.98);
}
.search_fade_out .fullscreen_search_holder.fade {
  -webkit-animation: search_fade_out 0.25s linear both;
  animation: search_fade_out 0.25s linear both;
}
.search_fade_in .fullscreen_search_holder.fade.animate {
  -webkit-animation: search_fade_in 0.25s linear both;
  animation: search_fade_in 0.25s linear both;
}
.fullscreen_search_holder.fade.animate .fullscreen_search_close {
  opacity: 1;
  visibility: visible;
}
.fullscreen_search_opened.paspartu_on_top_fixed .fullscreen_search_holder.fade {
  z-index: 203;
}
@-webkit-keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes search_fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes search_fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.mkd_search_form {
  background: none repeat scroll 0 0 #262626;
  color: #fff;
  margin: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mkd_search_form i {
  color: #959595;
  font-size: 14px;
  display: inline-block;
  padding: 0 0 0 45px;
  float: left;
  line-height: 50px;
}
.mkd_search_form input,
.mkd_search_form input:focus {
  background-color: #1d2022;
  border: medium none;
  box-shadow: none;
  color: #959595;
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  margin: 15px 0;
  width: 90%;
  padding: 0 45px 0 10px;
  font-family: inherit;
  outline: 0;
  outline-offset: 0;
  -webkit-appearance: none;
  border-radius: 0;
  float: left;
}
.mkd_search_form input:focus {
  outline-offset: 0 !important;
}
:-moz-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
::-webkit-input-placeholder {
  color: #959595;
  margin: 10px 0 0 0;
}
@media only screen and (max-width: 1200px) {
  .mkd_search_form input {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .mkd_search_form input {
    width: 70%;
  }
}
@media only screen and (max-width: 500px) {
  .mkd_search_form input {
    width: 65%;
  }
}
.mkd_search_form .container_inner {
  position: relative;
}
.mkd_search_form .container i {
  padding: 0;
}
.mkd_search_form .container input {
  width: 90%;
  padding: 0 0 0 10px;
}
.mkd_search_form input[type="submit"] {
  border: 0 none;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  width: 1px;
  visibility: hidden;
}
.mkd_search_form .mkd_search_close {
  color: #959595;
  font-size: 14px;
  position: absolute;
  line-height: 50px;
  height: 50px;
  top: 0;
  right: 45px;
}
.mkd_search_form .container .mkd_search_close {
  right: 0;
}
@-webkit-keyframes search_push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes search_push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.fullscreen_search_opened .fullscreen_search_holder.fade .form_holder {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: search_push_text_top 0.4s ease-out both 0.25s;
  animation: search_push_text_top 0.4s ease-out both 0.25s;
}
.search_fade_out .fullscreen_search_holder.fade .field_holder,
.search_fade_out .fullscreen_search_holder.fade .search_label,
.search_fade_out .fullscreen_search_holder.fade .search_submit {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transition: -webkit-transform 0.75s ease-out;
  transition: transform 0.75s ease-out;
}
.header_bottom_widget .mkd_social_icon_holder {
  margin-bottom: 0 !important;
  margin-right: 15px !important;
}
.header_bottom_widget .mkd_social_icon_holder.with_link .simple_social {
  color: #696969;
  font-size: 14px;
}
.light.header_style_on_scroll
  .header_bottom_widget
  .mkd_social_icon_holder.with_link
  .simple_social,
.light:not(.sticky):not(.scrolled)
  .header_bottom_widget
  .mkd_social_icon_holder.with_link
  .simple_social {
  color: #fff !important;
}
.dark.header_style_on_scroll
  .header_bottom_widget
  .mkd_social_icon_holder.with_link
  .simple_social,
.dark:not(.sticky):not(.scrolled)
  .header_bottom_widget
  .mkd_social_icon_holder.with_link
  .simple_social {
  color: #000 !important;
}
.drop_down .wide .second ul li div.flexslider li:nth-child(4n + 1) {
  clear: none;
}
.drop_down .wide .second ul li .flexslider ul {
  padding: 0;
  border: none;
}
.drop_down .wide .second .inner ul li.sub .flexslider ul li a:hover,
.drop_down .wide .second ul li .flexslider ul li a:hover {
  color: #18cfab;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li
  .flexslider.widget_flexslider
  .menu_recent_post_text
  a,
.drop_down .wide .second .inner ul li .flexslider.widget_flexslider a {
  display: inline-block;
  margin: 0;
}
.drop_down .wide .second .inner ul li .flexslider.widget_flexslider > a {
  vertical-align: middle;
}
.drop_down .wide .second ul li ul.flex-direction-nav a {
  position: absolute;
  top: 0;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  margin: 0;
}
.drop_down .wide .second ul li ul.flex-direction-nav {
  position: absolute;
  top: 50%;
  overflow: visible;
  width: 100%;
}
.drop_down .wide .second ul li div.flexslider {
  margin: 0 !important;
}
.drop_down
  .wide
  .second
  ul
  li
  .flexslider.widget_flexslider
  ul.flex-direction-nav
  li {
  width: 100%;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li.sub
  .flexslider.widget_flexslider
  ul.flex-direction-nav
  a.flex-prev,
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-prev {
  left: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  padding: 0;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li.sub
  .flexslider.widget_flexslider
  ul.flex-direction-nav
  a.flex-next,
.flexslider.widget_flexslider ul.flex-direction-nav a.flex-next {
  right: 0;
  height: 15px;
  width: 15px;
  line-height: 15px;
  padding: 0;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li.sub
  .flexslider.widget_flexslider
  .menu_recent_post_text {
  padding: 10px 0;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li.sub
  .flexslider.widget_flexslider
  .menu_recent_post_text
  a {
  display: inline;
  padding: 0;
  color: #000;
}
.drop_down
  .wide
  .second
  .inner
  ul
  li.sub
  .flexslider.widget_flexslider
  .menu_recent_post_text
  a:hover {
  color: #18cfab;
}
.drop_down .wide .second .inner ul li.sub .flexslider.widget_flexslider a,
.drop_down .wide .second ul li .flexslider.widget_flexslider a {
  padding: 0;
  text-align: center;
}
.vertical_menu_enabled .content .container,
.vertical_menu_enabled .content_bottom,
.vertical_menu_enabled .full_width,
.vertical_menu_enabled .mkd_slider,
.vertical_menu_enabled .title_outer,
.vertical_menu_enabled footer {
  padding-left: 290px;
}
.vertical_menu_enabled.vertical_menu_width_350 .content .container,
.vertical_menu_enabled.vertical_menu_width_350 .content_bottom,
.vertical_menu_enabled.vertical_menu_width_350 .full_width,
.vertical_menu_enabled.vertical_menu_width_350 .mkd_slider,
.vertical_menu_enabled.vertical_menu_width_350 .title_outer,
.vertical_menu_enabled.vertical_menu_width_350 footer {
  padding-left: 350px;
}
.vertical_menu_enabled.vertical_menu_width_400 .content .container,
.vertical_menu_enabled.vertical_menu_width_400 .content_bottom,
.vertical_menu_enabled.vertical_menu_width_400 .full_width,
.vertical_menu_enabled.vertical_menu_width_400 .mkd_slider,
.vertical_menu_enabled.vertical_menu_width_400 .title_outer,
.vertical_menu_enabled.vertical_menu_width_400 footer {
  padding-left: 400px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-left: 335px;
  padding-right: 20px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-left: 395px;
  padding-right: 20px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-left: 445px;
  padding-right: 20px;
}
.boxed.vertical_menu_enabled .content .container,
.boxed.vertical_menu_enabled .content_bottom,
.boxed.vertical_menu_enabled .full_width,
.boxed.vertical_menu_enabled .mkd_slider,
.boxed.vertical_menu_enabled .title_outer,
.boxed.vertical_menu_enabled footer,
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.boxed
  .content
  .full_width {
  padding-left: 0;
  padding-right: 0;
}
.boxed.vertical_menu_enabled,
.boxed.vertical_menu_enabled footer.uncover {
  padding-left: 290px;
}
.boxed.vertical_menu_enabled.vertical_menu_width_350,
.boxed.vertical_menu_enabled.vertical_menu_width_350 footer.uncover {
  padding-left: 350px;
}
.boxed.vertical_menu_enabled.vertical_menu_width_400,
.boxed.vertical_menu_enabled.vertical_menu_width_400 footer.uncover {
  padding-left: 400px;
}
.vertical_menu_enabled .content .title .container {
  padding-left: 0;
  padding-right: 0;
}
.vertical_menu_enabled .content .container,
.vertical_menu_enabled .mkd_slider {
  width: auto;
}
aside.vertical_menu_area {
  position: fixed;
  width: 290px;
  top: 0;
  left: 0;
  padding: 35px;
  background-color: transparent;
  height: 100%;
  z-index: 101;
  -webkit-backface-visibility: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}
.vertical_menu_background_opacity_over_slider.vertical_menu_background_opacity
  aside.vertical_menu_area {
  background-color: transparent;
}
.vertical_menu_width_350 aside.vertical_menu_area {
  width: 350px;
}
.vertical_menu_width_400 aside.vertical_menu_area {
  width: 400px;
}
aside.vertical_menu_area.with_scroll {
  overflow: hidden;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder {
  position: relative;
}
.vertical_menu_enabled.vertical_area_transparent .content {
  padding-left: 0;
  padding-right: 0;
}
.vertical_menu_transparency_on
  aside.vertical_menu_area.light
  .mkd_social_icon_holder
  i.simple_social
  body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.light
  .vertical_menu_area_widget_holder,
.vertical_menu_transparency_on
  aside.vertical_menu_area.light
  .vertical_menu_area_widget_holder,
.vertical_menu_transparency_on aside.vertical_menu_area.light .widget a,
body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.light
  .mkd_social_icon_holder
  i.simple_social,
body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.light
  .widget
  a {
  color: #fff;
}
.vertical_menu_transparency_on
  aside.vertical_menu_area.dark
  .mkd_social_icon_holder
  i.simple_social,
.vertical_menu_transparency_on
  aside.vertical_menu_area.dark
  .vertical_menu_area_widget_holder,
.vertical_menu_transparency_on aside.vertical_menu_area.dark .widget a,
body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.dark
  .mkd_social_icon_holder
  i.simple_social,
body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.dark
  .vertical_menu_area_widget_holder,
body:not(.vertical_menu_transparency_off)
  aside.vertical_menu_area.dark
  .widget
  a {
  color: #000;
}
.vertical_menu_enabled header {
  display: block;
}
.vertical_menu_enabled header .header_inner {
  display: none;
}
.vertical_area_background {
  position: fixed;
  width: 290px;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-transition: opacity 0.5s ease, background-color 0.5s ease;
  -moz-transition: opacity 0.5s ease, background-color 0.5s ease;
  -o-transition: opacity 0.5s ease, background-color 0.5s ease;
  -ms-transition: opacity 0.5s ease, background-color 0.5s ease;
  transition: opacity 0.5s ease, background-color 0.5s ease;
  opacity: 1;
  background-color: #1d2022;
}
.vertical_menu_width_350 .vertical_area_background {
  width: 350px;
}
.vertical_menu_width_400 .vertical_area_background {
  width: 400px;
}
.vertical_logo_wrapper {
  z-index: 100;
  position: relative;
  text-align: center;
}
.mkd_logo_vertical a {
  display: block;
  position: relative;
  height: 100%;
}
.vertical_logo_wrapper img {
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mkd_logo_vertical img.normal {
  position: relative;
}
.mkd_logo_vertical img.dark,
.mkd_logo_vertical img.light {
  opacity: 0;
}
.vertical_menu_transparency_on .light .mkd_logo_vertical img.normal,
body:not(.vertical_menu_transparency_off) .light .mkd_logo_vertical img.normal {
  opacity: 0;
}
.vertical_menu_transparency_on .light .mkd_logo_vertical img.light,
body:not(.vertical_menu_transparency_off) .light .mkd_logo_vertical img.light {
  opacity: 1;
}
.vertical_menu_transparency_on .light .mkd_logo_vertical img.dark,
body:not(.vertical_menu_transparency_off)
  .vertical_menu_transparency_on
  .light
  .mkd_logo_vertical
  img.dark {
  opacity: 0;
}
.vertical_menu_transparency_on .dark .mkd_logo_vertical img.normal,
body:not(.vertical_menu_transparency_off) .dark .mkd_logo_vertical img.normal {
  opacity: 0;
}
.vertical_menu_transparency_on .dark .mkd_logo_vertical img.light,
body:not(.vertical_menu_transparency_off) .dark .mkd_logo_vertical img.light {
  opacity: 0;
}
.vertical_menu_transparency_on .dark .mkd_logo_vertical img.dark,
body:not(.vertical_menu_transparency_off) .dark .mkd_logo_vertical img.dark {
  opacity: 1;
}
.vertical_menu .menu_icon:not(.blank):not(.null) {
  padding-right: 5px;
}
nav.vertical_menu {
  position: relative;
  z-index: 101;
  margin: 40px 0 0;
  text-align: left;
}
.vertical_menu ul {
  list-style: none;
}
.vertical_menu ul li {
  position: relative;
}
nav.vertical_menu > ul > li > a {
  position: relative;
  display: block;
  padding: 8px 0;
  line-height: 41px;
  color: #fff;
  font-weight: 900;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 0;
  cursor: pointer;
  -webkit-transition: color 0.15s ease-out, text-decoration 0.15s ease-out,
    background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, text-decoration 0.15s ease-out,
    background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, text-decoration 0.15s ease-out,
    background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, text-decoration 0.15s ease-out,
    background-color 0.15s ease-out;
  transition: color 0.15s ease-out, text-decoration 0.15s ease-out,
    background-color 0.15s ease-out;
}
.vertical_menu.vertical_menu_side ul li div.second ul li a {
  background-color: #fff;
}
.vertical_menu.vertical_menu_side ul li.active > a,
nav.vertical_menu > ul > li.active > a {
  color: #18cfab;
}
nav.vertical_menu > ul > li > a:before {
  content: "";
  display: block;
  opacity: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  background-color: #18cfab;
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
  transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}
nav.vertical_menu > ul > li > a > span.item_inner {
  -webkit-transition: text-decoration 0.2s ease-out;
  -moz-transition: text-decoration 0.2s ease-out;
  -o-transition: text-decoration 0.2s ease-out;
  -ms-transition: text-decoration 0.2s ease-out;
  transition: text-decoration 0.2s ease-out;
}
.vertical_menu ul li a:hover {
  color: #18cfab;
}
nav.vertical_menu > ul > li > a:after {
  display: none;
  height: 1px;
  width: 44px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #18cfab;
}
nav.vertical_menu > ul > li:last-child > a:after {
  content: none;
}
.vertical_menu_transparency_on .light nav.vertical_menu > ul > li > a,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu
  > ul
  > li
  > a {
  color: #fff;
}
.vertical_menu_transparency_on .dark nav.vertical_menu > ul > li > a,
body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu
  > ul
  > li
  > a {
  color: #000;
}
.vertical_menu .second .inner {
  position: relative;
  display: block;
  padding: 0;
  z-index: 997;
}
.vertical_menu_toggle .second .inner_arrow {
  display: none;
}
.vertical_menu_toggle .second {
  margin: 0;
  display: none;
  overflow: hidden;
  z-index: 10;
}
.vertical_menu_toggle > ul > li.current-menu-ancestor .second,
nav.vertical_menu_toggle
  > ul
  > li.current-menu-ancestor
  .second
  .inner
  ul
  li.current-menu-ancestor
  ul {
  display: block;
}
.vertical_menu_toggle .second ul ul {
  display: none;
}
nav.vertical_menu_toggle ul li a {
  display: block;
}
nav.vertical_menu_toggle ul li a .line {
  display: none;
}
nav.vertical_menu_to_content ul > li.menu-item-has-children > a > .plus,
nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus {
  width: 14px;
  height: 14px;
  z-index: 10000;
  display: block;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  display: block;
  color: #9d9d9d;
  font-size: 14px;
  line-height: 14px;
  font-family: ElegantIcons;
  cursor: pointer;
}
nav.vertical_menu_to_content ul > li.menu-item-has-children > a > .plus:before,
nav.vertical_menu_toggle ul > li.menu-item-has-children > a > .plus:before {
  content: "\4c";
}
nav.vertical_menu_to_content .second ul > li.menu-item-has-children > a > .plus,
nav.vertical_menu_toggle .second ul > li.menu-item-has-children > a > .plus {
  display: block;
}
.no-touch
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus:before,
.no-touch
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.open
  > a
  > .plus:before,
.no-touch
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus:before,
.no-touch
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus:before,
.no-touch
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus:before,
.no-touch
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.open
  > a
  > .plus:before {
  content: "\4b";
}
.touch
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.open
  > a
  > .plus:before,
.touch
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children.open
  > a
  > .plus:before {
  content: "\4b";
}
nav.vertical_menu_toggle ul li.menu-item-has-children a span {
  display: inline-block;
  max-width: 180px;
}
.vertical_menu_transparency_on
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.vertical_menu_transparency_on
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a
  > .plus,
.vertical_menu_transparency_on
  .light
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.vertical_menu_transparency_on
  .light
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.open
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .light
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.open
  > a
  > .plus {
  color: #fff !important;
}
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus,
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children.open
  > a
  > .plus,
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.current_page_parent
  > a
  > .plus,
.body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_toggle.click
  ul
  > li.menu-item-has-children.open
  > a
  > .plus,
.vertical_menu_transparency_on
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.vertical_menu_transparency_on
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a
  > .plus,
.vertical_menu_transparency_on
  .dark
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a:hover
  > .plus,
.vertical_menu_transparency_on
  .dark
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_to_content
  ul
  > li.menu-item-has-children
  > a
  > .plus,
body:not(.vertical_menu_transparency_off)
  .dark
  nav.vertical_menu_toggle
  ul
  > li.menu-item-has-children
  > a
  > .plus {
  color: #000 !important;
}
nav.vertical_menu_toggle ul li a .mkd_menu_arrow {
  display: none;
}
nav.vertical_menu_toggle li.narrow .second .inner ul {
  background-color: transparent;
  padding: 0;
  width: 100%;
  border: none;
}
nav.vertical_menu_toggle li.narrow .second .inner ul ul {
  display: none;
}
.vertical_menu_toggle .second .inner ul li a {
  display: block;
  height: auto;
  font-weight: 400;
  line-height: 18px;
  color: #9d9d9d;
  margin: 0;
  padding: 5px 0 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  transition: color 0.3s ease;
  position: relative;
}
.vertical_menu_toggle .second {
  position: relative;
}
.vertical_menu_toggle .second:after {
  display: none;
  width: 44px;
  height: 1px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #18cfab;
}
.vertical_menu_toggle .second .inner ul li a:hover {
  color: #18cfab;
}
.vertical_menu_transparency_on
  .light
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  a,
.vertical_menu_transparency_on
  .light
  .vertical_menu_to_content
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
.vertical_menu_transparency_on
  .light
  .vertical_menu_toggle
  .second
  .inner
  ul
  li
  a,
.vertical_menu_transparency_on
  .light
  .vertical_menu_toggle
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .light
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .light
  .vertical_menu_to_content
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .light
  .vertical_menu_toggle
  .second
  .inner
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .light
  .vertical_menu_toggle
  .second
  .inner
  ul
  li.sub
  ul
  li
  a {
  color: #fff !important;
}
.vertical_menu_transparency_on
  .dark
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  a,
.vertical_menu_transparency_on
  .dark
  .vertical_menu_to_content
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
.vertical_menu_transparency_on
  .dark
  .vertical_menu_toggle
  .second
  .inner
  ul
  li
  a,
.vertical_menu_transparency_on
  .dark
  .vertical_menu_toggle
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .dark
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .dark
  .vertical_menu_to_content
  .second
  .inner
  ul
  li.sub
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .dark
  .vertical_menu_toggle
  .second
  .inner
  ul
  li
  a,
body:not(.vertical_menu_transparency_off)
  .dark
  .vertical_menu_toggle
  .second
  .inner
  ul
  li.sub
  ul
  li
  a {
  color: #000 !important;
}
.vertical_menu_toggle .second .inner ul ul li a {
  padding-left: 15px;
}
.vertical_menu_area_widget_holder {
  margin: 22px 0 0 0;
}
.vertical_menu_area_widget_holder .widget {
  margin: 0 0 26px;
}
.no-touch .vertical_menu_enabled .carousel-inner:not(.relative_position) {
  left: 290px !important;
}
.no-touch
  .vertical_menu_width_350.vertical_menu_enabled
  .carousel-inner:not(.relative_position) {
  left: 350px !important;
}
.no-touch
  .vertical_menu_width_400.vertical_menu_enabled
  .carousel-inner:not(.relative_position) {
  left: 400px !important;
}
.vertical_menu_area .mkd_social_icon_holder {
  margin: 0 12px 2px 0 !important;
}
.vertical_menu_enabled .content {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.vertical_menu_enabled .content_wrapper {
  margin-top: 0 !important;
}
.boxed.vertical_menu_enabled .carousel-inner {
  width: 1150px !important;
  left: auto !important;
}
.vertical_menu_enabled.vertical_menu_transparency .full_section_inner {
  overflow: hidden;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden)
  aside.vertical_menu_area
  .vertical_area_background {
  background-color: transparent !important;
  background-image: none !important;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden)
  aside.vertical_menu_area
  .vertical_area_background
  .vertical_area_background {
  opacity: 0;
}
.vertical_menu_enabled.vertical_menu_transparency .mkd_slider {
  padding-left: 0;
  padding-right: 0;
}
.vertical_menu_enabled.vertical_menu_transparency:not(.vertical_menu_hidden)
  .carousel-inner:not(.relative_position) {
  left: 0 !important;
}
.boxed.vertical_menu_enabled.vertical_menu_transparency:not(.vertical_menu_hidden)
  .carousel-inner:not(.relative_position) {
  left: auto !important;
}
.navigation_bottom_right .controls_holder,
.vertical_menu_enabled.vertical_menu_transparency .controls_holder {
  position: absolute;
  bottom: 50px;
  right: 100px;
  text-align: right;
}
.navigation_bottom_left .controls_holder,
.vertical_menu_enabled.vertical_menu_transparency.vertical_menu_right
  .controls_holder {
  position: absolute;
  bottom: 50px;
  left: 100px;
  text-align: left;
}
@media only screen and (max-width: 800px) {
  .navigation_bottom_right .controls_holder,
  .vertical_menu_enabled.vertical_menu_transparency .controls_holder {
    right: 50px;
  }
  .navigation_bottom_left .controls_holder,
  .vertical_menu_enabled.vertical_menu_transparency.vertical_menu_right
    .controls_holder {
    left: 50px;
  }
}
.navigation_bottom_left .carousel-control.left,
.navigation_bottom_left .carousel-control.right,
.navigation_bottom_right .carousel-control.left,
.navigation_bottom_right .carousel-control.right,
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.left,
.vertical_menu_enabled.vertical_menu_transparency .carousel-control.right {
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  margin: 0 10px;
}
.navigation_bottom_left .carousel-control .next_nav,
.navigation_bottom_left .carousel-control .prev_nav,
.navigation_bottom_right .carousel-control .next_nav,
.navigation_bottom_right .carousel-control .prev_nav,
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .next_nav,
.vertical_menu_enabled.vertical_menu_transparency .carousel-control .prev_nav {
  margin: 0 !important;
  position: relative;
  display: block;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
}
.navigation_bottom_left .carousel-indicators,
.navigation_bottom_right .carousel-indicators {
  display: none !important;
}
nav.vertical_menu > ul > li.active div.second,
nav.vertical_menu_toggle li.narrow .second .inner ul li.current_page_parent ul {
  display: block;
}
.vertical_menu_right aside.vertical_menu_area {
  left: auto;
  right: 0;
}
.boxed.vertical_menu_enabled.vertical_menu_right,
.boxed.vertical_menu_enabled.vertical_menu_right footer.uncover,
.vertical_menu_enabled.vertical_menu_right .content .container,
.vertical_menu_enabled.vertical_menu_right .content_bottom,
.vertical_menu_enabled.vertical_menu_right .full_screen_holder,
.vertical_menu_enabled.vertical_menu_right .full_width,
.vertical_menu_enabled.vertical_menu_right .mkd_slider,
.vertical_menu_enabled.vertical_menu_right .title_outer,
.vertical_menu_enabled.vertical_menu_right footer {
  padding-left: 0;
  padding-right: 290px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-right: 310px;
  padding-left: 45px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-right: 370px;
  padding-left: 45px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden)
  .content
  .full_width {
  padding-right: 420px;
  padding-left: 45px;
}
.boxed.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350,
.boxed.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350
  footer.uncover,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350
  .content
  .container,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350
  .content_bottom,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350 .full_width,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350 .mkd_slider,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350 .title_outer,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350 footer {
  padding-right: 350px;
  padding-left: 0;
}
.boxed.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400,
.boxed.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400
  footer.uncover,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400
  .content
  .container,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400
  .content_bottom,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400 .full_width,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400 .mkd_slider,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400 .title_outer,
.vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400 footer {
  padding-right: 400px;
  padding-left: 0;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_right
  .carousel-inner:not(.relative_position) {
  left: auto !important;
  right: 290px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_right.vertical_menu_width_350
  .carousel-inner:not(.relative_position) {
  right: 350px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_right.vertical_menu_width_400
  .carousel-inner:not(.relative_position) {
  right: 400px !important;
}
.vertical_menu_enabled.vertical_menu_right .content .title .container {
  padding-right: 0;
}
.vertical_menu_enabled.vertical_menu_right .vertical_area_background {
  top: 0;
  left: auto;
  right: 0;
}
.vertical_menu_hidden aside.vertical_menu_area {
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.15);
  left: -250px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  -ms-transform: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.vertical_menu_hidden .vertical_menu_area .vertical_menu_area_inner {
  position: relative;
  height: 100%;
}
.vertical_menu_hidden:not(.vertical_menu_right)
  .vertical_menu_area
  .vertical_menu_area_inner {
  left: 0;
}
.vertical_menu_hidden:not(.vertical_menu_right)
  .vertical_menu_area:not(.active)
  .vertical_menu_area_inner {
  left: -30px;
}
.vertical_menu_hidden.vertical_menu_right
  .vertical_menu_area
  .vertical_menu_area_inner {
  right: 0;
}
.vertical_menu_hidden.vertical_menu_right
  .vertical_menu_area:not(.active)
  .vertical_menu_area_inner {
  right: -30px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo .vertical_area_background,
.vertical_menu_hidden.vertical_menu_hidden_with_logo aside.vertical_menu_area {
  left: -220px;
}
.vertical_menu_width_350.vertical_menu_hidden aside.vertical_menu_area {
  left: -310px;
}
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .vertical_area_background:not(.active),
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo
  aside.vertical_menu_area:not(.active) {
  left: -280px;
}
.vertical_menu_width_400.vertical_menu_hidden aside.vertical_menu_area {
  left: -360px;
}
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .vertical_area_background:not(.active),
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo
  aside.vertical_menu_area:not(.active) {
  left: -330px;
}
.vertical_menu_hidden .vertical_area_background {
  left: -250px;
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  -ms-transform: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.vertical_menu_width_350.vertical_menu_hidden .vertical_area_background {
  left: -310px;
}
.vertical_menu_width_400.vertical_menu_hidden .vertical_area_background {
  left: -360px;
}
.vertical_menu_hidden aside.vertical_menu_area.active,
.vertical_menu_hidden
  aside.vertical_menu_area.active
  .vertical_area_background {
  left: 0;
}
.vertical_menu_hidden.vertical_menu_right:not(.vertical_menu_hidden_with_icons)
  aside.vertical_menu_area {
  left: auto;
  right: -250px;
  -webkit-transition: right 0.15s ease-out;
  -moz-transition: right 0.15s ease-out;
  -o-transition: right 0.15s ease-out;
  -ms-transform: right 0.15s ease-out;
  transition: right 0.15s ease-out;
}
.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  aside.vertical_menu_area {
  right: -220px;
}
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_right
  aside.vertical_menu_area {
  right: -310px;
}
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  aside.vertical_menu_area:not(.active) {
  right: -280px;
  left: auto;
}
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_right
  aside.vertical_menu_area {
  right: -360px;
}
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  aside.vertical_menu_area:not(.active) {
  right: -330px;
  left: auto;
}
.vertical_menu_hidden.vertical_menu_right .vertical_area_background {
  left: auto;
  right: -250px;
  -webkit-transition: right 0.15s ease-out;
  -moz-transition: right 0.15s ease-out;
  -o-transition: right 0.15s ease-out;
  -ms-transform: right 0.15s ease-out;
  transition: right 0.15s ease-out;
}
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_right
  .vertical_area_background {
  right: -310px;
}
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_right
  .vertical_area_background {
  right: -360px;
}
.vertical_menu_hidden.vertical_menu_right aside.vertical_menu_area.active,
.vertical_menu_hidden.vertical_menu_right
  aside.vertical_menu_area.active
  .vertical_area_background {
  right: 0;
  left: auto;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden,
.boxed.vertical_menu_enabled.vertical_menu_hidden footer.uncover,
.vertical_menu_enabled.vertical_menu_hidden .content .container,
.vertical_menu_enabled.vertical_menu_hidden .content_bottom,
.vertical_menu_enabled.vertical_menu_hidden .full_screen_holder,
.vertical_menu_enabled.vertical_menu_hidden .full_width,
.vertical_menu_enabled.vertical_menu_hidden .mkd_slider,
.vertical_menu_enabled.vertical_menu_hidden .title_outer,
.vertical_menu_enabled.vertical_menu_hidden footer {
  padding-left: 40px;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo,
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  footer.uncover,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .content
  .container,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .content_bottom,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .full_width,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .mkd_slider,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .title_outer,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  footer {
  padding-left: 70px;
}
.vertical_menu_enabled.vertical_menu_hidden:not(.vertical_menu_right)
  .title_holder
  .container {
  padding-left: 0 !important;
}
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .title_holder
  .container {
  padding-right: 0 !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden
  .content
  .full_width {
  padding-left: 85px;
  padding-right: 20px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .content
  .full_width {
  padding-left: 115px;
  padding-right: 20px;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_hidden
  .carousel-inner:not(.relative_position) {
  left: 40px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .carousel-inner:not(.relative_position) {
  left: 70px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  left: 290px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  left: 350px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  left: 400px !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .carousel-inner:not(.relative_position) {
  right: 40px !important;
  left: auto !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_right
  .carousel-inner:not(.relative_position) {
  right: 70px !important;
  left: auto !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  right: 290px !important;
  left: auto !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  right: 350px !important;
  left: auto !important;
}
.no-touch
  .vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .carousel-inner:not(.relative_position) {
  right: 400px !important;
  left: auto !important;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right,
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  footer.uncover,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .content
  .container,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right .content_bottom,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right .full_width,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right .mkd_slider,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right .title_outer,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right footer {
  padding-left: 0;
  padding-right: 40px;
}
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo,
.boxed.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  footer.uncover,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .content
  .container,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .content_bottom,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .full_width,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .mkd_slider,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .title_outer,
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  footer {
  padding-left: 0;
  padding-right: 70px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .content
  .full_width {
  padding-left: 45px;
  padding-right: 60px;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right.vertical_menu_hidden_with_logo
  .content
  .full_width {
  padding-left: 45px;
  padding-right: 90px;
}
.vertical_menu_enabled .carousel-control .next_nav,
.vertical_menu_enabled .carousel-control .prev_nav {
  margin-top: -25px !important;
}
.content_next_to_arrows .carousel-control .next_nav,
.content_next_to_arrows .carousel-control .prev_nav {
  margin-top: 0 !important;
}
.vertical_menu_hidden_button {
  position: fixed;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  z-index: 11;
  display: block;
}
.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_hidden_with_logo
  .vertical_menu_hidden_button {
  width: 70px;
  height: 70px;
  z-index: 1000;
}
.vertical_menu_right .vertical_menu_hidden_button {
  left: auto;
  right: 0;
}
.vertical_menu_hidden_button_line {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  display: block;
  margin-left: -11px;
  width: 22px;
  height: 3px;
  background: #18cfab;
}
.vertical_menu_hidden_button_line:after,
.vertical_menu_hidden_button_line:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #18cfab;
  left: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.vertical_menu_hidden_button_line:before {
  top: -6px;
}
.vertical_menu_hidden_button_line:after {
  bottom: -6px;
}
.vertical_menu_area.active
  .vertical_menu_hidden_button
  .vertical_menu_hidden_button_line {
  background: rgba(220, 151, 31, 0);
}
.vertical_menu_area.active
  .vertical_menu_hidden_button
  .vertical_menu_hidden_button_line:after {
  -webkit-transform: rotate(-45deg) translate(2px, -8px);
  -moz-transform: rotate(-45deg) translate(3px, -8px);
  -ms-transform: rotate(-45deg) translate(3px, -8px);
  -o-transform: rotate(-45deg) translate(3px, -8px);
  transform: rotate(-45deg) translate(3px, -8px);
}
.vertical_menu_area.active
  .vertical_menu_hidden_button
  .vertical_menu_hidden_button_line:before {
  -webkit-transform: rotate(45deg) translate(4px, 9px);
  -moz-transform: rotate(45deg) translate(3px, 8px);
  -ms-transform: rotate(45deg) translate(3px, 8px);
  -o-transform: rotate(45deg) translate(3px, 8px);
  transform: rotate(45deg) translate(3px, 8px);
}
.vertical_menu_hidden_button_line,
.vertical_menu_hidden_button_line:after,
.vertical_menu_hidden_button_line:before {
  -webkit-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -moz-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -ms-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  -o-transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
  transition: all 0.3s cubic-bezier(0.585, -0.6, 0.43, 1.65);
}
.vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line:before {
  top: -8px;
}
.vertical_menu_hidden_button:hover .vertical_menu_hidden_button_line:after {
  bottom: -8px;
}
.vertical_menu_area.active
  .vertical_menu_hidden_button
  .vertical_menu_hidden_button_line:after {
  bottom: -8px;
}
.vertical_menu_area.active
  .vertical_menu_hidden_button
  .vertical_menu_hidden_button_line:before {
  top: -8px;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo {
  position: fixed;
  width: 70px;
  text-align: center;
  bottom: 0;
  z-index: 1000;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner {
  position: absolute;
  bottom: 20px;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
.vertical_menu_hidden .vertical_menu_area_bottom_logo_inner a {
  display: block;
  padding: 0 10px;
}
.vertical_menu_hidden:not(.vertical_menu_right)
  .vertical_menu_area_bottom_logo {
  left: 0;
  -webkit-transition: left 0.15s ease-in-out;
  -moz-transition: left 0.15s ease-in-out;
  -ms-transition: left 0.15s ease-in-out;
  -o-transition: left 0.15s ease-in-out;
  transition: left 0.15s ease-in-out;
}
.vertical_menu_hidden:not(.vertical_menu_right)
  .vertical_menu_area_bottom_logo.active {
  left: -70px;
}
.vertical_menu_hidden.vertical_menu_right .vertical_menu_area_bottom_logo {
  right: 0;
  -webkit-transition: right 0.15s ease-in-out;
  -moz-transition: right 0.15s ease-in-out;
  -ms-transition: right 0.15s ease-in-out;
  -o-transition: right 0.15s ease-in-out;
  transition: right 0.15s ease-in-out;
}
.vertical_menu_hidden.vertical_menu_right
  .vertical_menu_area_bottom_logo.active {
  right: -70px;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons
  .vertical_area_background,
.vertical_menu_hidden_with_icons aside.vertical_menu_area,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area,
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons
  .vertical_area_background:not(.active),
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons
  aside.vertical_menu_area:not(.active),
.vertical_menu_width_350.vertical_menu_hidden_with_icons
  aside.vertical_menu_area,
.vertical_menu_width_350.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area,
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons
  .vertical_area_background:not(.active),
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons
  aside.vertical_menu_area:not(.active),
.vertical_menu_width_400.vertical_menu_hidden_with_icons
  aside.vertical_menu_area,
.vertical_menu_width_400.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area {
  left: 0;
}
.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo.vertical_menu_right
  aside.vertical_menu_area,
.vertical_menu_hidden_with_icons.vertical_menu_right aside.vertical_menu_area,
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_area_background:not(.active),
.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons.vertical_menu_right
  aside.vertical_menu_area:not(.active),
.vertical_menu_width_350.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo.vertical_menu_right
  aside.vertical_menu_area,
.vertical_menu_width_350.vertical_menu_hidden_with_icons.vertical_menu_right
  aside.vertical_menu_area,
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_area_background:not(.active),
.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_hidden_with_logo.vertical_menu_hidden_with_icons.vertical_menu_right
  aside.vertical_menu_area:not(.active),
.vertical_menu_width_400.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo.vertical_menu_right
  aside.vertical_menu_area,
.vertical_menu_width_400.vertical_menu_hidden_with_icons.vertical_menu_right
  aside.vertical_menu_area {
  right: 0;
  left: auto;
}
.vertical_menu_hidden_with_icons:not(.vertical_menu_right)
  .vertical_menu_area:not(.active)
  .vertical_menu_area_inner {
  left: 0;
}
.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_menu_area:not(.active)
  .vertical_menu_area_inner {
  right: 0;
}
.vertical_menu_hidden_with_icons aside.vertical_menu_area {
  box-shadow: none;
  border-right: 1px solid #e8eae9;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  .vertical_menu
  .menu_icon_wrapper {
  padding-right: 0;
  -webkit-transition: width 0.1s ease;
  -moz-transition: width 0.1s ease;
  -o-transition: width 0.1s ease;
  -ms-transition: width 0.1s ease;
  transition: width 0.1s ease;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  .vertical_menu
  .menu_icon:not(.blank) {
  padding-right: 0;
  -webkit-transition: color 0.3s ease, padding-right 0.1s ease;
  -moz-transition: color 0.3s ease, padding-right 0.1s ease;
  -o-transition: color 0.3s ease, padding-right 0.1s ease;
  -ms-transition: color 0.3s ease, padding-right 0.1s ease;
  transition: color 0.3s ease, padding-right 0.1s ease;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  nav.vertical_menu
  .menu_icon_wrapper {
  display: inline-block;
  width: 40px;
  text-align: center;
  vertical-align: middle;
}
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area
  nav.vertical_menu
  .menu_icon_wrapper {
  display: inline-block;
  width: 70px;
  text-align: center;
  vertical-align: middle;
}
.vertical_menu_hidden_with_icons aside.vertical_menu_area:not(.active) {
  padding-left: 0;
  padding-right: 0;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area:not(.active)
  nav.vertical_menu {
  text-align: left;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  nav.vertical_menu
  ul
  li
  a
  span.item_text {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  nav.vertical_menu
  ul
  li
  a
  span.item_inner {
  white-space: nowrap;
}
.vertical_menu_hidden_with_icons
  .vertical_menu_toggle
  .second
  .inner
  ul
  ul
  li
  a {
  padding-left: 0;
}
nav.main_menu.roll > ul > li > a .item_text {
  position: relative;
  line-height: 1.3em;
  overflow: hidden;
  height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
nav.main_menu.roll > ul > li > a .item_text_wrapp {
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  position: relative;
  line-height: 1.3em;
  vertical-align: top;
  display: inline-block;
}
nav.main_menu.roll > ul > li > a .item_text_hidden {
  position: absolute;
  top: 100%;
  width: 100%;
  left: 0;
  line-height: 1.3em;
  position: absolute;
}
nav.main_menu.roll > ul > li:hover > a .item_text_wrapp {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}
nav.main_menu.line_spread > ul > li > a {
  position: relative;
}
nav.main_menu.line_spread > ul > li > a > span.item_inner:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #18cfab;
  -webkit-transition: left ease-out 0.2s, width ease-out 0.2s;
  transition: left ease-out 0.2s, width ease-out 0.2s;
}
nav.main_menu.line_spread > ul > li.active > a > span.item_inner:after,
nav.main_menu.line_spread > ul > li:hover > a > span.item_inner:after {
  left: 0;
  width: 100%;
}
nav.main_menu.line_under > ul > li > a {
  position: relative;
}
nav.main_menu.line_under > ul > li > a > span.item_inner:after {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #18cfab;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out, -webkit-transform 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out, -moz-transform 0.2s ease-out;
  transition: opacity 0.2s, transform 0.2s;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  transform: translateY(5px);
}
nav.main_menu.line_under > ul > li.active > a > span.item_inner:after,
nav.main_menu.line_under > ul > li:hover > a > span.item_inner:after {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.main_menu.underline_follow > ul > li {
  z-index: 3;
}
.main_menu.underline_follow .magic_follow {
  background-color: #18cfab;
  bottom: 0;
  height: 4px;
  left: 0;
  position: absolute;
  width: 0;
  z-index: 10;
  -webkit-animation: fadein 0.2s 1 ease-out 1.2s;
  -moz-animation: fadein 0.2s 1 ease-out 1.2s;
  -o-animation: fadein 0.2s 1 ease-out 1.2s;
  animation: fadein 0.2s 1 ease-out 1.2s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  z-index: 1;
}
.light:not(.sticky):not(.scrolled) .main_menu.underline_follow .magic_follow,
.light:not(.sticky):not(.scrolled)
  nav.main_menu.line_spread
  > ul
  > li
  > a
  > span.item_inner:after,
.light:not(.sticky):not(.scrolled)
  nav.main_menu.line_under
  > ul
  > li
  > a
  > span.item_inner:after {
  background-color: #fff !important;
}
.dark:not(.sticky):not(.scrolled) .main_menu.underline_follow .magic_follow,
.dark:not(.sticky):not(.scrolled)
  nav.main_menu.line_spread
  > ul
  > li
  > a
  > span.item_inner:after,
.dark:not(.sticky):not(.scrolled)
  nav.main_menu.line_under
  > ul
  > li
  > a
  > span.item_inner:after {
  background-color: #000 !important;
}
.vertical_menu_hidden_with_icons .vertical_area_background,
.vertical_menu_hidden_with_icons aside.vertical_menu_area,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area,
.vertical_menu_hidden_with_icons.vertical_menu_right .vertical_menu_area {
  -webkit-transition: width 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -moz-transition: width 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -ms-transition: width 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -o-transition: width 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  transition: width 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
}
.vertical_menu_hidden_with_icons .vertical_menu_area .vertical_menu_area_inner,
.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_menu_area
  .vertical_menu_area_inner {
  position: absolute;
  left: 0;
  right: auto;
  webkit-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -moz-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -ms-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -o-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  .vertical_logo_wrapper,
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  .vertical_menu_area_widget_holder,
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area
  nav.vertical_menu
  ul
  li
  a
  span.item_text {
  -webkit-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -moz-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -ms-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  -o-transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  transition: left 0.1s cubic-bezier(0.43, 0.605, 0.65, 0.76);
  left: 70px;
}
.vertical_menu_hidden_with_icons .vertical_area_background,
.vertical_menu_hidden_with_icons aside.vertical_menu_area {
  width: 40px;
}
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area {
  width: 70px;
}
.vertical_menu_hidden_with_icons aside.vertical_menu_area.active,
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area.active
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area.active
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_right
  aside.vertical_menu_area.active {
  width: 290px;
}
.vertical_menu_hidden_with_icons.vertical_menu_width_350
  aside.vertical_menu_area.active,
.vertical_menu_hidden_with_icons.vertical_menu_width_350
  aside.vertical_menu_area.active
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_width_350.vertical_menu_hidden_with_logo
  aside.vertical_menu_area.active
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_width_350.vertical_menu_right
  aside.vertical_menu_area.active {
  width: 350px;
}
.vertical_menu_hidden_with_icons.vertical_menu_width_400
  aside.vertical_menu_area.active,
.vertical_menu_hidden_with_icons.vertical_menu_width_400
  aside.vertical_menu_area.active
  .vertical_area_background,
.vertical_menu_hidden_with_icons.vertical_menu_width_400.vertical_menu_hidden_with_logo
  aside.vertical_menu_area.active
  .vertical_area_background {
  width: 400px;
}
.vertical_menu_hidden_with_icons
  .vertical_menu_area.active
  .vertical_menu_area_inner,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  .vertical_menu_area.active
  .vertical_menu_area_inner,
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo.vertical_menu_right
  .vertical_menu_area.active
  .vertical_menu_area_inner,
.vertical_menu_hidden_with_icons.vertical_menu_right
  .vertical_menu_area.active
  .vertical_menu_area_inner {
  left: 40px;
  width: calc(100% - 80px);
}
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area.active
  .vertical_logo_wrapper,
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area.active
  .vertical_menu_area_widget_holder,
.vertical_menu_hidden_with_icons
  aside.vertical_menu_area.active
  nav.vertical_menu
  ul
  li
  a
  span.item_text {
  left: 0;
}
.vertical_menu_hidden_with_icons.vertical_menu_hidden_with_logo
  aside.vertical_menu_area.active
  nav.vertical_menu
  .menu_icon_wrapper:not(.blank) {
  padding-right: 18px;
}
.boxed.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  footer.uncover,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  .content
  .container,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  .full_screen_holder,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  .full_width,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  .mkd_slider,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  .title_outer,
.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_background_opacity_over_slider)
  footer {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290.vertical_menu_hidden.vertical_menu_transparency:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290.vertical_menu_hidden:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency):not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_transparency:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency):not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_transparency:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency):not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position) {
  left: 0 !important;
}
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290.vertical_menu_hidden.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290.vertical_menu_hidden.vertical_menu_transparency.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency).vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_transparency.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency).vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_transparency.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position),
.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency).vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .carousel-inner:not(.relative_position) {
  right: 0 !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity:not(.vertical_menu_right):not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 45px !important;
  padding-right: 20px !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_hidden:not(.vertical_menu_right):not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 85px !important;
  padding-right: 20px !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_hidden_with_logo:not(.vertical_menu_right):not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 115px !important;
  padding-right: 20px !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 45px !important;
  padding-right: 20px !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_hidden.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 45px !important;
  padding-right: 60px !important;
}
body.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_background_opacity.vertical_menu_hidden_with_logo.vertical_menu_right:not(.vertical_menu_background_opacity_over_slider)
  .content
  .full_width {
  padding-left: 45px !important;
  padding-right: 90px !important;
}
.vertical_menu_background_opacity_over_slider_off
  aside.vertical_menu_area
  .vertical_area_background {
  opacity: 1 !important;
}
.vertical_menu_background_opacity_over_slider.vertical_menu_enabled.vertical_menu_background_opacity
  .mkd_slider {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.vertical_menu.vertical_menu_side ul {
  width: 100%;
  height: 100%;
}
.vertical_menu.vertical_menu_side li .second .inner ul {
  padding: 0;
  border: 0;
}
.vertical_menu.vertical_menu_side ul li {
  position: static;
}
.vertical_menu.vertical_menu_side ul li a {
  color: #393939;
  cursor: pointer;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 18px;
  margin: 0;
  padding: 8px 0;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -o-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out, background-color 0.2s ease-out;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.vertical_menu.vertical_menu_side ul li div.second,
.vertical_menu.vertical_menu_side ul li div.second ul li ul {
  display: none;
  position: absolute;
  top: 0;
  left: -150%;
  background-color: #fff;
  width: 100%;
  height: 100%;
  z-index: 100;
}
.vertical_menu_right .vertical_menu.vertical_menu_side ul li div.second,
.vertical_menu_right
  .vertical_menu.vertical_menu_side
  ul
  li
  div.second
  ul
  li
  ul {
  left: auto;
  right: -150%;
}
.vertical_menu.vertical_menu_side ul li div.second ul li.current-menu-parent ul,
.vertical_menu.vertical_menu_side ul li div.second ul li.current_page_parent ul,
.vertical_menu.vertical_menu_side ul li.current-menu-ancestor > div.second {
  display: block;
  left: 0;
}
.vertical_menu_right
  .vertical_menu.vertical_menu_side
  ul
  li
  div.second
  ul
  li.current-menu-parent
  ul,
.vertical_menu_right
  .vertical_menu.vertical_menu_side
  ul
  li
  div.second
  ul
  li.current_page_parent
  ul,
.vertical_menu_right
  .vertical_menu.vertical_menu_side
  ul
  li.current-menu-ancestor
  > div.second {
  display: block;
  left: auto;
  right: 0;
}
.vertical_menu.vertical_menu_side ul li a .mkd_menu_arrow {
  display: inline-block;
  padding: 0 0 0 5px;
}
.vertical_menu.vertical_menu_side ul li.prev_level a .mkd_menu_arrow {
  padding: 0 5px 0 0;
}
.vertical_menu_to_content .menu-item .second {
  position: absolute;
  top: 0;
  left: calc(100% + 40px);
  width: 100%;
  margin-left: 50px;
  opacity: 0;
  background-color: #1d2022;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.vertical_menu_to_content .menu-item .second * {
  visibility: hidden;
  transition: visibility 0.3s ease-in-out;
}
.vertical_menu_right .vertical_menu_to_content .menu-item .second {
  right: calc(100% + 40px);
  left: inherit;
  margin-right: 50px;
}
.vertical_menu_to_content .menu-item .second.vertical_menu_start {
  margin-left: 0;
  opacity: 1;
  visibility: visible;
}
.vertical_menu_to_content .menu-item .second.vertical_menu_start * {
  visibility: visible;
}
.vertical_menu_to_content .menu-item .second.vertical_menu_start ul li ul,
.vertical_menu_to_content .menu-item .second.vertical_menu_start ul li ul * {
  visibility: hidden;
}
.vertical_menu_to_content
  .menu-item
  .second.vertical_menu_start
  ul
  li
  ul.vertical_submenu_start,
.vertical_menu_to_content
  .menu-item
  .second.vertical_menu_start
  ul
  li
  ul.vertical_submenu_start
  * {
  visibility: visible;
}
.vertical_menu_right
  .vertical_menu_to_content
  .menu-item
  .second.vertical_menu_start {
  margin-right: 0;
  opacity: 1;
}
.vertical_menu_to_content .second .inner ul {
  width: 100%;
}
.vertical_menu_to_content.with_arrow .second:before {
  content: "";
  position: absolute;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-right: 15px solid #fff;
  left: -15px;
  top: 36px;
}
.vertical_menu_to_content li.narrow .second .inner ul {
  border: none;
  padding: 0;
}
.vertical_menu_to_content .second .inner ul li ul {
  position: absolute;
  border: none;
  top: 0;
  left: 100%;
  margin-left: 50px;
  height: auto;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  overflow: hidden;
  z-index: 10;
  background-color: #1d2022;
  padding: 0;
  transition: all 0.3s ease-in-out;
}
.vertical_menu_right .vertical_menu_to_content .second .inner ul li ul {
  right: 100%;
  left: inherit;
  margin-right: 50px;
  margin-left: 0;
}
.vertical_menu_to_content .second .inner ul li ul.vertical_submenu_start {
  opacity: 1;
  margin-left: 0;
  visibility: visible;
}
.vertical_menu_right
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  ul.vertical_submenu_start {
  opacity: 1;
  margin-right: 0;
}
.vertical_menu_to_content .second .inner ul li a {
  display: block;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.3);
  margin: 0;
  padding: 12px 10px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  position: relative;
}
.vertical_menu_to_content .second .inner ul li a:hover {
  color: #fff;
}
nav.vertical_menu_to_content ul li a .mkd_menu_arrow {
  display: none;
}
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden)
  aside.vertical_menu_area
  .vertical_menu_to_content
  .menu-item
  .second,
.vertical_menu_enabled.vertical_menu_transparency_on:not(.vertical_menu_hidden)
  aside.vertical_menu_area
  .vertical_menu_to_content
  .second
  .inner
  ul
  li
  ul {
  background-color: transparent !important;
}
.vertical_menu.vertical_menu_to_content .second .inner > ul > li > a .menu_icon,
nav.vertical_menu > ul > li > a .menu_icon {
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder ul {
  list-style-type: none;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder ul ul {
  padding-left: 15px;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder ul li {
  padding: 5px 0;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder a {
  color: #5d5d5d;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder a:hover {
  color: #393939;
}
aside.vertical_menu_area .vertical_menu_area_widget_holder h4 {
  margin-bottom: 18px;
  color: #333;
}
.popup_menu_inner {
  display: inline-block;
  height: 2px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 13px;
  position: relative;
}
.popup_menu.medium .popup_menu_inner {
  top: -2px;
}
.popup_menu.large .popup_menu_inner {
  top: -3px;
}
.side_menu_button .popup_menu {
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  -ms-transform: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.popup_menu .line {
  background-color: #000;
  height: 2px;
  margin: 0;
  width: 13px;
  top: 0;
  left: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transform: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  position: absolute;
  display: inline-block;
}
.popup_menu .line:after,
.popup_menu .line:before {
  background-color: #000;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  -ms-transform: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  width: 13px;
  z-index: 1;
  -webkit-backface-visibility: hidden;
}
@media only screen and (min-width: 1000px) {
  .dark.header_style_on_scroll .popup_menu:not(.opened) .line,
  .dark.header_style_on_scroll .popup_menu:not(.opened) .line:after,
  .dark.header_style_on_scroll .popup_menu:not(.opened) .line:before,
  .dark:not(.sticky) .popup_menu:not(.opened) .line,
  .dark:not(.sticky) .popup_menu:not(.opened) .line:after,
  .dark:not(.sticky) .popup_menu:not(.opened) .line:before {
    background-color: #000;
  }
  .light.header_style_on_scroll .popup_menu:not(.opened) .line,
  .light.header_style_on_scroll .popup_menu:not(.opened) .line:after,
  .light.header_style_on_scroll .popup_menu:not(.opened) .line:before,
  .light:not(.sticky) .popup_menu:not(.opened) .line,
  .light:not(.sticky) .popup_menu:not(.opened) .line:after,
  .light:not(.sticky) .popup_menu:not(.opened) .line:before {
    background-color: #fff;
  }
}
.popup_menu .line:before {
  top: -4px;
}
.popup_menu .line:after {
  top: 4px;
}
.popup_menu:hover .line,
.popup_menu:hover .line:after,
.popup_menu:hover .line:before {
  background-color: #18cfab;
}
.popup_menu.opened .line {
  background-color: transparent !important;
}
.popup_menu.opened .line:after {
  background-color: #000;
  top: 0 !important;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup_menu.opened .line:before {
  background-color: #000;
  top: 0 !important;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup_menu.opened:hover .line:after,
.popup_menu.opened:hover .line:before {
  background-color: #18cfab;
}
.popup_menu_opened #back_to_top,
.popup_menu_opened #multiscroll-nav.right,
.popup_menu_opened .bottom_header,
.popup_menu_opened .fixed_top_header .header_bottom_center_widget,
.popup_menu_opened .fixed_top_header .header_bottom_right_widget_holder,
.popup_menu_opened .header_top,
.popup_menu_opened .main_menu,
.popup_menu_opened .mkd_search_form_2,
.popup_menu_opened .mkd_search_form_3,
.popup_menu_opened .mobile_menu_button,
.popup_menu_opened .side_menu_button a:not(.popup_menu),
.popup_menu_opened .stick.compound .header_right_top,
.popup_menu_opened header .tooltip {
  visibility: hidden !important;
}
.popup_menu_opened .shopping_cart_header {
  position: relative;
}
.popup_menu_opened .shopping_cart_dropdown {
  right: auto;
}
.popup_menu_opened .mkd_search_form_2 {
  opacity: 0;
  transition: opacity 0s ease 0s;
  -webkit-transition: opacity 0s ease 0s;
  -moz-transition: opacity 0s ease 0s;
}
.popup_menu_holder_outer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden !important;
  visibility: hidden;
  opacity: 0;
  z-index: 105;
}
.popup_menu_opened .popup_menu_holder_outer {
  visibility: visible;
  opacity: 1;
}
.popup_menu_opened {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: hidden;
}
.popup_menu_opened.admin-bar {
  top: 32px;
  height: calc(100% - 32px);
}
.popup_menu_holder {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  display: table;
  background-repeat: repeat;
  background-position: 0 0;
}
.popup_menu_holder_inner {
  display: table-cell;
  vertical-align: middle;
  padding: 160px 0;
}
.touch .popup_menu_holder_outer {
  display: none;
}
.touch .popup_menu_opened .popup_menu_holder_outer {
  display: block;
}
.popup_menu_opened header.fixed.scrolled .header_bottom,
.popup_menu_opened header.scrolled .header_bottom,
.popup_menu_opened header.sticky .header_bottom {
  background-color: transparent !important;
  box-shadow: none;
}
.popup_menu_opened .bottom_header,
.popup_menu_opened .fixed_top_header .top_header,
.popup_menu_opened .header_bottom,
.popup_menu_opened .header_top,
.popup_menu_opened .header_top_bottom_holder,
.popup_menu_opened .top_header {
  background-color: transparent !important;
  border-color: transparent !important;
}
.popup_menu_opened .container .container_inner {
  background-color: transparent !important;
  border-color: transparent !important;
}
.popup_menu_opened .mkd_logo img.dark,
.popup_menu_opened .mkd_logo img.light,
.popup_menu_opened .mkd_logo img.mobile,
.popup_menu_opened .mkd_logo img.normal,
.popup_menu_opened .mkd_logo img.sticky {
  opacity: 0 !important;
}
.popup_menu_opened header .mkd_logo img.popup,
.popup_menu_opened header.sticky .mkd_logo img.popup {
  opacity: 1 !important;
}
nav.popup_menu {
  margin: 0 auto;
  position: relative;
  top: 0;
  text-align: left;
}
nav.popup_menu ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
}
nav.popup_menu > ul {
  display: block;
}
nav.popup_menu ul li {
  margin: 0;
  padding: 0;
  text-align: center;
}
nav.popup_menu ul.sub_menu {
  display: none;
}
nav.popup_menu ul li a {
  font-size: 40px;
  font-weight: 800;
  line-height: 47px;
  letter-spacing: 1px;
  color: #393939;
  padding: 0;
  display: block;
  position: relative;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transform: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
nav.popup_menu ul li a:hover {
  color: #18cfab;
}
nav.popup_menu ul li a span {
  display: inline-block;
  vertical-align: middle;
}
nav.popup_menu ul li ul li a {
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 2px;
  color: #18cfab;
}
nav.popup_menu ul li ul li ul li a {
  font-size: 0.5em;
  line-height: 1em;
}
nav.popup_menu ul li ul li a:hover {
  color: #8d8d8d;
}
.popup_menu.medium .line,
.popup_menu.medium .line:after,
.popup_menu.medium .line:before,
.popup_menu.medium .popup_menu_inner {
  height: 3px;
  width: 19px;
}
.popup_menu.medium .line:before {
  top: -6px;
}
.popup_menu.medium .line:after {
  top: 6px;
}
.popup_menu.large .line,
.popup_menu.large .line:after,
.popup_menu.large .line:before,
.popup_menu.large .popup_menu_inner {
  height: 4px;
  width: 24px;
}
.popup_menu.large .line:before {
  top: -8px;
}
.popup_menu.large .line:after {
  top: 8px;
}
.fullscreen_menu_widget_holder {
  text-align: center;
  margin-top: 20px;
}
.fullscreen_above_menu_widget_holder {
  text-align: center;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
.fade_push_text_right .popup_menu_holder_outer,
.fade_push_text_top .popup_menu_holder_outer,
.fade_text_scaledown .popup_menu_holder_outer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  visibility: hidden;
  overflow: hidden !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: fixed;
  z-index: 105;
  opacity: 0;
}
.fade_out .popup_menu_holder_outer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: fade_out 0.25s linear both;
  animation: fade_out 0.25s linear both;
}
.popup_menu_opened.fade_in .popup_menu_holder_outer {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-animation: fade_in 0.25s linear both;
  animation: fade_in 0.25s linear both;
}
@-webkit-keyframes push_text_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push_text_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes push_nav_right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.popup_menu_opened.fade_push_text_right
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder
  > div,
.popup_menu_opened.fade_push_text_right
  .popup_menu_holder_outer
  .fullscreen_menu_widget_holder
  > div,
.popup_menu_opened.fade_push_text_right
  .popup_menu_holder_outer
  nav
  > ul
  > li
  > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1)
    both;
  animation: push_text_right 0.4s cubic-bezier(0.175, 0.885, 0.32, 1) both;
}
.fade_push_text_right.push_nav_right
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder,
.fade_push_text_right.push_nav_right
  .popup_menu_holder_outer
  .fullscreen_menu_widget_holder,
.fade_push_text_right.push_nav_right .popup_menu_holder_outer nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -o-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transform: translateX(50px);
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}
@-webkit-keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes push_text_top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.popup_menu_opened.fade_push_text_top
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder
  > div,
.popup_menu_opened.fade_push_text_top
  .popup_menu_holder_outer
  .fullscreen_menu_widget_holder
  > div,
.popup_menu_opened.fade_push_text_top
  .popup_menu_holder_outer
  nav
  > ul
  > li
  > a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-animation: push_text_top 0.4s ease-out both 0.5s;
  animation: push_text_top 0.4s ease-out both 0.5s;
}
.fade_push_text_top.push_text_top
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder,
.fade_push_text_top.push_text_top
  .popup_menu_holder_outer
  .fullscreen_menu_widget_holder,
.fade_push_text_top.push_text_top .popup_menu_holder_outer nav {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -ms-transform: translateY(-30px);
  -moz-transform: translateY(-30px);
  -o-transform: translateY(-30px);
  transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transition: all 0.75s ease-out;
  -webkit-transition: all 0.75s ease-out;
}
.popup_menu_opened.fade_text_scaledown
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder,
.popup_menu_opened.fade_text_scaledown
  .popup_menu_holder_outer
  .fullscreen_menu_widget_holder,
.popup_menu_opened.fade_text_scaledown .popup_menu_holder_outer nav {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
  transition: all 0.25s linear 0.1s;
  -webkit-transition: all 0.25s linear 0.1s;
}
.fade_text_scaledown
  .popup_menu_holder_outer
  .fullscreen_above_menu_widget_holder,
.fade_text_scaledown .popup_menu_holder_outer .fullscreen_menu_widget_holder,
.fade_text_scaledown .popup_menu_holder_outer nav {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 0;
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transition: all 0.25s linear 0.1s;
  -webkit-transition: all 0.25s linear 0.1s;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.boxed .carousel-inner {
  width: 1150px;
  left: auto !important;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  box-sizing: border-box;
}
.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}
.carousel-inner .video {
  position: static;
  left: 0;
  direction: ltr;
}
.safari_browser .carousel-inner video.video {
  object-fit: inherit;
  width: 100% !important;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel.fade .item {
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 1;
}
.carousel.fade .active.left,
.carousel.fade .active.right {
  opacity: 0;
}
.carousel.fade .active.item {
  opacity: 1;
}
.carousel.fade .active.left,
.carousel.fade .active.right {
  left: 0;
  z-index: 2;
  opacity: 0;
}
.carousel.fade .next,
.carousel.fade .prev {
  left: 0;
  z-index: 1;
}
.carousel.vertical_up:not(.has_height) .carousel-inner {
  height: 100%;
}
.carousel.vertical_up .carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.carousel.vertical_up .carousel-inner > .active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.carousel.vertical_up .carousel-inner > .next {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
}
.carousel.vertical_up .carousel-inner > .prev {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
}
.carousel.vertical_up .carousel-inner > .next.left,
.carousel.vertical_up .carousel-inner > .prev.right {
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.carousel.vertical_up .carousel-inner > .active.left {
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
  left: 0;
}
.carousel.vertical_up .carousel-inner > .active.right {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
}
.carousel.vertical_down:not(.has_height) .carousel-inner {
  height: 100%;
}
.carousel.vertical_down .carousel-inner > .item {
  -webkit-transition: -webkit-transform 0.6s ease;
  -ms-transition: -ms-transform 0.6s ease;
  transition: transform 0.6s ease;
}
.carousel.vertical_down .carousel-inner > .active {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.carousel.vertical_down .carousel-inner > .next {
  -webkit-transform: translateY(-99%);
  -ms-transform: translateY(-99%);
  transform: translateY(-99%);
  left: 0;
}
.carousel.vertical_down .carousel-inner > .prev {
  -webkit-transform: translateY(99%);
  -ms-transform: translateY(99%);
  transform: translateY(99%);
  left: 0;
}
.carousel.vertical_down .carousel-inner > .next.left,
.carousel.vertical_down .carousel-inner > .prev.right {
  left: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.carousel.vertical_down .carousel-inner > .active.left {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  left: 0;
}
.carousel.vertical_down .carousel-inner > .active.right {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  left: 0;
}
.carousel.slide_cover .carousel-inner > .next {
  z-index: 99;
}
.carousel.slide_cover .carousel-inner > .prev {
  z-index: 100;
}
.carousel.slide_cover .carousel-inner > .active.left {
  left: -30%;
}
.carousel.slide_cover .carousel-inner > .active.right {
  left: 30%;
}
.carousel-indicators {
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translate3d(-50%, 0, 0);
  -webkit-transform: translate3d(-50%, 0, 0);
  z-index: 15;
  padding: 0 !important;
  text-align: center;
  list-style: none;
}
.carousel-indicators:not(.thumbnails) li {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 1px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
}
.carousel-indicators.thumbnails {
  bottom: 25px;
  width: 80%;
}
.carousel-indicators.thumbnails li {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-right: 5px;
  width: 160px !important;
  height: 100px !important;
}
.carousel-indicators.thumbnails li:last-child {
  margin-right: 0;
}
.carousel-indicators.thumbnails li .thumb_frame {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  z-index: 100;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.carousel-indicators.thumbnails li .thumb_frame_inner {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
  border: 5px solid #fff;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.carousel-indicators.thumbnails.dark li .thumb_frame_inner {
  border-color: #000;
}
.carousel-indicators.thumbnails li:hover .thumb_frame {
  opacity: 1;
}
.carousel-indicators.thumbnails li.active .thumb_frame,
.carousel-indicators.thumbnails li.active .thumb_frame_inner {
  opacity: 1;
}
.carousel-indicators.thumbnails li img {
  width: 100%;
  height: 100%;
  transform: translateZ(0);
}
.mkd_slider .carousel-indicators li img {
  -webkit-backface-visibility: hidden;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 40px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .icon-next,
  .carousel-control .icon-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
}
.carousel {
  margin-bottom: 0;
}
.carousel.full_screen {
  height: 1500px;
}
.mkd_slider_preloader {
  width: 100%;
  background-color: #1c1c1c;
  position: absolute;
  z-index: 20;
}
.mkd_slider_preloader {
  height: 1500px;
}
.carousel:not(.full_screen) .mkd_slider_preloader .ajax_loader {
  position: absolute;
}
.vertical_menu_enabled .mkd_slider_preloader .ajax_loader {
  margin-top: 0 !important;
}
.carousel-inner .slider_content_outer {
  position: relative;
  height: 100%;
  width: 1100px;
  margin: 0 auto;
  z-index: 12;
}
.carousel-inner .slide_full_width .slider_content_outer {
  width: 100% !important;
}
.carousel-inner .slider_content {
  position: absolute;
  width: 100%;
}
.carousel-inner .item.content_vertical_middle .slider_content_outer {
  display: table;
}
.carousel-inner .item.content_vertical_middle .slider_content {
  display: table-cell;
  vertical-align: middle;
  position: static;
}
.carousel-inner .item.content_vertical_middle .slider_content .thumb {
  height: auto;
}
.vertical_menu_enabled .carousel-inner .item.content_vertical_middle {
  padding-top: 0 !important;
}
.carousel-inner
  .item.content_vertical_middle.content_vertical_middle_with_bottom_padding {
  padding-bottom: 155px;
}
@media only screen and (min-width: 800px) {
  .navigation_bottom_left.content_next_to_arrows
    .carousel-inner
    .slider_content_outer,
  .navigation_bottom_right.content_next_to_arrows
    .carousel-inner
    .slider_content_outer {
    width: 100%;
  }
}
.navigation_bottom_left.content_next_to_arrows .carousel-inner .slider_content,
.navigation_bottom_right.content_next_to_arrows
  .carousel-inner
  .slider_content {
  right: 280px !important;
  bottom: 50px !important;
  left: auto !important;
  top: auto !important;
  height: auto !important;
  width: auto !important;
}
.navigation_bottom_left.content_next_to_arrows .carousel-inner .slider_content {
  left: 280px !important;
  bottom: 50px !important;
  right: auto !important;
}
.navigation_bottom_left.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text,
.navigation_bottom_left.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text
  h2,
.navigation_bottom_right.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text,
.navigation_bottom_right.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text
  h2 {
  margin: 0;
}
.navigation_bottom_left.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text
  h2,
.navigation_bottom_right.content_next_to_arrows
  .carousel-inner
  .slider_content
  .text
  h2 {
  line-height: 50px;
}
.carousel-inner .slider_content .slide_anchor_holder {
  margin-top: 8%;
  position: relative;
  top: 80px;
}
.carousel-inner .slider_content .slide_anchor_holder .scroll-text {
  margin-top: 10px;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.carousel-inner
  .slider_content
  .slide_anchor_holder.slider_anchor_on_bottom_of_the_slider {
  bottom: 10%;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  margin: 0;
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
}
.carousel-inner
  .item.dark
  .slider_content
  .text
  .slide_anchor_holder
  .slide_anchor_button {
  color: #000;
}
.carousel-inner .slider_content .slide_anchor_holder .slide_anchor_button {
  font-size: 51px;
  color: #fff;
}
.carousel-inner .slider_content .thumb {
  height: 100%;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
}
.carousel-inner .slider_content.left {
  text-align: left;
}
.carousel-inner .slider_content.right {
  text-align: right;
}
.carousel-inner .slider_content.left .thumb,
.carousel-inner .slider_content.right .thumb {
  display: inline-block;
}
.carousel-inner .slider_content.center .thumb {
  text-align: center;
}
.carousel-inner .slider_content.center {
  text-align: center;
}
.carousel-inner .slider_content .thumb.flip {
  opacity: 0;
}
.carousel-inner .active .slider_content .thumb.flip {
  -webkit-animation: rotate 0.6s 1 ease-out;
  -moz-animation: rotate 0.6s 1 ease-out;
  -o-animation: rotate 0.6s 1 ease-out;
  animation: rotate 0.6s 1 ease-out;
  opacity: 1;
}
.carousel-inner .slider_content .thumb.fade {
  opacity: 0;
}
.carousel-inner .active .slider_content .thumb.fade {
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  opacity: 1;
}
.carousel-inner .slider_content .thumb.from_right {
  opacity: 0;
  position: relative;
  right: -70px;
}
.carousel-inner .active .slider_content .thumb.from_right {
  -webkit-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner .slider_content .thumb.from_left {
  opacity: 0;
  position: relative;
  left: -70px;
}
.carousel-inner .active .slider_content .thumb.from_left {
  -webkit-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-one-by-one-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner .slider_content .thumb.from_top {
  opacity: 0;
  position: relative;
  top: -70px;
}
.carousel-inner .active .slider_content .thumb.from_top {
  -webkit-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-one-by-one-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner .slider_content .thumb.from_bottom {
  opacity: 0;
  position: relative;
  top: 70px;
}
.carousel-inner .active .slider_content .thumb.from_bottom {
  -webkit-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.no-touch .carousel-inner .slider_content .thumb.clip_anim_hor,
.no-touch .carousel-inner .slider_content .thumb.clip_anim_puzzle,
.no-touch .carousel-inner .slider_content .thumb.clip_anim_ver {
  display: inline-block;
  position: relative;
}
.touch .carousel-inner .slider_content .thumb.clip_anim_hor,
.touch .carousel-inner .slider_content .thumb.clip_anim_puzzle,
.touch .carousel-inner .slider_content .thumb.clip_anim_ver {
  opacity: 0;
}
.no-touch .carousel-inner .slider_content .thumb.clip_anim_hor img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: clip_anim_hor 1.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: clip_anim_hor 1.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.touch .carousel-inner .active .slider_content .thumb.clip_anim_hor {
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  opacity: 1;
}
@-webkit-keyframes clip_anim_hor {
  0% {
    clip: rect(0, 300px, 326px, 170px);
    opacity: 0;
  }
  20% {
    clip: rect(0, 400px, 326px, 320px);
    opacity: 0.2;
  }
  40% {
    clip: rect(0, 140px, 326px, 60px);
    opacity: 0.4;
  }
  60% {
    clip: rect(0, 400px, 326px, 300px);
    opacity: 0.6;
  }
  80% {
    clip: rect(0, 200px, 326px, 0);
    opacity: 0.8;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 1;
  }
}
@keyframes clip_anim_hor {
  0% {
    clip: rect(0, 300px, 326px, 170px);
    opacity: 0;
  }
  20% {
    clip: rect(0, 400px, 326px, 320px);
    opacity: 0.2;
  }
  40% {
    clip: rect(0, 140px, 326px, 60px);
    opacity: 0.4;
  }
  60% {
    clip: rect(0, 400px, 326px, 300px);
    opacity: 0.6;
  }
  80% {
    clip: rect(0, 200px, 326px, 0);
    opacity: 0.8;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 1;
  }
}
.no-touch .carousel-inner .slider_content .thumb.clip_anim_ver img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: clip_anim_ver 1.75s cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: clip_anim_ver 1.75s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.touch .carousel-inner .active .slider_content .thumb.clip_anim_ver {
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  opacity: 1;
}
@-webkit-keyframes clip_anim_ver {
  0% {
    clip: rect(0, 470px, 90px, 0);
    opacity: 0;
  }
  20% {
    clip: rect(200px, 470px, 280px, 0);
    opacity: 0.2;
  }
  40% {
    clip: rect(50px, 470px, 140px, 0);
    opacity: 0.4;
  }
  60% {
    clip: rect(200px, 470px, 300px, 0);
    opacity: 0.6;
  }
  80% {
    clip: rect(0, 470px, 120px, 0);
    opacity: 0.8;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 1;
  }
}
@keyframes clip_anim_ver {
  0% {
    clip: rect(0, 470px, 90px, 0);
    opacity: 0;
  }
  20% {
    clip: rect(250px, 470px, 300px, 0);
    opacity: 0.2;
  }
  40% {
    clip: rect(100px, 470px, 170px, 0);
    opacity: 0.4;
  }
  60% {
    clip: rect(200px, 470px, 260px, 0);
    opacity: 0.6;
  }
  80% {
    clip: rect(50px, 470px, 120px, 0);
    opacity: 0.8;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 0.8;
  }
}
.no-touch .carousel-inner .slider_content .thumb.clip_anim_puzzle img {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation: clip_anim_puzzle 1.75s;
  animation: clip_anim_puzzle 1.75s;
}
.touch .carousel-inner .active .slider_content .thumb.clip_anim_puzzle {
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  opacity: 1;
}
@-webkit-keyframes clip_anim_puzzle {
  0% {
    clip: rect(163px, 235px, 163px, 235px);
    opacity: 0;
  }
  10% {
    clip: rect(163px, 235px, 326px, 0);
    opacity: 0.2;
  }
  20% {
    clip: rect(163px, 470px, 326px, 235px);
    opacity: 0.3;
  }
  30% {
    clip: rect(0, 470px, 163px, 235px);
    opacity: 0.4;
  }
  40% {
    clip: rect(0, 235px, 163px, 0);
    opacity: 0.5;
  }
  50% {
    clip: rect(163px, 235px, 326px, 0);
    opacity: 0.6;
  }
  60% {
    clip: rect(163px, 470px, 326px, 235px);
    opacity: 0.7;
  }
  70% {
    clip: rect(0, 470px, 163px, 235px);
    opacity: 0.8;
  }
  80% {
    clip: rect(0, 235px, 163px, 0);
    opacity: 0.9;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 1;
  }
}
@keyframes clip_anim_puzzle {
  0% {
    clip: rect(163px, 235px, 163px, 235px);
    opacity: 0;
  }
  10% {
    clip: rect(163px, 235px, 326px, 0);
    opacity: 0.2;
  }
  20% {
    clip: rect(163px, 470px, 326px, 235px);
    opacity: 0.3;
  }
  30% {
    clip: rect(0, 470px, 163px, 235px);
    opacity: 0.4;
  }
  40% {
    clip: rect(0, 235px, 163px, 0);
    opacity: 0.5;
  }
  50% {
    clip: rect(163px, 235px, 326px, 0);
    opacity: 0.6;
  }
  60% {
    clip: rect(163px, 470px, 326px, 235px);
    opacity: 0.7;
  }
  70% {
    clip: rect(0, 470px, 163px, 235px);
    opacity: 0.8;
  }
  80% {
    clip: rect(0, 235px, 163px, 0);
    opacity: 0.9;
  }
  100% {
    clip: rect(0, 470px, 326px, 0);
    opacity: 1;
  }
}
.carousel-inner .slider_content .thumb img {
  max-height: 100%;
}
.carousel-inner .slider_content .text {
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 15px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carousel-inner .slider_content .slider_content_inner.all_at_once,
.carousel-inner .slider_content .text.all_at_once {
  opacity: 0;
}
.carousel-inner .slider_content .slider_content_inner.one_by_one,
.carousel-inner .slider_content .text.one_by_one {
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
  opacity: 1;
}
.carousel-inner .active .slider_content .text.all_at_once.from_bottom,
.carousel-inner .slider_content .slider_content_inner.all_at_once.from_bottom {
  -webkit-animation: text-from-bottom 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-from-bottom 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-from-bottom 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-from-bottom 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@-webkit-keyframes text-from-bottom {
  0% {
    -webkit-transform: translate(0, 15%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes text-from-bottom {
  0% {
    -moz-transform: translate(0, 15%);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes text-from-bottom {
  0% {
    -o-transform: translate(0, 15%);
    opacity: 0.5;
  }
  50% {
    -o-transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes text-from-bottom {
  0% {
    transform: translate(0, 15%);
    opacity: 0;
  }
  50% {
    transform: translate(0, 15%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.all_at_once.from_top,
.carousel-inner .active .slider_content .text.all_at_once.from_top {
  -webkit-animation: text-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@-webkit-keyframes text-from-top {
  0% {
    -webkit-transform: translate(0, -15%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes text-from-top {
  0% {
    -moz-transform: translate(0, -15%);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes text-from-top {
  0% {
    -o-transform: translate(0, -15%);
    opacity: 0.5;
  }
  50% {
    -o-transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes text-from-top {
  0% {
    transform: translate(0, -15%);
    opacity: 0;
  }
  50% {
    transform: translate(0, -15%);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.all_at_once.from_left,
.carousel-inner .active .slider_content .text.all_at_once.from_left {
  -webkit-animation: text-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@-webkit-keyframes text-from-left {
  0% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes text-from-left {
  0% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes text-from-left {
  0% {
    -o-transform: translate(-15%, 0);
    opacity: 0.5;
  }
  50% {
    -o-transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes text-from-left {
  0% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(-15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.all_at_once.from_right,
.carousel-inner .active .slider_content .text.all_at_once.from_right {
  -webkit-animation: text-from-right 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -moz-animation: text-from-right 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-animation: text-from-right 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  animation: text-from-right 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
}
@-webkit-keyframes text-from-right {
  0% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@-moz-keyframes text-from-right {
  0% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  50% {
    -moz-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0, 0);
    opacity: 1;
  }
}
@-o-keyframes text-from-right {
  0% {
    -o-transform: translate(15%, 0);
    opacity: 0.5;
  }
  50% {
    -o-transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes text-from-right {
  0% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  50% {
    transform: translate(15%, 0);
    opacity: 0;
  }
  100% {
    transform: translate(0, 0);
    opacity: 1;
  }
}
.carousel-inner .active .slider_content .slider_content_inner.all_at_once.fade,
.carousel-inner .active .slider_content .text.all_at_once.fade {
  -webkit-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -moz-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  -o-animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  animation: fade 0.6s 1 cubic-bezier(0.5, 0.11, 0.805, 0.32);
  opacity: 1;
}
.carousel-inner .slider_content .slider_content_inner.one_by_one.from_bottom,
.carousel-inner .slider_content .text.one_by_one.from_bottom .el {
  opacity: 0;
  position: relative;
  top: 70px;
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.one_by_one.from_bottom,
.carousel-inner .active .slider_content .text.one_by_one.from_bottom .el {
  -webkit-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  animation: text-from-bottom-one-by-one 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(4) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(5) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(7) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(8) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(9) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_bottom
  .el:nth-child(10) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.carousel-inner .slider_content .slider_content_inner.one_by_one.from_top,
.carousel-inner .slider_content .text.one_by_one.from_top .el {
  opacity: 0;
  position: relative;
  top: -70px;
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.one_by_one.from_top,
.carousel-inner .active .slider_content .text.one_by_one.from_top .el {
  -webkit-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-animation: text-one-by-one-from-top 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  animation: text-one-by-one-from-top 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1)
    0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(4) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(5) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(7) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(8) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(9) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_top
  .el:nth-child(10) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
@-webkit-keyframes text-one-by-one-from-top {
  0% {
    top: -70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes text-one-by-one-from-top {
  0% {
    top: -70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes text-one-by-one-from-top {
  0% {
    top: -70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes text-one-by-one-from-top {
  0% {
    top: -70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.carousel-inner .slider_content .slider_content_inner.one_by_one.from_left,
.carousel-inner .slider_content .text.one_by_one.from_left .el {
  opacity: 0;
  position: relative;
  left: -70px;
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.one_by_one.from_left,
.carousel-inner .active .slider_content .text.one_by_one.from_left .el {
  -webkit-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-animation: text-one-by-one-from-left 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  animation: text-one-by-one-from-left 0.6s 1 cubic-bezier(0.165, 0.84, 0.44, 1)
    0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(4) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(5) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(7) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(8) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(9) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_left
  .el:nth-child(10) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
@-webkit-keyframes text-one-by-one-from-left {
  0% {
    left: -70px;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-moz-keyframes text-one-by-one-from-left {
  0% {
    left: -70px;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-o-keyframes text-one-by-one-from-left {
  0% {
    left: -70px;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes text-one-by-one-from-left {
  0% {
    left: -70px;
    opacity: 0;
  }
  50% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
.carousel-inner .slider_content .slider_content_inner.one_by_one.from_right,
.carousel-inner .slider_content .text.one_by_one.from_right .el {
  opacity: 0;
  position: relative;
  right: -70px;
}
.carousel-inner
  .active
  .slider_content
  .slider_content_inner.one_by_one.from_right,
.carousel-inner .active .slider_content .text.one_by_one.from_right .el {
  -webkit-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -moz-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -o-animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  animation: text-one-by-one-from-right 0.6s 1
    cubic-bezier(0.165, 0.84, 0.44, 1) 0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(4) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(5) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(7) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(8) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(9) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.from_right
  .el:nth-child(10) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
@-webkit-keyframes text-one-by-one-from-right {
  0% {
    right: -70px;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-moz-keyframes text-one-by-one-from-right {
  0% {
    right: -70px;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@-o-keyframes text-one-by-one-from-right {
  0% {
    right: -70px;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes text-one-by-one-from-right {
  0% {
    right: -70px;
    opacity: 0;
  }
  50% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
.carousel-inner .slider_content .slider_content_inner.one_by_one.fade,
.carousel-inner .slider_content .text.one_by_one.fade .el {
  opacity: 0;
  position: relative;
}
.carousel-inner .active .slider_content .slider_content_inner.one_by_one.fade,
.carousel-inner .active .slider_content .text.one_by_one.fade .el {
  -webkit-animation: fade 0.6s cubic-bezier(0.5, 0.11, 0.805, 0.32) 0.1s;
  -moz-animation: fade 0.6s cubic-bezier(0.5, 0.11, 0.805, 0.32) 0.1s;
  -o-animation: fade 0.6s cubic-bezier(0.5, 0.11, 0.805, 0.32) 0.1s;
  animation: fade 0.6s cubic-bezier(0.5, 0.11, 0.805, 0.32) 0.1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 1;
  -webkit-transform: translateZ(0);
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(2) {
  animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(3) {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(4) {
  animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(5) {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(6) {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(7) {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(8) {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}
.carousel-inner .active .slider_content .text.one_by_one.fade .el:nth-child(9) {
  animation-delay: 1.7s;
  -webkit-animation-delay: 1.7s;
}
.carousel-inner
  .active
  .slider_content
  .text.one_by_one.fade
  .el:nth-child(10) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(1) {
  animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(2) {
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(3) {
  animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(4) {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(5) {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(6) {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(7) {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(8) {
  animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(9) {
  animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
}
.carousel-inner
  .has_thumbnail.active
  .slider_content
  .text.one_by_one
  .el:nth-child(10) {
  animation-delay: 2s;
  -webkit-animation-delay: 2s;
}
.carousel-inner .slider_content .el {
  width: 100%;
}
.carousel-inner .slider_content .el > div {
  display: inline-block;
  vertical-align: middle;
  width: inherit;
}
.carousel-inner .slider_content .slide_buttons_holder {
  display: inline-block;
  width: 100%;
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton {
  margin: 30px 10px 0;
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton:first-child {
  margin-left: 0;
}
.carousel-inner .slider_content .slide_buttons_holder .qbutton:last-child {
  margin-right: 0;
}
.carousel-inner .slider_content .slide_buttons_holder .button_icon {
  -webkit-transition: initial;
}
.carousel-inner .slider_content .text .qbutton:not(.white):hover {
  color: #fff;
  border-color: #fff;
}
.carousel-inner .item.dark .slider_content .text .qbutton {
  border-color: #303030;
  background-color: #303030;
  color: #fff;
}
.carousel-inner .item.dark .slider_content .text .qbutton:hover {
  background-color: transparent;
  color: #303030;
}
.carousel-inner .item.dark .slider_content .text .qbutton.white {
  background-color: transparent;
  color: #303030;
}
.carousel-inner .item.dark .slider_content .text .qbutton.white:hover {
  background-color: #303030;
  color: #fff !important;
  border-color: #303030;
}
.carousel-inner h2 {
  clear: both;
  font-size: 64px;
  line-height: 1.3125em;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 14px;
}
.carousel-inner h2 a {
  font-family: inherit !important;
  font-size: inherit !important;
  font-style: inherit !important;
  font-weight: inherit !important;
  letter-spacing: inherit !important;
  line-height: inherit !important;
  text-transform: inherit !important;
}
.carousel-inner h3 {
  color: #fff;
  margin: 0 0 14px;
  line-height: 1.3125em;
}
.carousel-inner h2 span,
.carousel-inner h3 span {
  display: inline-block;
}
.carousel-inner h3.mkd_slide_text {
  margin: 0;
  clear: both;
}
.carousel-inner .vc_text_separator.full .separator_content {
  letter-spacing: 0;
  color: #fff;
  font-size: 24px;
  line-height: 1.3125em;
  font-weight: 400;
}
.carousel-inner .dark h2,
.carousel-inner .dark h3 {
  color: #000;
}
.carousel-inner .left .text,
.carousel-inner .left h2,
.carousel-inner .left h3 {
  text-align: left;
}
.carousel-inner .center .text,
.carousel-inner .center h2,
.carousel-inner .center h3 {
  text-align: center;
}
.carousel-inner .right .text,
.carousel-inner .right h2,
.carousel-inner .right h3 {
  text-align: right;
}
.carousel-inner {
  left: 0 !important;
  position: fixed;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.carousel-inner.relative_position,
.touch .carousel-inner {
  position: relative;
}
.carousel-inner .item img {
  display: inline-block !important;
}
.touch .carousel-inner .item {
  background-position: center 0 !important;
}
.carousel-inner .item .image {
  position: absolute;
  top: 0;
  left: 0;
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 110%;
}
@media only screen and (min-width: 1000px) {
  .carousel-inner .item.animate_image.zoom_center .image {
    position: absolute;
    top: 0;
    left: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 110%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .carousel-inner .item.animate_image.zoom_bottom_left .image,
  .carousel-inner .item.animate_image.zoom_bottom_right .image,
  .carousel-inner .item.animate_image.zoom_top_left .image,
  .carousel-inner .item.animate_image.zoom_top_right .image {
    position: absolute;
    top: -12%;
    left: -12%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 125%;
    height: 125%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  .carousel-inner .item.animate_image.zoom_bottom_left .image,
  .carousel-inner .item.animate_image.zoom_bottom_right .image,
  .carousel-inner .item.animate_image.zoom_center .image,
  .carousel-inner .item.animate_image.zoom_top_left .image,
  .carousel-inner .item.animate_image.zoom_top_right .image {
    transform: none !important;
    -webkit-transform: none !important;
  }
}
.carousel-inner .item .image img {
  display: none !important;
  width: 0;
  height: 0;
}
.carousel-inner .item .image_pattern {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.carousel-control {
  top: 0;
  width: 8%;
  height: 100%;
  text-shadow: none;
  position: absolute;
  z-index: 2 !important;
  margin: 0;
  outline: 0;
  cursor: pointer;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -ms-transform: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}
.carousel-control.right {
  right: 0;
  left: auto;
}
.carousel-control:hover {
  opacity: 1 !important;
}
.carousel-control .next_nav,
.carousel-control .prev_nav {
  position: absolute;
  top: 50%;
  margin-top: -38px;
  height: 76px;
  width: 76px;
  line-height: 76px;
  font-size: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid transparent;
  text-align: center;
  z-index: 10;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s,
    right 0.6s ease-in-out 0.3s, width 0.3s cubic-bezier(1, -0.51, 0.54, 2.17);
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s,
    right 0.6s ease-in-out 0.3s, width 0.3s cubic-bezier(1, -0.51, 0.54, 2.17);
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s,
    right 0.6s ease-in-out 0.3s, width 0.3s cubic-bezier(1, -0.51, 0.54, 2.17);
  -ms-transform: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s,
    right 0.6s ease-in-out 0.3s, width 0.3s cubic-bezier(1, -0.51, 0.54, 2.17);
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, left 0.6s ease-in-out 0.3s,
    right 0.6s ease-in-out 0.3s, width 0.3s cubic-bezier(1, -0.51, 0.54, 2.17);
}
.carousel-control.left:hover .prev_nav,
.carousel-control.right:hover .next_nav {
  background-color: rgba(0, 0, 0, 0.5);
  width: 90px;
}
.carousel-control span span {
  display: block;
  line-height: inherit;
}
.carousel-control .prev_nav {
  left: 0;
}
.carousel-control .next_nav {
  right: 0;
}
.carousel-control .thumb_holder {
  width: 150px;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 50%;
}
.carousel-control.left .thumb_holder {
  left: -200px;
  -webkit-transition: left 0.6s ease-in-out 0.3s;
  -moz-transition: left 0.6s ease-in-out 0.3s;
  -o-transition: left 0.6s ease-in-out 0.3s;
  -ms-transform: left 0.6s ease-in-out 0.3s;
  transition: left 0.6s ease-in-out 0.3s;
}
.in_progress .carousel-control.left .thumb_holder {
  left: -200px !important;
}
.carousel-control.right .thumb_holder {
  right: -200px;
  -webkit-transition: right 0.6s ease-in-out 0.3s;
  -moz-transition: right 0.6s ease-in-out 0.3s;
  -o-transition: right 0.6s ease-in-out 0.3s;
  -ms-transform: right 0.6s ease-in-out 0.3s;
  transition: right 0.6s ease-in-out 0.3s;
}
.in_progress .carousel-control.right .thumb_holder {
  right: -200px !important;
}
.carousel-control .thumb-arrow {
  height: 50px;
  line-height: 50px;
  font-size: 25px;
}
.carousel-control .numbers span {
  font-family: "Open Sans", sans-serif;
  display: inline;
}
.carousel-control.left .thumb-arrow {
  float: left;
  padding: 0 0 0 20px;
}
.carousel-control.left .numbers {
  float: right;
  padding: 0 20px 0 0;
}
.carousel-control.right .thumb-arrow {
  float: right;
  padding: 0 20px 0 0;
}
.carousel-control.right .numbers {
  float: left;
  padding: 0 0 0 20px;
}
.carousel-control .next_nav .numbers,
.carousel-control .prev_nav .numbers {
  float: none;
  padding: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  font-size: 14px;
  line-height: 37px;
  height: 37px;
  background-color: rgba(0, 0, 0, 0.6);
}
.carousel-control .img {
  clear: both;
  width: 150px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 -2px 0;
}
.thumb_holder .img img {
  vertical-align: middle;
}
.slider_content .separator {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  border: none;
}
.mkd_slide_title .separator .slide_separator_dots {
  position: absolute;
  border-radius: 50%;
}
.mkd_slide_title .separator_left .slide_separator_dots {
  right: 0;
}
.mkd_slide_title .separator_right .slide_separator_dots {
  left: 0;
}
@media (max-width: 1200px) {
  .carousel-inner h2 {
    margin-top: 0;
  }
}
@media (max-width: 1000px) {
  .carousel-inner {
    position: relative;
  }
  .carousel-inner > .item {
    padding-top: 0 !important;
  }
  .carousel .carousel-inner .slider_content_outer {
    display: table;
    box-sizing: border-box;
    display: table;
    padding: 0 5px;
  }
  .carousel .carousel-inner .slider_content .thumb {
    height: auto;
  }
  .carousel .carousel-inner .slider_content {
    display: table-cell;
    vertical-align: middle;
    position: static;
    top: 0 !important;
    left: 0 !important;
  }
  .carousel .carousel-inner .graphic_content {
    text-align: center;
  }
}
@media (max-width: 567px) {
  .carousel-control {
    display: none;
  }
  .ls-container .ls-nav-next,
  .ls-container .ls-nav-prev {
    display: none !important;
  }
}
@media (max-width: 350px) {
  .carousel .carousel-inner .slider_content_outer {
    width: 100% !important;
  }
}
.carousel-indicators:not(.thumbnails) li {
  vertical-align: middle;
  background-color: transparent;
  border: 2px solid rgba(255, 255, 255, 0.4);
  margin: 0 3px;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  -ms-transform: background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
}
.carousel-indicators.dark:not(.thumbnails) li {
  border: 2px solid rgba(0, 0, 0, 0.4);
}
.carousel-indicators:not(.thumbnails) .active {
  background-color: #fff;
  border-color: #fff;
  margin: 0 3px;
}
.carousel-indicators.dark:not(.thumbnails) .active {
  background-color: #000;
  border-color: #000;
}
.controls_holder span .slider_custom_nav {
  display: block;
  vertical-align: middle;
}
.controls_holder span .slider_custom_nav img {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  50% {
    -webkit-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -webkit-transform: perspective(600px) rotateX(0) scale(1);
    opacity: 1;
  }
}
@-moz-keyframes rotate {
  0% {
    -moz-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  50% {
    -moz-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    -moz-transform: perspective(600px) rotateX(0) scale(1);
    opacity: 1;
  }
}
@-o-keyframes rotate {
  0% {
    -o-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0.2;
  }
  50% {
    -o-transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0.2;
  }
  100% {
    -o-transform: perspective(600px) rotateX(0) scale(1);
    opacity: 1;
  }
}
@keyframes rotate {
  0% {
    transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  50% {
    transform: perspective(600px) rotateX(90deg) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: perspective(600px) rotateX(0) scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes text-from-bottom-one-by-one {
  0% {
    top: 70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-moz-keyframes text-from-bottom-one-by-one {
  0% {
    top: 70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@-o-keyframes text-from-bottom-one-by-one {
  0% {
    top: 70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
@keyframes text-from-bottom-one-by-one {
  0% {
    top: 70px;
    opacity: 0;
  }
  50% {
    top: 0;
    opacity: 1;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.carousel .video .mobile-video-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.carousel .video .video-overlay {
  height: 3000px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.carousel .video .video-overlay.active {
  background-image: url(img/pixel-video.png);
  background-position: 0 0;
  background-repeat: repeat;
  opacity: 1;
}
.carousel .video .video-overlay img {
  display: none !important;
}
.carousel .video .video-wrap {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.carousel .video .video-wrap .mejs-poster {
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
}
.carousel .video .video-wrap .mejs-container .mejs-controls {
  display: none !important;
}
.carousel .video .video-wrap .mejs-controls .mejs-button button:focus {
  outline: 0 !important;
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important;
}
.carousel .video .video-wrap .mejs-container {
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
}
.carousel .video .video-wrap .mejs-mediaelement {
  background: 0 0 !important;
  border: 0 !important;
}
.carousel .video .video-wrap .mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important;
}
.carousel .video .video-wrap .mejs-controls button {
  opacity: 0.8;
}
.carousel .video .video-wrap .mejs-controls button:hover,
.mejs-controls .mejs-fullscreen-button:hover button {
  opacity: 1 !important;
}
.carousel .video .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #1f1f1f none repeat scroll 0 0 !important;
}
.carousel
  .video
  .video-wrap
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: 0 0 !important;
}
.mkd_slider .has_custom_cursor .next_nav,
.mkd_slider .has_custom_cursor .prev_nav {
  display: none !important;
}
.carousel-inner .slider_content_outer.content_bottom_left,
.carousel-inner .slider_content_outer.content_bottom_right {
  width: 100% !important;
  display: block;
}
.carousel-inner .slider_content_outer.content_bottom_left .slider_content,
.carousel-inner .slider_content_outer.content_bottom_right .slider_content {
  display: block;
  position: absolute;
  left: auto !important;
  top: auto !important;
  bottom: 0 !important;
  right: 0 !important;
  width: auto;
  height: auto !important;
}
.carousel-inner .slider_content_outer.content_bottom_left .slider_content {
  left: 0 !important;
  right: auto !important;
}
.carousel-inner .slider_content_outer.content_bottom_left .slider_content .text,
.carousel-inner
  .slider_content_outer.content_bottom_right
  .slider_content
  .text {
  margin: 0;
}
.carousel-inner .slider_content_outer.content_bottom_right .slider_content .el,
.carousel-inner .slider_content_outer.content_bottom_right .text,
.carousel-inner .slider_content_outer.content_bottom_right h2,
.carousel-inner .slider_content_outer.content_bottom_right h3 {
  text-align: right;
  margin: 0;
}
.carousel-inner .slider_content_outer.content_bottom_left .slider_content .el,
.carousel-inner .slider_content_outer.content_bottom_left .text,
.carousel-inner .slider_content_outer.content_bottom_left h2,
.carousel-inner .slider_content_outer.content_bottom_left h3 {
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 800px) {
  .carousel-inner .slider_content_outer.content_bottom_left .slider_content,
  .carousel-inner .slider_content_outer.content_bottom_right .slider_content {
    width: 100% !important;
  }
  .carousel-inner .slider_content_outer.content_bottom_left .slider_content .el,
  .carousel-inner .slider_content_outer.content_bottom_left .text,
  .carousel-inner .slider_content_outer.content_bottom_left h2,
  .carousel-inner .slider_content_outer.content_bottom_left h3,
  .carousel-inner
    .slider_content_outer.content_bottom_right
    .slider_content
    .el,
  .carousel-inner .slider_content_outer.content_bottom_right .text,
  .carousel-inner .slider_content_outer.content_bottom_right h2,
  .carousel-inner .slider_content_outer.content_bottom_right h3 {
    text-align: center;
  }
  .carousel-inner .slider_content_outer.content_bottom_left .slider_content,
  .carousel-inner .slider_content_outer.content_bottom_right .slider_content {
    vertical-align: bottom;
  }
}
.mkd_slider {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
@media only screen and (min-width: 1000px) {
  .no-touch
    .right_side_menu_opened:not(.boxed)
    .carousel-inner:not(.relative_position) {
    left: -270px !important;
  }
}
.title_outer.animate_title_area {
  overflow: hidden;
}
.title {
  display: block;
  width: 100%;
  height: 200px;
  text-align: left;
  position: relative;
  z-index: 101;
  background-color: #ededee;
}
.title.with_background_color {
  background-image: none;
}
.title_outer.with_image .title {
  height: auto !important;
  line-height: normal;
  background: 0 0;
}
.title img {
  display: block;
  position: relative;
  width: 100%;
}
.title_graphics img {
  width: auto;
  display: inline-block;
}
.title.position_right .title_graphics {
  text-align: right;
}
.title.position_left .title_graphics {
  text-align: left;
}
.title.position_center .title_graphics {
  text-align: center;
}
.title .not_responsive {
  display: none;
}
.title .title_holder {
  display: table;
  height: 100%;
  left: 0;
  position: relative;
  width: 100%;
}
.title_outer .has_background.title .title_holder,
.title_outer .has_fixed_background.title .title_holder,
.title_outer.with_image .title .title_holder {
  position: absolute;
  top: 0;
  display: block;
}
.title .title_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat;
  background-position: 0 0;
  top: 0;
}
.title .title_holder .container {
  display: table-row;
  vertical-align: middle;
  background-color: transparent;
}
.title_outer .has_background.title .title_holder .container,
.title_outer .has_fixed_background.title .title_holder .container,
.title_outer.with_image .title .title_holder .container {
  display: block;
  height: 100%;
}
.content .title_outer.with_image .title .container_inner,
.title_outer .has_background.title .title_holder .container_inner,
.title_outer .has_fixed_background.title .title_holder .container_inner {
  display: table;
  height: 100%;
}
.title_subtitle_holder {
  display: block;
  padding: 0;
  position: relative;
  z-index: 25;
}
.title_outer .has_background.title .title_subtitle_holder,
.title_outer .has_fixed_background.title .title_subtitle_holder,
.title_outer.with_image .title .title_subtitle_holder {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.title_subtitle_holder_inner {
  position: relative;
}
.title.disable_title_in_grid .title_subtitle_holder_inner {
  display: inline-block;
}
.title.title_content_shadow .title_subtitle_holder_inner {
  box-shadow: 1px 1px 1px 1px #afafaf;
}
.position_center.title .title_subtitle_holder {
  text-align: center;
}
.position_right.title .title_subtitle_holder {
  text-align: right;
}
.title h1,
.title.title_size_small h1 {
  display: inline-block;
  vertical-align: middle;
  word-break: break-word;
  line-height: 1.2em;
  color: #1d2022;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.title.title_size_medium h1 {
  font-size: 28px;
  line-height: 1.384615384615385em;
}
.title.title_size_large h1 {
  font-size: 42px;
  line-height: 60px;
}
.title h1 span {
  display: inline-block;
}
.title h1.title_like_separator {
  display: block;
}
.title_text_shadow .title h1 {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.subtitle {
  display: block;
  font-size: 28px;
  line-height: 1.214285714285714em;
  font-style: italic;
  font-weight: 400;
}
.subtitle.next_to_title {
  display: inline-block;
  vertical-align: middle;
}
.title_holder .title_subtitle_holder .subtitle span {
  display: inline-block;
}
.title_holder .title_subtitle_holder .subtitle.subtitle_like_separator > span {
  display: block;
}
.title_holder
  .title_subtitle_holder
  .subtitle.subtitle_like_separator
  .separator_content {
  font-size: 28px;
  line-height: 1.214285714285714em;
  font-style: italic;
  font-weight: 400;
  letter-spacing: 0;
}
.title_holder .title_subtitle_holder .title h1 span {
  display: inline-block;
}
.title_text_shadow .subtitle {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.animate_title_text .breadcrumbs_title .breadcrumb,
.animate_title_text .title .subtitle span,
.animate_title_text .title h1,
.animate_title_text span.separator {
  -webkit-animation: title-from-right 0.5s 1
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  -moz-animation: title-from-right 0.5s 1
    cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  -o-animation: title-from-right 0.5s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275)
    1s;
  animation: title-from-right 0.5s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275) 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible;
}
@-webkit-keyframes title-from-right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}
@-moz-keyframes title-from-right {
  0% {
    opacity: 0;
    -moz-transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0, 0);
  }
}
@-o-keyframes title-from-right {
  0% {
    opacity: 0;
    -o-transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    -o-transform: translate(0, 0);
  }
}
@keyframes title-from-right {
  0% {
    opacity: 0;
    transform: translate(50%, 0);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
.position_right .breadcrumb {
  left: 0;
  right: auto;
}
.title.has_background {
  background-repeat: no-repeat;
  background-position: center 0;
}
.title.has_fixed_background {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0;
  position: relative;
  z-index: 101;
}
.title_text_shadow .breadcrumbs .breadcrumbs_inner {
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}
.title.position_center .breadcrumb {
  position: relative;
  margin: 20px 0 0 0;
}
.title.standard_title.position_center .breadcrumb {
  text-align: center;
}
.title.standard_title.position_left .breadcrumb {
  text-align: left;
}
.title.standard_title.position_right .breadcrumb {
  text-align: right;
}
.title.without_title_text .breadcrumb {
  position: static;
}
.breadcrumb {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
.breadcrumbs {
  display: table;
  height: 100%;
  width: 100%;
}
.breadcrumbs .breadcrumbs_inner {
  display: table-cell;
  vertical-align: middle;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  font-weight: 400;
  color: #18cfab;
}
.breadcrumb a {
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.breadcrumb a:hover,
.breadcrumb span.current {
  color: #1d2022;
}
.title.breadcrumbs_title .breadcrumb {
  position: relative;
  right: auto;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.touch .title.has_fixed_background {
  background-attachment: scroll;
}
.content .title .container_inner {
  padding: 0 !important;
  display: table-cell;
  vertical-align: middle;
}
.comment_holder {
  padding: 50px 0 40px;
  margin: 0 0 0;
}
.single-post .comment_holder .comments .comment {
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.comment_number .comment_number_inner i {
  position: relative;
  top: -1px;
  padding: 0 10px 0 0;
}
.comment_holder ul.comment-list {
  list-style: none;
  position: relative;
  z-index: 150;
  padding: 0;
  margin: 30px 0 0;
}
.comment_holder .comment-list li {
  display: inline-block;
  position: relative;
  width: 100%;
}
.comment-list .post_author_comment .post-author-comment-icon {
  margin-left: 5px;
  color: #18cfab;
  font-size: 12px;
}
.comment_holder .comment-list li ul.children li:last-child {
  padding: 0 0 0;
}
.comment_holder .comment-list > li {
  margin: 0 0 40px;
}
.comment_holder .comment-list > li:last-child {
  margin: 0;
}
.comment_holder .comment .image {
  display: block;
  width: 73px;
  height: 73px;
  float: left;
}
.comment_holder .comment:not(.pingback-comment) .text {
  margin: 0 0 0 91px;
  min-height: 73px;
  position: relative;
  border: 1px solid #e2e2e4;
  padding: 25px 25px 30px;
  background-color: #fff;
}
.comment_holder .comment:not(.pingback-comment) .text li {
  display: list-item;
}
.comment_holder .comment:not(.pingback-comment) .text:after {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #fff;
  border-top: 10px solid transparent;
  content: "";
  left: -9px;
  position: absolute;
  top: 25px;
}
.comment_holder .comment:not(.pingback-comment) .text:before {
  border-bottom: 10px solid transparent;
  border-right: 10px solid #e2e2e4;
  border-top: 10px solid transparent;
  content: "";
  left: -10px;
  position: absolute;
  top: 25px;
}
.comment_holder .comment .comment_date_reply_holder {
  margin-top: 15px;
}
.comment_holder .comment_date_reply_holder > span {
  padding: 0 15px;
  border-left: 1px solid #e2e2e4;
}
.comment_holder .comment_date_reply_holder > span:first-child {
  padding-left: 0;
  border-left: none;
}
.comment_holder .comment .text .comment_date {
  line-height: 18px;
  font-size: 14px;
  font-family: inherit;
  font-weight: 400;
  color: #64686b;
}
.comment_holder .comment .text .comment_info {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
}
.comment_holder .comment .text .name,
.comment_holder .comment_number_inner .comments_number_tag {
  line-height: 18px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.comment_holder .comment .text .name {
  float: left;
}
.comment_holder .comment .text .comment-edit-link,
.comment_holder .comment .text .comment-reply-link,
.comment_holder .comment .text .replay {
  color: #64686b;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out;
  -ms-transform: background-color 0.15s ease-out, color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out;
}
.single-post
  .comment_holder
  .bottom-comment-link
  .comment
  .text
  .comment-reply-link,
.single-post .comment_holder .bottom-comment-link .comment .text .replay {
  position: absolute;
  bottom: -27.5px;
  right: 25px;
  height: 47px;
  width: 47px;
  line-height: 47px;
  text-indent: -9999px;
  background-color: #b2980d;
  border-radius: 50%;
}
.single-post
  .comment_holder
  .bottom-comment-link
  .comment
  .text
  .comment-reply-link:after,
.single-post .comment_holder .bottom-comment-link .comment .text .replay:after {
  position: absolute;
  content: "J";
  font-family: ElegantIcons;
  width: 100%;
  height: 100%;
  line-height: 47px;
  left: 0;
  top: 0;
  font-size: 24px;
  color: #fff;
  text-indent: 0;
  text-align: center;
}
.single-post
  .comment_holder
  .bottom-comment-link
  .comment
  .text
  .comment-reply-link:hover,
.single-post .comment_holder .bottom-comment-link .comment .text .replay:hover {
  background-color: #fff;
}
.single-post
  .comment_holder
  .bottom-comment-link
  .comment
  .text
  .comment-reply-link:hover:after,
.single-post
  .comment_holder
  .bottom-comment-link
  .comment
  .text
  .replay:hover:after {
  color: #b2980d;
}
.comment_holder .comment .text .comment-edit-link:hover,
.comment_holder .comment .text .comment-reply-link:hover,
.comment_holder .comment .text .replay:hover {
  color: #18cfab;
}
.comment_holder .comment .comment_icon {
  margin-right: 5px;
}
.comment_holder .comment .text .text_holder {
  display: block;
  margin: 6px 0 0 0;
  color: #a0a3a4;
}
.comment_holder .comment .logged-in-as {
  margin: 10px 0;
}
.comment_holder .comment .form-submit {
  margin: 0 0 20px;
}
.comment_holder .comment-list li ul.children {
  margin: 30px 0 0 0;
  padding: 0 0 0 70px;
}
.comment_holder .comment-list li ul.children li {
  margin: 0 0 18px 0;
  border-bottom: none;
}
.comment_holder .comment-list li ul.children li:last-child {
  margin: 0;
}
#respond h3 {
  margin: 0 0 15px 0;
}
#respond h3.comment-reply-title {
  margin: 0;
}
#respond small {
  display: block;
  margin: 0 0 13px;
  position: relative;
}
.comment_holder .comment .comment-respond {
  margin-top: 40px;
}
#respond input[type="text"],
#respond textarea,
.post-password-form input[type="password"] {
  width: 100%;
  margin: 0 0 20px 0;
  padding: 13px 18px;
  border: 1px solid #e2e2e4;
  outline: 0;
  resize: none;
  font-family: inherit;
  font-weight: 400;
  line-height: 18px;
  font-size: 14px;
  color: #64686b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_respond_note {
  width: 100%;
  margin: 10px 0 15px 0;
  padding: 10px 17px;
  resize: none;
  font-family: inherit;
  line-height: 18px;
  font-size: 14px;
  color: #64686b;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.comment_respond_note i {
  color: #18cfab;
  margin: 0 12px 0 0;
}
.comment_holder #respond input[type="text"],
.comment_holder #respond textarea {
  background-color: #f6f6f5;
}
.comment_holder .comment #respond input[type="text"],
.comment_holder .comment #respond textarea {
  background-color: #f6f6f5;
}
.comment_holder #respond textarea {
  margin: 0 0 12px;
}
#respond input[type="text"]:focus,
#respond textarea:focus,
.post-password-form input[type="password"]:focus {
  color: #7f8385;
  border-color: #18cfab;
}
#respond input[type="text"]::-webkit-input-placeholder,
#respond textarea::-webkit-input-placeholder,
.post-password-form input[type="password"]::-webkit-input-placeholder {
  color: #64686b;
}
#respond input[type="text"]:-moz-placeholder,
#respond textarea:-moz-placeholder,
.post-password-form input[type="password"]:-moz-placeholder {
  color: #64686b;
}
#respond input[type="text"]::-moz-placeholder,
#respond textarea::-moz-placeholder,
.post-password-form input[type="password"]::-moz-placeholder {
  color: #64686b;
}
#respond input[type="text"]:-ms-input-placeholder,
#respond textarea:-ms-input-placeholder,
.post-password-form input[type="password"]:-ms-input-holder {
  color: #64686b;
}
#respond input[type="text"]:focus::-webkit-input-placeholder,
#respond textarea:focus::-webkit-input-placeholder,
.post-password-form input[type="password"]:focus::-webkit-input-placeholder {
  color: #64686b;
}
#respond input[type="text"]:focus:-moz-placeholder,
#respond textarea:focus:-moz-placeholder,
.post-password-form input[type="password"]:focus:-moz-placeholder {
  color: #64686b;
}
#respond input[type="text"]:focus::-moz-placeholder,
#respond textarea:focus::-moz-placeholder,
.post-password-form input[type="password"]:focus::-moz-placeholder {
  color: #64686b;
}
#respond input[type="text"]:focus:-ms-input-placeholder,
#respond textarea:focus:-ms-input-placeholder,
.post-password-form input[type="password"]:focus:-ms-input-holder {
  color: #64686b;
}
div.comment_form {
  display: inline-block;
  margin: 0 0 40px;
  width: 100%;
  padding: 0;
}
div.comment_form .leave_comment {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
div.comment_form form p.form-submit,
div.comment_holder .comment p.form-submit {
  margin: 0;
}
div.comment_form form p.form-submit .success p {
  margin: 10px 0 0;
}
div.comment_form form p.logged-in-as {
  margin: 0 0 17px;
  font-size: 14px;
  font-weight: 400;
}
div.comment_form form p.logged-in-as a {
  color: #18cfab;
}
div.comment_form form p.logged-in-as a:hover {
  color: #9d9d9d;
}
#cancel-comment-reply-link {
  margin: 0;
  display: inline-block;
  width: 100%;
}
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope {
  -webkit-transition-property: height;
  -moz-transition-property: height;
  -ms-transition-property: height;
  -o-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope .isotope-item.no-transition,
.isotope.no-transition,
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.mkdf-video-wrapper .wp-video {
  width: auto !important;
  max-width: 100%;
}
.mkdf-video-wrapper .mejs-controls {
  display: none !important;
}
.mkdf-video-wrapper .mejs-overlay-button {
  background: url(img/player-arrow.png);
  background-repeat: no-repeat;
  margin: 0;
  width: 37px;
  height: 37px;
}
.mkdf-video-wrapper .mejs-overlay:hover .mejs-overlay-button {
  background-position: 0;
}
.mejs-container:not(.wp-video-shortcode) {
  position: relative;
  text-align: left;
  vertical-align: top;
  text-indent: 0;
  height: 50px !important;
  background-color: #f5f5f5;
}
.mejs-container.wp-audio-shortcode {
  height: 30px !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.blog_holder.masonry .mejs-container {
  border: none;
}
.blog_holder.small_images article .post_text .post_inner .mejs-container {
  margin: 0 0 15px;
}
.me-plugin {
  position: absolute;
}
.mejs-embed,
.mejs-embed body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.mejs-fullscreen {
  overflow: hidden !important;
}
.mejs-container-fullscreen {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1000;
}
.mejs-container-fullscreen .mejs-mediaelement,
.mejs-container-fullscreen video {
  width: 100%;
  height: 100%;
}
.mejs-clear {
  clear: both;
}
.mejs-background {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-mediaelement {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.blog_holder.masonry .mejs-mediaelement {
  border: none;
}
.mejs-poster {
  position: absolute;
  top: 0;
  left: 0;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
:root .mejs-poster img {
  display: none;
}
.mejs-poster img {
  border: 0;
  padding: 0;
  border: 0;
}
.mejs-overlay {
  position: absolute;
  top: 0;
  left: 0;
}
.mejs-overlay-play {
  cursor: pointer;
}
.mejs-container .mejs-controls {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  bottom: 0;
  left: 0;
  height: 50px;
  width: 100%;
}
.mejs-container .mejs-controls div {
  list-style-type: none;
  background-image: none;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 50px;
  border: 0;
}
.mejs-controls .mejs-button button {
  cursor: pointer;
  display: block;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  padding: 0;
  position: absolute;
  width: 14px;
  height: 13px;
  border: 0;
  background: 0 0;
}
.no-svg .mejs-controls .mejs-button button {
  background-image: url(img/audio/controls.png);
}
.mejs-controls .mejs-button button:focus {
  outline: 0;
}
.mejs-container .mejs-controls .mejs-time {
  color: #5d5d5d;
  display: block;
  height: 50px;
  width: auto;
  padding: 0;
  overflow: hidden;
  text-align: left;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.mejs-container .mejs-controls .mejs-currenttime-container {
  margin: 0 4px 0 0;
}
.mejs-container .mejs-controls .mejs-time span {
  color: #5d5d5d;
  font-size: 13px;
  font-weight: 700;
  line-height: 52px;
  display: block;
  float: left;
  margin: 0;
  width: 39px;
  font-family: Arial, sans-serif;
}
.mejs-container .mejs-controls .mejs-time .mejs-duration {
  display: none;
}
.mejs-controls .mejs-playpause-button button {
  margin: 19px 12px;
}
.mejs-controls .mejs-play button {
  background-image: url(img/audio/play.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls .mejs-pause button {
  background-image: url(img/audio/pause.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls .mejs-stop button {
  background-image: url(img/audio/stop.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls div.mejs-time-rail {
  direction: ltr;
}
.mejs-controls .mejs-time-rail span {
  display: block;
  position: absolute;
  height: 2px;
  cursor: pointer;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background-color: #ededed;
  margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-buffering {
  width: 100%;
  background-image: -o-linear-gradient(
    -45deg,
    rgba(224, 222, 222, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(224, 222, 222, 0.15) 50%,
    rgba(224, 222, 222, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -webkit-gradient(
    linear,
    0 100%,
    100% 0,
    color-stop(0.25, rgba(224, 222, 222, 0.15)),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, rgba(224, 222, 222, 0.15)),
    color-stop(0.75, rgba(224, 222, 222, 0.15)),
    color-stop(0.75, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    -45deg,
    rgba(224, 222, 222, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(224, 222, 222, 0.15) 50%,
    rgba(224, 222, 222, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -moz-linear-gradient(
    -45deg,
    rgba(224, 222, 222, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(224, 222, 222, 0.15) 50%,
    rgba(224, 222, 222, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: -ms-linear-gradient(
    -45deg,
    rgba(224, 222, 222, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(224, 222, 222, 0.15) 50%,
    rgba(224, 222, 222, 0.15) 75%,
    transparent 75%,
    transparent
  );
  background-image: linear-gradient(
    -45deg,
    rgba(224, 222, 222, 0.15) 25%,
    transparent 25%,
    transparent 50%,
    rgba(224, 222, 222, 0.15) 50%,
    rgba(224, 222, 222, 0.15) 75%,
    transparent 75%,
    transparent
  );
  -webkit-background-size: 15px 15px;
  -moz-background-size: 15px 15px;
  -o-background-size: 15px 15px;
  background-size: 15px 15px;
  -webkit-animation: buffering-stripes 2s linear infinite;
  -moz-animation: buffering-stripes 2s linear infinite;
  -ms-animation: buffering-stripes 2s linear infinite;
  -o-animation: buffering-stripes 2s linear infinite;
  animation: buffering-stripes 2s linear infinite;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  width: 0;
  margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background-color: #283033;
  margin: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-handle {
  display: none;
  position: absolute;
  margin: 0;
  width: 10px;
  background-color: #18cfab;
  cursor: pointer;
  top: 0;
  text-align: center;
}
.mejs-controls .mejs-time-rail .mejs-time-float {
  position: absolute;
  display: none;
  width: 36px;
  height: 15px;
  top: -30px;
  margin-left: -18px;
  text-align: center;
  color: #000;
}
.mejs-controls .mejs-time-rail .mejs-time-float-current {
  margin: 2px;
  width: 30px;
  display: block;
  text-align: center;
  left: 0;
}
.mejs-controls .mejs-time-rail .mejs-time-float-corner {
  display: none;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float {
  width: 48px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-current {
  width: 44px;
}
.mejs-long-video .mejs-controls .mejs-time-rail .mejs-time-float-corner {
  left: 18px;
}
.mejs-controls .mejs-volume-button {
  background-image: url(img/audio/sound.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls .mejs-mute button {
  background-image: url(img/audio/sound.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls .mejs-unmute button {
  background-image: url(img/audio/mute.png);
  background-repeat: no-repeat;
  background-position: center;
}
.mejs-controls .mejs-volume-button {
  position: relative;
}
.mejs-controls .mejs-volume-button button {
  width: 20px;
  height: 15px;
  margin: 18px 6px 18px 16px;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none;
  height: 115px;
  width: 25px;
  background-image: url(img/audio/sound.png);
  background-repeat: no-repeat;
  background-position: center;
  top: -115px;
  left: 0;
  z-index: 1;
  position: absolute;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-total {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current {
  position: absolute;
  left: 11px;
  top: 8px;
  width: 2px;
  height: 100px;
  margin: 0;
}
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  position: absolute;
  left: 4px;
  top: -3px;
  width: 16px;
  height: 6px;
  cursor: N-resize;
  margin: 0;
}
.mejs-controls div.mejs-horizontal-volume-slider {
  height: 50px;
  width: 40px;
  position: relative;
  float: right;
  margin-right: 20px;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
  position: absolute;
  left: 0;
  top: 18px;
  width: 40px;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background-color: #ededed;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  position: absolute;
  left: 0;
  top: 18px;
  width: 100px;
  height: 16px;
  margin: 0;
  padding: 0;
  font-size: 1px;
  background-color: #283033;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
  display: none;
}
.me-cannotplay a {
  color: #fff;
  font-weight: 700;
}
.me-cannotplay span {
  padding: 15px;
  display: block;
}
.mejs-controls .mejs-loop-off button {
  background-position: -64px -16px;
}
.mejs-controls .mejs-loop-on button {
  background-position: -64px 0;
}
.mejs-controls .mejs-backlight-off button {
  background-position: -80px -16px;
}
.mejs-controls .mejs-backlight-on button {
  background-position: -80px 0;
}
.mejs-container .mejs-controls .mejs-horizontal-volume-current,
.mejs-container .mejs-controls .mejs-horizontal-volume-total,
.mejs-container .mejs-controls .mejs-time-current,
.mejs-container .mejs-controls .mejs-time-total {
  height: 2px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.mejs-container .mejs-controls .mejs-horizontal-volume-current:after,
.mejs-container .mejs-controls .mejs-time-current:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 15px;
  width: 4px;
  background-color: #283033;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.blog_holder.masonry .mejs-container,
.blog_holder.masonry .mejs-container .mejs-controls,
.blog_holder.masonry .mejs-container .mejs-controls .mejs-time,
.blog_holder.masonry .mejs-container .mejs-controls .mejs-time span,
.blog_holder.masonry .mejs-container .mejs-controls div,
.blog_holder.masonry .mejs-controls div.mejs-horizontal-volume-slider,
.blog_holder.masonry_full_width .mejs-container,
.blog_holder.masonry_full_width .mejs-container .mejs-controls,
.blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time,
.blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span,
.blog_holder.masonry_full_width .mejs-container .mejs-controls div,
.blog_holder.masonry_full_width
  .mejs-controls
  div.mejs-horizontal-volume-slider {
  height: 60px !important;
}
.blog_holder.masonry .mejs-container .mejs-controls .mejs-time span,
.blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span {
  line-height: 60px;
}
.blog_holder.masonry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.blog_holder.masonry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.blog_holder.masonry .mejs-controls .mejs-time-rail span,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.blog_holder.masonry_full_width .mejs-controls .mejs-time-rail span {
  height: 2px !important;
}
.blog_holder.masonry .mejs-controls .mejs-time-rail span,
.blog_holder.masonry_full_width .mejs-controls .mejs-time-rail span {
  margin-top: 0 !important;
  height: 2px !important;
}
.blog_holder.masonry
  article
  .mejs-controls
  div.mejs-horizontal-volume-slider
  div,
.blog_holder.masonry_full_width
  article
  .mejs-controls
  div.mejs-horizontal-volume-slider
  div {
  top: 30px !important;
}
.blog_holder.masonry .mejs-controls .mejs-button button,
.blog_holder.masonry_full_width .mejs-controls .mejs-button button {
  margin: 24px 15px 23px 15px;
}
.blog_holder.masonry .mejs-controls .mejs-time-rail span,
.blog_holder.masonry_full_width .mejs-controls .mejs-time-rail span {
  margin: 24px 15px;
}
.blog_holder.masonry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.blog_holder.masonry
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-total {
  top: 25px;
}
.blog_holder.masonry .mejs-container .mejs-controls .mejs-time span,
.blog_holder.masonry_full_width .mejs-container .mejs-controls .mejs-time span {
  font-size: 14px;
}
.blog_holder.masonry .mejs-controls .mejs-time-rail .mejs-time-current,
.blog_holder.masonry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-time-rail
  .mejs-time-current,
.blog_holder.masonry_full_width
  .mejs-controls
  .mejs-time-rail
  .mejs-time-loaded {
  margin: 0;
}
.lightbox_single_portfolio,
.portfolio_detail,
.portfolio_single,
.portfolio_single_text_holder {
  position: relative;
}
.portfolio_single .portfolio_images .fluid-width-video-wrapper,
.portfolio_single .portfolio_images img,
.portfolio_single .portfolio_images > a.lightbox_single_portfolio,
.portfolio_single.small-images .portfolio_images img,
.portfolio_single.small-slider .flexslider {
  display: block;
  margin: 0 0 18px;
}
.portfolio_single .flexslider,
.portfolio_single .portfolio_images .fluid-width-video-wrapper:last-child,
.portfolio_single .portfolio_images img:last-child,
.portfolio_single .portfolio_images > a.lightbox_single_portfolio:last-child {
  margin: 0;
}
.portfolio_top_holder {
  display: table;
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 40px;
}
.portfolio_top_holder .column1 {
  display: table-cell;
  vertical-align: middle;
}
.portfolio_top_holder .column2 {
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.portfolio_single .portfolio_social_like_holder {
  display: table;
  width: 100%;
}
.portfolio_single
  .portfolio_social_like_holder
  > div.portfolio_share:not(:last-child) {
  display: table-cell;
  padding: 0 25px;
  border-right: 1px solid #e0e0e0;
}
.portfolio_single .portfolio_social_like_holder > div.portfolio_single_like {
  display: table-cell;
  padding: 0 5px 0 25px;
  vertical-align: top;
}
.portfolio_single a.lightbox_single_portfolio > i {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  vertical-align: middle;
  font-size: 40px;
  color: #fff;
  margin: -20px 0 0 -15px;
  z-index: 110;
}
.portfolio_single .portfolio_container {
  position: relative;
  z-index: 200;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 35px;
}
.portfolio_single.big-images .portfolio_container,
.portfolio_single.big-slider .portfolio_container,
.portfolio_single.gallery .portfolio_container {
  display: block;
  padding: 53px 0;
  border-bottom: 1px solid #e0e0e0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.portfolio_single.gallery .portfolio_container {
  margin: -2% 0 0;
}
.portfolio_single .portfolio_single_text_title span {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.portfolio_single .portfolio_single_text_title {
  color: #283033;
  line-height: 24px;
}
.portfolio_detail.portfolio_single_follow {
  position: relative;
}
.portfolio_single_text_holder {
  margin: 0 0 6px;
}
.portfolio_detail .info {
  display: table;
  width: 100%;
}
.portfolio_detail .info:not(:last-child),
.portfolio_single_text_holder .info {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.portfolio_detail .info:not(.portfolio_single_content) > * {
  display: table-cell;
}
.portfolio_detail .info .info_section_title {
  width: 110px;
}
.portfolio_detail .info .info_section_title,
.portfolio_single_text_holder .portfolio_content_title {
  color: #283033;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio_single_text_holder .portfolio_content_title {
  margin-bottom: 15px;
}
.portfolio_detail .info ul {
  list-style-type: none;
}
.portfolio_detail .info ul li:before,
.portfolio_detail .info:not(.portfolio_single_content) p:before {
  content: "\25cf";
  color: #18cfab;
  font-size: 12px;
  padding-right: 10px;
  position: relative;
  bottom: 0.2em;
}
.portfolio_detail .info p {
  font-family: "Open Sans", sans-serif;
  line-height: 25px;
}
.portfolio_detail .info li {
  font-family: "Open Sans", sans-serif;
}
.video_holder {
  position: relative;
  width: 100%;
  display: block;
  min-height: 1px;
}
.portfolio_single .video .mobile-video-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.portfolio_single .video {
  margin: 0 0 44px;
  position: relative;
}
.portfolio_single .video .video-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 10;
}
.portfolio_single .video .video-wrap .mejs-poster {
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.portfolio_single .video .video-wrap .mejs-container {
  background-color: transparent !important;
  background-image: none !important;
  height: 100% !important;
  width: 100% !important;
  overflow: hidden;
}
.portfolio_single .video .video-wrap .mejs-mediaelement {
  background: 0 0 !important;
  border: 0 !important;
}
.portfolio_single .video .video-wrap .mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important;
}
.portfolio_single .mejs-container .mejs-controls {
  visibility: visible !important;
}
.portfolio_single .mejs-controls .mejs-volume-button .mejs-volume-slider {
  display: none !important;
}
.flexslider .slides .mejs-poster img,
.portfolio_slider .portfolio_slides .mejs-poster img {
  display: none;
}
.portfolio_single .flexslider .video .video-wrap {
  margin: 0;
}
.portfolio_single .social_share_holder a {
  color: #777;
}
.portfolio_single .social_share_holder i.social_share_icon {
  float: none;
  color: #283033;
}
.portfolio_single .social_share_holder .social_share_title {
  margin-left: 10px;
}
.portfolio_single .portfolio_single_like a {
  color: #777;
}
.portfolio_single .portfolio_single_like i {
  float: none;
  color: #283033;
}
.portfolio_single .portfolio_single_like span {
  margin-left: 10px;
}
.portfolio_gallery {
  display: inline-block;
  width: 100%;
  position: relative;
  margin: 0;
  vertical-align: middle;
}
.portfolio_gallery a {
  position: relative;
  float: left;
  display: inline-block;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.portfolio_gallery a.v2 {
  width: 49%;
  margin: 0 2% 2% 0;
}
.portfolio_gallery a.v3 {
  width: 32%;
  margin: 0 2% 2% 0;
}
.portfolio_gallery a.v4 {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.portfolio_gallery a.v2:nth-child(2n),
.portfolio_gallery a.v3:nth-child(3n),
.portfolio_gallery a.v4:nth-child(4n) {
  margin: 0 0 2% 0;
}
.portfolio_gallery a frame,
.portfolio_gallery a img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
.portfolio_gallery iframe {
  min-height: 200px;
}
.portfolio_gallery a .gallery_text_holder {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 200;
  opacity: 0;
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
}
.portfolio_gallery a:hover .gallery_text_holder {
  opacity: 1;
}
.portfolio_gallery a .gallery_text_outer {
  display: table;
  text-align: center;
  width: 100%;
  height: 100%;
}
.portfolio_gallery a .gallery_text_inner {
  display: table-cell;
  vertical-align: middle;
}
.portfolio_gallery a .gallery_text_inner .separator.animate {
  border-bottom: medium none;
  transition: width 0.4s ease 0s;
  width: 0;
  background-color: #393939;
  display: inline-block;
  height: 2px;
  margin: 10px 0;
}
.portfolio_gallery a:hover .gallery_text_inner .separator.animate {
  width: 10%;
}
.portfolio_gallery a .gallery_text_inner h4 {
  display: block;
  margin: 0;
  padding: 0 15px;
  color: #393939;
}
.blog_navigation,
.portfolio_navigation {
  display: inline-block;
  width: 100%;
  padding: 40px 0 50px;
  z-index: 100;
  position: relative;
  text-align: center;
  vertical-align: middle;
}
.portfolio_navigation {
  margin-top: 12px;
  margin-bottom: 30px;
}
.blog_navigation {
  padding: 30px 0;
}
.blog_navigation_inner,
.portfolio_navigation_inner {
  position: relative;
  display: block;
  height: 33px;
}
.blog_navigation .blog_next,
.blog_navigation .blog_prev,
.portfolio_navigation .portfolio_button,
.portfolio_navigation .portfolio_next,
.portfolio_navigation .portfolio_prev {
  position: relative;
  display: inline-block;
  height: 33px;
  width: auto;
  margin: 0;
  background-color: transparent;
  text-align: left;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-shadow: none;
}
.portfolio_navigation .portfolio_button {
  width: 33px;
}
.blog_navigation .blog_prev,
.portfolio_navigation .portfolio_prev {
  position: absolute;
  top: 0;
  left: 0;
}
.blog_navigation .blog_next,
.portfolio_navigation .portfolio_next {
  position: absolute;
  top: 0;
  right: 0;
}
.portfolio_navigation .portfolio_next,
.portfolio_navigation .portfolio_prev {
  top: 50%;
}
.portfolio_single .portfolio_navigation .portfolio_next a,
.portfolio_single .portfolio_navigation .portfolio_prev a {
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio_single .portfolio_navigation .portfolio_next a img,
.portfolio_single .portfolio_navigation .portfolio_prev a img {
  max-width: 110px;
  vertical-align: middle;
}
.portfolio_single .portfolio_pagination {
  display: table;
  position: relative;
}
.pagination_arrows_thumb_holder {
  position: relative;
}
.portfolio_single .portfolio_pagination .pagination_text_holder {
  display: table-cell;
  vertical-align: middle;
}
.portfolio_single .portfolio_pagination .pagination_title {
  color: #283033;
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}
.portfolio_single .portfolio_pagination .pagination_categories {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-transform: capitalize;
  font-family: Raleway, Open-Sans, sans-serif;
}
.portfolio_single .portfolio_prev .pagination_text_holder {
  padding-left: 20px;
  text-align: left;
}
.portfolio_single .portfolio_next .pagination_text_holder {
  padding-right: 20px;
  text-align: right;
}
.portfolio_single .pagination_thumb {
  position: relative;
  display: inline-block;
  height: 68px;
  width: 110px;
  background-size: cover;
  background-position: center center;
  vertical-align: middle;
  overflow: hidden;
  -webkit-transition: background 0.9s cubic-bezier(1, -0.38, 0, 1.52),
    opacity 0.6s ease-out;
  transition: background 0.9s cubic-bezier(1, -0.38, 0, 1.52),
    opacity 0.6s ease-out;
}
.portfolio_pagination:hover .pagination_thumb {
  background-position: 0 800% !important;
}
.portfolio_single .pagination_thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: rgba(62, 62, 62, 0.55);
}
.portfolio_single .portfolio_pagination .pagination_arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateX(-50%) translateZ(0);
  transform: translateY(-50%) translateX(-50%) translateZ(0);
  z-index: 111;
}
.portfolio_single .portfolio_navigation a {
  color: #fff;
}
.portfolio_single .portfolio_pagination:hover .pagination_thumb {
  opacity: 0.9;
}
.blog_navigation a,
.portfolio_navigation a {
  font-size: 30px;
  color: #a6a6a6;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.blog_navigation a,
.blog_navigation span,
.portfolio_navigation a,
.portfolio_navigation span {
  line-height: 33px;
  display: block;
}
.portfolio_navigation a {
  text-align: center;
}
.blog_navigation span:before,
.portfolio_navigation span:before {
  display: block;
}
.projects_holder_outer {
  margin: 0;
  display: block;
  width: 100%;
}
.projects_holder_outer .container .container_inner {
  padding: 0;
}
.full_width .projects_holder_outer.v4,
.full_width .projects_holder_outer.v4 .standard,
.full_width .projects_holder_outer.v5,
.full_width .projects_holder_outer.v5 .standard,
.full_width .projects_holder_outer.v6,
.full_width .projects_holder_outer.v6 .standard {
  width: 100%;
  margin: 0 auto;
}
.full_width .section_inner .projects_holder_outer.v4,
.full_width .section_inner .projects_holder_outer.v4 .standard,
.full_width .section_inner .projects_holder_outer.v5,
.full_width .section_inner .projects_holder_outer.v5 .standard,
.full_width .section_inner .projects_holder_outer.v6,
.full_width .section_inner .projects_holder_outer.v6 .standard {
  width: 100%;
}
.full_width .projects_holder_outer.v4 .no_space,
.full_width .projects_holder_outer.v5 .no_space,
.full_width .projects_holder_outer.v6 .no_space {
  width: 100%;
  margin: 0;
}
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v4:not(.masonry_with_space):not(.portfolio_full_width_on_portfolio)
  .standard:not(.force_full_width),
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v4:not(.portfolio_full_width_on_portfolio)
  .hover_text:not(.no_space):not(.force_full_width) {
  width: 96%;
  margin: 0 auto;
}
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v5:not(.masonry_with_space):not(.portfolio_full_width_on_portfolio)
  .standard:not(.force_full_width),
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v5:not(.portfolio_full_width_on_portfolio)
  .hover_text:not(.no_space):not(.force_full_width) {
  width: 95%;
  margin: 0 auto;
}
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v6:not(.masonry_with_space):not(.portfolio_full_width_on_portfolio)
  .standard:not(.force_full_width),
body:not(.has_general_padding)
  .full_width
  .projects_holder_outer.v6:not(.portfolio_full_width_on_portfolio)
  .hover_text:not(.no_space) {
  width: 97.5%;
  margin: 0 auto;
}
.full_width .masonry_with_space .projects_holder.v3,
.full_width .masonry_with_space .projects_holder.v4,
.full_width .masonry_with_space .projects_holder.v5,
.full_width .masonry_with_space .projects_holder.v6 {
  width: auto;
}
.projects_holder {
  font-size: 0.1px;
  line-height: 0;
  list-style-type: none;
  text-align: justify;
}
.projects_holder:after,
.projects_holder:before {
  content: "";
  display: inline-block !important;
  width: 100%;
}
.projects_holder > .mix {
  display: inline-block;
  visibility: hidden;
  position: relative;
  vertical-align: top;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: left;
}
.projects_holder.hideItems > .mix {
  display: none;
}
.portfolio_main_holder.no_space.hover_text article,
.portfolio_main_holder.standard_no_space article {
  float: left;
}
.portfolio_masonry_holder .image,
.portfolio_slider .image,
.projects_holder .mix .image {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.projects_holder article .image img {
  position: relative;
  display: block;
  width: 100%;
  z-index: 100;
}
.portfolio_slider .portfolio_slides li.item img,
.projects_holder article .image img {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -moz-transition: -moz-transform 0.15s ease-out;
  -ms-transition: -ms-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
}
.projects_holder.no_space article .image img {
  margin: 0 1px;
}
.portfolio_slider_holder li .portfolio_description,
.projects_holder article .image_holder,
.projects_holder article .portfolio_description {
  display: block;
  position: relative;
  overflow: hidden;
}
.projects_holder.no_space article .image_holder {
  margin: 0 -1px -1px -1px;
}
.firefox_mac_browser .projects_holder.no_space article .image_holder {
  margin: 0 -2px -2px;
}
.portfolio_slider_holder li .portfolio_description,
.projects_holder article .portfolio_description {
  padding: 20px 0 27px;
  background-color: #fff;
  border-top: none !important;
}
.portfolio_slider_holder li .portfolio_description.text_align_left,
.projects_holder article .portfolio_description.text_align_left {
  text-align: left;
}
.portfolio_slider_holder li .portfolio_description.text_align_center,
.projects_holder article .portfolio_description.text_align_center {
  text-align: center;
}
.portfolio_slider_holder li .portfolio_description.text_align_right,
.projects_holder article .portfolio_description.text_align_right {
  text-align: right;
}
.portfolio_slider_holder.standard li .portfolio_description,
.projects_holder.standard article .portfolio_description,
.projects_holder.standard_no_space article .portfolio_description {
  padding-left: 25px;
  padding-right: 25px;
}
.portfolio_slider_holder.standard li .portfolio_description .separator,
.projects_holder.standard article .portfolio_description .separator,
.projects_holder.standard_no_space article .portfolio_description .separator {
  display: inline-block;
  height: 2px;
  background-color: #000;
  width: 30px;
  border: none;
}
.portfolio_slider_holder.standard li .portfolio_description .separator.animate,
.projects_holder.standard article .portfolio_description .separator.animate,
.projects_holder.standard_no_space
  article
  .portfolio_description
  .separator.animate {
  width: 20px;
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
}
.portfolio_slider_holder.standard
  li:hover
  .portfolio_description
  .separator.animate,
.projects_holder.standard
  article:hover
  .portfolio_description
  .separator.animate,
.projects_holder.standard_no_space
  article:hover
  .portfolio_description
  .separator.animate {
  width: 40px;
}
.masonry_with_space .projects_holder article .portfolio_description {
  padding: 35px 25px 43px;
}
.standard_no_space.projects_holder article .portfolio_description {
  margin: 0 -1px 0 0;
}
.portfolio_slides .icons_holder a.portfolio_lightbox:before,
.projects_holder article .icons_holder a.portfolio_lightbox:before,
.projects_masonry_holder article .icons_holder a.portfolio_lightbox:before {
  font-family: ElegantIcons;
  content: "\4c";
  line-height: inherit;
}
.portfolio_slides .icons_holder a.mkd-like:before,
.projects_holder article .icons_holder a.mkd-like:before,
.projects_masonry_holder article .icons_holder a.mkd-like:before {
  font-family: ElegantIcons;
  content: "\e030";
  line-height: inherit;
}
.portfolio_slides .icons_holder a.mkd-like.liked:before,
.projects_holder article .icons_holder a.mkd-like.liked:before,
.projects_masonry_holder article .icons_holder a.mkd-like.liked:before {
  font-family: ElegantIcons;
  content: "\e089";
  line-height: inherit;
}
.portfolio_slides .icons_holder a.preview:before,
.projects_holder article .icons_holder a.preview:before,
.projects_masonry_holder article .icons_holder a.preview:before {
  content: "\e02c";
  font-family: ElegantIcons;
  line-height: inherit;
}
.portfolio_slides li:hover .icons_holder a,
.projects_holder article:hover .icons_holder a,
.projects_masonry_holder article:hover .icons_holder a {
  opacity: 1;
}
.portfolio_slider,
.portfolio_slides .image_holder {
  position: relative;
  display: block;
  -webkit-backface-visibility: hidden;
}
.projects_holder .filler {
  display: inline-block;
  height: 0;
}
.projects_holder.v6 .mix {
  width: 15.7%;
  margin: 0 0 1.2%;
}
.projects_holder.v6 .mix {
  margin: 0 0 1.7%;
}
.projects_holder.v6 .filler {
  width: 15.7%;
}
.projects_holder.v6.no_space .mix,
.projects_holder.v6.standard_no_space .mix {
  width: 16.66%;
  margin: 0;
}
.projects_holder.v6.hover_text.no_space .mix {
  margin: 0 !important;
}
.projects_holder.v6.standard_no_space .mix {
  margin: 0 0 0;
}
.projects_holder.v6.no_space .filler,
.projects_holder.v6.standard_no_space .filler {
  width: 16.66%;
}
.firefox_mac_browser .projects_holder.v6.no_space .filler,
.firefox_mac_browser .projects_holder.v6.no_space .mix,
.firefox_mac_browser .projects_holder.v6.standard_no_space .filler,
.firefox_mac_browser .projects_holder.v6.standard_no_space .mix,
.safari_browser .projects_holder.v6.no_space .filler,
.safari_browser .projects_holder.v6.no_space .mix,
.safari_browser .projects_holder.v6.standard_no_space .filler,
.safari_browser .projects_holder.v6.standard_no_space .mix {
  width: 16.6%;
}
.projects_holder.v5 .mix {
  width: 18%;
  margin: 0 0 2.9%;
}
.projects_holder.v5 .mix {
  margin: 0 0 2%;
}
.projects_holder.v5 .filler {
  width: 18.5%;
}
.projects_holder.v5.no_space .mix,
.projects_holder.v5.standard_no_space .mix {
  width: 19.995%;
  margin: 0;
}
.projects_holder.v5.hover_text.no_space .mix {
  margin: 0 !important;
}
.projects_holder.v5.standard_no_space .mix {
  margin: 0 0 0;
}
.projects_holder.v5.no_space .filler,
.projects_holder.v5.standard_no_space .filler {
  width: 19.99%;
}
.firefox_mac_browser .projects_holder.v5.no_space .filler,
.firefox_mac_browser .projects_holder.v5.no_space .mix,
.firefox_mac_browser .projects_holder.v5.standard_no_space .filler,
.firefox_mac_browser .projects_holder.v5.standard_no_space .mix,
.safari_browser .projects_holder.v5.no_space .filler,
.safari_browser .projects_holder.v5.no_space .mix,
.safari_browser .projects_holder.v5.standard_no_space .filler,
.safari_browser .projects_holder.v5.standard_no_space .mix {
  width: 19.93%;
}
.projects_holder.v4 .mix {
  width: 23.5%;
  margin: 0 0 2.5%;
}
.projects_holder.v4 .mix {
  margin: 0 0 2.2%;
}
.projects_holder.v4 .filler {
  width: 23.5%;
}
.projects_holder.v4.no_space .mix,
.projects_holder.v4.standard_no_space .mix {
  width: 24.99%;
  margin: 0;
}
.projects_holder.v4.hover_text.no_space .mix {
  margin: 0 !important;
}
.projects_holder.v4.standard_no_space .mix {
  margin: 0 0 0;
}
.projects_holder.v4.no_space .filler,
.projects_holder.v4.standard_no_space .filler {
  width: 24.99%;
}
.firefox_mac_browser .projects_holder.v4.no_space .filler,
.firefox_mac_browser .projects_holder.v4.no_space .mix,
.firefox_mac_browser .projects_holder.v4.standard_no_space .filler,
.firefox_mac_browser .projects_holder.v4.standard_no_space .mix,
.safari_browser .projects_holder.v4.no_space .filler,
.safari_browser .projects_holder.v4.no_space .mix,
.safari_browser .projects_holder.v4.standard_no_space .filler,
.safari_browser .projects_holder.v4.standard_no_space .mix {
  width: 24.93%;
}
.projects_holder.v3 .mix {
  width: 32%;
  margin: 0 0 2.4%;
}
.projects_holder.v3 .mix {
  margin: 0 0 2.2%;
}
.projects_holder.v3 .filler {
  width: 32%;
}
.projects_holder.v3.no_space .mix,
.projects_holder.v3.standard_no_space .mix {
  width: 33.32%;
  margin: 0;
}
.projects_holder.v3.hover_text.no_space .mix {
  margin: 0 !important;
}
.projects_holder.v3.standard_no_space .mix {
  margin: 0 0 0;
}
.projects_holder.v3.no_space .filler,
.projects_holder.v3.standard_no_space .filler {
  width: 33.32%;
}
.firefox_mac_browser .projects_holder.v3.no_space .filler,
.firefox_mac_browser .projects_holder.v3.no_space .mix,
.firefox_mac_browser .projects_holder.v3.standard_no_space .filler,
.firefox_mac_browser .projects_holder.v3.standard_no_space .mix,
.safari_browser .projects_holder.v3.no_space .filler,
.safari_browser .projects_holder.v3.no_space .mix,
.safari_browser .projects_holder.v3.standard_no_space .filler,
.safari_browser .projects_holder.v3.standard_no_space .mix {
  width: 33.3%;
}
.projects_holder.v1 .filler,
.projects_holder.v1 .mix {
  width: 100%;
}
.projects_holder.v2 .mix {
  width: 49%;
  margin: 0 0 2.4%;
}
.projects_holder.v2 .mix {
  margin: 0 0 2.1%;
}
.projects_holder.v2 .filler {
  width: 49%;
}
.projects_holder.v2.no_space .mix,
.projects_holder.v2.standard_no_space .mix {
  width: 49.99%;
  margin: 0;
}
.projects_holder.v2.hover_text.no_space .mix {
  margin: 0 !important;
}
.projects_holder.v2.standard_no_space .mix {
  margin: 0 0 0;
}
.projects_holder.v2.no_space .filler,
.projects_holder.v2.standard_no_space .filler {
  width: 49.99%;
}
.firefox_mac_browser .projects_holder.v2.no_space .filler,
.firefox_mac_browser .projects_holder.v2.no_space .mix,
.firefox_mac_browser .projects_holder.v2.standard_no_space .filler,
.firefox_mac_browser .projects_holder.v2.standard_no_space .mix,
.safari_browser .projects_holder.v2.no_space .filler,
.safari_browser .projects_holder.v2.no_space .mix,
.safari_browser .projects_holder.v2.standard_no_space .filler,
.safari_browser .projects_holder.v2.standard_no_space .mix {
  width: 49.93%;
}
.portfolio_paging,
.portfolio_paging_loading {
  text-align: center;
  margin: 40px 0 0;
}
.portfolio_paging_loading {
  display: none;
}
.portfolio_with_hover_text .portfolio_paging,
.portfolio_with_hover_text .portfolio_paging_loading {
  margin: 32px 0 0;
}
.filter_outer {
  display: block;
  position: relative;
  margin: 0 0 36px;
}
.filter_outer.left_align {
  text-align: left;
}
.filter_outer.center_align {
  text-align: center;
}
.filter_outer.right_align {
  text-align: right;
}
.full_width .projects_holder_outer.v4.portfolio_with_space .filter_outer,
.full_width .projects_holder_outer.v5.portfolio_with_space .filter_outer,
.full_width .projects_holder_outer.v6.portfolio_with_space .filter_outer {
  width: 100%;
  margin: 0 auto 36px;
}
.full_width
  .projects_holder_outer.v4.portfolio_with_space.masonry_with_space
  .filter_outer,
.full_width
  .projects_holder_outer.v5.portfolio_with_space.masonry_with_space
  .filter_outer,
.full_width
  .projects_holder_outer.v6.portfolio_with_space.masonry_with_space
  .filter_outer,
.full_width
  .section_inner
  .projects_holder_outer.v4.portfolio_with_space
  .filter_outer,
.full_width
  .section_inner
  .projects_holder_outer.v5.portfolio_with_space
  .filter_outer,
.full_width
  .section_inner
  .projects_holder_outer.v6.portfolio_with_space
  .filter_outer {
  width: 100%;
}
.filter_outer.filter_portfolio {
  display: table;
  width: 100%;
}
.filter_outer.filter_portfolio .filter_holder {
  display: table-cell;
  vertical-align: middle;
}
.filter_holder ul {
  display: inline-block;
  list-style: none;
  vertical-align: middle;
}
.filter_holder ul li {
  cursor: pointer;
  display: block;
  margin: 0;
  float: left;
  text-align: center;
}
.filter_holder ul li.filter_title {
  text-align: left;
  cursor: default;
}
.filter_holder ul li span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.filter_holder.without_separator ul li span {
  padding: 0 15px;
}
.filter_holder ul li.filter_title span {
  padding: 0;
  color: #393939;
  font-weight: 700;
}
.filter_holder.without_separator ul li.filter_title span {
  padding: 0 15px 0 0;
}
.filter_holder ul li span:after {
  content: "|";
  position: absolute;
  right: 0;
  display: inline-block;
  width: 1px;
  color: #a6a6a6;
}
.filter_holder ul li.filter_title span:after,
.filter_holder ul li:last-child span:after,
.filter_holder.without_separator ul li span:after {
  content: none;
}
.filter_holder ul li.current span,
.filter_holder ul li:not(.filter_title):hover span {
  color: #18cfab;
}
.mkd_carousels.with_padding .slides > li,
.portfolio_slider.with_padding .portfolio_slides > li {
  padding: 0 10px;
}
.portfolio_paging .show_load_more_icon {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.projects_holder article .portfolio_title {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}
.projects_holder article .portfolio_title a:hover,
.projects_masonry_holder article .portfolio_title a:hover {
  color: #18cfab;
}
.projects_masonry_holder {
  opacity: 0;
}
.full_width .section_inner .projects_masonry_holder .portfolio_masonry_item,
.full_width
  .section_inner
  .projects_masonry_holder
  .portfolio_masonry_item.large_height,
.projects_masonry_holder .portfolio_masonry_item,
.projects_masonry_holder .portfolio_masonry_item.large_height {
  width: 33.33%;
}
.full_width
  .section_inner
  .projects_masonry_holder
  .portfolio_masonry_item.large_width,
.full_width
  .section_inner
  .projects_masonry_holder
  .portfolio_masonry_item.large_width_height,
.projects_masonry_holder .portfolio_masonry_item.large_width,
.projects_masonry_holder .portfolio_masonry_item.large_width_height {
  width: 66.66%;
}
.full_width .projects_masonry_holder .portfolio_masonry_item,
.full_width .projects_masonry_holder .portfolio_masonry_item.large_height {
  width: 20%;
}
.full_width .projects_masonry_holder .portfolio_masonry_item.large_width,
.full_width
  .projects_masonry_holder
  .portfolio_masonry_item.large_width_height {
  width: 40%;
}
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_item,
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_height {
  width: 25%;
}
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_item.large_width,
.full_width
  .projects_masonry_holder.gs4
  .portfolio_masonry_item.large_width_height {
  width: 50%;
}
.full_width .projects_masonry_holder.gs3 .portfolio_masonry_item,
.full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_height {
  width: 33.33%;
}
.full_width .projects_masonry_holder.gs3 .portfolio_masonry_item.large_width,
.full_width
  .projects_masonry_holder.gs3
  .portfolio_masonry_item.large_width_height {
  width: 66.66%;
}
.projects_masonry_holder .portfolio_masonry_grid_sizer {
  width: 33.33%;
}
.full_width .projects_masonry_holder .portfolio_masonry_grid_sizer {
  width: 20%;
}
.full_width .projects_masonry_holder.gs4 .portfolio_masonry_grid_sizer {
  width: 25%;
}
.full_width .projects_masonry_holder.gs3 .portfolio_masonry_grid_sizer {
  width: 33.33%;
}
.projects_masonry_holder .portfolio_masonry_item:after,
.projects_masonry_holder:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.projects_masonry_holder .portfolio_masonry_item {
  z-index: 1;
}
.projects_masonry_holder .portfolio_masonry_item.parallax_item {
  z-index: 0 !important;
}
.projects_masonry_holder .image_holder img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.projects_masonry_holder .image_holder {
  margin: 0;
}
.masonry_with_space .projects_holder {
  position: relative;
  opacity: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.masonry_with_space .projects_holder .mix {
  display: block;
  visibility: visible;
  padding: 0;
  margin: 0;
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
  box-sizing: border-box;
}
.masonry_with_space .projects_holder.v6 .portfolio_masonry_grid_sizer {
  width: 16.66%;
}
.masonry_with_space .projects_holder.v6 .filler,
.masonry_with_space .projects_holder.v6 .mix {
  width: 16.66%;
}
.masonry_with_space .projects_holder.v5 .portfolio_masonry_grid_sizer {
  width: 20%;
}
.masonry_with_space .projects_holder.v5 .filler,
.masonry_with_space .projects_holder.v5 .mix {
  width: 20%;
}
.masonry_with_space .projects_holder.v4 .portfolio_masonry_grid_sizer {
  width: 25%;
}
.masonry_with_space .projects_holder.v4 .filler,
.masonry_with_space .projects_holder.v4 .mix {
  width: 25%;
}
.masonry_with_space .projects_holder.v3 .portfolio_masonry_grid_sizer {
  width: 33.33%;
}
.masonry_with_space .projects_holder.v3 .filler,
.masonry_with_space .projects_holder.v3 .mix {
  width: 33.33%;
}
.masonry_with_space .projects_holder.v2 .portfolio_masonry_grid_sizer {
  width: 50%;
}
.masonry_with_space .projects_holder.v2 .filler,
.masonry_with_space .projects_holder.v2 .mix {
  width: 50%;
}
.projects_masonry_holder.masonry_with_padding {
  margin: 0 -10px;
}
.projects_masonry_holder.masonry_with_padding .portfolio_masonry_item {
  box-sizing: border-box;
  padding: 10px;
  -webkit-backface-visibility: hidden;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item
  .item_holder {
  max-height: 100%;
  height: 100%;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item
  .item_holder
  .image_holder {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item
  .item_holder
  .image_holder
  img {
  width: auto;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item
  .item_holder
  .image_holder
  .image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item
  .item_holder
  .image_holder
  .image
  img {
  position: absolute;
  top: 0;
  left: 0;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item.large_height
  .item_holder
  .image_holder
  img {
  max-width: inherit;
  width: auto;
  max-height: 100%;
}
.projects_masonry_holder.masonry_with_padding
  .portfolio_masonry_item.large_width
  .item_holder
  .image_holder
  img {
  max-width: 100%;
  height: auto;
  max-height: inherit;
}
.portfolio_main_holder .item_holder {
  position: relative;
  overflow: hidden;
}
.projects_holder article a.portfolio_link_class,
.projects_masonry_holder article a.portfolio_link_class {
  position: absolute;
  width: 100%;
  height: 100%;
}
.portfolio_main_holder .item_holder .text_holder {
  position: absolute;
}
.portfolio_main_holder .project_category {
  margin: 0;
  display: block;
  line-height: 1;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.portfolio_main_holder .item_holder .text_holder_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio_main_holder .item_holder .text_holder_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio_main_holder .item_holder .portfolio_shader {
  position: absolute;
  width: 100%;
  height: 100%;
}
.portfolio_main_holder .item_holder .icons_holder {
  font-family: "Open Sans", sans-serif;
}
.portfolio_main_holder .item_holder .icons_holder a {
  text-align: center;
}
.portfolio_main_holder .item_holder .portfolio_title {
  line-height: 1.25em;
}
.portfolio_slider_holder.standard li .project_category,
.projects_holder.standard article .project_category,
.projects_holder.standard_no_space article .project_category {
  margin: 10px 0 0 0;
}
.portfolio_main_holder .portfolio_slides .item_holder .project_category,
.portfolio_main_holder
  .portfolio_slides
  .item_holder.upward_hover
  .project_category {
  font-size: 14px;
  line-height: 35px;
  color: #18cfab;
}
.projects_holder article a.portfolio_link_class,
.projects_masonry_holder article a.portfolio_link_class {
  z-index: 5;
  left: 0;
}
.projects_holder article .item_holder.upward_hover a.portfolio_link_class,
.projects_masonry_holder
  article
  .item_holder.upward_hover
  a.portfolio_link_class {
  z-index: 4;
}
.portfolio_main_holder .item_holder.upward_hover .portfolio_shader {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio_main_holder
  .portfolio_slider
  .item_holder.upward_hover
  .portfolio_shader {
  background-color: transparent;
}
.portfolio_main_holder
  article:hover
  .item_holder.upward_hover
  .portfolio_shader,
.portfolio_slider li.item:hover .item_holder.upward_hover .portfolio_shader {
  opacity: 1;
}
.portfolio_main_holder .item_holder.upward_hover .image_holder {
  z-index: 2;
}
.portfolio_main_holder .item_holder.upward_hover .image_holder .image img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.portfolio_main_holder
  article:hover
  .item_holder.upward_hover
  .image_holder
  .image
  img,
.portfolio_slider
  li.item:hover
  .item_holder.upward_hover
  .image_holder
  .image
  img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio_main_holder .item_holder.upward_hover .text_holder {
  width: 100%;
  left: 0;
  height: auto;
  padding: 18px;
  top: auto;
  bottom: 0;
  opacity: 1;
  text-align: center;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
  background-color: #18cfab;
  z-index: 5;
}
.portfolio_main_holder
  .portfolio_slider
  .item_holder.upward_hover
  .text_holder {
  background-color: #283033;
}
.portfolio_main_holder article:hover .item_holder.upward_hover .text_holder,
.portfolio_slider li.item:hover .item_holder.upward_hover .text_holder {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.portfolio_main_holder .item_holder.upward_hover .portfolio_title {
  line-height: 1.7;
  font-size: 14px;
  padding-bottom: 0;
}
.portfolio_main_holder
  .portfolio_slider
  .item_holder.upward_hover
  .portfolio_title {
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
}
.portfolio_main_holder .item_holder.upward_hover .portfolio_title a {
  color: #fff;
}
.portfolio_main_holder .item_holder.upward_hover .text_holder .separator {
  border: none;
  height: 2px;
  display: inline-block;
  width: 15%;
  background-color: #fff;
}
.portfolio_main_holder
  .item_holder.upward_hover
  .text_holder
  .separator.animate {
  width: 0%;
  transition: width 0.5s 0.3s;
  -webkit-transition: width 0.5s 0.3s;
}
.portfolio_main_holder
  article:hover
  .item_holder.upward_hover
  .text_holder
  .separator.animate,
.portfolio_slider
  li.item:hover
  .item_holder.upward_hover
  .text_holder
  .separator.animate {
  width: 20%;
}
.portfolio_main_holder .item_holder.upward_hover .icons_holder {
  position: static;
  display: block;
}
.portfolio_main_holder .item_holder.upward_hover .icons_holder a {
  font-size: 16px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  padding: 3px;
  border-radius: 100%;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  margin: 0 10px 0 0;
}
.portfolio_main_holder .item_holder.upward_hover .icons_holder a:hover {
  background-color: #fff;
  color: #18cfab;
}
.portfolio_main_holder .item_holder.upward_hover .icons_holder a:last-child {
  margin: 0;
}
.portfolio_main_holder .item_holder.upward_hover .project_category {
  font-size: 14px;
  color: #fff;
}
.projects_holder
  article
  .item_holder.image_text_zoom_hover
  a.portfolio_link_class,
.projects_masonry_holder
  article
  .item_holder.image_text_zoom_hover
  a.portfolio_link_class {
  z-index: 5;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .image_holder {
  z-index: 2;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder {
  padding: 30px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: transparent;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 4;
}
.portfolio_main_holder
  article:hover
  .item_holder.image_text_zoom_hover
  .text_holder,
.portfolio_slider
  li.item:hover
  .item_holder.image_text_zoom_hover
  .text_holder {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .text_holder_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio_main_holder
  .item_holder.image_text_zoom_hover
  .text_holder
  .separator {
  width: 20%;
  display: inline-block;
  height: 4px;
  background: #18cfab;
  border-bottom: none;
}
.portfolio_main_holder
  .item_holder.image_text_zoom_hover
  .text_holder
  .separator.animate {
  width: 0%;
  transition: width 0.2s;
  -webkit-transition: width 0.2s;
}
.portfolio_main_holder
  article:hover
  .item_holder.image_text_zoom_hover
  .text_holder
  .separator.animate,
.portfolio_slider
  li.item:hover
  .item_holder.image_text_zoom_hover
  .text_holder
  .separator.animate {
  width: 20%;
}
.portfolio_main_holder
  article
  .item_holder.image_text_zoom_hover
  .portfolio_title
  a {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
}
.portfolio_main_holder
  .portfolio_slider
  .item_holder.image_text_zoom_hover
  .portfolio_title {
  color: #fff;
}
.portfolio_main_holder
  article
  .item_holder.cursor_change_hover
  .project_category,
.portfolio_main_holder
  article
  .item_holder.image_text_zoom_hover
  .project_category {
  color: #18cfab;
  line-height: 32px;
}
.portfolio_main_holder .icons_holder {
  margin-top: 10px;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .icons_holder a {
  display: inline-block;
  font-size: 35px;
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  background-color: transparent;
  border-radius: 50%;
  margin: 0 2px;
  color: #fff;
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  transition: background-color 0.2s, transform 0.2s;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.2s;
}
.portfolio_main_holder
  .item_holder.image_text_zoom_hover
  .icons_holder
  a:hover {
  -ms-transform: translateY(-10%);
  -moz-transform: translateY(-10%);
  -o-transform: translateY(-10%);
  transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .portfolio_shader {
  background-color: rgba(40, 48, 51, 0.75);
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.portfolio_main_holder
  article:hover
  .item_holder.image_text_zoom_hover
  .portfolio_shader,
.portfolio_slider
  li.item:hover
  .item_holder.image_text_zoom_hover
  .portfolio_shader {
  opacity: 1;
}
.portfolio_main_holder .item_holder.image_text_zoom_hover .image_holder .image {
  -webkit-transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  transition: 0.5s cubic-bezier(0.19, 1, 0.22, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  display: inline-block;
  vertical-align: middle;
}
.portfolio_main_holder
  article:hover
  .item_holder.image_text_zoom_hover
  .image_holder
  .image,
.portfolio_slider
  li.item:hover
  .item_holder.image_text_zoom_hover
  .image_holder
  .image {
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.projects_holder .item_holder.cursor_change_hover a.portfolio_link_class,
.projects_masonry_holder
  .item_holder.cursor_change_hover
  a.portfolio_link_class {
  z-index: 6;
  cursor: url(img/cursor_plus.cur), crosshair;
  cursor: url(img/cursor_plus.png) 22 22, crosshair;
}
.portfolio_main_holder .cursor_img {
  position: absolute;
  z-index: 1000;
}
.portfolio_main_holder .item_holder.cursor_change_hover .image_holder {
  z-index: 2;
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder {
  padding: 30px;
  font-size: 14px;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  background-color: transparent;
  top: 0;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  z-index: 4;
}
.portfolio_main_holder
  article:hover
  .item_holder.cursor_change_hover
  .text_holder,
.portfolio_slider li.item:hover .item_holder.cursor_change_hover .text_holder {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder_outer {
  display: table;
  width: 100%;
  height: 100%;
}
.portfolio_main_holder .item_holder.cursor_change_hover .text_holder_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.portfolio_main_holder .item_holder.cursor_change_hover .portfolio_title {
  font-size: 17px;
}
.portfolio_main_holder .item_holder.cursor_change_hover .portfolio_title a {
  color: #fff;
}
.portfolio_main_holder
  .item_holder.cursor_change_hover
  .text_holder
  .separator {
  display: inline-block;
  margin: 10px 0;
  height: 2px;
  background-color: #fff;
  border-bottom: none;
  display: inline-block;
  width: 10%;
}
.portfolio_main_holder
  .item_holder.cursor_change_hover
  .text_holder
  .separator.animate {
  width: 0%;
  border-bottom: none;
  -webkit-transition: width 0.4s 0s;
  transition: width 0.4s 0s;
}
.portfolio_main_holder
  article:hover
  .item_holder.cursor_change_hover
  .text_holder
  .separator.animate,
.portfolio_slider
  li.item:hover
  .item_holder.cursor_change_hover
  .text_holder
  .separator.animate {
  -webkit-transition: width 0.4s 0s;
  transition: width 0.4s 0s;
  width: 10%;
}
.portfolio_main_holder .item_holder.cursor_change_hover .portfolio_shader {
  background-color: rgba(40, 48, 51, 0.75);
  z-index: 3;
  -webkit-transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.portfolio_main_holder
  article:hover
  .item_holder.cursor_change_hover
  .portfolio_shader,
.portfolio_slider
  li.item:hover
  .item_holder.cursor_change_hover
  .portfolio_shader {
  opacity: 1;
}
.portfolio_main_holder .item_holder.text_slides_with_image .text_holder {
  width: 100%;
  font-weight: 900;
  font-size: 18px;
  text-transform: uppercase;
  left: 0;
  height: 100%;
  margin: 0;
  top: 0;
  box-sizing: border-box;
  z-index: 5;
  -webkit-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  padding: 10%;
}
.portfolio_main_holder .item_holder.text_slides_with_image .portfolio_title a {
  color: #fff;
  line-height: 30px;
}
.portfolio_main_holder .item_holder.text_slides_with_image .project_category {
  color: #fff;
  line-height: 32px;
}
.portfolio_main_holder .item_holder.text_slides_with_image .portfolio_shader {
  background-color: #18cfab;
}
.portfolio_main_holder
  article:hover
  .item_holder.text_slides_with_image
  .text_holder,
.portfolio_slider_holder
  li:hover
  .item_holder.text_slides_with_image
  .text_holder {
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.portfolio_main_holder .item_holder.text_slides_with_image .icons_holder {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 20;
  width: 100%;
}
.portfolio_main_holder .item_holder.text_slides_with_image .icons_holder.left {
  text-align: left;
}
.portfolio_main_holder .item_holder.text_slides_with_image .icons_holder.right {
  text-align: right;
}
.portfolio_main_holder
  .item_holder.text_slides_with_image
  .icons_holder.center {
  text-align: center;
}
.portfolio_main_holder .item_holder.text_slides_with_image .icons_holder a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  vertical-align: middle;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  background: #000;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.portfolio_main_holder
  .item_holder.text_slides_with_image
  .icons_holder
  a:hover {
  background: #fff;
  color: #000;
}
.portfolio_main_holder .item_holder.text_slides_with_image .image_holder {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.portfolio_main_holder
  article:hover
  .item_holder.text_slides_with_image
  .image_holder,
.portfolio_slider_holder
  li:hover
  .item_holder.text_slides_with_image
  .image_holder {
  -webkit-transform: translateX(101%);
  -ms-transform: translateX(101%);
  -moz-transform: translateX(101%);
  -o-transform: translateX(101%);
  transform: translateX(101%);
  opacity: 1;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
}
.projects_holder_outer:not(.masonry_with_space)
  .portfolio_main_holder.projects_holder.portfolio_one_by_one
  article {
  opacity: 0 !important;
}
.projects_holder_outer:not(.masonry_with_space)
  .portfolio_main_holder.projects_holder.portfolio_one_by_one
  article.show {
  opacity: 1 !important;
}
.portfolio_main_holder.portfolio_one_by_one article,
.projects_holder_outer.masonry_with_space
  .portfolio_main_holder.projects_holder.portfolio_one_by_one
  article,
.projects_masonry_holder.portfolio_one_by_one article {
  opacity: 0;
  -moz-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.projects_holder_outer.masonry_with_space
  .portfolio_main_holder.projects_holder.portfolio_one_by_one
  article.show,
.projects_masonry_holder.portfolio_one_by_one article.show {
  opacity: 1;
}
.portfolio_main_holder.slide_from_top article {
  overflow: hidden;
}
.portfolio_main_holder.slide_from_top article .item_holder,
.portfolio_main_holder.slide_from_top article .portfolio_description {
  opacity: 0 !important;
  -webkit-transform: translateY(-70%);
  transform: translateY(-70%);
  -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio_main_holder.slide_from_top article.show .item_holder,
.portfolio_main_holder.slide_from_top article.show .portfolio_description {
  opacity: 1 !important;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio_main_holder.diagonal_fade article {
  opacity: 0 !important;
  -moz-transition: opacity 0.4s ease-in-out, -moz-transform 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out,
    -webkit-transform 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8);
}
.portfolio_main_holder.diagonal_fade article.show {
  opacity: 1 !important;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.portfolio_main_holder.slide_from_left article {
  overflow: hidden;
}
.portfolio_main_holder.slide_from_left article .item_holder,
.portfolio_main_holder.slide_from_left article .portfolio_description {
  opacity: 0 !important;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.portfolio_main_holder.slide_from_left article.show .item_holder,
.portfolio_main_holder.slide_from_left article.show .portfolio_description {
  opacity: 1 !important;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.mkd_accordion_holder {
  position: relative;
  display: block;
  visibility: hidden;
}
.mkd_accordion_holder.accordion .ui-accordion-header {
  cursor: pointer;
  position: relative;
  display: block;
  height: 42px;
  line-height: 42px;
  color: #283033;
  padding: 0;
  margin: 28px 0 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
}
.mkd_accordion_holder.accordion.boxed .ui-accordion-header {
  text-align: center;
  height: auto;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  padding: 16px 27px;
  color: #283033;
  background-color: #fff;
  border: 1px solid #dadadb;
  border-top-width: 0;
}
.mkd_accordion_holder.accordion.boxed.has_pattern .ui-accordion-header {
  background-image: url(img/space_around_content_patern.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.mkd_accordion_holder.accordion .ui-accordion-header:first-child {
  margin: 0;
}
.mkd_accordion_holder.accordion.boxed .ui-accordion-header:first-child {
  border-top-width: 1px;
}
.mkd_accordion_holder.accordion .ui-accordion-header span.tab-title,
.mkd_accordion_holder.accordion .ui-accordion-header span.tab-title-inner {
  color: inherit;
  line-height: inherit;
}
.mkd_accordion_holder.accordion:not(.boxed)
  .ui-accordion-header
  span.tab-title {
  padding: 0 0 0 60px;
  display: table;
  width: 100%;
  height: 100%;
  line-height: normal;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mkd_accordion_holder.accordion:not(.boxed)
  .ui-accordion-header
  span.tab-title-inner {
  position: relative;
  display: table-cell;
  width: 100%;
  height: 100%;
  line-height: normal;
  vertical-align: middle;
}
.mkd_accordion_holder.accordion:not(.boxed) .ui-accordion-header,
.mkd_accordion_holder.accordion:not(.boxed) .ui-accordion-header:hover {
  background-color: transparent !important;
  border-color: transparent !important;
}
.mkd_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-active,
.mkd_accordion_holder.accordion.boxed .ui-accordion-header.ui-state-hover {
  background-color: #fff;
  border-color: #dadadb;
}
.mkd_accordion_holder .ui-accordion-header .accordion_mark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 42px;
  height: 42px;
  line-height: 40px;
  background-color: #fff;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #dadadb;
}
.mkd_accordion_holder.boxed .ui-accordion-header .accordion_mark {
  border: 0;
  background-color: transparent;
}
.mkd_accordion_holder.boxed .ui-accordion-header .accordion_mark {
  width: 50px;
  height: 50px;
  line-height: 50px;
}
.mkd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  text-align: center;
  color: #dadadb;
  font-size: 27px;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.mkd_accordion_holder.accordion .ui-accordion-header .accordion_mark_icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: inherit;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  margin-left: -1px;
  font-weight: inherit;
}
.mkd_accordion_holder.accordion
  .ui-accordion-header
  .accordion_mark_icon
  .icon_minus-06,
.mkd_accordion_holder.accordion
  .ui-accordion-header.ui-state-active
  .accordion_mark_icon
  .icon_plus {
  opacity: 0;
}
.mkd_accordion_holder.accordion
  .ui-accordion-header.ui-state-active
  .accordion_mark_icon
  .icon_minus-06,
.mkd_accordion_holder.accordion
  .ui-accordion-header.ui-state-hover
  .accordion_mark_icon
  .icon_minus-06 {
  opacity: 1;
}
.mkd_accordion_holder.accordion div.accordion_content {
  margin: 0;
  padding: 5px 0 0 60px;
}
.mkd_accordion_holder.accordion.boxed div.accordion_content {
  padding: 0;
}
.mkd_accordion_holder.accordion div.accordion_content_inner {
  display: block;
}
.mkd_accordion_holder:not(.boxed) div.accordion_content_inner {
  background-color: transparent !important;
}
.mkd_accordion_holder.accordion.boxed div.accordion_content_inner {
  padding: 20px 40px 20px 50px;
  text-align: center;
  border: 1px solid #dadadb;
  border-top-width: 0;
  background-color: #f7f7f7;
}
.mkd_accordion_holder.accordion.accordion_hide_icon div.accordion_content {
  padding: 5px 0 0 0;
}
.mkd_accordion_holder.accordion_hide_icon .ui-accordion-header .accordion_mark {
  display: none;
}
.mkd_accordion_holder.accordion.accordion_hide_icon
  .ui-accordion-header
  span.tab-title {
  padding: 0;
}
.mkd_accordion_holder.accordion.accordion_hide_icon.accordion_left_align
  .ui-accordion-header {
  text-align: left;
}
.mkd_accordion_holder.accordion.accordion_hide_icon.accordion_right_align
  .ui-accordion-header {
  text-align: right;
}
.mkd_accordion_holder.accordion.accordion_hide_icon.accordion_center_align
  .ui-accordion-header {
  text-align: center;
}
.mkd_accordion_holder.accordion.boxed.accordion_show_icon .ui-accordion-header {
  text-align: right;
}
.mkd_accordion_holder.accordion.boxed.accordion_show_icon.icon_left_align
  .ui-accordion-header {
  text-align: right;
}
.mkd_accordion_holder.accordion.boxed.accordion_show_icon.text_left_align
  .ui-accordion-header {
  text-align: left;
}
.mkd_accordion_holder.accordion.boxed.accordion_show_icon.text_left_align
  .ui-accordion-header
  .accordion_mark {
  left: auto;
  right: 0;
}
.mkd_accordion_holder.accordion.boxed.accordion_show_icon.icon_and_text_left_align
  .ui-accordion-header {
  text-align: left;
  padding-left: 50px;
}
blockquote {
  position: relative;
  border-left: 2px solid #e8e8e8;
}
blockquote.with_background,
blockquote.with_border {
  padding: 0 14px 14px 0;
}
blockquote.with_border {
  border-left: 2px solid #e8e8e8;
}
blockquote.with_border.with_quote_icon {
  padding: 0;
}
blockquote.with_quote_icon {
  display: table;
}
blockquote.with_quote_icon .icon_quotations_holder {
  display: table-cell;
  padding: 0;
  padding-right: 10px;
  font-size: 74px;
  line-height: 74px;
  font-weight: 400;
  color: #e8e8e8;
}
.page blockquote.with_quote_icon .icon_quotations_holder {
  border-right: 1px solid #e8e8e8;
}
blockquote.with_quote_icon .blockquote_text {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}
.blog_standard_type .blockquote_shortcode.with_quote_icon > span:after,
.single .blockquote_shortcode.with_quote_icon > span:after {
  content: "";
  position: absolute;
  height: 70%;
  top: 25px;
  width: 1px;
  background-color: #e8e8e8;
}
.blog_standard_type .blockquote_shortcode.with_quote_icon,
.blog_standard_type blockquote.with_quote_icon .icon_quotations_holder,
.single .blockquote_shortcode.with_quote_icon {
  border: none;
}
.blog_standard_type .blockquote_text,
.single .blockquote_text {
  padding-left: 10px;
}
.blog_standard_type blockquote.with_quote_icon .icon_quotations_holder,
.single blockquote.with_quote_icon .icon_quotations_holder {
  position: relative;
  top: -10px;
  left: -10px;
}
.mkd_dropcap {
  position: relative;
  display: inline-block;
  float: left;
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 44px;
  color: #18cfab;
  font-weight: 700;
  text-align: center;
  margin: 5px 20px 0 0;
  border: 1px solid transparent;
}
.mkd_dropcap.circle,
.mkd_dropcap.square {
  margin: 7px 10px 0 0;
  font-size: 17px;
  background-color: #18cfab;
  color: #fff;
  height: 38px;
  width: 38px;
  line-height: 38px;
}
.mkd_dropcap.circle {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.wpb_gallery .image_gallery_title {
  bottom: 0;
  padding-top: 40px;
  box-sizing: border-box;
  background-color: #fff;
  width: 100%;
}
.wpb_gallery .show_border .image_gallery_title {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
}
.gallery_holder {
  display: block;
  position: relative;
}
.wpb_image_grid .gallery_holder {
  width: 100.1%;
}
.wpb_image_grid .gallery_holder ul li a {
  margin-right: -1px;
  margin-bottom: -1px !important;
  margin-left: -1px;
}
.gallery_holder ul {
  list-style: none;
  display: block;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.gallery_holder ul li {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
}
.gallery_holder ul li a {
  display: block;
  position: relative;
  -webkit-backface-visibility: hidden;
}
.gallery_holder ul li a {
  display: block;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
}
.gallery_holder ul li a img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}
.gallery_holder ul li.grayscale a img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(img/desaturate.svg#grayscale);
}
.gallery_holder ul li.grayscale:hover a img {
  -webkit-filter: grayscale(0);
  filter: none;
}
.gallery_holder ul li:hover a img {
  -webkit-transform: scale(1.03, 1.03);
  -moz-transform: scale(1.03, 1.03);
  -ms-transform: scale(1.03, 1.03);
  -o-transform: scale(1.03, 1.03);
  transform: scale(1.03, 1.03);
}
.gallery_holder ul li .gallery_hover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  visibility: visible;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index: 1000;
}
.gallery_holder ul li:hover .gallery_hover {
  opacity: 1;
}
.gallery_holder ul li .gallery_hover i {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  font-size: 12px;
  color: #fff;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.gallery_holder ul li .gallery_hover i.fa-search:hover {
  background-color: #9d9d9d;
}
.gallery_holder ul li .gallery_hover i.fa-search {
  background-color: #18cfab;
}
.gallery_holder ul li .gallery_hover i.fa-plus {
  background-color: transparent;
}
.gallery_holder ul.gallery_without_space.v5 li,
.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v5 li {
  width: 20%;
  margin: 0;
}
.gallery_holder ul.gallery_without_space.v4 li,
.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v4 li {
  width: 25%;
  margin: 0;
}
.gallery_holder ul.gallery_without_space.v3 li,
.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v3 li {
  width: 33.33333333333333%;
  margin: 0;
}
.gallery_holder ul.gallery_without_space.v2 li,
.wpb_gallery_slides .gallery_holder ul.gallery_without_space.v2 li {
  width: 50%;
  margin: 0;
}
.gallery_holder .gallery_inner.gallery_with_space li {
  margin-bottom: 2%;
}
.gallery_holder .gallery_inner.gallery_with_space li:last-child {
  margin-bottom: 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v2 li {
  width: 48%;
  margin: 0 2% 2% 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v2 li:nth-child(2n) {
  margin-right: 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v3 li {
  width: 32%;
  margin: 0 2% 2% 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v3 li:nth-child(3n) {
  margin-right: 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v4 li {
  width: 23.5%;
  margin: 0 2% 2% 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v4 li:nth-child(4n) {
  margin-right: 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v5 li {
  width: 18.4%;
  margin: 0 2% 2% 0;
}
.gallery_holder .gallery_inner.gallery_with_space.v5 li:nth-child(5n) {
  margin-right: 0;
}
.highlight {
  background-color: #18cfab;
  color: #fff;
  padding: 0 3px;
}
.testimonials {
  position: relative;
}
.testimonials.testimonials_carousel {
  visibility: hidden;
}
.testimonials.image_above.with_arrows {
  padding: 0 100px;
}
.testimonials.image_above.with_arrows.testimonial_content_in_grid {
  padding: 0;
}
.testimonials .testimonial_container {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  text-align: left;
  margin: 0 0 16px;
}
.testimonials.image_above .testimonial_image_holder {
  margin: 0 0 27px 0;
  width: 113px;
  height: 113px;
  overflow: hidden;
  display: inline-block;
  border-radius: 200px;
  border-style: solid;
  position: absolute;
}
.testimonials.image_above .image_center .testimonial_image_holder {
  position: initial;
  margin: 27px 0;
  width: initial;
  height: initial;
}
.testimonials.image_above .center_align.image_center .testimonial_image_holder {
  position: initial;
  -ms-transform: initial;
  -moz-transform: initial;
  -o-transform: initial;
  -webkit-transform: initial;
  transform: initial;
}
.testimonials .relative_position.image_bottom .testimonial_image_holder,
.testimonials
  .relative_position.image_bottom.center_align
  .testimonial_image_holder,
.testimonials .relative_position.image_top .testimonial_image_holder,
.testimonials
  .relative_position.image_top.center_align
  .testimonial_image_holder {
  position: relative;
  margin: 0;
  top: auto;
  width: auto;
  height: auto;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: visible;
}
.testimonials .relative_position.image_bottom .testimonial_text_inner,
.testimonials .relative_position.image_top .testimonial_text_inner {
  padding: 0;
  margin: 0;
}
.testimonials.image_above
  .center_align.relative_position
  .testimonial_image_holder,
.testimonials.image_above
  .left_align.relative_position
  .testimonial_image_holder {
  left: auto;
}
.testimonials.image_above
  .right_align.relative_position
  .testimonial_image_holder {
  right: auto;
}
.testimonials.image_above .center_align .testimonial_image_holder {
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.testimonials.image_above .left_align .testimonial_image_holder {
  left: 0;
  margin-left: 0;
}
.testimonials.image_above .right_align .testimonial_image_holder {
  margin-right: 0;
  right: 0;
}
.testimonials.image_above
  .image_top.absolute_position
  .testimonial_image_holder {
  top: 0;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials.image_above
  .image_top.center_align.absolute_position
  .testimonial_image_holder {
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.testimonials.image_above .image_top .testimonial_text_inner {
  padding: 56px 0 0 0;
}
.testimonials.image_above
  .image_bottom.absolute_position
  .testimonial_image_holder {
  top: 100%;
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.testimonials.image_above
  .image_bottom.center_align.absolute_position
  .testimonial_image_holder {
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-backface-visibility: hidden;
}
.testimonials .image_bottom .testimonial_text_inner {
  padding: 0 0 56px 0;
}
.testimonials .testimonial_image_holder img {
  max-width: 100%;
}
.testimonials .testimonial_title {
  font-size: 30px;
  line-height: 1.6em;
  font-weight: 700;
  color: #333;
  margin: 20px 0;
}
.testimonials_holder .testimonial_separator {
  display: inline-block;
  width: 78px;
  height: 1px;
  background-color: #333;
  margin: 0 0 17px 0;
}
.testimonials
  .image_top
  .testimonial_text_inner.without_title
  .testimonial_text {
  padding: 34px 0 0;
}
.testimonials_holder .testimonial_text {
  font-size: 19px;
  line-height: 36px;
  font-weight: 300;
  color: #474c4e;
}
.testimonials .testimonial_text_inner .testimonial_author {
  line-height: 22em;
  font-size: 13px;
  font-weight: 900;
  margin: 0 0 10px;
  color: #18cfab;
  text-transform: capitalize;
}
.testimonials .image_bottom .testimonial_text_inner .testimonial_author {
  margin: 20px 0 45px 0;
}
.testimonials
  .testimonial_text_inner
  .testimonial_author
  .testimonials_job.below {
  display: block;
  margin-top: 5px;
}
.testimonials_holder .flex-direction-nav {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -25px;
}
.testimonials_holder .flex-direction-nav li {
  display: inline-block;
  height: 50px;
  width: 50px;
}
.testimonials_holder .flex-direction-nav a {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  text-indent: -9999px;
  background-color: #fff;
  margin: -25px 0 0 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
.testimonials_holder .flex-direction-nav a:hover {
  background-color: #18cfab;
  opacity: 1;
}
.testimonials_holder.light .flex-direction-nav a:hover {
  background-color: #18cfab;
}
.testimonials_holder .flex-direction-nav a span {
  position: relative;
  width: 50px;
  height: 50px;
  display: block;
}
.testimonials_holder .flex-direction-nav a span:before {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  color: #333;
  text-indent: 0;
  font-size: 30px;
  -webkit-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.testimonials_holder .flex-direction-nav a:hover:before {
  color: #fff;
}
.testimonials_holder .flex-direction-nav a.flex-prev {
  left: 0;
}
.testimonials_holder .flex-direction-nav a.flex-next {
  right: 0;
}
.testimonials_holder.full_width {
  background: 0 0;
}
.content .testimonial_content .container .container_inner {
  padding: 0;
}
.testimonial_text_holder {
  position: relative;
  display: block;
}
.testimonial_content.center_align,
.testimonial_text_holder.center_align {
  text-align: center;
}
.testimonial_content.right_align,
.testimonial_text_holder.right_align {
  text-align: right;
}
.testimonials .testimonial_text_inner {
  display: block;
}
.testimonials_holder .flex-control-paging {
  display: block;
  text-align: center;
  margin-top: 35px;
}
.testimonials_holder .flex-control-paging li {
  display: inline-block;
}
.testimonials_holder .flex-control-paging li a {
  display: inline-block;
  vertical-align: middle;
  text-indent: -5000px;
  width: 12px;
  height: 12px;
  position: relative;
  margin: 0 5px;
  background-color: #74797b;
  border-radius: 5em;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
}
.testimonials_holder .flex-control-paging li:last-child a {
  margin-right: 0;
}
.testimonials_holder.light .flex-control-paging li a {
  border-color: #fff;
}
.testimonials_holder .flex-control-paging li a.flex-active {
  background-color: #18cfab;
  opacity: 1;
}
.testimonials_holder .testimonials.button_with_border .flex-control-paging a {
  border: 1px solid #fff;
}
.testimonials_holder
  .testimonials.button_with_border
  .flex-control-paging
  a.flex-active {
  width: 14px;
  height: 14px;
  border-width: 3px;
}
.testimonials_holder
  .testimonials.button_with_border
  .flex-control-paging
  a.flex-active:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: solid 1px #8b8b8b;
  border-radius: 50%;
  width: 14px;
  padding-bottom: 6px;
  min-height: 100%;
}
.testimonials .relative_position .testimonial_image_holder {
  display: inline-flex;
}
.testimonials.image_left .testimonial_content .testimonial_image_left_holder {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.testimonials.image_left
  .testimonial_image_left_holder
  .testimonial_image_holder {
  display: table-cell;
  overflow: hidden;
  width: 35%;
  vertical-align: top;
  padding-right: 20px;
}
.testimonials.image_left
  .testimonial_image_left_holder
  .testimonial_image_holder
  img {
  border-radius: 200px;
}
.testimonials.image_left
  .testimonial_image_left_holder
  .testimonial_content_inner {
  display: table-cell;
  vertical-align: top;
}
.testimonials.image_left[data-show-navigation-arrows="yes"]
  .testimonial_text_holder {
  padding-bottom: 50px;
}
.testimonials.image_left[data-show-navigation="yes"] .testimonial_text_holder {
  padding-bottom: 24px;
}
.testimonials.image_left .flex-control-paging {
  margin-top: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 110;
}
.testimonials.image_left.show_images .flex-control-paging,
.testimonials.image_left.show_images .flex-direction-nav {
  left: 35%;
}
.testimonials.image_left .flex-direction-nav {
  top: auto;
  bottom: 0;
  left: 0;
  width: auto;
}
.testimonials.image_left .flex-direction-nav a {
  top: auto;
  bottom: 0;
  margin: 0;
}
.testimonials.image_left .flex-direction-nav li:first-child {
  margin-right: 5px;
}
.testimonials.with_icon .testimonial_content .testimonial_with_icon_holder {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.testimonials.with_icon .testimonial_with_icon_holder .testimonial_icon_holder {
  display: table-cell;
  width: 10%;
  vertical-align: top;
  text-align: center;
}
.testimonials.with_icon
  .testimonial_with_icon_holder
  .testimonial_icon_holder
  i,
.testimonials.with_icon
  .testimonial_with_icon_holder
  .testimonial_icon_holder
  span {
  font-size: 30px;
  color: #18cfab;
  padding-left: 5px;
}
.testimonials.with_icon
  .testimonial_with_icon_holder
  .testimonial_content_inner {
  display: table-cell;
  vertical-align: top;
}
.testimonials.with_icon
  .testimonial_with_icon_holder
  .testimonial_content_inner
  .testimonial_text_inner {
  padding: 0 15px;
}
.testimonials.with_icon
  .testimonial_with_icon_holder
  .testimonial_content_inner
  .testimonial_title {
  margin-top: 0;
  line-height: 1em;
}
.testimonials_holder.testimonials_type_carousel_holder {
  margin-left: -10px;
  margin-right: -10px;
}
.testimonials.testimonials_carousel.testimonial_type_carousel {
  margin: 0;
  width: 100.2%;
  position: relative;
  zoom: 1;
  display: block;
  -webkit-backface-visibility: hidden;
  visibility: visible;
}
.testimonials.testimonials_carousel.testimonial_type_carousel
  .testimonial_content {
  text-align: center;
}
.testimonials.testimonials_carousel.testimonial_type_carousel .slides {
  padding: 0;
  list-style: none;
  zoom: 1;
  opacity: 0;
}
.testimonials.testimonials_carousel.testimonial_type_carousel .slides > li {
  background-color: #fff;
  position: relative;
  margin: 0;
  float: left;
  margin: 10px;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_type_carousel_container {
  border-width: 1px;
  border-color: #e9e9ea;
  border-style: solid;
  border-top: 0;
  box-sizing: border-box;
}
.testimonials_holder .testimonial_type_carousel .testimonial_text {
  padding: 27px 20px 6px;
  line-height: 30px;
  color: #64686b;
  font-style: italic;
}
.testimonials.testimonial_type_carousel .testimonial_image_holder {
  padding: 25px 10px 5px;
  display: inline-flex;
}
.testimonials.testimonial_type_carousel .testimonial_author_holder {
  padding: 10px 10px 16px;
}
.testimonials.testimonial_type_carousel .testimonial_author_holder p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: capitalize;
  color: #283033;
  padding-bottom: 10px;
}
.testimonials.testimonial_type_carousel
  .testimonial_author_holder
  p.testimonials_job {
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #6a6a6a;
}
.testimonials.testimonials_carousel.testimonial_type_carousel
  .slides
  > li
  .top_color_holder {
  display: block;
  height: 5px;
  background-color: #18cfab;
}
.testimonials.testimonials_carousel.testimonial_type_carousel
  .caroufredsel-direction-nav
  a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
}
.testimonials.testimonials_carousel.testimonial_type_carousel
  .caroufredsel-direction-nav
  a:hover {
  background-color: #18cfab;
  opacity: 1;
}
.testimonials.testimonials_carousel.testimonial_type_carousel
  .caroufredsel-direction-nav
  a
  span:before {
  position: absolute;
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  left: 0;
  color: #333;
  text-indent: 0;
  font-size: 30px;
  -webkit-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.testimonials_holder .testimonial_type_carousel .caroufredsel-prev {
  left: 20px;
}
.testimonials_holder .testimonial_type_carousel .caroufredsel-next {
  right: 20px;
}
.testimonials_holder .testimonial_type_carousel .testimonial_slider_pager {
  text-align: center;
  padding: 25px 0 5px;
}
.testimonials_holder .testimonial_type_carousel .testimonial_slider_pager a {
  display: inline-block;
  box-sizing: border-box;
  width: 11px;
  height: 11px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 50%;
  margin: 0 5px;
  vertical-align: middle;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_slider_pager.button_with_border
  a {
  border: 1px solid #ddddde;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_slider_pager
  a.selected {
  opacity: 1;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_slider_pager.button_with_border
  a.selected {
  background-color: #18cfab;
  width: 18px;
  height: 18px;
  position: relative;
  opacity: 1;
  border-width: 3px;
  border-color: #fff;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_slider_pager.button_with_border
  a.selected:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  border: solid 1px #ddddde;
  border-radius: 50%;
  width: 18px;
  padding-bottom: 6px;
  min-height: 100%;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_slider_pager
  a
  span {
  display: none;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_type_carousel_text_holder {
  border-bottom: 1px solid #e9e9ea;
}
.testimonials_holder
  .testimonial_type_carousel
  .testimonial_type_carousel_triangle {
  display: inline-block;
  border: solid #e9e9ea;
  border-width: 0 0 1px 1px;
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 12px;
  width: 10px;
  height: 10px;
  overflow: hidden;
  background-color: #fff;
}
.testimonials_carousel .slides li {
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}
.testimonials_carousel .slides li:not(.active) {
  opacity: 0.3;
}
.testimonials_carousel .slides .active {
  opacity: 1;
}
.testimonials_carousel .slides .active:nth-child(1) {
  -webkit-transition-delay: 0.02s;
  transition-delay: 0.02s;
}
.testimonials_carousel .slides .active:nth-child(2) {
  -webkit-transition-delay: 0.11s;
  transition-delay: 0.11s;
}
.testimonials_carousel .slides .active:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.wpb_content_element.wpb_single_image img {
  vertical-align: middle;
}
.prettyphoto_container {
  display: inline-block;
  position: relative;
}
.prettyphoto_container span {
  display: none;
}
.prettyphoto_container:hover span {
  position: absolute;
  background-color: rgba(39, 158, 255, 0.85);
  width: 100%;
  height: 100%;
  display: block;
}
.prettyphoto_container:hover span i {
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  display: block;
  color: #fff;
}
.vc_single_image-wrapper {
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}
.link_animation .vc_single_image-wrapper {
  overflow: visible;
}
.single_image_shader {
  position: absolute;
  top: -1px;
  right: -1px;
  border-radius: 0 15px 0 0;
  width: 50%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    52deg,
    rgba(255, 255, 255, 0) 52%,
    red 52%
  );
  background-image: linear-gradient(52deg, rgba(255, 255, 255, 0) 52, red 52%);
  -webkit-filter: blur(0.9px);
  filter: blur(0.9px);
  right: -100%;
  -webkit-transition: right 0.5s ease-out 0.3s;
  transition: right 0.5s ease-out 0.3s;
}
.single_image_shader.appeared {
  right: -1px;
}
.single_image_popup_message {
  position: absolute;
  top: 10%;
  right: 5%;
  display: table;
  box-sizing: border-box;
  background-color: #18cfab;
  padding: 0 8px;
  height: auto;
  border-radius: 3px;
  margin: auto;
  max-width: 80px;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.single_image_popup_message > span {
  font-size: 11px;
  font-weight: 700;
  font-family: Lato, sans-serif;
  color: #fff;
  display: table-cell;
  vertical-align: middle;
  height: auto;
}
.popup_message_tip {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #18cfab;
}
.single_image_popup_message.appeared {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0.29, 1, 1.83)
    0.2s;
  transition: transform 0.2s cubic-bezier(0.65, 0.29, 1, 1.83) 0.2s;
}
.wpb_single_image .wpb_wrapper.link_animation img {
  transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
}
.wpb_single_image .wpb_wrapper.link_animation:hover img {
  -webkit-animation: toggle 0.4s ease-out;
  animation: toggle 0.4s ease-out;
}
@-webkit-keyframes toggle {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  90% {
    -webkit-transform: scale(1.03);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@keyframes toggle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  90% {
    transform: scale(1.03);
  }
  100% {
    transform: scale(1);
  }
}
.backface-remove {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
.image_number_holder {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 72px;
  min-width: 72px;
  padding: 0 10px;
  display: table;
  text-align: center;
  background-color: #18cfab;
}
.image_number_holder span {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
  font-size: 43px;
  font-weight: 700;
}
.mkd_tabs {
  display: block;
  visibility: hidden;
}
.mkd_tabs .tabs-nav {
  list-style: none outside none;
  margin: 0;
  overflow: hidden;
  padding: 0;
  display: inline-block;
  position: relative;
  z-index: 2;
  vertical-align: middle;
}
.mkd_tabs.horizontal .tabs-nav li {
  margin: 0;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}
.mkd_tabs.vertical.border_arround_element.enable_margin .tabs-nav li {
  margin-bottom: 8px;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li,
.mkd_tabs.default .tabs-nav li,
.mkd_tabs.with_borders.disable_margin .tabs-nav li {
  margin-right: 0;
}
.mkd_tabs .tabs-nav li a {
  color: #283033;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 20px;
}
.mkd_tabs .tabs-nav li.active a,
.mkd_tabs .tabs-nav li:hover a {
  color: #18cfab;
}
.mkd_tabs.horizontal.center {
  text-align: center;
}
.mkd_tabs.horizontal.left {
  text-align: left;
}
.mkd_tabs.horizontal.left:not(.with_borders):not(.tab_with_icon.default)
  .tabs-nav
  li
  a:first-child {
  padding-left: 0;
}
.mkd_tabs.horizontal.right {
  text-align: right;
}
.mkd_tabs.horizontal.right:not(.with_borders):not(.tab_with_icon.default)
  .tabs-nav
  li
  a:last-child {
  padding-right: 0;
}
.mkd_tabs.horizontal .tabs-container {
  padding: 21px 0;
  text-align: left;
}
.mkd_tabs.horizontal.with_content_border .tabs-container {
  background-color: #fff;
}
.mkd_tabs.horizontal.right .tabs-container {
  text-align: right;
}
.tabs-container .tab-content a {
  pointer-events: none;
}
.mkd_tabs.vertical .tabs-nav {
  width: auto;
  margin: 0;
  display: table-cell;
  vertical-align: top;
}
.mkd_tabs.vertical.right .tabs-nav {
  float: right;
}
.mkd_tabs.vertical.left .tabs-nav {
  float: left;
}
.mkd_tabs.vertical .tabs-nav li {
  display: block;
  width: 100%;
  top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}
.mkd_tabs.vertical.default .tabs-nav li {
  margin: 0 0 33px;
}
.mkd_tabs.vertical .tabs-nav li:last-child {
  margin: 0;
}
.mkd_tabs.vertical .tabs-nav li a {
  text-align: left;
  height: auto;
  line-height: normal;
  display: table-cell;
  vertical-align: middle;
}
.mkd_tabs.vertical.border_arround_active_tab .tabs-nav li a,
.mkd_tabs.vertical.border_arround_element .tabs-nav li a,
.mkd_tabs.vertical.default .tabs-nav li a {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mkd_tabs.vertical.default .tabs-nav li a {
  vertical-align: top;
  padding: 0 10px;
}
.mkd_tabs.vertical .tabs-container {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding: 0 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mkd_tabs.vertical.with_content_border .tabs-container {
  background-color: #fff;
}
.mkd_tabs.vertical.default .tabs-container {
  padding: 0 15px;
}
.mkd_tabs.vertical.left .tabs-container {
  text-align: left;
}
.mkd_tabs.vertical.right .tabs-container {
  text-align: right;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li.active,
.mkd_tabs.border_arround_element .tabs-nav li {
  border: 1px solid #dadadb;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}
.mkd_tabs.border_arround_element.disable_margin.horizontal .tabs-nav li {
  border: 0;
}
.mkd_tabs.vertical.border_arround_active_tab .tabs-nav li.active,
.mkd_tabs.vertical.border_arround_element .tabs-nav li {
  border-color: #dadadb;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li {
  border: 1px solid transparent;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li a,
.mkd_tabs.border_arround_element .tabs-nav li a {
  position: relative;
  display: block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0 20px;
  color: #283033;
  font-size: 12px;
  font-weight: 700;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  border-radius: initial !important;
}
.mkd_tabs.default.horizontal.left .tabs-nav li:first-child a {
  padding-left: 0;
}
.mkd_tabs.default.vertical.left .tabs-nav li a {
  padding-left: 0;
}
.mkd_tabs.default.right .tabs-nav li:last-child a {
  padding-right: 0;
}
.mkd_tabs.default.vertical.right .tabs-nav li a {
  padding-right: 0;
}
.mkd_tabs.border_arround_element .tabs-nav li a {
  background-color: #f7f7f7;
}
.mkd_tabs.with_lines .tabs-nav li a {
  background-color: #fff;
}
.mkd_tabs.border_arround_element.disable_margin.horizontal .tabs-nav li a {
  border: 1px solid #dadadb;
}
.mkd_tabs.border_arround_element.disable_margin.horizontal
  .tabs-nav
  li:not(:last-child)
  a {
  border-right: 0;
}
.mkd_tabs.border_arround_element.disable_margin.horizontal
  .tabs-nav
  li:not(:last-child)
  a:after {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 1px;
  content: "";
  background-color: transparent;
  -webkit-transition: background-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out;
  transition: background-color 0.15s ease-out;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li.active a,
.mkd_tabs.border_arround_active_tab .tabs-nav li.active:hover a,
.mkd_tabs.border_arround_element .tabs-nav li.active a,
.mkd_tabs.border_arround_element .tabs-nav li:hover a,
.mkd_tabs.with_lines .tabs-nav li.active a,
.mkd_tabs.with_lines .tabs-nav li:hover a {
  background-color: #fff;
  color: #283033;
}
.mkd_tabs.border_arround_active_tab .tabs-nav li:hover a {
  background-color: #fff;
  color: #283033;
}
.mkd_tabs.with_borders .tabs-container {
  overflow: hidden;
  position: relative;
  padding: 28px 30px 29px;
  text-align: left;
  z-index: 1;
}
.mkd_tabs.horizontal.with_borders .tabs-container {
  overflow: visible;
}
.mkd_tabs.tab_with_text_and_icon .tabs-nav li a {
  display: inline-block;
  vertical-align: middle;
}
.mkd_tabs.tab_with_icon.with_lines .tabs-nav li {
  border: 1px solid #dadadb;
}
.mkd_tabs.tab_with_text_and_icon
  .tabs-nav
  li
  a
  .icon_frame
  + .tab_text_after_icon,
.mkd_tabs.tab_with_text_and_icon
  .tabs-nav
  li
  a
  .tab_text_after_icon
  + .icon_frame {
  padding-left: 14px;
}
.mkd_tabs.tab_with_icon .tabs-nav li {
  display: block;
  float: none;
  overflow: visible;
  -webkit-transition: border-color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out;
  -ms-transition: border-color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out;
  transition: border-color 0.15s ease-out;
}
.mkd_tabs.tab_with_icon.with_lines .tabs-nav li {
  height: 66px;
  width: 84px;
  margin: 0;
}
.mkd_tabs.tab_with_icon.default .tabs-nav li {
  border: 0;
  height: auto;
  width: auto;
}
.mkd_tabs.tab_with_icon .tabs-nav li a {
  display: block;
  text-align: center;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}
.mkd_tabs.tab_with_icon.with_lines .tabs-nav li a {
  height: 100%;
  line-height: 66px;
  padding: 0;
}
.mkd_tabs.tab_with_icon.default .tabs-nav li a {
  line-height: normal;
  padding: 0 10px;
}
.mkd_tabs.tab_with_icon .tabs-nav li a i,
.mkd_tabs.tab_with_icon .tabs-nav li a span {
  font-style: normal;
  -webkit-transition: initial;
}
.mkd_tabs.tab_with_icon .tabs-nav li a .icon_frame {
  display: inline-block;
  min-width: 20px;
}
.mkd_tabs .tabs-nav li a .icon_frame > *,
.mkd_tabs .tabs-nav li a .tab_text_after_icon {
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -ms-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.mkd_tabs.tab_with_icon.disable_margin.vertical:not(.border_arround_active_tab)
  .tabs-nav
  li:not(:last-child) {
  border-bottom: none;
}
.mkd_tabs.vertical.border_arround_element {
  overflow: hidden;
}
.mkd_tabs.with_borders.vertical.border_arround_element.disable_margin
  .tabs-nav
  li:not(:last-child) {
  border-bottom: 0;
}
.mkd_tabs.tab_with_icon.horizontal li {
  float: left;
}
.mkd_tabs.horizontal.border_arround_active_tab .tabs-container {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:before {
  border-left: 1px solid #f5f5f5;
  content: "";
  height: 9px;
  position: absolute;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:before {
  top: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:before {
  bottom: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:before {
  left: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li:last-child:after {
  right: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  border-top: 1px solid #f5f5f5;
  content: "";
  position: absolute;
  width: 9px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:before {
  top: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  bottom: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  left: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.vertical .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.vertical
  .tabs-nav
  li:last-child
  a
  .icon_frame:after {
  right: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  border-top: 1px solid #f5f5f5;
  content: "";
  position: absolute;
  width: 9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  top: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after {
  bottom: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before {
  left: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  right: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  border-left: 1px solid #f5f5f5;
  content: "";
  height: 9px;
  position: absolute;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  top: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after {
  bottom: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before {
  left: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  right: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  border-top: 1px solid #f5f5f5;
  content: "";
  position: absolute;
  width: 9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  top: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after {
  bottom: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:first-child:before {
  left: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li:last-child:before {
  right: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  border-left: 1px solid #f5f5f5;
  content: "";
  height: 9px;
  position: absolute;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  top: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after {
  bottom: -9px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal .tabs-nav li a:before {
  left: -1px;
}
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:after,
.mkd_tabs.tab_with_icon.with_lines.horizontal
  .tabs-nav
  li:last-child
  a
  .icon_frame:before {
  right: -1px;
}
.mkd_tabs.border_arround_element.horizontal.enable_margin .tabs-nav li.active,
.mkd_tabs.border_arround_element.horizontal.enable_margin .tabs-nav li:hover {
  border-color: #dadadb;
}
.mkd_tabs.border_arround_active_tab.horizontal.with_content_border.no_space_tabs_content
  .tabs-nav
  li.active,
.mkd_tabs.border_arround_active_tab.horizontal.with_content_border.no_space_tabs_content
  .tabs-nav
  li.active:hover,
.mkd_tabs.border_arround_element.disable_margin.horizontal.with_content_border.no_space_tabs_content
  .tabs-nav
  li.active
  a,
.mkd_tabs.border_arround_element.horizontal.enable_margin.with_content_border.no_space_tabs_content
  .tabs-nav
  li.active {
  border-bottom-color: #fff;
}
.mkd_tabs.border_arround_active_tab.horizontal .tabs-nav li.active,
.mkd_tabs.border_arround_active_tab.horizontal .tabs-nav li.active:hover {
  border-color: #dadadb;
}
.mkd_tabs.border_arround_active_tab.vertical .tabs-nav li.active,
.mkd_tabs.border_arround_active_tab.vertical .tabs-nav li.active:hover {
  border-color: #dadadb;
}
.mkd_tabs.border_arround_element.vertical.disable_margin .tabs-nav li.active,
.mkd_tabs.border_arround_element.vertical.disable_margin .tabs-nav li:hover {
  border-left-color: #dadadb;
  border-top-color: #dadadb;
  border-right-color: #dadadb;
}
.mkd_tabs.border_arround_element.vertical.disable_margin
  .tabs-nav
  li.active
  + li,
.mkd_tabs.border_arround_element.vertical.disable_margin
  .tabs-nav
  li:hover
  + li {
  border-top-color: #dadadb;
}
.mkd_tabs.border_arround_element.vertical.disable_margin
  .tabs-nav
  li.active:last-child,
.mkd_tabs.border_arround_element.vertical.disable_margin
  .tabs-nav
  li:last-child:hover {
  border-bottom-color: #dadadb;
}
@media only screen and (min-width: 600px) {
  .mkd_tabs.border_arround_active_tab.vertical.with_content_border.left
    .tabs-nav
    li.active,
  .mkd_tabs.border_arround_element.vertical.disable_margin.with_content_border.left
    .tabs-nav
    li.active,
  .mkd_tabs.border_arround_element.vertical.enable_margin.with_content_border.left
    .tabs-nav
    li.active {
    border-right-color: #fff;
  }
  .mkd_tabs.border_arround_active_tab.vertical.with_content_border.right
    .tabs-nav
    li.active,
  .mkd_tabs.border_arround_element.vertical.disable_margin.with_content_border.right
    .tabs-nav
    li.active,
  .mkd_tabs.border_arround_element.vertical.enable_margin.with_content_border.right
    .tabs-nav
    li.active {
    border-left-color: #fff;
  }
}
.mkd_message {
  position: relative;
  padding: 14px 14px 14px 7px;
  margin: 0;
  background-color: #ccc;
}
.mkd_message .mkd_message_inner {
  position: relative;
  padding-right: 20px;
}
.mkd_message.with_icon .mkd_message_icon_holder.left {
  float: left;
  padding: 0 5px 0 0;
}
.mkd_message.with_icon .mkd_message_icon_holder.right {
  float: right;
  padding: 0 20px 0 34px;
}
.mkd_message .message_text,
.mkd_message.with_icon .mkd_message_icon {
  display: table;
  height: 100%;
}
.mkd_message .message_text_inner,
.mkd_message.with_icon .mkd_message_icon_inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  color: #283033;
  font-weight: 400;
}
.mkd_message .message_text .message_text_inner {
  color: #283033;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.mkd_message .message_text .message_text_inner p {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  color: inherit;
}
.mkd_message.with_icon .mkd_message_icon_inner > i,
.mkd_message.with_icon .mkd_message_icon_inner > span {
  color: #fff;
  line-height: 1em;
  padding: 8px;
}
.mkd_message.with_icon img {
  float: left;
}
.mkd_message a.close {
  position: absolute;
  right: 6px;
  line-height: 13px;
  font-size: 18px;
}
.mkd_message a.close i {
  width: 14px;
  height: 14px;
  color: #fff;
  font-weight: 700;
  display: inline-block;
}
.mkd_message a.close i:hover {
  color: #279eef !important;
}
.mkd_vertical_sep {
  content: "";
  border-right: 1px solid #616a6e;
  margin-left: 20px;
  margin-right: 12px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
}
.mkd_pricing_list {
  background-size: cover;
}
ul.mkd_pricing_list_holder li {
  padding: 0;
  list-style: none;
  clear: both;
  overflow: visible;
}
ul.mkd_pricing_list_holder.with_leaders .mkd_pricing_list_item:after {
  float: left;
  width: 0;
  white-space: nowrap;
}
ul.mkd_pricing_list_holder.with_leaders.dotted .mkd_pricing_list_item:after {
  content: ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . "
    ". . . . . . . . . . . . . . . . . . . . ";
}
ul.mkd_pricing_list_holder.with_leaders.solid .mkd_pricing_list_item:after {
  content: "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________"
    "________________________________________";
}
ul.mkd_pricing_list_holder.with_leaders.dashed .mkd_pricing_list_item:after {
  content: "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ "
    "_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ ";
}
.mkd_pricing_list .mkd_pricing_list_title {
  font-size: 20px;
  text-transform: uppercase;
  color: #363636;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
ul.mkd_pricing_list_holder .mkd_pricing_item_text {
  padding-right: 2px;
  display: inline;
}
ul.mkd_pricing_list_holder.with_leaders .mkd_pricing_item_text {
  background-color: #fafafa;
}
ul.mkd_pricing_list_holder .mkd_pricing_item_text .mkd_pricing_item_title {
  display: inline;
  line-height: inherit;
}
ul.mkd_pricing_list_holder .mkd_pricing_item_price {
  float: right;
  padding-left: 2px;
  position: relative;
  z-index: 1;
}
ul.mkd_pricing_list_holder.with_leaders .mkd_pricing_item_price {
  background-color: #fafafa;
}
.mkd_pricing_list .mkd_pricing_item_price span {
  font-size: 18px;
  color: #18cfab;
  font-weight: 600;
}
.mkd_pricing_item_includes_text {
  display: block;
  float: none;
  width: 100%;
}
ul.mkd_pricing_list_holder li ul {
  padding: 0;
}
ul.mkd_pricing_list_holder li ul li {
  overflow: hidden;
}
ul.mkd_pricing_list_holder .highlighted_item ul {
  border: 1px solid #18cfab;
  padding: 25px 15px;
  margin: 0 -15px;
}
ul.mkd_pricing_list_holder .highlighted_item span.highlighted_text {
  background-color: #18cfab;
  padding: 7px 25px;
  color: #fff;
  margin-left: -15px;
  display: inline-block;
}
ul.mkd_pricing_list_holder .new_item {
  position: relative;
  float: right;
  margin-right: -27px;
  margin-bottom: -6px;
}
ul.mkd_pricing_list_holder .new_item i {
  color: #18cfab;
  font-size: 48px;
}
ul.mkd_pricing_list_holder .new_item span {
  position: absolute;
  top: 0;
  left: 0;
  line-height: 46px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 400;
  z-index: 1;
}
.mkd_price_table {
  position: relative;
  width: 100%;
  padding: 0;
  margin-left: 2.5%;
  float: left;
}
.mkd_pricing_tables.two_columns .mkd_price_table {
  width: 48.75%;
}
.mkd_pricing_tables.three_columns .mkd_price_table {
  width: 31.666666666666668%;
}
.mkd_pricing_tables.four_columns .mkd_price_table {
  width: 23.125%;
}
.mkd_pricing_tables .mkd_price_table:first-child {
  margin-left: 0;
}
.mkd_price_table.price_on_top .price_table_inner {
  position: relative;
  background-color: #f6f6f5;
}
.mkd_price_table.active .active_text {
  width: 100%;
  text-align: center;
  background-color: #18cfab;
  color: #fff;
  font-size: 17px;
  line-height: 30px;
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
.mkd_price_table.active .active_text span.active_text_inner {
  display: block;
  padding: 4px;
}
.mkd_price_table.active .active_text span span {
  display: inline-block;
}
.price_table_inner ul {
  list-style: none outside none;
  margin: 0;
  background-size: cover;
}
.mkd_price_table.active .price_table_inner > ul {
  margin: -38px 0 0;
  padding: 38px 0 0;
  background-position: 0 38px;
}
.price_table_inner ul li {
  text-align: center;
  margin: 0;
  padding: 9px 20px;
}
.price_table_inner ul li.prices,
.price_table_inner ul li.pricing_table_content ul li,
.price_table_inner ul li.table_title {
  border-bottom: 1px solid #e9e9e9;
}
.price_table_inner ul li.table_title {
  padding: 19px 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.price_table_inner ul li.pricing_table_content {
  padding: 15px 0 35px;
}
.price_table_inner ul li.pricing_table_content ul {
  padding: 0;
}
.price_table_inner ul li.pricing_table_content ul li:last-child {
  border-bottom: none;
}
.price_table_inner ul li.prices {
  padding: 30px 5px;
}
.price_table_inner ul li.table_title .title_content {
  display: block;
  color: #283033;
  font-size: 18px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.price_table_inner ul li.table_title .title_separator {
  background: #e9e9e9;
  width: 40px;
  height: 1px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin: 0 0 0 -20px;
}
.price_table_inner ul li.table_title.active_small_separator {
  border-bottom: none !important; /*!important because of the inline style*/
}
.price_in_table {
  text-align: center;
}
.price_table_inner ul li.pricing_table_content {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  color: #64686b;
}
.price_in_table .value {
  font-size: 20px;
  line-height: 60px;
  position: relative;
  color: #18cfab;
  vertical-align: top;
  font-weight: 700;
  bottom: 0;
}
.price_in_table .price {
  font-size: 80px;
  line-height: 90px;
  padding: 0 3px;
  vertical-align: middle;
  color: #283033;
  letter-spacing: 0;
  font-weight: 400;
}
.price_in_table .mark {
  position: relative;
  font-size: 15px;
  line-height: 40px;
  vertical-align: bottom;
  font-weight: 700;
  color: #18cfab;
  text-transform: uppercase;
}
.price_table_inner .price_button {
  padding: 18px 0;
  border: none;
  background-repeat: no-repeat;
  background-size: cover;
}
.price_table_inner .price_button a:hover {
  background-color: #393939;
}
.price_table_inner .price_button a {
  display: inline-block;
  color: #fff;
  background-color: #18cfab;
  border: 1px solid #18cfab;
  line-height: 35px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 30px;
  padding: 0 23px;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
}
.price_table_inner .price_button.background_on_button a {
  background-color: transparent;
}
.price_table_inner .price_button a span.arrow_right {
  position: relative;
  left: 2px;
}
.price_table_inner .price_button .pricing_table_icon {
  display: inline-block;
  line-height: inherit;
  vertical-align: top;
  margin: 0 0 0 10px;
}
.price_table_inner .price_button:not(.normal) .pricing_table_icon {
  margin: 0 0 0 19px;
}
.mkd_pricing_tables .mkd_price_table {
  border-top: 5px solid #18cfab;
}
.mkd_pricing_tables .mkd_price_table.title_on_top .price_table_inner {
  background-color: #fff;
  position: relative;
}
.mkd_price_table.title_on_top.active.active_rectangle .price_table_inner > ul {
  margin: 0;
  padding: 0;
  background-position: 0;
}
.mkd_price_table.title_on_top.active.active_rectangle .active_text {
  top: -46px;
  background-color: transparent;
}
.mkd_price_table.title_on_top.active.active_rectangle span.active_text_inner {
  display: block;
  padding: 4px;
  width: 60%;
  margin: 0 auto;
  background-color: #18cfab;
  text-align: center;
}
.mkd_price_table.active.active_circle .active_text {
  position: absolute;
  top: -37.5px;
  right: 18px;
  left: auto;
  width: 75px;
  height: 75px;
  display: table;
  border-radius: 50%;
}
.mkd_price_table.active.active_circle .active_text .active_text_inner {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
  border-radius: 50%;
}
.mkd_price_table.active.active_circle .price_table_inner > ul {
  margin: 0;
  padding: 0;
  background-position: 0;
}
.mkd_pricing_tables .title_on_top .price_table_inner ul li.table_title {
  padding: 0 16%;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.table_title.pricing_title_full_width {
  padding: 0;
}
.mkd_pricing_tables .title_on_top .price_table_inner ul li.table_title span {
  padding: 25px 0;
}
.mkd_pricing_tables .title_on_top .price_table_inner ul li.prices,
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.pricing_table_content {
  padding: 0 20%;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.prices.pricing_content_full_width,
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.pricing_table_content.pricing_content_full_width {
  padding: 0;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.prices
  .price_in_table {
  padding: 40px 0 37px;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.prices
  .price_in_table
  .value {
  vertical-align: bottom;
}
.mkd_pricing_tables
  .price_on_top.price_period_bellow_title
  .price_table_inner
  ul
  li.prices
  .price_in_table
  .mark,
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.prices
  .price_in_table
  .mark {
  display: block;
  margin-top: 13px;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.pricing_table_content
  ul
  li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  ul
  li.pricing_table_content
  ul
  li:last-child {
  border-bottom: 0;
}
.mkd_pricing_tables .title_on_top .price_table_inner .price_button {
  padding: 0 10%;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  .price_button
  .title_on_top_button_wrapper {
  padding: 36px 0 29px;
  border-top: 1px solid #cecece;
}
.mkd_pricing_tables
  .title_on_top
  .price_table_inner
  .price_button
  .title_on_top_button_wrapper.disable_button_border_top {
  border-top-width: 0 !important;
}
.mkd_pricing_tables .title_on_top .price_table_inner .price_button a {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mkd_pricing_tables .title_on_top .price_table_inner .price_button.normal a {
  width: auto;
}
.price_table_inner li.button_on_bottom_wrapper {
  padding: 14px 0;
}
.mkd_pricing_tables .price_table_inner ul a.button_on_bottom {
  position: absolute;
  bottom: -29px;
  height: 58px;
  width: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  color: #222;
  font-size: 25px;
  -webkit-transition: background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  -ms-transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
  transition: background-color 0.15s ease-out, border-color 0.15s ease-out,
    color 0.15s ease-out;
}
.mkd_pricing_tables .price_table_inner ul a.button_on_bottom:before {
  font-family: ElegantIcons !important;
  line-height: inherit;
  text-align: center;
  content: "5";
  font-weight: inherit !important;
  font-style: normal !important;
}
.mkd_elements_holder {
  width: 100%;
  display: table;
  table-layout: fixed;
}
.mkd_elements_holder .mkd_elements_item {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  background-size: cover;
}
.mkd_elements_holder.elements_items_float .mkd_elements_item {
  float: left;
}
.mkd_elements_holder .mkd_elements_item.vertical_alignment_top {
  vertical-align: top;
}
.mkd_elements_holder .mkd_elements_item.vertical_alignment_bottom {
  vertical-align: bottom;
}
.mkd_elements_holder .mkd_elements_item_inner {
  width: 100%;
}
.mkd_elements_holder.two_columns .mkd_elements_item {
  width: 50%;
}
.mkd_elements_holder.three_columns .mkd_elements_item {
  width: 33%;
}
.mkd_elements_holder.elements_items_float.three_columns .mkd_elements_item {
  width: 33.33333333333333%;
}
.mkd_elements_holder.four_columns .mkd_elements_item {
  width: 25%;
}
.mkd_elements_holder.five_columns .mkd_elements_item {
  width: 20%;
}
.mkd_elements_holder.six_columns .mkd_elements_item {
  width: 16%;
}
.mkd_elements_holder.elements_items_float.six_columns .mkd_elements_item {
  width: 16.66666666666667%;
}
.touch .no_animation_on_touch .mkd_elements_item {
  transition: none !important;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
  -webkit-transform: none !important;
  -moz-transform: none !important;
  opacity: 1 !important;
}
.mkd_elements_item.flip_in {
  opacity: 0;
  -ms-transform: perspective(1000px) rotateY(25deg);
  -moz-transform: perspective(1000px) rotateY(25deg);
  -o-transform: perspective(1000px) rotateY(25deg);
  transform: perspective(1000px) rotateY(25deg);
  -webkit-transform: perspective(1000px) rotateY(25deg);
  transition: all 1.1s ease-in-out;
  -webkit-transition: all 1.1s ease-in-out;
  -moz-transition: all 1.1s ease-in-out;
}
.mkd_elements_item.flip_in.flip_in_on {
  opacity: 1;
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
}
.mkd_elements_item.grow_in {
  opacity: 0;
  -ms-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-backface-visibility: hidden;
}
.mkd_elements_item.grow_in.grow_in_on {
  opacity: 1;
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.mkd_elements_item.z_rotate {
  opacity: 0;
  -ms-transform: rotateZ(7deg);
  -moz-transform: rotateZ(7deg);
  -o-transform: rotateZ(7deg);
  transform: rotateZ(7deg);
  -webkit-transform: rotateZ(7deg);
  transform-origin: top right;
  -webkit-transform-origin: top right;
  transition: all 0.5s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-backface-visibility: hidden;
}
.mkd_elements_item.z_rotate.z_rotate_on {
  opacity: 1;
  -ms-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transform: rotateZ(0);
}
.mkd_elements_item.x_rotate {
  opacity: 0;
  -ms-transform: perspective(900px) rotateX(-45deg);
  -moz-transform: perspective(900px) rotateX(-45deg);
  -o-transform: perspective(900px) rotateX(-45deg);
  transform: perspective(900px) rotateX(-45deg);
  -webkit-transform: perspective(900px) rotateX(-45deg);
  transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 0.6s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-backface-visibility: hidden;
}
.mkd_elements_item.x_rotate.x_rotate_on {
  opacity: 1;
  -ms-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-transform: rotateX(0);
}
.mkd_elements_item.y_translate {
  opacity: 0;
  -ms-transform: translate(0, 30px);
  -moz-transform: translate(0, 30px);
  -o-transform: translate(0, 30px);
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  -webkit-transition: all 0.7s cubic-bezier(0.68, 0, 0.265, 1);
  -webkit-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
  -moz-transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
  transition: all 0.7s cubic-bezier(0.68, -0.65, 0.265, 1.65);
}
.mkd_elements_item.y_translate.y_translate_on {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mkd_elements_item.fade_in_down {
  opacity: 0;
  -ms-transform: translate(0, -25px);
  -moz-transform: translate(0, -25px);
  -o-transform: translate(0, -25px);
  transform: translate(0, -25px);
  -webkit-transform: translate(0, -25px);
  transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  -moz-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
  -o-transition: all 0.9s cubic-bezier(0, 1, 0.5, 1);
}
.mkd_elements_item.fade_in_down.fade_in_down_on {
  opacity: 1;
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.mkd_elements_item.fade_in_left_x_rotate {
  opacity: 0;
  -ms-transform: rotateZ(-5deg) translate(-30px, 0);
  -moz-transform: rotateZ(-5deg) translate(-30px, 0);
  -o-transform: rotateZ(-5deg) translate(-30px, 0);
  transform: rotateZ(-5deg) translate(-30px, 0);
  -webkit-transform: rotateZ(-5deg) translate(-30px, 0);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
.mkd_elements_item.fade_in_left_x_rotate.fade_in_left_x_rotate_on {
  opacity: 1;
  -ms-transform: rotateZ(0) translate(0, 0);
  -moz-transform: rotateZ(0) translate(0, 0);
  -o-transform: rotateZ(0) translate(0, 0);
  transform: rotateZ(0) translate(0, 0);
  -webkit-transform: rotateZ(0) translate(0, 0);
}
.mkd_elements_item.fade_in {
  opacity: 0;
  transition: all 1s ease;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
}
.mkd_elements_item.fade_in.fade_in_on {
  opacity: 1;
}
.no_interactive_info_card {
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-align: center;
  -webkit-transition: height 0.3s ease-in-out,
    background-color 0.25s ease-out 0.1s;
  transition: height 0.3s ease-in-out, background-color 0.25s ease-out 0.1s;
  border-right: #e0e0e0 1px solid;
}
.no_interactive_info_card_icon {
  position: relative;
  margin-bottom: 35px;
}
.no_interactive_info_card_icon i {
  line-height: 91px;
  font-size: 34px;
}
.no_interactive_info_card_icon .icon_outline {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 111px;
  width: 111px;
  box-shadow: 0 0 0 1px #fff;
  -webkit-backface-visibility: hidden;
}
.no_interactive_info_card_icon {
  pointer-events: none;
}
.no_interactive_info_card:active .icon_outline,
.no_interactive_info_card:focus .icon_outline,
.no_interactive_info_card:hover .icon_outline {
  -webkit-animation: no_wiggle 0.4s ease-out;
  animation: no_wiggle 0.4s ease-out;
  -webkit-animation-play-state: running;
}
@-webkit-keyframes no_wiggle {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
  }
  20% {
    -webkit-transform: translate(-50%, -50%) scale(1.05, 1.05);
  }
  40% {
    -webkit-transform: translate(-50%, -50%) scale(1.11, 1.1);
  }
  70% {
    -webkit-transform: translate(-50%, -50%) scale(0.95, 0.95);
  }
  80% {
    -webkit-transform: translate(-50%, -50%) scale(0.88, 0.88);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes no_wiggle {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
  20% {
    transform: translate(-50%, -50%) scale(1.05, 1.05);
  }
  40% {
    transform: translate(-50%, -50%) scale(1.11, 1.1);
  }
  70% {
    transform: translate(-50%, -50%) scale(0.95, 0.95);
  }
  80% {
    transform: translate(-50%, -50%) scale(0.88, 0.88);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
.no_interactive_info_card_icon .mkd_icon_shortcode {
  background-color: #fff;
  border-color: #fff;
  width: 91px;
  height: 91px;
  line-height: 91px;
  border-radius: 75px;
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  border: none !important;
}
.no_interactive_info_card_icon .mkd_icon_shortcode.square {
  border: none !important;
  border-radius: 0;
}
.no_interactive_info_card:active .mkd_icon_shortcode,
.no_interactive_info_card:focus .mkd_icon_shortcode,
.no_interactive_info_card:hover .mkd_icon_shortcode {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0, 0, 0.19, 2.51)
    0.33s;
  transition: transform 0.2s cubic-bezier(0, 0, 0.19, 2.51) 0.33s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.no_interactive_info_card_title h3 {
  font-family: Lato, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -webkit-transition: color 0.25s ease-out 0.1s;
  transition: color 0.25s ease-out 0.1s;
}
.no_interactive_info_card .separator {
  border-bottom-width: 2px;
  -webkit-transition: border-color 0.25s ease-out 0.1s;
  transition: border-color 0.25s ease-out 0.1s;
}
.no_interactive_info_card_swap {
  position: relative;
  overflow: hidden;
}
.no_interactive_info_card_button {
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  -webkit-backface-visibility: hidden;
  -webkit-filter: blur(0.4px);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.2s
      cubic-bezier(0.25, 0.46, 0.45, 0.94),
    top 0.25s ease-out;
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94),
    top 0.25s ease-out;
}
.no_interactive_info_card_button .a_overlay {
  height: calc(100% + 1px);
}
.no_interactive_info_card_button .qbutton.rotate_from_bottom {
  border: none !important;
}
.no_interactive_info_card_button .qbutton.rotate_from_bottom .text_wrap {
  color: inherit !important;
}
.no_interactive_info_card_button .qbutton:hover {
  color: #fff;
  border: none !important;
}
.no_interactive_info_card_text {
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: transform 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.no_interactive_info_card:active .no_interactive_info_card_text,
.no_interactive_info_card:focus .no_interactive_info_card_text,
.no_interactive_info_card:hover .no_interactive_info_card_text {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.no_interactive_info_card:active .no_interactive_info_card_button,
.no_interactive_info_card:focus .no_interactive_info_card_button,
.no_interactive_info_card:hover .no_interactive_info_card_button {
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%) translateZ(0);
  transform: translate(-50%, -50%) translateZ(0);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
}
.no_interactive_info_card:active .no_interactive_info_card_static_content,
.no_interactive_info_card:focus .no_interactive_info_card_static_content,
.no_interactive_info_card:hover .no_interactive_info_card_static_content {
  -webkit-animation: hop 0.5s ease-out;
  animation: hop 0.5s ease-out;
  -webkit-animation-play-state: running;
}
@-webkit-keyframes hop {
  0% {
    -webkit-transform: translateY(0);
  }
  35% {
    -webkit-transform: translateY(-25px);
  }
  65% {
    -webkit-transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@keyframes hop {
  0% {
    transform: translateY(0);
  }
  35% {
    transform: translateY(-25px);
  }
  65% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.mkd_icon_font_awesome {
  font-family: fontawesome !important;
}
.mkd_icon_font_elegant {
  font-family: ElegantIcons !important;
}
.mkd_icon_ion_icon {
  font-family: Ionicons !important;
}
.fa.mkd_tiny_icon,
.mkd_tiny_icon {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa.mkd_small_icon,
.mkd_small_icon {
  font-size: 2em;
}
.fa.mkd_medium_icon,
.mkd_medium_icon {
  font-size: 3em;
}
.fa.mkd_large_icon,
.mkd_large_icon {
  font-size: 4em;
}
.fa.mkd_huge_icon,
.mkd_huge_icon {
  font-size: 5em;
}
.mkd_icon_stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.mkd_icon_stack_1x,
.mkd_icon_stack_2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.mkd_icon_stack_1x {
  line-height: inherit;
}
.mkd_icon_stack_2x {
  font-size: 2em;
}
.mkd_icon_shade {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  z-index: 25;
}
.mkd_icon_shade:not(.normal) {
  overflow: hidden;
}
.mkd_font_elegant_holder {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mkd_icon_shade.circle,
.mkd_icon_shade.square {
  line-height: 2em;
  width: 2em;
  height: 2em;
  border-color: #18cfab;
  background-color: transparent;
  text-align: center;
  -webkit-transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
  transition: transform 0.2s ease-out, background-color 0.2s ease-out,
    border-color 0.2s ease-out, color 0.2s ease-out, text-shadow 0.2s ease-out;
  -webkit-transform: translateZ(0);
}
.mkd_icon_shade.circle {
  border-radius: 5em;
}
.mkd_font_awsome_icon_circle,
.mkd_font_elegant_holder.circle {
  border-radius: 5em;
}
.mkd_icon_shade:not(.with_background_image).circle.icon_linked:hover,
.mkd_icon_shade:not(.with_background_image).square.icon_linked:hover {
  background-color: #18cfab !important;
}
.mkd_icon_shade.circle.icon_linked:hover i,
.mkd_icon_shade.circle.icon_linked:hover span,
.mkd_icon_shade.square.icon_linked:hover i,
.mkd_icon_shade.square.icon_linked:hover span {
  color: #fff !important;
}
.mkd_icon_shade.circle .mkd_icon_font_elegant,
.mkd_icon_shade.square .mkd_icon_font_elegant {
  line-height: 2em;
}
.mkd_icon_shade > a {
  display: block;
  height: 100%;
  width: 100%;
  line-height: inherit !important;
  text-decoration: none !important;
}
.mkd_team_social .mkd_icon_shortcode.normal {
  margin: 0 10px;
  background-color: transparent !important;
}
.mkd_team_social .mkd_icon_shortcode.square {
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  margin: 2px;
  box-sizing: border-box;
  -webkit-transform: initial;
  vertical-align: middle;
}
.mkd_team_social .mkd_icon_shortcode.circle {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
  width: 34px;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  margin: 2px;
  box-sizing: border-box;
  -webkit-transform: initial;
  vertical-align: middle;
  border: 1px solid transparent;
  border-radius: 3em;
}
.mkd_team_social .mkd_icon_shortcode.circle > a > *,
.mkd_team_social .mkd_icon_shortcode.square > a > * {
  line-height: inherit;
}
.mkd_icon_shortcode > a > span {
  width: 100%;
}
.mkd_icon_shortcode i,
.mkd_icon_shortcode span {
  color: #18cfab;
  -webkit-transition: transform 0.2s ease, color 0.15s ease-out;
  -moz-transition: transform 0.2s ease, color 0.15s ease-out;
  -o-transition: transform 0.2s ease, color 0.15s ease-out;
  -ms-transition: transform 0.2s ease, color 0.15s ease-out;
  transition: transform 0.2s ease, color 0.15s ease-out;
  font-style: normal !important;
  letter-spacing: initial !important;
  display: inline-block;
}
.mkd_icon_shortcode:not(.normal) span {
  -webkit-transform: translateZ(0);
}
.mkd_icon_shortcode.normal.icon_linked i:hover,
.mkd_icon_shortcode.normal.icon_linked span:hover {
  color: #393939 !important;
}
.mkd_font_awsome_icon {
  display: inline-block;
  vertical-align: baseline;
}
.mkd_font_elegant_icon {
  position: relative;
  vertical-align: middle;
}
.mkd_font_awsome_icon_holder,
.mkd_font_awsome_icon_holder a,
.mkd_font_elegant_holder,
.mkd_font_elegant_holder a {
  -webkit-transition: transform 0.2s ease, color 0.15s ease-out;
  -moz-transition: transform 0.2s ease, color 0.15s ease-out;
  -o-transition: transform 0.2s ease, color 0.15s ease-out;
  -ms-transition: transform 0.2s ease, color 0.15s ease-out;
  transition: transform 0.2s ease, color 0.15s ease-out;
}
.mkd_font_awsome_icon_circle,
.mkd_font_awsome_icon_square,
.mkd_font_elegant_holder.circle,
.mkd_font_elegant_holder.square {
  background-color: transparent;
  text-align: center;
  -webkit-transition: transform 0.2s ease, background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: -moz-transform 0.2s ease, background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -o-transition: -o-transform 0.2s ease, background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  -ms-transition: -ms-transform 0.2s ease, background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
  transition: transform 0.2s ease, background-color 0.15s ease-out,
    border-color 0.15s ease-out, color 0.15s ease-out;
}
.mkd_font_awsome_icon.pull-center,
.mkd_font_elegant_holder.pull-center {
  display: block;
  text-align: center;
}
.mkd_font_awsome_icon_circle.pull-center,
.mkd_font_awsome_icon_square.pull-center {
  display: block;
  margin: 0 auto !important;
}
.mkd_font_awsome_icon_holder.mkd_icon_animation,
.mkd_icon_shortcode.mkd_icon_animation {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-backface-visibility: hidden;
}
.mkd_font_awsome_icon_holder.mkd_show_animation,
.mkd_icon_shortcode.mkd_show_animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch .no_animation_on_touch .mkd_font_awsome_icon_holder.mkd_show_animation,
.touch .no_animation_on_touch .mkd_icon_shortcode.mkd_show_animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mkd_icon_shade.rotated {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg) !important;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mkd_icon_shade.rotated i,
.mkd_icon_shade.rotated span {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg) !important;
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mkd_font_awsome_icon_holder.mkd_icon_animation.rotated,
.mkd_icon_shortcode.mkd_icon_animation.rotated {
  -webkit-transform: rotate(45deg) scale(0);
  -moz-transform: rotate(45deg) scale(0);
  -ms-transform: rotate(45deg) scale(0);
  -o-transform: rotate(45deg) scale(0);
  transform: rotate(45deg) scale(0);
}
.mkd_font_awsome_icon_holder.mkd_show_animation.rotated,
.mkd_icon_shortcode.mkd_show_animation.rotated {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.touch
  .no_animation_on_touch
  .mkd_font_awsome_icon_holder.mkd_show_animation.rotated,
.touch .no_animation_on_touch .mkd_icon_shortcode.mkd_show_animation.rotated {
  -webkit-transform: rotate(45deg) scale(1);
  -moz-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  -o-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
}
.mkd_icon_shade.back_to_top_icon {
  cursor: pointer;
}
.mkd_icon_shade.inner_border:before {
  border: 1px solid;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 88%;
  left: 6%;
  position: absolute;
  top: 6%;
  width: 88%;
  z-index: -1;
}
.mkd_icon_shade.inner_border.circle:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mkd_icon_shade.icon_shadow {
  text-shadow: 1px 1px #393939, 2px 2px #393939, 3px 3px #393939,
    4px 4px #393939, 5px 5px #393939, 6px 6px #393939, 7px 7px #393939,
    8px 8px #393939, 9px 9px #393939, 10px 10px #393939, 11px 11px #393939,
    12px 12px #393939, 13px 13px #393939, 14px 14px #393939, 15px 15px #393939,
    16px 16px #393939, 17px 17px #393939, 18px 18px #393939, 19px 19px #393939,
    20px 20px #393939, 21px 21px #393939, 22px 22px #393939, 23px 23px #393939,
    24px 24px #393939, 25px 25px #393939, 26px 26px #393939, 27px 27px #393939,
    28px 28px #393939, 29px 29px #393939, 30px 30px #393939, 31px 31px #393939,
    32px 32px #393939, 33px 33px #393939, 34px 34px #393939, 35px 35px #393939,
    36px 36px #393939, 37px 37px #393939, 38px 38px #393939, 39px 39px #393939,
    40px 40px #393939, 41px 41px #393939, 42px 42px #393939, 43px 43px #393939,
    44px 44px #393939, 45px 45px #393939, 46px 46px #393939, 47px 47px #393939,
    48px 48px #393939, 49px 49px #393939, 50px 50px #393939, 51px 51px #393939,
    52px 52px #393939, 53px 53px #393939, 54px 54px #393939, 55px 55px #393939,
    56px 56px #393939, 57px 57px #393939, 58px 58px #393939, 59px 59px #393939,
    60px 60px #393939, 61px 61px #393939, 62px 62px #393939, 63px 63px #393939,
    64px 64px #393939, 65px 65px #393939, 66px 66px #393939, 67px 67px #393939,
    68px 68px #393939, 69px 69px #393939, 70px 70px #393939, 71px 71px #393939,
    72px 72px #393939, 73px 73px #393939, 74px 74px #393939, 75px 75px #393939,
    76px 76px #393939, 77px 77px #393939, 78px 78px #393939, 79px 79px #393939,
    80px 80px #393939, 81px 81px #393939, 82px 82px #393939, 83px 83px #393939,
    84px 84px #393939, 85px 85px #393939, 86px 86px #393939, 87px 87px #393939,
    88px 88px #393939, 89px 89px #393939, 90px 90px #393939, 91px 91px #393939,
    92px 92px #393939, 93px 93px #393939, 94px 94px #393939, 95px 95px #393939,
    96px 96px #393939, 97px 97px #393939, 98px 98px #393939, 99px 99px #393939;
}
.mkd_icon_with_title {
  display: block;
  position: relative;
}
.mkd_icon_with_title .icon_with_title_link {
  display: inline-block;
}
.mkd_icon_with_title .icon_with_title_link:hover .icon_title {
  color: #18cfab;
}
.mkd_icon_with_title .icon_holder {
  float: left;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.mkd_icon_with_title.center {
  text-align: center;
}
.mkd_icon_with_title.center .icon_holder {
  float: none;
  padding: 0;
}
.box_holder_icon_inner.mkd_icon_animation,
.mkd_icon_with_title .custom_icon_holder.mkd_icon_animation,
.mkd_icon_with_title .icon_holder.mkd_icon_animation {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.2s ease-out;
  -moz-transition: -moz-transform 0.2s ease-out;
  -o-transition: -o-transform 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
.box_holder_icon_inner.mkd_icon_animation.mkd_show_animation,
.mkd_icon_with_title .custom_icon_holder.mkd_icon_animation.mkd_show_animation,
.mkd_icon_with_title .icon_holder.mkd_icon_animation.mkd_show_animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.touch .no_animation_on_touch .mkd_icon_animation {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.mkd_icon_with_title .icon_holder .icon_holder_inner {
  display: inline-block;
}
.box_holder_icon_inner .mkd_font_elegant_holder.circle,
.box_holder_icon_inner .mkd_font_elegant_holder.square,
.mkd_icon_with_title.circle .mkd_font_elegant_holder.circle,
.mkd_icon_with_title.square .mkd_font_elegant_holder.square {
  width: 2em;
  height: 2em;
  line-height: 2em;
  position: relative;
}
.box_holder_icon_inner .mkd_icon_stack,
.mkd_icon_with_title .icon_holder .mkd_icon_stack {
  background-color: transparent;
  border-style: solid;
  text-align: center;
  -webkit-backface-visibility: hidden;
  height: 2em;
  width: 2em;
}
.box_holder_icon_inner:not(.normal_icon) .mkd_font_elegant_holder,
.box_holder_icon_inner:not(.normal_icon) .mkd_icon_stack,
.mkd_icon_with_title:not(.normal_icon) .icon_holder .mkd_icon_stack,
.mkd_icon_with_title:not(.normal_icon) .mkd_font_elegant_holder {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  border-style: solid;
  border-color: #18cfab;
}
.box_holder_icon_inner .mkd_font_elegant_holder,
.box_holder_icon_inner .mkd_icon_stack,
.mkd_icon_with_title .icon_holder .mkd_icon_stack,
.mkd_icon_with_title .mkd_font_elegant_holder {
  color: #18cfab;
}
.box_holder_icon_inner .mkd_font_elegant_holder:not(.normal) .icon_text_icon,
.mkd_icon_with_title:not(.normal_icon)
  .mkd_font_elegant_holder
  .icon_text_icon {
  position: absolute;
  width: 100%;
  line-height: inherit;
  display: block;
}
.mkd_icon_with_title.circle .icon_holder .icon_holder_inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_holder_icon .icon_text_icon,
.mkd_icon_with_title .icon_holder .icon_text_icon {
  line-height: inherit;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack .mkd_icon_stack_1x {
  line-height: inherit;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack.fa-lg i {
  line-height: 38px;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack.fa-2x i {
  line-height: 56px;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack.fa-3x i {
  line-height: 84px;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack.fa-4x i {
  line-height: 112px;
}
.mkd_icon_with_title .icon_holder .mkd_icon_stack.fa-5x i {
  line-height: 140px;
}
.box_holder_icon_inner.circle .mkd_icon_stack,
.mkd_icon_with_title.circle .icon_holder .mkd_icon_stack {
  border-radius: 2em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
}
.box_holder_icon_inner:not(.normal_icon)
  .icon_holder_inner
  a:hover
  .mkd_font_elegant_holder,
.box_holder_icon_inner:not(.normal_icon)
  .icon_holder_inner
  a:hover
  .mkd_icon_stack,
.mkd_icon_with_title:not(.normal_icon)
  .icon_holder_inner
  a:hover
  .mkd_font_elegant_holder,
.mkd_icon_with_title:not(.normal_icon)
  .icon_holder_inner
  a:hover
  .mkd_icon_stack {
  border-color: #283033 !important;
  background-color: #283033 !important;
  color: #fff;
}
.box_holder_icon_inner.normal_icon
  .icon_holder_inner
  a:hover
  .mkd_font_elegant_holder,
.box_holder_icon_inner.normal_icon .icon_holder_inner a:hover .mkd_icon_stack,
.mkd_icon_with_title.normal_icon
  .icon_holder_inner
  a:hover
  .mkd_font_elegant_holder,
.mkd_icon_with_title.normal_icon .icon_holder_inner a:hover .mkd_icon_stack {
  color: #283033;
}
.mkd_box_holder.with_icon span.mkd_icon_stack.fa-lg,
.mkd_icon_with_title span.mkd_icon_stack.fa-lg {
  font-size: 19px;
}
.mkd_icon_with_title .icon_text_holder {
  position: relative;
}
.mkd_icon_with_title.center .icon_text_holder {
  margin: 28px 0 0;
}
.mkd_icon_with_title.center.normal_icon.tiny .icon_text_holder {
  margin: 22px 0 0;
}
.mkd_icon_with_title.center.normal_icon.large .icon_text_holder,
.mkd_icon_with_title.center.normal_icon.medium .icon_text_holder,
.mkd_icon_with_title.center.normal_icon.small .icon_text_holder {
  margin: 26px 0 0;
}
.mkd_icon_with_title.center.normal_icon.very_large .icon_text_holder {
  margin: 30px 0 0;
}
.mkd_icon_with_title .icon_text_inner {
  padding: 0 0 18px;
}
.mkd_icon_with_title.center .icon_text_inner {
  padding: 0;
}
.mkd_icon_with_title .icon_title_holder {
  width: 100%;
  height: 100%;
  margin: 0 0 17px;
}
.mkd_icon_with_title .icon_title_holder .icon_holder {
  display: table-cell;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  float: none;
  padding: 0 25px 0 0;
}
.mkd_icon_with_title .icon_text_holder .icon_title_holder .icon_title {
  width: 100%;
  margin: 0;
  vertical-align: middle;
}
.mkd_icon_with_title
  .icon_text_holder
  .icon_title_holder
  .icon_title.custom_icon_holder {
  width: auto;
}
.mkd_icon_with_title.large .icon_holder,
.mkd_icon_with_title.medium .icon_holder,
.mkd_icon_with_title.small.square .icon_holder,
.mkd_icon_with_title.tiny.square .icon_holder {
  text-align: center;
}
.mkd_icon_with_title.right .icon_text_holder {
  float: right;
  text-align: right;
}
.mkd_icon_with_title.tiny.left .icon_text_holder {
  padding: 0 0 0 41px;
}
.mkd_icon_with_title.tiny.right .icon_text_holder {
  padding: 0 41px 0 0;
}
.mkd_icon_with_title.small.left .icon_text_holder {
  padding: 0 0 0 43px;
}
.mkd_icon_with_title.small.right .icon_text_holder {
  padding: 0 43px 0 0;
}
.mkd_icon_with_title.medium.left .icon_text_holder {
  padding: 0 0 0 47px;
}
.mkd_icon_with_title.medium.right .icon_text_holder {
  padding: 0 47px 0 0;
}
.mkd_icon_with_title.large.left .icon_text_holder {
  padding: 0 0 0 51px;
}
.mkd_icon_with_title.large.right .icon_text_holder {
  padding: 0 51px 0 0;
}
.mkd_icon_with_title.very_large.left .icon_text_holder {
  padding: 0 0 0 54px;
}
.mkd_icon_with_title.very_large.right .icon_text_holder {
  padding: 0 54px 0 0;
}
.mkd_icon_with_title.tiny.boxed.left .icon_text_holder,
.mkd_icon_with_title.tiny.circle.left .icon_text_holder,
.mkd_icon_with_title.tiny.icon_image.left .icon_text_holder,
.mkd_icon_with_title.tiny.square.left .icon_text_holder {
  padding: 0 0 0 72px;
}
.mkd_icon_with_title.tiny.boxed.right .icon_text_holder,
.mkd_icon_with_title.tiny.circle.right .icon_text_holder,
.mkd_icon_with_title.tiny.icon_image.right .icon_text_holder,
.mkd_icon_with_title.tiny.square.right .icon_text_holder {
  padding: 0 72px 0 0;
}
.mkd_icon_with_title.small.boxed.left .icon_text_holder,
.mkd_icon_with_title.small.circle.left .icon_text_holder,
.mkd_icon_with_title.small.icon_image.left .icon_text_holder,
.mkd_icon_with_title.small.square.left .icon_text_holder {
  padding: 0 0 0 88px;
}
.mkd_icon_with_title.small.boxed.right .icon_text_holder,
.mkd_icon_with_title.small.circle.right .icon_text_holder,
.mkd_icon_with_title.small.icon_image.right .icon_text_holder,
.mkd_icon_with_title.small.square.right .icon_text_holder {
  padding: 0 88px 0 0;
}
.mkd_icon_with_title.medium.boxed.left .icon_text_holder,
.mkd_icon_with_title.medium.circle.left .icon_text_holder,
.mkd_icon_with_title.medium.icon_image.left .icon_text_holder,
.mkd_icon_with_title.medium.square.left .icon_text_holder {
  padding: 0 0 0 114px;
}
.mkd_icon_with_title.medium.boxed.right .icon_text_holder,
.mkd_icon_with_title.medium.circle.right .icon_text_holder,
.mkd_icon_with_title.medium.icon_image.right .icon_text_holder,
.mkd_icon_with_title.medium.square.right .icon_text_holder {
  padding: 0 114px 0 0;
}
.mkd_icon_with_title.large.boxed.left .icon_text_holder,
.mkd_icon_with_title.large.circle.left .icon_text_holder,
.mkd_icon_with_title.large.icon_image.left .icon_text_holder,
.mkd_icon_with_title.large.square.left .icon_text_holder {
  padding: 0 0 0 140px;
}
.mkd_icon_with_title.large.boxed.right .icon_text_holder,
.mkd_icon_with_title.large.circle.right .icon_text_holder,
.mkd_icon_with_title.large.icon_image.right .icon_text_holder,
.mkd_icon_with_title.large.square.right .icon_text_holder {
  padding: 0 140px 0 0;
}
.mkd_icon_with_title.very_large.boxed.left .icon_text_holder,
.mkd_icon_with_title.very_large.circle.left .icon_text_holder,
.mkd_icon_with_title.very_large.icon_image.left .icon_text_holder,
.mkd_icon_with_title.very_large.square.left .icon_text_holder {
  padding: 0 0 0 166px;
}
.mkd_icon_with_title.very_large.boxed.right .icon_text_holder,
.mkd_icon_with_title.very_large.circle.right .icon_text_holder,
.mkd_icon_with_title.very_large.icon_image.right .icon_text_holder,
.mkd_icon_with_title.very_large.square.right .icon_text_holder {
  padding: 0 166px 0 0;
}
.mkd_icon_with_title.left_from_title .icon_text_holder,
.mkd_icon_with_title.right_from_title .icon_text_holder {
  padding: 0 !important;
}
.mkd_icon_with_title.right_from_title .icon_title_holder .icon_holder {
  padding-left: 25px;
  padding-right: 0;
}
.mkd_icon_with_title.right_from_title {
  text-align: right;
}
.mkd_icon_with_title.right_from_title .custom_icon_holder {
  display: inline-block;
  margin-left: 20px;
}
.mkd_icon_with_title.large.boxed.center .icon_text_holder,
.mkd_icon_with_title.large.center .icon_text_holder,
.mkd_icon_with_title.large.circle.center .icon_text_holder,
.mkd_icon_with_title.large.icon_image.center .icon_text_holder,
.mkd_icon_with_title.medium.boxed.center .icon_text_holder,
.mkd_icon_with_title.medium.center .icon_text_holder,
.mkd_icon_with_title.medium.circle.center .icon_text_holder,
.mkd_icon_with_title.medium.icon_image.center .icon_text_holder,
.mkd_icon_with_title.small.boxed.center .icon_text_holder,
.mkd_icon_with_title.small.center .icon_text_holder,
.mkd_icon_with_title.small.circle.center .icon_text_holder,
.mkd_icon_with_title.small.icon_image.center .icon_text_holder,
.mkd_icon_with_title.tiny.boxed.center .icon_text_holder,
.mkd_icon_with_title.tiny.center .icon_text_holder,
.mkd_icon_with_title.tiny.circle.center .icon_text_holder,
.mkd_icon_with_title.tiny.icon_image.center .icon_text_holder,
.mkd_icon_with_title.very_large.boxed.center .icon_text_holder,
.mkd_icon_with_title.very_large.center .icon_text_holder,
.mkd_icon_with_title.very_large.circle.center .icon_text_holder,
.mkd_icon_with_title.very_large.icon_image.center .icon_text_holder {
  padding: 0;
}
.mkd_icon_with_title.left_from_title .icon_holder,
.mkd_icon_with_title.right_from_title .icon_holder {
  display: inline-block;
}
.mkd_icon_with_title.left_from_title .icon_holder.custom_icon_holder,
.mkd_icon_with_title.right_from_title .icon_holder.custom_icon_holder {
  display: inline;
}
.mkd_icon_with_title.tiny .icon_holder img {
  width: 35px;
}
.mkd_icon_with_title.small .icon_holder img {
  width: 52px;
}
.mkd_icon_with_title.medium .icon_holder img {
  width: 78px;
}
.mkd_icon_with_title.large .icon_holder img {
  width: 104px;
}
.mkd_icon_with_title.very_large .icon_holder img {
  width: 130px;
}
.mkd_icon_with_title.left_from_title.tiny.normal_icon .icon_holder i,
.mkd_icon_with_title.right_from_title.tiny.normal_icon .icon_holder i {
  position: relative;
  top: -1px;
  line-height: 1em;
}
.mkd_icon_with_title .icon_text_holder .icon_title {
  display: block;
  margin: 0 0 15px;
}
.mkd_icon_with_title .icon_text_holder .separator_holder {
  display: inline-block;
  width: 100%;
}
.mkd_icon_with_title .icon_text_holder .separator {
  display: block;
  border: none;
  height: 1px;
  width: 20px;
  background-color: #18cfab;
  margin: 10px auto;
  float: left;
}
.mkd_icon_with_title.top_title_over .icon_holder {
  margin: 0 0 18px;
}
.mkd_icon_with_title.top_title_over .icon_holder i,
.mkd_icon_with_title.top_title_over .icon_holder span {
  font-size: 120px !important;
  line-height: 1em !important;
  color: #f0f0f0;
}
.mkd_icon_with_title.top_title_over .icon_holder img {
  min-width: 120px !important;
}
.mkd_icon_with_title.top_title_over .icon_title {
  position: absolute;
  top: -85px;
  width: 100%;
  margin: 0 !important;
  z-index: 3;
}
.mkd_icon_with_title .icon_holder .custom_icon img {
  width: initial !important;
}
.mkd_icon_with_title .has_hover_icon .custom_icon img.custom_icon_original {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}
.mkd_icon_with_title .has_hover_icon .custom_icon img.custom_icon_hover {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  position: absolute;
  left: 0;
}
.mkd_icon_with_title
  .has_hover_icon
  .custom_icon:hover
  img.custom_icon_original {
  opacity: 0;
}
.mkd_icon_with_title .has_hover_icon .custom_icon:hover img.custom_icon_hover {
  opacity: 1;
}
.mkd_icon_with_title .icon_holder_inner .mkd_icon_linea_icon:before {
  line-height: inherit;
}
.mkd_icon_with_title.left_from_title .icon_title_inner_holder,
.mkd_icon_with_title.right_from_title .icon_title_inner_holder {
  display: inline-block;
}
.mkd_icon_with_title.left_from_title .custom_icon_holder {
  display: inline-block;
  margin-right: 20px;
}
.mkd_icon_with_title.left_from_title .custom_icon_holder img,
.mkd_icon_with_title.right_from_title .custom_icon_holder img {
  vertical-align: middle;
}
.mkd_icon_with_title .icon_title_holder .separator_holder .separator {
  display: block;
  border: medium none;
  height: 1px;
  width: 20px;
  background-color: #18cfab;
  margin: 10px auto;
  float: left;
}
.mkd_box_holder.animation_zoom .icon_holder_inner i,
.mkd_box_holder.animation_zoom .icon_holder_inner span,
.mkd_icon_with_title.animation_zoom .icon_holder_inner i,
.mkd_icon_with_title.animation_zoom .icon_holder_inner span {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.mkd_box_holder.animation_zoom .icon_holder_inner:hover a > span,
.mkd_box_holder.animation_zoom .icon_holder_inner:hover i,
.mkd_box_holder.animation_zoom .icon_holder_inner:hover > span,
.mkd_icon_with_title.animation_zoom .icon_holder_inner:hover a > span,
.mkd_icon_with_title.animation_zoom .icon_holder_inner:hover i,
.mkd_icon_with_title.animation_zoom .icon_holder_inner:hover > span {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.box_holder_icon_inner:not(.normal_icon).animation_zoom
  .mkd_font_elegant_holder,
.box_holder_icon_inner:not(.normal_icon).animation_zoom .mkd_icon_stack,
.mkd_icon_with_title:not(.normal_icon).animation_zoom
  .icon_holder
  .mkd_icon_stack,
.mkd_icon_with_title:not(.normal_icon).animation_zoom .mkd_font_elegant_holder {
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  -ms-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mkd_box_holder {
  display: block;
  position: relative;
  border: 1px solid transparent;
  z-index: 200;
  border: 1px solid #dcdcdc;
}
.box_holder_inner {
  padding: 50px 20px 30px;
  display: block;
}
.mkd_box_holder.with_icon .box_holder_inner.tiny {
  padding: 50px 20px 30px;
}
.mkd_box_holder.with_icon .box_holder_inner.small {
  padding: 57px 20px 30px;
}
.mkd_box_holder.with_icon .box_holder_inner.medium {
  padding: 70px 20px 30px;
}
.mkd_box_holder.with_icon .box_holder_inner.large {
  padding: 83px 20px 30px;
}
.mkd_box_holder.with_icon .box_holder_inner.very_large {
  padding: 96px 20px 30px;
}
.mkd_box_holder
  .box_holder_icon_inner
  .has_hover_icon
  .custom_icon
  img.custom_icon_original {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 1;
}
.mkd_box_holder
  .box_holder_icon_inner.has_hover_icon
  .custom_icon
  img.custom_icon_hover {
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  opacity: 0;
  position: absolute;
  left: -50%;
}
.mkd_box_holder
  .box_holder_icon_inner.has_hover_icon
  .custom_icon:hover
  img.custom_icon_original {
  opacity: 0;
}
.mkd_box_holder
  .box_holder_icon_inner.has_hover_icon
  .custom_icon:hover
  img.custom_icon_hover {
  opacity: 1;
}
.box_holder_inner.left {
  text-align: left;
}
.box_holder_inner.right {
  text-align: right;
}
.box_holder_inner.center {
  text-align: center;
}
.box_holder_inner .icon_title {
  margin: 0 0 14px;
}
.box_holder_icon {
  position: absolute;
  display: block;
  left: 50%;
  top: 0;
  z-index: 250;
}
.box_holder_icon_inner {
  margin: -50% 0 0 -50%;
}
.box_holder_icon_inner .icon_holder_inner {
  display: inline-block;
}
.box_holder_icon_inner.circle .icon_holder_inner,
.box_holder_icon_inner.square .icon_holder_inner {
  background-color: #f6f6f5;
}
.box_holder_icon_inner.circle .icon_holder_inner {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.box_holder_icon_inner.circle,
.box_holder_icon_inner.image,
.box_holder_icon_inner.square {
  margin: -50% 0 0 -50%;
}
.box_holder_icon_inner.image.tiny img {
  height: 35px;
}
.box_holder_icon_inner.image.small img {
  height: 52px;
}
.box_holder_icon_inner.image.medium img {
  height: 78px;
}
.box_holder_icon_inner.image.large img {
  height: 104px;
}
.box_holder_icon_inner.image.very_large img {
  height: 130px;
}
.mkd_box_holder .outline_enlarge,
.mkd_icon_with_title .outline_enlarge {
  overflow: visible;
  backface-visibility: hidden;
}
.mkd_box_holder .outline_enlarge .animation_overlay,
.mkd_icon_with_title .outline_enlarge .animation_overlay {
  top: -3px;
  left: -3px;
  padding: 3px;
  box-shadow: 0 0 0 1px #cacccd;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mkd_box_holder .circle .outline_enlarge .animation_overlay,
.mkd_icon_with_title.circle .outline_enlarge .animation_overlay {
  border-radius: 50%;
}
.mkd_box_holder .icon_holder_inner:hover .outline_enlarge .animation_overlay,
.mkd_icon_with_title
  .icon_holder_inner:hover
  .outline_enlarge
  .animation_overlay {
  -webkit-transform: scale(1.21) rotate(0.01deg);
  -ms-transform: scale(1.21) rotate(0.01deg);
  transform: scale(1.21) rotate(0.01deg);
}
.mkd_image_with_text_and_icon {
  display: inline-block;
  max-width: 100%;
}
.mkd_image_with_text_and_icon .box_image {
  position: relative;
}
.mkd_image_with_text_and_icon .image_holder_inner {
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s ease-in-out;
  -ms-transition: top 0.3s ease-in-out;
  -o-transition: top 0.3s ease-in-out;
  transition: top 0.3s ease-in-out;
}
.mkd_image_with_text_and_icon .image_holder_inner img {
  -webkit-backface-visibility: hidden;
}
.mkd_image_with_text_and_icon:hover .image_holder_inner {
  top: -10px;
}
.mkd_image_with_text_and_icon .image_holder_inner img {
  vertical-align: middle;
}
.mkd_image_with_text_and_icon .mkd_icon_shortcode {
  background-color: #18cfab;
  border-color: #18cfab;
}
.mkd_image_with_text_and_icon .mkd_icon_shortcode:hover {
  background-color: #18cfab;
  border-color: #18cfab;
}
.mkd_image_with_text_and_icon .mkd_icon_shade i,
.mkd_image_with_text_and_icon .mkd_icon_shade span {
  color: #fff;
  font-size: 26px;
}
.mkd_image_with_text_and_icon .mkd_icon_holder {
  position: absolute;
  width: 100%;
  text-align: center;
}
.mkd_image_with_text_and_icon.undraw .mkd_icon_holder {
  z-index: 670;
}
.mkd_image_with_text_and_icon .mkd_image_with_text_and_icon_title {
  text-align: center;
}
.mkd_image_with_text_and_icon p {
  margin-top: 16px;
  text-align: center;
}
.mkd_image_with_text_and_icon .mkd_icon_shortcode i,
.mkd_image_with_text_and_icon .mkd_icon_shortcode span {
  display: block;
}
.mkd_image_with_text_and_icon .mkd_icon_holder .mkd_icon_linea_icon:before {
  line-height: inherit;
}
.mkd_image_with_text_and_icon.undraw .borders {
  top: 11px;
  left: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  transition: border-color 0s ease 0.4s;
}
.mkd_image_with_text_and_icon.undraw:hover .borders {
  border-color: transparent;
  transition: border-color 0s ease-out 0s;
}
.mkd_image_with_text_and_icon.undraw .borders div[class^="border"] {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.18s ease-out, opacity 0s ease;
  transition: transform 0.18s ease-out, opacity 0s ease;
  -webkit-transition-delay: 0.18s, 0.4s;
  transition-delay: 0.18s, 0.4s;
}
.mkd_image_with_text_and_icon.undraw:hover .borders .border_1 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transition-delay: 0.1s, 0s;
  transition-delay: 0.1s, 0s;
  opacity: 1;
}
.mkd_image_with_text_and_icon.undraw:hover .borders .border_2 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: 0.28s, 0s;
  transition-delay: 0.28s, 0s;
  opacity: 1;
}
.mkd_image_with_text_and_icon.undraw:hover .borders .border_3 {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-delay: 0.46s, 0s;
  transition-delay: 0.46s, 0s;
  opacity: 1;
}
.mkd_image_with_text_and_icon.undraw:hover .borders .border_4 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-delay: 0.64s, 0s;
  transition-delay: 0.64s, 0s;
  opacity: 1;
}
.mkd_progress_bars_icons {
  display: block;
  position: relative;
}
.mkd_progress_bars_icons_inner {
  position: relative;
  width: 100%;
}
.mkd_progress_bars_icons_inner .bar {
  position: relative;
  float: left;
  margin: 0 5px 5px 0 !important;
}
.mkd_progress_bars_icons_inner.normal .bar {
  margin: 0;
}
.mkd_progress_bars_icons_inner.tiny .bar {
  height: 40px;
  width: 40px;
}
.mkd_progress_bars_icons_inner.small .bar {
  width: 56px;
  height: 56px;
}
.mkd_progress_bars_icons_inner.medium .bar {
  width: 84px;
  height: 84px;
}
.mkd_progress_bars_icons_inner.large .bar {
  width: 112px;
  height: 112px;
}
.mkd_progress_bars_icons_inner.very_large .bar {
  width: 140px;
  height: 140px;
}
.mkd_progress_bars_icons_inner .bar .bar_active,
.mkd_progress_bars_icons_inner .bar .bar_noactive {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 50;
}
.mkd_progress_bars_icons_inner.tiny .bar .bar_active,
.mkd_progress_bars_icons_inner.tiny .bar .bar_noactive {
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.mkd_progress_bars_icons_inner .bar .bar_noactive {
  display: none;
}
.mkd_progress_bars_icons_inner .bar.active .bar_noactive {
  z-index: 100;
  display: block;
}
.mkd_progress_bars_icons_inner.circle .bar.active .bar_noactive,
.mkd_progress_bars_icons_inner.square .bar.active .bar_noactive {
  background-color: #18cfab;
}
.mkd_progress_bars_icons_inner.circle .bar .bar_active,
.mkd_progress_bars_icons_inner.square .bar .bar_active {
  background-color: #f6f6f5;
}
.mkd_progress_bars_icons_inner.circle .bar .bar_active,
.mkd_progress_bars_icons_inner.circle .bar .bar_noactive {
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
}
.mkd_progress_bars_icons_inner.normal .bar.active .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.normal .bar.active i {
  color: #18cfab;
}
.mkd_progress_bars_icons_inner.normal .bar .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.normal .bar i {
  color: #ececea;
}
.mkd_progress_bars_icons_inner .bar.active i.fa-circle,
.mkd_progress_bars_icons_inner.circle .bar.active .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.circle .bar.active i,
.mkd_progress_bars_icons_inner.square .bar.active .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.square .bar.active i {
  color: #fff;
}
.mkd_progress_bars_icons_inner .bar i.fa-circle,
.mkd_progress_bars_icons_inner.circle .bar .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.circle .bar i,
.mkd_progress_bars_icons_inner.square .bar .mkd_font_elegant_icon,
.mkd_progress_bars_icons_inner.square .bar i {
  color: #18cfab;
  line-height: inherit;
}
.mkd_progress_bars_icons_inner .mkd_font_elegant_icon {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.mkd_progress_bars_icons_inner .bar_active .mkd_icon_font_elegant,
.mkd_progress_bars_icons_inner .bar_noactive .mkd_icon_font_elegant {
  line-height: inherit;
}
.mkd_progress_bars_icons_inner.custom .bar .bar_active,
.mkd_progress_bars_icons_inner.custom .bar .bar_noactive {
  width: inherit;
  height: inherit;
  line-height: inherit;
}
.mkd_progress_bars_icons_inner.custom .bar .bar_active i,
.mkd_progress_bars_icons_inner.custom .bar .bar_active span,
.mkd_progress_bars_icons_inner.custom .bar .bar_noactive i,
.mkd_progress_bars_icons_inner.custom .bar .bar_noactive span {
  line-height: inherit;
}
.mkd_social_icon_holder {
  position: relative;
  display: inline-block;
  margin: 0 14px 14px 0 !important;
  vertical-align: middle;
}
.mkd_social_icon_holder .mkd_icon_stack {
  position: relative;
  text-align: center;
  color: #fff;
  background-color: #18cfab;
  border: 1px solid transparent;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-transform: translateZ(0);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.footer_top .mkd_social_icon_holder .mkd_icon_stack {
  background-color: #fff;
}
.mkd_social_icon_holder:hover .mkd_icon_stack {
  color: #fff;
  background-color: #18cfab;
}
.footer_top .mkd_social_icon_holder:hover .mkd_icon_stack {
  color: #18cfab;
  background-color: #18cfab;
}
.mkd_social_icon_holder.normal_social .simple_social,
.mkd_social_icon_holder.normal_social.with_link .simple_social {
  color: #18cfab;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
}
.mkd_social_icon_holder.normal_social:hover .simple_social {
  color: #18cfab;
}
.mkd_social_icon_holder .mkd_icon_stack.circle_social {
  border-radius: 3em;
}
.mkd_social_icon_holder .mkd_icon_stack.tiny {
  width: 35px;
  height: 35px;
  line-height: 35px;
}
.mkd_social_icon_holder .mkd_icon_stack.small {
  width: 44px;
  height: 44px;
  line-height: 44px;
}
.mkd_social_icon_holder .mkd_icon_stack.medium {
  width: 51px;
  height: 51px;
  line-height: 51px;
}
.mkd_social_icon_holder .mkd_icon_stack.large {
  width: 64px;
  height: 64px;
  line-height: 64px;
}
.mkd_social_icon_holder .mkd_icon_stack.huge {
  width: 110px;
  height: 110px;
  line-height: 110px;
}
.mkd_social_icon_holder .mkd_icon_stack.tiny i,
.mkd_social_icon_holder .mkd_icon_stack.tiny span,
.mkd_social_icon_holder i.tiny,
.mkd_social_icon_holder span.tiny {
  font-size: 16px;
}
.mkd_social_icon_holder .mkd_icon_stack.small i,
.mkd_social_icon_holder .mkd_icon_stack.small span,
.mkd_social_icon_holder i.small,
.mkd_social_icon_holder span.small {
  font-size: 18px;
}
.mkd_social_icon_holder .mkd_icon_stack.medium i,
.mkd_social_icon_holder .mkd_icon_stack.medium span,
.mkd_social_icon_holder i.medium,
.mkd_social_icon_holder span.medium {
  font-size: 20px;
}
.mkd_social_icon_holder .mkd_icon_stack.large i,
.mkd_social_icon_holder .mkd_icon_stack.large span,
.mkd_social_icon_holder i.large,
.mkd_social_icon_holder span.large {
  font-size: 24px;
}
.mkd_social_icon_holder .mkd_icon_stack.huge i,
.mkd_social_icon_holder .mkd_icon_stack.huge span,
.mkd_social_icon_holder i.huge,
.mkd_social_icon_holder span.huge {
  font-size: 40px;
}
.mkd_social_icon_holder > i,
.mkd_social_icon_holder > span.simple_social {
  position: relative;
  display: block;
  width: auto;
  line-height: 1.2em;
}
.mkd_social_icon_holder .mkd_icon_stack span {
  position: relative;
  color: inherit;
}
.ordered ol,
.ordered ul {
  counter-reset: li;
  display: block;
  list-style-type: none;
  background-position: left center;
  background-repeat: no-repeat;
  margin: 0 0 30px;
}
.ordered ol li {
  position: relative;
  margin: 0 0 21px;
  padding: 0 0 0 30px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 21px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ordered ol > li:before {
  position: absolute;
  left: 0;
  color: #18cfab;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
  padding-right: 16px;
}
.ordered.show_separator ol > li:not(:last-child):after {
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid;
  border-top-color: #18cfab;
  content: "";
  margin-top: 15px;
}
.ordered.show_separator ol li {
  margin: 0 0 12px;
}
.mkd_list ul li {
  font-family: inherit;
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 400;
  color: #6a6a6a;
}
.mkd_list.normal ul > li {
  font-weight: 400 !important;
}
.mkd_list.light ul > li {
  font-weight: 300 !important;
}
.mkd_list.bold ul > li {
  font-weight: 600 !important;
}
.mkd_list.circle ul,
.mkd_list.line ul,
.mkd_list.number ul {
  display: block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mkd_list.number ul {
  counter-reset: li;
}
.mkd_list.circle ul > li,
.mkd_list.line ul > li,
.mkd_list.number ul > li {
  position: relative;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
}
.mkd_list.circle.show_separator ul > li,
.mkd_list.line.show_separator ul > li,
.mkd_list.number.show_separator ul > li {
  margin: 0 0 12px;
}
.mkd_list.number ul > li {
  padding: 0 0 0 32px;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 1px;
  font-weight: 700;
  text-transform: uppercase;
  color: #283033;
}
.mkd_list.number.circle_number li {
  padding-left: 50px;
}
.mkd_list.line ul > li {
  padding-left: 9px;
}
.mkd_list.circle ul > li:before {
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 9px;
  background-color: #18cfab;
  content: "";
  border-radius: 25px;
}
.mkd_list.number ul > li:before {
  height: 20px;
  width: 20px;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  padding: 0;
  color: #18cfab;
  text-align: center;
  content: counter(li, decimal-leading-zero);
  counter-increment: li;
}
.mkd_list.number.circle_number ul > li:before {
  color: #fff;
  background-color: #18cfab;
  border-radius: 2em;
  height: 31px;
  width: 31px;
  line-height: 31px;
  top: -3px;
}
.mkd_list.line ul li:before {
  height: 20px;
  width: auto;
  line-height: 20px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 1px;
  padding: 0;
  color: #959595;
  text-align: center;
  content: "-";
}
.mkd_list.circle.animate_list ul li,
.mkd_list.line.animate_list ul li,
.mkd_list.number.animate_list ul li,
.ordered.animate_list ol li {
  opacity: 0;
  left: -40px;
}
.touch .no_animation_on_touch .mkd_list.circle.animate_list ul li,
.touch .no_animation_on_touch .mkd_list.line.animate_list ul li,
.touch .no_animation_on_touch .mkd_list.number.animate_list ul li,
.touch .no_animation_on_touch .ordered.animate_list ol li {
  opacity: 1;
  left: 0;
}
.mkd_list.show_separator ul > li:not(:last-child):after {
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid;
  border-color: #18cfab;
  content: "";
  margin-top: 12px;
}
.blog_holder .post_info .blog_share i.social_share_icon {
  line-height: inherit;
}
.social_share_holder {
  position: relative;
  display: inline-block;
  cursor: default;
}
.social_share_holder a {
  display: block;
}
.social_share_holder:hover .social_share_title {
  cursor: pointer;
}
.social_share_holder:hover .social_share_dropdown ul li {
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(2) {
  left: 40px;
  transition-delay: 0.1s;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(3) {
  left: 80px;
  transition-delay: 0.2s;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(4) {
  left: 120px;
  transition-delay: 0.3s;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(5) {
  left: 160px;
  transition-delay: 0.4s;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(6) {
  left: 200px;
  transition-delay: 0.5s;
}
.social_share_holder:hover .social_share_dropdown ul li:nth-child(7) {
  left: 240px;
  transition-delay: 0.6s;
}
.social_share_title {
  display: inline-block;
  line-height: 15px;
  margin-left: 5px;
}
.social_share_dropdown {
  visibility: hidden;
  z-index: 950;
  float: left;
}
.social_share_dropdown ul li {
  visibility: hidden;
  position: absolute;
  text-align: center;
  min-width: 40px;
  float: left;
  opacity: 0.2;
  padding-top: 5px;
  -webkit-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  transition: opacity 0.1s ease-out, position 0.1s ease-out, color 0.1s ease-out,
    background-color 0.1s ease-out;
}
.social_share_dropdown ul {
  list-style: none;
  position: relative;
  display: block;
  z-index: 990;
  padding: 0 !important;
  min-width: 50px;
  font-weight: 400;
}
.social_share_holder i.social_share_icon {
  float: left;
}
.page_share {
  position: relative;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #5d5d5d;
  font-size: 12px;
  line-height: 1em;
  -webkit-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out, position 0.1s ease-out,
    color 0.1s ease-out, background-color 0.1s ease-out;
  transition: opacity 0.1s ease-out, position 0.1s ease-out, color 0.1s ease-out,
    background-color 0.1s ease-out;
  display: inline-block;
}
.social_share_dropdown ul li.share_title {
  color: #a6a6a6;
  padding: 10px 20px;
}
.social_share_dropdown ul li a {
  display: block;
  height: 40px;
  line-height: 40px !important;
  text-transform: uppercase;
  font-size: 10px;
  letter-spacing: 1px;
  text-align: left;
  color: #fff;
  background-color: #283033;
  text-align: center;
}
.social_share_dropdown ul li a:hover {
  text-decoration: none;
}
.social_share_dropdown ul li a:hover span.social_network_icon,
.social_share_dropdown ul li:hover,
.social_share_dropdown ul li:hover a span.social_network_icon {
  color: #18cfab;
}
.blog_holder article .post_info .social_share_dropdown ul li a span,
.latest_post_holder .social_share_dropdown ul li a span,
.social_share_dropdown ul li a span {
  font-size: 14px;
}
.social_share_dropdown ul li .social_network_icon {
  font-size: 14px;
  color: #fff;
  position: relative;
  vertical-align: middle;
}
.blog_holder
  article.format-link
  .post_text.link_image
  .post_text_inner:hover
  .post_info
  .social_share_dropdown
  ul
  li
  span.social_network_icon {
  color: #5d5d5d;
}
.social_share_dropdown ul li img {
  width: 8px;
  margin: 0 12px 0 0;
}
.latest_post_holder .social_share_dropdown ul li:hover a {
  color: #fff !important;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.social_share_dropdown ul li:hover a span.social_network_icon {
  color: #18cfab;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.social_share_list_holder ul {
  list-style: none;
  display: inline-block;
}
.social_share_list_holder ul li,
.woocommerce.single-product.single .social_share_list_holder ul li {
  display: inline-block;
  margin: 10px 12px 0 0;
  vertical-align: middle;
}
.social_share_list_holder ul li i,
.woocommerce.single-product.single .social_share_list_holder ul li i {
  color: #393939;
  font-size: 26px;
  line-height: 26px;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.social_share_list_holder ul li i:hover,
.woocommerce.single-product.single .social_share_list_holder ul li i:hover {
  color: #18cfab;
}
.social_share_list_holder ul li a:hover {
  text-decoration: none;
}
.vc_text_separator.full {
  position: relative;
  height: 100%;
  box-sizing: border-box;
  border-bottom: 0;
  text-align: center;
  overflow: hidden;
  display: block;
}
.vc_text_separator.full.left {
  text-align: left;
}
.vc_text_separator.full.right {
  text-align: right;
}
.vc_text_separator.full .separator_wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  padding: 0;
  border: 0;
  z-index: 2;
  background-color: transparent;
}
.vc_text_separator.full .separator_content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  padding: 0 40px;
  font-size: 18px;
  line-height: 50px;
  color: #3e3e3e;
  font-weight: 700;
  letter-spacing: 5px;
  text-align: center;
  background-color: transparent;
}
.vc_text_separator.full .separator_content:not(.box) {
  vertical-align: top;
}
.title_like_separator .vc_text_separator.full .separator_content {
  padding: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1.65em;
  font-weight: 700;
  letter-spacing: 0;
}
.subtitle_like_separator .vc_text_separator.full .separator_content {
  padding: 0;
  color: #74797b;
}
.vc_text_separator.full .separator_content.box {
  background-color: #fff;
  border: 1px solid #b2b2b2;
}
.vc_text_separator.full .separator_content span {
  position: relative;
  display: block;
  font-size: inherit !important;
  color: inherit;
  line-height: inherit;
}
.vc_text_separator .mkd_line_after,
.vc_text_separator .mkd_line_before {
  content: "";
  width: 1000px;
  position: absolute;
  bottom: 50%;
  border-bottom-color: #b2b2b2;
  border-bottom-width: 1px;
  margin-bottom: -0.5px;
  background-color: transparent;
  padding: 0;
  top: auto;
}
.vc_text_separator .mkd_line_before {
  right: 100%;
}
.vc_text_separator .mkd_line_after {
  left: 100%;
}
.vc_text_separator .mkd_line_after .mkd_separator_line_inner,
.vc_text_separator .mkd_line_before .mkd_separator_line_inner {
  bottom: auto;
  top: -2px;
  position: absolute;
  border-radius: 20px;
  background-color: #b2b2b2;
  content: "";
  z-index: 1;
}
.mkd_line_graf_holder,
.mkd_pie_graf_holder {
  display: block;
  position: relative;
  overflow: hidden;
}
.mkd_line_graf,
.mkd_pie_graf {
  margin: 0 22px 0 0;
  float: left;
}
.mkd_pie_graf_legend {
  position: relative;
  float: left;
  width: 40%;
}
.mkd_line_graf_legend {
  position: relative;
  float: left;
  width: 20%;
}
.mkd_line_graf_legend ul,
.mkd_pie_graf_legend ul {
  list-style: none;
  padding: 0;
}
.mkd_line_graf_legend ul li,
.mkd_pie_graf_legend ul li {
  display: block;
  margin: 0 0 10px 0;
}
.mkd_line_graf_legend ul li .color_holder,
.mkd_pie_graf_legend ul li .color_holder {
  width: 25px;
  height: 25px;
  background-color: #18cfab;
  float: left;
}
.mkd_line_graf_legend ul li p,
.mkd_pie_graf_legend ul li p {
  line-height: 25px;
  margin: 0;
  padding: 0 0 0 50px;
}
.mkd_image_with_text_over.one_half {
  width: 50%;
}
.mkd_image_with_text_over.one_third {
  width: 33.33%;
}
.mkd_image_with_text_over.one_fourth {
  width: 25%;
}
.mkd_image_with_text_over {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  width: 100%;
  cursor: default;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mkd_image_with_text_over img {
  display: block;
  position: relative;
  width: 100%;
  z-index: 10;
}
.mkd_image_with_text_over .shader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-position: 0 0;
  background-color: rgba(0, 0, 0, 0.35);
  background-repeat: repeat;
  z-index: 20;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.mkd_image_with_text_over:hover .shader {
  background-color: rgba(0, 0, 0, 0.15);
}
.mkd_image_with_text_over .back_holder,
.mkd_image_with_text_over .front_holder {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 24;
  overflow: hidden;
  padding: 11px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateZ(0);
}
.mkd_image_with_text_over .back_holder_inner,
.mkd_image_with_text_over .front_holder_inner {
  border: 1px solid #969393;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.mkd_image_with_text_over .back_holder_inner,
.mkd_image_with_text_over .front_holder_inner {
  position: relative;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  display: table;
}
.mkd_image_with_text_over .back_holder_content,
.mkd_image_with_text_over .front_holder_content {
  display: table-cell;
  vertical-align: middle;
}
.mkd_image_with_text_over .back_side,
.mkd_image_with_text_over .front_side {
  text-align: center;
}
.mkd_image_with_text_over .back_holder,
.mkd_image_with_text_over .front_holder {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mkd_image_with_text_over .front_holder {
  transition-delay: 0s;
}
.mkd_image_with_text_over .back_holder {
  transition-delay: 0.1s;
}
.mkd_image_with_text_over:hover .front_holder {
  transition-delay: 0.1s;
}
.mkd_image_with_text_over:hover .back_holder {
  transition-delay: 0s;
}
.mkd_image_with_text_over .back_holder,
.mkd_image_with_text_over:hover .front_holder {
  opacity: 0;
}
.mkd_image_with_text_over:hover .back_holder {
  opacity: 1;
}
.mkd_image_with_text_over .button_holder .qbutton {
  z-index: 999;
}
.mkd_image_with_text_over .content_title {
  text-align: center;
}
.mkd_image_with_text_over .content_title,
.mkd_image_with_text_over .icon_holder {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
}
.mkd_image_with_text_over .content_title {
  margin: 15px 0 0 0;
}
.mkd_image_with_text_over .content_title:last-child:first-child,
.mkd_image_with_text_over .text_content:last-child:first-child {
  margin: 0;
}
.mkd_image_with_text_over .text_content {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  margin: 15px 0 0;
}
.mkd_image_with_text_over .button_holder {
  text-align: center;
  margin: 20px 0 0;
}
.mkd_image_with_text_over .icon_holder.circle i,
.mkd_image_with_text_over .icon_holder.circle span,
.mkd_image_with_text_over .icon_holder.square i,
.mkd_image_with_text_over .icon_holder.square span {
  -webkit-transition: background-color 0.15s ease, border-color 0.15s ease;
  -moz-transition: background-color 0.15s ease, border-color 0.15s ease;
  -o-transition: background-color 0.15s ease, border-color 0.15s ease;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  background-color: rgba(255, 255, 255, 0.15);
  padding: 20px;
  display: inline-block;
  vertical-align: middle;
}
.mkd_image_with_text_over .icon_holder.circle i,
.mkd_image_with_text_over .icon_holder.circle span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.mkd_image_with_text_over .separator.small,
.wpb_column > .wpb_wrapper .mkd_image_with_text_over .separator.small {
  width: 27px;
  border-width: 1px;
  margin: 15px auto 0 auto;
}
.mkd_image_with_text_over.image_zoom {
  overflow: hidden;
}
.mkd_image_with_text_over.image_zoom img {
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.mkd_image_with_text_over.image_zoom:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.undraw.mkd_image_with_text_over .back_holder_inner {
  border: none;
}
.undraw.mkd_image_with_text_over:hover .front_holder_inner {
  border-color: rgba(255, 255, 255, 0);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.undraw .borders {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 666;
}
.undraw .borders div[class^="border"] {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: -webkit-transform 0.18s ease-out;
  transition: transform 0.18s ease-out;
}
.undraw .border_1 {
  left: 0;
  top: -1px;
  height: 1px;
  width: 100%;
}
.undraw .border_2 {
  left: -1px;
  top: 0;
  height: calc(100% + 1px);
  width: 1px;
}
.undraw .border_3 {
  left: 0;
  bottom: -1px;
  height: 1px;
  width: 100%;
}
.undraw .border_4 {
  right: -1px;
  top: 0;
  height: calc(100% + 1px);
  width: 1px;
}
.undraw.mkd_image_with_text_over:hover .border_1 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
}
.undraw.mkd_image_with_text_over:hover .border_2 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.undraw.mkd_image_with_text_over:hover .border_3 {
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.undraw.mkd_image_with_text_over:hover .border_4 {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.mkd_image_with_text_over .mkd_image_with_text_link_class {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 25;
}
.mkd_image_with_text_over .icon_holder.visible_on_hover {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mkd_image_with_text_over:hover .icon_holder.visible_on_hover {
  opacity: 1;
}
.mkd_image_with_text_over .separator.visible_on_hover {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.mkd_image_with_text_over:hover .separator.visible_on_hover {
  opacity: 1;
}
.mkd_team.below_image {
  -webkit-transform: translateZ(0);
}
.mkd_team:not(.below_image) {
  overflow: hidden;
}
.mkd_team.with_padding:not(.below_image) .mkd_team_text {
  padding-left: 20px;
  padding-right: 20px;
}
.mkd_team_inner {
  overflow: hidden;
  width: 100%;
}
.mkd_team:not(.below_image) .mkd_team_inner {
  overflow: hidden;
}
.mkd_team .mkd_team_image {
  position: relative;
  overflow: hidden;
}
.mkd_team .mkd_team_image img {
  width: 100%;
  vertical-align: middle;
}
.mkd_team.circle .mkd_team_image img,
.mkd_team.circle .mkd_team_social_holder,
.mkd_team.circle.below_image .image_overlay {
  border-radius: 50%;
}
.mkd_team .mkd_team_name,
.mkd_team .mkd_team_position,
.mkd_team .mkd_team_social_text {
  color: #fff;
}
.mkd_team .mkd_team_name {
  font-size: 17px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0;
}
.mkd_team.on_hover .mkd_team_inner .separator.small {
  margin-bottom: 15px !important;
  margin-top: 0;
}
.mkd_team .mkd_team_description {
  display: table;
  width: 100%;
  height: 100%;
}
.mkd_team .mkd_team_text {
  padding: 20px 0 20px;
}
.mkd_team .mkd_team_text.left_align {
  text-align: left;
}
.mkd_team .mkd_team_text.center_align {
  text-align: center;
}
.mkd_team .mkd_team_text.right_align {
  text-align: right;
}
.mkd_team .mkd_team_social_wrapp {
  margin: 35px 0 0 0;
}
.mkd_team .mkd_team_social_holder {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  display: table-cell;
  vertical-align: middle;
  background-color: #333;
  -webkit-transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background-color 0.15s ease-out;
  -webkit-transform: translateZ(0);
}
.touch .mkd_team .mkd_team_social_holder {
  cursor: pointer;
}
.mkd_team:hover .mkd_team_social_holder {
  opacity: 1;
}
.mkd_team .mkd_team_social {
  display: table;
  width: 100%;
  height: 100%;
}
.mkd_team .mkd_team_social_inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  position: relative;
}
.mkd_team_social .mkd_social_icon_holder {
  margin: 2px !important;
}
.mkd_team_social .mkd_social_icon_holder.normal_social {
  margin: 0 10px !important;
}
.mkd_team_social_holder .mkd_social_icon_holder .mkd_icon_stack {
  color: #fff;
  background-color: #494949;
  border: none;
  width: 40px;
  height: 40px;
  line-height: 38px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-transform: initial;
  vertical-align: middle;
  border: 1px solid #494949;
}
.mkd_team_social_holder .mkd_social_icon_holder:hover .mkd_icon_stack {
  color: #fff !important;
  background-color: #18cfab !important;
  border-color: #18cfab !important;
}
.mkd_team .mkd_social_icon_holder.normal_social .simple_social,
.mkd_team .mkd_social_icon_holder.normal_social.with_link .simple_social {
  font-size: inherit;
  line-height: inherit;
  color: #fff;
}
.mkd_team .mkd_social_icon_holder.normal_social span.simple_social,
.mkd_team .mkd_social_icon_holder.normal_social.with_link span.simple_social {
  font-size: 22px;
}
.mkd_team .mkd_team_social_holder .simple_social:hover {
  color: #fff !important;
}
.mkd_team .mkd_team_social_holder .social_icon {
  font-size: inherit;
  line-height: inherit;
}
.mkd_team .mkd_team_social_holder .social_icon,
.mkd_team .mkd_team_social_holder .social_icon:before {
  display: block;
}
.mkd_team .mkd_team_social .mkd_icon_ion_icon:before,
.mkd_team .mkd_team_social .mkd_icon_linea_icon:before {
  line-height: inherit;
}
.mkd_team .mkd_team_social_wrapp:first-child {
  margin-top: 0;
}
.mkd_team .mkd_team_social_holder.in_corner .mkd_team_title_holder {
  position: absolute;
  top: 32px;
  left: 22px;
}
.mkd_team .mkd_team_social_holder.in_corner .mkd_team_title_holder .separator {
  margin-left: 0;
}
.mkd_team
  .mkd_team_social_holder.in_corner
  .mkd_team_title_holder
  .mkd_team_position {
  text-align: left;
}
.mkd_team .mkd_team_social_holder.in_corner .mkd_team_social_wrapp {
  position: absolute;
  bottom: 18px;
  right: 20px;
}
.mkd_team .mkd_team_social_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  text-transform: capitalize;
}
.mkd_team .mkd_team_social_wrapp .separator.small,
.mkd_team.below_image .mkd_team_social_wrapp .separator.small {
  border-color: #fff;
  margin-top: 14px !important;
  margin-bottom: 19px !important;
}
.mkd_team.below_image .mkd_team_info .mkd_team_name {
  color: #283033;
  margin-bottom: 19px;
}
.mkd_team.below_image .mkd_team_info .mkd_team_position {
  color: #18cfab;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.mkd_team.below_image .mkd_team_info .separator.small,
.mkd_team.below_image.left_align .mkd_team_info .separator.small {
  margin-left: 0;
}
.mkd_team.below_image.right_align .mkd_team_info .separator.small {
  margin-right: 0;
  margin-left: auto;
}
.mkd_team.below_image.center_align .mkd_team_info .separator.small {
  margin-left: auto;
  margin-right: auto;
}
.mkd_team.below_image .mkd_team_info .separator.small {
  margin-bottom: 18px !important;
  margin-top: 0;
}
.mkd_team.below_image.right_align .mkd_team_info {
  text-align: right;
}
.mkd_team.below_image.center_align .mkd_team_info {
  text-align: center;
}
.mkd_team.below_image.with_padding .mkd_team_info {
  padding: 20px 10px;
}
.mkd_team.below_image .mkd_team_image {
  overflow: visible;
}
.mkd_team.below_image.social_style_between .mkd_team_social_holder_between {
  position: absolute;
  bottom: -23px;
  left: 13px;
}
.mkd_team.below_image.social_style_between
  .mkd_team_social_holder_between.right {
  right: 13px;
  left: auto;
}
.mkd_team.below_image.social_style_between
  .mkd_team_social_holder_between.center {
  right: calc(50% - 23px);
  left: auto;
}
.mkd_team.below_image .mkd_team_social_holder_between .social_share_icon_shape {
  background-color: #fff;
  border: 1px solid #fff;
  width: 46px;
  height: 46px;
  line-height: 44px;
  display: inline-block;
  box-sizing: border-box;
  -webkit-transition: border-color 0.15s ease-out,
    background-color 0.15s ease-out, color 0.15s ease-out;
  -moz-transition: border-color 0.15s ease-out, background-color 0.15s ease-out,
    color 0.15s ease-out;
  -o-transition: border-color 0.15s ease-out, background-color 0.15s ease-out,
    color 0.15s ease-out;
  transition: border-color 0.15s ease-out, background-color 0.15s ease-out,
    color 0.15s ease-out;
}
.mkd_team.below_image
  .mkd_team_social_holder_between
  .mkd_team_social:not(.normal_social)
  .social_share_icon_shape {
  box-shadow: 0 6px 6px -4px #afafaf;
}
.mkd_team.below_image
  .mkd_team_social_holder_between
  .social_share_icon_shape
  .social_share_icon {
  text-align: center;
  height: 100%;
  display: block;
  line-height: inherit;
  color: #18cfab;
}
.mkd_team.below_image
  .mkd_team_social_holder_between
  .mkd_team_social.circle_social
  .social_share_icon_shape {
  border-radius: 50%;
}
.mkd_team.below_image .mkd_team_social {
  position: relative;
}
.mkd_team.below_image .mkd_team_social_inner {
  position: absolute;
}
.mkd_team.below_image .mkd_team_social .mkd_social_icon_holder {
  margin: 0 !important;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li {
  opacity: 1;
  cursor: pointer;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li:first-child {
  bottom: 56px;
  transition-delay: 0.5s;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li:nth-child(2) {
  bottom: 102px;
  transition-delay: 0.4s;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li:nth-child(3) {
  bottom: 148px;
  transition-delay: 0.3s;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li:nth-child(4) {
  bottom: 194px;
  transition-delay: 0.2s;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li:nth-child(5) {
  bottom: 240px;
  transition-delay: 0.1s;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li:first-child {
  transition-delay: 0.1s;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li:nth-child(2) {
  transition-delay: 0.2s;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li:nth-child(3) {
  transition-delay: 0.3s;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li:nth-child(4) {
  transition-delay: 0.4s;
}
.mkd_team.below_image:hover .mkd_team_social_wrapp ul li:nth-child(5) {
  transition-delay: 0.5s;
}
.mkd_team.below_image
  .mkd_team_social.normal_social
  .mkd_team_social_wrapp
  ul
  li:first-child {
  bottom: 50px;
}
.mkd_team.below_image
  .mkd_team_social.normal_social
  .mkd_team_social_wrapp
  ul
  li:nth-child(2) {
  bottom: 90px;
}
.mkd_team.below_image
  .mkd_team_social.normal_social
  .mkd_team_social_wrapp
  ul
  li:nth-child(3) {
  bottom: 130px;
}
.mkd_team.below_image
  .mkd_team_social.normal_social
  .mkd_team_social_wrapp
  ul
  li:nth-child(4) {
  bottom: 170px;
}
.mkd_team.below_image
  .mkd_team_social.normal_social
  .mkd_team_social_wrapp
  ul
  li:nth-child(5) {
  bottom: 210px;
}
.mkd_team.below_image .mkd_team_social_wrapp ul li {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.03s ease-out, position 0.1s ease-out;
  -moz-transition: opacity 0.03s ease-out, position 0.1s ease-out;
  -o-transition: opacity 0.03s ease-out, position 0.1s ease-out;
  -ms-transition: opacity 0.03s ease-out, position 0.1s ease-out;
  transition: opacity 0.03s ease-out, position 0.1s ease-out;
}
.mkd_team.below_image .mkd_team_social .mkd_team_social_wrapp ul {
  list-style: none;
  position: relative;
  display: block;
  z-index: 990;
}
.mkd_team.below_image .mkd_team_info {
  margin-top: 27px;
}
.mkd_team.below_image.with_padding .mkd_team_info {
  margin-top: 0;
}
.mkd_team.below_image .mkd_team_text {
  padding: 0;
}
.mkd_team.below_image.social_style_bottom .mkd_team_social_holder_between,
.mkd_team.below_image.social_style_center .mkd_team_social_holder_between {
  position: absolute;
  width: 100%;
}
.mkd_team.below_image.social_style_center .mkd_team_social_holder_between {
  height: 100%;
  top: 0;
}
.mkd_team.below_image.social_style_bottom .mkd_team_social_holder_between {
  height: 40%;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  border-top: 0;
  opacity: 0;
  -webkit-transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
  transition: background-color 0.3s ease-out, opacity 0.3s ease-out;
}
.mkd_team.below_image.social_style_bottom
  .mkd_team_social_holder_between
  .mkd_team_social_inner,
.mkd_team.below_image.social_style_bottom
  .mkd_team_social_holder_between
  .mkd_team_social_wrapp,
.mkd_team.below_image.social_style_center
  .mkd_team_social_holder_between
  .mkd_team_social_inner,
.mkd_team.below_image.social_style_center
  .mkd_team_social_holder_between
  .mkd_team_social_wrapp {
  position: relative;
}
.mkd_team.below_image.social_style_bottom
  .mkd_team_social
  .mkd_social_icon_holder,
.mkd_team.below_image.social_style_center
  .mkd_team_social
  .mkd_social_icon_holder {
  margin: 0 6px !important;
}
.mkd_team.below_image.social_style_bottom .mkd_team_social_holder_between,
.mkd_team.below_image.social_style_center .mkd_team_social_holder_between {
  visibility: hidden;
  -webkit-transform: translateZ(0);
}
.mkd_team.below_image.social_style_bottom:hover .mkd_team_social_holder_between,
.mkd_team.below_image.social_style_center:hover
  .mkd_team_social_holder_between {
  visibility: visible;
}
.mkd_team.below_image.social_style_bottom:hover
  .mkd_team_social_holder_between {
  opacity: 1;
}
.mkd_team.below_image.with_padding.social_style_bottom
  .mkd_team_info
  .mkd_team_title_holder,
.mkd_team.below_image.with_padding.social_style_center
  .mkd_team_info
  .mkd_team_title_holder {
  margin: 0;
}
.mkd_team.below_image .image_overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(40, 48, 51, 0.5);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
  box-sizing: border-box;
}
.mkd_team.below_image:hover .image_overlay {
  opacity: 0.7;
}
.mkd_team_social_holder_between .mkd_social_icon_holder .mkd_icon_stack {
  color: #18cfab;
  background-color: #fff;
  border: 1px solid #fff;
  width: 36px;
  height: 36px;
  line-height: 34px;
  font-size: 16px;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
}
.mkd_team.below_image .mkd_team_social_wrapp {
  margin-left: 6px;
  position: relative;
}
.mkd_team.below_image:hover .social_share_icon_shape {
  background-color: #18cfab;
  border-color: #18cfab;
}
.mkd_team.below_image:hover
  .mkd_team_social_holder_between
  .social_share_icon_shape
  .social_share_icon {
  color: #fff;
}
.mkd_team.below_image .mkd_team_social.normal_social .social_share_icon_shape {
  width: auto;
  height: auto;
  background-color: transparent !important;
  border-color: transparent !important;
}
.mkd_team.below_image .mkd_team_social.normal_social .mkd_team_social_wrapp {
  margin-left: 0 !important;
}
.mkd_team.below_image .mkd_team_social .social_icon {
  cursor: pointer;
  line-height: inherit;
  vertical-align: middle;
  display: block;
}
.mkd_team.social_style_bottom_left.below_image .mkd_team_social_holder_between {
  position: absolute;
  width: 100%;
  left: 5px;
  bottom: 75px;
  background-color: transparent;
  -webkit-transition: opacity 0.1s ease-out,
    -webkit-transform 0.2s ease-out 0.1s;
  transition: opacity 0.1s ease-out, transform 0.2s ease-out 0.1s;
  opacity: 0;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
.mkd_team.social_style_bottom_left.below_image .mkd_team_image img {
  -webkit-transition: -webkit-filter 0.2 ease-out, filter 0.2 ease-out;
  transition: filter 0.2 ease-out;
}
.mkd_team.social_style_bottom_left.below_image:hover .mkd_team_image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  filter: url(img/desaturate.svg#grayscale);
}
.mkd_team.social_style_bottom_left.below_image:hover
  .mkd_team_social_holder_between {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mkd_team.social_style_bottom_left.below_image
  .mkd_team_social
  .mkd_icon_shortcode.circle {
  width: 33px;
  height: 33px;
  line-height: 33px;
  font-size: 12px;
}
.mkd_team.social_style_bottom_left.below_image .mkd_team_social_text {
  text-align: left;
  padding-left: 4px;
  padding-bottom: 4px;
  opacity: 0;
  -webkit-transition: opacity 0.1s ease-out,
    -webkit-transform 0.3s ease-out 0.1s;
  transition: opacity 0.1s ease-out, transform 0.3s ease-out 0.1s;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
}
.mkd_team.social_style_bottom_left.below_image:hover .mkd_team_social_text {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mkd_carousels {
  padding: 0;
  position: relative;
  display: block;
  zoom: 1;
}
.mkd_carousels_holder.two_rows .slides > li .carousel_item_holder {
  margin-bottom: 50px;
  position: relative;
}
.mkd_carousels_holder .slides > li .carousel_item_holder_inner {
  position: relative;
}
.mkd_carousels_holder .carousel_item_holder_inner .carousel_title_text {
  margin-top: 33px;
  text-align: center;
}
.mkd_carousels_holder .carousel_title_text .carousel_title {
  color: #fff;
}
.mkd_carousels_holder .carousel_separator {
  width: 28px;
  display: block;
  border-bottom: 2px solid rgba(255, 255, 255, 0.4);
  margin: 15px auto;
}
.mkd_carousels_holder .carousel_item_holder_inner .carousel_text {
  margin-top: 15px;
}
.mkd_carousels .slides > li .first_image_holder,
.mkd_carousels .slides > li .second_image_holder {
  display: block;
  position: relative;
  width: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.15s ease-out,
    -webkit-transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: opacity 0.15s ease-out,
    transform 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.mkd_carousels .slides > li .carousel-link:hover .first_image_holder,
.mkd_carousels .slides > li .carousel-link:hover .second_image_holder {
  -webkit-transform: scale(0.75);
  -ms-transform: scale(0.75);
  transform: scale(0.75);
}
.mkd_carousels .slides > li .second_image_holder {
  position: absolute;
  top: 0;
  left: 0;
}
.mkd_carousels .slides > li .second_image_holder,
.mkd_carousels_holder:not(.two_rows)
  .mkd_carousels
  .slides
  > li:hover
  .first_image_holder.has_hover_image {
  opacity: 0;
}
.mkd_carousels_holder:not(.two_rows)
  .mkd_carousels
  .slides
  > li:hover
  .second_image_holder.has_hover_image {
  opacity: 1;
}
.mkd_carousels_holder.two_rows
  .mkd_carousels
  .slides
  > li
  div.carousel_item_holder
  .second_image_holder,
.mkd_carousels_holder.two_rows
  .mkd_carousels
  .slides
  > li
  div.carousel_item_holder:hover
  .first_image_holder.has_hover_image {
  opacity: 0;
}
.two_rows
  .mkd_carousels
  .slides
  > li
  div.carousel_item_holder:hover
  .second_image_holder.has_hover_image {
  opacity: 1;
}
.mkd_carousels .first_image_holder.hover_zoom > img {
  -webkit-transition: transform 0.15s ease-out;
  -moz-transition: transform 0.15s ease-out;
  -o-transition: transform 0.15s ease-out;
  -ms-transform: transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-backface-visibility: hidden;
}
.mkd_carousels .first_image_holder.hover_zoom:hover > img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.mkd_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item {
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  background-color: #a6a6a6;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transform: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.mkd_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item:hover {
  background-color: #393939;
}
.mkd_carousels .caroufredsel-direction-nav .caroufredsel-navigation-item span {
  display: block;
  vertical-align: middle;
  color: inherit;
}
.full_width
  .section_inner
  .mkd_carousels
  .caroufredsel-direction-nav
  .mkd_carousel_next,
.mkd_carousels .caroufredsel-direction-nav .mkd_carousel_next {
  right: -95px;
}
.full_width .mkd_carousels .caroufredsel-direction-nav .mkd_carousel_next {
  right: 0;
}
.full_width
  .section_inner
  .mkd_carousels
  .caroufredsel-direction-nav
  .mkd_carousel_prev,
.mkd_carousels .caroufredsel-direction-nav .mkd_carousel_prev {
  left: -95px;
}
.full_width .mkd_carousels .caroufredsel-direction-nav .mkd_carousel_prev {
  left: 0;
}
.mkd_clients .mkd_client_holder {
  float: left;
  text-align: center;
  margin-bottom: 0;
}
.mkd_clients.two_columns .mkd_client_holder {
  width: 50%;
}
.mkd_clients.three_columns .mkd_client_holder {
  width: 33.33%;
}
.mkd_clients.four_columns .mkd_client_holder {
  width: 25%;
}
.mkd_clients.five_columns .mkd_client_holder {
  width: 20%;
}
.mkd_clients.six_columns .mkd_client_holder {
  width: 16.66%;
}
.mkd_clients .mkd_client_holder_inner {
  position: relative;
  margin: 0;
}
.mkd_clients .mkd_client_holder_inner:after,
.mkd_clients .mkd_client_holder_inner:before {
  display: block;
  content: "";
  position: absolute;
}
.mkd_clients.with_borders .mkd_client_holder_inner:before {
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #d5d8dc;
  height: calc(100% - 11px);
  right: 0;
  width: 1px;
}
.mkd_clients.with_borders .border-bottom-none .mkd_client_holder_inner:before {
  top: 10px;
}
.mkd_clients.with_borders .mkd_client_holder_inner:after {
  width: calc(100% - 21px);
  bottom: 0;
  left: 10px;
  height: 1px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #d5d8dc;
}
.mkd_clients .mkd_client_image_holder {
  padding: 5px 0;
}
.mkd_clients
  .mkd_client_holder.border-bottom-none
  .mkd_client_holder_inner:after {
  border-bottom: 0;
}
.mkd_clients.five_columns
  .mkd_client_holder:nth-child(5n)
  .mkd_client_holder_inner:before,
.mkd_clients.four_columns
  .mkd_client_holder:nth-child(4n)
  .mkd_client_holder_inner:before,
.mkd_clients.six_columns
  .mkd_client_holder:nth-child(6n)
  .mkd_client_holder_inner:before,
.mkd_clients.three_columns
  .mkd_client_holder:nth-child(3n)
  .mkd_client_holder_inner:before,
.mkd_clients.two_columns
  .mkd_client_holder:nth-child(2n)
  .mkd_client_holder_inner:before {
  border-right-width: 0;
}
.mkd_clients .mkd_client_holder a {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  line-height: 0;
  -webkit-transition: opacity 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out;
  -ms-transform: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
}
.mkd_clients .mkd_client_holder a:hover {
  opacity: 0.4;
}
.mkd_clients.clients_space .mkd_client_holder_inner {
  padding: 0 5px;
}
.mkd_clients.clients_space {
  margin: 0 -5px;
}
.mkd-scrolling-rails {
  position: relative;
  z-index: 3000;
  overflow: hidden;
}
.mkd-scrolling-rails-inner {
  position: relative;
  height: 100%;
}
.mkd-sr-bgnd {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: transparent center center no-repeat;
  background-size: cover;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.mkd-sr-bgnd.hidden {
  opacity: 0;
}
.mkd-sr-content {
  height: 100%;
  position: relative;
}
.mkd-sr-content-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mkd-sr-rail-holder,
.mkd-sr-rail-holder-inner {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.mkd-sr-rail-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.mkd-sr-rail-item .mkd-sr-rail-img {
  width: 100%;
  display: block;
}
img.mkd-sr-phone {
  display: block;
  width: 100%;
}
img.mkd-sr-phone.glow {
  position: absolute;
  top: 0;
  right: 0;
}
.mkd-image-fusion {
  text-align: center;
  opacity: 0;
}
.mkd-if-main-holder {
  overflow: visible;
  position: relative;
}
.mkd-if-main-image,
.mkd-if-side-image {
  position: absolute;
  top: 0;
  left: 0;
}
.mkd-image-fusion img {
  display: block;
  max-width: 2000px;
}
.mkd_icon_shade.animation_border_out {
  overflow: visible;
}
.mkd_icon_shade.animation_border_out .animation_overlay {
  top: -10px;
  left: -10px;
  padding: 10px;
  box-shadow: 0 0 0 2px #18cfab;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mkd_icon_shade.animation_border_out.circle .animation_overlay {
  border-radius: 50%;
}
.mkd_icon_shade.animation_border_out:hover .animation_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mkd_icon_shade.animation_border_in {
  overflow: visible;
}
.mkd_icon_shade.animation_border_in .animation_overlay {
  top: -10px;
  left: -10px;
  padding: 10px;
  box-shadow: 0 0 0 2px #18cfab;
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.mkd_icon_shade.animation_border_in.circle .animation_overlay {
  border-radius: 50%;
}
.mkd_icon_shade.animation_border_in:hover .animation_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.mkd_icon_shade.scale_in_outline {
  overflow: visible;
  backface-visibility: hidden;
}
.mkd_icon_shade.scale_in_outline i,
.mkd_icon_shade.scale_in_outline span {
  backface-visibility: hidden;
}
.mkd_icon_shade.scale_in_outline .animation_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  box-shadow: 0 0 0 2px #18cfab;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.mkd_icon_shade.scale_in_outline.circle .animation_overlay {
  border-radius: 50%;
}
.mkd_icon_shade.scale_in_outline:hover .animation_overlay {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  opacity: 1;
}
.mkd_icon_shade.scale_in_outline:hover {
  -webkit-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
}
.mkd_icon_shade.outline_enlarge {
  overflow: visible;
  backface-visibility: hidden;
}
.mkd_icon_shade.outline_enlarge .animation_overlay {
  top: -10px;
  left: -10px;
  padding: 10px;
  box-shadow: 0 0 0 1px #18cfab;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s ease-out;
  -ms-transition: -ms-transform 0.2s ease-out, opacity 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  opacity: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-backface-visibility: hidden;
}
.mkd_icon_shade.outline_enlarge.circle .animation_overlay {
  border-radius: 50%;
}
.mkd_icon_shade.outline_enlarge:hover .animation_overlay {
  -webkit-transform: scale(1.1) rotate(0.01deg);
  -ms-transform: scale(1.1) rotate(0.01deg);
  transform: scale(1.1) rotate(0.01deg);
}
.mkd_icon_shade.pulse {
  overflow: visible;
  backface-visibility: hidden;
}
.mkd_icon_shade.pulse i,
.mkd_icon_shade.pulse span {
  backface-visibility: hidden;
}
.mkd_icon_shade.pulse .animation_overlay {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 5px #18cfab;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.mkd_icon_shade.pulse.circle .animation_overlay {
  border-radius: 50%;
}
.mkd_icon_shade.pulse:hover .animation_overlay {
  -webkit-animation: pulseIcon 0.6s ease-out 50ms;
  animation: pulseIcon 0.6s ease-out 50ms;
}
.mkd_icon_shade.pulse:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
@-webkit-keyframes pulseIcon {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulseIcon {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    -moz-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulseIcon {
  0% {
    opacity: 0.3;
  }
  40% {
    opacity: 0.5;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.service_table_holder {
  display: block;
  position: relative;
  border-style: none;
}
.service_table_holder.active .active_text {
  color: #fff;
  background-color: #18cfab;
  font-size: 17px;
  font-weight: 400;
  left: 0;
  line-height: 30px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9;
}
.service_table_holder.active .active_text .active_text_inner {
  display: block;
  padding: 4px;
}
.service_table_holder.active .service_table_inner {
  background-position: 0 38px;
  margin: -38px 0 0;
  padding: 38px 0 0;
}
.service_table_holder.active.active_circle .active_text {
  position: absolute;
  top: -37.5px;
  right: 18px;
  left: auto;
  width: 75px;
  height: 75px;
  display: table;
  border-radius: 50%;
}
.service_table_holder.active.active_circle .active_text .active_text_inner {
  display: table-cell;
  vertical-align: middle;
  line-height: normal;
}
.service_table_holder.active.active_circle ul.service_table_inner {
  margin: 0;
  padding: 0;
  background-position: 0;
}
.service_table_inner {
  display: block;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  background-size: cover;
}
.service_table_inner ul {
  padding: 0 !important;
}
.service_table_inner li {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  background-size: cover;
  background-repeat: no-repeat;
}
.service_table_inner li li {
  padding: 10px 10px 12px;
}
.service_table_inner li:last-child {
  border-bottom: 0;
}
.service_table_inner li.service_table_title_holder {
  display: block;
  position: relative;
  padding: 19px 10px;
}
.service_table_inner li.service_table_subtitle_holder {
  display: block;
  position: relative;
  padding: 19px 10px;
}
.service_table_inner li.service_table_title_holder.active_small_separator {
  border: none;
}
.service_table_inner li.service_table_title_holder .title_separator {
  background: none repeat scroll 0 0 #e9e9e9;
  bottom: 0;
  height: 1px;
  left: 50%;
  margin: 0 0 0 -20px;
  position: absolute;
  text-align: center;
  width: 40px;
}
.service_table_inner li.service_icon .service_table_icon {
  color: #18cfab;
  font-size: 60px;
}
.service_table_title_inner {
  position: relative;
  width: 100%;
  text-align: center;
}
.service_table_subtitle_inner {
  position: relative;
  width: 100%;
  text-align: center;
}
.service_table_title_holder .service_title {
  display: block;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  font-weight: 700;
}
.service_table_inner .service_table_icon {
  display: block;
  line-height: 1em;
  padding: 25px 0;
}
.service_table_inner li.service_image {
  vertical-align: middle;
}
.service_table_inner li.service_image img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.service_table_holder.title_on_top {
  border-top: 8px solid #b5ab90;
}
.service_table_holder.title_on_top.active:not(.active_circle) .active_text {
  background-color: transparent;
}
.service_table_holder.title_on_top.active:not(.active_circle)
  .active_text
  .active_text_inner {
  display: block;
  padding: 4px;
  width: 150px;
  margin: 0 auto;
  background-color: #18cfab;
}
.service_table_holder.title_on_top.active:not(.active_circle)
  .service_table_inner {
  background-position: 0;
  margin: 0;
  padding: 0;
}
.service_table_holder.title_on_top.active:not(.active_circle) .active_text {
  top: -46px;
}
.service_table_holder.basic_type .service_table_inner {
  background-color: #fff;
}
.service_table_holder.title_on_top
  .service_table_inner
  li.service_table_title_holder {
  padding: 0 16%;
  border-bottom: 0;
}
.service_table_holder.title_on_top
  .service_table_inner
  li.service_table_title_holder
  .service_table_title_inner {
  border-bottom: 1px solid #3f3f3f;
  padding: 30px 0;
}
.service_table_holder.title_on_top.has_subtitle
  .service_table_inner
  li.service_table_title_holder
  .service_table_title_inner {
  padding-bottom: 0;
}
.service_table_holder.title_on_top .service_table_inner .service_icon,
.service_table_holder.title_on_top .service_table_inner li.service_image {
  padding: 0 16%;
  border-bottom: 0;
}
.service_table_holder.title_on_top .service_table_inner .service_table_content {
  padding: 0 20%;
  border-bottom: 0;
}
.service_table_holder.title_on_top
  .service_table_inner
  .service_table_content
  li {
  padding: 20px 0;
  border-bottom: 1px solid #cecece;
}
.service_table_holder.title_on_top
  .service_table_inner
  .service_table_content
  li:first-child {
  padding-top: 33px;
}
.service_table_holder.title_on_top
  .service_table_inner
  .service_table_content
  li:last-child {
  border-bottom: 0;
  padding-bottom: 33px;
}
.mkd_circles_shortcode {
  visibility: hidden;
}
.mkd_circles_holder {
  position: relative;
  display: inline-block;
  width: 100%;
  clear: both;
  list-style: none;
  margin: 0;
  padding: 0;
  border-color: #afafaf;
}
.mkd_circles_shortcode.with_lines.three_columns .circle_line_holder {
  top: 74px;
}
.mkd_circles_shortcode.with_lines.four_columns .circle_line_holder {
  top: 67px;
}
.mkd_circles_shortcode.with_lines.five_columns .circle_line_holder {
  top: 57px;
}
.mkd_circles_shortcode.with_lines.six_columns .circle_line_holder {
  top: 48px;
}
.mkd_circles_shortcode.with_lines .circle_line_holder {
  position: absolute;
  left: 80px;
  display: block;
  width: 82%;
  height: 0;
  border-top: 1px solid;
  border-color: inherit;
  content: "";
}
.mkd_circles_holder.no_line:before {
  display: none;
  border: 0;
  height: 0;
  width: 0;
}
.mkd_circles_holder .mkd_circle_outer {
  position: relative;
  float: left;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.mkd_circles_holder.three_columns .mkd_circle_outer {
  width: 33.3%;
}
.mkd_circles_holder.four_columns .mkd_circle_outer {
  width: 25%;
}
.mkd_circles_holder.five_columns .mkd_circle_outer {
  width: 20%;
}
.mkd_circles_holder.six_columns .mkd_circle_outer {
  width: 16.6666666667%;
}
.mkd_circles_holder .mkd_circle_inner {
  position: relative;
  display: block;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  padding: 6px;
  border: 1px solid #dadadb;
  border-radius: 50%;
  -webkit-transition: border-color 0.15s ease-in-out, padding 0.15s ease-in-out;
  -moz-transition: border-color 0.15 ease-in-out, padding 0.15s ease-in-out;
  -ms-transition: border-color 0.15s ease-in-out, padding 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, padding 0.15s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  transition: border-color 0.15s ease-in-out, padding 0.15s ease-in-out;
}
.mkd_circles_shortcode.with_lines
  .mkd_circle_outer:not(.without_double_border)
  .mkd_circle_inner {
  background-color: #fff;
}
.mkd_circle_outer.without_double_border .mkd_circle_inner {
  padding: 0;
  border: none;
}
.mkd_circles_holder.three_columns .mkd_circle_inner {
  width: 158px;
  height: 158px;
}
.mkd_circles_holder.four_columns .mkd_circle_inner {
  width: 138px;
  height: 138px;
}
.mkd_circles_holder.five_columns .mkd_circle_inner {
  width: 118px;
  height: 118px;
}
.mkd_circles_holder.six_columns .mkd_circle_inner {
  width: 98px;
  height: 98px;
}
.mkd_circles_holder .mkd_circle_inner2.image_with_text {
  background-repeat: no-repeat;
  background-size: cover !important;
}
.mkd_circles_holder .mkd_circle_inner:hover .mkd_circle_inner2.image_with_text {
  background-color: transparent !important;
}
.mkd_circles_holder .mkd_circle_inner2 {
  position: relative;
  display: block;
  max-width: 100%;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #dadadb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.mkd_circle_outer.text_type .mkd_circle_inner2 {
  padding: 5px;
}
.mkd_circles_holder .mkd_circle_inner2 img {
  display: block;
  width: 100%;
  border-radius: 1000px;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -o-border-radius: 1000px;
}
.mkd_circles_holder .mkd_circle_inner2,
.mkd_circles_holder .mkd_circle_inner2 .mkd_text_in_circle,
.mkd_circles_holder .mkd_circle_inner2 .process_icon {
  -webkit-transition: color 0.15s ease-in-out,
    background-color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}
.mkd_circles_holder .mkd_circle_inner2 .mkd_text_in_circle,
.mkd_circles_holder .mkd_circle_inner2 .process_icon,
.mkd_circles_holder .mkd_circle_inner2 img {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #fff;
}
.mkd_circles_holder .mkd_circle_inner2 .process_icon {
  font-size: 50px;
  vertical-align: middle;
}
.mkd_circles_holder .mkd_circle_inner2 .mkd_text_in_circle {
  font-size: 60px;
}
.mkd_circles_holder .mkd_circle_inner:hover .mkd_circle_inner2 {
  background-color: #18cfab !important;
}
.mkd_circles_holder a .mkd_circle_inner:hover,
.mkd_circles_holder a .mkd_circle_inner:hover .mkd_circle_inner2 {
  border-color: #18cfab !important;
}
.mkd_circles_holder
  .mkd_circle_inner:hover
  .mkd_circle_inner2
  .mkd_text_in_circle,
.mkd_circles_holder .mkd_circle_inner:hover .mkd_circle_inner2 .process_icon {
  color: #fff !important;
}
.mkd_circles_holder .mkd_circle_title {
  font-size: 18px;
}
.mkd_circles_holder .mkd_circle_text_holder {
  display: block;
  text-align: center;
  margin: 20px 0 0;
  padding: 0 10px;
}
.mkd_circles_holder .mkd_circle_text_holder .mkd_circle_text {
  display: block;
  margin: 12px 0 0;
}
.mkd_circles_holder.three_columns
  .mkd_circle_text_holder.text_left
  .mkd_circle_text,
.mkd_circles_holder.three_columns
  .mkd_circle_text_holder.title_left
  .mkd_circle_title {
  padding-left: 92px;
  margin: 0 auto;
  text-align: left;
}
.mkd_circles_holder.three_columns
  .mkd_circle_text_holder.text_right
  .mkd_circle_text,
.mkd_circles_holder.three_columns
  .mkd_circle_text_holder.title_right
  .mkd_circle_title {
  padding-right: 92px;
  margin: 0 auto;
  text-align: right;
}
.mkd_circles_holder.four_columns
  .mkd_circle_text_holder.text_left
  .mkd_circle_text,
.mkd_circles_holder.four_columns
  .mkd_circle_text_holder.title_left
  .mkd_circle_title {
  padding-left: 58px;
  margin: 0 auto;
  text-align: left;
}
.mkd_circles_holder.four_columns
  .mkd_circle_text_holder.text_right
  .mkd_circle_text,
.mkd_circles_holder.four_columns
  .mkd_circle_text_holder.title_right
  .mkd_circle_title {
  padding-right: 58px;
  margin: 0 auto;
  text-align: right;
}
.mkd_circles_holder.five_columns
  .mkd_circle_text_holder.text_left
  .mkd_circle_text,
.mkd_circles_holder.five_columns
  .mkd_circle_text_holder.title_left
  .mkd_circle_title {
  padding-left: 40px;
  margin: 0 auto;
  text-align: left;
}
.mkd_circles_holder.five_columns
  .mkd_circle_text_holder.text_right
  .mkd_circle_text,
.mkd_circles_holder.five_columns
  .mkd_circle_text_holder.title_right
  .mkd_circle_title {
  padding-right: 40px;
  margin: 0 auto;
  text-align: right;
}
.mkd_circles_holder.six_columns
  .mkd_circle_text_holder.text_left
  .mkd_circle_text,
.mkd_circles_holder.six_columns
  .mkd_circle_text_holder.title_left
  .mkd_circle_title {
  padding-left: 32px;
  margin: 0 auto;
  text-align: left;
}
.mkd_circles_holder.six_columns
  .mkd_circle_text_holder.text_right
  .mkd_circle_text,
.mkd_circles_holder.six_columns
  .mkd_circle_text_holder.title_right
  .mkd_circle_title {
  padding-right: 32px;
  margin: 0 auto;
  text-align: right;
}
.cover_boxes {
  position: relative;
  overflow: hidden;
}
.cover_boxes ul {
  list-style: none;
  margin: 0 -20px 0 0;
  padding: 0;
  width: 200%;
}
.cover_boxes ul li {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
  width: 265px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}
.cover_boxes.boxes_two ul li {
  width: 360px;
}
.cover_boxes ul li .box,
.cover_boxes ul li.act {
  width: 530px;
}
.cover_boxes.boxes_two ul li .box,
.cover_boxes.boxes_two ul li.act {
  width: 720px;
}
.cover_boxes ul li .box .thumb {
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 10;
  width: 265px;
}
.cover_boxes.boxes_two ul li .box .thumb {
  width: 360px;
}
.cover_boxes ul li .box .thumb img {
  display: block;
  position: relative;
  max-width: 100%;
}
.cover_boxes ul li .box .box_content {
  bottom: 0;
  left: 285px;
  position: absolute;
  padding: 0;
  width: 245px;
  z-index: 9;
  top: 0;
}
.cover_boxes.boxes_two ul li .box .box_content {
  left: 380px;
  width: 340px;
}
.cover_boxes ul li .box .box_content .cover_box_title {
  padding-bottom: 17px;
}
.box_content p {
  font-size: 14px;
}
.cover_boxes ul li .box .qbutton {
  margin: 25px 0 0;
}
.cover_boxes .qbutton {
  vertical-align: middle;
}
.cover_boxes .qbutton .cover_boxes_button_text {
  float: left;
}
.cover_boxes .qbutton .cover_boxes_button_icon {
  float: right;
  line-height: inherit;
  padding-left: 5px;
}
.cover_boxes ul li .box .separator.small {
  margin: 14px 0 16px;
  border-bottom: 1px solid #18cfab;
}
.mkd_icon_list {
  display: block;
  position: relative;
  margin-bottom: 12px;
  clear: both;
}
.mkd_icon_list_icon_holder {
  display: table;
  float: left;
  height: 25px;
  vertical-align: middle;
}
.mkd_icon_list_icon_holder_inner {
  display: table-cell;
  vertical-align: middle;
}
.mkd_icon_list p {
  position: relative;
  color: #283033;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
  margin: 0;
  padding-left: 30px;
}
.mkd_icon_list p.show_separator:after {
  height: 1px;
  width: 100%;
  display: block;
  border-top: 1px solid #18cfab;
  content: "";
  margin-top: 12px;
}
.mkd_icon_list .font_elegant,
.mkd_icon_list i {
  float: left;
  color: #283033;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 0 17px 0 0;
  box-sizing: border-box;
}
.mkd_icon_list .font_elegant.small_icon_list,
.mkd_icon_list i.small_icon_list {
  font-size: 14px;
  line-height: 26px;
  height: 28px;
  width: 28px;
}
.mkd_icon_list .font_elegant.circle,
.mkd_icon_list .font_elegant.square,
.mkd_icon_list i.circle,
.mkd_icon_list i.square {
  border: 1px solid #18cfab;
  margin: 0 18px 0 0;
}
.font_elegant.circle,
.mkd_icon_list i.circle {
  border-radius: 50%;
}
.mkd_progress_bar {
  position: relative;
  margin: 0 0 10px;
  width: 100%;
  overflow: hidden;
  text-align: left;
  padding-right: 24px;
}
.mkd_progress_bar .progress_content_outer {
  background-color: #f6f6f5;
  position: relative;
  overflow: hidden;
  height: 15px;
}
.mkd_progress_bar .progress_content {
  max-width: 100%;
  overflow: hidden;
  background-color: #18cfab;
  height: 15px;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.mkd_progress_bar .progress_title_holder {
  position: relative;
  margin: 5px 0;
  font-size: 17px;
  line-height: 25px;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: capitalize;
}
.mkd_progress_bar .progress_title {
  display: inline-block;
  z-index: 100;
}
.mkd_progress_bar .floating.floating_outside .progress_number {
  background-color: #18cfab;
}
.mkd_progress_bar .progress_number {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  display: inline-block;
  text-align: center;
  float: right;
  height: 21px;
  line-height: 21px;
  padding-left: 8px;
  padding-right: 8px;
}
.mkd_progress_bar .floating .progress_number {
  position: absolute;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  bottom: 0;
}
.mkd_progress_bar .floating.floating_inside .progress_number {
  -moz-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.mkd_progress_bar .progress_number_wrapper {
  text-align: right;
  position: absolute;
  left: 0;
  z-index: 10;
  opacity: 0;
  color: #fff;
  bottom: 0;
}
.mkd_progress_bar .progress_number_wrapper.floating {
  width: 100%;
  height: 100%;
}
.mkd_progress_bar .progress_number.with_mark .percent:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 1em;
}
.mkd_progress_bar .progress_number_wrapper.static {
  width: 100% !important;
  margin-left: 0;
}
.mkd_progress_bar .progress_number_wrapper.static .progress_number {
  color: #18cfab;
  font-size: 17px;
  line-height: 25px;
  font-weight: 700;
}
.mkd_progress_bar .progress_number_wrapper.floating_inside .progress_number {
  height: 16px;
  line-height: 16px;
}
.mkd_progress_bar
  .progress_number_wrapper.floating_inside
  .progress_number
  .percent {
  display: inline-block;
}
.mkd_progress_bar .progress_number_wrapper.floating .down_arrow {
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #18cfab;
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.mkd_progress_bars_vertical .progress_content_outer {
  height: 190px;
  position: relative;
  background-color: #f6f6f5;
}
.mkd_progress_bars_vertical .progress_number {
  line-height: 1em;
  color: #18cfab;
  position: relative;
  font-size: 19px;
  font-weight: 700;
}
.mkd_progress_bars_vertical .progress_number.with_mark:after {
  content: "%";
  font-size: 1em;
}
.mkd_progress_bars_vertical .progress_title_holder {
  margin-bottom: 9px;
  margin-top: 21px;
  font-size: 19px;
  font-weight: 700;
  text-transform: capitalize;
}
.mkd_progress_bars_vertical .progress_title {
  display: inline-block;
  padding-left: 8px;
}
.mkd_progress_bars_vertical .progress_text {
  display: inline-block;
  line-height: 25px;
}
.mkd_progress_bars_vertical .progress_content_outer .progress_content {
  display: inline-block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #18cfab;
  border: 1px solid transparent;
  box-sizing: border-box;
}
.mkd_counter_holder {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  transition: opacity 0.2s ease 0s;
  padding: 20px 0;
}
.mkd_counter_holder.boxed_counter {
  border: 1px solid #a6a6a6;
  padding: 20px 40px;
  background-color: transparent;
}
.mkd_counter_holder.has_icon .counter_number_holder {
  display: table;
}
.mkd_counter_holder.has_icon .counter_number_holder span.counter_icon {
  line-height: 1em;
  font-weight: 700;
  height: 1em;
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.mkd_counter_holder.has_icon .counter_number_holder span.counter_icon i,
.mkd_counter_holder.has_icon .counter_number_holder span.counter_icon span {
  font-size: 22px;
  padding-right: 5px;
}
.mkd_counter_holder.has_icon .counter_number_holder .counter_table_holder {
  display: table-cell;
  vertical-align: middle;
}
.mkd_counter_holder.left {
  text-align: left;
}
.mkd_counter_holder.right {
  text-align: right;
}
.mkd_counter_holder.center {
  text-align: center;
  padding: 20px 40px;
}
.mkd_counter_holder.center.has_icon .counter_number_holder {
  margin: 0 auto;
}
.mkd_counter_holder span.counter {
  font-size: 60px;
  line-height: 1em;
  font-weight: 700;
  color: #18cfab;
  overflow: hidden;
  display: table-cell;
  height: 1em;
}
.mkd_counter_holder:not(.has_icon) span.counter {
  display: inline-block !important;
}
.mkd_counter_holder .counter_title {
  margin-top: 10px;
}
.mkd_counter_holder p.counter_text {
  margin: 15px 0 0 0;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}
.mkd_counter_holder .separator.medium {
  margin: 10px auto 0 auto;
  border-bottom: 1px solid #18cfab;
}
.wpb_column > .wpb_wrapper .mkd_counter_holder .separator.medium {
  margin-top: 20px;
  margin-bottom: 24px;
}
.mkd_counter_holder.left .separator.medium {
  margin-left: 0;
  margin-right: auto;
}
.mkd_counter_holder.right .separator.medium {
  margin-left: auto;
  margin-right: 0;
}
#submit_comment,
.blog_load_more_button a,
.load_more a,
.post-password-form input[type="submit"],
.qbutton,
input.wpcf7-form-control.wpcf7-submit {
  position: relative;
  display: inline-block;
  width: auto;
  height: 55px;
  line-height: 55px;
  margin: 0;
  padding: 0 33px;
  border: 1px solid #18cfab;
  font-size: 13px;
  font-weight: 900;
  font-family: inherit;
  text-align: left;
  color: #fff;
  background-color: #18cfab;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 1px;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  vertical-align: middle;
}
.qbutton .button_icon {
  font-size: 15px;
  line-height: inherit;
  vertical-align: top;
  color: inherit;
  -webkit-transition: initial;
}
#submit_comment:hover,
.blog_load_more_button a:hover,
.drop_down .wide .second ul li .qbutton:hover,
.drop_down .wide .second ul li ul li .qbutton:hover,
.load_more a:hover,
.post-password-form input[type="submit"]:hover,
.qbutton:hover,
input.wpcf7-form-control.wpcf7-submit:hover {
  color: #18cfab;
  background-color: transparent;
  border-color: #18cfab;
}
.qbutton.left {
  text-align: left;
}
.qbutton.right {
  text-align: right;
}
.qbutton.center {
  text-align: center;
}
.qbutton.big_large {
  height: 54px;
  line-height: 54px;
  font-size: 15px;
  padding: 0 40px;
}
.qbutton.big_large .button_icon {
  top: 3px;
  font-size: 22px;
  width: 54px;
}
.qbutton.big_large_full_width {
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 18px;
  padding: 0;
  text-align: center;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.qbutton.big_large_full_width .button_icon {
  top: 1px;
  font-size: 22px;
  width: 58px;
}
.qbutton.large {
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  padding: 0 28px;
}
.qbutton.large .button_icon {
  top: 2px;
  font-size: 18px;
  width: 54px;
}
.qbutton.medium .button_icon {
  width: 45px;
}
.qbutton.small {
  height: 43px;
  line-height: 43px;
  font-size: 10px;
  font-weight: 900;
  padding: 0 27px;
}
.qbutton.small .button_icon {
  top: 1px;
  font-size: 12px;
  width: 38px;
}
.qbutton.white {
  border-color: #18cfab;
  color: #18cfab;
  background-color: transparent;
}
.qbutton.white:hover {
  border-color: #18cfab;
  color: #fff;
  background-color: #18cfab;
}
.qbutton.medium.transparent,
.qbutton.transparent {
  border-color: transparent;
  background-color: transparent;
  padding: 0;
}
.qbutton.transparent:hover {
  border-color: transparent !important;
  background-color: transparent !important;
}
.qbutton .button_icon {
  display: inline-block;
  text-align: center;
}
.qbutton .button_icon.has_background_color {
  width: 45px;
}
.qbutton.icon_right .button_icon {
  margin: 0 0 0 14px;
}
.qbutton.icon_right.large .button_icon {
  margin: 0 0 0 17px;
}
.qbutton.icon_right.medium .button_icon {
  margin: 0 0 0 15px;
}
.qbutton.icon_right.small .button_icon {
  margin: 0 0 0 10px;
}
.qbutton.icon_right.big_large .button_icon,
.qbutton.icon_right.big_large_full_width .button_icon {
  margin: 0 0 0 19px;
}
.qbutton.icon_left .button_icon {
  margin: 0 14px 0 0;
}
.qbutton.icon_left.large .button_icon {
  margin: 0 17px 0 0;
}
.qbutton.icon_left.medium .button_icon {
  margin: 0 15px 0 0;
}
.qbutton.icon_left.small .button_icon {
  margin: 0 10px 0 0;
}
.qbutton.icon_left.big_large .button_icon,
.qbutton.icon_left.big_large_full_width .button_icon {
  margin: 0 19px 0 0;
}
.qbutton_with_icon i,
.qbutton_with_icon span {
  line-height: 1;
}
.qbutton.move_icon {
  padding: 0;
  text-align: center;
}
.qbutton.move_icon .button_icon {
  opacity: 1;
  -webkit-transition: right 0.15s ease, left 0.15s ease;
  -moz-transition: right 0.15s ease, left 0.15s ease;
  -o-transition: right 0.15s ease, left 0.15s ease;
  transition: right 0.15s ease, left 0.15s ease;
}
.qbutton.move_icon:hover .button_icon {
  opacity: 1;
}
.qbutton.move_icon.icon_right .button_icon {
  left: 0;
}
.qbutton.move_icon.icon_right:hover .button_icon {
  left: 20px;
}
.qbutton.move_icon.icon_left .button_icon {
  right: 0;
}
.qbutton.move_icon.icon_left:hover .button_icon {
  right: 20px;
}
.mkd_pie_chart_holder,
.mkd_pie_chart_with_icon_holder {
  position: relative;
  display: block;
}
.mkd_percentage,
.mkd_percentage_with_icon {
  position: relative;
  display: block;
  height: 175px;
  width: 175px;
  line-height: 175px;
  text-align: center;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
}
.mkd_percentage.has_outer_border,
.mkd_percentage_with_icon.has_outer_border {
  border: 1px solid #ddd;
  border-radius: 50%;
}
.mkd_percentage canvas,
.mkd_percentage_with_icon canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.mkd_percentage.has_outer_border canvas,
.mkd_percentage_with_icon.has_outer_border canvas {
  top: 11px;
  left: 11px;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
.mkd_percentage_with_icon i,
.mkd_percentage_with_icon span {
  float: none;
  margin: 0;
  color: #18cfab;
  vertical-align: middle !important;
}
.mkd_pie_chart_holder .tocounter {
  position: relative;
  font-weight: 500;
  font-size: 17px;
  color: #393939;
}
.mkd_percentage_with_icon i,
.mkd_percentage_with_icon span {
  display: inline;
}
.mkd_pie_chart_holder .tocounter.with_mark:after {
  content: "%";
  margin-left: 0.1em;
  font-size: 1em;
}
.mkd_pie_chart_holder .pie_chart_text,
.mkd_pie_chart_with_icon_holder .pie_chart_text {
  text-align: center;
  margin: 12px 0 0;
}
.mkd_pie_chart_holder .pie_chart_text.without_title {
  margin: 31px 0 0;
}
.wpb_wrapper
  .mkd_pie_chart_holder
  .pie_chart_text.without_title
  .separator.medium {
  margin: 12px auto 20px;
}
.mkd_pie_chart_holder .pie_chart_text .pie_title,
.mkd_pie_chart_with_icon_holder .pie_chart_text .pie_title {
  margin: 0 0 12px;
}
.wpb_wrapper .mkd_pie_chart_holder .pie_chart_text .separator.medium,
.wpb_wrapper .mkd_pie_chart_with_icon_holder .pie_chart_text .separator.medium {
  border-bottom: 1px solid #18cfab;
  margin: 12px auto 12px;
}
.mkd_pie_chart_holder .mkd_percentage .pie_title {
  line-height: inherit;
}
.mkd_percentage_with_icon .mkd_icon_font_elegant {
  line-height: inherit;
}
.image_with_text {
  display: inline-block;
  width: 100%;
  position: relative;
}
.image_with_text img {
  display: block;
  margin: 0 0 22px 0;
}
.image_with_text.center {
  text-align: center;
}
.image_with_text.center img {
  margin: 0 auto;
}
.image_with_text.left {
  text-align: left;
}
.image_with_text.left img {
  margin-right: auto;
}
.image_with_text.right {
  text-align: right;
}
.image_with_text.right img {
  margin-left: auto;
}
.call_to_action {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #f6f6f5;
}
.call_to_action .text_wrapper .call_to_action_text {
  font-size: 19px;
  line-height: 36px;
  font-weight: 300;
}
.call_to_action
  .text_wrapper
  .call_to_action_text.call_to_action_custom_font_size
  * {
  font-size: inherit;
}
.call_to_action.with_icon .text_wrapper .call_to_action_text {
  padding: 0 20px 0 45px;
}
.call_to_action.with_custom_icon .text_wrapper .call_to_action_text {
  padding: 0 20px 0 70px;
}
.call_to_action .text_wrapper .call_to_action_icon_holder {
  position: absolute;
  height: 100%;
  top: 0;
}
.call_to_action .text_wrapper .call_to_action_icon {
  display: table;
  height: 100%;
}
.call_to_action .text_wrapper .call_to_action_icon_inner {
  display: table-cell;
  height: 100%;
  vertical-align: top;
}
.call_to_action .text_wrapper .call_to_action_icon_inner .call_to_action_icon {
  color: #8b8b8b;
  font-size: 40px;
  display: inline;
  vertical-align: middle;
}
.call_to_action .column2.button_wrapper .qbutton {
  position: relative;
  margin-top: 0;
}
.call_to_action .call_to_action_row_50_50.clearfix,
.call_to_action .call_to_action_row_66_33.clearfix,
.call_to_action .call_to_action_row_75_25.clearfix {
  display: table;
  box-sizing: border-box;
  width: 100%;
}
.call_to_action .call_to_action_row_75_25 > .to_action_column1 {
  width: 75%;
  padding-right: 20px;
}
.call_to_action .call_to_action_row_75_25 > .to_action_column2 {
  width: 25%;
}
.call_to_action .call_to_action_row_50_50 > .to_action_column1 {
  width: 50%;
  padding-right: 20px;
}
.call_to_action .call_to_action_row_50_50 > .to_action_column2 {
  width: 50%;
}
.call_to_action .call_to_action_row_66_33 > .to_action_column1 {
  width: 66%;
  padding-right: 20px;
}
.call_to_action .call_to_action_row_66_33 > .to_action_column2 {
  width: 34%;
}
.call_to_action .to_action_column2 {
  text-align: right;
}
.call_to_action .to_action_cell {
  display: table-cell;
  vertical-align: middle;
}
.call_to_action .qbutton {
  vertical-align: middle;
  background-color: #18cfab;
  color: #fff;
  font-size: 13px;
  line-height: 55px;
  height: 55px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 0 33px;
  border-color: transparent;
}
.call_to_action .qbutton:hover {
  background-color: #15b59f;
}
.call_to_action .qbutton .call_to_action_button_text {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.call_to_action .qbutton .call_to_action_button_icon {
  line-height: inherit;
  position: relative;
  z-index: 10;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.call_to_action .right .qbutton .call_to_action_button_icon {
  padding-right: 0;
  padding-left: 14px;
}
.call_to_action .left .qbutton .call_to_action_button_icon {
  padding-left: 0;
  padding-right: 14px;
}
.to_action_cell.to_action_column1 {
  position: relative;
}
section.section section.parallax {
  margin: -50px 0;
}
.boxed section.section section.parallax {
  margin: -50px -25px;
}
.boxed .full_width .parallax_content {
  width: auto;
  margin: 0;
  padding: 0 25px;
}
section.parallax_section_holder {
  position: relative;
  padding: 0;
  overflow: hidden;
}
section.parallax_section_holder .parallax_section_holder_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: center 0;
  background-attachment: fixed;
}
.parallax_content {
  z-index: 100;
  position: relative;
}
.parallax_content.left {
  text-align: left;
}
.parallax_content.center {
  text-align: center;
}
.parallax_content.right {
  text-align: right;
}
section.parallax_section_holder.vertical_middle_align {
  display: table;
  width: 100%;
}
section.parallax_section_holder.vertical_middle_align .parallax_content_outer {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  padding: 100% 0;
}
.separator {
  position: relative;
  display: block;
  border-bottom: 1px solid #cbcfd3;
  margin: 10px 0;
}
.separator.transparent {
  border-color: transparent !important;
  clear: both;
}
.mkd_elements_item.horizontal_align_center .separator.small.inherit,
.separator.small {
  width: 27px;
  margin: 10px auto 20px auto;
}
.separator.medium {
  width: 45px;
  margin: 10px auto 20px auto;
}
.wpb_column > .wpb_wrapper .separator.small {
  margin-bottom: 16px;
  border-color: #2c3e50;
}
.mkd_elements_item.horizontal_align_left .separator.small.inherit,
.separator.small.left {
  margin: 10px 0 20px 0;
}
.mkd_elements_item.horizontal_align_right .separator.small.inherit,
.separator.small.right {
  margin: 10px 0 20px auto;
}
.mkd_separator_with_icon {
  position: relative;
  display: block;
  height: 1px;
  margin: 15px 0;
}
.mkd_separator_with_icon .mkd_icon_holder {
  position: absolute;
  text-align: center;
  width: 100%;
  line-height: normal;
}
.mkd_separator_with_icon.left .mkd_icon_holder {
  text-align: left;
}
.mkd_separator_with_icon.right .mkd_icon_holder {
  text-align: right;
}
.mkd_separator_with_icon .mkd_separator_icon_holder {
  position: relative;
  display: inline-block;
  line-height: 1em;
}
.mkd_separator_with_icon .mkd_line_before {
  content: "";
  width: 1000px;
  position: absolute;
  bottom: 50%;
  right: 100%;
  border-bottom-color: #b2b2b2;
  border-bottom-width: 1px;
  margin-bottom: -0.5px;
}
.mkd_separator_with_icon .mkd_line_after {
  content: "";
  width: 1000px;
  position: absolute;
  bottom: 50%;
  left: 100%;
  border-bottom-color: #b2b2b2;
  border-bottom-width: 1px;
  margin-bottom: -0.5px;
}
.mkd_separator_with_icon .mkd_icon_holder .mkd_icon_shade {
  background-color: transparent;
  vertical-align: bottom;
  overflow: visible;
}
.mkd_separator_with_icon .mkd_icon_holder .mkd_icon_shade i,
.mkd_separator_with_icon .mkd_icon_holder .mkd_icon_shade span {
  color: #18cfab;
  vertical-align: bottom;
}
.mkd_separator_with_icon .mkd_icon_shortcode.mkd_icon_shade {
  z-index: 20;
}
.mkd_separator_with_icon.left {
  margin: 10px 0 20px 0;
}
.mkd_separator_with_icon.right {
  margin: 10px 0 20px auto;
}
.mkd_separator_with_icon .separator_custom_icon > img {
  vertical-align: middle;
}
.separator .mkd_icon_holder {
  position: absolute;
  text-align: center;
  width: 100%;
}
.separator .mkd_icon_holder .mkd_icon_shade {
  background-color: #fff;
}
.separator .mkd_icon_holder .mkd_icon_shade i,
.separator .mkd_icon_holder .mkd_icon_shade span {
  color: #18cfab;
}
.separator .mkd_icon_shortcode.mkd_icon_shade {
  z-index: 20;
}
nav.content_menu {
  position: relative;
  text-align: left;
  display: block;
  z-index: 1001;
  background-color: #fff;
  -webkit-transform: translateZ(0);
  width: 100%;
}
.container_inner nav.content_menu {
  width: 1100px;
}
.container_inner nav.content_menu.fixed {
  -moz-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.11);
  -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.11);
  box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.11);
}
nav.content_menu .logo {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
  padding: 5px 0 5px 40px;
  z-index: 100;
}
.content .content_inner > .container > .container_inner nav.content_menu .logo {
  padding-left: 15px;
}
nav.content_menu .grid_section .section_inner .logo {
  padding-left: 0;
}
nav.content_menu .logo img {
  height: 100%;
}
nav.content_menu .custom_widget_area {
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 40px 0 0;
  height: 100%;
}
.content
  .content_inner
  > .container
  > .container_inner
  nav.content_menu
  .custom_widget_area {
  padding-right: 15px;
}
nav.content_menu .grid_section .section_inner .custom_widget_area {
  padding-right: 0;
}
nav.content_menu .custom_widget_area_inner {
  display: table;
  height: 100%;
}
nav.content_menu .custom_widget_area_inner2 {
  display: table-cell;
  vertical-align: middle;
}
nav.content_menu ul {
  width: 1100px;
  margin: 0 auto;
  position: relative;
  list-style: none outside none;
  padding: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
nav.content_menu ul li {
  display: inline-block;
  padding: 0;
  text-align: center;
  position: relative;
  -webkit-backface-visibility: hidden;
}
nav.content_menu ul li .arrow {
  background-image: url(img/content_menu_arrow.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  display: none;
  width: 11px;
  height: 7px;
  position: absolute;
  left: 50%;
  margin: -1px 0 0 -5px;
  -webkit-backface-visibility: hidden;
}
nav.content_menu.fixed ul li.active .arrow {
  display: none;
}
nav.content_menu ul li a {
  color: #c3c3c3;
  font-size: 14px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 21px 20px;
  margin: 0;
}
nav.content_menu ul li a span {
  display: block;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  font-weight: 600;
}
nav.content_menu ul li i {
  color: #c3c3c3;
  margin: 4px 0 12px 0;
  font-size: 24px;
  line-height: 1em;
  display: block;
}
nav.content_menu ul li i.undefined {
  display: none;
}
nav.content_menu ul li.active:hover a,
nav.content_menu ul li.active:hover i,
nav.content_menu ul li:hover a,
nav.content_menu ul li:hover i {
  color: #18cfab;
}
nav.content_menu ul li.active a,
nav.content_menu ul li.active i {
  color: #5d5d5d;
}
nav.content_menu .nav_select_menu {
  display: none;
  border: 1px solid #eaeaea;
}
nav.content_menu .nav_select_menu .nav_select_button {
  cursor: pointer;
  display: block;
  height: 40px;
  position: relative;
  width: 40px;
  line-height: 40px;
  text-align: center;
  float: right;
  z-index: 100;
}
nav.content_menu .nav_select_menu ul {
  display: none;
  border: 0;
  width: 100%;
  position: relative;
  top: 0;
  text-align: left;
  padding: 0 0 10px 0;
  float: left;
  z-index: 100;
  zoom: 1;
}
nav.content_menu .nav_select_menu ul li {
  display: block;
  border: 0;
  float: none;
  padding: 0;
  margin: 0;
  text-align: left;
  position: relative;
  -webkit-backface-visibility: hidden;
}
nav.content_menu .nav_select_menu ul li a {
  line-height: 30px;
  padding: 0 15px;
}
nav.content_menu .nav_select_menu ul li a i {
  width: 12px;
  text-align: center;
}
.boxed nav.content_menu.fixed {
  padding: 0;
  width: 1100px;
}
.right_side_menu_opened .full_width nav.content_menu.fixed {
  left: -270px;
}
.blog_slider .flex-container a:active,
.blog_slider .flex-container a:focus,
.blog_slider .flexslider a:active,
.blog_slider .flexslider a:focus,
.flex-container a:active,
.flex-container a:focus,
.flexslider a:active,
.flexslider a:focus,
.mkd_carousels .flex-container a:active,
.mkd_carousels .flex-container a:focus,
.mkd_carousels a:active,
.mkd_carousels a:focus,
.portfolio_slider .flex-container a:active,
.portfolio_slider .flex-container a:focus,
.portfolio_slider .flexslider a:active,
.portfolio_slider .flexslider a:focus {
  outline: 0;
}
.caroufredsel-direction-nav,
.flex-control-nav,
.flex-direction-nav,
.portfolio_slides,
.slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flexslider .slides > li {
  background-color: transparent;
  display: none;
  position: relative;
  margin: 0;
}
.caroufredsel_wrapper {
  cursor: grab !important;
  cursor: -moz-grab !important;
  cursor: -webkit-grab !important;
  margin: 0 !important;
}
.blog_slider .blog_slides,
.mkd_carousels .slides,
.portfolio_slider .portfolio_slides {
  opacity: 0;
  display: none;
}
.mkd_carousels .slides > li,
.portfolio_slider .portfolio_slides > li {
  background-color: transparent;
  position: relative;
  margin: 0;
  float: left;
}
.mkd_carousels .slides > li .carousel_item_holder_inner {
  margin: 0 15px 0 15px;
}
.flexslider .slides img,
.mkd_carousels .slides img,
.portfolio_slider .portfolio_slides img {
  width: 100%;
  display: block;
}
.gallery_frame {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  text-align: center;
}
.frame_holder.frame_holder3 .gallery_frame {
  left: 7px;
}
.wpb_flexslider_custom.flexslider.have_frame {
  width: 645px;
  margin: 0 auto;
  overflow: visible;
}
.wpb_flexslider_custom.flexslider.have_frame.frame4 {
  width: 868px;
}
.wpb_flexslider_custom.flexslider.have_frame.frame3 {
  width: 545px;
}
.frame_holder > .wpb_wrapper {
  padding: 34px 0 102px 0;
  position: relative;
}
.frame_holder.frame_holder2 > .wpb_wrapper {
  padding: 48px 0 75px 0;
}
.frame_holder.frame_holder3 > .wpb_wrapper {
  padding: 20px 0 190px 0;
}
.frame_holder.frame_holder4 > .wpb_wrapper {
  padding: 36px 0 165px 0;
}
.portfolio_slides:after,
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .portfolio_slides,
html[xmlns] .slides {
  display: block;
}
* html .portfolio_slides,
* html .slides {
  height: 1%;
}
.no-js .portfolio_slides > li:first-child,
.no-js .slides > li:first-child {
  display: block;
}
.flexslider,
.portfolio_slider {
  position: relative;
  zoom: 1;
}
.flexslider.show_border:not(.have_frame) {
  border: 20px solid #fff;
  display: inline-block;
  margin: 0 auto;
  position: relative;
  vertical-align: middle;
  width: calc(100% - 160px);
  box-sizing: border-box;
}
.blog_holder article.format-gallery .flexslider {
  margin: 0;
}
.portfolio_slider {
  margin: 0;
  width: 100.2%;
}
.flex-viewport,
.portfolio_slider .flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  direction: ltr;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides,
.mkd_carousels .slides,
.portfolio_slider .portfolio_slides {
  zoom: 1;
}
.caroufredsel-direction-nav a,
.flex-direction-nav a {
  position: absolute;
  display: block;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  cursor: pointer;
  text-align: center;
  color: #283033;
  font-size: 30px;
  background-color: transparent;
  z-index: 110;
  border-radius: 100px;
  -webkit-transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, opacity 0.15s ease-out;
  transition: background-color 0.15s ease-out, color 0.15s ease-out,
    border-color 0.15s ease-out, opacity 0.15s ease-out;
  -webkit-box-sizing: initial;
  -moz-box-sizing: initial;
  box-sizing: initial;
}
.caroufredsel-direction-nav a span:before,
.flex-direction-nav a span:before,
body div.pp_default a.pp_next span:before,
body div.pp_default a.pp_previous span:before {
  position: absolute;
  top: 0;
  display: block;
  text-indent: 0 !important;
  width: 100%;
  text-align: center;
  line-height: inherit;
}
body div.pp_default a.pp_next span,
body div.pp_default a.pp_previous span {
  display: block;
  line-height: inherit;
}
.caroufredsel-direction-nav a span,
.flex-direction-nav a span {
  display: block;
  line-height: inherit;
}
.flex-direction-nav a.flex-prev span.arrow_carrot-left {
  direction: rtl;
}
.have_frame .flex-direction-nav a i {
  display: none;
}
.flexslider .flex-next {
  right: -65px;
}
.portfolio_slider .caroufredsel-direction-nav a {
  opacity: 0;
}
.blog_slider .caroufredsel-next,
.full_width .section_inner .blog_slider .caroufredsel-next,
.full_width .section_inner .portfolio_slider .caroufredsel-next,
.portfolio_slider .caroufredsel-next {
  right: 20px;
}
.blog_holder.masonry .flexslider .flex-next,
.blog_holder.masonry_full_width .flexslider .flex-next,
.blog_slider_simple_holder.flexslider .flex-next,
.grid2 .blog_holder .flexslider .flex-next,
.portfolio_single .flexslider .flex-next,
body.boxed .blog_slider .caroufredsel-next,
body.boxed .flexslider .flex-next,
body.boxed .full_width .section_inner .blog_slider .caroufredsel-next,
body.boxed .full_width .section_inner .portfolio_slider .caroufredsel-next,
body.boxed .portfolio_slider .caroufredsel-next {
  right: 0;
}
.flexslider .flex-prev {
  left: -65px;
}
.blog_slider .caroufredsel-prev,
.full_width .section_inner .blog_slider .caroufredsel-prev,
.full_width .section_inner .portfolio_slider .caroufredsel-prev,
.portfolio_slider .caroufredsel-prev {
  left: 20px;
}
.blog_holder.masonry .flexslider .flex-prev,
.blog_holder.masonry_full_width .flexslider .flex-prev,
.blog_slider_simple_holder.flexslider .flex-prev,
.grid2 .blog_holder .flexslider .flex-prev,
.portfolio_single .flexslider .flex-prev,
body.boxed .blog_slider .caroufredsel-prev,
body.boxed .flexslider .flex-prev,
body.boxed .full_width .section_inner .blog_slider .caroufredsel-prev,
body.boxed .full_width .section_inner .portfolio_slider .caroufredsel-prev,
body.boxed .portfolio_slider .caroufredsel-prev {
  left: 0;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
}
.wpb_gallery .flexslider_fade .flex-control-paging,
.wpb_gallery .flexslider_slide .flex-control-paging {
  display: block;
  text-align: center;
  margin-top: 22px;
}
.wpb_gallery .flexslider_fade .flex-control-paging li,
.wpb_gallery .flexslider_slide .flex-control-paging li {
  display: inline-block;
}
.wpb_gallery .flexslider_fade .flex-control-paging li a,
.wpb_gallery .flexslider_slide .flex-control-paging li a {
  display: inline-block;
  text-indent: -5000px;
  width: 12px;
  height: 12px;
  position: relative;
  margin-right: 5px;
  background-color: #74797b;
  border-radius: 5em;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  border-color: transparent;
}
.wpb_gallery .flex-control-nav.flex-control-paging li a:not(.flex-active) {
  background-color: transparent !important;
}
.wpb_gallery .flexslider_fade .flex-control-paging li:last-child a,
.wpb_gallery .flexslider_slide .flex-control-paging li:last-child a {
  margin: 0;
}
.wpb_gallery .flexslider_fade .flex-control-paging li a.flex-active,
.wpb_gallery .flexslider_slide .flex-control-paging li a.flex-active {
  background-color: #18cfab;
  opacity: 1;
}
.wpb_gallery.frame_holder {
  padding-bottom: 50px;
}
.wpb_gallery.frame_holder.frame_holder3 {
  padding-bottom: 0;
}
.wpb_gallery.frame_holder.frame_holder4 {
  padding-bottom: 70px;
}
.wpb_gallery .wpb_flexslider_custom.have_frame .flex-control-nav {
  bottom: -120px;
  right: 50%;
  transform: translateX(50%);
  -ms-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -webkit-transform: translateX(50%);
  position: absolute;
}
.wpb_gallery .wpb_flexslider_custom.have_frame.frame2 .flex-control-nav {
  bottom: -100px;
}
.wpb_gallery .wpb_flexslider_custom.have_frame.frame3 .flex-control-nav {
  bottom: -160px;
}
.wpb_gallery .wpb_flexslider_custom.have_frame.frame4 .flex-control-nav {
  bottom: -230px;
}
body div.pp_default .pp_bottom,
body div.pp_default .pp_bottom .pp_left,
body div.pp_default .pp_bottom .pp_middle,
body div.pp_default .pp_bottom .pp_right,
body div.pp_default .pp_top,
body div.pp_default .pp_top .pp_left,
body div.pp_default .pp_top .pp_middle,
body div.pp_default .pp_top .pp_right {
  background: 0 0;
  display: none;
}
body div.pp_default .pp_content_container .pp_left,
body div.pp_default .pp_content_container .pp_right {
  background: 0 0;
  padding: 0;
}
body div.pp_default .pp_expand {
  display: none !important;
}
body div.pp_default .pp_content {
  background: 0 0;
  margin: 0 auto;
}
div.pp_default .pp_content .ppt {
  color: #f8f8f8;
}
div.pp_default .pp_close {
  width: 30px;
  height: 30px;
  background: url(img/prettyPhoto/sprite.png) 2px 1px no-repeat;
  cursor: pointer;
}
div.pp_default .pp_gallery ul li a {
  background: url(img/prettyPhoto/default_thumb.png) center center #f8f8f8;
  border: 1px solid #aaa;
}
div.pp_default .pp_social {
  margin-top: 7px;
}
div.pp_default .pp_gallery a.pp_arrow_next,
div.pp_default .pp_gallery a.pp_arrow_previous {
  position: static;
  left: auto;
}
div.pp_default .pp_nav .pp_pause,
div.pp_default .pp_nav .pp_play {
  background: url(img/prettyPhoto/sprite.png) -51px 1px no-repeat;
  height: 30px;
  width: 30px;
}
div.pp_default .pp_nav .pp_pause {
  background-position: -51px -29px;
}
div.pp_default a.pp_arrow_next,
div.pp_default a.pp_arrow_previous {
  background: url(img/prettyPhoto/sprite.png) -31px -3px no-repeat;
  height: 20px;
  width: 20px;
  margin: 4px 0 0;
}
div.pp_default a.pp_arrow_next {
  left: 52px;
  background-position: -82px -3px;
}
div.pp_default .pp_content_container .pp_details {
  margin-top: 5px;
}
div.pp_default .pp_nav {
  clear: none;
  height: 30px;
  width: 130px;
  position: relative;
  float: left;
}
div.pp_default .pp_nav .currentTextHolder {
  font-family: inherit;
  color: #999;
  font-size: 13px;
  left: 65px;
  line-height: 25px;
  position: absolute;
  top: 2px;
  margin: 0;
  padding: 0 0 0 10px;
}
div.pp_default .pp_arrow_next:hover,
div.pp_default .pp_arrow_previous:hover,
div.pp_default .pp_close:hover,
div.pp_default .pp_nav .pp_pause:hover,
div.pp_default .pp_nav .pp_play:hover {
  opacity: 0.7;
}
div.pp_default .pp_bottom .pp_left {
  background: url(img/prettyPhoto/sprite.png) -78px -127px no-repeat;
}
div.pp_default .pp_bottom .pp_middle {
  background: url(img/prettyPhoto/sprite_x.png) bottom left repeat-x;
}
div.pp_default .pp_bottom .pp_right {
  background: url(img/prettyPhoto/sprite.png) -112px -127px no-repeat;
}
div.pp_default .pp_loaderIcon {
  background: url(img/prettyPhoto/loader.gif) center center no-repeat;
}
div.pp_pic_holder a:focus {
  outline: 0;
}
div.pp_overlay {
  background-color: #000;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10000 !important;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 10001 !important;
}
.pp_content {
  height: 40px;
  min-width: 40px;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 10px 0 2px;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
}
.pp_nav .pp_pause,
.pp_nav .pp_play {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_next,
a.pp_arrow_previous {
  display: block;
  float: left;
  height: 15px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 14px;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
}
.pp_gallery {
  display: none;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 10000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery li.default a {
  background: url(../images/prettyPhoto/facebook/default_thumbnail.gif) 0 0
    no-repeat;
  display: block;
  height: 33px;
  width: 50px;
}
.pp_gallery .pp_arrow_next,
.pp_gallery .pp_arrow_previous {
  margin-top: 7px !important;
}
a.pp_close {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  line-height: 22px;
  text-indent: -10000px;
}
.pp_loaderIcon {
  display: block;
  height: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 24px;
  margin: -12px 0 0 -12px;
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  margin: 0 0 15px;
}
div.ppt {
  color: #fff;
  display: none !important;
  font-size: 17px;
  z-index: 9999;
  margin: 0 0 5px 0;
}
div.pp_default .pp_content {
  background-color: #fff;
}
div.pp_default #pp_full_res .pp_inline {
  color: #000;
}
.pp_gallery li.selected a,
.pp_gallery ul a:hover,
div.pp_default .pp_gallery ul li a:hover,
div.pp_default .pp_gallery ul li.selected a {
  border-color: #fff;
}
div.pp_default .pp_details {
  position: relative;
}
.pp_bottom,
.pp_top {
  height: 20px;
  position: relative;
}
* html .pp_bottom,
* html .pp_top {
  padding: 0 20px;
}
.pp_bottom .pp_left,
.pp_top .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_bottom .pp_middle,
.pp_top .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_bottom .pp_middle,
* html .pp_top .pp_middle {
  left: 0;
  position: static;
}
.pp_bottom .pp_right,
.pp_top .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
body div.pp_default .pp_content_container .pp_details,
body div.pp_overlay {
  opacity: 0.7 !important;
}
body div.pp_default a.pp_next,
body div.pp_default a.pp_previous {
  position: absolute;
  top: 50%;
  display: block;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin: -25px 0 0;
  background-image: none !important;
  background-color: rgba(54, 54, 54, 0.6);
  font-size: 27px;
  text-align: center;
  text-indent: -9999px !important;
  opacity: 0;
  -webkit-transition: opacity 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: opacity 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: opacity 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: opacity 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: opacity 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-transform: translateZ(0);
  border-radius: 100px;
}
body div.pp_default a.pp_next:after,
body div.pp_default a.pp_previous:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #fff;
  font-family: FontAwesome, serif;
  text-indent: 0 !important;
  width: 100%;
  text-align: center;
}
body div.pp_default a.pp_next {
  right: 10px;
}
body div.pp_default a.pp_previous {
  left: 10px;
}
body div.pp_default a.pp_next:hover,
body div.pp_default a.pp_previous:hover {
  background-color: #363636;
}
body div.pp_default .pp_content:hover a.pp_next,
body div.pp_default .pp_content:hover a.pp_previous {
  opacity: 1;
}
body div.pp_default .pp_description {
  float: left;
  font-size: 14px;
  line-height: 1.571428571428571em;
  font-weight: 400;
  color: #fff;
  margin: 2px 0 0;
}
body div.pp_default .pp_nav .currentTextHolder {
  left: auto;
  position: relative;
  float: left;
  padding: 0 20px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
}
body .pp_gallery {
  display: none !important;
}
body div.pp_default .pp_nav .pp_pause,
body div.pp_default .pp_nav .pp_play {
  display: none;
}
body div.pp_default a.pp_arrow_next,
body div.pp_default a.pp_arrow_previous {
  background: 0 0;
  position: relative;
  left: 0;
}
body div.pp_default a.pp_arrow_previous:after {
  color: #fff;
  content: "\f104";
  font-family: FontAwesome, serif;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
body div.pp_default a.pp_arrow_next:after {
  color: #fff;
  content: "\f105";
  font-family: FontAwesome, serif;
  font-size: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  text-indent: 0;
  position: absolute;
  top: 0;
  right: 0;
}
body div.pp_default .pp_close {
  background: 0 0;
  opacity: 1 !important;
}
body div.pp_default .pp_close:after {
  color: #fff;
  content: "\f00d";
  font-family: FontAwesome, serif;
  font-size: 15px;
  height: 15px;
  line-height: 30px;
  text-align: center;
  width: 30px;
  text-indent: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.section .mobile-video-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
.section .video-overlay {
  height: 3000px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 11;
}
.section .video-overlay.active {
  background-image: url(img/pixel-video.png);
  background-position: 0 0;
  background-repeat: repeat;
  opacity: 1;
}
.section .video-wrap {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  width: 100%;
  z-index: 10;
}
.section .video-wrap .mejs-poster {
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  -o-background-size: cover !important;
}
.section .video-wrap .mejs-container .mejs-controls {
  display: none !important;
}
.section .video-wrap .mejs-controls .mejs-button button:focus {
  outline: 0 !important;
}
.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important;
}
.section .video-wrap .mejs-container {
  background-color: transparent !important;
  background-image: none !important;
  height: auto !important;
}
.section .video-wrap .mejs-mediaelement {
  background: 0 0 !important;
  border: 0 !important;
}
.section .video-wrap .mejs-container .mejs-poster img {
  max-width: none !important;
  width: 100% !important;
}
.section .video-wrap .mejs-controls button {
  opacity: 0.8;
}
.mejs-controls .mejs-fullscreen-button:hover button,
.section .video-wrap .mejs-controls button:hover {
  opacity: 1 !important;
}
.section .video-wrap .mejs-controls .mejs-time-rail .mejs-time-total {
  background: #1f1f1f none repeat scroll 0 0 !important;
}
.section
  .video-wrap
  .mejs-controls
  .mejs-horizontal-volume-slider
  .mejs-horizontal-volume-current {
  background: 0 0 !important;
}
.more_facts_outer {
  position: relative;
  display: block;
  height: 0;
}
.more_facts_inner_holder {
  opacity: 0;
}
.more_facts_inner {
  display: inline-block;
  width: 100%;
  padding: 70px 0 0;
  position: relative;
}
.more_facts_holder {
  background: #fff no-repeat center top;
}
.more_facts_button {
  display: block;
  position: relative;
  margin: 0;
  padding: 59px 0 38px;
  color: #283033;
  font-size: 18px;
  line-height: 1.444444444444444em;
  font-weight: 700;
  cursor: pointer;
  z-index: 90;
  text-transform: uppercase;
}
.more_facts_button:hover {
  color: #8d8d8d;
}
.more_facts_button .more_facts_button_arrow,
.more_facts_button .more_facts_button_text {
  display: block;
}
.more_facts_button .more_facts_button_text {
  display: block;
  padding: 0 0 7px;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.more_facts_button .more_facts_button_arrow {
  -webkit-transition: -webkit-transform 150ms ease-in-out;
  -moz-transition: -moz-transform 150ms ease-in-out;
  -ms-transition: -ms-transform 150ms ease-in-out;
  -o-transition: -o-transform 150ms ease-in-out;
  transition: transform 150ms ease-in-out;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  -ms-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.more_facts_button .more_facts_button_arrow.rotate_arrow {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.more_facts_button_holder {
  display: block;
  position: relative;
}
.more_facts_button_holder.left {
  text-align: left;
}
.more_facts_button_holder.center {
  text-align: center;
}
.more_facts_button_holder.right {
  text-align: right;
}
.oblique-section {
  position: absolute;
  z-index: 20;
  display: block;
}
.oblique-section polygon {
  fill: #fff;
}
.oblique-section.svg-top {
  top: -85px;
}
.oblique-section.svg-bottom {
  bottom: -85px;
}
.oblique-section.svg-footer-bottom {
  bottom: 0;
}
.oblique-section.svg-title-bottom {
  bottom: 0;
}
.row_triangle {
  position: absolute;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 0;
  height: 0;
  border-left: 23px solid transparent !important;
  border-right: 23px solid transparent !important;
}
.row_triangle_top {
  top: 0;
  border-top: 22px solid transparent;
  border-bottom: 0;
}
.row_triangle_bottom {
  bottom: 0;
  border-bottom: 22px solid transparent;
  border-top: 0;
}
.row_triangle.triangle_bkg {
  z-index: 100;
}
.row_triangle.triangle_border_bottom,
.row_triangle.triangle_border_top {
  z-index: 99;
}
.row_triangle_top.triangle_border_top {
  top: 1px;
  border-top: 22px solid transparent;
}
.row_triangle_bottom.triangle_border_bottom {
  bottom: 1px;
  border-bottom: 22px solid transparent;
}
.row_triangle_top.triangle_with_border_top {
  top: -1px;
}
.row_triangle_top.triangle_with_border_top.triangle_border_top {
  top: 0;
}
.row_triangle_bottom.triangle_with_border_bottom {
  bottom: -1px;
}
.row_triangle_bottom.triangle_with_border_bottom.triangle_border_bottom {
  bottom: 0;
}
.row_triangle.disable_footer_triangle {
  display: none;
}
.custom_font_holder {
  display: block;
}
.custom_font_holder > div:first-child {
  display: inline;
}
.custom_font_holder span.show_in_border_box {
  padding: 5px;
}
.custom_font_holder * {
  line-height: inherit !important;
  font-size: inherit !important;
  text-decoration: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}
.custom_font_holder p {
  line-height: inherit !important;
  font-size: inherit !important;
  text-decoration: inherit !important;
  text-transform: inherit !important;
  letter-spacing: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  font-style: inherit !important;
  color: inherit !important;
}
.hidden_typed_holder {
  opacity: 0;
}
.typed {
  display: inline-block;
}
.typed span {
  display: none;
}
.typed span:first-child {
  display: inline-block;
}
.custom_font_holder.typed_parent {
  overflow: hidden;
}
.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.4s infinite;
  -moz-animation: blink 0.4s infinite;
  animation: blink 0.4s infinite;
  -webkit-transition: opacity 0.2s 0.2s;
  transition: opacity 0.2s 0.2s;
}
.typed.done ~ .typed-cursor {
  visibility: hidden;
  opacity: 0;
}
.typed.scale.done {
  -webkit-animation: type_scale 0.5s 0.2s;
  animation: type_scale 0.5s 0.2s;
}
@-webkit-keyframes type_scale {
  0% {
    -webkit-transform: scale(1, 1) translateZ(0) rotate(0.01deg);
    transform: scale(1, 1) translateZ(0) rotate(0.01deg);
  }
  50% {
    -webkit-transform: scale(1.1, 1.1) translateZ(0) rotate(0.01deg);
    transform: scale(1.1, 1.1) translateZ(0) rotate(0.01deg);
  }
  100% {
    -webkit-transform: scale(1, 1) translateZ(0) rotate(0.01deg);
    transform: scale(1, 1) translateZ(0) rotate(0.01deg);
  }
}
@keyframes type_scale {
  0% {
    transform: scale(1, 1) translateZ(0) rotate(0.01deg);
  }
  50% {
    transform: scale(1.1, 1.1) translateZ(0) rotate(0.01deg);
  }
  100% {
    transform: scale(1, 1) translateZ(0) rotate(0.01deg);
  }
}
.typed.blink.done {
  -webkit-animation: blink 1.2s infinite 0.2s;
  animation: blink 1.2s infinite 0.2s;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.typed.done.sweep {
  -webkit-animation: sweep 0.5s ease-in-out 0.3s;
  animation: sweep 0.5s ease-in-out 0.3s;
}
@-webkit-keyframes sweep {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  59% {
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes sweep {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(1000px);
    opacity: 1;
  }
  41% {
    opacity: 0;
  }
  59% {
    transform: translateX(-600px);
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.container aside.sidebar {
  position: relative;
  z-index: 11;
}
aside.sidebar {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.side_menu .widget li {
  margin: 0 0 7px;
  font-family: inherit;
  font-size: 14px;
  color: inherit;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.single_tags a,
.widget .tagcloud a,
aside.sidebar .widget .tagcloud a {
  color: #283033;
  border: 1px solid #e2e2e4;
  padding: 0 18px;
  line-height: 38px;
  height: 38px;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px !important;
  font-weight: 700;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  -moz-transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  -ms-transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out,
    color 0.2s ease-out;
}
.footer_top .widget .tagcloud a {
  color: #fff;
}
.single_tags a {
  margin: 0 7px 5px 0;
}
.widget .tagcloud a,
aside.sidebar .widget .tagcloud a {
  margin: 0 3px 5px 0;
}
.single_tags a:hover,
.widget .tagcloud a:hover,
aside.sidebar .widget .tagcloud a:hover {
  color: #fff;
  border-color: #18cfab;
  background-color: #18cfab;
}
aside.sidebar .widget li {
  font-family: "Open Sans", sans-serif;
}
aside.sidebar .widget a {
  color: #64686b;
  font-size: 14px;
  font-family: inherit;
  line-height: 33px;
  letter-spacing: 0;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transform: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
aside.sidebar .widget a:hover {
  color: #18cfab;
}
.side_menu .widget a:hover,
.side_menu .widget li:hover,
.side_menu .widget li:hover > a {
  color: #18cfab;
}
.side_menu .widget ul,
aside.sidebar .widget ul {
  list-style: none;
}
.side_menu .widget li:last-child,
aside.sidebar .widget li:last-child {
  margin: 0;
}
#wp-calendar caption,
.widget.widget_rss li a.rsswidget {
  color: #393939;
}
#wp-calendar td,
#wp-calendar th {
  padding: 3px 4px;
}
#wp-calendar tbody td {
  border: 1px solid #e6e6e6;
}
#wp-calendar td#prev {
  padding: 0;
  display: block;
}
#wp-calendar td#today {
  color: #fff;
  background-color: #18cfab;
}
#wp-calendar td#today a {
  color: #fff;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption,
.widget.widget_rss li span.rss-date {
  margin: 0 0 15px;
}
.widget.widget_rss li {
  margin: 0 0 25px;
}
.widget.widget_rss a.rsswidget {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7em;
}
.widget.widget_rss > li a.rsswidget {
  display: block;
}
.widget.widget_rss li .rss-date {
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}
.textwidget > img {
  vertical-align: middle;
}
.side_menu .qbutton .text_wrap {
  color: inherit;
}
aside.sidebar .widget.widget_search {
  border-bottom: 0;
  padding: 0;
}
aside.sidebar .widget #searchform {
  width: 100%;
  box-sizing: border-box;
}
aside.sidebar .widget > h4 {
  position: relative;
  margin-bottom: 18px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.5px;
  font-weight: 700;
  color: #1abc9c;
  background-color: #f3f3f4;
  padding: 15px 20px;
}
aside.sidebar .widget > h4:after {
  position: absolute;
  content: "";
  left: 0;
  top: 100%;
}
aside.sidebar
  .widget.posts_holder
  li.menu-item-has-children
  > ul.sub-menu
  li:last-child,
aside.sidebar
  .widget.posts_holder
  li.page_item_has_children
  > ul.children
  li:last-child {
  border-bottom: 0;
}
aside.sidebar .widget.posts_holder li.menu-item-has-children > ul.sub-menu,
aside.sidebar .widget.posts_holder li.page_item_has_children > ul.children {
  padding-left: 10px;
}
aside.sidebar .widget.posts_holder li.menu-item-has-children > a,
aside.sidebar .widget.posts_holder li.page_item_has_children > a {
  display: block;
}
aside.sidebar .widget {
  margin: 26px 0 0 0;
}
aside.sidebar .widget:first-child {
  margin-top: 0;
}
aside.sidebar .widget:last-child {
  margin-bottom: 0;
}
aside.sidebar .widget_nav_menu .sub-menu,
aside.sidebar .widget_pages .children {
  margin-left: 5px;
  margin-top: 6px;
}
.widget.mkd-latest-posts-widget .latest_post_holder.image_in_box .latest_post {
  display: table;
}
.widget.mkd-latest-posts-widget .latest_post_image {
  display: table-cell;
  vertical-align: middle;
  width: 90px;
  -webkit-transition: opacity 0.15s ease;
  -moz-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease;
}
.widget.mkd-latest-posts-widget .latest_post:hover .latest_post_image {
  opacity: 0.8;
}
.widget.mkd-latest-posts-widget
  .latest_post_holder.image_in_box
  .latest_post_text {
  padding-left: 15px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.widget.mkd-latest-posts-widget
  .latest_post_holder
  .latest_post_text
  .latest_post_title
  a {
  font-family: Lato, sans-serif;
  color: #283033;
  line-height: 20px;
  text-transform: uppercase;
}
.container aside.sidebar.sticky_sidebar,
aside.sidebar.sticky_sidebar {
  position: fixed;
}
.sidebar.sticky_sidebar.sticky_sidebar_animate_top {
  -moz-transition: top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0.18s;
  -o-transition: top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0.18s;
  -webkit-transition: top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0.18s;
  transition: top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1) 0.18s;
}
.widget_sticky-sidebar {
  width: 100%;
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  background: 0 0 !important;
}
aside.sidebar {
  position: relative;
}
.side_menu {
  background-color: #1d2022;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 30px 50px;
  position: fixed;
  top: 0;
  right: -270px;
  width: 210px;
  z-index: 9999;
  -webkit-backface-visibility: hidden;
}
.right_side_menu_opened .wrapper,
.right_side_menu_opened footer.uncover {
  left: -270px;
}
.side_menu_slide_from_right .wrapper {
  background-color: #fff;
  position: relative;
  z-index: 1000;
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.side_menu_slide_from_right.right_side_menu_opened .wrapper {
  transform: translateX(-270px, 0);
  -ms-transform: translateX(-270px, 0);
  -moz-transform: translateX(-270px, 0);
  -webkit-transform: translateX(-270px, 0);
  -o-transform: translateX(-270px, 0);
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side_menu_slide_from_right .carousel-inner {
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.side_menu_slide_from_right .wrapper .cover {
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  opacity: 0;
  background: #000;
  -moz-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
}
.side_menu_slide_from_right.right_side_menu_opened .wrapper .cover {
  cursor: url(img/close.png), pointer;
  z-index: 1002;
  opacity: 0.6;
  -moz-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out, background 0.2s ease-in-out,
    z-index 0.2s ease-in-out;
}
.side_menu_slide_from_right .side_menu {
  padding: 5% 30px 30px 30px;
  top: 0;
  right: -45%;
  width: 45%;
  z-index: 9999;
  text-align: center;
  visibility: hidden;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.right_side_menu_opened.side_menu_slide_from_right .side_menu {
  right: 0;
  visibility: visible;
  -moz-transition: right 0.2s ease-in-out;
  -o-transition: right 0.2s ease-in-out;
  -webkit-transition: right 0.2s ease-in-out;
  transition: right 0.2s ease-in-out;
}
.side_menu_slide_from_right header.fixed_top_header .top_header,
.side_menu_slide_from_right header.sticky {
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1),
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
.side_menu_slide_from_right footer.uncover {
  -moz-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: left 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
body.side_menu_slide_with_content {
  overflow-x: hidden;
  position: relative;
  left: 0;
  -webkit-overflow-scrolling: auto !important;
}
body.side_menu_slide_with_content.side_menu_open .wrapper,
body.side_menu_slide_with_content.side_menu_open footer.uncover {
  left: -470px;
}
body.side_menu_slide_with_content .wrapper {
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}
body.side_menu_slide_with_content,
body.side_menu_slide_with_content .side_menu,
body.side_menu_slide_with_content footer.uncover,
body.side_menu_slide_with_content header.fixed,
body.side_menu_slide_with_content header.fixed_hiding,
body.side_menu_slide_with_content header.fixed_top_header .top_header {
  -webkit-transition: left 0.2s ease, right 0.2s ease;
  -moz-transition: left 0.2s ease, right 0.2s ease;
  transition: left 0.2s ease, right 0.2s ease;
}
body.side_menu_slide_with_content header.sticky {
  -webkit-transition: left 0.2s ease, right 0.2s ease,
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.2s ease, right 0.2s ease,
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.2s ease, right 0.2s ease,
    top 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
}
body.side_menu_slide_with_content .side_menu {
  position: fixed;
  visibility: visible;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 470px;
  right: -470px;
  height: 100%;
  top: 0;
  z-index: 9999;
}
body.side_menu_slide_with_content.side_menu_open .side_menu {
  right: 0;
}
.no-touch
  body.side_menu_slide_with_content.side_menu_open
  .carousel-inner:not(.relative_position) {
  left: -470px !important;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
body.side_menu_slide_with_content .carousel-inner {
  left: 0 !important;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
body.side_menu_slide_with_content.side_menu_open header.fixed,
body.side_menu_slide_with_content.side_menu_open header.fixed_hiding,
body.side_menu_slide_with_content.side_menu_open
  header.fixed_top_header
  .top_header,
body.side_menu_slide_with_content.side_menu_open header.sticky {
  left: -470px;
  -webkit-transition: left 0.2s ease;
  -moz-transition: left 0.2s ease;
  transition: left 0.2s ease;
}
body.side_menu_slide_with_content.width_270.side_menu_open .wrapper,
body.side_menu_slide_with_content.width_270.side_menu_open footer.uncover {
  left: -270px;
}
body.side_menu_slide_with_content.width_270 .side_menu {
  width: 270px;
  right: -270px;
}
body.side_menu_slide_with_content.width_270.side_menu_open .side_menu {
  right: 0;
}
.no-touch
  body.side_menu_slide_with_content.width_270.side_menu_open
  .carousel-inner:not(.relative_position) {
  left: -270px !important;
}
body.side_menu_slide_with_content.width_270.side_menu_open header.fixed,
body.side_menu_slide_with_content.width_270.side_menu_open header.fixed_hiding,
body.side_menu_slide_with_content.width_270.side_menu_open
  header.fixed_top_header
  .top_header,
body.side_menu_slide_with_content.width_270.side_menu_open header.sticky {
  left: -270px;
}
body.side_menu_slide_with_content.width_370.side_menu_open .wrapper,
body.side_menu_slide_with_content.width_370.side_menu_open footer.uncover {
  left: -370px;
}
body.side_menu_slide_with_content.width_370 .side_menu {
  width: 370px;
  right: -370px;
}
body.side_menu_slide_with_content.width_370.side_menu_open .side_menu {
  right: 0;
}
.no-touch
  body.side_menu_slide_with_content.width_370.side_menu_open
  .carousel-inner:not(.relative_position) {
  left: -370px !important;
}
body.side_menu_slide_with_content.width_370.side_menu_open header.fixed,
body.side_menu_slide_with_content.width_370.side_menu_open header.fixed_hiding,
body.side_menu_slide_with_content.width_370.side_menu_open
  header.fixed_top_header
  .top_header,
body.side_menu_slide_with_content.width_370.side_menu_open header.sticky {
  left: -370px;
}
.side_menu h5,
.side_menu h6 {
  margin: 0 0 12px 0;
  color: #fff;
}
.side_menu .widget li {
  position: relative;
}
.side_menu .widget ul li.menu-item-has-children,
.side_menu .widget ul li.page_item_has_children {
  padding-right: 0;
  border-bottom: none;
}
.side_menu .widget ul ul {
  padding: 6px 0 0 10px;
}
.side_menu .widget {
  margin: 0 0 30px;
}
.side_menu #wp-calendar caption,
.side_menu #wp-calendar td,
.side_menu #wp-calendar th,
.side_menu .widget.widget_rss li a.rsswidget,
.side_menu a:not(.qbutton),
.side_menu li,
.side_menu p,
.side_menu span {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1px;
  font-weight: 700;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transform: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.side_menu .widget a:not(.qbutton),
.side_menu .widget li a {
  font-size: 13px;
  line-height: 38px;
  font-weight: 900;
  text-transform: uppercase;
}
.side_menu .widget.widget_calendar a {
  color: #fff;
}
.side_menu .widget.widget_calendar {
  font-size: 14px;
}
.side_menu #wp-calendar tbody td,
.side_menu .widget_calendar tbody tr,
.side_menu .widget_calendar thead tr {
  border-color: #9d9d9d;
}
.side_menu .side_menu_title {
  display: block;
  margin: 0 0 12px;
}
.side_menu h4,
.side_menu h5 {
  color: #fff;
}
.side_menu h4 {
  margin: 0 0 15px 0;
}
.side_menu .widget.widget_nav_menu li a,
.side_menu .widget.widget_nav_menu li:last-child {
  margin: 0;
}
.side_menu .close_side_menu_holder {
  display: table;
  height: 83px;
  position: absolute;
  top: 0;
  right: 38px;
  z-index: 1000;
  -webkit-transition: height 0.5s ease;
  transition: height 0.5s ease;
}
.side_menu .close_side_menu_holder_inner {
  display: table-cell;
  vertical-align: middle;
}
.side_menu a.close_side_menu {
  display: inline-block;
  position: relative;
  height: 26px;
  width: 26px;
  z-index: 1000;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -ms-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
}
.side_menu a.close_side_menu span {
  color: #fff;
  display: inline-block;
  font-size: 22px;
  height: 26px;
  line-height: 26px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 26px;
}
.side_menu a.close_side_menu span:before {
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  line-height: 26px;
}
.side_menu a.close_side_menu:hover {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.side_area_uncovered_from_content .side_menu {
  background-color: #1b1b1b;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  padding: 30px;
  position: fixed;
  top: 0;
  right: -270px;
  width: 210px;
  z-index: 90;
  visibility: hidden;
}
.header-widget.widget_nav_menu {
  padding: 0 15px 0 0;
  position: relative;
  font-size: 14px;
}
.header-widget.widget_nav_menu ul ul {
  display: none;
  height: auto;
  background-color: #fff;
  z-index: 1010;
  position: absolute;
  padding: 15px 0;
  border-style: solid;
  border-width: 1px;
  border-color: #ededed;
}
.header-widget.widget_nav_menu ul.menu > li > ul {
  top: 33px;
  left: 0;
}
.header-widget.widget_nav_menu ul.menu > li > ul ul {
  top: 0;
  left: 100%;
}
.header-widget.widget_nav_menu ul li:hover > ul {
  display: block;
}
.header-widget.widget_nav_menu ul li {
  list-style: none;
}
.header-widget.widget_nav_menu ul.menu > li {
  display: inline-block;
  float: left;
  position: relative;
}
.header-widget.widget_nav_menu ul.menu li a {
  display: inline-block;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
}
.header-widget.widget_nav_menu ul.menu li:last-child a:after {
  border: 0;
  padding: 0;
}
.header-widget.widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
  content: "\f107";
  font-family: FontAwesome, sans-serif;
  margin-left: 5px;
}
.header-widget.widget_nav_menu ul.menu li a:hover {
  color: #18cfab;
}
.header-widget.widget_nav_menu ul.menu li ul li a {
  color: #9d9d9d;
  display: block;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 400;
  line-height: 38px;
  margin: 0 15px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
.header-widget.widget_nav_menu ul.menu li ul li:last-child > a {
  border: none;
}
.header-widget ul.menu li:last-child {
  margin-right: 0;
  border: none;
}
.header-left-from-logo-widget,
.header-right-from-logo-widget {
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 50px;
}
.header-right-from-logo-widget {
  left: auto;
  right: 0;
}
header .container_inner .header-left-from-logo-widget,
header .container_inner .header-right-from-logo-widget {
  padding: 0;
}
.header-left-from-logo-widget-inner,
.header-right-from-logo-widget-inner {
  display: table;
  height: 100%;
}
.header-left-from-logo-widget-inner2,
.header-right-from-logo-widget-inner2 {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
header.sticky .header-left-from-logo-widget,
header.sticky .header-right-from-logo-widget {
  display: none;
}
.footer_top .widget.widget_nav_menu li {
  margin: 0;
  line-height: 22px;
}
.widget.widget_archive select,
.widget.widget_archive select option,
.widget.widget_categories select,
.widget.widget_text select {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e9e9e9;
  font-size: 14px;
  background-color: #f6f6f5;
  outline: 0;
  color: #64686b;
  font-family: inherit;
  padding: 9px 12px;
  height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-widget #searchform,
.widget #searchform {
  display: inline-block;
  width: 90%;
  overflow: hidden;
  background-color: transparent;
  border: 1px solid #595959;
  border-radius: 2px;
  vertical-align: middle;
}
.footer_top .widget #searchform {
  background-color: transparent;
}
.header_top .woocommerce.widget_product_search #searchform {
  display: inline-block;
  vertical-align: middle;
}
.header-widget #searchform input[type="submit"],
.header_top #searchform input[type="submit"],
.widget.widget_search form input[type="submit"] {
  width: 15%;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  margin: 0;
  padding: 0;
  text-align: center;
  outline: 0;
  border: none;
  text-decoration: none;
  background-color: transparent;
  color: #595959;
  font-family: FontAwesome, sans-serif;
  cursor: pointer;
  white-space: nowrap;
  float: right;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
}
.header_top #searchform input[type="submit"] {
  width: 15%;
  height: 30px;
  line-height: 30px;
  margin: 0;
  background: 0 0;
}
.header-widget #searchform .screen-reader-text,
.header_top #searchform .screen-reader-text,
.widget.widget_search form .screen-reader-text {
  display: none;
}
.header-widget #searchform input[type="text"],
.header_top #searchform input[type="text"],
.widget.widget_search form input[type="text"] {
  display: inline-block;
  text-decoration: none;
  border: 0;
  outline: 0;
  color: #595959;
  background-color: transparent;
  font-family: inherit;
  margin: 0;
  padding: 2px 10px;
  width: 85%;
  font-size: 12px;
  text-transform: uppercase;
  height: 30px;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-widget #searchform input[type="text"]:focus,
.header_top #searchform input[type="text"]:focus,
.widget.widget_search form input[type="text"]:focus {
  background: 0 0;
}
.widget .tagcloud {
  display: inline-block;
  width: 100%;
}
.vc_empty_space_inner .empty_space_image {
  display: block;
  height: 100%;
}
.ls-nav-next,
.ls-nav-prev {
  position: absolute;
  display: block !important;
  margin: -38px 0 0;
  top: 50%;
  height: 76px;
  width: 76px;
  line-height: 76px !important;
  z-index: 10;
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1 !important;
  text-align: center;
  -webkit-transition: background-color 0.15s ease-out !important;
  -moz-transition: background-color 0.15s ease-out !important;
  -o-transition: background-color 0.15s ease-out !important;
  transition: background-color 0.15s ease-out !important;
  overflow: hidden;
}
@media (max-width: 567px) {
  .ls-nav-next:after,
  .ls-nav-prev:after {
    display: none;
  }
}
.ls-nav-next:hover,
.ls-nav-prev:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.ls-nav-prev {
  left: 0;
}
.ls-nav-next {
  right: 0;
}
.ls-nav-next:after,
.ls-nav-prev:after {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
}
.ls-nav-prev:after {
  background-image: url(../img/arrow-left-slider.png);
}
.ls-nav-next:after {
  background-image: url(../img/arrow-right-slider.png);
}
.ls-wp-fullwidth-helper {
  left: 0 !important;
}
.header_top .widget.icl_languages_selector,
aside .widget.icl_languages_selector,
footer .widget.icl_languages_selector,
section.side_menu .widget.icl_languages_selector {
  overflow: visible;
}
#lang_sel_list {
  font-family: inherit !important;
}
.header_bottom #lang_sel_list {
  font-family: Open-Sans, sans-serif !important;
}
.header_bottom .submenu-languages {
  display: none;
}
#lang_sel img.iclflag,
#lang_sel_list img.iclflag,
.lang_sel_sel img.iclflag {
  margin-right: 0;
}
.lang_sel_sel img.iclflag {
  margin-right: 6px;
}
.header_bottom #lang_sel,
.header_bottom #lang_sel_click,
aside .widget #lang_sel,
aside .widget #lang_sel_click,
footer #lang_sel,
footer #lang_sel_click {
  height: 40px;
  width: 100%;
}
section.side_menu #lang_sel,
section.side_menu #lang_sel_click {
  width: auto;
  text-align: left;
}
.header_bottom #lang_sel {
  position: relative;
  top: 4px;
}
.header_bottom #lang_sel_list,
.header_top #lang_sel,
.header_top #lang_sel_click,
.header_top #lang_sel_list,
aside .widget #lang_sel_list,
footer #lang_sel_list,
section.side_menu #lang_sel_list {
  display: inline-block;
  height: auto;
}
.header_top #lang_sel,
.header_top #lang_sel_click {
  position: relative;
  height: 33px;
  float: left;
  padding: 0;
  z-index: 111;
}
aside.sidebar #lang_sel_click li,
section.side_menu #lang_sel_click li {
  margin: 0;
}
.header_top #lang_sel_list {
  width: auto !important;
}
.header_top #lang_sel li,
.header_top #lang_sel ul ul {
  width: 85px !important;
}
#lang_sel li {
  width: 160px !important;
}
.header_bottom #lang_sel_list ul,
.header_top #lang_sel_list ul,
aside .widget #lang_sel_list ul,
footer #lang_sel_list ul,
section.side_menu #lang_sel_list ul {
  display: inline-block;
  top: 0 !important;
  height: auto !important;
  border: none !important;
  vertical-align: middle;
}
.header_top #lang_sel > ul {
  display: table;
}
.header_top #lang_sel > ul > li {
  float: none;
  display: table-cell;
  vertical-align: middle;
}
.header_bottom #lang_sel > ul > li,
.header_bottom #lang_sel_click > ul > li,
aside .widget #lang_sel > ul > li,
aside .widget #lang_sel_click > ul > li,
footer #lang_sel > ul > li,
footer #lang_sel_click > ul > li,
section.side_menu #lang_sel > ul > li,
section.side_menu #lang_sel_click > ul > li {
  line-height: 36px;
}
aside .widget #lang_sel > ul > li,
aside .widget #lang_sel_click > ul > li {
  background-color: #fff;
}
.header_bottom #lang_sel_list.lang_sel_list_horizontal > ul > li,
.header_top #lang_sel_list > ul > li,
aside .widget #lang_sel_list.lang_sel_list_horizontal > ul > li,
footer #lang_sel_list.lang_sel_list_horizontal > ul > li,
section.side_menu #lang_sel_list.lang_sel_list_horizontal > ul > li {
  margin: 0 15px 0 0 !important;
}
.vertical_menu_area #lang_sel ul li {
  width: 100%;
}
.header_top #lang_sel_list > ul > li:last-child,
aside .widget #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child,
footer #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child,
section.side_menu #lang_sel_list.lang_sel_list_horizontal > ul > li:last-child {
  margin: 0 !important;
}
.header_top #lang_sel ul li a,
.header_top #lang_sel_click ul li a,
aside .widget #lang_sel ul li a,
aside .widget #lang_sel_click ul li a,
footer #lang_sel ul li a,
footer #lang_sel_click ul li a,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel_click ul li a {
  position: relative;
  display: block;
  font-weight: 400;
  height: auto;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 8px 20px !important;
  cursor: pointer;
  background: 0 0 !important;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}
.header_bottom #lang_sel ul li a,
.header_bottom #lang_sel_click > ul > li a {
  position: relative;
  display: block;
  font-weight: 400;
  height: auto;
  line-height: 20px !important;
  margin: 0 !important;
  padding: 8px 20px !important;
  cursor: pointer;
  background: 0 0 !important;
  font-size: 16px !important;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out;
}
.header_bottom #lang_sel ul ul a,
.header_bottom #lang_sel_click ul ul a {
  font-size: 14px !important;
}
.header_bottom #lang_sel {
  height: auto;
}
aside .widget #lang_sel ul li a,
aside .widget #lang_sel_click ul li a,
footer #lang_sel ul li a,
footer #lang_sel_click ul li a,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel_click ul li a {
  font-size: 16px !important;
}
.header_top #lang_sel ul li a,
.header_top #lang_sel_click ul li a {
  font-size: inherit !important;
}
.header_bottom #lang_sel ul li a,
.header_bottom #lang_sel_click > ul > li a,
aside .widget #lang_sel ul li a,
aside .widget #lang_sel_click ul li a {
  color: #000 !important;
  border: none !important;
}
.header_bottom #lang_sel ul li li a,
.header_bottom #lang_sel_click ul li ul li a {
  color: #b5b5b5 !important;
}
.header_bottom #lang_sel ul li li a:hover,
.header_bottom #lang_sel_click ul li ul li a:hover {
  color: #fff !important;
}
footer #lang_sel ul li a,
footer #lang_sel_click ul li a,
section.side_menu #lang_sel ul li a,
section.side_menu #lang_sel_click ul li a {
  color: #a2a2a2 !important;
  border: none !important;
}
footer #lang_sel > ul > li:hover > a,
footer #lang_sel_click > ul > li:hover > a,
section.side_menu #lang_sel > ul > li:hover > a,
section.side_menu #lang_sel_click > ul > li:hover > a {
  color: #fff !important;
  border: none !important;
}
.footer_bottom_holder #lang_sel > ul > li:hover > a,
.footer_bottom_holder #lang_sel_click > ul > li:hover > a {
  color: #000 !important;
  border: none !important;
}
.footer_bottom_holder #lang_sel ul li a,
.footer_bottom_holder #lang_sel_click ul li a {
  color: #a2a2a2 !important;
  border: none !important;
}
.header_top #lang_sel ul li a,
.header_top #lang_sel_click ul li a {
  color: #000 !important;
  border: 0 !important;
}
.header_bottom #lang_sel > ul > li > a:after,
.header_bottom #lang_sel_click > ul > li > a:after,
.header_top #lang_sel > ul > li > a:after,
.header_top #lang_sel_click > ul > li > a:after,
aside .widget #lang_sel > ul > li > a:after,
aside .widget #lang_sel_click > ul > li > a:after,
footer #lang_sel > ul > li > a:after,
footer #lang_sel_click > ul > li > a:after,
section.side_menu #lang_sel > ul > li > a:after,
section.side_menu #lang_sel_click > ul > li > a:after {
  font-family: ElegantIcons;
  font-size: 14px;
  content: "\33";
  position: absolute;
  top: 9px;
  right: 14px;
}
.header_top #lang_sel > ul > li > a:after,
.header_top #lang_sel_click > ul > li > a:after {
  top: 1px;
}
.header_top #lang_sel > ul > li > a,
.header_top #lang_sel_click > ul > li > a {
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
}
.header_top #lang_sel ul li a,
.header_top #lang_sel_click ul li a {
  height: 36px !important;
  line-height: 36px !important;
  padding: 0 15px !important;
  z-index: 2500;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header_bottom #lang_sel_list a,
.header_top #lang_sel_list a,
aside .widget #lang_sel_list a,
footer #lang_sel_list a,
section.side_menu #lang_sel_list a {
  display: block;
  font-size: 16px !important;
  color: #a2a2a2 !important;
  height: auto;
  line-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  cursor: pointer;
  background: 0 0 !important;
}
.header_bottom #lang_sel_list a {
  line-height: 22px !important;
}
.header_top #lang_sel_list ul li,
.header_top #lang_sel_list ul li a {
  display: inline-block !important;
  width: auto !important;
  float: left !important;
}
.header_top #lang_sel_list a {
  line-height: 33px !important;
}
.header_bottom #lang_sel_list ul li a.lang_sel_sel,
.header_bottom #lang_sel_list ul li:hover > a,
aside .widget #lang_sel_list ul li a.lang_sel_sel,
aside .widget #lang_sel_list ul li:hover > a {
  color: #000 !important;
}
.footer_bottom_holder #lang_sel_list ul li a.lang_sel_sel,
.footer_bottom_holder #lang_sel_list ul li:hover > a,
.header_bottom #lang_sel ul > li:hover > a,
.header_bottom #lang_sel_click > ul > li:hover a,
aside .widget #lang_sel > ul > li:hover > a,
aside .widget #lang_sel_click > ul > li:hover > a {
  color: #000 !important;
  border: none !important;
}
footer #lang_sel_list ul li a.lang_sel_sel,
footer #lang_sel_list ul li:hover > a,
section.side_menu #lang_sel_list ul li a.lang_sel_sel,
section.side_menu #lang_sel_list ul li:hover > a {
  color: #fff !important;
}
.header_top #lang_sel_list ul li a.lang_sel_sel,
.header_top #lang_sel_list ul li:hover > a {
  color: #000 !important;
}
.header_bottom #lang_sel ul ul,
.header_bottom #lang_sel_click ul ul,
aside .widget #lang_sel ul ul,
aside .widget #lang_sel_click ul ul,
footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
section.side_menu #lang_sel ul ul,
section.side_menu #lang_sel_click ul ul {
  width: 100%;
  height: auto;
  top: 36px;
  left: 0;
  padding: 0 !important;
  margin: 0;
  border: none !important;
  z-index: 2;
}
.header_bottom #lang_sel ul ul,
.header_bottom #lang_sel_click ul ul aside .widget #lang_sel ul ul,
aside .widget #lang_sel_click ul ul,
footer #lang_sel ul ul,
footer #lang_sel_click ul ul,
section.side_menu #lang_sel ul ul,
section.side_menu #lang_sel_click ul ul {
  background-color: #fff;
}
.header_bottom #lang_sel ul ul,
.header_bottom #lang_sel_click ul ul {
  background-color: #000;
}
.header_top #lang_sel ul ul,
.header_top #lang_sel_click ul ul {
  position: absolute;
  height: auto;
  top: 36px;
  left: 0;
  border: 0;
  z-index: 1000;
  background-color: #000;
  padding: 0 0 3px !important;
}
.header_bottom #lang_sel ul ul a,
.header_bottom #lang_sel_click ul ul a,
aside .widget #lang_sel ul ul a,
aside .widget #lang_sel_click ul ul a {
  border: none !important;
  padding: 8px 20px !important;
}
.header_bottom #lang_sel > ul > li > ul li:first-child,
.header_bottom #lang_sel_click > ul > li li:first-child,
.header_top #lang_sel > ul > li > ul li:first-child,
.header_top #lang_sel_click > ul > li > ul li:first-child {
  margin-top: 15px;
}
.header_bottom #lang_sel > ul > li > ul li:last-child,
.header_bottom #lang_sel_click > ul > li li:last-child,
.header_top #lang_sel > ul > li > ul li:last-child,
.header_top #lang_sel_click > ul > li > ul li:last-child {
  margin-bottom: 15px;
}
.header_bottom #lang_sel ul:hover ul a,
.header_bottom #lang_sel_click ul:hover ul a,
aside .widget #lang_sel ul:hover ul a,
aside .widget #lang_sel_click ul:hover ul a {
  border: none !important;
}
footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel_click ul ul a {
  color: #000 !important;
  border: none !important;
}
.header_top #lang_sel ul ul a,
.header_top #lang_sel_click ul ul a {
  color: #fff !important;
  border: 0 !important;
  text-transform: none !important;
  font-weight: 400 !important;
  font-size: 14px !important;
  letter-spacing: 1px;
}
.header_top #lang_sel ul ul a:hover,
.header_top #lang_sel_click ul ul a:hover {
  color: #18cfab !important;
}
footer #lang_sel ul ul a,
footer #lang_sel_click ul ul a,
section.side_menu #lang_sel ul ul a,
section.side_menu #lang_sel_click ul ul a {
  padding: 8px 20px !important;
}
footer #lang_sel ul ul a span,
footer #lang_sel_click ul ul a span,
section.side_menu #lang_sel ul ul a span,
section.side_menu #lang_sel_click ul ul a span {
  color: #a2a2a2 !important;
  -webkit-transition: color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out;
  -o-transition: color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
.footer_bottom_holder #lang_sel ul ul a:hover,
.footer_bottom_holder #lang_sel ul ul a:hover span,
.footer_bottom_holder #lang_sel_click ul ul a:hover,
.footer_bottom_holder #lang_sel_click ul ul a:hover span,
aside .widget #lang_sel ul ul a:hover,
aside .widget #lang_sel_click ul ul a:hover {
  color: #000 !important;
}
footer #lang_sel ul ul a:hover,
footer #lang_sel ul ul a:hover span,
footer #lang_sel_click ul ul a:hover,
footer #lang_sel_click ul ul a:hover span,
section.side_menu #lang_sel ul ul a:hover,
section.side_menu #lang_sel ul ul a:hover span,
section.side_menu #lang_sel_click ul ul a:hover,
section.side_menu #lang_sel_click ul ul a:hover span {
  color: #000 !important;
}
.header_top #lang_sel > ul > li:hover > a,
.header_top #lang_sel_click > ul > li:hover > a {
  color: #000 !important;
}
.header_top #lang_sel ul ul a:hover,
.header_top #lang_sel_click ul ul a:hover {
  color: #18cfab !important;
}
#lang_sel ul ul a img,
#lang_sel_click ul ul a img {
  margin-right: 6px !important;
}
footer #lang_sel ul ul a span,
footer #lang_sel_click ul ul a span {
  line-height: normal !important;
}
#lang_sel img {
  position: absolute !important;
  top: 12px !important;
  left: 42px;
}
#lang_sel > ul > li > a.lang_sel_sel:after {
  right: 10px;
}
footer {
  display: block;
  width: 100%;
  margin: 0 auto;
  z-index: 100;
  position: relative;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer.footer_overlapped {
  z-index: 99;
}
footer.uncover {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
  -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
  -webkit-transform: translateZ(0);
}
footer.uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-date,
footer.uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-number,
footer.uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-quiz,
footer.uncover .cf7_custom_style_2 input.wpcf7-form-control.wpcf7-text,
footer.uncover .cf7_custom_style_2 select.wpcf7-form-control.wpcf7-select,
footer.uncover .cf7_custom_style_2 textarea.wpcf7-form-control.wpcf7-textarea {
  transform: none;
}
.boxed footer {
  width: 100% !important;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
footer.disable_footer {
  display: none;
}
.right_side_menu_opened footer.uncover {
  left: -270px;
}
footer .footer_inner {
  position: relative;
}
footer .container {
  background-color: inherit;
}
footer .container_inner {
  position: relative;
}
footer .container_inner > .widget {
  text-align: center;
}
footer a {
  text-decoration: none;
}
.footer_bottom_border_holder,
.footer_top_border_holder {
  position: relative;
  display: block;
  width: 100%;
}
.footer_bottom_border_holder.in_grid,
.footer_top_border_holder.in_grid {
  width: 1100px;
  margin: 0 auto;
}
.footer_top_holder {
  display: block;
  background-color: #1d2022;
  position: relative;
  background-position: center center;
  background-size: cover;
}
.footer_ingrid_border_holder_outer {
  background-color: #393939;
}
.footer_top:not(.footer_top_full) .container_inner {
  padding: 63px 0 68px;
}
.footer_top.footer_top_full {
  padding: 63px 55px 68px;
}
.footer_top .widget h4 {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 1px;
  font-weight: 900;
}
.footer_top ul {
  list-style: none;
}
.footer_top .textwidget,
.footer_top .widget_recent_entries > ul > li > span,
.footer_top a,
.footer_top li,
.footer_top p {
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  word-wrap: break-word;
}
.footer_top a {
  line-height: 46px;
}
.footer_top a:hover {
  color: #fff;
}
.footer_top a img {
  vertical-align: middle;
}
footer.footer_border_columns .footer_top .mkd_column {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
footer.footer_border_columns .footer_top .mkd_column:first-child {
  border: none;
}
footer.footer_border_columns .mkd_column > .column_inner {
  padding: 0 30px;
}
footer.footer_border_columns .mkd_column:first-child > .column_inner {
  padding-left: 0;
}
footer.footer_border_columns .mkd_column:last-child > .column_inner {
  padding-right: 0;
}
.footer_top #wp-calendar caption,
.footer_top .widget.widget_rss li a.rsswidget {
  color: #8d8d8d;
}
.footer_top .widget_meta > ul > li,
.footer_top .widget_nav_menu ul li,
.footer_top .widget_pages ul li,
.footer_top .widget_recent_comments > ul > li,
.footer_top .widget_recent_entries > ul > li {
  padding: 0;
  position: relative;
}
.footer_top .widget_categories ul ul,
.footer_top .widget_nav_menu ul li ul,
.footer_top .widget_pages ul li ul {
  padding: 0 0 0 10px;
}
.footer_top .widget_meta > ul > li > a,
.footer_top .widget_nav_menu ul li a,
.footer_top .widget_pages > ul > li > a,
.footer_top .widget_recent_comments > ul > li > a,
.footer_top .widget_recent_entries > ul > li > a,
.footer_top .widget_recent_entries > ul > li > span {
  display: inline-block;
}
.footer_bottom_holder {
  display: table;
  width: 100%;
  background-color: #1d2022;
  vertical-align: middle;
  text-align: center;
  height: 120px;
  box-sizing: border-box;
}
.footer_top_holder svg.oblique-section polygon {
  fill: #f6f6f6;
}
.footer_bottom_holder_inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.footer_bottom_holder .column_inner {
  text-align: center;
  vertical-align: middle;
}
.footer_bottom_holder .three_columns .column1 .column_inner {
  text-align: left;
}
.footer_bottom_holder .three_columns .column2 .column_inner {
  text-align: center;
}
.footer_bottom_holder .three_columns .column3 .column_inner {
  text-align: right;
}
.footer_bottom_holder .two_columns_50_50 .column1 .column_inner {
  text-align: left;
}
.footer_bottom_holder .two_columns_50_50 .column2 .column_inner {
  text-align: right;
}
.footer_bottom_border_bottom_holder {
  clear: both;
}
.footer_bottom_holder p,
.footer_bottom_holder span,
.footer_bottom_holder ul li a {
  margin: 0;
  color: #fff;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 900;
  text-transform: uppercase;
}
.footer_bottom_holder ul li a:hover {
  color: #18cfab;
}
footer #wp-calendar tbody td,
footer .widget_calendar table tbody tr,
footer .widget_calendar table thead tr {
  border-color: #a2a2a2;
}
.footer_bottom_holder ul {
  list-style: none;
}
.footer_bottom_holder ul .sub-menu {
  display: none;
}
.footer_bottom_holder ul li {
  display: inline-block;
  margin-right: 41px;
}
.footer_bottom_holder ul li:last-child {
  margin-right: 0;
}
.mkd_font_elegant_icon {
  font-family: ElegantIcons !important;
}
.mkd_icon_shortcode .fa {
  font-family: fontawesome !important;
}
.mkd_instagram_feed {
  overflow: hidden;
}
.mkd_instagram_feed li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  opacity: 0;
}
.mkd_instagram_feed li img {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.mkd_instagram_feed.col_15 li {
  width: 6.666666666666667%;
}
.mkd_instagram_feed.col_12 li {
  width: 8.333333333333333%;
}
.mkd_instagram_feed.col_9 li {
  width: 11.11111111111111%;
}
.mkd_instagram_feed.col_6 li {
  width: 16.66666666666667%;
}
.mkd_instagram_feed.col_4 li {
  width: 25%;
}
.mkd_instagram_feed.col_3 li {
  width: 33.33%;
}
.mkd_instagram_feed.col_2 li {
  width: 50%;
}
.mkd_instagram_feed li a:after {
  content: "\f16d";
  font-family: FontAwesome;
  color: #fff;
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
  -webkit-transition: opacity 0.2s ease-in-out, -webkit-transform 0.3s ease-out;
  transition: opacity 0.2s ease-in-out, transform 0.3s ease-out;
  opacity: 0;
  -webkit-backface-visibility: hidden;
}
.mkd_instagram_feed li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(22, 22, 22, 0.75);
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
.mkd_instagram_feed li:hover a:after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) translateZ(0) scale(1);
  transform: translate(-50%, -50%) translateZ(0) scale(1);
}
.mkd_instagram_feed li:hover a:before {
  opacity: 1;
}
.widget_mkd_instagram_widget .mkd_instagram_feed {
  max-width: 100% !important;
}
.wpcf7 {
  font-family: Open-Sans, sans-serif;
}
input.wpcf7-form-control.wpcf7-date,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  width: 100%;
}
input.wpcf7-form-control.wpcf7-date,
input.wpcf7-form-control.wpcf7-number,
input.wpcf7-form-control.wpcf7-quiz,
input.wpcf7-form-control.wpcf7-text,
select.wpcf7-form-control.wpcf7-select,
textarea.wpcf7-form-control.wpcf7-textarea {
  padding: 15px 17px;
  border: 1px solid #dadadb;
  outline: 0;
  resize: none;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  background-color: #fff;
  color: #283033;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
span.wpcf7-not-valid-tip {
  font-size: 14px;
  text-align: left;
  position: relative;
}
textarea.wpcf7-form-control.wpcf7-textarea {
  overflow: hidden;
  vertical-align: middle;
}
input.wpcf7-form-control.wpcf7-date:focus,
input.wpcf7-form-control.wpcf7-number:focus,
input.wpcf7-form-control.wpcf7-quiz:focus,
input.wpcf7-form-control.wpcf7-text:focus,
select.wpcf7-form-control.wpcf7-select:focus,
textarea.wpcf7-form-control.wpcf7-textarea:focus {
  color: #7f8385;
  border-color: #18cfab;
}
input.wpcf7-form-control.wpcf7-quiz {
  margin-left: 15px;
}
span.wpcf7-form-control-wrap
  .wpcf7-form-control.wpcf7-checkbox
  input[type="checkbox"],
span.wpcf7-form-control-wrap
  .wpcf7-form-control.wpcf7-radio
  input[type="radio"] {
  position: relative;
  top: 2px;
}
span.wpcf7-form-control-wrap
  .wpcf7-form-control.wpcf7-checkbox
  input[type="checkbox"] {
  margin-left: 5px;
}
input.wpcf7-form-control.wpcf7-range {
  width: 100%;
}
div.wpcf7-response-output {
  position: relative;
  padding: 17px 30px 17px 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  margin-left: 0;
  margin-right: 0;
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: none;
}
div.wpcf7-response-output:before {
  font-family: FontAwesome, sans-serif;
  width: 20px;
  height: 20px;
  display: inline-block;
  color: #fff;
  position: absolute;
  left: 25px;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #a8ba53;
}
div.wpcf7-response-output.wpcf7-mail-sent-ok:before {
  content: "\f087";
}
div.wpcf7-response-output.wpcf7-validation-errors {
  background-color: #e44141;
}
div.wpcf7-response-output.wpcf7-validation-errors:before {
  content: "\f12a";
}
div.wpcf7 img.ajax-loader {
  margin-left: -20px;
  display: none;
}
.wpcf7 .two_columns_66_33 .column_inner,
.wpcf7 .two_columns_75_25 .column_inner {
  padding: 0 10px 0 0;
}
.three_columns_form_without_space,
.two_columns_form_without_space {
  display: table;
  width: 100%;
}
.three_columns_form_without_space .column_left,
.two_columns_form_without_space .column_left {
  display: table-cell;
  vertical-align: middle;
}
.three_columns_form_without_space .column_center {
  display: table-cell;
  vertical-align: middle;
}
.three_columns_form_without_space .column_right,
.two_columns_form_without_space .column_right {
  display: table-cell;
  width: 1%;
  text-align: left;
  vertical-align: middle;
}
.three_columns_form_with_space,
.two_columns_form_with_space {
  display: table;
  width: 100%;
}
.three_columns_form_with_space .column_left,
.two_columns_form_with_space .column_left {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
}
.three_columns_form_with_space .column_center {
  display: table-cell;
  vertical-align: top;
  padding-right: 5px;
  padding-left: 5px;
}
.three_columns_form_with_space .column_right,
.two_columns_form_with_space .column_right {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  padding-left: 5px;
}
.three_columns_form_with_space .column_25,
.three_columns_form_without_space .column_25,
.two_columns_form_with_space .column_25,
.two_columns_form_without_space .column_25 {
  width: 25%;
}
.three_columns_form_with_space .column_33,
.three_columns_form_without_space .column_33,
.two_columns_form_with_space .column_33,
.two_columns_form_without_space .column_33 {
  width: 33.33%;
}
.three_columns_form_with_space .column_50,
.three_columns_form_without_space .column_50,
.two_columns_form_with_space .column_50,
.two_columns_form_without_space .column_50 {
  width: 50%;
}
.three_columns_form_with_space .column_66,
.three_columns_form_without_space .column_66,
.two_columns_form_with_space .column_66,
.two_columns_form_without_space .column_66 {
  width: 66.66%;
}
.three_columns_form_with_space .column_75,
.three_columns_form_without_space .column_75,
.two_columns_form_with_space .column_75,
.two_columns_form_without_space .column_75 {
  width: 75%;
}
.full_screen_holder {
  position: relative;
  display: block;
  z-index: 100;
}
.full_screen_inner {
  height: 100%;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  visibility: hidden;
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 !important;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -28px;
}
.content.content_top_margin .fp-controlArrow {
  margin-top: -78px;
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 28.5px 24px 28.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 28.5px 0 28.5px 24px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: scroll;
}
.fp-easing {
  -webkit-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
.vertical_menu_enabled .full_screen_holder {
  padding-left: 290px;
}
.vertical_menu_enabled.vertical_menu_width_350 .full_screen_holder {
  padding-left: 350px;
}
.vertical_menu_enabled.vertical_menu_width_400 .full_screen_holder {
  padding-left: 400px;
}
.boxed.vertical_menu_enabled .full_screen_holder {
  padding-left: 0;
}
@media only screen and (max-width: 1000px) {
  .vertical_menu_enabled .full_screen_holder,
  .vertical_menu_enabled.vertical_menu_width_350 .full_screen_holder,
  .vertical_menu_enabled.vertical_menu_width_400 .full_screen_holder {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.hide_navigation .full_screen_navigation_holder {
  display: none !important;
}
.full_screen_navigation_holder {
  position: fixed;
  left: 0;
  bottom: 45px;
  width: 100%;
  display: block;
  text-align: center;
  z-index: 10000;
  visibility: hidden;
}
.full_screen_navigation_inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.full_screen_navigation_inner a {
  display: inline-block;
  vertical-align: middle;
  color: #efe0c6;
  font-size: 50px;
  line-height: 1em;
  -webkit-transition: opacity 0.15s ease-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -moz-transition: opacity 0.15s ease-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -ms-transition: opacity 0.15s ease-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  -o-transition: opacity 0.15s ease-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
  transition: opacity 0.15s ease-out, color 0.3s ease-in-out,
    background-color 0.3s ease-in-out;
}
.full_screen_navigation_inner a:hover {
  color: #eac786;
}
.full_screen_navigation_inner span {
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}
.full_screen_preloader {
  position: absolute;
  height: 1200px;
  width: 100%;
  display: block;
  background-color: #1c1c1c;
  z-index: 10001;
}
.full_screen_preloader .ajax_loader {
  display: block !important;
}
.full_screen_sections_video {
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-size: 100% 100%;
  background-color: #000;
  background-position: center center;
  background-size: contain;
  object-fit: cover;
}
@media only screen and (min-width: 1000px) {
  .vertical_menu_enabled.vertical_menu_width_290 .full_screen_navigation_inner {
    margin-left: 290px;
  }
  .vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right
    .full_screen_navigation_inner {
    margin-left: 0;
    margin-right: 290px;
  }
  .vertical_menu_enabled.vertical_menu_width_350 .full_screen_navigation_inner {
    margin-left: 350px;
  }
  .vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right
    .full_screen_navigation_inner {
    margin-left: 0;
    margin-right: 350px;
  }
  .vertical_menu_enabled.vertical_menu_width_400 .full_screen_navigation_inner {
    margin-left: 400px;
  }
  .vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right
    .full_screen_navigation_inner {
    margin-left: 0;
    margin-right: 400px;
  }
  .vertical_menu_enabled.vertical_menu_width_290.vertical_menu_hidden
    .full_screen_navigation_inner,
  .vertical_menu_enabled.vertical_menu_width_350.vertical_menu_hidden
    .full_screen_navigation_inner,
  .vertical_menu_enabled.vertical_menu_width_400.vertical_menu_hidden
    .full_screen_navigation_inner {
    margin-left: 40px;
  }
  .vertical_menu_enabled.vertical_menu_width_290.vertical_menu_hidden.vertical_menu_right
    .full_screen_navigation_inner,
  .vertical_menu_enabled.vertical_menu_width_350.vertical_menu_hidden.vertical_menu_right
    .full_screen_navigation_inner,
  .vertical_menu_enabled.vertical_menu_width_400.vertical_menu_hidden.vertical_menu_right
    .full_screen_navigation_inner {
    margin-left: 0;
    margin-right: 40px;
  }
}
#fp-nav {
  position: fixed;
  z-index: 1000;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
}
#fp-nav.right {
  right: 17px;
}
#fp-nav.left {
  left: 17px;
}
#fp-nav ul {
  margin: 0;
  padding: 0;
}
#fp-nav li {
  display: block;
  margin: 13px 7px;
  width: 8px;
  height: 8px;
  position: relative;
}
#fp-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav li .active span {
  background-color: #000;
}
#fp-nav.light li .active span {
  background-color: #fff;
}
#fp-nav.dark li .active span {
  background-color: #000;
}
#fp-nav span {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#fp-nav.light span {
  border-color: #fff;
}
#fp-nav.dark span {
  border-color: #000;
}
#social_icons_widget {
  position: fixed;
  display: block;
  right: 20px;
  top: 20%;
  width: 40px;
  z-index: 9999;
}
#social_icons_widget .social_icons_widget_inner {
  position: relative;
  display: block;
}
#social_icons_widget .mkd_social_icon_holder {
  opacity: 0;
  -webkit-transition: opacity 0.7s ease-out;
  -moz-transition: opacity 0.7s ease-out;
  -o-transition: opacity 0.7s ease-out;
  transition: opacity 0.7s ease-out;
  margin: 0 0 4px 0 !important;
}
#social_icons_widget.loaded .mkd_social_icon_holder {
  opacity: 1;
}
#social_icons_widget .mkd_icon_shade.circle,
#social_icons_widget .mkd_icon_shade.square {
  background-color: #fff;
}
#social_icons_widget .mkd_icon_shade.circle:hover,
#social_icons_widget .mkd_icon_shade.square:hover {
  background-color: #18cfab;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(3) {
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(4) {
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(5) {
  -webkit-transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(6) {
  -webkit-transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(7) {
  -webkit-transition-delay: 1.1s;
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(8) {
  -webkit-transition-delay: 1.3s;
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(9) {
  -webkit-transition-delay: 1.5s;
  -moz-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
#social_icons_widget .mkd_social_icon_holder:nth-child(10) {
  -webkit-transition-delay: 1.7s;
  -moz-transition-delay: 1.7s;
  -o-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.wpb_flickr_widget .flickr_badge_image img {
  height: auto;
}
.wpb_flickr_widget.two .flickr_badge_image {
  width: 47.5%;
  margin: 0 5% 5% 0;
  height: auto;
}
.wpb_flickr_widget.three .flickr_badge_image {
  width: 30.6%;
  margin: 0 4.1% 4.1% 0;
  height: auto;
}
.wpb_flickr_widget.four .flickr_badge_image {
  width: 22.5%;
  margin: 0 3.33333333333% 3.33333333333% 0;
  height: auto;
}
.wpb_flickr_widget.four .flickr_badge_image:nth-child(4n + 1),
.wpb_flickr_widget.three .flickr_badge_image:nth-child(3n + 1),
.wpb_flickr_widget.two .flickr_badge_image:nth-child(2n + 1) {
  margin: 0;
}
.countdown-rtl {
  direction: rtl;
}
.countdown-row {
  clear: both;
  width: 100%;
  padding: 0 2px;
  text-align: center;
}
.countdown-show1 .countdown-section {
  width: 98%;
}
.countdown-show2 .countdown-section {
  width: 48%;
}
.countdown-show3 .countdown-section {
  width: 32.5%;
}
.countdown-show4 .countdown-section {
  width: 24.5%;
}
.countdown-show5 .countdown-section {
  width: 19.5%;
}
.countdown-show6 .countdown-section {
  width: 16.25%;
}
.countdown-show7 .countdown-section {
  width: 14%;
}
.countdown {
  font-weight: 700;
}
.countdown-section {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  font-weight: inherit;
}
.countdown-amount {
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  margin-bottom: 20px;
  color: inherit;
}
.countdown_separator {
  display: none;
  width: 39px;
  height: 2px;
  background-color: #818181;
  margin: 25px 0;
  opacity: 0.3;
}
.countdown.show_separator .countdown_separator {
  display: inline-block;
}
.countdown.show_separator .countdown-amount {
  margin: 0;
}
.countdown-period {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: inherit;
}
.countdown-descr {
  display: block;
  width: 100%;
}
@media only screen and (max-width: 1000px) {
  .countdown-amount {
    font-size: 50px !important;
    line-height: 50px !important;
  }
  .countdown-period {
    font-size: 15px !important;
  }
  .countdown_separator {
    width: 30px;
  }
}
@media only screen and (max-width: 600px) {
  .countdown-amount {
    font-size: 40px !important;
    line-height: 40px !important;
    margin-bottom: 15px;
  }
  .countdown-period {
    font-size: 12px !important;
  }
  .countdown_separator {
    width: 20px;
    margin: 25px 0 20px 0;
  }
}
@media only screen and (max-width: 600px) {
  .countdown-amount {
    font-size: 35px !important;
    line-height: 35px !important;
    margin-bottom: 10px;
  }
  .countdown-period {
    font-size: 10px !important;
  }
  .countdown_separator {
    width: 15px;
    margin: 20px 0 15px 0;
  }
}
.vertical_split_slider {
  opacity: 0;
  position: relative;
  margin: 0 -2px;
  overflow: hidden;
}
.vertical_split_slider_preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #1c1c1c;
  left: 0;
  top: 0;
  z-index: 10001;
}
.vertical_split_slider_preloader .ajax_loader {
  position: absolute;
  display: block;
}
.vertical_split_slider .ms-left {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50%;
}
.vertical_split_slider .ms-right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 10000px;
  width: 50%;
}
.ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 20px;
}
.vertical_split_slider .ms-left .ms-section {
  background-position: 100% center !important;
}
.vertical_split_slider .ms-right .ms-section {
  background-position: 0 center !important;
}
.ms-section.ms-table {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.ms-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.ms-easing {
  -webkit-transition: all 0.7s ease-out;
  -moz-transition: all 0.7s ease-out;
  -o-transition: all 0.7s ease-out;
  transition: all 0.7s ease-out;
}
#multiscroll-nav {
  position: fixed;
  z-index: 1000;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  transition: opacity 0.5s ease-out;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
}
#multiscroll-nav.right {
  right: 17px;
}
#multiscroll-nav.left {
  left: 17px;
}
#multiscroll-nav ul {
  margin: 0;
  padding: 0;
}
#multiscroll-nav li {
  display: block;
  width: 8px;
  height: 8px;
  margin: 13px 7px;
  position: relative;
}
#multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#multiscroll-nav li .active span {
  background-color: #000;
}
#multiscroll-nav.light li .active span {
  background-color: #fff;
}
#multiscroll-nav.dark li .active span {
  background-color: #000;
}
#multiscroll-nav span {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  background-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
#multiscroll-nav.light span {
  border-color: #fff;
}
#multiscroll-nav.dark span {
  border-color: #000;
}
.multiscroll-tooltip {
  position: absolute;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  top: -2px;
  white-space: nowrap;
  max-width: 220px;
}
.multiscroll-tooltip.right {
  right: 20px;
}
.multiscroll-tooltip.left {
  left: 20px;
}
.fullscreen_search_opened #multiscroll-nav {
  opacity: 0;
}
.vertical_split_slider_responsive {
  display: none;
}
#multiscroll-nav li a {
  display: inline-block;
  transform: scale(1, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0.29, 1, 1.83) 0.35s;
  transform-origin: center;
}
#multiscroll-nav li a:not(.active) {
  transition: opacity 0.2s ease-out;
}
#multiscroll-nav li a:hover:not(.active) {
  opacity: 0.7;
}
#multiscroll-nav li a.active {
  transform: scale(1.4, 1.4);
}
@media only screen and (max-width: 1000px) {
  .vertical_split_screen_initalized body {
    overflow-y: visible !important;
    height: auto !important;
  }
  #multiscroll-nav,
  .vertical_split_slider {
    display: none;
  }
  .vertical_split_slider_responsive {
    display: block;
  }
  .ms-section {
    background-position: center center;
  }
}
.post-password-form {
  width: 100%;
}
.post-password-form p {
  margin-bottom: 20px;
}
.preload_background,
.preload_parallax_layers {
  background-repeat: repeat !important;
  background-color: transparent !important;
  background-attachment: scroll !important;
  background-size: inherit !important;
  animation: animatedBackground 40s linear infinite;
  -webkit-animation: animatedBackground 40s linear infinite;
}
.preload_parallax_layers .image {
  display: none;
}
@-webkit-keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
@keyframes animatedBackground {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 100% 0;
  }
}
.paspartu_outer {
  padding: 0 2% 0 2%;
  z-index: 99;
}
.paspartu_outer:not(.paspartu_on_bottom_fixed) {
  position: relative;
}
.paspartu_outer .content_wrapper {
  padding: 0 2% 2% 2%;
  box-sizing: border-box;
}
.paspartu_on_top_fixed .fixed_top_header .top_header,
.paspartu_on_top_fixed .paspartu_outer .content_wrapper,
.paspartu_on_top_fixed header,
body:not(.paspartu_on_top_fixed)
  .paspartu_outer
  .content:not(.has_slider)
  .content_inner {
  padding-top: 2%;
}
.paspartu_left,
.paspartu_right {
  position: absolute;
  height: 100%;
  width: 2%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 101;
}
.paspartu_outer:not(.paspartu_on_bottom_fixed):not(.disable_top_paspartu):not(disable_bottom_paspartu)
  .paspartu_left,
.paspartu_outer:not(.paspartu_on_bottom_fixed):not(.disable_top_paspartu):not(disable_bottom_paspartu)
  .paspartu_right {
  height: 200%;
  margin: -20% 0;
}
.paspartu_right {
  left: auto;
  right: 0;
}
.paspartu_top {
  position: fixed;
  padding-top: 2%;
  height: 0;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 200;
}
.mkd_slider_bottom_paspartu,
.paspartu_bottom {
  position: relative;
  padding-top: 2%;
  height: 0;
  width: 100%;
  background-color: #fff;
  z-index: 200;
}
.paspartu_on_bottom_fixed .paspartu_bottom {
  position: fixed;
  bottom: 0;
  left: 0;
}
.title.paspartu_below_tittle {
  margin-bottom: 2%;
}
.paspartu_on_bottom_fixed footer {
  margin-bottom: 2%;
}
body.paspartu_on_top_fixed.paspartu_on_bottom_fixed .popup_menu_holder_outer {
  padding: 2%;
  box-sizing: border-box;
}
.paspartu_enabled #multiscroll-nav.right {
  padding-right: 2%;
}
.paspartu_outer .content:not(.has_slider) .content_inner,
.paspartu_outer .mkd_slider {
  background-color: #fff;
}
body:not(.paspartu_on_top_fixed)
  .paspartu_outer:not(.disable_top_paspartu)
  .carousel-inner {
  position: relative;
  height: 100% !important;
}
.paspartu_outer.paspartu_on_bottom_slider .carousel-inner .item .image,
.paspartu_outer:not(.disable_top_paspartu) .carousel-inner .item .image {
  height: 100%;
}
.mkd_slider_bottom_paspartu {
  position: absolute;
  bottom: 0;
  left: 0;
}
.paspartu_outer.disable_top_paspartu .content:not(.has_slider) .content_inner {
  padding-top: 0 !important;
}
.paspartu_outer.disable_bottom_paspartu,
.paspartu_outer.paspartu_on_bottom_fixed {
  padding-bottom: 0 !important;
}
header.paspartu_header_alignment .header_bottom,
header.paspartu_header_alignment .mkd_search_form_3 .form_holder {
  padding: 0 2%;
}
header.stick_with_left_right_menu.paspartu_header_alignment
  .header_full_width
  nav.main_menu.left_side {
  left: 2%;
  width: 48%;
}
header.stick_with_left_right_menu.paspartu_header_alignment
  .header_full_width
  nav.main_menu.right_side {
  right: 2%;
  width: 48%;
}
header.paspartu_header_inside .mkd_search_form_3 .form_holder {
  padding: 0;
}
header.paspartu_header_alignment .mkd_search_form_3 .mkd_search_close,
header.paspartu_header_inside .mkd_search_form_3 .mkd_search_close {
  right: 0;
}
.paspartu_enabled.vertical_menu_enabled header,
header.paspartu_header_inside {
  padding-left: 2%;
  padding-right: 2%;
  box-sizing: border-box;
}
.paspartu_on_top_fixed:not(.paspartu_on_bottom_fixed) .popup_menu_holder_outer {
  z-index: 201;
}
.paspartu_enabled .header_inner {
  position: relative;
}
.paspartu_enabled .popup_menu_holder_inner,
footer.paspartu_footer_alignment .footer_bottom_holder,
footer.paspartu_footer_alignment .footer_top_holder {
  padding-left: 2%;
  padding-right: 2%;
}
.paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .mkd_search_form_3 {
  margin-top: 2%;
}
.paspartu_enabled .vertical_split_slider_preloader,
.paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .mkd_search_form_3,
header.paspartu_header_inside.fixed_top_header .top_header {
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
}
.paspartu_enabled
  .paspartu_outer:not(.disable_top_paspartu)
  .vertical_split_slider {
  margin-top: -2%;
}
.paspartu_enabled
  .paspartu_outer:not(.disable_bottom_paspartu)
  .vertical_split_slider {
  margin-bottom: -2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background,
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button,
.paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area,
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled
  .carousel-inner:not(.relative_position) {
  margin-left: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled.vertical_menu_right
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
  .vertical_area_background,
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
  .vertical_menu_hidden_button,
.paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
  aside.vertical_menu_area {
  margin-left: 0;
  margin-right: 2%;
}
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background,
.paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button,
.paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area {
  margin-top: 2%;
}
.paspartu_enabled.vertical_menu_enabled.vertical_menu_hidden
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer.paspartu_on_bottom_slider
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer:not(.disable_top_paspartu)
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer.paspartu_on_bottom_slider
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer:not(.disable_top_paspartu)
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer.paspartu_on_bottom_slider
  .carousel-inner:not(.relative_position),
.paspartu_enabled.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden):not(.vertical_menu_transparency)
  .paspartu_outer:not(.disable_top_paspartu)
  .carousel-inner:not(.relative_position) {
  left: 0 !important;
  margin-left: 0 !important;
}
.vertical_menu_enabled.paspartu_on_top_fixed header {
  padding: 0 !important;
}
.paspartu_border_on_edges .paspartu_top:after {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  background-color: #e6e6e6;
  width: 96%;
  left: 2%;
}
.paspartu_border_on_edges .paspartu_left {
  box-sizing: border-box;
  border-right: 1px solid #e6e6e6;
}
.paspartu_border_on_edges .paspartu_right {
  box-sizing: border-box;
  border-left: 1px solid #e6e6e6;
}
.paspartu_border_on_edges .paspartu_bottom:before {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  background-color: #e6e6e6;
  width: 96%;
  left: 2%;
}
.paspartu_enabled.vertical_menu_outside_paspartu aside.vertical_menu_area {
  z-index: 500;
}
body.vertical_menu_outside_paspartu.paspartu_on_top_fixed .paspartu_outer {
  padding-top: 2%;
}
body.paspartu_on_top_fixed.vertical_menu_outside_paspartu
  .paspartu_outer
  .content
  .content_inner {
  padding-top: 0 !important;
}
@media only screen and (min-width: 1000px) {
  .vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_290
    .content_wrapper {
    margin-left: 2%;
    padding-left: 290px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_350
    .content_wrapper {
    margin-left: 2%;
    padding-left: 350px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_left.vertical_menu_width_400
    .content_wrapper {
    margin-left: 2%;
    padding-left: 400px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290
    .content_wrapper {
    margin-right: 2%;
    padding-right: 290px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350
    .content_wrapper {
    margin-right: 2%;
    padding-right: 350px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400
    .content_wrapper {
    margin-right: 2%;
    padding-right: 400px;
    width: 98%;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_290
    .paspartu_middle_inner {
    padding-left: 290px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_290 .paspartu_left {
    left: 290px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_350
    .paspartu_middle_inner {
    padding-left: 350px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_350 .paspartu_left {
    left: 350px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_400
    .paspartu_middle_inner {
    padding-left: 400px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_width_400 .paspartu_left {
    left: 400px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290
    .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 290px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290
    .paspartu_left {
    left: 0;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_290
    .paspartu_right {
    right: 290px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350
    .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 350px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350
    .paspartu_left {
    left: 0;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_350
    .paspartu_right {
    right: 350px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400
    .paspartu_middle_inner {
    padding-left: 0;
    padding-right: 400px;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400
    .paspartu_left {
    left: 0;
  }
  .vertical_menu_outside_paspartu.vertical_menu_right.vertical_menu_width_400
    .paspartu_right {
    right: 400px;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_left:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-left: 0;
    padding-right: 0;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_left:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-left: 0;
    padding-right: 0;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_left:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-left: 0;
    padding-right: 0;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-right: 0;
    padding-left: 0;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-right: 0;
    padding-left: 0;
  }
  body.vertical_menu_outside_paspartu.page-template-blog-masonry-full-width-php.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden)
    .content
    .full_width {
    padding-right: 0;
    padding-left: 0;
  }
}
.vertical_menu_outside_paspartu.vertical_menu_enabled .content .container,
.vertical_menu_outside_paspartu.vertical_menu_enabled .content_bottom,
.vertical_menu_outside_paspartu.vertical_menu_enabled .full_screen_holder,
.vertical_menu_outside_paspartu.vertical_menu_enabled .full_width,
.vertical_menu_outside_paspartu.vertical_menu_enabled .mkd_slider,
.vertical_menu_outside_paspartu.vertical_menu_enabled .title_outer,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .content
  .container,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .content_bottom,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .full_screen_holder,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .full_width,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .mkd_slider,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350
  .title_outer,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .content
  .container,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .content_bottom,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .full_screen_holder,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .full_width,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .mkd_slider,
.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400
  .title_outer {
  padding-left: 0;
  padding-right: 0;
}
.vertical_menu_outside_paspartu.vertical_menu_enabled .mkd_slider {
  padding-top: 0 !important;
}
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_hidden.vertical_menu_right
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_290.vertical_menu_right:not(.vertical_menu_hidden)
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_290:not(.vertical_menu_hidden)
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350.vertical_menu_right:not(.vertical_menu_hidden)
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_350:not(.vertical_menu_hidden)
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400.vertical_menu_right:not(.vertical_menu_hidden)
  .ajax_loader,
body.vertical_menu_outside_paspartu.vertical_menu_enabled.vertical_menu_width_400:not(.vertical_menu_hidden)
  .ajax_loader {
  margin-left: 0;
}
@media only screen and (min-width: 1024px) {
  header.paspartu_header_alignment:not(.stick_with_left_right_menu)
    .header_inner_left {
    left: 2%;
  }
  header.paspartu_header_alignment.stick.compound .bottom_right {
    right: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .paspartu_outer,
  .paspartu_outer .content_wrapper {
    padding: 0 2% 0 2% !important;
  }
  .mkd_slider_bottom_paspartu,
  .paspartu_bottom,
  .paspartu_on_top_fixed .fixed_top_header .top_header,
  .paspartu_on_top_fixed .paspartu_outer .content_wrapper,
  .paspartu_on_top_fixed header,
  .paspartu_top,
  body:not(.paspartu_on_top_fixed)
    .paspartu_outer
    .content:not(.has_slider)
    .content_inner {
    padding-top: 2% !important;
  }
  .paspartu_left,
  .paspartu_right {
    width: 2% !important;
  }
  header.paspartu_header_alignment .header_bottom,
  header.paspartu_header_alignment .mkd_search_form_3 .form_holder {
    padding: 0 2% !important;
  }
  .paspartu_enabled.vertical_menu_enabled header,
  header.paspartu_header_inside {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .title.paspartu_below_tittle {
    margin-bottom: 2% !important;
  }
  .paspartu_on_bottom_fixed footer {
    margin-bottom: 2% !important;
  }
  body.paspartu_on_top_fixed.paspartu_on_bottom_fixed .popup_menu_holder_outer {
    padding: 2% !important;
  }
  .paspartu_enabled #multiscroll-nav.right {
    padding-right: 2% !important;
  }
  .paspartu_enabled .popup_menu_holder_inner,
  footer.paspartu_footer_alignment {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
  .paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .mkd_search_form_3 {
    margin-top: 2%;
  }
  .paspartu_enabled .vertical_split_slider_preloader,
  .paspartu_enabled.paspartu_on_top_fixed .fixed_top_header .mkd_search_form_3,
  header.paspartu_header_inside.fixed_top_header .top_header {
    width: 96% !important;
    margin-left: 2% !important;
    margin-right: 2% !important;
  }
  .paspartu_enabled
    .paspartu_outer:not(.disable_top_paspartu)
    .vertical_split_slider {
    margin-top: -2% !important;
  }
  .paspartu_enabled
    .paspartu_outer:not(.disable_bottom_paspartu)
    .vertical_split_slider {
    margin-bottom: -2% !important;
  }
  .paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background,
  .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button,
  .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area,
  .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled
    .carousel-inner:not(.relative_position) {
    margin-left: 2% !important;
  }
  .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_enabled.vertical_menu_right
    .carousel-inner:not(.relative_position),
  .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
    .vertical_area_background,
  .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
    .vertical_menu_hidden_button,
  .paspartu_enabled.vertical_menu_inside_paspartu.vertical_menu_right
    aside.vertical_menu_area {
    margin-left: 0 !important;
    margin-right: 2% !important;
  }
  .paspartu_enabled.vertical_menu_inside_paspartu .vertical_area_background,
  .paspartu_enabled.vertical_menu_inside_paspartu .vertical_menu_hidden_button,
  .paspartu_enabled.vertical_menu_inside_paspartu aside.vertical_menu_area {
    margin-top: 2% !important;
  }
  body.vertical_menu_outside_paspartu.paspartu_on_top_fixed .paspartu_outer {
    padding-top: 2% !important;
  }
}
.paspartu_enabled #back_to_top:not(.center):not(.left) {
  margin-right: 2%;
}
.paspartu_enabled #back_to_top.left {
  margin-left: 2%;
}
.mkd_animated_elements_holder {
  position: relative;
  z-index: 20;
}
.mkd_borderline_content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.mkd_borderline_drawing {
  position: absolute;
  top: 0;
}
.mkd_borderline_drawing div {
  position: absolute;
}
.mkd_borderline_drawing div:first-child,
.mkd_borderline_drawing div:nth-child(3) {
  height: 2px;
}
.mkd_borderline_drawing div:nth-child(2),
.mkd_borderline_drawing div:nth-child(4) {
  width: 2px;
}
.mkd_borderline_drawing div:first-child {
  width: 0;
  top: 0;
  left: 0;
}
.mkd_borderline_drawing div.animate:first-child {
  width: 100%;
}
.mkd_borderline_drawing div:nth-child(2) {
  height: 0;
  top: 0;
  right: 0;
}
.mkd_borderline_drawing div.animate:nth-child(2) {
  height: 100%;
}
.mkd_borderline_drawing div:nth-child(3) {
  width: 0;
  right: 0;
  bottom: 0;
}
.mkd_borderline_drawing div.animate:nth-child(3) {
  width: 100%;
}
.mkd_borderline_drawing div:nth-child(4) {
  height: 0;
  bottom: 0;
  left: 0;
}
.mkd_borderline_drawing div.animate:nth-child(4) {
  height: 100%;
}
.mkd_box_simultaneous_line .mkd_borderline_drawing div:nth-child(2) {
  bottom: 0;
  right: 0;
  top: auto;
}
.mkd_box_simultaneous_line .mkd_borderline_drawing div:nth-child(4) {
  top: 0;
  left: 0;
  bottom: auto;
}
div.no_animate {
  transition: none;
  -webkit-transition: none;
}
.overlapping_content .title_outer {
  position: relative;
  z-index: 50;
}
.overlapping_content .content > .container {
  background-color: #f8f8f8;
}
.overlapping_content .content .content_inner > .container .overlapping_content,
.overlapping_content .content .content_inner > .full_width .full_width_inner {
  margin-top: -40px;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}
.overlapping_content.frame_around_overlapping_content
  .content
  .content_inner
  > .container
  .overlapping_content,
.overlapping_content.frame_around_overlapping_content
  .content
  .content_inner
  > .full_width
  .full_width_inner {
  padding: 15px;
  background-image: url(img/space_around_content_patern.png);
  background-repeat: repeat;
  background-position: 0 0;
}
.overlapping_content .title .title_holder .container {
  padding-bottom: 40px;
  box-sizing: border-box;
}
.overlapping_content .content .content_inner > .container {
  text-align: center;
}
.overlapping_content .content .content_inner > .container .overlapping_content {
  display: inline-block;
  vertical-align: middle;
  margin-right: auto;
  margin-left: auto;
}
.transparent_content.overlapping_content .content .content_inner > .container,
.transparent_content.overlapping_content
  .content
  .content_inner
  > .full_width
  > .full_width_inner {
  background-color: #fff;
}
.overlapping_content
  .content
  .content_inner
  > .container
  .overlapping_content
  .overlapping_content_inner {
  overflow: hidden;
  text-align: left;
  padding: 0 40px;
  background-color: #fff;
}
.overlapping_content_margin {
  margin: 0 -40px;
  display: block;
  position: relative;
}
.animate_overlapping_content .full_width,
.animate_overlapping_content .overlapping_content {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.animate_overlapping_content .full_width.start_animation,
.animate_overlapping_content .overlapping_content.start_animation {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 1200px) {
  .overlapping_content
    .content
    .content_inner
    > .container
    .overlapping_content
    .overlapping_content_inner {
    padding: 0 20px !important;
  }
  .overlapping_content_margin {
    margin: 0 -20px !important;
  }
}
@media only screen and (max-width: 1000px) {
  header .overlapping_content_margin {
    margin: 0 !important;
  }
}
@media only screen and (min-width: 1400px) {
  .grid_1300 .carousel-inner .slider_content_outer,
  .grid_1300 .container_inner nav.content_menu,
  .grid_1300 .footer_bottom_border_holder.in_grid,
  .grid_1300 .footer_top_border_holder.in_grid,
  .grid_1300 .header_top_bottom_holder .container_inner,
  .grid_1300 footer .container_inner,
  .grid_1300 nav.content_menu ul,
  .grid_1300.boxed nav.content_menu.fixed,
  .grid_1300.boxed:not(.has_general_padding) .section .section_inner,
  .grid_1300:not(.has_general_padding) .container_inner,
  .grid_1300:not(.has_general_padding) .grid_section .section_inner,
  .grid_1300:not(.has_general_padding)
    .parallax_grid_section
    .parallax_section_inner,
  body.grid_1300.has_general_padding .title_holder .container_inner {
    width: 1300px;
  }
  body.boxed.grid_1300 .carousel-inner,
  body.boxed.grid_1300 .content_wrapper,
  body.boxed.grid_1300 .footer_inner,
  body.boxed.grid_1300 .header_inner,
  body.boxed.grid_1300 .wrapper_inner,
  body.boxed.grid_1300.vertical_menu_enabled .carousel-inner {
    width: 1350px;
  }
}
@media only screen and (min-width: 1300px) {
  .grid_1200 .carousel-inner .slider_content_outer,
  .grid_1200 .container_inner nav.content_menu,
  .grid_1200 .footer_bottom_border_holder.in_grid,
  .grid_1200 .footer_top_border_holder.in_grid,
  .grid_1200 .header_top_bottom_holder .container_inner,
  .grid_1200 footer .container_inner,
  .grid_1200 nav.content_menu ul,
  .grid_1200.boxed nav.content_menu.fixed,
  .grid_1200.boxed:not(.has_general_padding) .section .section_inner,
  .grid_1200:not(.has_general_padding) .container_inner,
  .grid_1200:not(.has_general_padding) .grid_section .section_inner,
  .grid_1200:not(.has_general_padding)
    .parallax_grid_section
    .parallax_section_inner,
  body.grid_1200.has_general_padding .title_holder .container_inner {
    width: 1200px;
  }
  body.boxed.grid_1200 .carousel-inner,
  body.boxed.grid_1200 .content_wrapper,
  body.boxed.grid_1200 .footer_inner,
  body.boxed.grid_1200 .header_inner,
  body.boxed.grid_1200 .wrapper_inner,
  body.boxed.grid_1200.vertical_menu_enabled .carousel-inner {
    width: 1250px;
  }
}
@media only screen and (min-width: 1200px) {
  .grid_1000 .carousel-inner .slider_content_outer,
  .grid_1000 .container_inner nav.content_menu,
  .grid_1000 .footer_bottom_border_holder.in_grid,
  .grid_1000 .footer_top_border_holder.in_grid,
  .grid_1000 .header_top_bottom_holder .container_inner,
  .grid_1000 footer .container_inner,
  .grid_1000 nav.content_menu ul,
  .grid_1000.boxed nav.content_menu.fixed,
  .grid_1000.boxed:not(.has_general_padding) .section .section_inner,
  .grid_1000:not(.has_general_padding) .container_inner,
  .grid_1000:not(.has_general_padding) .grid_section .section_inner,
  .grid_1000:not(.has_general_padding)
    .parallax_grid_section
    .parallax_section_inner,
  body.grid_1000.has_general_padding .title_holder .container_inner {
    width: 1000px;
  }
  body.boxed.grid_1000 .carousel-inner,
  body.boxed.grid_1000 .content_wrapper,
  body.boxed.grid_1000 .footer_inner,
  body.boxed.grid_1000 .header_inner,
  body.boxed.grid_1000 .wrapper_inner,
  body.boxed.grid_1000.vertical_menu_enabled .carousel-inner {
    width: 1050px;
  }
}
@media only screen and (max-width: 1399px) and (min-width: 1300px) {
  body.boxed.has_general_padding:not(.grid_1000):not(.grid_1200)
    .wrapper_inner {
    width: 1150px;
  }
}
@media only screen and (max-width: 1299px) {
  body.boxed.has_general_padding:not(.grid_1000):not(.grid_1200)
    .wrapper_inner {
    width: 1150px;
  }
}
@media only screen and (min-width: 1300px) {
  body.boxed.has_general_padding:not(.grid_800):not(.grid_1000):not(.grid_1200):not(.grid_1300)
    .wrapper_inner {
    width: 1150px;
  }
}
@media only screen and (min-width: 1000px) {
  .grid_800 .carousel-inner .slider_content_outer,
  .grid_800 .container_inner nav.content_menu,
  .grid_800 .footer_bottom_border_holder.in_grid,
  .grid_800 .footer_top_border_holder.in_grid,
  .grid_800 .header_top_bottom_holder .container_inner,
  .grid_800 .title_holder .container_inner,
  .grid_800 footer .container_inner,
  .grid_800 nav.content_menu ul,
  .grid_800.boxed .footer_bottom_border_holder.in_grid,
  .grid_800.boxed .footer_top_border_holder.in_grid,
  .grid_800.boxed nav.content_menu.fixed,
  .grid_800.boxed:not(.has_general_padding) .section .section_inner,
  .grid_800:not(.has_general_padding) .container_inner,
  .grid_800:not(.has_general_padding) .grid_section .section_inner,
  .grid_800:not(.has_general_padding)
    .parallax_grid_section
    .parallax_section_inner,
  body.grid_800.has_general_padding .title_holder .container_inner {
    width: 800px;
  }
  body.boxed.grid_800 .carousel-inner,
  body.boxed.grid_800 .content_wrapper,
  body.boxed.grid_800 .footer_inner,
  body.boxed.grid_800 .header_inner,
  body.boxed.grid_800 .wrapper .wrapper_inner,
  body.boxed.grid_800.vertical_menu_enabled .carousel-inner {
    width: 850px;
  }
}
.grid-sizer {
  width: 25%;
}
.masonry_gallery_holder {
  margin: -10px -10px 0 -10px;
  opacity: 0;
}
.masonry_gallery_holder .masonry_gallery_item {
  box-sizing: border-box;
  padding: 10px;
  z-index: 1;
}
.masonry_gallery_holder .masonry_gallery_item.parallax_item {
  z-index: 0;
}
.masonry_gallery_holder.one_column .grid-sizer,
.masonry_gallery_holder.one_column .masonry_gallery_item.rectangle_landscape,
.masonry_gallery_holder.one_column .masonry_gallery_item.rectangle_portrait,
.masonry_gallery_holder.one_column .masonry_gallery_item.square_big,
.masonry_gallery_holder.one_column .masonry_gallery_item.square_small {
  width: 100%;
}
.masonry_gallery_holder.two_columns .grid-sizer,
.masonry_gallery_holder.two_columns .masonry_gallery_item.rectangle_portrait,
.masonry_gallery_holder.two_columns .masonry_gallery_item.square_small {
  width: 50%;
}
.masonry_gallery_holder.two_columns .masonry_gallery_item.rectangle_landscape,
.masonry_gallery_holder.two_columns .masonry_gallery_item.square_big {
  width: 100%;
}
.masonry_gallery_holder.three_columns .grid-sizer,
.masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_portrait,
.masonry_gallery_holder.three_columns .masonry_gallery_item.square_small {
  width: 33.33333333%;
}
.masonry_gallery_holder.three_columns .masonry_gallery_item.rectangle_landscape,
.masonry_gallery_holder.three_columns .masonry_gallery_item.square_big {
  width: 66.66666666%;
}
.masonry_gallery_item.square_small {
  width: 25%;
}
.masonry_gallery_item.square_big {
  width: 50%;
}
.masonry_gallery_item.rectangle_landscape {
  width: 50%;
}
.masonry_gallery_item.rectangle_portrait {
  width: 25%;
}
.masonry_gallery_holder .masonry_gallery_item .masonry_gallery_image_holder {
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}
.masonry_gallery_holder
  .masonry_gallery_item.rectangle_landscape
  .masonry_gallery_image_holder
  img {
  max-height: inherit;
}
.masonry_gallery_holder
  .masonry_gallery_item.rectangle_portrait
  .masonry_gallery_image_holder
  img {
  max-width: inherit;
  width: auto;
}
.masonry_gallery_item img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  max-height: 100%;
}
.masonry_gallery_item .masonry_gallery_item_outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.masonry_gallery_item .masonry_gallery_item_inner {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
}
.masonry_gallery_item_inner .masonry_gallery_item_content {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10% 0 10%;
}
.masonry_gallery_item.standard .masonry_gallery_item_inner {
  opacity: 0;
  background-color: rgba(40, 48, 51, 0.7);
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.masonry_gallery_item.standard:hover .masonry_gallery_item_inner {
  opacity: 1;
}
.masonry_gallery_item.with_button .masonry_gallery_item_inner,
.masonry_gallery_item.with_icon .masonry_gallery_item_inner {
  background-color: #f3f3f4;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
.masonry_gallery_item.with_button:not(.square_big):hover
  .masonry_gallery_item_inner,
.masonry_gallery_item.with_icon:not(.square_big):hover
  .masonry_gallery_item_inner {
  background-color: #283033;
}
.masonry_gallery_item_content h3 {
  color: #2c2e2d;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.masonry_gallery_item:not(.square_big):hover .masonry_gallery_item_text,
.masonry_gallery_item:not(.square_big):hover h3 {
  color: #fff;
}
.masonry_gallery_item .masonry_gallery_item_icon {
  color: #18cfab;
  font-size: 35px;
  margin: 0 0 16px;
}
.masonry_gallery_item_content h3 {
  text-transform: uppercase;
  padding: 0 0 20px 0;
}
.masonry_gallery_item .masonry_gallery_item_button {
  margin: 20px 0 0 0;
}
.masonry_gallery_item_content .masonry_gallery_item_text {
  color: grey;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
.masonry_gallery_item.with_button .separator.medium {
  border-width: 2px;
}
.portfolio_main_holder.portfolio_fade_from_bottom article {
  opacity: 0;
  -ms-transform: translateY(150px);
  -webkit-transform: translateY(150px);
  transform: translateY(150px);
  -ms-transition: opacity 0.8s ease, -ms-transform 0.8s ease;
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.portfolio_main_holder.portfolio_fade_from_bottom article.show {
  opacity: 1;
  margin-top: 0;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio_main_holder.portfolio_fade_from_bottom article.shown {
  -ms-transition: all 0s ease;
  -webkit-transition: all 0s ease;
  transition: all 0s ease;
}
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn {
  position: relative;
  display: inline-block;
  width: auto;
  height: 45px;
  line-height: 45px;
  margin: 0;
  padding: 0 23px;
  border: 1px solid #18cfab;
  font-size: 12px;
  font-weight: 500;
  font-family: inherit;
  text-align: left;
  color: #fff;
  background-color: #18cfab;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  font-style: normal;
  text-transform: uppercase;
  text-shadow: none;
  letter-spacing: 2px;
  white-space: nowrap;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -webkit-box-sizing: initial !important;
  -moz-box-sizing: initial !important;
  box-sizing: initial !important;
  border-radius: 0;
}
.vc_grid-container .vc_row.vc_grid .vc_grid-item .vc_btn:hover,
.vc_grid-container .vc_row.vc_grid .vc_pageable-load-more-btn .vc_btn:hover {
  color: #18cfab !important;
  background-color: transparent;
  border-color: #18cfab;
}
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-radio_dots
  .vc_grid-owl-dot
  span,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-square_dots
  .vc_grid-owl-dot
  span {
  border: 2px solid #f5f5f5;
  background-color: transparent !important;
}
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-radio_dots
  .vc_grid-owl-dot
  span:hover,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-radio_dots
  .vc_grid-owl-dot.active
  span,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-square_dots
  .vc_grid-owl-dot
  span:hover,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-square_dots
  .vc_grid-owl-dot.active
  span {
  background-color: #18cfab !important;
  border-color: #18cfab !important;
}
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-radio_dots
  .vc_grid-owl-dot
  span {
  border-radius: 50%;
}
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-fill_square_dots
  .vc_grid-owl-dot
  span,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-point_dots
  .vc_grid-owl-dot
  span,
.vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-round_fill_square_dots
  .vc_grid-owl-dot
  span {
  background-color: #f5f5f5 !important;
}
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-fill_square_dots
  .vc_grid-owl-dot
  span:hover,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-fill_square_dots
  .vc_grid-owl-dot.active
  span,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-point_dots
  .vc_grid-owl-dot
  span:hover,
.vc_grid-container
  .vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-point_dots
  .vc_grid-owl-dot.active
  span,
.vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-round_fill_square_dots
  .vc_grid-owl-dot
  span:hover,
.vc_grid.vc_grid-owl-theme
  .vc_grid-owl-dots.vc_grid-round_fill_square_dots
  .vc_grid-owl-dot.active
  span {
  background-color: #18cfab !important;
}
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a {
  position: relative;
  display: inline-block;
  width: 44px;
  line-height: 36px;
  margin: 0;
  color: #283033;
  background-color: #ededee;
  border: 1px solid;
  border-color: #dfe0e1;
  font-size: 14px;
  font-weight: 400;
  vertical-align: middle;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  outline: 0;
  text-shadow: none;
  -webkit-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -moz-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -ms-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  -o-transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  transition: color 0.15s ease-out, background-color 0.15s ease-out,
    border-color 0.15s ease-out;
  box-sizing: content-box;
  float: left;
  opacity: 1;
  margin: 2px;
}
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list
  > li.vc_grid-active
  > a,
.vc_grid-container .vc_grid-pagination .vc_grid-pagination-list > li > a:hover {
  background-color: #18cfab;
  border-color: #18cfab;
  color: #fff;
}
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_dark
  > li
  > a {
  border-color: #283033;
}
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_light
  > li
  > a:hover {
  border-color: #fff;
}
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_rounded_square_dark
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_rounded_square_light
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_dark
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_dark
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_light
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_light
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_dark
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_dark
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_light
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_default_light
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_dark
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_dark
  > li
  > a:hover,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_light
  > li.vc_grid-active
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_light
  > li
  > a:hover {
  background-color: #18cfab !important;
}
.vc_grid-container .vc_grid-pagination-list.vc_grid-pagination_rounded > li > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination-list.vc_grid-pagination_rounded_light
  > li
  > a {
  border-radius: 30px !important;
}
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_square_light
  > li
  > a {
  border-radius: 0 !important;
}
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_stripes_dark
  > li
  > a,
.vc_grid-container
  .vc_grid-pagination
  .vc_grid-pagination-list.vc_grid-pagination_stripes_light
  > li
  > a {
  width: 22px;
  height: 36px;
  line-height: 36px;
}
.vc_grid.vc_row.vc_grid-gutter-30px {
  margin-bottom: 0 !important;
}
.vc_grid-container
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item {
  border: none !important;
}
.vc_grid-container
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item.vc_active,
.vc_grid-container
  .vc_grid-filter.vc_grid-filter-color-grey
  > .vc_grid-filter-item:hover {
  background: 0 0;
}
.mkd_parallax_layers {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.mkd_parallax_layers_holder {
  position: relative;
  width: 110%;
  height: 110%;
  top: -5%;
  left: -5%;
}
.mkd_parallax_layers_holder .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.mkd_parallax_layers_holder .paralax_layers_content_holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mkd_parallax_layers_holder .paralax_layers_content {
  display: table;
  width: 100%;
  height: 100%;
}
.mkd_parallax_layers_holder .paralax_layers_content_inner {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  text-align: center;
}
.text_slider_container .text_slider_container_inner li {
  display: none;
}
.text_slider_container .flex-control-nav {
  margin-top: 20px;
}
.text_slider_container .flex-control-nav li {
  display: inline-block;
  cursor: pointer;
}
.text_slider_container .flex-control-nav li a {
  display: inline-block;
  padding: 4px;
  margin: 4px;
  background-color: transparent;
  border: 1px solid #b4b7bb;
  color: #b4b7bb;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 17px;
  font-family: Lato, sans-serif !important;
  font-weight: 400;
}
.text_slider_container.nav-right .flex-control-nav {
  text-align: right;
}
.text_slider_container.nav-center .flex-control-nav {
  text-align: center;
}
.text_slider_container.nav-left .flex-control-nav li:first-child a {
  margin-left: 0;
}
.text_slider_container.nav-right .flex-control-nav li:last-child a {
  margin-right: 0;
}
.text_slider_container .flex-control-nav li a.flex-active {
  background-color: #18cfab;
  border: 2px solid #18cfab;
  color: #fff;
}
.icon_slider_container .icon_slider_container_inner {
  margin: 0;
}
.icon_slider_container .icon_slider_container_inner li.icon_slide {
  display: none;
  overflow: hidden;
}
.icon_slider_container .icon_slide_container_inner {
  display: table;
  width: 100%;
}
.icon_slider_nav {
  text-align: center;
}
.icon_slider_controls_holder {
  display: inline-block;
  text-align: center;
  margin-bottom: 30px;
}
.icon_slider_container .icon_slide .slide_content,
.icon_slider_container .icon_slide .slide_image {
  display: table-cell;
  width: 50%;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}
.icon_slider_container .icon_slide .slide_content {
  padding: 89px 70px 68px 74px;
  background-color: #f3f3f4;
}
.icon_slider_container .icon_slide div.slide_image img {
  vertical-align: middle;
  width: 100%;
}
.icon_slider_container .icon_slider_nav_icon {
  display: inline-block;
  line-height: 45px;
}
.icon_slider_nav a {
  display: inline-block;
  padding: 20px;
  font-size: 35px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  color: #cbcfd3;
}
.icon_slider_controls_holder span .icon_slider_icon {
  font-size: 40px;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  color: #bdbec0;
  margin-right: 42px;
}
.icon_slider_controls_holder .icon_slider_nav_icon:last-child * {
  margin-right: 0 !important;
}
.icon_slider_controls_holder
  span.icon_slider_nav_icon
  .icon_slider_icon.flex-active,
.icon_slider_nav a:hover {
  color: #18cfab;
}
.vertical_slider_with_text_over_holder {
  padding-bottom: 100px;
  position: relative;
}
.vertical_slider_with_text_over_preloader {
  position: fixed;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #1c1c1c;
  left: 0;
  top: 0;
  z-index: 10001;
}
.vertical_slider_with_text_over_preloader .ajax_loader {
  position: absolute;
  display: block;
}
.vertical_slider_with_text_over_inner {
  position: relative;
}
.vertical_slider_with_text_over {
  opacity: 0;
  position: relative;
  margin: 0;
  overflow: hidden;
}
.over_text {
  position: absolute;
  top: 50%;
  left: 0;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  padding: 10px;
}
.over_text h3 {
  color: #fff;
  font-size: 82px;
  font-weight: 900;
}
.vertical_slider_with_text_over .ms-left {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 46.5% !important;
}
.vertical_slider_with_text_over .ms-right {
  height: 100%;
  position: absolute;
  right: 0;
  top: 10000px;
  width: 46.5% !important;
}
.vertical_slider_with_text_over .ms-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0;
}
.vertical_slider_with_text_over .ms-left .ms-section {
  background-position: 100% 50%;
}
.vertical_slider_with_text_over .ms-right .ms-section {
  background-position: 0 50%;
}
.vertical_slider_with_text_over .ms-tableCell {
  height: 100% !important;
  position: relative;
}
.vertical_slider_with_text_over .ms-tableCell a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.vertical_slider_with_text_over .ms-easing {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav {
  position: fixed;
  z-index: 1000;
  margin-top: 0;
  top: auto;
  bottom: 38px;
  right: 0;
  opacity: 1;
  width: 100%;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav li {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  position: relative;
  vertical-align: middle;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  cursor: pointer;
  vertical-align: middle;
  text-decoration: none;
  margin: 0;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav span {
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #d6d6d6;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  margin: 2px;
}
.vertical_slider_with_text_over_initalized #multiscroll-nav li .active span {
  width: 12px;
  height: 12px;
  background-color: #d6d6d6;
  margin: 0;
}
@media only screen and (max-width: 1000px) {
  .vertical_slider_with_text_over_initalized #multiscroll-nav {
    display: block;
  }
}
.qbutton.fill_from_top {
  position: relative;
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_top:hover {
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_top .a_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 0;
  z-index: 5;
  -ms-transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  background-color: #fff;
  box-sizing: border-box;
}
.qbutton:not(.transparent).fill_from_top:hover .a_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.qbutton:not(.transparent).fill_from_top .text_wrap,
.qbutton:not(.transparent).fill_from_top i,
.qbutton:not(.transparent).fill_from_top span.button_icon {
  position: relative;
  z-index: 10;
  -webkit-backface-visibility: hidden;
}
.qbutton.fill_from_left {
  position: relative;
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_left:hover {
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_left .a_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 0;
  z-index: 5;
  -ms-transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  background-color: #fff;
  box-sizing: border-box;
}
.qbutton.white.fill_from_left .a_overlay {
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_left:hover .a_overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.qbutton:not(.transparent).fill_from_left .text_wrap,
.qbutton:not(.transparent).fill_from_left i,
.qbutton:not(.transparent).fill_from_left span.button_icon {
  position: relative;
  z-index: 10;
}
.qbutton.fill_from_bottom {
  position: relative;
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_bottom:hover {
  background-color: #18cfab;
}
.qbutton:not(.transparent).fill_from_bottom .a_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  display: block;
  padding: 0;
  z-index: 5;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
  background-color: #fff;
  box-sizing: border-box;
}
.qbutton:not(.transparent).fill_from_bottom:hover .a_overlay {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.qbutton:not(.transparent).fill_from_bottom .text_wrap,
.qbutton:not(.transparent).fill_from_bottom i,
.qbutton:not(.transparent).fill_from_bottom span.button_icon {
  position: relative;
  z-index: 10;
}
.qbutton.transparent.fill_from_bottom .a_overlay,
.qbutton.transparent.fill_from_left .a_overlay,
.qbutton.transparent.fill_from_top .a_overlay {
  display: none;
}
.qbutton.rotate_from_bottom {
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  padding: 0;
  background-color: transparent !important;
}
.qbutton.rotate_from_bottom:hover {
  outline: 0;
}
.qbutton.rotate_from_bottom .text_wrap {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background-color: #18cfab;
  color: #fff;
}
.qbutton.rotate_from_bottom:hover .text_wrap {
  -webkit-transform: rotateX(90deg) translateY(-22px) translateZ(0);
  -moz-transform: rotateX(90deg) translateY(-22px) translateZ(0);
  transform: rotateX(90deg) translateY(-22px) translateZ(0);
}
.qbutton.rotate_from_bottom .text_wrap:before {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  content: attr(data-text);
  -webkit-transform: rotateX(-90deg) translateZ(0);
  -moz-transform: rotateX(-90deg) translateZ(0);
  transform: rotateX(-90deg) translateZ(0);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  transform-origin: 50% 0;
  text-align: center;
  background-image: -moz-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 99%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -webkit-gradient(
    radial,
    center center,
    0,
    center center,
    100%,
    color-stop(0, rgba(0, 0, 0, 0.02)),
    color-stop(0, rgba(0, 0, 0, 0.1)),
    color-stop(99%, rgba(0, 0, 0, 0.1)),
    color-stop(100%, rgba(0, 0, 0, 0.1))
  );
  background-image: -webkit-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 99%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -o-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 99%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: -ms-radial-gradient(
    center,
    ellipse cover,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 99%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-image: radial-gradient(
    ellipse at center,
    rgba(0, 0, 0, 0.02) 0,
    rgba(0, 0, 0, 0.1) 0,
    rgba(0, 0, 0, 0.1) 99%,
    rgba(0, 0, 0, 0.1) 100%
  );
  background-color: inherit;
  color: inherit;
}
.vc_text_separator.animate_width .mkd_line_after,
.vc_text_separator.animate_width .mkd_line_before {
  -webkit-transition: width 1s ease-in, opacity 0.1s ease-in;
  transition: width 1s ease-in, opacity 0.1s ease-in;
  opacity: 0;
  width: 0;
}
.animate_input_holder {
  position: relative;
}
.animate_input_holder .animate_input_text_wrap {
  width: 100%;
  text-align: left;
  position: absolute;
  bottom: 50%;
  pointer-events: none;
  overflow: hidden;
  padding: 0 17px;
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  -webkit-transition: -webkit-transform 0.2s ease, bottom 0.2s ease;
  transition: transform 0.2s ease, bottom 0.2s ease;
  box-sizing: border-box;
}
.animate_input_holder.textarea_holder .animate_input_text_wrap {
  bottom: 80%;
}
.animate_input_holder .animate_input_text {
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  position: relative;
  display: block;
}
.animate_input_holder .animate_input_text:after {
  content: attr(data-content);
  position: absolute;
  bottom: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  color: #18cfab;
  padding: 0 0 2px 0;
}
.animate_input_holder.filled .animate_input_text_wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 100%;
}
.animate_input_holder.filled .animate_input_text {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.animate_input_holder input,
.animate_input_holder textarea {
  -webkit-transition: background-color 0.2s ease, border-color 0.2s ease;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  margin: 0 !important;
}
.mkd_twitter_widget li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 27px;
  padding-bottom: 20px;
}
.mkd_twitter_widget li:last-child {
  border: 0;
  margin: 0;
  padding: 0;
}
.mkd_twitter_widget li a {
  line-height: 24px;
}
.mkd_twitter_widget .mkd_tweet_text a {
  color: #1abc9c;
}
.mkd_twitter_widget .mkd_tweet_time {
  margin-top: 10px;
}
.image_stack {
  height: 336px;
  position: relative;
  overflow: hidden;
}
.image_stack .slide_out_image_holder .image {
  display: inline-block;
  max-width: 100%;
  position: absolute;
  outline: 1px solid transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  bottom: 0;
  width: 32%;
}
.image_stack .slide_out_image_holder .image[class*="5"] {
  width: 18.5% !important;
}
.image_1of3 {
  left: 50%;
  -webkit-transform: translate(-50%, 20px) scale(0.95, 0.95);
  -ms-transform: translate(-50%, 20px) scale(0.95, 0.95);
  transform: translate(-50%, 20px) scale(0.95, 0.95);
  z-index: 66;
  -webkit-transition: -webkit-transform 0.1s ease-out 0.55s;
  transition: transform 0.1s ease-out 0.55s;
}
.stacked .image_1of3 {
  -webkit-transform: translate(-50%, 0) translateZ(0) scale(1, 1);
  transform: translate(-50%, 0) translateZ(0) scale(1, 1);
}
.image_1of5 {
  left: 50%;
  -webkit-transform: translate(-50%, 20px) scale(0.95, 0.95);
  -ms-transform: translate(-50%, 20px) scale(0.95, 0.95);
  transform: translate(-50%, 20px) scale(0.95, 0.95);
  z-index: 66;
  -webkit-transition: -webkit-transform 0.1s ease-out 0.8s;
  transition: transform 0.1s ease-out 0.8s;
}
.stacked .image_1of5 {
  -webkit-transform: translate(-50%, 0) translateZ(0) scale(1, 1);
  transform: translate(-50%, 0) translateZ(0) scale(1, 1);
}
.image.inner {
  opacity: 0;
  z-index: 55;
}
.image_2of3 {
  left: -5%;
  -webkit-transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s,
    opacity 0.5s ease-in-out 0.2s;
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s,
    opacity 0.5s ease-in-out 0.2s;
}
.stacked .image_2of3 {
  left: 3.5%;
  opacity: 1;
}
.image_2of5 {
  left: 23%;
  opacity: 0.45 !important;
  -webkit-transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s,
    opacity 0.2s;
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s, opacity 0.2s;
}
.stacked .image_2of5 {
  left: 25%;
  opacity: 1 !important;
}
.image_3of3 {
  right: -5%;
  -webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s,
    opacity 0.5s ease-in-out 0.2s;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.3s,
    opacity 0.5s ease-in-out 0.2s;
}
.stacked .image_3of3 {
  right: 3.5%;
  opacity: 1;
}
.image_3of5 {
  right: 23%;
  opacity: 0.45 !important;
  -webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s,
    opacity 0.2s;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s,
    opacity 0.2s;
}
.stacked .image_3of5 {
  right: 25%;
  opacity: 1 !important;
}
.image.outer {
  opacity: 0.1;
  z-index: 44;
}
.image_4of5 {
  left: 8%;
  -webkit-transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s,
    opacity 0.2s 0.1s;
  transition: left 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s,
    opacity 0.2s 0.1s;
}
.stacked .image_4of5 {
  left: 13%;
  opacity: 1;
}
.image_5of5 {
  right: 8%;
  -webkit-transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s,
    opacity 0.2s 0.1s;
  transition: right 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.2s,
    opacity 0.2s 0.1s;
}
.stacked .image_5of5 {
  right: 13%;
  opacity: 1;
}
.interactive-pie-chart {
  position: relative;
  display: inline-block;
  color: #999;
  font-size: 20px;
  text-align: center;
  margin: auto;
}
.interactive-pie-chart.bordered {
  border: 1px solid #e4e4e4;
  padding: 10px;
  border-radius: 50%;
}
.interactive-pie-chart-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 666;
}
.interactive-pie-chart figcaption {
  padding: 50px 25px;
  width: 110px;
  height: 60px;
  border: 10px solid rgba(240, 240, 240, 0.4);
  border-radius: 50%;
  line-height: 50px;
  position: relative;
  -webkit-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.interactive-pie-chart figcaption span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 25px;
  max-width: 100%;
}
.interactive-pie-chart-image {
  display: inline-block;
  position: absolute;
  max-width: 110px;
  max-height: 110px;
  background: 0 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  -ms-interpolation-mode: nearest-neighbor;
  -webkit-transition: -webkit-transform 0.6s
    cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition: transform 0.6s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}
.interactive-pie-chart:hover a ~ .interactive-pie-chart-image {
  -webkit-transform: translate(-50%, -50%) scale(0.7, 0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7, 0.7);
  transform: translate(-50%, -50%) scale(0.7, 0.7);
}
.interactive-pie-chart-path {
  stroke: #18cfab;
  fill: transparent;
  stroke-width: 11;
  stroke-dasharray: 534;
  stroke-dashoffset: 534;
  -webkit-transition: stroke-dashoffset 1s;
  transition: stroke-dashoffset 1s;
  -webkit-animation-play-state: running;
  -moz-transform: rotate(-89deg) translateX(-190px);
}
.interactive-pie-chart svg {
  display: inline-block;
  position: absolute;
  top: -5px;
  left: -5px;
  top: -moz-calc(-7px);
  left: -moz-calc(-3px);
}
.interactive-pie-chart.bordered svg {
  display: inline-block;
  top: 5px;
  left: 5px;
  top: -moz-calc(3px);
  left: -moz-calc(7px);
}
.interactive-pie-chart.appeared[data-percent="100"]
  .interactive-pie-chart-path {
  stroke-dashoffset: 0;
  -webkit-animation: show100 1.3s;
  animation: show100 1.3s;
}
.interactive-pie-chart.appeared[data-percent="95"] .interactive-pie-chart-path {
  stroke-dashoffset: 27;
  -webkit-animation: show95 1.3s;
  animation: show95 1.3s;
}
.interactive-pie-chart.appeared[data-percent="90"] .interactive-pie-chart-path {
  stroke-dashoffset: 54;
  -webkit-animation: show90 1.3s;
  animation: show90 1.3s;
}
.interactive-pie-chart.appeared[data-percent="85"] .interactive-pie-chart-path {
  stroke-dashoffset: 80;
  -webkit-animation: show85 1.3s;
  animation: show85 1.3s;
}
.interactive-pie-chart.appeared[data-percent="80"] .interactive-pie-chart-path {
  stroke-dashoffset: 107;
  -webkit-animation: show80 1.3s;
  animation: show80 1.3s;
}
.interactive-pie-chart.appeared[data-percent="75"] .interactive-pie-chart-path {
  stroke-dashoffset: 133;
  -webkit-animation: show75 1.3s;
  animation: show75 1.3s;
}
.interactive-pie-chart.appeared[data-percent="70"] .interactive-pie-chart-path {
  stroke-dashoffset: 160;
  -webkit-animation: show70 1.3s;
  animation: show70 1.3s;
}
.interactive-pie-chart.appeared[data-percent="65"] .interactive-pie-chart-path {
  stroke-dashoffset: 187;
  -webkit-animation: show65 1.3s;
  animation: show65 1.3s;
}
.interactive-pie-chart.appeared[data-percent="60"] .interactive-pie-chart-path {
  stroke-dashoffset: 214;
  -webkit-animation: show60 1.3s;
  animation: show60 1.3s;
}
.interactive-pie-chart.appeared[data-percent="55"] .interactive-pie-chart-path {
  stroke-dashoffset: 240;
  -webkit-animation: show55 1.3s;
  animation: show55 1.3s;
}
.interactive-pie-chart.appeared[data-percent="50"] .interactive-pie-chart-path {
  stroke-dashoffset: 267;
  -webkit-animation: show50 1.3s;
  animation: show50 1.3s;
}
.interactive-pie-chart.appeared[data-percent="45"] .interactive-pie-chart-path {
  stroke-dashoffset: 294;
  -webkit-animation: show45 1.3s;
  animation: show45 1.3s;
}
.interactive-pie-chart.appeared[data-percent="40"] .interactive-pie-chart-path {
  stroke-dashoffset: 320;
  -webkit-animation: show40 1.3s;
  animation: show40 1.3s;
}
.interactive-pie-chart.appeared[data-percent="35"] .interactive-pie-chart-path {
  stroke-dashoffset: 347;
  -webkit-animation: show35 1.3s;
  animation: show35 1.3s;
}
.interactive-pie-chart.appeared[data-percent="30"] .interactive-pie-chart-path {
  stroke-dashoffset: 374;
  -webkit-animation: show30 1.3s;
  animation: show30 1.3s;
}
.interactive-pie-chart.appeared[data-percent="25"] .interactive-pie-chart-path {
  stroke-dashoffset: 400;
  -webkit-animation: show25 1.3s;
  animation: show25 1.3s;
}
.interactive-pie-chart.appeared[data-percent="20"] .interactive-pie-chart-path {
  stroke-dashoffset: 427;
  -webkit-animation: show20 1.3s;
  animation: show20 1.3s;
}
.interactive-pie-chart.appeared[data-percent="15"] .interactive-pie-chart-path {
  stroke-dashoffset: 454;
  -webkit-animation: show15 1.3s;
  animation: show15 1.3s;
}
.interactive-pie-chart.appeared[data-percent="10"] .interactive-pie-chart-path {
  stroke-dashoffset: 481;
  -webkit-animation: show10 1.3s;
  animation: show10 1.3s;
}
.interactive-pie-chart.appeared[data-percent="5"] .interactive-pie-chart-path {
  stroke-dashoffset: 507;
  -webkit-animation: show5 1.3s;
  animation: show5 1.3s;
}
.interactive-pie-chart.appeared:hover .interactive-pie-chart-path {
  stroke-dashoffset: 534;
  -webkit-animation-play-state: paused;
}
@-webkit-keyframes show100 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes show100 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-webkit-keyframes show95 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 27;
  }
}
@keyframes show95 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 27;
  }
}
@-webkit-keyframes show90 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 54;
  }
}
@keyframes show90 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 54;
  }
}
@-webkit-keyframes show85 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 80;
  }
}
@keyframes show85 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 80;
  }
}
@-webkit-keyframes show80 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 107;
  }
}
@keyframes show80 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 107;
  }
}
@-webkit-keyframes show75 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 133;
  }
}
@keyframes show75 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 133;
  }
}
@-webkit-keyframes show70 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 160;
  }
}
@keyframes show70 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 160;
  }
}
@-webkit-keyframes show65 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 187;
  }
}
@keyframes show65 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 187;
  }
}
@-webkit-keyframes show60 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 214;
  }
}
@keyframes show60 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 214;
  }
}
@-webkit-keyframes show55 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 240;
  }
}
@keyframes show55 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 240;
  }
}
@-webkit-keyframes show50 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@keyframes show50 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 267;
  }
}
@-webkit-keyframes show45 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 294;
  }
}
@keyframes show45 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 294;
  }
}
@-webkit-keyframes show40 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 320;
  }
}
@keyframes show40 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 320;
  }
}
@-webkit-keyframes show35 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 347;
  }
}
@keyframes show35 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 347;
  }
}
@-webkit-keyframes show30 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 374;
  }
}
@keyframes show30 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 374;
  }
}
@-webkit-keyframes show25 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 400;
  }
}
@keyframes show25 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 400;
  }
}
@-webkit-keyframes show20 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 427;
  }
}
@keyframes show20 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 427;
  }
}
@-webkit-keyframes show15 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 454;
  }
}
@keyframes show15 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 454;
  }
}
@-webkit-keyframes show10 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 481;
  }
}
@keyframes show10 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 481;
  }
}
@-webkit-keyframes show5 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 507;
  }
}
@keyframes show5 {
  from {
    stroke-dashoffset: 534;
  }
  to {
    stroke-dashoffset: 507;
  }
}
.mejs-container,
.mejs-container .mejs-controls,
.mejs-embed,
.mejs-embed body {
  background: 0 0;
}
.mejs-controls a.mejs-horizontal-volume-slider {
  height: 50px;
}
.single_links_pages .single_links_pages_inner > span span {
  background: 0 0;
  border: none;
  color: #fff;
  margin: 0;
}
.comment-form-cookies-consent {
  margin: 0 0 15px;
}
body:not([class*="mikado-core"]) h1,
body:not([class*="mikado-core"]) h2,
body:not([class*="mikado-core"]) h3,
body:not([class*="mikado-core"]) h4,
body:not([class*="mikado-core"]) h5,
body:not([class*="mikado-core"]) h6 {
  margin: 20px 0;
}
