@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

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

body {
  font-family: sans-serif;
  text-align: center;
  opacity: 0;
  font-size: 14px;
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -ms-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: initFade;
  -moz-animation-name: initFade;
  -ms-animation-name: initFade;
  -o-animation-name: initFade;
  animation-name: initFade;
  -webkit-animation-timing-function: cubic-bezier(ease-out);
  -moz-animation-timing-function: cubic-bezier(ease-out);
  -ms-animation-timing-function: cubic-bezier(ease-out);
  -o-animation-timing-function: cubic-bezier(ease-out);
  animation-timing-function: cubic-bezier(ease-out);
  overflow-x: hidden;
  background: #fcfcfc;
}

@keyframes initFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes initFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes initFade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
a, a:focus, a:hover {
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  outline: none;
  color: #999999;
}

.widget li span {
  font-size: 0.8em;
  display: block;
  opacity: 0.8;
}

p, ol li, ul li, dl, dt {
  line-height: 1.4em;
  position: relative;
  color: inherit;
}

ul, ol {
  list-style-position: outside;
  padding-left: 20px;
  list-style-type: disc;
  color: inherit;
}

ol {
  list-style-type: decimal;
}

q, blockquote {
  padding-left: 1em;
  border-left: solid 5px;
  margin-bottom: 25px;
}

