/*  MIXIN
*/
/*  VARILABLES
*/
/*	BASE
*/
body {
  font-family: sans-serif;
  line-height: 1.5em;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  color: #333333;
  background: #333333;
  background-attachment: fixed;
  background-position: center center;
  text-align: center;
}
/*	LAYOUT
*/
.col {
  margin: 0 0 40px 0;
}
.col:last-child {
  margin: 0;
}
.col.boxed > .wpb_wrapper {
  padding: 20px;
  background: #fff;
}
.container {
  padding-left: 20px;
  padding-right: 20px;
}
.container .container {
  max-width: 100% !important;
  padding: 0 !important;
}
/*  GENERAL
*/
img {
  max-width: 100%;
}
a {
  text-decoration: none;
  color: #555;
}
h1 {
  margin: 0 0 30px 0;
  font-weight: normal;
}
h2,
h3,
h4,
h5,
h6 {
  margin: 40px 0 25px 0;
  font-weight: normal;
}
h1 {
  font-size: 37px;
  line-height: 1.5em;
}
h2 {
  font-size: 33px;
  line-height: 1.5em;
}
h3 {
  font-size: 29px;
  line-height: 1.5em;
}
h4 {
  font-size: 25px;
  line-height: 1.5em;
}
h5 {
  font-size: 21px;
  line-height: 1.5em;
}
h6 {
  font-size: 17px;
  line-height: 1.5em;
}
p {
  margin: 0 0 20px 0;
}
blockquote {
  padding: 0;
  margin: 0;
}
strong {
  font-weight: bold;
}
table {
  width: 100%;
  margin: 0;
  background: #fcfcfc;
  border: none;
  margin: 0 0 20px 0;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
table thead {
  font-weight: bold;
}
table thead tr {
  background: #f5f5f5;
}
table th {
  padding: 12px;
  border: 1px solid #eee;
  text-align: left;
}
table td {
  padding: 12px;
  border: 1px solid #eee;
}
table tfoot td {
  border-top: 1px solid #EEE;
}
table tbody td td {
  border-top: 1px dotted #EEE;
}
table tbody td tr:hover td {
  background: #FFF;
}
dl {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
dl:after {
  content: '';
  display: table;
  clear: both;
}
dl dt {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
  clear: both;
  font-weight: bold;
}
dl dd {
  float: left;
  width: 50%;
  margin: 0 0 15px 0;
}
address {
  margin: 0 0 20px 0;
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
pre {
  padding: 15px 20px;
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
tt {
  background: #fff;
  border: 1px solid #eee;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0 2px;
}
blockquote {
  padding: 15px 20px;
  margin: 40px 0;
  font-style: italic;
  border-left: 2px solid #eee;
  margin-left: 0;
  background: #fff;
  font-size: 1.2em;
  line-height: 1.5em;
}
blockquote cite {
  display: block;
  margin: 30px 0 0 0;
  text-align: right;
  opacity: 0.75;
}
blockquote p:last-child {
  margin: 0;
}
.alignright {
  float: right;
  margin: 5px 0 10px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 10px 0;
}
.aligncenter {
  display: block;
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px 0;
}
.wp-caption {
  background: #f5f5f5;
  max-width: 100%;
}
.wp-caption img {
  margin: 0 auto;
  width: 100%;
}
.wp-caption-text {
  padding: 10px 15px;
  border: 1px solid #eee;
  border-top: none;
  text-align: center;
  margin: 0;
}
.bypostauthor {
  display: block;
}
.gallery-caption {
  display: block;
}
.sticky {
  display: block;
}
.sticky .post-title:before {
  content: "\e863";
  font-family: 'nt-icon';
  margin: 0 12px 0 0;
  font-size: 0.9em;
  opacity: 0.75;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 30px 0;
  padding: 0 0 0 20px;
}
ol {
  margin: 30px 0;
  padding: 0 0 0 22px;
}
/*  ELEMENT
*/
.element-light {
  color: #fff;
}
.element-light a {
  color: #fff;
}
.element-round .button,
.element-round input[type='submit'] {
  -webkit-border-radius: 100px;
  border-radius: 100px;
}
.element-round textarea,
.element-round input {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-round .feature-image {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-round .feature-image img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-round .col.boxed > .wpb_wrapper {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-semi-round .button,
.element-semi-round input,
.element-semi-round textarea {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-semi-round .feature-image {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-semi-round .feature-image img {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.element-semi-round .col.boxed > .wpb_wrapper {
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.button,
input[type='submit'] {
  display: inline-block;
  padding: 12px 15px;
  border: 1px solid #aaa;
  color: #333333;
  background: transparent;
  text-align: center !important;
  outline: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.button:hover,
input[type='submit']:hover {
  background: #009ec2;
  border-color: #009ec2;
  color: #fff;
}
.button.large,
input[type='submit'].large {
  font-size: 24px;
  line-height: 1em;
  padding: 25px 20px;
}
.button.large .nt-icon,
input[type='submit'].large .nt-icon {
  margin: 0 10px 0 0;
}
.button.solid,
input[type='submit'].solid {
  color: #fff;
}
.button.solid:hover,
input[type='submit'].solid:hover {
  opacity: 1;
  color: #fff !important;
}
.button .nt-icon,
input[type='submit'] .nt-icon {
  margin: 0 5px 0 0;
}
.element-light .button,
.element-light input[type='submit'] {
  border-color: #fff;
  color: #fff;
  border-width: 1px;
}
.element-light .button:hover,
.element-light input[type='submit']:hover {
  background: #fff;
  color: #333333;
  border-color: #fff;
}
.bt-align-center {
  text-align: center;
}
#book-wrap {
  margin: 0 auto 40px;
  max-width: 390px;
  position: relative;
  z-index: 10;
}
#book {
  background: #fff;
  margin: 0 20px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
}
#book img {
  display: block;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#book .cover {
  position: relative;
  outline: 1px solid transparent;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
#book .edge {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
}
#book .edge-border {
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}
#book .border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
}
#book .peek {
  position: absolute;
  bottom: -55px;
  right: 0;
  opacity: 0;
  width: 100%;
  text-align: center;
}
#book .peek span {
  background: rgba(0, 0, 0, 0.1);
  padding: 5px 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  display: inline-block;
}
#book .body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  box-shadow: #ffffff 0 0, #e6e6e6 1px 1px, #e6e6e6 2px 2px, #d2d2d2 4px 4px, #d2d2d2 5px 5px, #c3c3c3 7px 7px, #c3c3c3 8px 8px;
}
#book .shadow {
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) -16px 8px, rgba(0, 0, 0, 0.04) -14px 8px, rgba(0, 0, 0, 0.04) -12px 8px, rgba(0, 0, 0, 0.04) -10px 8px, rgba(0, 0, 0, 0.04) -8px 8px, rgba(0, 0, 0, 0.04) -6px 8px, rgba(0, 0, 0, 0.04) -4px 8px, rgba(0, 0, 0, 0.04) -2px 8px;
}
#book .badge {
  width: 80px;
  height: 80px;
  background: #eb3d00;
  position: absolute;
  top: -20px;
  left: -20px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  text-align: center;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 2px;
  font-size: 14px;
  line-height: 1.5em;
  color: #fff;
}
.element-light #book .body {
  box-shadow: #ffffff 0 0, #dcdcdc 1px 1px, #dcdcdc 2px 2px, #c8c8c8 4px 4px, #c8c8c8 5px 5px, #b4b4b4 7px 7px, #b4b4b4 8px 8px;
}
.element-light .shadow {
  position: absolute;
  top: 0;
  left: 6px;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  box-shadow: rgba(0, 0, 0, 0.04) -16px 8px, rgba(0, 0, 0, 0.04) -14px 8px, rgba(0, 0, 0, 0.04) -12px 8px, rgba(0, 0, 0, 0.04) -10px 8px, rgba(0, 0, 0, 0.04) -8px 8px, rgba(0, 0, 0, 0.04) -6px 8px, rgba(0, 0, 0, 0.04) -4px 8px, rgba(0, 0, 0, 0.04) -2px 8px, rgba(0, 0, 0, 0.04) 0px 8px, rgba(0, 0, 0, 0.04) 2px 8px, rgba(0, 0, 0, 0.04) 4px 8px;
}
/*  HEADER
*/
#header {
  color: #fff;
  position: relative;
  background: #fff;
  background: rgba(255, 255, 255, 0.98);
  padding: 15px 0;
  display: none;
}
#primary-nav-sticky-wrapper {
  width: 100%;
}
#primary-nav-sticky-wrapper.is-sticky #primary-nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#primary-nav {
  display: block;
  padding: 20px 0;
  text-align: left;
  z-index: 1000;
  left: auto;
  position: relative;
  width: 100%;
  background: transparent center center;
  transition: all 0.3s;
}
#primary-nav #branding {
  margin: 0 auto;
  font-size: 24px;
}
#primary-nav #branding img {
  display: block;
}
#primary-nav .menu {
  margin: 10px 0 0 0;
  padding: 0;
  list-style: none;
  display: none;
}
#primary-nav .menu li {
  display: block;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