q p, blockquote p, address {
  font-size: 1.4em;
  text-transform: none;
  line-height: 1.4em;
  max-width: 100%;
  font-style: italic;
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

address {
  margin-bottom: 25px;
}

big {
  font-size: 1.2em;
}

cite {
  font-style: italic;
}

pre {
  padding: 2em;
  line-height: 1.4em;
  margin-bottom: 25px;
}

hr {
  margin: 40px auto;
  border-bottom: solid 1px;
  border-top: solid 1px;
}

.c_base span, .c_content span, .c_primary span, .c_secondary span, .c_tertiary span, .c_base p, .c_content p, .c_primary p, .c_secondary p, .c_tertiary p {
  color: inherit;
}

h1, h2, h3, h4, h5, h6 {
  text-transform: none;
  text-align: inherit;
  position: relative;
  color: inherit;
  line-height: 1em;
  margin: auto;
}

h1 {
  font-size: 3em;
}

h2 {
  font-size: 2.5em;
}

h3 {
  font-size: 2em;
}

h4 {
  font-size: 1.6em;
}

h5 {
  font-size: 1.2em;
}

h6 {
  font-size: 1em;
}

em {
  font-style: italic;
}

ol li, ul li {
  padding: 0px;
}

dl {
  margin-bottom: 1.6em;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 1.6em;
}

table, th, td {
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.6em;
  table-layout: fixed;
  width: 100%;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th, td {
  padding: 1em;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
  margin: 50px 0px 25px 0px;
}

#content h1:first-child, #content h2:first-child, #content h3:first-child, #content h4:first-child, #content h5:first-child, #content h6:first-child {
  margin-top: 0px;
}

strong {
  font-weight: bold;
}

circle, .circle {
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.bg_base, .bg_content, .bg_primary, .bg_secondary, .bg_tertiary {
  background-clip: border-box !important;
}

.vc_magician_divisor {
  width: 100%;
  clear: both;
  display: block;
  position: relative;
}

.vc_magician_divisor:before {
  right: 50%;
}

.vc_magician_divisor:after {
  right: 50%;
}

.btn-default, .btn-default:hover, .btn-default:focus {
  color: #333;
  text-shadow: none;
  background-color: #fcfcfc;
  border: 1px solid #fff;
}

.container {
  width: 100%;
}

.container.archive {
  background: transparent !important;
  padding-top: 0px !important;
}

.container.page_sidebar_left, .container.page_sidebar_right, .container.search_results, .container.post {
  background: transparent !important;
  padding-top: 0px !important;
}

.container.post {
  padding: 0px;
}

.content-area {
  padding: 0px 0px;
  -moz-transition: padding 0.2s ease-in-out;
  -o-transition: padding 0.2s ease-in-out;
  -webkit-transition: padding 0.2s ease-in-out;
  transition: padding 0.2s ease-in-out;
}

.vc_row.vc_row-o-full-height {
  overflow: hidden;
  background-clip: content-box;
}

.content_wrapper {
  padding: 0px;
  box-sizing: border-box;
  list-style: none;
  text-align: justify;
  opacity: 0;
}

.content_wrapper.loaded {
  opacity: 1;
  -moz-transition: all 1s ease-in 0.5s;
  -o-transition: all 1s ease-in 0.5s;
  -webkit-transition: all 1s ease-in;
  -webkit-transition-delay: 0.5s;
  transition: all 1s ease-in 0.5s;
}

.content_wrapper.style_2 {
  -moz-transition: all 1s ease-out 0.5s;
  -o-transition: all 1s ease-out 0.5s;
  -webkit-transition: all 1s ease-out;
  -webkit-transition-delay: 0.5s;
  transition: all 1s ease-out 0.5s;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

#content .content_wrapper {
  text-align: left;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  border-radius: 3px;
}

.content_wrapper p {
  margin-bottom: 20px;
}

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

footer {
  min-height: 100px;
  position: relative;
  display: block;
  clear: both;
}

footer .container {
  width: 100%;
  padding: 0px 10%;
}

footer .social_icons ul {
  height: 100px;
  -webkit-align-items: center;
  align-items: center;
}

.social_icons ul a i:before {
  position: relative;
  z-index: 2;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.footer_text {
  height: 100px;
  display: table;
}

.footer_text p {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 20px;
}

footer .scrollTop {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50px;
  width: 35px;
  height: 35px;
  border: solid 5px;
  text-align: center;
  line-height: 35px;
  z-index: 1000;
  text-decoration: none;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  box-sizing: content-box;
}

footer .scrollTop:hover {
  border: solid 8px;
}

footer .scrollTop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -moz-transform: translate(-50%, -50%) scale(0.7);
  -ms-transform: translate(-50%, -50%) scale(0.7);
  -webkit-transform: translate(-50%, -50%) scale(0.7);
  transform: translate(-50%, -50%) scale(0.7);
}

footer .scrollTop:hover svg {
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.wp-caption, .wp-caption img {
  max-width: 100%;
  background: #e0e0e0;
}

.wp-caption img {
  height: auto;
}

.wp-caption p {
  padding: 20px;
  font-size: 14px;
  margin-bottom: 40px;
}

img.alignright {
  float: right;
  margin: 20px;
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}

img.alignleft {
  float: left;
  margin: 20px;
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.icon_magician {
  width: 32px;
  height: 32px;
  background: url(../../images/ico_magician.gif);
}

.theme_settings {
  position: fixed;
  top: 30%;
  left: -166px;
  z-index: 900000000000;
  background: #fff;
  display: none;
  padding-bottom: 5px;
  border-radius: 0px 0px 5px 0px;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-transition: left 1s ease-in-out;
  -o-transition: left 1s ease-in-out;
  -webkit-transition: left 1s ease-in-out;
  transition: left 1s ease-in-out;
}

.theme_settings p {
  padding: 10px;
  padding-top: 20px;
  clear: both;
  display: block;
  font-size: 10px;
  max-width: 165px;
}

.theme_settings.expand {
  left: 0px;
}

.theme_settings .preset {
  float: left;
  clear: both;
  margin: 5px;
  margin-bottom: 0px;
  cursor: pointer;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.theme_settings .preset:hover {
  opacity: 0.8;
}

.settings_toggle {
  position: absolute;
  left: 100%;
  top: 0px;
  background: #fff url(../images/gears.png) no-repeat center;
  width: 32px;
  height: 32px;
  padding: 5px;
  border-radius: 0px 5;
  cursor: pointer;
  box-sizing: content-box;
  box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 0.1);
}

/*Social Icons Classes */
.social_icons ul {
  background: transparent;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: 18px;
  margin: 0px;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  padding: 0px;
}

.social_icons ul.center {
  justify-content: center;
  -webkit-justify-content: center;
}

.social_icons ul a {
  display: block;
  min-width: 30px;
  height: 30px;
  text-align: center;
  margin: 0px 3px;
  color: inherit;
}

.social_icons ul li {
  padding: 0px 2px;
  list-style: none !important;
}

.social_icons .fa {
  width: 30px;
  height: 30px;
  line-height: 30px;
  position: relative;
  margin: 0px 2px;
}

.home_social_icons_bottom {
  position: absolute !important;
  z-index: 2 !important;
  bottom: 20px;
  left: 20px;
  width: 20px !important;
  max-width: 80%;
  height: auto !important;
  -webkit-flex-flow: column wrap !important;
  flex-flow: column wrap !important;
}

.social_icons.style_1 ul .fa:after {
  content: "";
  width: 32px;
  height: 32px;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  z-index: 1;
}

/* */
/* Navbar */
/*---------------------------------------------------- */
.navbar {
  margin-bottom: 0px;
  vertical-align: middle;
  border: none;
  position: absolute;
  top: 0px;
  left: 100px;
  right: 0px;
  box-sizing: border-box;
  z-index: 10000;
  border-radius: 0px;
  background: transparent;
  min-height: 100px;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.navbar:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0px;
  right: 0px;
  z-index: 0;
}

.navbar-brand {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  height: 100px;
  padding: 0px;
}

.navbar-brand > img {
  padding: 5px;
  max-height: 60px;
  width: auto;
  box-sizing: content-box;
}

.text_logo {
  height: 100px;
  line-height: 100px;
  padding: 0px 20px;
  font-size: 40px;
  font-style: italic;
  font-weight: bold;
  float: right;
}

.switcher {
  z-index: 1000;
  width: 100px;
  height: 100px;
  cursor: pointer;
  box-sizing: content-box;
  border: 0px;
  position: fixed;
  top: 0px;
  left: 0px;
  margin: 0px;
  z-index: 10001;
  background: rgba(255, 255, 255, 0.3);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  box-sizing: border-box;
}

.switcher.navbar-fixed-top {
  position: fixed;
}

.switcher:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: solid 10px;
  z-index: -1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.switcher svg {
  padding: 0px;
  box-sizing: content-box;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.switcher svg line {
  stroke-width: 3;
  stroke-dashoffset: 0px;
  stroke-dasharray: 40px 10px;
  border-radius: 10px;
  transform-origin: 50% 50%;
  -moz-transition: all 0.3s ease-in-out 0.3s;
  -o-transition: all 0.3s ease-in-out 0.3s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.3s;
  transition: all 0.3s ease-in-out 0.3s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 6s;
  -moz-animation-duration: 6s;
  -ms-animation-duration: 6s;
  -o-animation-duration: 6s;
  animation-duration: 6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.switcher svg line:nth-child(1) {
  -webkit-animation-name: line1;
  -moz-animation-name: line1;
  -ms-animation-name: line1;
  -o-animation-name: line1;
  animation-name: line1;
}

.switcher svg line:nth-child(2) {
  -webkit-animation-name: line2;
  -moz-animation-name: line2;
  -ms-animation-name: line2;
  -o-animation-name: line2;
  animation-name: line2;
}

.switcher svg line:nth-child(3) {
  -webkit-animation-name: line3;
  -moz-animation-name: line3;
  -ms-animation-name: line3;
  -o-animation-name: line3;
  animation-name: line3;
}

.switcher svg line:nth-child(4), .switcher svg line:nth-child(5) {
  stroke-dasharray: 0px 40px;
}

.switcher.expand svg line:nth-child(4), .switcher.expand svg line:nth-child(5) {
  stroke-dasharray: 40px 40px;
}

.switcher.expand svg line:nth-child(2) {
  opacity: 0;
}

.switcher:hover:after {
  border-width: 50px;
}

@keyframes line1 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-webkit-keyframes line1 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-moz-keyframes line1 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes line2 {
  0% {
    stroke-dashoffset: 0px;
  }
  25% {
    stroke-dashoffset: 0px;
  }
  75% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-webkit-keyframes line2 {
  0% {
    stroke-dashoffset: 0px;
  }
  25% {
    stroke-dashoffset: 0px;
  }
  75% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-moz-keyframes line2 {
  0% {
    stroke-dashoffset: 0px;
  }
  25% {
    stroke-dashoffset: 0px;
  }
  75% {
    stroke-dashoffset: 50px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@keyframes line3 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-webkit-keyframes line3 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
@-moz-keyframes line3 {
  0% {
    stroke-dashoffset: 0px;
  }
  50% {
    stroke-dashoffset: 0px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}
.navbar_wrapper {
  position: fixed;
  top: 0%;
  bottom: 100%;
  left: 0px;
  height: auto;
  z-index: 10000;
  box-sizing: content-box;
  overflow: hidden;
  -moz-transition: all 0s ease-out 2s;
  -o-transition: all 0s ease-out 2s;
  -webkit-transition: all 0s ease-out;
  -webkit-transition-delay: 2s;
  transition: all 0s ease-out 2s;
}

/* */
/* Navbar .style_1 */
/*---------------------------------------------------- */
.navbar_wrapper.style_1 {
  right: -17px;
}

.navbar_wrapper svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.navbar_wrapper #searchform input[type="search"] {
  border: solid 3px;
  border-radius: 0px;
  line-height: 24px;
}

.navbar_wrapper.style_1 svg polyline {
  fill: none;
  stroke-dasharray: 22000px, 22000px;
  stroke-dashoffset: -22000px;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  transition: all 2s ease-out;
  stroke-width: 200px;
}

.navbar_wrapper.style_1.expand {
  height: auto;
  top: 0px;
  bottom: 0%;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.navbar_wrapper.style_1.expand svg polyline {
  stroke-dashoffset: 0px;
}

.navbar_wrapper.style_1 .container {
  position: absolute;
  top: 0px;
  left: 0px;
  right: -17px;
  bottom: 0px;
  overflow-y: scroll;
  width: 100%;
  padding: 0px 10%;
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.navbar_wrapper.style_1.expand .container {
  opacity: 1;
}

.navbar_wrapper.style_1 .container .row {
  width: 0%;
  min-height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0px;
  margin: 0px;
  -webkit-align-items: center;
  align-items: center;
  -moz-transition: all 0s ease-in-out 2s;
  -o-transition: all 0s ease-in-out 2s;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 2s;
  transition: all 0s ease-in-out 2s;
}

.navbar_wrapper.style_1.expand .container .row {
  width: 100%;
  margin: 0px;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0s ease-in-out 0s;
}

.navbar_wrapper.style_1 .main-menu-container {
  text-align: center;
  padding: 70px;
}

.menu {
  list-style: none;
  padding: 0px;
}

.menu_information {
  text-align: left;
}

.menu_information h1 {
  margin-bottom: 15px;
}

.navbar_wrapper.style_1 .menu_information {
  opacity: 0;
  text-align: center;
  padding: 70px 80px;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease-in-out 0s;
}

.navbar_wrapper.style_1.expand .menu_information, .navbar_wrapper.style_2.expand .menu_information {
  opacity: 1;
  -moz-transition: opacity 0.3s ease-in-out 1.5s;
  -o-transition: opacity 0.3s ease-in-out 1.5s;
  -webkit-transition: opacity 0.3s ease-in-out;
  -webkit-transition-delay: 1.5s;
  transition: opacity 0.3s ease-in-out 1.5s;
}

.navbar_wrapper.style_2.expand .menu_information {
  padding: 0px 30px;
}

.menu_information .textwidget {
  margin-bottom: 50px;
}

.navbar_wrapper.style_1 .main-menu-container a, .navbar_wrapper.style_2 .main-menu-container a {
  font-size: 3em;
  position: relative;
  margin-bottom: 20px;
  display: inline-block;
  outline: none;
}

.navbar_wrapper.style_1 .main-menu-container li, .navbar_wrapper.style_2 .main-menu-container li {
  text-align: center;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar_wrapper.style_1 .main-menu-container li {
  margin-bottom: 20px;
}

.navbar_wrapper.style_1.expand .main-menu-container li, .navbar_wrapper.style_2.expand .main-menu-container li {
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out 2s;
  -o-transition: all 0.3s ease-in-out 2s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 2s;
  transition: all 0.3s ease-in-out 2s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(1), .navbar_wrapper.style_2 .main-menu-container li:nth-child(1) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(1), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(1) {
  -moz-transition-delay: 1.05s;
  -o-transition-delay: 1.05s;
  -webkit-transition-delay: 1.05s;
  transition-delay: 1.05s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(2), .navbar_wrapper.style_2 .main-menu-container li:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(2), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(2) {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(3), .navbar_wrapper.style_2 .main-menu-container li:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(3), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(3) {
  -moz-transition-delay: 1.15s;
  -o-transition-delay: 1.15s;
  -webkit-transition-delay: 1.15s;
  transition-delay: 1.15s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(4), .navbar_wrapper.style_2 .main-menu-container li:nth-child(4) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(4), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(4) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(5), .navbar_wrapper.style_2 .main-menu-container li:nth-child(5) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(5), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(5) {
  -moz-transition-delay: 1.25s;
  -o-transition-delay: 1.25s;
  -webkit-transition-delay: 1.25s;
  transition-delay: 1.25s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(6), .navbar_wrapper.style_2 .main-menu-container li:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(6), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(6) {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(7), .navbar_wrapper.style_2 .main-menu-container li:nth-child(7) {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(7), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(7) {
  -moz-transition-delay: 1.35s;
  -o-transition-delay: 1.35s;
  -webkit-transition-delay: 1.35s;
  transition-delay: 1.35s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(8), .navbar_wrapper.style_2 .main-menu-container li:nth-child(8) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(8), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(8) {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.navbar_wrapper.style_1 .main-menu-container li:nth-child(9), .navbar_wrapper.style_2 .main-menu-container li:nth-child(9) {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.navbar_wrapper.style_1.expand .main-menu-container li:nth-child(9), .navbar_wrapper.style_2.expand .main-menu-container li:nth-child(9) {
  -moz-transition-delay: 1.45s;
  -o-transition-delay: 1.45s;
  -webkit-transition-delay: 1.45s;
  transition-delay: 1.45s;
}

.navbar.style_1 .social_icons {
  float: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar.style_1 .social_icons ul {
  -webkit-align-items: center;
  align-items: center;
}

.navbar_wrapper.style_1 .main-menu-container a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  right: 100%;
  top: 100%;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-animation-name: out;
  -moz-animation-name: out;
  -ms-animation-name: out;
  -o-animation-name: out;
  animation-name: out;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.navbar_wrapper.style_1 .main-menu-container a:hover:after {
  -webkit-animation-name: in;
  -moz-animation-name: in;
  -ms-animation-name: in;
  -o-animation-name: in;
  animation-name: in;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.3s;
  -moz-animation-duration: 0.3s;
  -ms-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes out {
  0% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
}
@-webkit-keyframes out {
  0% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
}
@-moz-keyframes out {
  0% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
}
@keyframes in {
  0% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
}
@-webkit-keyframes in {
  0% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
}
@-moz-keyframes in {
  0% {
    -moz-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
    height: 8px;
    right: 100%;
    border-radius: 10px;
  }
  50% {
    -moz-transform: translateX(0px) rotate(360deg);
    -ms-transform: translateX(0px) rotate(360deg);
    -webkit-transform: translateX(0px) rotate(360deg);
    transform: translateX(0px) rotate(360deg);
    height: 16px;
    right: 50%;
    border-radius: 0px;
  }
  100% {
    -moz-transform: translateX(10px) rotate(720deg);
    -ms-transform: translateX(10px) rotate(720deg);
    -webkit-transform: translateX(10px) rotate(720deg);
    transform: translateX(10px) rotate(720deg);
    height: 8px;
    right: 0%;
    border-radius: 10px;
  }
}
/* */
/* Navbar .style_2 */
/*---------------------------------------------------- */
.navbar.style_2 {
  position: fixed;
  left: 0px;
}

.navbar.style_2 .navbar-brand {
  float: right;
}

.navbar.style_2 .text_logo {
  padding-left: 0px;
}

.navbar_wrapper.style_2 {
  position: fixed;
  top: 100px;
  left: 0px;
  bottom: 0px;
  width: 0px;
  z-index: 300;
  box-sizing: content-box;
  overflow: hidden;
  -moz-transition: all 0s ease-out 2s;
  -o-transition: all 0s ease-out 2s;
  -webkit-transition: all 0s ease-out;
  -webkit-transition-delay: 2s;
  transition: all 0s ease-out 2s;
}

.navbar_wrapper.style_2.expand {
  width: 300px;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  -webkit-transition: all 0s ease-out;
  transition: all 0s ease-out;
}

.navbar_wrapper.style_2 svg {
  width: 100%;
  height: 100%;
  position: relative;
  top: 0px;
  left: 0px;
}

.navbar_wrapper.style_2 svg polyline {
  fill: none;
  stroke-dasharray: 12000px, 12000px;
  stroke-dashoffset: -12000px;
  -moz-transition: all 2s ease-out 1s;
  -o-transition: all 2s ease-out 1s;
  -webkit-transition: all 2s ease-out;
  -webkit-transition-delay: 1s;
  transition: all 2s ease-out 1s;
  stroke-width: 200px;
}

.navbar_wrapper.style_2.expand svg polyline {
  stroke-dashoffset: 0px;
  -moz-transition: all 2s ease-out 0s;
  -o-transition: all 2s ease-out 0s;
  -webkit-transition: all 2s ease-out;
  -webkit-transition-delay: 0s;
  transition: all 2s ease-out 0s;
}

.navbar_wrapper.style_2 .menu_information {
  text-align: left;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out 0.5s;
  -o-transition: all 0.3s ease-in-out 0.5s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.5s;
  transition: all 0.3s ease-in-out 0.5s;
}

.navbar_wrapper.style_2 .menu_information h1 {
  font-size: 50px;
}

.navbar_wrapper.style_2 .col-xs-12 {
  padding: 0px;
}

.navbar_wrapper.style_2 .container {
  position: absolute;
  width: auto;
  left: 0px;
  right: -20px;
  top: 0px;
  bottom: 0px;
  padding: 70px 0px;
  padding-top: 30px;
  overflow-y: scroll;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
  opacity: 0;
}

.navbar_wrapper.style_2 .searchform {
  margin-bottom: 30px;
  padding: 0px 28px;
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out 1s;
  -o-transition: all 0.3s ease-in-out 1s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 1s;
  transition: all 0.3s ease-in-out 1s;
}

.navbar_wrapper.style_2.expand .searchform {
  opacity: 1;
}

.navbar_wrapper.style_2 .searchform .search-field input[type="search"], .navbar_wrapper.style_2 .searchform .search-field input[type="search"]:hover, .navbar_wrapper.style_2 .searchform .search-field input[type="search"]:focus {
  border: solid 3px !important;
  box-shadow: none;
}

.navbar_wrapper.style_2 .searchform .search-ico {
  right: 42px;
  top: 15px;
  padding: 0px;
}

.navbar_wrapper.style_2.expand .container {
  opacity: 1;
}

.navbar_wrapper.style_2 .container .row {
  width: 100%;
  margin: 0px !important;
  padding-right: 20px;
  -moz-transition: all 0s ease-in-out 0s;
  -o-transition: all 0s ease-in-out 0s;
  -webkit-transition: all 0s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: all 0s ease-in-out 0s;
}

.navbar_wrapper.style_2 ul {
  color: inherit;
}

.navbar_wrapper.style_2 .main-menu-container {
  padding-bottom: 50px;
  overflow: hidden;
}

.navbar_wrapper.style_2 .main-menu-container li {
  text-align: left;
  position: relative;
  margin: 0px;
  padding: 0px;
}

.navbar_wrapper.style_2 .main-menu-container a {
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: 0px;
  z-index: 2;
  padding: 10px 30px;
  width: 100%;
  position: relative;
}

.navbar_wrapper.style_2 .main-menu-container .sub-menu li a {
  font-size: 1.2em;
}

.navbar_wrapper.style_2 .main-menu-container .sub-menu > li .sub-menu a {
  font-size: 1em;
}

.navbar_wrapper.style_2 .main-menu-container li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 50%;
  z-index: -1;
  height: 0px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar_wrapper.style_2 .main-menu-container li.menu-item-has-children > a:after {
  content: "";
  position: static;
  left: auto;
  right: auto;
  bottom: auto;
  top: auto;
  background: transparent !important;
  margin-left: 8px;
  display: inline-block;
  -moz-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  -webkit-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
  border-bottom: solid 2px;
  border-right: solid 2px;
  width: 5px;
  height: 5px;
}

.navbar_wrapper.style_2 .main-menu-container li a:hover:before {
  top: 0px;
  bottom: 0px;
  height: 100%;
}

.navbar_wrapper.style_2 .main-menu-container .menu-item-has-children > ul.sub-menu {
  position: relative;
  padding: 0px;
  box-sizing: content-box;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.navbar_wrapper.style_2 .sub-menu.level_1 a {
  text-indent: 10px;
}

.navbar_wrapper.style_2 .sub-menu.level_2 a {
  text-indent: 20px;
}

.navbar_wrapper.style_2 .menu .sub-menu {
  overflow: hidden;
  max-height: 0px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.navbar_wrapper.style_2 .main-menu-container .menu-item-has-children > ul.sub-menu.opened {
  max-height: 700px;
  padding: 20px 0px;
}

.navbar.style_2 .social_icons {
  float: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  padding-left: 30px;
  padding-right: 30px;
}

.navbar.style_2 .social_icons ul {
  -webkit-align-items: center;
  align-items: center;
}

/* */
/* Navbar .style_3 */
/*---------------------------------------------------- */
.navbar.style_3 {
  width: 100%;
  left: 0px;
  position: fixed;
}

.navbar.style_3.style_3_static {
  position: absolute;
  top: 0px;
}

.switcher.style_3 {
  left: auto;
  right: 0px;
}

.navbar.style_3 .main-menu-container {
  position: relative;
  height: 100px;
  right: 0px;
  width: auto;
  float: right;
  z-index: 1;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.navbar.style_4 .main-menu-container {
  float: none;
}

.navbar.style_4 > .navbar-brand {
  display: flex;
}

.navbar.style_3 .main-menu-container > div {
  height: 100%;
}

.navbar.style_3 .menu {
  position: static;
  white-space: nowrap;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  height: 100%;
  -webkit-align-items: center;
  align-items: center;
}

.navbar.style_3 .menu {
  -webkit-justify-content: center;
  justify-content: center;
}

.navbar.style_3 .menu .menu-item {
  padding: 0px 20px;
  position: relative;
}

.navbar.style_4 .menu .menu_brand {
  padding: 0px 30px;
}

.navbar.style_3 .menu > li > .sub-menu {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translate(-50%, 43px);
  -ms-transform: translate(-50%, 43px);
  -webkit-transform: translate(-50%, 43px);
  transform: translate(-50%, 43px);
}

.navbar.style_3 .sub-menu {
  overflow: hidden;
  max-height: 0px;
  position: relative;
  widht: 100%;
  padding: 0px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  min-width: 250px;
  -moz-transition: max-height 0.7s ease-in-out, padding 0.4s ease-in-out 0.3s;
  -o-transition: max-height 0.7s ease-in-out, padding 0.4s ease-in-out 0.3s;
  -webkit-transition: max-height 0.7s ease-in-out, padding 0.4s ease-in-out;
  -webkit-transition-delay: 0s, 0.3s;
  transition: max-height 0.7s ease-in-out, padding 0.4s ease-in-out 0.3s;
}

.navbar.style_3 .sub-menu.opened {
  max-height: 1000px;
}

.navbar.style_3 .sub-menu .menu-item {
  width: 100%;
  padding: 0px;
  z-index: 1;
}

.navbar.style_3 .sub-menu .menu-item a {
  width: 100%;
  display: block;
  padding: 10px 20px;
  line-height: 20px;
  z-index: 2;
}

.navbar.style_3 .sub-menu a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  right: 0px;
  bottom: 50%;
  z-index: -1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.navbar.style_3 .sub-menu a:hover:before {
  top: 0px;
  bottom: 0px;
}

.navbar.style_3 .sub-menu[data-level='level_1'].opened {
  padding-top: 10px;
}

.navbar.style_3 .sub-menu .menu-item:first-child {
  padding-top: 20px;
}

.navbar.style_3 .sub-menu .menu-item:last-child {
  padding-bottom: 20px;
}

.navbar.style_3 .sub-menu[data-level='level_1']:before {
  content: "";
  border-bottom: solid 10px;
  border-left: solid 12px transparent;
  border-right: solid 12px transparent;
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.navbar.style_3 .menu-item-has-children > a:after {
  content: "";
  position: static;
  background: transparent !important;
  margin-left: 5px;
  display: inline-block;
  -moz-transform: translateY(-3px) rotate(45deg);
  -ms-transform: translateY(-3px) rotate(45deg);
  -webkit-transform: translateY(-3px) rotate(45deg);
  transform: translateY(-3px) rotate(45deg);
  border-bottom: solid 2px;
  border-right: solid 2px;
  width: 5px;
  height: 5px;
}

.navbar.style_3.contract {
  position: fixed;
}

.navbar.style_3 .social_icons {
  float: right;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100px;
  padding-left: 30px;
}

.navbar.style_3 .social_icons ul {
  -webkit-align-items: center;
  align-items: center;
}

.navbar.style_4 .social_icons {
  position: absolute;
  top: 0px;
  right: 20px;
}

/* */
/* Pagination Switcher */
/*---------------------------------------------------- */
.pagination_switcher {
  position: fixed;
  z-index: 100000;
}

.pagination_switcher.right {
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination_switcher.left {
  left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination_switcher.bottom {
  left: 50%;
  bottom: 20px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pagination_switcher a {
  width: 30px;
  height: 30px;
  display: block;
  border: 0px;
  position: relative;
  opacity: 0;
  -moz-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -o-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -webkit-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.pagination_switcher a:nth-child(1) {
  -moz-transition-delay: 1.66667s;
  -o-transition-delay: 1.66667s;
  -webkit-transition-delay: 1.66667s;
  transition-delay: 1.66667s;
}

.pagination_switcher a:nth-child(2) {
  -moz-transition-delay: 1.83333s;
  -o-transition-delay: 1.83333s;
  -webkit-transition-delay: 1.83333s;
  transition-delay: 1.83333s;
}

.pagination_switcher a:nth-child(3) {
  -moz-transition-delay: 2s;
  -o-transition-delay: 2s;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.pagination_switcher a:nth-child(4) {
  -moz-transition-delay: 2.16667s;
  -o-transition-delay: 2.16667s;
  -webkit-transition-delay: 2.16667s;
  transition-delay: 2.16667s;
}

.pagination_switcher a:nth-child(5) {
  -moz-transition-delay: 2.33333s;
  -o-transition-delay: 2.33333s;
  -webkit-transition-delay: 2.33333s;
  transition-delay: 2.33333s;
}

.pagination_switcher a:nth-child(6) {
  -moz-transition-delay: 2.5s;
  -o-transition-delay: 2.5s;
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}

.pagination_switcher a:nth-child(7) {
  -moz-transition-delay: 2.66667s;
  -o-transition-delay: 2.66667s;
  -webkit-transition-delay: 2.66667s;
  transition-delay: 2.66667s;
}

.pagination_switcher a:nth-child(8) {
  -moz-transition-delay: 2.83333s;
  -o-transition-delay: 2.83333s;
  -webkit-transition-delay: 2.83333s;
  transition-delay: 2.83333s;
}

.pagination_switcher a:nth-child(9) {
  -moz-transition-delay: 3s;
  -o-transition-delay: 3s;
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}

.content_wrapper.loaded .pagination_switcher a {
  opacity: 1;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.pagination_switcher.bottom a {
  display: inline-block;
  white-space: nowrap;
}

.pagination_switcher a:after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 30px;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67), border-radius 0.3s ease-in-out;
  -o-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67), border-radius 0.3s ease-in-out;
  -webkit-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67), border-radius 0.3s ease-in-out;
  transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67), border-radius 0.3s ease-in-out;
}

.pagination_switcher a:hover:after {
  width: 22px !important;
  height: 22px !important;
  border-radius: 6px !important;
}

.pagination_switcher a:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  border-radius: 30px;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -o-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -webkit-transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  transition: all 0.4s cubic-bezier(0.89, -0.3, 0.13, 1.67);
}

.pagination_switcher a:hover:before {
  width: 12px;
  height: 12px;
}

.pagination_switcher a span {
  position: absolute;
  right: 40px;
  top: 50%;
  opacity: 0;
  white-space: nowrap;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: right;
  font-size: 14px;
  -moz-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -o-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  -webkit-transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67);
  transition: all 0.6s cubic-bezier(0.89, -0.3, 0.13, 1.67);
}

.pagination_switcher a:nth-child(1) span {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.pagination_switcher a:nth-child(2) span {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.pagination_switcher a:nth-child(3) span {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.pagination_switcher a:nth-child(4) span {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.pagination_switcher a:nth-child(5) span {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.pagination_switcher a:nth-child(6) span {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.pagination_switcher a:nth-child(7) span {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.pagination_switcher a:nth-child(8) span {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.pagination_switcher a:nth-child(9) span {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.pagination_switcher.left a span {
  left: 40px;
  text-align: left;
  right: auto;
}

.pagination_switcher.bottom a span {
  left: 50%;
  bottom: 40px;
  right: auto;
  top: auto;
  text-align: center;
  white-space: pre-wrap;
  width: 5px;
  word-wrap: break-word;
  -moz-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.pagination_switcher:hover a span {
  opacity: 0.8;
}

.pagination_switcher a.active:before {
  width: 8px;
  height: 8px;
}

.pagination_switcher a.active:after {
  width: 20px;
  height: 20px;
  border-radius: 6px;
}

/* */
/*1. Supage header */
/*---------------------------------------------------- */
.head {
  min-height: 330px;
  padding: 0px;
  margin: 0px;
  position: relative;
  margin-top: 70px;
}

.head svg {
  width: 100%;
  position: absolute;
  height: 20%;
  bottom: -1px;
  z-index: 0;
  left: 0px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.head svg polygon {
  fill: #fcfcfc;
}

.head .container {
  position: relative;
}

.separator {
  width: 100%;
  height: 10px;
  clear: both;
  display: block;
  position: relative;
  margin: 10px auto;
}

.separator:after {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 30px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.head_subpage {
  margin-top: 0px;
  padding-top: 70px;
  background-size: cover;
  height: 100%;
  position: relative;
}

.head_subpage.no_thumbnail:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 50%;
  margin-top: -1px;
}

.head_subpage .container {
  position: relative;
  z-index: 0;
  min-width: 100%;
}

.head_subpage_title {
  padding: 20vh 30px;
}

.head_subpage_title span {
  display: block;
  opacity: 0;
  color: inherit;
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.head_subpage_title h1 span {
  line-height: 1.4em;
}

.content_wrapper.loaded .head_subpage_title span {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.head_subpage_title .l1 {
  font-size: 100%;
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.head_subpage_title .l2 {
  font-size: 80%;
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

.head_subpage_title .l3 {
  font-size: 16px;
  line-height: 1.4em;
  font-weight: lighter;
  margin-top: 3vh;
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

#content {
  -moz-transform: translateY(-30px);
  -ms-transform: translateY(-30px);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
  padding: 30px;
  box-sizing: border-box;
}

#content.page_no_sidebar {
  padding: 0px 30px;
}

.header_bg {
  width: 100%;
  padding-top: 25%;
  position: relative;
  background-size: cover;
  min-height: 300px;
}

.header_bg:after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 100%;
  height: 50%;
}

.no_thumbnail .header_bg:after {
  top: 100%;
}

.scroll_downCircle {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 100px;
  border-width: 5px;
  border-style: solid;
}

.scroll_down {
  position: absolute;
  top: 0px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-width: 0px;
  border-style: solid;
  z-index: 5;
}

.scroll_down:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-style: solid;
  width: 30px;
  height: 30px;
  border-width: 0px 0px 5px 5px;
  -moz-transform: translate(-15px, -15px) rotate(-45deg);
  -ms-transform: translate(-15px, -15px) rotate(-45deg);
  -webkit-transform: translate(-15px, -15px) rotate(-45deg);
  transform: translate(-15px, -15px) rotate(-45deg);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.scroll_down:hover:after {
  -webkit-animation-name: up_down;
  -moz-animation-name: up_down;
  -ms-animation-name: up_down;
  -o-animation-name: up_down;
  animation-name: up_down;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 0.6s;
  -moz-animation-duration: 0.6s;
  -ms-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@keyframes up_down {
  0% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
  50% {
    -moz-transform: translate(-15px, -10px) rotate(-45deg);
    -ms-transform: translate(-15px, -10px) rotate(-45deg);
    -webkit-transform: translate(-15px, -10px) rotate(-45deg);
    transform: translate(-15px, -10px) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
}
@-webkit-keyframes up_down {
  0% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
  50% {
    -moz-transform: translate(-15px, -10px) rotate(-45deg);
    -ms-transform: translate(-15px, -10px) rotate(-45deg);
    -webkit-transform: translate(-15px, -10px) rotate(-45deg);
    transform: translate(-15px, -10px) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
}
@-moz-keyframes up_down {
  0% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
  50% {
    -moz-transform: translate(-15px, -10px) rotate(-45deg);
    -ms-transform: translate(-15px, -10px) rotate(-45deg);
    -webkit-transform: translate(-15px, -10px) rotate(-45deg);
    transform: translate(-15px, -10px) rotate(-45deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-15px, -20px) rotate(-45deg);
    -ms-transform: translate(-15px, -20px) rotate(-45deg);
    -webkit-transform: translate(-15px, -20px) rotate(-45deg);
    transform: translate(-15px, -20px) rotate(-45deg);
    opacity: 0.5;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto !important;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-free-mode > .swiper-wrapper {
  -moz-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  float: left;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.swiper-slide img {
  width: auto;
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  float: left;
}

.swiper-slide-active {
  height: auto !important;
}

.swiper-slide:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
  -moz-transform: translate3d(0px, 0, 0);
  -ms-transform: translate3d(0px, 0, 0);
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
  bottom: 30px;
  left: 0px;
  width: 100%;
}

.swiper-pagination-switch {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #fff;
  opacity: 1;
  margin: 0px 5px;
  cursor: pointer;
  -moz-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  transition: ease-in-out 0.3s;
}

.swiper-pagination-switch:hover {
  opacity: 1;
}

.swiper-pagination-switch-active {
  opacity: 1;
}

#wp-calendar caption {
  padding-bottom: 20px;
  font-size: 1em;
  font-weight: bold;
}

/* */
/*1. Site Content */
/*---------------------------------------------------- */
.vc_magician_svgShape {
  width: 100%;
  height: 100%;
  z-index: 0;
  position: relative;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  display: block;
}

.vc_magician_svgShape.absolute {
  position: absolute;
}

.vc_magician_svgShape.absolute.pos_centerLeft {
  top: 50%;
  left: 0px;
  right: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vc_magician_svgShape.absolute.pos_centerRight {
  top: 50%;
  right: 0px;
  left: auto;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vc_magician_svgShape.absolute.pos_centerCenter {
  top: 50%;
  left: 50%;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vc_magician_svgShape.absolute.pos_topLeft {
  top: 0px;
  left: 0px;
  right: auto;
}

.vc_magician_svgShape.absolute.pos_topRight {
  top: 0px;
  right: 0px;
  left: auto;
}

.vc_magician_svgShape.absolute.pos_topCenter {
  top: 0px;
  left: 50%;
  right: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vc_magician_svgShape.absolute.pos_bottomLeft {
  bottom: 0px;
  left: 0px;
  top: auto;
  right: auto;
}

.vc_magician_svgShape.absolute.pos_bottomRight {
  bottom: 0px;
  right: 0px;
  top: auto;
  left: auto;
}

.vc_magician_svgShape.absolute.pos_bottomCenter {
  bottom: 0px;
  left: 50%;
  top: auto;
  right: auto;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vc_magician_svgShape.bringToFront {
  z-index: 200;
}

.round_chart {
  visibility: hidden;
  display: none;
}

/* 1.1 > Header */
/*---------------------------------------------------- */
.cover-container {
  margin-right: auto;
  margin-left: auto;
}

/* 1.1 > Visual Composer Widgets */
/*---------------------------------------------------- */
.b_caption {
  width: 100%;
  position: relative;
  display: block;
  justify-content: space-around;
  line-height: 1em;
  text-decoration: none;
  margin-bottom: 0px;
}

.b_caption.left {
  justify-content: flex-start;
  text-align: left;
  float: left;
}

.b_caption.center {
  justify-content: center;
  text-align: center;
  float: none;
}

.b_caption.right {
  justify-content: flex-end;
  text-align: right;
  float: right;
}

.b_caption.style_1.right .vc_sep_holder_r, .b_caption.style_1.left .vc_sep_holder_l {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.b_caption.style_1.right .vc_sep_holder_l, .b_caption.style_1.left .vc_sep_holder_r {
  -webkit-box-flex: 3;
  -webkit-flex: 3 1 auto;
  -ms-flex: 3 1 auto;
  flex: 3 1 auto;
}

.rev_slider_wrapper .b_caption {
  -moz-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.fittext {
  display: block;
  line-height: 1em;
  width: 100%;
}

.lettering {
  line-height: 1em;
  display: -webkit-box;
  /* OLD: Safari,  iOS, Android browser, older WebKit browsers.  */
  display: -moz-box;
  /* OLD: Firefox (buggy) */
  display: -ms-flexbox;
  /* MID: IE 10 */
  display: -webkit-flex;
  /* NEW, Chrome 21–28, Safari 6.1+ */
  display: flex;
  /* NEW: IE11, Chrome 29+, Opera 12.1+, Firefox 22+ */
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.lettering span {
  min-width: 0;
  color: inherit;
}

h1 span.fittext {
  opacity: 0;
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -moz-transition: -moz-transform 0.4s ease-out, opacity 1s ease-out;
  -o-transition: -o-transform 0.4s ease-out, opacity 1s ease-out;
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 1s ease-out;
  transition: transform 0.4s ease-out, opacity 1s ease-out;
}

h1.visible span.fittext {
  opacity: 1;
  color: inherit;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

span.fittext:nth-child(1) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

span.fittext:nth-child(2) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

span.fittext:nth-child(3) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

span.fittext:nth-child(4) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

span.fittext:nth-child(5) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

span.fittext:nth-child(6) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

span.fittext:nth-child(7) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

span.fittext:nth-child(8) {
  -moz-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

span.fittext:nth-child(9) {
  -moz-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

span.fittext:nth-child(10) {
  -moz-transition-delay: 1s;
  -o-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

span.fittext:nth-child(11) {
  -moz-transition-delay: 1.1s;
  -o-transition-delay: 1.1s;
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}

span.fittext:nth-child(12) {
  -moz-transition-delay: 1.2s;
  -o-transition-delay: 1.2s;
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}

span.fittext:nth-child(13) {
  -moz-transition-delay: 1.3s;
  -o-transition-delay: 1.3s;
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}

span.fittext:nth-child(14) {
  -moz-transition-delay: 1.4s;
  -o-transition-delay: 1.4s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}

.vc_magician_divisor {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-center;
  justify-content: flex-center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
}

.vc_magician_divisor.left {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.vc_magician_divisor.center {
  justify-content: center;
  -webkit-justify-content: center;
}

.vc_magician_divisor.right {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.vc_magician_divisor.left .vc_sep_holder_l {
  display: none;
}

.vc_magician_divisor.left .l2 {
  padding-left: 0px;
}

.vc_magician_divisor.right .vc_sep_holder_r {
  display: none;
}

.vc_magician_divisor.right .l2 {
  padding-right: 0px;
}

.vc_magician_divisor .vc_sep_holder {
  height: 3px;
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 10%;
  margin: 10px auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_magician_divisor.left {
  text-align: left;
}

.vc_magician_divisor.right {
  text-align: right;
}

.vc_magician_cover .cover .vc_magician_divisor .vc_sep_holder {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

.vc_magician_cover:hover .cover .vc_magician_divisor .vc_sep_holder {
  flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
}

.vc_magician_cover .cover .vc_magician_divisor .l2, .vc_magician_cover .cover .vc_magician_divisor h2, .vc_magician_cover a {
  text-decoration: none !important;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_magician_cover:hover .cover .vc_magician_divisor .l2 {
  flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
}

.vc_magician_divisor .vc_sep_holder .vc_sep_line {
  display: none !important;
}

.vc_magician_divisor .l2 {
  word-wrap: break-word;
  -webkit-box-flex: 0 auto;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  padding: 0px 25px;
  font-family: inherit;
  line-height: 1em !important;
  margin: 0px !important;
  font-size: 100%;
  text-decoration: none !important;
}

.vc_magician_divisor .l2 .subtitle {
  flex: 1 100%;
}

.vc_magician_divisor .l2 .subtitle h1, .vc_magician_divisor .l2 .subtitle h2, .vc_magician_divisor .l2 .subtitle h3, .vc_magician_divisor .l2 .subtitle h4, .vc_magician_divisor .l2 .subtitle h5, .vc_magician_divisor .l2 .subtitle h6 {
  font-family: inherit !important;
}

.vc_magician_divisor .vc_icon_element {
  margin: auto;
  padding: 3px;
}

.vc_magician_divisor .divisor_icons {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-flow: row nowrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin: auto;
  margin-bottom: 0px;
}

.vc_magician_divisor .divisor_icons span {
  color: inherit;
}

.vc_magician_divisor .divisor_icons div {
  -webkit-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1;
  padding: 0px 5px;
}

.vc_magician_divisor .divisor_icons img {
  padding: 5px 0px;
  box-sizing: content-box;
  margin: 0px !important;
  width: 100%;
  height: auto;
}

.vc_magician_divisor .divisor_icons img.xl {
  width: 70px;
  max-height: 70px;
}

.vc_magician_divisor .divisor_icons img.lg {
  width: 45px;
  max-height: 45px;
}

.vc_magician_divisor .divisor_icons img.md {
  width: 30px;
  max-height: 30px;
}

.vc_magician_divisor .divisor_icons img.sm {
  width: 22px;
  max-height: 22px;
}

.vc_magician_divisor .divisor_icons img.xs {
  width: 16px;
  max-height: 16px;
}

.vc_magician_divisor .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  line-height: 1em !important;
  border: 0px;
  padding: 0px;
  height: auto;
  width: auto;
  display: block;
}

.vc_magician_divisor .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.btn_magician.inline {
  display: inline-block;
}

.btn_magician.left {
  float: left;
}

.btn_magician.left .text {
  text-align: left;
}

.btn_magician.right {
  float: right;
}

.btn_magician.right .btn_wrapper {
  flex-direction: row-reverse;
}

.btn_magician.right .text {
  text-align: right;
}

.btn_magician.center {
  display: table;
  margin: auto;
}

.btn_magician.center .text {
  text-align: center;
}

.btn_magician.style_1 .btn_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
}

.btn_magician.full_width, .full_width {
  width: 100%;
}

.btn_magician.full_width .btn_wrapper {
  -webkit-justify-content: center;
  justify-content: center;
}

/*BTN Style 1 */
.btn_magician.style_1 {
  position: relative;
  box-sizing: border-box;
  border: 0px;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  background: transparent;
  padding: 15px;
  outline-width: 3px;
  outline-style: solid;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
}

.btn_magician.style_1:after {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  right: 50%;
  padding: 0px 0px;
  box-sizing: content-box;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_magician.style_1:hover:after {
  content: "";
  width: 100%;
  padding: 0px 1px;
  left: -1px;
  right: -1px;
}

.btn_magician.style_1 .caption {
  letter-spacing: 2px !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_magician.style_1:hover .caption {
  letter-spacing: 4px !important;
}

.btn_magician .button_icons {
  margin: auto;
  display: block;
}

.btn_magician .caption {
  display: block;
  visibility: visible !important;
  color: inherit;
  width: 100%;
}

.btn_magician .button_icons span, .btn_magician .button_images span {
  display: table !important;
  border: 0px !important;
  margin: auto !important;
}

/*BTN Style 2 */
.btn_magician.style_2 {
  position: relative;
  box-sizing: border-box;
  border: 0px;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  background: transparent;
  width: auto;
  position: relative;
  font-size: 20px;
  text-decoration: none;
  letter-spacing: 2px;
}

.btn_magician.style_2 .btn_wrapper {
  padding: 0px 10px;
  display: block;
  box-sizing: content-box;
}

.btn_magician.style_2:before {
  content: "";
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 100%;
  border-radius: 10000px;
  width: 100%;
  border: solid 4px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  box-sizing: content-box;
}

.btn_magician.style_2:hover:before {
  border-width: 10px;
}

.btn_magician.style_2.full_width {
  width: 100%;
}

.btn_magician.style_2.full_width:before {
  padding: 25px;
  width: 100%;
  height: 100%;
}

/*BTN Style 3 */
.btn_magician.style_3 {
  position: relative;
  box-sizing: border-box;
  border: 0px;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  background: transparent;
  padding: 15px;
  outline-width: 3px;
  outline-style: solid;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.btn_magician.style_3:hover {
  outline-width: 8px !important;
}

.btn_magician.style_3 .caption {
  letter-spacing: 2px !important;
  -moz-transition: all 0.3s !important;
  -o-transition: all 0.3s !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.btn_magician.style_3:hover .caption {
  letter-spacing: 4px !important;
}

/*BTN Style 4 */
.btn_magician.style_4 {
  position: relative;
  box-sizing: border-box;
  border: 0px;
  text-align: center;
  line-height: 1.5em;
  text-decoration: none;
  background: transparent;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  border-radius: 100px;
  z-index: 3;
}

.btn_magician.style_4 {
  padding: 30px;
}

.btn_magician.style_4 .btn_wrapper {
  border-radius: 100px;
  position: relative;
  z-index: 2;
}

.btn_magician.style_4:after, .btn_magician.style_4:before {
  content: "";
  height: auto;
  width: auto;
  position: absolute;
  bottom: 4px;
  left: 4px;
  right: 4px;
  top: 4px;
  z-index: 1;
  border-radius: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn_magician.style_4:before {
  content: "";
  left: -5px;
  top: -5px;
  bottom: -5px;
  right: -5px;
  z-index: 0;
  background: transparent !important;
  border: solid 5px;
}

.btn_magician.style_4:hover:after {
  content: "";
  left: 50%;
  top: 50%;
  right: 50%;
  bottom: 50%;
}

.vc_magician_title {
  position: relative;
  z-index: 1;
  text-align: center;
}

.vc_magician_title h2 {
  display: table;
  margin: auto;
}

.vc_magician_title svg {
  width: 56px;
  height: 16px;
  position: relative;
  display: block;
  margin: auto;
  margin-top: 20px;
  margin-bottom: 0px;
  min-height: inherit;
}

.vc_magician_title:before, .vc_magician_title:after {
  display: none;
}

.vc_magician_title.style_2 h2 > span:first-child, .comment-reply-title .vc_magician_title.style_2 > span:first-child {
  display: block;
  padding: 20px;
  border: solid 4px;
  border-bottom: 0px;
  position: relative;
}

.vc_magician_title.style_2 h2 > span:first-child svg, .comment-reply-title .vc_magician_title.style_2 > span:first-child svg {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 4px;
  fill: none;
  stroke: #000000;
  stroke-width: 4;
  stroke-miterlimit: 10;
}

.vc_magician_title p {
  text-transform: none;
  display: inherit;
  padding-top: 15px;
  margin-bottom: 0px;
  line-height: 1.4em;
  display: inline-block;
}

.vc_magician_title a {
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  margin-top: 20px;
  -moz-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  -webkit-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.vc_magician_title a:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -10px;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
  border-bottom: solid 5px;
  -moz-transition: border-bottom-color 0.3s ease-in-out;
  -o-transition: border-bottom-color 0.3s ease-in-out;
  -webkit-transition: border-bottom-color 0.3s ease-in-out;
  transition: border-bottom-color 0.3s ease-in-out;
}

.vc_magician_title a i {
  font-size: 14px;
  padding-right: 5px;
}

.vc_magician_title.style_2 .border_bottom {
  display: table;
  position: absolute;
  width: 100%;
  left: 0px;
  top: 100%;
  -moz-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}

.vc_magician_title.style_2 .border_bottom > span {
  display: table-cell;
  border-bottom: solid 4px;
  position: relative;
}

.vc_magician_title.style_2 .border_bottom > span:nth-child(2) {
  border: 0px;
  width: 24px;
}

.vc_magician_title.style_2 .border_bottom > span:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 21px;
  height: 21px;
  border: solid 4px;
  border-top: 0px;
  border-left: 0px;
  -moz-transform: rotate(45deg) translate(-4px, -7px);
  -ms-transform: rotate(45deg) translate(-4px, -7px);
  -webkit-transform: rotate(45deg) translate(-4px, -7px);
  transform: rotate(45deg) translate(-4px, -7px);
}

.comment-reply-title {
  margin-bottom: 30px;
}

.comment-reply-title .vc_magician_title {
  display: table;
  margin: auto;
}

.vc_magician_btn {
  color: #e0e0e0 !important;
  padding: 20px 40px !important;
  position: relative;
  text-align: center;
  font-weight: 700 !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vc_magician_btn:before {
  content: "";
  position: absolute;
  top: 0px;
  width: 100%;
  height: 50%;
  left: 20px;
  z-index: -1;
  background: #999999;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vc_magician_btn:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 100%;
  height: 50%;
  right: 20px;
  z-index: -1;
  background: #999999;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vc_magician_btn:hover {
  color: #999999 !important;
}

.vc_magician_btn:hover:before {
  left: -20px;
  background: #e0e0e0;
}

.vc_magician_btn:hover:after {
  right: -20px;
  background: #e0e0e0;
}

.magician-revolution-shape {
  background: transparent !important;
  box-shadow: 40px 40px 50px rgba(0, 0, 0, 0.5);
}

.vc_magician_cover {
  position: relative;
  z-index: 2;
  border-radius: 3px;
}

.vc_magician_cover img {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  -moz-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.vc_magician_cover.monocromatic img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_magician_cover.cover_frame img {
  border-radius: 10px;
}

.vc_magician_cover > a {
  color: inherit;
}

.vc_magician_cover > a:hover {
  color: inherit;
}

.vc_magician_cover .cover, .vc_magician_cover .cover.above {
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 10%;
  left: 10%;
  height: 0px;
  z-index: 2;
  opacity: 0.9;
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
  border-radius: 5px 0px 5px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_magician_cover .cover.before, .vc_magician_cover .cover.after {
  height: auto;
  top: auto;
  bottom: auto;
  width: auto;
  margin: auto;
  background: transparent;
}

.vc_magician_cover .cover:after {
  content: "";
  width: 0%;
  position: absolute;
  background: inherit;
  bottom: 0px;
  right: 100%;
  height: 5px;
  border-radius: 0px 0px 0px 5px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_magician_cover .cover:before {
  content: "";
  width: 0%;
  position: absolute;
  background: inherit;
  top: 0px;
  left: 100%;
  height: 5px;
  border-radius: 0px 5px 0px 0px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_magician_cover .cover.after, .vc_magician_cover .cover.after > div, .vc_magician_cover .cover.after > a, .vc_magician_cover .cover.before, .vc_magician_cover .cover.before > div, .vc_magician_cover .cover.before > a {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  bottom: auto;
  -moz-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.vc_magician_cover:hover .cover:after, .vc_magician_cover:hover .cover:before {
  width: 20px;
}

.vc_magician_cover .cover a, .vc_magician_cover .cover > div, .vc_magician_cover .cover.above > div {
  color: inherit;
  text-decoration: none;
  margin: 0px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_magician_cover .cover.above > div {
  position: absolute;
  color: inherit;
  text-decoration: none;
  top: 50%;
  left: 50%;
  margin: 0px;
  overflow: hidden;
  width: 90%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_magician_cover .cover > div, .vc_magician_cover .cover a {
  font-size: 16px;
}

.vc_magician_cover .cover.after > div, .vc_magician_cover .cover.after a {
  margin-top: 30px;
  width: auto;
}

.vc_magician_cover .cover.before > div, .vc_magician_cover .cover.before a {
  margin-bottom: 30px;
  width: auto;
}

.vc_magician_cover h4 {
  font-size: 100%;
  margin: 0px;
  padding: 20px;
}

.vc_magician_cover h2 {
  font-size: 180%;
  color: inherit;
  text-align: center;
  margin-bottom: 0px;
}

.vc_magician_cover p {
  color: inherit;
  text-align: center;
  margin-bottom: 0px;
}

.vc_magician_cover:hover .cover.above {
  top: -5px;
  bottom: -5px;
  height: 100%;
  padding: 5px 0px;
}

.vc_magician_cover h1 {
  font-size: 16px;
  text-transform: none;
  color: inherit;
  line-height: 28px;
  text-align: center;
  margin-bottom: 5px;
}

.vc_magician_cover h1:before, .vc_magician_cover h1:after {
  display: none;
}

.vc_magician_cover h2:after, .vc_magician_cover h2:before {
  display: none;
}

.vc_magician_cover .coverFrame {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  border-width: 30px 10px 10px 10px;
  border-style: solid;
  padding: 30px 10px 10px 10px;
  border-radius: 5px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.vc_magician_cover .coverFrame:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: -22px;
  left: 0px;
  border-radius: 20px;
}

.vc_magician_cover .coverIphone {
  position: absolute;
  top: -100px;
  left: -20px;
  z-index: 1;
  border-width: 100px 20px 100px 20px;
  border-style: solid;
  border-radius: 40px;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
}

.vc_magician_cover .coverIphone:after, .vc_magician_cover .coverIphone:before {
  content: "";
  width: 70px;
  height: 10px;
  border-radius: 10px;
  background: #000;
  left: 50%;
  top: -50px;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vc_magician_cover .coverIphone:before {
  width: 18px;
  height: 18px;
  top: -54px;
  -moz-transform: translateX(-70px);
  -ms-transform: translateX(-70px);
  -webkit-transform: translateX(-70px);
  transform: translateX(-70px);
}

.vc_magician_cover .coverIphone span:nth-child(1) {
  position: absolute;
  left: 50%;
  width: 70px;
  height: 70px;
  bottom: -85px;
  border: solid 5px #000;
  border-radius: 100px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.vc_magician_cover .coverIphone span:nth-child(2) {
  position: absolute;
  width: 5px;
  left: -25px;
  top: 10%;
  height: 8%;
  border-radius: 5px 0px 0px 5px;
}

.vc_magician_cover .coverIphone span:nth-child(2):after {
  content: "";
  height: 100%;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  width: 100%;
  border-radius: 5px 0px 0px 5px;
}

.vc_magician_cover.cover_shadow img {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.vc_magician_cover.cover_shadow .cover.above {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: all 0.2s ease-in-out 0.2s;
  -o-transition: all 0.2s ease-in-out 0.2s;
  -webkit-transition: all 0.2s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition: all 0.2s ease-in-out 0.2s;
}

.vc_magician_cover.cover_shadow:hover img {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.2);
}

.vc_magician_cover.cover_shadow:hover .cover.above {
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}

.vc_magician_post_grid {
  text-align: right;
  position: relative;
}

.vc_magician_post_grid:after {
  content: "";
  position: absolute;
  bottom: 20px;
  right: 20px;
  background: #ececec;
  height: 3px;
  width: 20px;
}

.vc_magician_post_grid_title {
  margin: auto !important;
}

.vc_magician_post_grid_title h3 {
  font-family: inherit;
}

.vc_magician_post_grid_excerpt {
  margin: auto !important;
}

.vc_magician_post_grid_excerpt p {
  margin: auto;
}

.magician_recent_posts_excerpt {
  margin: 0px;
  margin-bottom: 5px !important;
}

.magician_recent_posts_excerpt p {
  margin: 0px;
}

.magician_recent_posts_date p {
  opacity: 0.8;
  font-size: 0.8em;
  margin: 0px;
}

.vc_magician_btn_2 {
  padding: 0px 20px;
  text-transform: none;
  color: #999999;
  background: transparent;
  border: solid 2px #999999;
  box-shadow: 0px 4px 0px #e0e0e0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 46px;
  font-weight: 300;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: all 0.15s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  -o-transition: all 0.15s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  -webkit-transition: all 0.15s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  transition: all 0.15s cubic-bezier(0.61, -0.16, 0.36, 1.28);
}

.vc_magician_btn_2.vc_btn3-right {
  float: right;
}

.vc_magician_btn_2 button, .vc_magician_btn_2 a {
  color: inherit !important;
  background: transparent !important;
  border: 0px !important;
  padding: 0px !important;
  line-height: inherit !important;
  text-transform: inherit !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  border-radius: 0px !important;
  -moz-transition: all 0.2s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  -o-transition: all 0.2s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  -webkit-transition: all 0.2s cubic-bezier(0.61, -0.16, 0.36, 1.28);
  transition: all 0.2s cubic-bezier(0.61, -0.16, 0.36, 1.28);
}

.vc_magician_btn_2:hover {
  color: #999999;
  background: #e0e0e0;
  box-shadow: 0px 7px 0px #999999;
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.vc_grid-btn-load_more, .vc_general.vc_btn3 {
  border-radius: 0px !important;
  text-transform: uppercase;
  font-weight: bold;
}

.vc_grid-btn-load_more a, .vc_general.vc_btn3 a {
  padding: 20px;
  letter-spacing: 2px;
  outline-width: 0px;
  outline-style: solid;
  border-width: 3px !important;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  -moz-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
}

.vc_grid-btn-load_more a:hover, .vc_general.vc_btn3 a:hover {
  outline-width: 8px;
  letter-spacing: 8px;
}

.vc_icon_element {
  display: block;
  letter-spacing: 0px !important;
}

.vc_magician_team h4 {
  text-transform: none;
  margin: auto;
}

.vc_magician_team_cover {
  background: #333333;
  padding: 0px;
  text-align: justify;
}

.vc_magician_team_cover .vc_custom_heading div > p {
  color: inherit;
}

.vc_grid.vc_grid-owl-theme .vc_grid-owl-dots {
  margin: auto !important;
}

.vc_single_image-img {
  max-width: 100%;
  height: auto;
}

.vc_magician_testimonial {
  text-align: center;
  padding-top: 40px;
  border-radius: 5px;
  position: relative;
}

.vc_magician_testimonial:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: solid 10px;
  border-left: solid 10px transparent;
  border-right: solid 10px transparent;
}

.vc_progress_bar.vc_magician_progress_bar .vc_single_bar {
  box-shadow: none;
  background: #999999 repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.02) 5px, rgba(0, 0, 0, 0.02) 15px);
  border: solid 5px #999999;
  box-sizing: border-box;
  border-radius: 4px;
}

.vc_progress_bar.vc_magician_progress_bar .vc_single_bar .vc_bar {
  background: #fcfcfc;
  border-radius: 3px;
}

.vc_progress_bar.vc_magician_progress_bar .vc_single_bar .vc_label {
  padding: 0.8em 1em;
  text-align: left;
  color: #333333;
  font-size: 14px;
}

.vc_magician_testimonial img {
  border-radius: 300px;
}

.vc_magician_testimonial p {
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 10px;
}

.vc_magician_testimonial h2:after, .vc_magician_testimonial h2:before {
  display: none;
  font-size: 18px;
}

.vc_magician_social {
  text-align: center;
}

.vc_magician_social a {
  display: inline-block;
  width: 28px;
  margin: 10px;
  font-size: 22px !important;
  text-decoration: none !important;
  position: relative;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_gitem-zone-b .vc_magician_social a {
  opacity: 0;
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

.vc_gitem-zone-b:hover .vc_magician_social a {
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(1) {
  -moz-transition-delay: 0.05s;
  -o-transition-delay: 0.05s;
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(2) {
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(3) {
  -moz-transition-delay: 0.15s;
  -o-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(4) {
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(5) {
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(6) {
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(7) {
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(8) {
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(9) {
  -moz-transition-delay: 0.45s;
  -o-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(10) {
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(11) {
  -moz-transition-delay: 0.55s;
  -o-transition-delay: 0.55s;
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(12) {
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(13) {
  -moz-transition-delay: 0.65s;
  -o-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

.vc_gitem-zone-b .vc_magician_social a:nth-child(14) {
  -moz-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

.vc_magician_social a[href=''] {
  display: none;
}

.vc_magician_social a:after {
  content: "";
  width: 32px;
  height: 32px;
  background: #999999;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translate(-50%, -53%) rotate(-45deg);
  -ms-transform: translate(-50%, -53%) rotate(-45deg);
  -webkit-transform: translate(-50%, -53%) rotate(-45deg);
  transform: translate(-50%, -53%) rotate(-45deg);
  z-index: -1;
}

.vc_magician_social a:hover {
  color: #999999;
}

.vc_magician_social a:hover:after {
  background: #e0e0e0;
}

.vc_magicianmap {
  min-height: 500px;
}

.vc_magician_counter_wrapper {
  font-size: 50px;
}

.vc_magician_counter_wrapper .unit {
  font-size: 25%;
}

.vc_magician_counter_wrapper.under .unit, .vc_magician_counter_wrapper.above .unit {
  display: block;
  white-space: nowrap;
}

/*Hide google logo */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a, .gmnoprint span, .gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/*Contact form 7 */
.wpcf7-form {
  margin: auto;
  text-align: center;
}

.wpcf7-form > span {
  margin: 0px;
  display: block;
}

input[type="text"], input[type="date"], input[type="number"], input[type="password"], input[type="email"], textarea, input[type="search"], select, textarea, input[type="url"] {
  background: transparent;
  border-radius: 3px;
  padding: 15px;
  font-size: 1em;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
}

select {
  height: 50px;
  text-indent: 5px;
  padding: 10px;
  margin-top: 0px;
}

::-webkit-input-placeholder {
  font-weight: lighter;
}

input:-moz-placeholder {
  font-weight: lighter;
}

textarea:-moz-placeholder {
  font-weight: lighter;
}

.post-password-form {
  text-align: center;
}

.post-password-form input[type="submit"] {
  clear: both;
  display: block;
  margin-top: 0px;
}

.post-password-form p:first-child {
  margin-bottom: 50px;
}

input[type="text"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="date"]:hover, input[type="email"]:hover, textarea:hover, input[type="text"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="date"]:focus, textarea:focus, input[type="submit"]:focus, button:focus, input[type="search"]:focus, select:focus, textarea:focus, textarea:hover, input[type="url"]:hover, input[type="url"]:focus {
  outline: none;
}

input[type="search"] {
  padding: 10px;
  line-heihgt: 20px;
}

input[type="checkbox"] {
  margin: 0px;
}

textarea {
  height: 150px;
  resize: none;
}

input[type="submit"], button {
  position: relative;
  background: transparent;
  margin: 20px auto;
  margin-bottom: 0px;
  border-style: none;
  text-transform: uppercase;
  padding: 15px;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 15px;
  border-radius: 0px;
  outline-style: solid;
  outline-width: 4px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

input[type="submit"]:hover, button:hover {
  letter-spacing: 4px;
  outline-width: 4px;
}

.wpcf7-form img {
  flex: none;
  align-self: flex-end;
}

div.wpcf7-mail-sent-ok, div.wpcf7-mail-sent-ng, div.wpcf7-spam-blocked, div.wpcf7-validation-errors, span.wpcf7-not-valid-tip {
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  border: solid 3px !important;
  border-bottom: solid 8px;
  border-radius: 3px;
  padding: 15px;
  font-size: 14px;
  width: 100%;
  margin: 5px auto;
  font-weight: bold;
}

/*Search form */
.search-ico {
  position: relative;
  padding: 10px 0px;
}

.search-ico input[type='button'] {
  background: transparent;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
}

.search-ico svg {
  fill: #fcfcfc;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.search-ico:hover svg {
  fill: #999999;
}

.searchform {
  display: inline-block;
  width: 100%;
  position: relative;
  padding: 0px;
  list-style-type: none;
}

.searchform .search-field {
  width: 100%;
  padding: 0px;
}

.searchform .search-ico {
  position: absolute;
  top: 12px;
  right: 7px;
  padding: 0px;
  border: 0px;
}

.searchform .search-ico input[type="submit"] {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  margin: 0px;
  border: 0px;
  padding: 0px;
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  background: none;
  box-shadow: none;
  outline: none !important;
  z-index: 10;
}

.searchform .search-ico input[type="submit"]:hover {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
  background: none;
  box-shadow: none;
}

.searchform .search-field input {
  width: 100%;
  padding: 10px;
  margin: 0px;
  line-height: 1em;
  padding-right: 32px;
  border: 0px;
  outline: 0px;
}

.searchform .search-field input[type="search"]:hover, .searchform .search-field input[type="search"]:focus {
  border: 0px !important;
}

/*Sidebar */
.widget, #content article {
  margin-bottom: 20px;
  padding: 30px;
  box-sizing: content-box;
  list-style: none;
  box-sizing: border-box;
  background: #ffffff;
}

#content article {
  padding: 70px 50px;
  text-align: left;
}

.widget img {
  max-width: 100%;
  height: auto;
}

.widget ul {
  padding: 0px;
  line-height: 1.4em;
  list-style-type: none;
}

.wpb_wrapper ul {
  padding: 0px;
}

.widgettitle {
  text-transform: none;
  font-size: 20px;
  padding: 10px 30px;
  padding-left: 24px;
  margin-bottom: 15px;
  border-left: solid 5px;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
  padding-right: 0px;
  text-align: left;
  text-transform: uppercase;
}

.widgettitle:before, .widgettitle:after {
  right: -35px;
}

.widget li {
  padding: 10px 0px;
  text-align: left;
  border-bottom: solid 1px rgba(0, 0, 0, 0.05);
  line-height: 1.4em;
}

.widget li .sub-menu {
  font-size: 0.9em;
  padding-left: 20px;
}

.widget_revslider {
  padding: 0px;
}

.widget_revslider .widgettitle {
  -moz-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
  margin-top: 30px;
  display: inline-block;
  width: 100%;
}

.widget_revslider .widgettitle:before, .widget_revslider .widgettitle:after {
  right: 25px;
}

.single_sidebar, .template_sidebar {
  padding: 0px 30px;
}

.single .single_sidebar, .single .template_sidebar {
  padding: 0px;
}

.template_sidebar {
  margin-bottom: 100px;
}

.mc4wp-form input[type="submit"] {
  margin: 0px;
}

.mc4wp-form .mc4wp-form-fields {
  display: block;
  text-align: center;
}

.mc4wp-form input[type="email"] {
  margin-bottom: 20px;
}

/*Single page pagination */
.suggestion {
  padding: 0px;
  margin: 0px;
  height: 500px;
  position: relative;
}

.suggestion > svg {
  position: absolute;
  top: 0px;
  z-index: 2;
  left: 0px;
  width: 100%;
  height: 100px;
}

.suggestion > svg polygon {
  fill: #fcfcfc;
}

.suggestion div {
  padding: 0px;
  background-size: cover;
}

.suggestion a {
  display: block;
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}

.suggestion a:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #333333;
  opacity: 0.8;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.suggestion a img {
  position: absolute;
  min-width: 101%;
  height: auto;
  left: 50%;
  top: 50%;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.suggestion a:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.suggestion a:hover:before {
  opacity: 0.5;
}

.suggestion a span {
  color: #999999;
  position: absolute;
  top: 50%;
  z-index: 10;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: auto;
  font-size: 24px;
  line-height: 40px;
  padding: 15px 25px;
  white-space: nowrap;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: solid 3px;
  text-transform: none;
  letter-spacing: 0px;
}

.suggestion a:hover span {
  border-width: 6px;
  letter-spacing: 2px;
}

.suggestion .vc_magician_title {
  position: absolute;
  top: -30px;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  margin-bottom: 0px;
}

/*Archive preview */
.vc_magician_archive {
  margin-bottom: 20px;
}

.vc_magician_archive_cover {
  position: relative;
  padding: 0px !important;
  position: relative;
  margin-bottom: 0px;
  display: block;
}

.vc_magician_archive_cover img {
  width: 100%;
  height: auto;
}

.vc_magician_archive .vc_magician_archive_title {
  border-radius: 0px;
  margin-bottom: 10px;
}

.vc_magician_archive_cover > div {
  margin: 0px !important;
}

.vc_magician_archive_featured_image, .vc_magician_archive_featured_image figure, .vc_magician_archive_featured_image figure div {
  width: 100%;
}

.vc_magician_archive_featured_image figure div img {
  width: 100%;
  height: auto;
}

.vc_magician_archive_title {
  position: relative;
  bottom: 0px;
  left: 0px;
  background: #ffffff;
  padding: 0px;
  padding-left: 22px;
  text-transform: none;
  text-align: left;
  margin-bottom: 0px;
  border-left: solid 5px;
  -moz-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

.vc_magician_archive_title a {
  color: inherit;
  text-decoration: none;
}

.vc_magician_archive_title h1 {
  margin: auto;
}

.vc_magician_archive_title h3 {
  margin: auto;
}

.vc_magician_archive_title h1:before, .vc_magician_archive_title h1:after, .vc_magician_archive_title:after, .vc_magician_archive_title:before {
  display: none;
}

.vc_magician_archive_excerpt {
  background: #fff;
  padding: 30px !important;
  color: #333333;
  text-align: left;
  position: relative;
}

.vc_magician_archive_excerpt > div {
  margin: 0px;
  text-align: left;
}

.vc_magician_archive_excerpt p {
  margin: auto;
}

.vc_magician_archive_excerpt.no_thumbnail {
  border-radius: 0px 0px 0px 0px;
}

.vc_magician_archive .vc_magician_archive_cover:before {
  content: "";
  background: transparent;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: solid 15px;
  border-top: solid 15px transparent;
  display: block;
}

.vc_magician_archive.search_result .vc_magician_archive_excerpt:before {
  display: none;
}

.post_format_cover {
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post_format_cover:hover {
  opacity: 0;
}

.post_format_cover:after, .post_format_cover:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  border-radius: 0px;
}

.post_format_cover span {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.3;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 3;
  font-size: 100px;
}

.video_wrapper {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
}

.video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  float: left;
}

.audio_wrapper {
  position: relative;
  padding: 0px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.audio_wrapper iframe {
  float: left;
}

.vc_magician_archive_footer {
  font-size: 12px;
  color: #333333;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  padding: 0px !important;
}

.vc_magician_archive_footer * {
  flex: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
}

.vc_magician_archive_footer .post_date {
  height: 50px;
  line-height: 50px;
  padding: 0px;
  margin: auto;
  width: 100%;
  background: #fff;
  text-align: left;
  padding-left: 30px;
  margin-top: 2px;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.vc_magician_archive_footer .post_date p {
  display: inline-block;
  margin: 0px;
  padding: 0px 10px;
  font-size: 12px;
}

.vc_magician_archive_footer .post_date:before {
  content: "Publish date:  ";
  opacity: 0.7;
  background: transparent !important;
}

.share_icon {
  height: 50px;
  width: 50px;
  background: #fff;
  border-top: solid 2px #fcfcfc;
  margin: 0px 0px 0px 2px;
  box-sizing: content-box;
  position: relative;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.share_icon:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  border-left: solid 5px;
  border-bottom: solid 5px transparent;
  border-left-color: inherit;
}

.facebook_share {
  border-color: #4a6eae;
  fill: #4a6eae;
}

.facebook_share:hover {
  background: #4a6eae !important;
  border-color: #2c5591 !important;
  fill: #2c5591 !important;
}

.twitter_share {
  border-color: #6bdefd;
  fill: #6bdefd;
}

.twitter_share:hover {
  background: #6bdefd !important;
  border-color: #4ec8e5 !important;
  fill: #4ec8e5 !important;
}

.g_plus_share {
  border-color: #e6634b;
  fill: #e6634b;
}

.g_plus_share:hover {
  background: #e6634b !important;
  border-color: #c63e2c !important;
  fill: #c63e2c !important;
}

.linkedin_share {
  border-color: #008cc9;
  fill: #008cc9;
}

.linkedin_share:hover {
  background: #008cc9 !important;
  border-color: #006fa6 !important;
  fill: #006fa6 !important;
}

.mail_to, .comments_count {
  border-color: #ececec;
  fill: #eee;
}

.comments_count span {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  line-height: 49px;
  text-align: left;
  font-size: 10px;
  text-indent: 18px;
}

#comments h2 {
  margin: 100px auto 20px auto;
  font-size: 2.5em;
}

#commentform p {
  text-align: center;
}

.post .col-lg-8 {
  padding: 0px;
}

/* Archive / Category styles */
.archive_thumbnail {
  max-width: 100%;
  height: auto;
}

.screen-reader-text {
  display: none;
}

nav.pagination {
  clear: both;
  width: 100%;
  padding: 50px 0px;
  margin: auto;
}

nav.pagination .nav-links {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-flow: row wrap;
  justify-content: center;
}

nav.pagination .page-numbers {
  background: #fff;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  padding: 0px 20px;
  margin: 0px 1px;
  text-decoration: none;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}

/*Single page styles */
.featured_post_format {
  width: 100%;
}

.featured_post_format img {
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.single_separator {
  margin: 20px 0px;
}

.post_tags {
  border-top: solid 1px #fcfcfc;
  border-bottom: solid 1px #fcfcfc;
  margin: 35px 15px;
  padding: 15px 0px;
  line-height: 50px;
  color: #999999;
  font-size: 16px;
  text-transform: none;
  font-weight: 700;
}

.vc_magician_archive_footer.sticky {
  position: relative;
}

.vc_magician_archive_footer.sticky:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 20px;
  top: 25px;
  left: 15px;
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

.vc_magician_archive_footer.sticky:before {
  content: "";
  position: absolute;
  left: 20px;
  top: 27px;
  border-top: solid 12px;
  border-left: solid 6px transparent;
  border-right: solid 2px transparent;
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.post_tags a {
  margin: 0px 5px;
  border: solid 3px #eb585d;
  width: auto;
  font-size: 14px;
  padding: 5px 10px;
  font-weight: bold;
  color: #999999;
  text-decoration: none;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.post_tags a:hover {
  background: #eb585d;
  color: #333333;
}

/*Comments styles */
.comments {
  padding: 0px;
  padding-top: 50px;
}

.comments ol {
  padding-bottom: 50px;
}

.comments ol li {
  list-style: none;
}

.comments h4 {
  margin-bottom: 0px;
}

.logged-in-as {
  margin-bottom: 10px;
}

.formcontainer .form-section {
  margin-bottom: 10px;
}

.formcontainer .form-section p {
  font-size: 0.8em;
}

.comment {
  padding: 20px !important;
  box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.05);
}

.comment-author img {
  border-radius: 100px;
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.comment-author .fn {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  color: #333333;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}

.comment-author .comment-meta {
  display: inline-block;
  font-size: 12px;
}

.comment-content {
  padding-left: 100px;
}

.comment-content p {
  margin-bottom: 0px;
}

.comment .children {
  margin: 0px;
  margin-top: 20px;
  padding-bottom: 0px;
}

.comment-reply-link {
  border-bottom: solid 1px #fcfcfc;
}

.comment-reply-link a {
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  border: 0px;
}

.comment-respond {
  margin-top: 50px;
}

.form-label {
  padding-bottom: 10px;
}

.form-submit {
  text-align: center;
}

.unapproved {
  color: #999999;
  font-size: 12px;
  padding: 10px;
  display: block;
  text-align: center;
}

/*Visual Composer styles */
.vc_toggle {
  margin: auto !important;
  padding: 0px 15px !important;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-bottom: solid 1px #f2f2f2;
  position: relative;
}

.vc_toggle:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.vc_toggle_title > h4 {
  display: block !important;
  padding: 25px 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_toggle_default .vc_toggle_icon, .vc_toggle_default .vc_toggle_icon:after, .vc_toggle_default .vc_toggle_icon:before {
  background: #999999 !important;
  border-color: #999999 !important;
}

.vc_toggle_content > p {
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.vc_grid-filter-item {
  padding: 15px !important;
  text-transform: none !important;
  color: #999999 !important;
  margin-bottom: 10px !important;
  background: transparent !important;
  border: solid 3px #999999 !important;
  font-size: 18px !important;
  line-height: 50px !important;
  font-weight: 300 !important;
  border-radius: 0px !important;
  border-width: 3px !important;
  font-weight: bold !important;
  line-height: 24px !important;
  -moz-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
  -moz-transform: translateY(0px) !important;
  -ms-transform: translateY(0px) !important;
  -webkit-transform: translateY(0px) !important;
  transform: translateY(0px) !important;
}

.vc_grid-filter-item span {
  text-transform: uppercase !important;
  color: inherit !important;
  background: transparent !important;
  border: 0px !important;
  padding: 0px !important;
  line-height: inherit !important;
  letter-spacing: 2px !important;
  font-weight: inherit !important;
  font-size: inherit !important;
  border-radius: 0px !important;
  -moz-transition: all 0.15s !important;
  -o-transition: all 0.15s !important;
  -webkit-transition: all 0.15s !important;
  transition: all 0.15s !important;
}

.vc_grid-filter-item:hover span {
  letter-spacing: 4px !important;
}

.vc_grid-filter-item:after {
  content: "";
  height: 4px;
  width: 0px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  box-sizing: content-box;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vc_grid-filter-item:hover:after, .vc_grid-filter-item.vc_active:after {
  width: 101%;
}

.vc_grid-filter {
  padding-bottom: 70px !important;
  margin: auto !important;
}

.wpb_single_image img, .vc_magician_archive_cover .wpb_single_image .vc_single_image-wrapper {
  width: 100% !important;
}

.wpb_single_image a, .wpb_single_image .vc_figure {
  display: block !important;
}

.vc_grid .vc_pageable-load-more-btn {
  margin-top: 40px !important;
  margin-bottom: 80px !important;
  text-transform: none;
  font-weight: 700;
}

.vc_pie_chart .vc_pie_chart_value {
  font-weight: bolder;
}

.wpb_pie_chart_heading {
  text-align: center;
  margin-top: 35px;
}

/*Vc_parallax styles */
.vc_settings .custom_css {
  height: 600px;
}

.vc_parallax .vc_parallax-inner {
  padding: 0 !important;
  background-clip: content-box !important;
  left: 0px !important;
  right: 0px !important;
}

.vc_video-bg {
  width: auto !important;
  left: 0px !important;
  right: 0px !important;
}

.vc_row {
  position: relative;
}

.vc_row.vc_row-o-content-middle {
  position: relative !important;
}

.wpb_column_svgShape {
  position: absolute !important;
  height: 100% !important;
  top: 0px !important;
  padding: 0px !important;
}

.wpb_column_svgShape .wpb_wrapper {
  height: 100%;
}

.wpb_column_ffHeight {
  position: relative !important;
  height: 100% !important;
  top: 0px !important;
  padding: 0px !important;
  min-height: 100vh !important;
}

.wpb_column_ffHeight .wpb_wrapper {
  position: absolute !important;
  height: 100% !important;
  width: 100% !important;
  top: 0px !important;
  left: 0px !important;
  padding: 0px !important;
}

.wpb_revslider_element.wpb_content_element {
  margin-bottom: 0px;
}

.icons_at_bottom_left {
  position: absolute;
  bottom: 10%;
}

/*404 error page styles */
body.error404 {
  background: url(http://static.tumblr.com/511972ee5272a88cc3e97910d826f40c/jfiomxx/bOPns7xhb/tumblr_static_nr1mwxtixxwoogc0owwwo4oc.gif);
  background-size: cover;
  overflow: hidden;
  opacity: 1 !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -ms-animation: none !important;
  -o-animation: none !important;
  animation: none !important;
}

body.error404 .head {
  overflow: visible;
  position: fixed;
  left: 0px;
  height: 100%;
  width: 100%;
  background: transparent;
}

body.error404 .head_subpage .container {
  z-index: 0;
  padding: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.head_subpage .container.error {
  font-weight: 700;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

body.error404 svg {
  z-index: -1;
}

.error {
  text-align: center;
}

.error span {
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -ms-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: jump;
  -moz-animation-name: jump;
  -ms-animation-name: jump;
  -o-animation-name: jump;
  animation-name: jump;
  position: relative;
  font-size: 300%;
}

/*Custom VC GRID BUILDER Styles */
.vc_gitem-animate-scaleIn .vc_gitem-zone-a {
  -moz-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -moz-transition-timing-function: cubic-bezier(0.61, -0.16, 0.36, 1.28) !important;
  -o-transition-timing-function: cubic-bezier(0.61, -0.16, 0.36, 1.28) !important;
  -webkit-transition-timing-function: cubic-bezier(0.61, -0.16, 0.36, 1.28) !important;
  transition-timing-function: cubic-bezier(0.61, -0.16, 0.36, 1.28) !important;
}

.vc_gitem-animate-scaleIn .vc_gitem-zone-b {
  -moz-transition-duration: 0.2s !important;
  -o-transition-duration: 0.2s !important;
  -webkit-transition-duration: 0.2s !important;
  transition-duration: 0.2s !important;
  -moz-transition-timing-function: ease-in-out !important;
  -o-transition-timing-function: ease-in-out !important;
  -webkit-transition-timing-function: ease-in-out !important;
  transition-timing-function: ease-in-out !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  width: 2px !important;
}

.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon {
  height: 2px !important;
}

.feature_list {
  padding: 0px !important;
  list-style: none !important;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.feature_list li {
  list-style: none !important;
  padding: 10px 20px;
  margin: 0px !important;
  line-height: 1.4em;
  position: relative;
}

.feature_list li:last-child {
  border-bottom: 0px;
}

.feature_list .list_cover {
  padding: 0px;
  margin: 0px;
  position: relative;
  border: 0px !important;
}

.feature_list .list_cover .list_link {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.feature_list .list_cover .list_link span {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: solid 3px;
  border-bottom: solid 8px;
  padding: 15px 25px;
  border-radius: 0px;
  box-sizing: content-box;
  background: transparent;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -moz-transition: all 0.3s cubic-bezier(0.575, -0.505, 1, 0.55);
  -o-transition: all 0.3s cubic-bezier(0.575, -0.505, 1, 0.55);
  -webkit-transition: all 0.3s cubic-bezier(0.575, -0.505, 1, 0.55);
  transition: all 0.3s cubic-bezier(0.575, -0.505, 1, 0.55);
}

.feature_list .list_cover {
  overflow: hidden;
}

.feature_list.monocromatic .list_cover img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.feature_list.monocromatic .list_cover:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.feature_list .list_cover .list_link span {
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.feature_list .list_cover:hover .list_link span {
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(0.5);
  -ms-transform: translate(-50%, -50%) scale(0.5);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.feature_list .vc_icon_element {
  margin: 0px;
  width: 70px;
  margin-right: 10px;
}

.magician-button, .edd_go_to_checkout, input[type=submit].edd-submit, .magician-button-2 a {
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  margin: auto;
  float: none;
  padding: 20px;
  border-width: 3px !important;
  border-bottom: solid 3px !important;
  border-style: solid !important;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 18px;
  position: relative;
}

.edd_go_to_checkout {
  display: block;
  width: 100%;
}

.magician-button:after, .magician-button-2 a:after {
  content: "";
  height: 4px;
  width: 0%;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.magician-button:hover:after, .magician-button-2 a:hover:after {
  content: "";
  width: 100%;
}

input[type=submit].edd-submit, #edd-purchase-button {
  margin: 20px auto;
}

.magician-button:hover, input[type=submit].edd-submit:hover, #edd-purchase-button:hover, .magician-button-2 a:hover {
  letter-spacing: 8px;
}

.magician-button-2 a:hover {
  outline: solid 3px;
  border: solid 3px !important;
}

.edd_purchase_receipt_files {
  padding: 0px;
}

.edd_download_file {
  padding: 0px;
  padding-top: 10px;
}

.wpb_content_element {
  margin-bottom: 0px !important;
}

.edd_purchase_submit_wrapper {
  text-align: center;
}

.edd-cart-added-alert {
  position: relative;
  padding-top: 10px;
  display: block;
}

#edd_checkout_cart .edd_cart_header_row th, #edd_purchase_receipt th, #edd_purchase_receipt_products th, #edd_user_history th {
  background: transparent !important;
}

#edd_checkout_form_wrap input[type=text], #edd_checkout_form_wrap input[type=email], #edd_checkout_form_wrap input[type=password], #edd_checkout_form_wrap textarea {
  padding: 15px;
}

#edd_checkout_form_wrap legend {
  padding-bottom: 20px;
  text-transform: uppercase;
  font-weight: bold;
  color: inherit;
}

#edd_checkout_form_wrap input.edd-input, #edd_checkout_form_wrap textarea.edd-input {
  width: 100%;
}

#edd_checkout_cart, #edd_purchase_receipt, #edd_purchase_receipt_products, #edd_user_history {
  text-align: left;
  width: 100%;
  border: none;
  margin: 0 0 21px;
  table-layout: auto;
}

#edd_purchase_receipt {
  margin-bottom: 50px;
}

#edd_user_history {
  margin: 0px;
}

#edd_checkout_cart strong, #edd_purchase_receipt strong, #edd_purchase_receipt_products strong, #edd_user_history strong {
  font-weight: bold;
}

#edd_checkout_cart td, #edd_checkout_cart th, #edd_purchase_receipt td, #edd_purchase_receipt th, #edd_purchase_receipt_products td, #edd_purchase_receipt_products th, #edd_user_history th, #edd_user_history td {
  text-align: left;
  border: 1px solid #eee;
  color: #666;
  background: transparent;
  padding: 20px;
}

#edd_final_total_wrap {
  padding: 20px 0px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  background: transparent !important;
}

#edd_checkout_cart_form {
  padding-bottom: 50px;
}

#edd_purchase_form {
  border: solid 1px #eee;
  padding: 10px;
}

.edd-description {
  display: block;
  font-size: 14px;
  font-style: italic;
}

#edd_checkout_cart td {
  background: #fff;
  vertical-align: middle;
  line-height: 25px;
}

.feature_list .feature_item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
}

.feature_list .description {
  padding: 20px 15px;
}

.feature_list li h4 {
  line-height: 1em;
  margin: 0px !important;
  text-align: left;
}

.feature_list .attachment-full {
  width: 100%;
  height: auto;
  display: block;
}

.feature_list li p {
  margin: 0px;
  text-align: left;
  line-height: 1.4em;
}

.feature_list .feature_item > span {
  padding-right: 40px;
}

.feature_item p {
  font-weight: bolder;
}

.feature_item p span {
  display: block;
  font-size: 0.8em;
  opacity: 0.8;
  font-weight: lighter;
  text-align: left;
  padding-top: 5px;
  line-height: 1em;
  color: inherit;
}

.feature_item span.item_price {
  position: absolute;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  vertical-align: middle;
  top: 0px;
  left: 100%;
  margin-left: 20px;
  padding: 0px 20px;
  line-height: 1em;
  height: 100%;
  font-size: 200%;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -moz-transition: all 0.15s ease-out 0.05s;
  -o-transition: all 0.15s ease-out 0.05s;
  -webkit-transition: all 0.15s ease-out;
  -webkit-transition-delay: 0.05s;
  transition: all 0.15s ease-out 0.05s;
  white-space: nowrap;
}

.feature_item:hover span.item_price {
  margin-left: 0px;
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.feature_item span.item_price svg {
  position: absolute;
  right: 100%;
  top: 0px;
  width: 20px;
  height: 100%;
  stroke: none;
}

.feature_list .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner {
  height: 3em;
  border: 0px;
}

.feature_list li.subtitle {
  padding: 30px;
  text-align: center;
}

.feature_list li.price {
  text-align: center;
}

.feature_list li.price span {
  position: absolute;
  top: 20px;
  left: 20px;
  color: inherit;
}

.feature_list li.price p {
  font-size: 52px;
  line-height: 1em;
  position: relative;
  display: inline;
  color: inherit;
}

.feature_list li.title {
  padding: 20px;
  border: 0px !important;
}

.feature_list .currency span {
  font-size: 20px;
  right: 100% !important;
  top: 0px !important;
  left: auto !important;
  position: absolute !important;
}

/*Feature List Style 2 */
.feature_list.style_2 {
  box-shadow: none;
  border-radius: 0px;
}

.feature_list.style_2 li, .feature_list.style_2 li.title, .feature_list.style_2 li.price {
  background: transparent;
}

.feature_list.style_2 li.title h3, .feature_list.style_2 li.price, .feature_list.style_2 li.feature_item, .feature_item.style_2 span.item_price {
  color: inherit !important;
}

.image_icon.xl {
  max-width: 70px;
  max-height: 70px;
}

.image_icon.lg {
  max-width: 45px;
  max-height: 45px;
}

.image_icon.md {
  max-width: 30px;
  max-height: 30px;
}

.image_icon.sm {
  max-width: 22px;
  max-height: 22px;
}

.image_icon.xs {
  max-width: 16px;
  max-height: 16px;
}

/*Modal Popup */
.modal_background {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000000000;
  top: 50%;
  left: 50%;
  overflow: hidden;
  opacity: 1;
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out;
  -webkit-transition-delay: 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

.modal_background.closed {
  width: 0px;
  height: 0px;
  opacity: 0;
  -moz-transform: translate(-50%, -50%) scale(2);
  -ms-transform: translate(-50%, -50%) scale(2);
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
}

.modal_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.modal_wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 500px;
  max-height: 80%;
  padding: 50px;
  box-sizing: content-box;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 3px;
  opacity: 0;
  z-index: 1000000001;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2.3s;
  -moz-animation-duration: 2.3s;
  -ms-animation-duration: 2.3s;
  -o-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: modal;
  -moz-animation-name: modal;
  -ms-animation-name: modal;
  -o-animation-name: modal;
  animation-name: modal;
}

.modal_background.topLeft .modal_wrapper {
  left: 0px;
  top: 0px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.modal_background.topCenter .modal_wrapper {
  top: 0px;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.modal_background.topRight .modal_wrapper {
  right: 0px;
  left: auto;
  top: 0px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.modal_background.centerLeft .modal_wrapper {
  left: 0px;
  top: 50%;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.modal_background.centerRight .modal_wrapper {
  top: 50%;
  right: 0px;
  left: auto;
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.modal_background.bottomLeft .modal_wrapper {
  left: 0px;
  top: auto;
  bottom: 0px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.modal_background.bottomCenter .modal_wrapper {
  top: auto;
  bottom: 0px;
  left: 50%;
  -moz-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
}

.modal_background.bottomRight .modal_wrapper {
  right: 0px;
  left: auto;
  top: auto;
  bottom: 0px;
  -moz-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

@keyframes modal {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0%) scale(1.5);
    -ms-transform: translate(0%, 0%) scale(1.5);
    -webkit-transform: translate(0%, 0%) scale(1.5);
    transform: translate(0%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
@-o-keyframes modal {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0%) scale(1.5);
    -ms-transform: translate(0%, 0%) scale(1.5);
    -webkit-transform: translate(0%, 0%) scale(1.5);
    transform: translate(0%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
@-ms-keyframes modal {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, 0%) scale(1.5);
    -ms-transform: translate(0%, 0%) scale(1.5);
    -webkit-transform: translate(0%, 0%) scale(1.5);
    transform: translate(0%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, 0%) scale(1);
    -ms-transform: translate(0%, 0%) scale(1);
    -webkit-transform: translate(0%, 0%) scale(1);
    transform: translate(0%, 0%) scale(1);
  }
}
.modal_background.centerCenter .modal_wrapper {
  -webkit-animation-name: modal_centerCenter;
  -moz-animation-name: modal_centerCenter;
  -ms-animation-name: modal_centerCenter;
  -o-animation-name: modal_centerCenter;
  animation-name: modal_centerCenter;
}

@keyframes modal_centerCenter {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-o-keyframes modal_centerCenter {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-ms-keyframes modal_centerCenter {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.5);
    -ms-transform: translate(-50%, -50%) scale(1.5);
    -webkit-transform: translate(-50%, -50%) scale(1.5);
    transform: translate(-50%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.modal_background.topCenter .modal_wrapper, .modal_background.bottomCenter .modal_wrapper {
  -webkit-animation-name: modal_center;
  -moz-animation-name: modal_center;
  -ms-animation-name: modal_center;
  -o-animation-name: modal_center;
  animation-name: modal_center;
}

@keyframes modal_center {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, 0%) scale(1.5);
    -ms-transform: translate(-50%, 0%) scale(1.5);
    -webkit-transform: translate(-50%, 0%) scale(1.5);
    transform: translate(-50%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, 0%) scale(1);
    -ms-transform: translate(-50%, 0%) scale(1);
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1);
  }
}
@-o-keyframes modal_center {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, 0%) scale(1.5);
    -ms-transform: translate(-50%, 0%) scale(1.5);
    -webkit-transform: translate(-50%, 0%) scale(1.5);
    transform: translate(-50%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, 0%) scale(1);
    -ms-transform: translate(-50%, 0%) scale(1);
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1);
  }
}
@-ms-keyframes modal_center {
  0% {
    opacity: 0;
    -moz-transform: translate(-50%, 0%) scale(1.5);
    -ms-transform: translate(-50%, 0%) scale(1.5);
    -webkit-transform: translate(-50%, 0%) scale(1.5);
    transform: translate(-50%, 0%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(-50%, 0%) scale(1);
    -ms-transform: translate(-50%, 0%) scale(1);
    -webkit-transform: translate(-50%, 0%) scale(1);
    transform: translate(-50%, 0%) scale(1);
  }
}
.modal_background.centerLeft .modal_wrapper, .modal_background.centerRight .modal_wrapper {
  -webkit-animation-name: modal_center_2;
  -moz-animation-name: modal_center_2;
  -ms-animation-name: modal_center_2;
  -o-animation-name: modal_center_2;
  animation-name: modal_center_2;
}

@keyframes modal_center_2 {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, -50%) scale(1.5);
    -ms-transform: translate(0%, -50%) scale(1.5);
    -webkit-transform: translate(0%, -50%) scale(1.5);
    transform: translate(0%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
  }
}
@-o-keyframes modal_center_2 {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, -50%) scale(1.5);
    -ms-transform: translate(0%, -50%) scale(1.5);
    -webkit-transform: translate(0%, -50%) scale(1.5);
    transform: translate(0%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
  }
}
@-ms-keyframes modal_center_2 {
  0% {
    opacity: 0;
    -moz-transform: translate(0%, -50%) scale(1.5);
    -ms-transform: translate(0%, -50%) scale(1.5);
    -webkit-transform: translate(0%, -50%) scale(1.5);
    transform: translate(0%, -50%) scale(1.5);
  }
  100% {
    opacity: 1;
    -moz-transform: translate(0%, -50%) scale(1);
    -ms-transform: translate(0%, -50%) scale(1);
    -webkit-transform: translate(0%, -50%) scale(1);
    transform: translate(0%, -50%) scale(1);
  }
}
.modal_background.centerRight .modal_wrapper .modal_close, .modal_background.topRight .modal_wrapper .modal_close, .modal_background.bottomRight .modal_wrapper .modal_close {
  left: -50px;
  right: auto;
}

.modal_content form {
  margin-top: 30px;
}

.modal_close {
  position: absolute;
  top: 30px;
  right: -20px;
  cursor: pointer;
  width: 30px;
  display: block;
  height: 30px;
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  box-sizing: border-box;
}

.modal_close:after {
  content: "";
  height: 6px;
  width: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -moz-transform-origin: 50% 50% 0 50%;
  -ms-transform-origin: 50% 50% 0 50%;
  -webkit-transform-origin: 50% 50% 0 50%;
  transform-origin: 50% 50% 0 50%;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal_close:before {
  content: "";
  height: 22px;
  width: 6px;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 10px;
  -moz-transform-origin: 50% 50% 0 50%;
  -ms-transform-origin: 50% 50% 0 50%;
  -webkit-transform-origin: 50% 50% 0 50%;
  transform-origin: 50% 50% 0 50%;
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modal_close:hover:after {
  width: 18px;
}

.modal_close:hover:before {
  height: 18px;
}

/*Spinner loading */
.cssload-loader, .pp_loaderIcon, .ajax-loader {
  display: block;
  margin: 0 auto;
  width: 29px;
  height: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  background: transparent !important;
  border: 4px solid black;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2.3s;
  -moz-animation-duration: 2.3s;
  -ms-animation-duration: 2.3s;
  -o-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: cssload-loader;
  -moz-animation-name: cssload-loader;
  -ms-animation-name: cssload-loader;
  -o-animation-name: cssload-loader;
  animation-name: cssload-loader;
  z-index: 20000000000;
}

.ajax-loader {
  overflow: hidden;
  text-indent: 10000000px;
  position: relative;
  width: 10px;
  height: 10px !important;
  margin-left: -5px !important;
  margin-bottom: 20px !important;
  margin-top: 20px !important;
}

.cssload-loader-inner, .pp_loaderIcon:after, ajax-loader:after {
  content: "";
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: black;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2.3s;
  -moz-animation-duration: 2.3s;
  -ms-animation-duration: 2.3s;
  -o-animation-duration: 2.3s;
  animation-duration: 2.3s;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -ms-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
  -webkit-animation-name: cssload-loader-inner;
  -moz-animation-name: cssload-loader-inner;
  -ms-animation-name: cssload-loader-inner;
  -o-animation-name: cssload-loader-inner;
  animation-name: cssload-loader-inner;
}

@keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-o-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-ms-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-webkit-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
@-moz-keyframes cssload-loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.twitter_stream_btn {
  -moz-transition: all 0.2s !important;
  -o-transition: all 0.2s !important;
  -webkit-transition: all 0.2s !important;
  transition: all 0.2s !important;
}

/* PPOVERLAY */
div.pp_overlay {
  opacity: 0.9 !important;
  height: 100% !important;
  position: fixed !important;
}

div.pp_default .pp_nav .pp_play {
  display: none;
  background: none !important;
}

div.pp_default .pp_nav {
  width: 100% !important;
  height: 50px !important;
}

.currentTextHolder {
  left: 0px !important;
  padding: 0px;
}

div.pp_default .pp_nav {
  position: static !important;
  margin: auto !important;
}

#pp_full_res img {
  float: left;
}

div.pp_default .pp_content {
  margin: auto !important;
}

div.pp_default .pp_content_container .pp_details {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.pp_hoverContainer {
  display: none !important;
}

div.pp_default .pp_nav .currentTextHolder {
  top: 100% !important;
  padding: 0px !important;
  margin-top: 17px !important;
  font-style: normal !important;
  font-size: 20px !important;
  background: transparent !important;
  line-height: 55px !important;
  margin: auto !important;
}

div.pp_default .pp_description {
  font-size: 14px !important;
  font-weight: lighter !important;
}

.pp_gallery {
  bottom: 60px;
}

div.pp_default .pp_description {
  position: absolute;
  left: 50%;
  top: 0px;
  padding: 0px !important;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  line-height: 50px !important;
  margin: auto !important;
  padding-top: 10px;
  font-size: 14px;
}

div.pp_default .pp_top, div.pp_default .pp_top .pp_left, div.pp_default .pp_top .pp_middle, div.pp_default .pp_top .pp_right {
  height: 15px !important;
}

div.pp_default a.pp_arrow_next, div.pp_default a.pp_arrow_previous {
  background: none !important;
  height: 30px !important;
  width: 8px !important;
  position: absolute;
  top: 0px;
  background: #000 !important;
  overflow: visible;
  border-radius: 10px;
}

div.pp_default a.pp_arrow_previous {
  left: -50px;
  right: auto;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

div.pp_default a.pp_arrow_next {
  right: -50px;
  left: auto !important;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

div.pp_default a.pp_arrow_previous:before, div.pp_default a.pp_arrow_next:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 8px;
  background: #000 !important;
  border-radius: 10px;
  left: 0px;
  bottom: 0px;
}

div.pp_default a.pp_arrow_previous:after, div.pp_default a.pp_arrow_next:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: transparent;
}

div.pp_default a.pp_arrow_next:before {
  left: -22px;
}

div.pp_default a.pp_arrow_next:after {
  right: 0px;
  left: auto;
}

div.pp_default .pp_close {
  background: transparent !important;
  position: absolute !important;
  left: 50% !important;
  right: auto !important;
  -moz-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  transform: translateX(-15px);
  top: 60px;
}

div.pp_default .pp_close:after, div.pp_default .pp_close:before {
  content: "";
  width: 30px;
  height: 8px;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
}

div.pp_default .pp_close:after {
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

div.pp_default .pp_close:before {
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

div.pp_default .pp_bottom, div.pp_default .pp_bottom .pp_left, div.pp_default .pp_bottom .pp_middle, div.pp_default .pp_bottom .pp_right {
  height: 0px !important;
}

.pp_gallery ul a {
  border: 0px !important;
}

div.pp_default .pp_gallery a.pp_arrow_next, div.pp_default .pp_gallery a.pp_arrow_previous {
  height: 20px !important;
  position: absolute !important;
}

div.pp_default .pp_gallery a.pp_arrow_previous:before, div.pp_default .pp_gallery a.pp_arrow_next:after {
  width: 20px !important;
}

div.pp_default .pp_gallery a.pp_arrow_previous {
  left: -13px !important;
  top: -4px !important;
}

div.pp_default .pp_gallery a.pp_arrow_next {
  right: -18px !important;
  top: -4px !important;
}

.pp_gallery {
  position: absolute !important;
  left: 50% !important;
  bottom: 60px !important;
  margin: auto !important;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.pp_gallery div {
  position: relative !important;
  left: auto !important;
  -moz-transform: translateX(0%);
  -ms-transform: translateX(0%);
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.pp_loaderIcon {
  margin: -20px 0 0 -12px !important;
}

div.pp_default .pp_expand {
  display: none !important;
}

.dropcap p:first-child:first-letter {
  float: left;
  display: block;
  font-size: 110px;
  line-height: 1.2em;
  padding: 0px 20px 0px 0px;
  font-weight: bold;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 10px;
}

.wpcf7-list-item-label {
  padding-left: 5px;
}

/* Twitter feed */
.hermes .tp-tab-title {
  font-weight: lighter;
  text-transform: none !important;
}

.hermes .tp-tab-date {
  font-weight: bolder;
}

/*Magician Portfolio */
.magician_portfolio_cover:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0.5;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magician_portfolio_cover:hover:after {
  opacity: 0.2;
}

.magician_portfolio:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  border-width: 1px;
  border-style: solid;
  display: block !important;
}

.magician_portfolio:hover:after {
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -ms-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: portfolio-cover;
  -moz-animation-name: portfolio-cover;
  -ms-animation-name: portfolio-cover;
  -o-animation-name: portfolio-cover;
  animation-name: portfolio-cover;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(ease-out);
  -moz-animation-timing-function: cubic-bezier(ease-out);
  -ms-animation-timing-function: cubic-bezier(ease-out);
  -o-animation-timing-function: cubic-bezier(ease-out);
  animation-timing-function: cubic-bezier(ease-out);
  overflow-x: hidden;
}

@keyframes portfolio-cover {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@-webkit-keyframes portfolio-cover {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
@-moz-keyframes portfolio-cover {
  0% {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(0.1);
    -ms-transform: scale(0.1);
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }
}
.magician_portfolio_cover .magician_portfolio_title {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.magician_portfolio_cover:hover .magician_portfolio_title {
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
}

/*Magician Team (Squared) */
.magician_team_thumb img {
  border: solid 5px !important;
  border-color: inherit !important;
}

.magician_square_team {
  position: relative;
}

.magician_square_team:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block !important;
  opacity: 0;
  z-index: 1;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.magician_square_team:hover:after {
  opacity: 0.5;
}

.magician_square_team:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  opacity: 0.5;
  border-width: 1px;
  border-style: solid;
  display: block !important;
  z-index: 1;
}

.magician_square_team:hover:before {
  -webkit-animation-duration: 0.1s;
  -moz-animation-duration: 0.1s;
  -ms-animation-duration: 0.1s;
  -o-animation-duration: 0.1s;
  animation-duration: 0.1s;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: portfolio-cover;
  -moz-animation-name: portfolio-cover;
  -ms-animation-name: portfolio-cover;
  -o-animation-name: portfolio-cover;
  animation-name: portfolio-cover;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(ease-out);
  -moz-animation-timing-function: cubic-bezier(ease-out);
  -ms-animation-timing-function: cubic-bezier(ease-out);
  -o-animation-timing-function: cubic-bezier(ease-out);
  animation-timing-function: cubic-bezier(ease-out);
  overflow-x: hidden;
}

.magician_square_team .header_text {
  font-weight: bold;
  margin: 5px 0px;
  line-height: 1em;
}

.magician_square_team .header_excerpt {
  font-style: italic;
  line-height: 1em;
  margin-top: 10px;
}

/* WordPress Required Classes */
.wp-caption {
  margin-bottom: 1.6em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin: 0;
}

.wp-caption-text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.gallery-caption {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0.5em 0;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

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

.bypostauthor > article .fn:after {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}

/*Media queries */
@media (max-width: 480px) {
  body, .navbar.container {
    padding: 0px;
  }
}
@media (max-width: 560px) {
  .vc_magician_divisor.center .l2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .b_caption.style_3 h1 {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .b_caption.style_3 .l3 {
    letter-spacing: 5px;
  }

  .b_caption.style_3 .l2 {
    letter-spacing: 3px;
  }

  .b_caption.style_3 h1 span {
    letter-spacing: 1px;
  }

  .home_social_icons_bottom {
    display: none;
  }

  .navbar-collapse > div {
    width: 100%;
  }

  .switcher.style_1, .switcher.style_2, .switcher.style_3 {
    width: 70px;
    height: 70px;
  }

  .switcher.style_1:after, .switcher.style_2:after, .switcher.style_3:after {
    border-width: 7px;
  }

  .switcher.style_1:hover:after, .switcher.style_2:hover:after, .switcher.style_3:hover:after {
    border-width: 35px;
  }

  .text_logo {
    height: 70px;
    padding-right: 15px;
    line-height: 70px;
    font-size: 35px;
  }

  .navbar {
    left: 70px;
    min-height: 70px;
  }

  .navbar-brand {
    height: 70px;
  }

  .navbar-brand > img {
    max-width: 150px;
    padding-left: 10px;
  }

  .navbar.style_1 .navbar-brand > img, .navbar.style_2 .navbar-brand > img {
    max-height: 60px;
    padding: 5px;
  }

  .navbar.style_4 > .navbar-brand > img {
    padding: 5px;
    max-height: 60px;
    width: auto;
  }

  .navbar.style_2 .social_icons {
    height: 70px;
    padding-right: 15px;
  }

  .navbar_wrapper.style_1.expand {
    top: 70px;
  }

  .navbar_wrapper.style_1 .container {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    padding: 0px;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    overflow: auto;
  }

  .navbar_wrapper.style_1.expand .container .row {
    display: block;
  }

  .navbar_wrapper.style_1 .main-menu-container {
    padding: 70px 0px;
  }

  .navbar_wrapper.style_1 .menu_information {
    padding: 0px;
  }

  .navbar_wrapper.style_1 .main-menu-container a {
    font-size: 2em;
  }

  .navbar_wrapper.style_2 {
    top: 70px;
  }

  .navbar.style_3 .main-menu-container {
    height: auto;
    position: fixed;
    overflow: hidden;
    top: 70px;
    bottom: 100%;
    width: 100%;
    float: none;
  }

  .navbar.style_4 .menu .menu_brand {
    display: none;
  }

  .navbar.style_3.expand .main-menu-container {
    bottom: 0px;
  }

  .navbar.style_3 .menu-item, .navbar.style_3 .menu .menu-item {
    width: 100%;
    padding: 0px;
    z-index: 1;
  }

  .navbar.style_3 .menu-item a {
    width: 100%;
    display: block;
    padding: 10px 20px;
    line-height: 20px;
    z-index: 2;
    white-space: nowrap;
  }

  .navbar.style_3 .menu > li > .sub-menu {
    position: relative;
    width: 100%;
    left: auto;
    top: auto;
    -moz-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }

  .navbar.style_3 .menu {
    display: block;
    right: -17px;
    left: 0px;
    overflow-y: scroll;
    position: absolute;
    padding-right: 0px;
  }

  .navbar.style_3 .menu a {
    font-weight: bold;
  }

  .navbar.style_3 .menu > .menu-item:first-child {
    padding-top: 20px;
  }

  .navbar.style_3 .menu > .menu-item:last-child {
    padding-bottom: 20px;
  }

  .navbar.style_3 .social_icons {
    padding-right: 0px;
    padding-left: 0px;
    float: none;
    height: 70px;
    width: 100%;
    position: absolute;
  }

  .navbar.style_3 .social_icons ul {
    margin: auto;
  }

  .navbar.style_3 .social_icons.style_1 ul .fa:after, .navbar.style_3 .social_icons.style_1 ul a {
    width: 28px;
    height: 28px;
    min-width: 28px;
    margin: 0px 0px;
  }

  .navbar.style_3 .social_icons.style_1 ul .fa {
    width: 28px;
    height: 28px;
    line-height: 28px;
    margin: 0px 0px;
  }

  #content article {
    padding: 40px 30px;
  }

  .suggestion .vc_magician_title {
    top: 30px;
  }

  .suggestion a {
    height: 250px;
  }

  .suggestion {
    padding-top: 100px;
  }

  .pagination_switcher.right {
    right: 10px;
  }

  .pagination_switcher.left {
    left: 10px;
  }

  .pagination_switcher.bottom {
    bottom: 10px;
  }
}
@media (min-width: 480px) {
  .navbar .container {
    padding: 0px 30px;
  }
}
@media (min-width: 768px) {
  .head_subpage_title .l3 {
    font-size: 20px;
  }

  .btn_magician.style_2 .btn_wrapper {
    padding: 15px;
  }

  .theme_settings {
    display: block;
  }

  .vc_grid .vc_col-sm-3, .vc_grid .vc_col-sm-4 {
    width: 50%;
  }

  .cover {
    padding: 0 20px;
  }

  .cover .btn-lg {
    padding: 10px 20px;
    font-weight: bold;
  }

  .wrapper-inner {
    vertical-align: middle;
  }

  .cover-container {
    width: 100%;
  }

  .vc_magician_cover .cover a {
    width: 90%;
  }

  .vc_magician_cover .cover a, .vc_magician_cover .cover > div {
    font-size: 22px;
  }

  .vc_magician_cover .cover.above:after, .vc_magician_cover .cover.above:before {
    height: 8px;
  }

  .vc_magician_cover:hover .cover.above:after, .vc_magician_cover:hover .cover.above:before {
    height: 15px;
    opacity: 0.8;
  }

  .vc_magician_cover:hover .cover.above {
    top: -15px;
    bottom: -15px;
    padding: 15px 0px;
  }

  .vc_magician_divisor {
    font-size: 18px;
  }

  .vc_magician_divisor .vc_sep_holder {
    margin: 20px auto;
  }

  .vc_magician_post_grid_excerpt {
    padding-left: 0%;
  }

  .vc_magician_archive_excerpt {
    padding: 30px 30px !important;
  }

  .vc_magician_archive_footer .post_date {
    padding-left: 30px;
  }

  .navbar-right {
    float: none !important;
  }

  .btn_magician.style_4 {
    font-size: 18px;
  }

  .btn_magician.style_4 {
    padding: 50px;
  }

  .dropcap p:first-child:first-letter {
    float: left;
    display: block;
    font-size: 130px;
    line-height: 0.9em;
    padding: 0px 30px 0px 0px;
  }

  input[type="submit"], button {
    padding: 15px;
    letter-spacing: 1px;
    font-size: 15px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  input[type="submit"]:hover, button:hover {
    letter-spacing: 4px;
    outline-width: 8px;
  }
}
@media (min-width: 992px) {
  h1 {
    font-size: 3.5em;
  }

  h2 {
    font-size: 3.2em;
  }

  h3 {
    font-size: 2.7em;
  }

  h4 {
    font-size: 2.3em;
  }

  h5 {
    font-size: 1.9em;
  }

  h6 {
    font-size: 1.3em;
  }

  body {
    font-size: 16px;
  }

  .head_subpage_title .l3 {
    font-size: 28px;
  }

  .switcher.style_3 {
    display: none;
  }

  /*Button styles */
  .btn_style_1 {
    padding: 20px;
    font-size: 18px;
  }

  .btn_style_1:hover {
    letter-spacing: 8px;
  }

  .vc_magician_cover h2 {
    font-size: 300%;
  }

  .suggestion .vc_magician_title {
    position: absolute;
    top: 50%;
  }

  .cover-container {
    width: 700px;
  }

  .round_chart {
    display: block;
    visibility: visible;
  }

  .vc_magician_post_grid_excerpt {
    padding-left: 10%;
  }

  .vc_magician_team_cover {
    padding: 5px;
  }

  .vc_magician_team_cover .vc_custom_heading div > p {
    font-size: 14px;
    line-height: 24px;
  }

  .vc_pie_chart p {
    padding: 0px 30px;
  }

  .vc_magician_title p {
    padding-top: 20px;
  }

  .head_subpage {
    padding-top: 100px;
  }

  .head_subpage .container {
    min-width: inherit;
  }

  .main-menu-container {
    clear: none;
  }

  .separator {
    margin: 15px auto;
  }

  .home_social_icons_bottom {
    position: absolute !important;
    z-index: 1 !important;
    bottom: 0px;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1210px !important;
    max-width: 80%;
    height: auto !important;
    -webkit-flex-flow: row wrap !important;
    flex-flow: row wrap !important;
  }

  .error span {
    font-size: 90px;
  }

  .vc_magician_cover .cover a, .vc_magician_cover .cover > div {
    font-size: 22px;
  }

  .vc_magician_archive_footer .post_date {
    width: auto;
  }

  .vc_magician_archive_footer.sticky .post_date {
    padding-left: 40px;
  }

  .share_icon {
    flex-grow: 1;
    -webkit-flex-grow: 1;
    -ms-flex-grow: 1;
  }

  .vc_magician_divisor {
    font-size: 22px;
  }

  .social_icons ul a {
    margin-top: 0px;
  }

  input[type="submit"], button {
    padding: 20px;
    outline-width: 4px;
    letter-spacing: 2px;
    font-size: 18px;
  }

  input[type="submit"]:hover, button:hover {
    letter-spacing: 8px;
    outline-width: 8px;
  }

  .footer_text p {
    text-align: left;
    padding-top: 0px;
    padding: 20px 0px;
  }

  .vc_magician_counter_wrapper {
    font-size: 60px;
  }

  .feature_list li.price p {
    font-size: 62px;
  }

  .feature_item span.item_price {
    font-size: 36px;
  }

  .widgettitle {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .container.archive .col-lg-9, .container.page_no_sidebar .col-lg-9, .container.page_sidebar_right .col-lg-9 {
    padding-right: 3%;
  }

  .container.page_sidebar_left .col-lg-9 {
    padding-left: 3%;
  }

  .container.page_sidebar_right .col-lg-9 .vc_column-inner {
    padding: 0px;
  }

  .vc_magician_archive_title h3 {
    margin-bottom: 15px;
  }

  .single_sidebar, .template_sidebar {
    padding: 0px;
  }

  .social_icons.left ul {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }

  .social_icons.right ul {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  footer .social_icons ul {
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
  }

  .btn_magician.style_1, .btn_magician.style_3 {
    font-size: 18px;
  }

  .navbar.style_4 > .navbar-brand {
    display: none;
  }

  .navbar-brand > img {
    padding: 5px 0px;
    max-height: 90px;
  }
}
@media (min-width: 1200px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 3.5em;
  }

  h3 {
    font-size: 3em;
  }

  h4 {
    font-size: 2.5em;
  }

  h5 {
    font-size: 2.1em;
  }

  h6 {
    font-size: 1.5em;
  }

  body {
    font-size: 15px;
  }

  .content-area {
    padding: 0px 100px;
  }

  .vc_magician_post_grid_excerpt {
    padding-left: 15%;
  }

  .vc_magician_team_cover {
    padding: 10px;
  }

  .vc_pie_chart p {
    padding: 0px 20px;
  }

  .vc_grid .vc_col-sm-3 {
    width: 25%;
  }

  .vc_grid .vc_col-sm-4 {
    width: 33.333%;
  }

  .error span {
    font-size: 100px;
  }

  .vc_magician_cover .cover a, .vc_magician_cover .cover > div {
    font-size: 15px;
  }

  .vc_magician_cover .cover.after > div, .vc_magician_cover .cover.after a {
    margin-top: 20px;
  }

  .vc_magician_cover .cover.before > div, .vc_magician_cover .cover.before a {
    margin-bottom: 20px;
  }

  .feature_list li.price p {
    font-size: 72px;
  }

  .widgettitle {
    font-size: 22px;
  }

  .navbar.style_3 .menu > .menu-item {
    padding: 0px 20px;
  }

  .vc_magician_counter_wrapper {
    font-size: 70px;
  }

  .btn_magician.style_2 {
    font-size: 22px;
  }

  .btn_magician.style_2 .btn_wrapper {
    padding: 20px;
  }
}
@media (min-width: 1360px) {
  h1 {
    font-size: 4.2em;
  }

  h2 {
    font-size: 3.7em;
  }

  h3 {
    font-size: 3.2em;
  }

  h4 {
    font-size: 2.7em;
  }

  h5 {
    font-size: 2.3em;
  }

  h6 {
    font-size: 1.7em;
  }

  body {
    font-size: 16px;
  }

  .vc_magician_team_cover {
    padding: 30px;
  }

  .vc_pie_chart p {
    padding: 0px 30px;
  }

  .error span {
    font-size: 110px;
  }

  .vc_magician_cover .cover a, .vc_magician_cover .cover > div {
    font-size: 18px;
  }

  .vc_magician_cover .cover.after > div, .vc_magician_cover .cover.after a {
    margin-top: 30px;
  }

  .vc_magician_cover .cover.before > div, .vc_magician_cover .cover.before a {
    margin-bottom: 30px;
  }

  .widgettitle {
    font-size: 24px;
  }

  .container {
    width: 1320px;
  }

  .navbar.style_3 {
    padding: 0px 5%;
  }

  .vc_magician_counter_wrapper {
    font-size: 80px;
  }

  .btn_magician.style_2 {
    font-size: 26px;
  }
}
@media (min-width: 1440px) {
  .vc_magician_counter_wrapper {
    font-size: 90px;
  }

  body {
    font-size: 17px;
  }

  .btn_magician.style_2 .btn_wrapper {
    padding: 30px;
  }
}
@media (min-width: 1680px) {
  h1 {
    font-size: 4.5em;
  }

  h2 {
    font-size: 4em;
  }

  h3 {
    font-size: 3.5em;
  }

  h4 {
    font-size: 3em;
  }

  h5 {
    font-size: 2.5em;
  }

  h6 {
    font-size: 2em;
  }

  body {
    font-size: 18px;
  }

  .vc_pie_chart p {
    padding: 0px 40px;
  }

  .error span {
    font-size: 120px;
  }

  .vc_magician_cover .cover a, .vc_magician_cover .cover > div {
    font-size: 22px;
  }

  .container {
    width: 1620px;
  }

  .navbar.style_3 {
    padding: 0px 10%;
  }

  .navbar.style_3 .menu > .menu-item {
    padding: 0px 30px;
  }

  .vc_magician_counter_wrapper {
    font-size: 100px;
  }

  .btn_magician.style_2 {
    font-size: 28px;
  }
}