#primary-nav .menu li:last-child {
  border: none;
}
#primary-nav .menu li a {
  display: block;
  padding: 12px 0;
}
#primary-nav .menu ul {
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
#primary-nav .menu ul li {
  margin: 0;
}
#primary-nav .menu ul a:before {
  content: '\e92e';
  font-family: 'nt-icon';
  opacity: 0.25;
  margin: 0 10px 0 2px;
  position: relative;
  top: -3px;
  font-size: 6px;
}
#primary-nav ul.social-list {
  display: none;
}
#primary-nav a {
  color: #333333;
}
.element-light#primary-nav {
  color: #fff;
}
.element-light#primary-nav .menu li {
  border-color: rgba(255, 255, 255, 0.15);
}
.element-light#primary-nav .menu li a {
  color: #fff;
}
.element-light#primary-nav #branding a {
  color: #fff;
}
.bt-menu-trigger {
  float: right;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.bt-menu-trigger span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: -2px;
  background-color: #555;
  font-size: 0px;
  user-select: none;
  transition: background-color 0.3s;
}
.bt-menu-trigger span:before,
.bt-menu-trigger span:after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #555;
  content: '';
  transition: all 0.3s;
  top: 50%;
  margin-top: -2px;
}
.bt-menu-trigger span:before {
  -webkit-transform: translateY(-250%);
  -moz-transform: translateY(-250%);
  -ms-transform: translateY(-250%);
  -o-transform: translateY(-250%);
}
.bt-menu-trigger span:after {
  -webkit-transform: translateY(250%);
  -moz-transform: translateY(250%);
  -ms-transform: translateY(250%);
  -o-transform: translateY(250%);
}
.element-light .bt-menu-trigger span {
  background-color: #fff;
}
.element-light .bt-menu-trigger span:before,
.element-light .bt-menu-trigger span:after {
  background-color: #fff;
}
.bt-menu-open.bt-menu-trigger span:before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
}
.bt-menu-open.bt-menu-trigger span:after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
}
.bt-menu-open.bt-menu-trigger span {
  background-color: transparent;
}
.bt-menu-open2.bt-menu-trigger span {
  background-color: #888;
}
.bt-menu-open2.bt-menu-trigger span:before {
  -webkit-transform: translateY(-325%);
  -moz-transform: translateY(-325%);
  -ms-transform: translateY(-325%);
  -o-transform: translateY(-325%);
  background-color: #888;
}
.bt-menu-open2.bt-menu-trigger span:after {
  -webkit-transform: translateY(325%);
  -moz-transform: translateY(325%);
  -ms-transform: translateY(325%);
  -o-transform: translateY(325%);
  background-color: #888;
}
/*  FOOTER
*/
#section-footer {
  padding: 40px 0;
  text-align: center;
  position: relative;
  z-index: 100;
  background: #fafafa;
}
#section-footer .social-list {
  margin: 20px 0 0 0;
}
.social-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.social-list li {
  display: inline-block;
  margin: 0 5px;
}
.social-list i {
  width: 32px;
  height: 32px;
  border: 1px solid #444444;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #444444;
  text-align: center;
  -webkit-transition-duration: 0.25s;
  -moz-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
}
.social-list i:hover {
  background: #444444;
  color: #fff;
}
.element-light .social-list i {
  border-color: #fff;
  color: #fff;
}
.element-light .social-list i:hover {
  background: rgba(255, 255, 255, 0.15);
}
/*  HOME
*/
.hero {
  padding: 80px 0;
  text-align: center;
  width: 100%;
  z-index: 10;
  font-size: 16px;
  line-height: 1.5em;
  -webkit-backface-visibility: hidden;
}
.hero h1 {
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 60px;
}
.hero .branding {
  margin: 30px 0;
}
.hero small {
  opacity: 0.75;
  font-size: 1em;
}
.hero .button {
  margin: 20px 10px 0;
  font-size: 16px;
  line-height: 1em;
}
.hero .price {
  font-size: 24px;
  margin: 30px 0;
}
.hero .price strong {
  font-weight: normal;
}
.hero .bt-menu-trigger {
  bottom: 20px;
  right: 20px;
  position: absolute;
}
.element-light.hero {
  color: #fff;
}
.preview-container {
  max-width: 800px;
  background: #fff;
  margin: 0 auto;
  padding: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: relative;
}
.preview-container .title-wrap {
  padding: 0 0 20px 0;
  margin: 0 0 50px 0;
  position: relative;
}
.preview-container .title-wrap h1 {
  margin: 0;
  font-size: 34px;
  line-height: 1.4em;
}
.preview-container .toc-wrap {
  display: none;
}
.preview-container .toc-list {
  list-style: none;
  margin: 0 0 50px 0;
  padding: 0;
}
.preview-container .toc-list li {
  padding: 20px 2px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.025);
}
.preview-container .toc-list li:last-child {
  border: none;
}
.preview-container .toc-list li:first-child {
  padding-top: 0;
}
.preview-container .toc-list li .dot {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #333333;
  margin: 0 10px 0 0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  opacity: 0.1;
  position: relative;
  top: -3px;
}
.preview-container .toc-list li.active .dot {
  background: #009ec2;
  opacity: 0.75;
}
.preview-container .toc-list a {
  color: #333333;
}
.preview-container .articles-wrap article {
  display: none;
}
.preview-container .articles-wrap article:first-child {
  display: block;
}
.mfp-wrap .bt {
  color: #555;
  opacity: 0.75 !important;
  cursor: pointer;
  z-index: 10000;
}
.mfp-wrap .bt:hover {
  opacity: 1 !important;
}
.mfp-wrap .bt.inactive {
  color: #ccc;
}
.mfp-wrap .bt [class^="nt-icon-"]:before,
.mfp-wrap .bt [class*=" nt-icon-"]:before {
  margin: 0;
}
.mfp-wrap .bt-toc {
  position: absolute;
  top: 34px;
  right: 40px;
  top: 20px;
  left: 20px;
}
.mfp-wrap .bt-next-page {
  position: absolute;
  top: 10px;
  left: 100px;
  font-size: 50px;
}
.mfp-wrap .bt-prev-page {
  position: absolute;
  top: 10px;
  left: 60px;
  font-size: 50px;
}
.mfp-wrap .bt-menu-trigger {
  position: absolute;
  top: 21px;
  right: 20px;
  z-index: 9000;
}
.mfp-preloader {
  width: 30px;
  height: 30px;
  background-color: #ccc;
  opacity: 0.65;
  margin: 0 auto;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
  text-indent: -9999em;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.accent-line {
  width: 100px;
  height: 1px;
  background: #009ec2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.grey-line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  bottom: 0;
  left: 0;
}
article img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 0 30px 0;
}
article h1 {
  line-height: 1.4em;
}
#content {
  background: #fff;
  z-index: 100;
  position: relative;
  margin: 0;
}
#content > section {
  padding: 40px 0;
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1);
}
#content .section-title {
  margin: 0 0 30px 0;
}
#content section.nav-box {
  text-align: left;
}
#content section.nav-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#content section.nav-box li {
  border-bottom: 1px solid #e5e5e5;
}
#content section.nav-box li:last-child {
  border: none;
}
#content section.nav-box li a {
  display: block;
  padding: 10px 0;
}
#content .bg-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-wrap img {
  max-width: none;
}
.teaser-box {
  text-align: center;
  margin: 0 auto 40px;
}
.teaser-box .feature-image {
  overflow: hidden;
}
.teaser-box .feature-image img {
  display: block;
  margin: 0 auto;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.teaser-box .feature-content {
  margin: 30px 0 0 0;
}
.teaser-box h3 {
  font-size: 1.5em;
  margin-bottom: 15px;
}
.box-icon {
  text-align: center;
  margin: 0 auto 40px;
}
.box-icon.icon-left .feature-content {
  background: transparent;
  border: none;
}
.box-icon.icon-left .feature-icon {
  background: transparent;
  width: auto;
  height: auto;
  top: 0;
  font-size: 40px;
}
.box-icon.icon-top {
  padding-top: 25px;
}
.box-icon.icon-top i {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.box-icon.icon-top .feature-icon {
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.box-icon.icon-top:hover .feature-icon {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
}
.box-icon .feature-content p {
  opacity: 0.9;
}
.box-icon .feature-icon {
  position: relative;
  display: block;
  font-size: 50px;
  margin: 0 auto 30px;
  text-align: center;
  color: #009ec2;
}
.box-icon h3 {
  font-size: 1.5em;
  margin-top: 0;
  margin-bottom: 15px;
}
.element-light .box-icon .feature-icon {
  color: #fff;
}
.vc_separator h4 {
  font-size: 26px;
  line-height: 1.3em;
  margin-bottom: 50px;
}
.vc_anchor {
  position: relative;
  top: -50px;
}
.animate-box {
  position: relative;
}
.animate-box img {
  position: absolute;
  top: 0;
}
.animate-box img:first-child {
  position: relative;
}
.vc_separator {
  margin: 0 0 50px 0;
  text-align: center;
}
.vc_separator.no-line h2.title {
  padding: 0;
}
.vc_separator h2.title {
  display: inline-block;
  padding: 0 0 15px;
  margin: 0;
  position: relative;
  font-size: 22px;
  line-height: 1.5em;
}
.vc_separator .sub-title {
  opacity: 0.8;
  font-size: 1em;
  margin: 10px 0 0 0;
}
.vc_separator.align_center .line.accent {
  left: 50%;
  margin-left: -25px;
}
.vc_separator.align_right .line.accent {
  left: auto;
  right: 0;
}
.vc_separator .line {
  display: block;
  height: 1px;
  width: 100%;
  background: #000;
  opacity: 0.1;
  line-height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.vc_separator .line.accent {
  background: #333333;
  opacity: 0.3;
  width: 50px;
}
.vc_separator.with-line-icon h2.title {
  padding: 0 0 25px;
}
.vc_separator.with-line-icon .sub-title {
  margin: 30px 0 0 0;
}
.vc_separator .icon {
  display: block;
  position: absolute;
  bottom: -12px;
  left: 50%;
  margin-left: -12px;
}
.vc_separator i {
  font-size: 13px;
  width: 24px;
  height: 24px;
  display: block;
  background: #888;
  line-height: 24px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #fff;
  padding: 0;
}
.element-light .vc_separator .line {
  background: #fff;
  opacity: 0.25;
}
.element-light .vc_separator .line.accent {
  opacity: 0.7;
}
.element-light .vc_separator i {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #fff;
}
.nt-testimonials {
  text-align: center;
}
.nt-testimonials section {
  font-size: 20px;
  line-height: 1.5em;
  font-style: italic;
  opacity: 0.8;
}
.nt-testimonials footer {
  margin-top: 40px;
}
.nt-testimonials blockquote {
  border: none;
  background: transparent;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.nt-testimonials .rating {
  opacity: 0.3;
  margin: 0 0 5px 0;
}
.nt-testimonials .rating .inactive {
  opacity: 0.2;
}
.nt-testimonials .rating i {
  margin: 0 -1px;
}
.element-light .nt-testimonials .rating {
  opacity: 0.75;
}
.element-light .nt-testimonials .rating .inactive {
  opacity: 0.4;
}
.nt-twitter {
  text-align: center;
}
.nt-twitter section {
  font-size: 26px;
  line-height: 1.5em;
  font-style: italic;
  opacity: 0.8;
}
.nt-twitter footer {
  margin-top: 40px;
  font-style: normal;
}
.nt-twitter footer a {
  color: #333333;
}
.nt-twitter .nt-icon-clock-1 {
  margin: 0 0 0 10px;
}
.nt-twitter blockquote {
  border: none;
  background: transparent;
  font-size: 1em;
  line-height: 1.5em;
  margin: 0;
}
.nt-twitter .tweet_list {
  margin: 0;
  list-style: none;
}
.element-light .nt-twitter footer a {
  color: #fff;
}
h2 {
  font-size: 1.5em;
  line-height: 1.4em;
}
.nt-callout {
  font-size: 20px;
  position: relative;
}
.nt-callout.boxed {
  padding: 20px;
  border: 1px solid #ddd;
}
.nt-callout.light .button {
  background: transparent;
  border: 1px solid #fff;
}
.nt-callout h3 {
  font-size: 1.5em;
  line-height: 1.3em;
}
.nt-callout p {
  opacity: 0.85;
}
.nt-callout .button {
  margin: 20px 0 10px;
}
.nt-stat {
  text-align: center;
}
.nt-stat .stat {
  font-size: 50px;
  color: #009ec2;
  margin: 0 0 15px 0;
  line-height: 1em;
}
.nt-stat .line {
  height: 1px;
  background: #e5e5e5;
  background: rgba(0, 0, 0, 0.05);
  margin: 0 auto 15px;
  max-width: 60%;
  text-align: center;
}
.nt-stat .nt-icon {
  margin: 0 5px 0 0;
}
.element-light .nt-stat .stat {
  color: #fff;
}
.element-light .nt-stat .line {
  background: #fff;
  background: rgba(255, 255, 255, 0.15);
}
.wpb_accordion {
  text-align: left;
}
.wpb_accordion .wpb_accordion_section {
  margin: 0 0 15px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  overflow: hidden;
  border: 1px solid #ddd;
}
.wpb_accordion .wpb_accordion_section.active .wpb_accordion_header a {
  color: #fff;
  background: #009ec2;
}
.wpb_accordion .wpb_accordion_section.active .wpb_accordion_header a:before {
  content: '\e853';
}
.wpb_accordion .wpb_accordion_header {
  margin: 0;
  background: #fafafa;
  background: rgba(255, 255, 255, 0.5);
  font-size: 1em;
}
.wpb_accordion .wpb_accordion_header a {
  display: block;
  padding: 10px 15px;
}
.wpb_accordion .wpb_accordion_header a:before {
  content: '\e84f';
  font-family: 'nt-icon';
  margin: 0 10px 0 0;
}
.wpb_accordion .wpb_accordion_content {
  padding: 15px 15px;
}
.element-light .wpb_accordion .wpb_accordion_section {
  border: 1px solid #fff;
  background: transparent;
}
.element-light .wpb_accordion .wpb_accordion_section.active .wpb_accordion_header a {
  background: transparent;
}
.element-light .wpb_accordion .wpb_accordion_section.active .wpb_accordion_header {
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.element-light .wpb_accordion .wpb_accordion_header {
  background: transparent;
}
.element-light .wpb_accordion .wpb_accordion_header a {
  color: #fff;
}
.wpb_tabs {
  background: #fff;
  background: rgba(255, 255, 255, 0.97);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}
.wpb_tabs .wpb_tabs_nav {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  border-bottom: 1px solid #eee;
  width: 100%;
  background: #009ec2;
  text-align: center;
}
.wpb_tabs .wpb_tabs_nav li {
  display: inline-block;
  white-space: nowrap;
}
.wpb_tabs .wpb_tabs_nav li.active {
  position: relative;
}
.wpb_tabs .wpb_tabs_nav li.active .active-bar {
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-top: 10px solid #009ec2;
}
.wpb_tabs .wpb_tabs_nav li.active a {
  opacity: 1;
}
.wpb_tabs .wpb_tabs_nav li a {
  display: block;
  padding: 12px 15px;
  opacity: 0.6;
  color: #fff;
}
.wpb_tabs .wpb_tabs_nav li a:hover {
  opacity: 1;
}
.wpb_tabs .wpb_tabs_nav li i {
  margin: 0 2px 0 0;
}
.wpb_tabs .wpb_tab {
  margin: -1px 0 0 0;
  padding: 25px 15px;
  clear: both;
  display: none;
  border: 1px solid #eee;
  border-top: none;
}
.element-light .wpb_tabs {
  background: transparent;
  border: 1px solid #fff;
}
.element-light .wpb_tabs .wpb_tabs_nav {
  background: transparent;
  border-bottom: 1px solid #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.element-light .wpb_tabs .wpb_tabs_nav li.active .active-bar {
  border: none;
  width: 100%;
  height: 1px;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  bottom: -1px;
  left: 0;
  margin: 0;
}
.element-light .wpb_tabs .wpb_tab {
  border: none;
}
.owl-wrapper.grabbing {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}
.owl-wrapper {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}
.owl-buttons {
  display: none;
}
.owl-item img {
  display: block;
  margin: 0 auto;
}
.nt-subscribe {
  text-align: center;
}
.nt-form,
.wpcf7-form,
.comment-form {
  margin: 0 auto;
  max-width: 500px;
}
.nt-form input[type='text'],
.wpcf7-form input[type='text'],
.comment-form input[type='text'],
.nt-form input[type='email'],
.wpcf7-form input[type='email'],
.comment-form input[type='email'],
.nt-form textarea,
.wpcf7-form textarea,
.comment-form textarea {
  padding: 12px 15px;
  border: 1px solid #aaa;
  background: transparent;
  margin: 1px 0 20px 0;
  outline: none;
  display: inline-block;
}
.nt-form ::-webkit-input-placeholder,
.wpcf7-form ::-webkit-input-placeholder,
.comment-form ::-webkit-input-placeholder {
  color: #888;
  opacity: 0.8;
}
.nt-form :-moz-placeholder,
.wpcf7-form :-moz-placeholder,
.comment-form :-moz-placeholder {
  color: #888;
  opacity: 0.8;
}
.nt-form ::-moz-placeholder,
.wpcf7-form ::-moz-placeholder,
.comment-form ::-moz-placeholder {
  color: #888;
  opacity: 0.8;
}
.nt-form :-ms-input-placeholder,
.wpcf7-form :-ms-input-placeholder,
.comment-form :-ms-input-placeholder {
  color: #888;
  opacity: 0.8;
}
.nt-form input,
.wpcf7-form input,
.comment-form input,
.nt-form button,
.wpcf7-form button,
.comment-form button,
.nt-form textarea,
.wpcf7-form textarea,
.comment-form textarea {
  -webkit-font-smoothing: antialiased;
  font-smooth: always;
  text-rendering: optimizeLegibility;
  width: 100%;
  text-align: left;
}
.nt-form button:active,
.wpcf7-form button:active,
.comment-form button:active {
  top: 1px;
}
.nt-form input[type='text'].wpcf7-not-valid,
.wpcf7-form input[type='text'].wpcf7-not-valid,
.comment-form input[type='text'].wpcf7-not-valid,
.nt-form input[type='email'].wpcf7-not-valid,
.wpcf7-form input[type='email'].wpcf7-not-valid,
.comment-form input[type='email'].wpcf7-not-valid,
.nt-form textarea.wpcf7-not-valid,
.wpcf7-form textarea.wpcf7-not-valid,
.comment-form textarea.wpcf7-not-valid {
  border-color: maroon;
}
.nt-form-inline input[type='text'],
.nt-form-inline input[type='email'],
.nt-form-inline input[type='submit'] {
  display: inline-block;
  width: auto;
  margin: 0 10px;
}
.nt-form-inline br {
  display: none;
}
.comment-form {
  max-width: none;
}
.wpcf7-form p {
  margin: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
  display: none;
}
.screen-reader-response {
  display: none;
}
.element-light .nt-form input[type='text'],
.element-light .wpcf7-form input[type='text'],
.element-light .nt-form input[type='email'],
.element-light .wpcf7-form input[type='email'],
.element-light .nt-form textarea,
.element-light .wpcf7-form textarea {
  border-color: #fff;
  background: transparent;
}
.element-light .nt-form ::-webkit-input-placeholder,
.element-light .wpcf7-form ::-webkit-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.element-light .nt-form :-moz-placeholder,
.element-light .wpcf7-form :-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.element-light .nt-form ::-moz-placeholder,
.element-light .wpcf7-form ::-moz-placeholder {
  color: #fff;
  opacity: 0.7;
}
.element-light .nt-form :-ms-input-placeholder,
.element-light .wpcf7-form :-ms-input-placeholder {
  color: #fff;
  opacity: 0.7;
}
.nt-image {
  display: block;
}
.icon-list {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: left;
}
.icon-list li {
  margin: 0 0 10px 0;
  padding: 0 0 0 35px;
  position: relative;
}
.icon-list li i {
  position: absolute;
  left: 0;
}
.icon-list.big li {
  margin: 0 0 25px 0;
  padding: 6px 0 6px 80px;
}
.icon-list.big li i {
  top: 0;
  font-size: 28px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  background: #009ec2;
  color: #fff;
}
.element-light .icon-list.big li i {
  border-color: #fff;
}
.section-page-title {
  background: #eee;
  padding: 40px 0 !important;
}
.section-page-title h1 {
  font-size: 30px;
  margin: 0;
}
.section-page-title .sub-page-title {
  margin: 5px 0 0 0;
  opacity: 0.75;
}
.section-blog {
  text-align: left;
}
.section-blog .post-title {
  margin: 0;
}
.section-blog article {
  margin: 0 0 80px 0;
}
.section-blog .article-head {
  margin: 0 0 25px 0;
}
.section-blog .feature-image {
  margin: 0 auto 20px;
  display: block;
}
.section-blog .featured-image-thumb .feature-image {
  height: 70px;
  float: left;
  margin: 0 20px 10px 0;
}
.section-blog .featured-image-thumb .article-head:after,
.section-blog .featured-image-thumb .article-head:before {
  content: ' ';
  display: table;
}
.section-blog .featured-image-thumb .article-head:after {
  clear: both;
}
.post-meta {
  margin: 3px 0 0 0;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #aaa;
}
.post-meta a {
  color: #aaa;
}
.meta-item {
  margin: 0 5px 0 0;
}
.meta-item:after {
  content: " / ";
  color: #aaa;
  opacity: 0.5;
}
.meta-item:last-child:after {
  content: "";
}
.meta-item span {
  padding: 0 5px 0 0;
}
#comments h3 {
  margin-top: 0;
}
#comments .comment-section-title {
  margin: 20px 0 30px 0;
}
#comments .comment-wrap {
  padding: 0;
  position: relative;
  margin: 0 0 20px 0;
}
#comments .comment-list {
  margin: 0 0 40px 0;
  padding: 0;
  list-style: none;
}
#comments .comment-list li.comment {
  margin: 0 0 30px 0;
}
#comments .comment-list .children {
  list-style: none;
}
#comments .bypostauthor .comment-content {
  background: #f8f8f8;
}
#comments .comment-content {
  padding: 20px;
  background: #f8f8f8;
  min-height: 105px;
  position: relative;
}
#comments .comment-meta {
  display: none;
}
#comments .comment-edit-link,
#comments .comment-reply-link {
  float: right;
  margin-top: 40px !important;
  display: none;
}
#comments .comment-author-name {
  font-size: 12px;
  line-height: 1.25em;
}
#comments .children {
  padding: 0;
}
#comments .comment-meta-compact {
  text-align: right;
  margin: 20px 0 0 0;
}
#respond {
  margin: 0 0 30px 0;
}
.pagination-wrap {
  margin: 0 0 50px 0;
}
.pagination-wrap .nextpostslink {
  float: right;
}
.widget {
  margin: 0 0 60px 0;
}
.widget p:last-child {
  margin: 0;
}
.widget ul {
  padding: 0;
  list-style: none;
}
.widget ul:last-child {
  margin: 0;
}
.widget ul li {
  padding: 15px 1px;
  border-bottom: 1px solid #eee;
}
.widget ul li:last-child {
  border-bottom: none;
}
.widget ul li:first-child {
  padding-top: 5px;
}
.widget .post-date {
  color: #aaa;
  font-size: 0.9em;
  display: block;
}
.widget-title {
  font-size: 20px;
  line-height: 1.5em;
  margin: 0 0 20px 0;
}
.widget_search,
.tagcloud {
  letter-spacing: 1px;
}
.widget_search a,
.tagcloud a {
  font-size: 13px !important;
  display: inline-block;
  padding: 5px 10px;
  background: #fafafa;
  border: 1px solid #eee;
  color: #333333;
  margin: 0 10px 10px 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
#wp-calendar caption {
  padding: 10px;
  text-align: center;
  background: #f5f5f5;
  font-size: 16px;
  border: 1px solid #eee;
  border-bottom: none;
}
#wp-calendar thead {
  background: #eee;
  color: inherit;
}
#wp-calendar td {
  border: 1px solid #eee;
}
.widget.icl_languages_selector {
  overflow: visible;
}
.widget.icl_languages_selector .nt-icon-angle-down {
  display: none;
}
.widget.icl_languages_selector img {
  display: inline-block;
}
aside {
  text-align: left;
}
aside .widget_sub_nav > ul,
aside .widget_nav_menu > ul,
aside .widget_pages > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget_sub_nav > ul li,
aside .widget_nav_menu > ul li,
aside .widget_pages > ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #eee;
}
aside .widget_sub_nav > ul li:hover,
aside .widget_nav_menu > ul li:hover,
aside .widget_pages > ul li:hover {
  background: none;
}
aside .widget_sub_nav > ul li:last-child,
aside .widget_nav_menu > ul li:last-child,
aside .widget_pages > ul li:last-child {
  border-bottom: none;
}
aside .widget_sub_nav > ul li.current_page_item > a,
aside .widget_nav_menu > ul li.current_page_item > a,
aside .widget_pages > ul li.current_page_item > a {
  background-color: #f5f5f5;
}
aside .widget_sub_nav > ul a,
aside .widget_nav_menu > ul a,
aside .widget_pages > ul a {
  padding: 12px 16px;
  display: block;
  color: #333333;
  border: none;
  background: #fcfcfc;
}
aside .widget_sub_nav > ul a:hover,
aside .widget_nav_menu > ul a:hover,
aside .widget_pages > ul a:hover {
  background-color: #f5f5f5;
}
aside .widget_sub_nav > ul a i.nt-icon-angle-down,
aside .widget_nav_menu > ul a i.nt-icon-angle-down,
aside .widget_pages > ul a i.nt-icon-angle-down {
  float: right;
  font-size: 18px;
}
aside #nt-search-form {
  margin: 0;
}
aside #nt-search-form input {
  margin: 0;
}
#recentcomments .recentcomments a {
  display: block !important;
}
#recentcomments .recentcomments a.url {
  display: inline !important;
}
.s-left,
.s-right,
.s-top,
.s-bottom,
.s-fade {
  opacity: 0;
}
