/* Main Theme Styles file */
/* Standardize browser behavior */
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, button,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

input:focus, textarea:focus {
  outline: none;
}

ol, ul {
  list-style: none;
}

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

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

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

@-webkit-keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

@keyframes fadeOutText {
  0% {
    color: transparent;
  }
  80% {
    color: transparent;
  }
  100% {
    color: #fff;
  }
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@-webkit-keyframes fillWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes fillWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
                                                 Default Components
------------------------------------------------------------------------------------------------------------------- */
.post-meta {
  font-size: 13px;
  margin-bottom: 15px;
  font-weight: 300;
}

.post-meta .fa, .post-meta .comments-area .comment-list .comment-meta time:before, .comments-area .comment-list .comment-meta .post-meta time:before {
  font-size: 14px;
}

.post-meta time {
  font-style: italic;
}

.post-meta a {
  color: inherit;
  text-decoration: underline;
}

.post-meta a:hover {
  text-decoration: none;
}

.post-meta .tags {
  padding-top: 5px;
}

/* FlexSlider core styles.
------------------------------------------------------------ */
.ml-slider {
  /* Clearfix for the .slides element */
  /* No JavaScript Fallback */
  /* If you are not using another script, such as Modernizr, make sure you
	 * include js that eliminates this class on page load */
}

.ml-slider .flexslider {
  position: relative;
}

.ml-slider .slides img {
  width: 100%;
  display: block;
  -moz-user-select: none;
  height: auto;
}

.ml-slider .flex-pauseplay span {
  text-transform: capitalize;
}

.ml-slider .slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.ml-slider html[xmlns] .slides {
  display: block;
}

.ml-slider * html .slides {
  height: 1%;
}

.ml-slider .no-js .slides > li:first-child {
  display: block;
}

/* 404 Page
------------------------------------------------------------ */
.error404 .content {
  padding-bottom: 5%;
  text-align: center;
}

@media (max-width: 767px) {
  .error404 .content {
    width: 100%;
  }
}

.error404 .content h3 {
  font-size: 190px;
  line-height: 190px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .error404 .content h3 {
    line-height: 1;
    font-size: 120px;
  }
}

@media (max-width: 479px) {
  .error404 .content h3 {
    font-size: 70px;
  }
}

.error404 .content h2 {
  font-size: 90px;
  line-height: 90px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .error404 .content h2 {
    line-height: 1;
    font-size: 60px;
  }
}

@media (max-width: 479px) {
  .error404 .content h2 {
    font-size: 40px;
  }
}

.error404 .content p {
  text-align: center;
  font-size: 20px;
  line-height: 29px;
}

@media (max-width: 767px) {
  .error404 .content p {
    font-size: 16px;
    line-height: 1.5;
  }
}

.error404 .site-inner input[type="text"] {
  padding: 7px 10px 9px;
  width: 190px;
  margin-top: 1px;
}

.error404 .searchform .search-submit {
  float: none;
}

.searchform .searchsubmit {
  line-height: 40px;
  vertical-align: top;
}

/* Post Navigation (prev/next buttons).
------------------------------------------------------------ */
body .posts-navigation {
  overflow: hidden;
}

body .posts-navigation a i {
  -webkit-transition: .3s;
  transition: .3s;
  position: relative;
  line-height: 0;
}

body .posts-navigation a[rel='prev'] i {
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}

body .posts-navigation a[rel='prev']:hover i {
  -webkit-transform: translateX(-7px);
  -ms-transform: translateX(-7px);
  transform: translateX(-7px);
}

body .posts-navigation a[rel='next'] i {
  -webkit-transform: translateX(2px);
  -ms-transform: translateX(2px);
  transform: translateX(2px);
}

body .posts-navigation a[rel='next']:hover i {
  -webkit-transform: translateX(7px);
  -ms-transform: translateX(7px);
  transform: translateX(7px);
}

body .posts-navigation a:last-child {
  float: right;
}

/* Post Pagination.
------------------------------------------------------------ */
.pagination-custom {
  overflow: hidden;
}

@media (max-width: 767px) {
  .pagination-custom {
    text-align: center;
  }
}

.pagination-custom > * {
  display: inline-block;
  font-size: 14px;
  line-height: 36px;
  margin: 0 6px 6px 0;
  text-align: center;
  width: 36px;
  text-decoration: none;
  background: #e9e9e9;
}

.pagination-custom a {
  color: #39414c;
}

.pagination-custom a i {
  position: relative;
}

.pagination-custom a[rel='prev']:hover i {
  -webkit-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
  color: #eee;
}

.pagination-custom a[rel='next']:hover i {
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  color: #eee;
}

.pagination-custom a.custom {
  width: auto;
}

.pagination-custom a:hover {
  color: #fff;
  background: #ef783d;
  text-decoration: none;
}

.pagination-custom a:focus, .pagination-custom a:active {
  text-decoration: none;
}

.pagination-custom span.current {
  background: #022859;
  color: #fff;
}

/* Search results.
------------------------------------------------------------ */
.search-results .archive-description {
  display: block;
}

.search-results article {
  border-bottom: 1px dotted #bbb;
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
}

.search-results h2 {
  text-align: left;
  margin-bottom: 35px;
}

.search-results h2 a {
  text-decoration: none;
}

.search-results h3 {
  font-size: 20px;
}

.search-results .featured-thumbnail {
  display: none;
}

.search-results .entry-content,
.search-results .excerpt {
  overflow: hidden;
  margin-bottom: 10px;
}

.search-results .details {
  float: right;
}

/* Contact form common styles.
------------------------------------------------------------ */
div.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14;
}

div.wpcf7-mail-sent-ng {
  border: 2px solid #ff0000;
}

div.wpcf7-spam-blocked {
  border: 2px solid #ffa500;
}

div.wpcf7-validation-errors {
  border: 2px solid #f7e700;
}

.wpcf7-display-none {
  display: none;
}

div.wpcf7 img.ajax-loader {
  border: none;
  vertical-align: middle;
  margin-left: 4px;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #5a5a5a;
}

@media (max-width: 479px) {
  div.wpcf7 .g-recaptcha {
    -webkit-transform: scale(0.83);
    -ms-transform: scale(0.83);
    transform: scale(0.83);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

div.wpcf7 .row > div {
  margin: 0;
}

@media (max-width: 479px) {
  div.wpcf7 .row > div {
    width: 100%;
  }
}

div.wpcf7 ::-webkit-input-placeholder {
  color: #bbb;
}

div.wpcf7 ::-moz-placeholder {
  color: #bbb;
}

div.wpcf7 :-ms-input-placeholder {
  color: #bbb;
}

div.wpcf7 p {
  padding: 0;
}

div.wpcf7 p:before, div.wpcf7 p:after {
  content: " ";
  display: table;
}

div.wpcf7 p:after {
  clear: both;
}

div.wpcf7 br {
  display: none;
}

div.wpcf7 label {
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  display: block;
  color: #39414c;
}

div.wpcf7 label sup {
  color: #f04028;
}

div.wpcf7 .wpcf7-form-control-wrap {
  display: block;
  position: relative;
  margin-bottom: 15px;
}

div.wpcf7 .wpcf7-form-control-wrap.captcha {
  float: left;
  width: 70px;
}

div.wpcf7 .wpcf7-form-control-wrap.captcha span.wpcf7-not-valid-tip {
  width: 70px;
  background: none;
}

div.wpcf7 .wpcf7-checkbox {
  display: block;
  padding-top: 10px;
}

div.wpcf7 .wpcf7-checkbox:before, div.wpcf7 .wpcf7-checkbox:after {
  content: " ";
  display: table;
}

div.wpcf7 .wpcf7-checkbox:after {
  clear: both;
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item {
  width: 50%;
  float: left;
  padding-bottom: 2px;
}

@media (max-width: 479px) {
  div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item {
    width: 100%;
  }
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 30px;
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item span::before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 2px;
  left: 0;
  border: 1px solid #d6d6d6;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"] {
  display: none;
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + span {
  color: #000;
}

div.wpcf7 .wpcf7-checkbox span.wpcf7-list-item input[type="checkbox"]:checked + span::before {
  border-color: transparent;
  background: #ffcc00;
}

div.wpcf7 .submit-row:before, div.wpcf7 .submit-row:after {
  content: " ";
  display: table;
}

div.wpcf7 .submit-row:after {
  clear: both;
}

div.wpcf7 .submit-row > div {
  float: left;
}

div.wpcf7 .submit-row > p {
  float: right;
}

div.wpcf7 .wpcf7-submit {
  font-family: 'Finger Paint';
  font-size: 18px;
  line-height: 20px;
  color: #008ad1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #008ad1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background: none;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
  float: left;
}

div.wpcf7 .wpcf7-submit:hover {
  background: #008ad1;
  color: #fff;
}

div.wpcf7 .wpcf7-submit:active {
  top: 2px;
}

div.wpcf7 .g-recaptcha {
  float: left;
}

@media (max-width: 1199px) {
  div.wpcf7 .g-recaptcha {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}

div.wpcf7 span.wpcf7-not-valid-tip {
  font-weight: 300;
  padding-top: 5px;
  color: #f04028;
  font-size: 0.9em;
  display: block;
}

div.wpcf7 div.wpcf7-response-output {
  padding: 10px 20px;
  text-align: center;
  font-size: 13px;
  margin: 10px 0 0;
  background: #fff;
}

@media (max-width: 1199px) {
  div.wpcf7 div.wpcf7-response-output {
    padding: 5px 10px;
  }
}

div.wpcf7 div.wpcf7-validation-errors {
  background: #fde8b1;
  color: #222;
  clear: both;
}

div.wpcf7 div.wpcf7-mail-sent-ok {
  background: #ccff99;
  border: 2px solid #398f14;
}

div.wpcf7 img.ajax-loader {
  display: block;
  background: #fff;
}

/* Breadcrumbs.
------------------------------------------------------------ */
.breadcrumbs {
  font-size: 14px;
  line-height: 1;
  color: #fff;
  font-weight: 400;
  position: absolute;
  bottom: 35px;
  right: 15px;
}

@media (max-width: 767px) {
  .breadcrumbs {
    color: #39414c;
    position: static;
    padding-bottom: 10px;
  }
}

.breadcrumbs span + i {
  margin: 0 12px;
  color: #9fcfff;
  font-style: normal;
}

.breadcrumbs a {
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .breadcrumbs a {
    color: #39414c;
  }
}

.breadcrumbs a:hover, .breadcrumbs a:focus, .breadcrumbs a:active {
  color: inherit;
  text-decoration: underline;
}

/* Page title.
------------------------------------------------------------ */
.page-title-row {
  border-bottom: 4px solid #ef783d;
}

.page-title-row .image-holder img {
  display: block;
  width: 100%;
}

.page-title-row .container {
  position: relative;
}

.page-title-row .container .page-title {
  position: absolute;
  bottom: 35px;
  left: 15px;
  opacity: 0;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.loaded .page-title-row .container .page-title {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 767px) {
  .page-title-row .container .page-title {
    position: static;
    padding: 10px 0;
  }
}

/* Post formats -> standard.
----------------------------------------------------------- */
article.format-standard {
  overflow: hidden;
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #dfdfdf;
}

article.format-standard .entry-header h2 {
  color: #022859;
  font-weight: 400;
  text-transform: capitalize;
  padding-bottom: 5px;
}

article.format-standard .entry-header h2 a {
  color: inherit;
}

article.format-standard .entry-header h2 a:hover {
  color: #033e8b;
}

article.format-standard .featured-thumbnail {
  float: left;
  margin: 0 30px 0 0;
  line-height: 0;
}

@media (max-width: 1199px) {
  article.format-standard .featured-thumbnail {
    max-width: 40%;
  }
}

@media (max-width: 991px) {
  article.format-standard .featured-thumbnail {
    max-width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
}

article.format-standard .featured-thumbnail a {
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  article.format-standard .featured-thumbnail a {
    display: inline-block;
  }
}

article.format-standard .post-content {
  overflow: hidden;
  padding-bottom: 15px;
}

/* Search form.
----------------------------------------------------------- */
.search-form {
  position: relative;
  max-width: 400px;
}

.search-form input[type='submit'] {
  background: url("../images/icons/icon-search.png") no-repeat 50% 50%;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  width: 30px;
  height: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.search-form input[type='submit']:hover, .search-form input[type='submit']:active, .search-form input[type='submit']:focus {
  background: url("../images/icons/icon-search.png") no-repeat 50% 50%;
  opacity: .7;
}

/* Comments area on the single post page.
----------------------------------------------------------- */
.comments-area {
  margin-top: 40px;
}

.comments-area .comment-list .comment {
  border: 1px solid #dfdfdf;
  padding: 20px;
  margin-bottom: 30px;
}

.comments-area .comment-list ol.children .comment {
  margin: 20px 0 0 0;
}

.comments-area .comment-list .comment-awaiting-moderation {
  color: #b05232;
}

.comments-area .comment-list .comment-meta {
  overflow: hidden;
}

.comments-area .comment-list .comment-meta b.fn {
  font-weight: bold;
}

.comments-area .comment-list .comment-meta img {
  float: left;
  margin-right: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.comments-area .comment-list .comment-meta time {
  font-style: italic;
}

.comments-area .comment-list .comment-meta time:before {
  margin-right: 3px;
  content: "\f133";
}

.comments-area .comment-list .comment-content {
  padding: 15px 0;
}

.comments-area .comment-list .reply {
  text-align: right;
}

.comments-area .comment-respond .form-allowed-tags {
  font-size: 12px;
}

.comments-area .comment-respond p {
  margin-bottom: 10px;
}

.share-networks {
  padding-bottom: 20px;
}

/* Isotope filtering buttons.
----------------------------------------------------------- */
#filter-by {
  margin-bottom: 20px;
  padding: 0 10px 10px 10px;
  text-align: center;
}

#filter-by a {
  background: none;
  border: none;
  font-family: 'Finger Paint';
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  text-transform: lowercase;
  padding: 13px 20px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #fff;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin: 0 10px 10px 10px;
}

@media (max-width: 767px) {
  #filter-by a {
    width: 100px;
    float: left;
    margin: 5px 0 15px 10px;
  }
}

@media (max-width: 479px) {
  #filter-by a {
    width: 100%;
    float: none;
    margin: 5px 0 15px 10px;
  }
}

#filter-by a.active {
  color: #0899e3;
  background: #fff;
  border-color: #fff;
  cursor: default;
}

/* Isotope gallery items.
----------------------------------------------------------- */
.gallery .items {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 0 -5px;
}

.gallery .item {
  float: left;
  width: 24%;
  padding: 0 0 30px 30px;
}

.gallery .item.video a img {
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

@media (max-width: 991px) {
  .gallery .item {
    width: 33.3%;
  }
}

@media (max-width: 767px) {
  .gallery .item {
    width: 50%;
  }
}

@media (max-width: 479px) {
  .gallery .item {
    width: 100%;
  }
}

.gallery .item a {
  position: relative;
  display: block;
  text-decoration: none;
  padding: 10px;
  background: #0899e3;
  border: none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.gallery .item a:hover {
  background: #fff;
}

.gallery .item a:hover p.img-caption {
  color: #0899e3;
}

.gallery .item a figure {
  overflow: hidden;
  position: relative;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  z-index: 9;
  margin-bottom: 15px;
}

.gallery .item a img {
  width: 100%;
  display: block;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.gallery .item a p.img-caption {
  font-family: 'Finger Paint';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  padding-bottom: 5px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.gallery .item a .zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: .55s;
  transition: .55s;
  z-index: 10;
}

.gallery .item a .zoom-icon:before {
  content: "";
  position: absolute;
  left: -50%;
  top: 48%;
  display: block;
  height: 0;
  width: 200%;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: .65s;
  transition: .65s;
}

.gallery .item a .zoom-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 47px;
  margin-top: -18px;
  margin-left: -29px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  -webkit-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 0;
  -webkit-transition: .45s;
  transition: .45s;
}

.non-touch .gallery .item a:hover .zoom-icon {
  visibility: visible;
}

.non-touch .gallery .item a:hover .zoom-icon:before {
  left: -60%;
  top: -100%;
  height: 400%;
}

.non-touch .gallery .item a:hover .zoom-icon i {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.gallery .pagination-custom {
  padding-left: 15px;
  padding-right: 15px;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/* -------------------------------------------------------------------------------------------------------------------
                                                  Header elements
------------------------------------------------------------------------------------------------------------------- */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.admin-bar .site-header {
  top: 32px;
}

.site-header p {
  padding: 0;
}

.site-header .logo-wrap {
  position: relative;
  float: left;
  z-index: 31;
}

@media (max-width: 991px) {
  .site-header .logo-wrap {
    max-width: 250px;
  }
}

@media (max-width: 479px) {
  .site-header .logo-wrap {
    max-width: 210px;
  }
}

.site-header .site-logo {
  background: #fff;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  padding: 12px 25px;
}

.site-header .site-logo > a {
  display: block;
  text-decoration: none;
}

.site-header .row-mobile {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.site-header .row-mobile .icons-mobile {
  display: none;
  text-align: right;
  padding: 0 15px 0 0;
}

.site-header .row-mobile .icons-mobile a {
  margin-left: 10px;
  color: #fff;
  font-size: 26px;
}

.site-header .row-top {
  padding: 0;
  background: transparent;
}

.site-header .row-top:before, .site-header .row-top:after {
  content: " ";
  display: table;
}

.site-header .row-top:after {
  clear: both;
}

.site-header .widget.phone01 {
  float: right;
  font-size: 21px;
  line-height: 32px;
  color: #39414c;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.loaded .site-header .widget.phone01 {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .site-header .widget.phone01 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .site-header .widget.phone01 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .site-header .widget.phone01 {
    display: none;
  }
}

.site-header .widget.phone01 strong {
  display: block;
  color: #ef783d;
  font-size: 32px;
  line-height: 1;
}

@media (max-width: 1199px) {
  .site-header .widget.phone01 strong {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .site-header .widget.phone01 strong {
    font-size: 15px;
  }
}

.site-header .widget.phone01 a {
  color: #ef783d;
  text-decoration: none;
}

.site-header .widget.phone02 {
  float: right;
  padding-left: 55px;
  font-size: 21px;
  line-height: 32px;
  color: #39414c;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Roboto", sans-serif;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}

.loaded .site-header .widget.phone02 {
  -webkit-transition: all 0.3s ease-out .1s;
  transition: all 0.3s ease-out .1s;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 1199px) {
  .site-header .widget.phone02 {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .site-header .widget.phone02 {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .site-header .widget.phone02 {
    display: none;
  }
}

.site-header .widget.phone02 a {
  font-size: 32px;
  line-height: 1;
  color: #ef783d;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

@media (max-width: 1199px) {
  .site-header .widget.phone02 a {
    font-size: 21px;
  }
}

@media (max-width: 991px) {
  .site-header .widget.phone02 a {
    font-size: 15px;
  }
}

/* Primary menu.
------------------------------------------------------------ */
.row-menu {
  background: #022859;
}

.header-menu {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  position: relative;
  z-index: 30;
  min-height: 0;
  float: right;
}

.header-menu .main-menu {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
  float: none;
}

.header-menu .main-menu li {
  display: block;
  z-index: 2;
  position: relative;
  white-space: nowrap;
  float: left;
  background: none;
  margin-left: 3px;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

.header-menu .main-menu li:first-child {
  margin-left: 0;
}

.header-menu .main-menu li:nth-child(1) {
  background: #d74d71;
}

.header-menu .main-menu li:nth-child(1) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(2) {
  background: #f68a26;
}

.header-menu .main-menu li:nth-child(2) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(3) {
  background: #ffde00;
}

.header-menu .main-menu li:nth-child(3) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(4) {
  background: #9cca00;
}

.header-menu .main-menu li:nth-child(4) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(5) {
  background: #00a8ff;
}

.header-menu .main-menu li:nth-child(5) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(6) {
  background: #bf74cd;
}

.header-menu .main-menu li:nth-child(6) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(7) {
  background: #d74d71;
}

.header-menu .main-menu li:nth-child(7) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(8) {
  background: #f68a26;
}

.header-menu .main-menu li:nth-child(8) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(9) {
  background: #ffde00;
}

.header-menu .main-menu li:nth-child(9) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(10) {
  background: #9cca00;
}

.header-menu .main-menu li:nth-child(10) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(11) {
  background: #00a8ff;
}

.header-menu .main-menu li:nth-child(11) a {
  background: inherit;
}

.header-menu .main-menu li:nth-child(12) {
  background: #bf74cd;
}

.header-menu .main-menu li:nth-child(12) a {
  background: inherit;
}

.header-menu .main-menu li a {
  display: block;
  text-decoration: none;
  background: none;
  font-family: 'Finger Paint';
  font-size: 15px;
  line-height: 21px;
  color: #fff;
  font-weight: 400;
  text-shadow: none;
  padding: 25px 15px 25px;
  border: none;
  margin: 0;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  text-align: center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

@media (max-width: 991px) {
  .header-menu .main-menu li a {
    font-size: 12px;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header-menu .main-menu li.active a, .header-menu .main-menu li.current-menu-ancestor a {
  padding-bottom: 15px;
}

.header-menu .main-menu > li {
  float: left;
}

.header-menu .main-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 15px;
}

.header-menu .main-menu > li > a:hover {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  padding-bottom: 28px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

.header-menu .main-menu > li.menu-item-has-children.sfHover > a {
  padding-bottom: 28px !important;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  color: #fff;
}

.header-menu .main-menu > li.menu-item-has-children.sfHover > a::after {
  color: #fff;
}

.header-menu .main-menu > li.current_page_item > a, .header-menu .main-menu > li.current-menu-item > a, .header-menu .main-menu > li.current-page-ancestor > a, .header-menu .main-menu > li.current-menu-ancestor > a {
  color: #fff;
  text-decoration: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.header-menu .main-menu > li.sfHover > ul.sub-menu, .header-menu .main-menu > li:hover > ul.sub-menu {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.header-menu .main-menu > li > ul.sub-menu {
  background: inherit;
  display: none;
  position: absolute;
  top: 74px;
  z-index: 2;
  width: 215px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
}

.header-menu .main-menu > li > ul.sub-menu > li {
  margin-left: 0;
  background: inherit;
  padding: 0 20px;
  float: none;
}

.header-menu .main-menu > li > ul.sub-menu > li:first-child {
  padding-top: 20px;
}

.header-menu .main-menu > li > ul.sub-menu > li:last-child {
  padding-bottom: 20px;
}

.header-menu .main-menu > li > ul.sub-menu > li.current_page_item > a,
.header-menu .main-menu > li > ul.sub-menu > li.current-menu-ancestor > a,
.header-menu .main-menu > li > ul.sub-menu > li.current-menu-item > a {
  color: #fff;
}

.header-menu .main-menu > li > ul.sub-menu > li > a {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  padding: 4px 0 4px 15px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: relative;
  text-align: left;
}

.header-menu .main-menu > li > ul.sub-menu > li > a::before {
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 7px;
  background: url(../images/marker0.png) no-repeat;
  opacity: 0.8;
}

@media (max-width: 1199px) {
  .header-menu .main-menu > li > ul.sub-menu > li > a {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .header-menu .main-menu > li > ul.sub-menu > li > a {
    font-size: 13px;
  }
}

.header-menu .main-menu > li > ul.sub-menu > li > a:hover {
  color: #fff;
  text-decoration: underline;
}

.header-menu .main-menu > li > ul.sub-menu > li > a:hover::before {
  opacity: 1;
}

/* Mobile menu toggle icon.
------------------------------------------------------------ */
.mobile-menu-icon {
  display: none;
  height: 100%;
  width: 50px;
  z-index: 10;
  color: #fff;
  text-align: center;
  font-size: 38px;
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-tap-highlight-color: #3176bb;
}

.mobile-menu-icon:hover, .mobile-menu-icon:focus, .mobile-menu-icon:active {
  color: #fff;
}

@media (max-width: 767px) {
  .mobile-menu-icon {
    display: block;
  }
}

.mobile-menu-icon i {
  margin: 0;
  background: #d74d71;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  line-height: 45px;
  font-weight: 300;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.mobile-menu-icon .fa-bars {
  display: block;
}

.mobile-menu-icon .fa-times {
  display: none;
}

.mm-opened .mobile-menu-icon .fa-bars {
  display: none;
}

.mm-opened .mobile-menu-icon .fa-times {
  display: block;
}

/* Mobile menu theme overrides.
------------------------------------------------------------ */
.mm-menu {
  color: #ef783d;
}

.mm-menu .mm-listview .mm-next {
  background: #ef783d;
}

.mm-menu .mm-listview li a,
.mm-menu .mm-listview li span {
  color: #fff;
  padding: 8px 10px 8px 20px;
  -webkit-tap-highlight-color: #ef783d;
  font-family: "Finger Paint";
}

.mm-menu .mm-listview li:nth-child(1).mm-selected a {
  color: #d74d71;
}

.mm-menu .mm-listview li:nth-child(1) a {
  background: #d74d71;
}

.mm-menu .mm-listview li:nth-child(2).mm-selected a {
  color: #f68a26;
}

.mm-menu .mm-listview li:nth-child(2) a {
  background: #f68a26;
}

.mm-menu .mm-listview li:nth-child(3).mm-selected a {
  color: #ffde00;
}

.mm-menu .mm-listview li:nth-child(3) a {
  background: #ffde00;
}

.mm-menu .mm-listview li:nth-child(4).mm-selected a {
  color: #9cca00;
}

.mm-menu .mm-listview li:nth-child(4) a {
  background: #9cca00;
}

.mm-menu .mm-listview li:nth-child(5).mm-selected a {
  color: #00a8ff;
}

.mm-menu .mm-listview li:nth-child(5) a {
  background: #00a8ff;
}

.mm-menu .mm-listview li:nth-child(6).mm-selected a {
  color: #bf74cd;
}

.mm-menu .mm-listview li:nth-child(6) a {
  background: #bf74cd;
}

.mm-menu .mm-listview li:nth-child(7).mm-selected a {
  color: #d74d71;
}

.mm-menu .mm-listview li:nth-child(7) a {
  background: #d74d71;
}

.mm-menu .mm-listview li:nth-child(8).mm-selected a {
  color: #f68a26;
}

.mm-menu .mm-listview li:nth-child(8) a {
  background: #f68a26;
}

.mm-menu .mm-listview li:nth-child(9).mm-selected a {
  color: #ffde00;
}

.mm-menu .mm-listview li:nth-child(9) a {
  background: #ffde00;
}

.mm-menu .mm-listview li:nth-child(10).mm-selected a {
  color: #9cca00;
}

.mm-menu .mm-listview li:nth-child(10) a {
  background: #9cca00;
}

.mm-menu .mm-listview li:nth-child(11).mm-selected a {
  color: #00a8ff;
}

.mm-menu .mm-listview li:nth-child(11) a {
  background: #00a8ff;
}

.mm-menu .mm-listview li:nth-child(12).mm-selected a {
  color: #bf74cd;
}

.mm-menu .mm-listview li:nth-child(12) a {
  background: #bf74cd;
}

.mm-menu .mm-listview > li > a.mm-prev::before,
.mm-menu .mm-listview > li > a.mm-next::after {
  border-color: #fff;
}

.mm-menu li.current-menu-ancestor > a,
.mm-menu li.current_page_item > a,
.mm-menu li.current-menu-item > a {
  color: #ef783d;
  font-weight: bold;
}

.mm-menu .mm-header > a {
  color: inherit;
  font-size: 16px;
  font-family: "Finger Paint";
}

.mm-menu .mm-header .mm-btn {
  background: #3176bb;
}

.mm-menu .mm-header .mm-btn::before, .mm-menu .mm-header .mm-btn::after {
  border-color: #fff;
}

/* Wave line */
.wave {
  position: relative;
  width: 100%;
  z-index: 12;
}

.wave.white {
  height: 25px;
  margin-top: -24px;
  background: url(../images/wave1.png) 0 0 repeat-x;
  -webkit-animation: wave-animation1 8.7s infinite linear;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wave-animation1 8.7s infinite linear;
  /* IE 10+ */
}

.wave.green {
  height: 70px;
  margin-top: -159px;
  position: absolute;
  background: url(../images/wave2.png) 0 0 repeat-x;
  -webkit-animation: wave-animation2 15.7s infinite linear;
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wave-animation2 15.7s infinite linear;
  /* IE 10+ */
}

.home .wave.green {
  margin-top: -70px;
}

@-webkit-keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 932px 0;
  }
}

@keyframes wave-animation1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 932px 0;
  }
}

@-webkit-keyframes wave-animation2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1610px 0;
  }
}

@keyframes wave-animation2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 1610px 0;
  }
}

.info_line {
  background: #ececec;
  padding-top: 10px;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  .info_line .phone-info {
    text-align: center;
  }
}

.info_line p.phone_text, .info_line a.phone {
  float: left;
  font-size: 20px;
  line-height: 20px;
  color: #d74d71;
  font-weight: 400;
  font-family: 'Finger Paint';
  padding: 0;
}

@media (max-width: 991px) {
  .info_line p.phone_text, .info_line a.phone {
    float: none;
    display: inline-block;
  }
}

.info_line a.phone {
  font-size: 26px;
}

@media (max-width: 991px) {
  .info_line .socials-header {
    text-align: center;
  }
}

.info_line .socials-header a {
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  color: #999999;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  margin: 0 10px;
  float: right;
}

@media (max-width: 991px) {
  .info_line .socials-header a {
    text-align: center;
    float: none;
  }
}

.info_line .socials-header a:hover {
  color: #d74d71;
}

/* Slider header theme.
------------------------------------------------------------ */
.metaslider {
  background: #5d89b6;
  /*min-height: 500px;
	position: relative;
	@include break($large) {
		min-height: 800px;
	}
	@include break($medium) {
		min-height: 500px;
	}*/
}

@media (max-width: 991px) {
  .metaslider {
    min-height: 800px;
  }
}

@media (max-width: 767px) {
  .metaslider {
    min-height: 400px;
  }
}

@media (max-width: 568px) {
  .metaslider {
    min-height: auto;
  }
}

@media (max-width: 479px) {
  .metaslider {
    min-height: 300px;
  }
}

.metaslider .caption-wrap {
  position: absolute;
  width: 100%;
  z-index: 8;
  left: 0;
  top: 50%;
  margin-top: -100px;
  text-align: center;
}

@media (max-width: 767px) {
  .metaslider .caption-wrap {
    margin-top: -65px;
  }
}

.metaslider .caption-wrap .caption {
  color: #fff;
  font-size: 24px;
  opacity: 0;
  height: 131px;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.metaslider .caption-wrap .caption::before {
  content: '';
  display: block;
  position: absolute;
  top: -150px;
  left: 50%;
  margin-left: -162px;
  height: 124px;
  width: 324px;
  background: url(../images/splash1.png) no-repeat;
}

@media (max-width: 767px) {
  .metaslider .caption-wrap .caption::before {
    display: none;
  }
}

.metaslider .caption-wrap .caption::after {
  content: '';
  display: block;
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -162px;
  height: 100px;
  width: 324px;
  z-index: 1;
  background: url(../images/splash2.png) no-repeat;
}

@media (max-width: 767px) {
  .metaslider .caption-wrap .caption::after {
    display: none;
  }
}

@media (max-width: 1199px) {
  .metaslider .caption-wrap .caption {
    font-size: 17px;
    height: 91px;
  }
}

@media (max-width: 767px) {
  .metaslider .caption-wrap .caption {
    height: auto;
    padding: 20px 10px;
    font-size: 14px;
  }
}

.metaslider .caption-wrap .caption h1 {
  font-style: italic;
  font-size: 1.70em;
  font-weight: 700;
  padding-bottom: 5px;
  color: #fff;
}

@media (max-width: 767px) {
  .metaslider .caption-wrap .caption h1 {
    font-size: 1.3em;
  }
}

.metaslider .caption-wrap .caption h2 {
  font-family: "Cabin Sketch";
  font-size: 64px;
  line-height: 64px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0;
}

@media (max-width: 568px) {
  .metaslider .caption-wrap .caption h2 {
    font-size: 40px;
    line-height: 40px;
  }
}

@media (max-width: 479px) {
  .metaslider .caption-wrap .caption h2 {
    font-size: 28px;
    line-height: 28px;
  }
}

.metaslider .caption-wrap .caption h2:nth-child(2) {
  font-size: 36px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;
}

@media (max-width: 568px) {
  .metaslider .caption-wrap .caption h2:nth-child(2) {
    font-size: 28px;
  }
}

@media (max-width: 479px) {
  .metaslider .caption-wrap .caption h2:nth-child(2) {
    font-size: 24px;
    line-height: 24px;
  }
}

.metaslider .caption-wrap .caption a::before {
  content: '';
  display: block;
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -19px;
  height: 39px;
  width: 38px;
  z-index: 2;
  background: url(../images/home_link.png) no-repeat;
  opacity: 0.5;
}

@media (max-width: 568px) {
  .metaslider .caption-wrap .caption a::before {
    top: 100px;
  }
}

.metaslider .caption-wrap .caption a:hover::before {
  opacity: 1;
}

.metaslider .flex-active-slide .caption {
  opacity: 1;
}

.metaslider .slides > li {
  overflow: hidden;
  position: relative;
}

@media (max-width: 991px) {
  .metaslider .slides img {
    width: 200%;
    margin-left: -30%;
    max-width: 200%;
  }
}

@media (max-width: 767px) {
  .metaslider .slides img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (max-width: 479px) {
  .metaslider .slides img {
    width: 160%;
    margin-left: -30%;
    max-width: 160%;
  }
}

.metaslider .flex-direction-nav {
  position: absolute;
  bottom: 55%;
  z-index: 2;
  width: 100%;
}

@media (max-width: 991px) {
  .metaslider .flex-direction-nav {
    display: none;
  }
}

@media (max-width: 767px) {
  .metaslider .flex-direction-nav {
    display: none;
  }
}

.metaslider .flex-direction-nav li {
  display: inline;
}

.metaslider .flex-direction-nav a {
  display: inline-block;
  font-size: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 12;
  position: absolute;
}

.metaslider .flex-direction-nav a:hover::before {
  opacity: 1;
}

.metaslider .flex-direction-nav a::before {
  font-family: FontAwesome;
  color: #fff;
  font-size: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.metaslider .flex-direction-nav a.flex-prev {
  left: 26px;
}

.metaslider .flex-direction-nav a.flex-prev::before {
  content: "\f137";
  padding-right: 5px;
}

.metaslider .flex-direction-nav a.flex-next {
  right: 26px;
}

.metaslider .flex-direction-nav a.flex-next::before {
  content: "\f138";
  padding-left: 5px;
}

.non-touch .metaslider:hover .flex-direction-nav {
  display: block;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  /*display: block;
		width: 100%;*/
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  display: none;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* Feel free to change duration  */
.animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* .owl-animated-out - only for current item */
/* This is very important class. Use z-index if you want move Out item above In item */
.owl-animated-out {
  z-index: 1;
}

/* .owl-animated-in - only for upcoming item
/* This is very important class. Use z-index if you want move In item above Out item */
.owl-animated-in {
  z-index: 0;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  /*cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;*/
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/* -------------------------------------------------------------------------------------------------------------------
                                                  General elements
------------------------------------------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background: #fff;
  border: 0;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 20px;
  color: #818181;
  font-weight: 400;
  min-width: 320px;
  background: #fff;
}

@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

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

img.header_baner {
  width: 100%;
}

p {
  padding-bottom: 10px;
}

a {
  color: #022859;
  text-decoration: underline;
  -webkit-tap-highlight-color: transparent;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #022859;
}

a:focus {
  outline: none;
}

a[href^='tel:'] {
  cursor: default;
  color: inherit;
  text-decoration: none;
}

strong {
  font-weight: 700;
}

iframe {
  max-width: 100%;
}

blockquote {
  color: #000;
  border-left: 1px solid #e5e5e5;
  margin: 0 0 15px 60px;
  padding: 0 0 0 20px;
  position: relative;
}

blockquote p {
  padding: 0;
}

blockquote::before {
  content: "\f10d";
  font-family: FontAwesome;
  position: absolute;
  top: -5px;
  font-size: 40px;
  left: -55px;
  color: #e5e5e5;
}

.clear:before, .clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.site-preloader {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: #f2f2f2 url("../images/balls.svg") no-repeat 50% 50%;
  text-align: center;
  /*@include break($not-mobile) {
		display: none;
	}*/
}

.loaded .site-preloader {
  opacity: 0;
  z-index: -1;
}

/* General site layout controls.
------------------------------------------------------------ */
#content {
  position: relative;
  z-index: 1;
}

.site-content {
  position: relative;
  clear: both;
}

.not-home .site-content {
  padding: 40px 0 85px;
}

.main-column:before, .main-column:after {
  content: " ";
  display: table;
}

.main-column:after {
  clear: both;
}

@media (max-width: 991px) {
  div[class*='col-md-'] + div[class*='col-md-'] {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  [class*='col-'] {
    margin-top: 20px;
  }
  [class*='col-']:first-child,
  [class*='col-'] .list + .list {
    margin-top: 0;
  }
}

a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}

::-moz-selection {
  background: #888888 !important;
  color: #fff;
}

::selection {
  background: #888888 !important;
  color: #fff;
}

::-moz-selection {
  background: #888888 !important;
  color: #fff;
}

a {
  color: #000;
  text-decoration: underline;
  outline: none;
}

a:hover {
  color: #000;
  text-decoration: none;
  outline: none;
}

/* Buttons & Links
------------------------------------------------------------ */
.btn,
.button,
.posts-navigation a,
.pagination-custom a.custom {
  font-family: 'Finger Paint';
  font-size: 18px;
  line-height: 20px;
  color: #008ad1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #008ad1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background: none;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
  outline: none;
  text-align: center;
}

@media (max-width: 1199px) {
  .btn,
  .button,
  .posts-navigation a,
  .pagination-custom a.custom {
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  .btn,
  .button,
  .posts-navigation a,
  .pagination-custom a.custom {
    font-size: 12px;
  }
}

.btn:hover, .btn:active,
.button:hover,
.button:active,
.posts-navigation a:hover,
.posts-navigation a:active,
.pagination-custom a.custom:hover,
.pagination-custom a.custom:active {
  color: #fff;
  background: #008ad1;
  text-decoration: none;
}

.btn:active,
.button:active,
.posts-navigation a:active,
.pagination-custom a.custom:active {
  top: 2px;
}

.btn + a,
.button + a,
.posts-navigation a + a,
.pagination-custom a.custom + a {
  margin-left: 10px;
}

.btn-custom {
  color: #e5eaff;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  padding: 10px 20px;
  background: #9d1f4d;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  margin-top: 10px;
}

.btn-custom:hover {
  background: #e5eaff;
  color: #631a35;
}

.link,
.details {
  color: #022859;
  font-style: italic;
  font-size: 16px;
  position: relative;
  text-decoration: none;
  display: inline-block;
  overflow: hidden;
  padding-bottom: 2px;
}

.link:after, .link:before,
.details:after,
.details:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 1px;
  width: 100%;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.link:after,
.details:after {
  background: #aaa;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.link:before,
.details:before {
  background: #022859;
  -webkit-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

.link:hover,
.details:hover {
  color: #022859;
  text-decoration: none;
}

.link:hover:after,
.details:hover:after {
  -webkit-transform: translate(300px, 0);
  -ms-transform: translate(300px, 0);
  transform: translate(300px, 0);
}

.link:hover:before,
.details:hover:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.more {
  font-family: "Cabin Sketch";
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
}

@media (max-width: 767px) {
  .more {
    font-size: 14px;
  }
}

.more:hover {
  color: #fff;
  text-decoration: none;
}

/* Default lists */
.list ul li,
.entry-content ul li,
ul.list li {
  padding: 0 0 7px 20px;
  position: relative;
}

.list ul li::before,
.entry-content ul li::before,
ul.list li::before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 8px;
  left: 0;
  background: #ef783d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.list ul li ul,
.entry-content ul li ul,
ul.list li ul {
  margin: 15px 0 0 0;
}

.list ul li ul li,
.entry-content ul li ul li,
ul.list li ul li {
  font-size: 14px;
  padding-bottom: 5px;
}

/* Numbered list */
.list ol,
.entry-content ol,
ol.list {
  list-style: inside decimal;
  padding-bottom: 10px;
}

.list ol li,
.entry-content ol li,
ol.list li {
  padding-left: 0;
  line-height: 1.5;
  padding-bottom: 10px;
}

.list ol li ol,
.entry-content ol li ol,
ol.list li ol {
  font-size: 13px;
  padding: 6px 0 6px 14px;
}

.list ol .text-indent,
.entry-content ol .text-indent,
ol.list .text-indent {
  padding-left: 35px;
}

/* Back to top main button.
----------------------------------------------------------- */
#back_to_top {
  position: fixed;
  right: 10px;
  bottom: 10px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  cursor: pointer;
  display: none;
  font-size: 25px;
  line-height: 50px;
  width: 50px;
  height: 50px;
  z-index: 9999;
  -webkit-transition: .2s;
  transition: .2s;
}

#back_to_top:hover {
  background: rgba(0, 0, 0, 0.7);
}

.touch #back_to_top {
  display: none;
  z-index: -1;
}

.back_to_top {
  cursor: pointer;
  text-transform: uppercase;
  font-size: 12px;
  color: #2b439b;
  display: block;
  font-weight: bold;
  margin-top: 15px;
}

.back_to_top i {
  color: #ef783d;
  margin-right: 5px;
  font-size: 14px;
}

/* Default classes.
------------------------------------------------------------ */
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

.wrapper:after {
  clear: both;
}

.spacer {
  clear: both;
  float: none;
  height: 20px;
}

/* Form fields.
------------------------------------------------------------ */
.site input[type='text'],
.site input[type='email'],
.site input[type='password'],
.site input[type='tel'],
.site input[type='url'],
.site input[type='search'],
.site input[type='date'],
.site textarea,
.site select {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
  outline: none;
  color: #202020;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #d6d6d6;
  display: block;
  padding: 10px 15px;
  width: 100%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.site input[type='text']:hover,
.site input[type='email']:hover,
.site input[type='password']:hover,
.site input[type='tel']:hover,
.site input[type='url']:hover,
.site input[type='search']:hover,
.site input[type='date']:hover,
.site textarea:hover,
.site select:hover {
  border-color: #bbb;
}

.site input[type='text']:focus,
.site input[type='email']:focus,
.site input[type='password']:focus,
.site input[type='tel']:focus,
.site input[type='url']:focus,
.site input[type='search']:focus,
.site input[type='date']:focus,
.site textarea:focus,
.site select:focus {
  border-color: #aaa;
}

.site textarea {
  max-height: 90px;
  padding: 15px;
  overflow: auto;
}

.site select {
  padding: 4px 5px;
  height: 39px;
}

/* Form fields.
------------------------------------------------------------ */
.comments-area .form-submit .submit {
  font-family: 'Finger Paint';
  font-size: 18px;
  line-height: 20px;
  color: #008ad1;
  font-weight: 400;
  text-transform: uppercase;
  padding: 13px 20px;
  text-decoration: none;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: 2px solid #008ad1;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background: none;
  display: inline-block;
  letter-spacing: 0.05em;
  position: relative;
  outline: none;
  text-align: center;
}

.comments-area .form-submit .submit:hover {
  color: #ffffff;
  background: #008ad1;
}

/* Tafeatured-thumbnails inside content pages.
------------------------------------------------------------ */
article table,
.table table {
  width: 100%;
  margin-bottom: 30px;
}

article table tr,
.table table tr {
  background: #ededed;
  border-bottom: 1px solid #fff;
}

article table tr:nth-child(2n+1),
.table table tr:nth-child(2n+1) {
  background: #f7f7f7;
}

article table tr:hover,
.table table tr:hover {
  background: #d9d9d9;
}

article table tr > *:first-child,
.table table tr > *:first-child {
  text-align: left;
  border-left: none;
}

article table th,
.table table th {
  padding: 5px 5px 5px 20px;
  font-size: 18px;
  font-weight: 600;
  border-left: 1px solid #fff;
  color: #fff;
  background: #022859;
}

@media (max-width: 479px) {
  article table th,
  .table table th {
    padding-left: 10px;
    font-size: 15px;
    white-space: nowrap;
  }
}

article table td,
.table table td {
  font-size: 14px;
  color: #202020;
  border-left: 1px solid #fff;
  padding: 5px 5px 5px 20px;
}

div.table {
  overflow-x: auto;
  margin-bottom: 30px;
}

/* Images.
------------------------------------------------------------ */
.alignleft {
  float: left;
  display: block;
  margin: 0 15px 10px 0;
}

@media (max-width: 991px) {
  .alignleft {
    float: none;
    display: block;
    margin-right: 0;
  }
}

.alignright {
  float: right;
  margin: 0 0 10px 15px;
}

@media (max-width: 991px) {
  .alignright {
    float: none;
    display: block;
    margin-left: 0;
  }
}

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

img.border {
  padding: 5px;
  border: 1px solid #c3c3c3;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.featured-thumbnail figcaption {
  margin-top: 10px;
}

/* Page layouts.
------------------------------------------------------------ */
/* Titles
------------------------------------------------------------ */
h1 {
  font-family: "Cabin Sketch";
  font-size: 56px;
  line-height: 56px;
  color: #008ad1;
  font-weight: 700;
  padding: 20px 0 20px 0;
  margin: 0 0 0px;
  text-transform: uppercase;
}

@media (max-width: 1329px) {
  h1 {
    font-size: 38px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 32px;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 22px;
  }
}

h2 {
  font-family: "Cabin Sketch";
  font-size: 38px;
  line-height: 42px;
  color: #454545;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 0.5em;
}

@media (max-width: 1199px) {
  h2 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

h3 {
  font-family: "Cabin Sketch";
  font-size: 28px;
  line-height: 36px;
  color: #454545;
  font-weight: 400;
  padding: 0px 0 20px 0;
  margin: 0 0 0px;
}

@media (max-width: 1199px) {
  h3 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    line-height: 24px;
  }
}

h4 {
  font-family: "Cabin Sketch";
  font-size: 24px;
  line-height: 1.2;
  color: #181a1e;
  font-weight: 300;
  padding-bottom: .7em;
}

@media (max-width: 1199px) {
  h4 {
    font-size: 21px;
  }
}

@media (max-width: 767px) {
  h4 {
    font-size: 19px;
  }
}

h5 {
  font-family: 'Finger Paint';
  font-size: 20px;
  line-height: 1.2;
  color: #89b730;
  font-weight: 400;
  text-transform: capitalize;
  padding: 0 0 20px;
}

@media (max-width: 1199px) {
  h5 {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  h5 {
    font-size: 16px;
  }
}

.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
}

/* -------------------------------------------------------------------------------------------------------------------
                                                  Sidebar section
------------------------------------------------------------------------------------------------------------------- */
.sidebar {
  position: relative;
  z-index: 1;
}

.sidebar .widget {
  margin-bottom: 10px;
}

.sidebar .widget.widget-last {
  margin-bottom: 0;
}

.sidebar-right .widget-title {
  font-family: 'Cabin Sketch';
  font-size: 36px;
  line-height: 36px;
  color: #bf74cd;
  font-weight: 700;
  padding: 20px 0 0;
  margin: 0 0 0px;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------------------------------------------------
                                                  Custom blocks & decor
------------------------------------------------------------------------------------------------------------------- */
/* Decorated contact form.
------------------------------------------------------------ */
.form-decor {
  padding: 20px;
  background: #181a1e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

@media (max-width: 1199px) {
  .form-decor {
    padding: 10px 15px;
  }
}

.form-decor input[type='text'],
.form-decor input[type='email'],
.form-decor input[type='password'],
.form-decor input[type='tel'],
.form-decor input[type='url'],
.form-decor input[type='search'],
.form-decor input[type='date'],
.form-decor textarea,
.form-decor select {
  color: #eee;
  border: 1px solid #2f435c;
}

.form-decor input[type='text']:hover,
.form-decor input[type='email']:hover,
.form-decor input[type='password']:hover,
.form-decor input[type='tel']:hover,
.form-decor input[type='url']:hover,
.form-decor input[type='search']:hover,
.form-decor input[type='date']:hover,
.form-decor textarea:hover,
.form-decor select:hover {
  border-color: #3176bb;
}

.form-decor input[type='text']:focus,
.form-decor input[type='email']:focus,
.form-decor input[type='password']:focus,
.form-decor input[type='tel']:focus,
.form-decor input[type='url']:focus,
.form-decor input[type='search']:focus,
.form-decor input[type='date']:focus,
.form-decor textarea:focus,
.form-decor select:focus {
  border-color: #3176bb;
}

.form-decor .title {
  text-align: center;
  color: #eee;
  text-transform: uppercase;
  padding: 10px 0 25px;
}

@media (max-width: 1199px) {
  .form-decor .title {
    padding: 5px 0 12px;
  }
}

.form-decor .title div {
  font-size: 22px;
  font-weight: 300;
}

@media (max-width: 1199px) {
  .form-decor .title div {
    font-size: 18px;
  }
}

.form-decor .title div strong {
  font-weight: 700;
}

.form-decor .title div strong em {
  color: #ef783d;
  font-style: normal;
}

.form-decor .title span {
  font-family: "Cabin Sketch";
  font-size: 16px;
  font-weight: 700;
}

.form-decor .wpcf7-submit {
  margin: 0 auto;
  float: none;
}

.row-slider .container {
  position: relative;
}

.row-slider .form-decor {
  position: absolute;
  right: 0;
  bottom: 0;
  background: #181a1e;
  z-index: 3;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 33%;
  opacity: 0;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
}

.loaded .row-slider .form-decor {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

@media (max-width: 991px) {
  .row-slider .form-decor {
    position: static;
    margin: 30px 0;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
  }
}

@media (max-width: 1329px) {
  .row-slider .form-decor textarea {
    height: 50px;
  }
}

.row-slider .form-decor span.wpcf7-not-valid-tip {
  position: absolute;
  font-size: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #da261d;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.row-slider .form-decor div.wpcf7-validation-errors {
  position: absolute;
  bottom: -62px;
  left: 0;
  right: 0;
}

@media (max-width: 1329px) {
  .row-slider .form-decor div.wpcf7-validation-errors {
    bottom: -52px;
  }
}

@media (max-width: 991px) {
  .row-slider .form-decor div.wpcf7-validation-errors {
    position: static;
  }
}

.row-top {
  padding: 4% 0;
  background: #f1f1f1;
}

@media (max-width: 767px) {
  .row-top {
    padding: 20px 0;
  }
}

@media (max-width: 991px) {
  .owl-nav {
    display: none;
  }
}

.owl-nav div {
  position: absolute;
  z-index: 3;
  font-size: 0;
  top: 50%;
  margin-top: -12px;
  display: block;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
}

#teachers .owl-nav div {
  top: 40%;
}

.owl-nav div::before {
  font-family: FontAwesome;
  font-size: 40px;
  line-height: 1;
}

.non-touch .owl-nav div:hover {
  opacity: 1;
}

.owl-nav div.owl-prev {
  left: -60px;
}

.owl-nav div.owl-prev::before {
  content: '\f137';
}

@media (max-width: 1600px) {
  .owl-nav div.owl-prev {
    left: -40px;
  }
}

.owl-nav div.owl-next {
  right: -60px;
}

.owl-nav div.owl-next::before {
  content: '\f138';
}

@media (max-width: 1600px) {
  .owl-nav div.owl-next {
    right: -40px;
  }
}

/* Paralax
------------------------------------------------------------ */
.parallax-container {
  height: auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .parallax-container {
    position: relative;
  }
}

.parallax-container .parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 767px) {
  .parallax-container .parallax {
    position: relative;
  }
  .parallax-container .parallax.content-in {
    position: absolute;
  }
  .parallax-container .parallax.content-in img {
    position: absolute;
    height: auto;
    width: 100%;
    min-height: 100%;
  }
}

.parallax-container .parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 101%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 767px) {
  .parallax-container .parallax img {
    height: auto;
    min-height: auto;
    position: relative;
  }
}

.parallax-container.second {
  height: 426px;
}

@media (max-width: 767px) {
  .parallax-container.second {
    height: 380px;
  }
}

@media (max-width: 568px) {
  .parallax-container.second {
    height: auto;
  }
}

.parallax-container.third {
  height: 426px;
}

@media (max-width: 767px) {
  .parallax-container.third {
    height: 380px;
  }
}

@media (max-width: 568px) {
  .parallax-container.third {
    height: auto;
  }
}

.parallax-container.fourth {
  height: 426px;
}

@media (max-width: 767px) {
  .parallax-container.fourth {
    height: 380px;
  }
}

@media (max-width: 568px) {
  .parallax-container.fourth {
    height: auto;
  }
}

/* Featured blocks
------------------------------------------------------------ */
#classes.featured_blocks .featured-blocks-carousel {
  position: relative;
  background: none;
  padding-top: 90px;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  #classes.featured_blocks .featured-blocks-carousel {
    padding-top: 40px;
  }
}

@media (max-width: 479px) {
  #classes.featured_blocks .featured-blocks-carousel {
    padding-top: 35px;
  }
}

#classes.featured_blocks .featured-blocks-carousel .owl-item:nth-child(4n) .featured_blocks-item > a {
  background: #f0d100;
}

#classes.featured_blocks .featured-blocks-carousel .owl-item:nth-child(4n+1) .featured_blocks-item > a {
  background: #fb678e;
}

#classes.featured_blocks .featured-blocks-carousel .owl-item:nth-child(4n+2) .featured_blocks-item > a {
  background: #008ad1;
}

#classes.featured_blocks .featured-blocks-carousel .owl-item:nth-child(4n+3) .featured_blocks-item > a {
  background: #94b427;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a {
  display: block;
  text-decoration: none;
  position: relative;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  margin-top: 10px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a:hover {
  margin-top: 0;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a h2 {
  background: rgba(137, 137, 137, 0.3);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
  padding: 12px;
  border-radius: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a figure {
  margin: 0;
  position: relative;
  border: none;
  padding: 0px;
  background: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  margin-top: 20px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a figure img {
  width: 100%;
  border: 6px solid rgba(255, 255, 255, 0.3);
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  vertical-align: middle;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a figure em {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  background: none;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a .caption {
  padding-top: 10px;
  text-align: center;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a .caption p {
  font-family: 'Roboto';
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a .more-btn {
  display: inline-block;
  font-family: 'Finger Paint';
  font-size: 14px;
  line-height: 20px;
  color: #bab8b6;
  font-weight: 400;
  padding: 5px 15px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background: #fff;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#classes.featured_blocks .featured-blocks-carousel .featured_blocks-item a:hover .more-btn {
  color: #5d564e;
}

/* Teaching
------------------------------------------------------------ */
#program {
  background: #89b730;
  position: relative;
  padding-bottom: 80px;
  color: #fff;
}

#program .imt {
  margin-top: 90px;
}

@media (max-width: 479px) {
  #program .imt {
    margin-top: 30px;
  }
}

#program h2 {
  font-size: 54px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 20px;
}

@media (max-width: 479px) {
  #program h2 {
    font-size: 46px;
    line-height: 50px;
  }
}

#program p {
  text-transform: uppercase;
  margin: 0 0 10px;
  padding-bottom: 0;
}

#program .title-link {
  color: #fff36a;
  margin-bottom: 10px;
}

#program .first li:nth-child(1)::before {
  content: '\f087';
}

#program .first li:nth-child(2)::before {
  content: '\f091';
}

#program .first li:nth-child(3)::before {
  content: '\f118';
}

#program .first li:nth-child(4)::before {
  content: '\f135';
}

#program .first li:nth-child(5)::before {
  content: '\f0f3';
}

#program .first li:nth-child(6)::before {
  content: '\f0f5';
}

#program .first li:nth-child(7)::before {
  content: '\f06e';
}

#program .first li:nth-child(8)::before {
  content: '\f004';
}

#program .first li:nth-child(9)::before {
  content: '\f091';
}

#program .first li:nth-child(10)::before {
  content: '\f118';
}

#program .first li:nth-child(11)::before {
  content: '\f135';
}

#program .first li:nth-child(12)::before {
  content: '\f0f3';
}

#program .first li:nth-child(13)::before {
  content: '\f0f5';
}

#program .first li:nth-child(14)::before {
  content: '\f06e';
}

#program .first li:nth-child(15)::before {
  content: '\f004';
}

@media (max-width: 767px) {
  #program .second ul {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  #program .second {
    margin-top: 0;
  }
}

#program .second li:nth-child(1)::before {
  content: '\f0f3';
}

#program .second li:nth-child(2)::before {
  content: '\f0f5';
}

#program .second li:nth-child(3)::before {
  content: '\f06e';
}

#program .second li:nth-child(4)::before {
  content: '\f004';
}

#program .second li:nth-child(5)::before {
  content: '\f091';
}

#program .second li:nth-child(6)::before {
  content: '\f118';
}

#program .second li:nth-child(7)::before {
  content: '\f135';
}

#program .second li:nth-child(8)::before {
  content: '\f0f3';
}

#program .second li:nth-child(9)::before {
  content: '\f0f5';
}

#program .second li:nth-child(10)::before {
  content: '\f06e';
}

#program .second li:nth-child(11)::before {
  content: '\f004';
}

#program ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

#program ul li {
  position: relative;
  padding: 6px 0 0 38px;
}

#program ul li a {
  font-family: 'Finger Paint';
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
}

#program ul li::before {
  color: #fff;
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

#program ul li:hover a {
  opacity: 0.8;
}

#program ul li:hover::before {
  opacity: 0.8;
}

/*Staff*/
#teachers {
  position: relative;
  background: #fb678e;
  padding-top: 90px;
  padding-bottom: 60px;
  color: #fff;
}

@media (max-width: 479px) {
  #teachers {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#teachers h2 {
  font-family: 'Cabin Sketch';
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
  padding-bottom: 20px;
  text-align: center;
}

@media (max-width: 479px) {
  #teachers h2 {
    font-size: 46px;
    line-height: 50px;
  }
}

#teachers h2::after {
  content: "\f0a1";
  display: inline-block;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  font-family: FontAwesome;
  font-style: normal;
}

#teachers p {
  text-transform: uppercase;
  margin: 0 0 10px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

#teachers .staff-post {
  margin-top: 50px;
}

#teachers .staff-item {
  margin-bottom: 30px;
}

#teachers .staff-item a {
  text-decoration: none;
  text-align: center;
  display: block;
}

#teachers .staff-item a figure {
  float: none;
  margin: 0px 0px 20px 0px;
  text-align: center;
  display: inline-block;
  position: relative;
}

#teachers .staff-item a img {
  text-align: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 100%;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#teachers .staff-item a em {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 1px;
  border: 4px solid #fff;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  max-width: 100%;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#teachers .staff-item a .caption .staff-name {
  font-family: 'Finger Paint';
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 0px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#teachers .staff-item a .caption p {
  font-family: 'Roboto';
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  font-weight: 400;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

#teachers .staff-item a:hover em {
  border: 10px solid #ffe400;
}

#teachers .staff-item a:hover .caption p, #teachers .staff-item a:hover .caption p.staff-name {
  color: #ffe400;
}

/* Gallery
------------------------------------------------------------ */
#gallery {
  position: relative;
  background: #008ad1;
  padding-top: 90px;
  padding-bottom: 70px;
}

@media (max-width: 479px) {
  #gallery {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#gallery h2 {
  font-size: 56px;
  line-height: 56px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}

@media (max-width: 479px) {
  #gallery h2 {
    font-size: 46px;
    line-height: 50px;
  }
}

#gallery h2:after {
  content: "\f03e";
  display: inline-block;
  font-size: 48px;
  line-height: 56px;
  color: #fff;
  font-weight: 400;
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 20px;
}

/* Contacts
------------------------------------------------------------ */
#contacts {
  position: relative;
  background: #fff;
  padding-top: 90px;
  padding-bottom: 80px;
}

@media (max-width: 479px) {
  #contacts {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

#contacts h2 {
  font-size: 56px;
  line-height: 56px;
  color: #008ad1;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 35px;
  text-align: center;
}

@media (max-width: 479px) {
  #contacts h2 {
    font-size: 46px;
    line-height: 50px;
  }
}

#contacts h2:after {
  content: "\f0e0";
  display: inline-block;
  font-size: 48px;
  line-height: 56px;
  color: #008ad1;
  font-weight: 400;
  font-family: FontAwesome;
  font-style: normal;
  margin-left: 20px;
}

#contacts h5 {
  font-family: 'Finger Paint';
  font-size: 24px;
  line-height: 24px;
  color: #89b730;
  font-weight: 400;
  padding: 20px 0;
  text-transform: capitalize;
}

#contacts .phone-email p {
  margin-bottom: 0;
}

#contacts p {
  margin: 0 0 10px;
  padding: 0;
  line-height: 20px;
  font-size: 14px;
}

#contacts .contact-image {
  margin: 20px 0;
}

#contacts .contact-image img {
  width: 100%;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

#contacts .row.cont {
  position: relative;
}

#contacts .row.cont::before {
  content: '';
  display: block;
  width: 1px;
  height: 100%;
  background: #dad6d6;
  position: absolute;
  left: 50%;
  top: 0;
}

/* Map */
.map {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  background: #fff;
  border: none;
  line-height: 1px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.map iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 420px;
  border: none;
  background: #fff;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 0;
}

.map .scrolloff {
  pointer-events: none;
}

/* Sub-page */
@media (max-width: 991px) {
  .sidebar-right.col-sm-push-1 {
    left: 0;
  }
}

.sidebar-right h2 {
  display: block;
  font-family: 'Cabin Sketch';
  font-size: 36px;
  line-height: 36px;
  color: #bf74cd;
  font-weight: 700;
  padding: 20px 0 20px 0;
  margin: 0 0 0px;
  text-transform: uppercase;
}

.sidebar-right .icons li:nth-child(1)::before {
  content: '\f087';
}

.sidebar-right .icons li:nth-child(2)::before {
  content: '\f091';
}

.sidebar-right .icons li:nth-child(3)::before {
  content: '\f118';
}

.sidebar-right .icons li:nth-child(4)::before {
  content: '\f135';
}

.sidebar-right .icons li:nth-child(5)::before {
  content: '\f0f3';
}

.sidebar-right .icons li:nth-child(6)::before {
  content: '\f0f5';
}

.sidebar-right .icons li:nth-child(7)::before {
  content: '\f06e';
}

.sidebar-right .icons li:nth-child(8)::before {
  content: '\f004';
}

.sidebar-right .icons li:nth-child(9)::before {
  content: '\f091';
}

.sidebar-right .icons li:nth-child(10)::before {
  content: '\f118';
}

.sidebar-right .icons li:nth-child(11)::before {
  content: '\f135';
}

.sidebar-right .icons li:nth-child(12)::before {
  content: '\f0f3';
}

.sidebar-right .icons li:nth-child(13)::before {
  content: '\f0f5';
}

.sidebar-right .icons li:nth-child(14)::before {
  content: '\f06e';
}

.sidebar-right .icons li:nth-child(15)::before {
  content: '\f004';
}

.sidebar-right .icons li:nth-child(16)::before {
  content: '\f087';
}

.sidebar-right .icons li:nth-child(17)::before {
  content: '\f091';
}

.sidebar-right .icons li:nth-child(18)::before {
  content: '\f118';
}

.sidebar-right .icons li:nth-child(19)::before {
  content: '\f135';
}

.sidebar-right .icons li:nth-child(20)::before {
  content: '\f0f3';
}

.sidebar-right .icons li:nth-child(21)::before {
  content: '\f0f5';
}

.sidebar-right .icons li:nth-child(22)::before {
  content: '\f06e';
}

.sidebar-right .icons li:nth-child(23)::before {
  content: '\f004';
}

.sidebar-right .icons li:nth-child(24)::before {
  content: '\f087';
}

.sidebar-right .icons li:nth-child(25)::before {
  content: '\f091';
}

.sidebar-right .icons .widget_recent_entries li::before {
  content: '\f111';
  font-size: 18px;
  line-height: 40px;
}

.sidebar-right ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

.sidebar-right ul li {
  position: relative;
  padding: 6px 0 0 38px;
}

.sidebar-right ul li a {
  font-family: 'Finger Paint';
  font-size: 16px;
  line-height: 24px;
  color: #525252;
  font-weight: 400;
}

.sidebar-right ul li::before {
  color: #b7b7b7;
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  left: 0;
  top: 0;
}

.sidebar-right ul li:hover a {
  color: #89b730;
  text-decoration: none;
}

.sidebar-right ul li:hover::before {
  color: #89b730;
}

/* Grey background row on the home page.
------------------------------------------------------------ */
.row-grey {
  padding: 4% 0;
  position: relative;
  background: #616469;
  background: -webkit-gradient(linear, left top, left bottom, from(#181a1e), to(#616469));
  background: -webkit-linear-gradient(top, #181a1e, #616469);
  background: linear-gradient(to bottom, #181a1e, #616469);
}

@media (max-width: 767px) {
  .row-grey {
    padding: 20px 0;
  }
}

.row-grey::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../images/metal-roofing-experts-bg-testimonials.png") no-repeat 100% 100%;
}

.row-grey h2 {
  position: relative;
}

.row-grey .testimonials-list {
  width: 50%;
}

@media (max-width: 991px) {
  .row-grey .testimonials-list {
    width: 100%;
  }
}

.row-grey .testimonials-list .item {
  padding: 0 10px 20px 10px;
  font-size: 16px;
  color: #f1f1f1;
  font-style: italic;
}

.row-grey .testimonials-list .item .title {
  padding-top: 10px;
}

.row-grey .testimonials-list .owl-dots {
  position: absolute;
  right: 25px;
  bottom: 20px;
  font-size: 0;
}

.row-grey .testimonials-list .owl-dots > div {
  display: inline-block;
}

.row-grey .testimonials-list .owl-dots > div span {
  margin: 0 5px;
  width: 9px;
  height: 9px;
  display: block;
  background: #989ca2;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.row-grey .testimonials-list .owl-dots > div.active span, .row-grey .testimonials-list .owl-dots > div:hover span {
  margin: 0 4px;
  width: 11px;
  height: 11px;
  background: #fff;
  position: relative;
  top: 1px;
}

.row-grey .more {
  margin-top: 25px;
  position: relative;
}

/* Logotypes carousel inside bottom row on the home page.
------------------------------------------------------------ */
.row-bottom {
  padding: 4% 0;
  position: relative;
}

.row-bottom h2 {
  color: #022859;
}

.row-bottom .logotypes-list {
  width: auto;
}

.row-bottom .logotypes-list .item {
  text-align: center;
  padding: 0 5px;
}

.row-bottom .logotypes-list .owl-nav {
  position: absolute;
  z-index: 3;
  font-size: 0;
  top: -80px;
  right: 0;
  color: #cbcbcb;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

@media (max-width: 991px) {
  .row-bottom .logotypes-list .owl-nav {
    top: -50px;
    right: 20px;
  }
}

.row-bottom .logotypes-list .owl-nav div {
  float: left;
}

.row-bottom .logotypes-list .owl-nav div::before {
  display: block;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 50px;
  width: 50px;
  text-align: center;
}

@media (max-width: 991px) {
  .row-bottom .logotypes-list .owl-nav div::before {
    width: 30px;
    line-height: 30px;
    font-size: 16px;
  }
}

.non-touch .row-bottom .logotypes-list .owl-nav div:hover {
  color: #ef783d;
}

.row-bottom .logotypes-list .owl-nav div.owl-prev {
  border-right: 1px solid #e5e5e5;
}

.row-bottom .logotypes-list .owl-nav div.owl-prev::before {
  content: '\f138';
}

.row-bottom .logotypes-list .owl-nav div.owl-next::before {
  content: '\f138';
}

/* -------------------------------------------------------------------------------------------------------------------
                                                  Pages & Content types
------------------------------------------------------------------------------------------------------------------- */
/* Logotypes page.
------------------------------------------------------------ */
.not-home .logotypes-list .item {
  text-align: center;
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .not-home .logotypes-list .item {
    margin-top: 0;
  }
}

@media (max-width: 479px) {
  .not-home .logotypes-list .item {
    width: 100%;
  }
}

.not-home .logotypes-list .item img {
  max-height: 120px;
}

/* Services page.
------------------------------------------------------------ */
.not-home .services-list {
  padding: 0;
}

.not-home .services-list .item {
  padding-bottom: 30px;
  margin: 0;
}

/* Video page.
------------------------------------------------------------ */
.videos-list .item {
  border-bottom: 2px solid #ef783d;
  padding-bottom: 35px;
  margin-bottom: 45px;
}

.videos-list .item:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.videos-list .item .video {
  padding-bottom: 10px;
}

.videos-list .item .video iframe {
  width: 100%;
}

/* Testimonials page.
------------------------------------------------------------ */
.not-home .testimonials-list .item {
  padding: 0 0 30px;
  overflow: hidden;
}

.not-home .testimonials-list .item .featured-thumbnail {
  float: left;
  max-width: 35%;
}

@media (max-width: 767px) {
  .not-home .testimonials-list .item .featured-thumbnail {
    max-width: 100%;
    float: none;
    padding-bottom: 20px;
  }
}

.not-home .testimonials-list .item .wrap-info {
  position: relative;
  padding-left: 90px;
  overflow: hidden;
  font-style: italic;
}

@media (max-width: 767px) {
  .not-home .testimonials-list .item .wrap-info {
    margin-left: -30px;
  }
}

.not-home .testimonials-list .item .wrap-info::before {
  font-family: FontAwesome;
  content: "\f10d";
  font-size: 40px;
  color: #dfdfdf;
  line-height: 1;
  font-style: normal;
  position: absolute;
  top: 5px;
  left: 30px;
}

.not-home .testimonials-list .item .title {
  padding-top: 10px;
  font-weight: 700;
}

/* Contact page.
------------------------------------------------------------ */
.page-contact .block-map iframe {
  width: 100%;
  background: url("../images/rolling.svg") no-repeat 50% 50%;
  max-height: 410px;
}

@media (max-width: 767px) {
  .page-contact .block-map iframe {
    max-height: 250px;
  }
}

/* Blog page.
------------------------------------------------------------ */
.single h1 {
  padding-bottom: 0;
}

.single .teachers h1 {
  padding-bottom: 20px;
}

.archive h3 {
  padding-bottom: 10px;
}

.archive h3 a {
  text-decoration: none;
  color: #454545;
}

.archive h3 a:hover {
  color: #000000;
}

.single-post article.format-standard .featured-thumbnail {
  display: none;
}

.single-post article.format-standard .featured-thumbnail.single-teachers {
  display: block;
}

/* -------------------------------------------------------------------------------------------------------------------
                                              Content output via shortcodes
------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------
                                                  Footer
------------------------------------------------------------------------------------------------------------------- */
.site-footer {
  position: relative;
  background: #89b730;
  padding-top: 90px;
  padding-bottom: 80px;
}

.home .site-footer {
  background: #000;
}

.site-footer .logo-wrap {
  text-align: center;
}

.site-footer .social2_wrapper {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 20px;
}

.site-footer .socials-footer {
  margin: 0;
  padding: 0;
  padding-top: 0px;
  list-style: none;
  text-align: center;
  position: relative;
}

.site-footer .socials-footer a {
  display: inline-block;
  margin: 0px 5px 10px;
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.site-footer .socials-footer a:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.site-footer .tot_wrapper {
  position: relative;
  overflow: hidden;
  text-align: center;
  padding-bottom: 35px;
}

.site-footer .tot_wrapper .tot {
  display: inline-block;
  position: relative;
}

.site-footer .tot_wrapper .tot em {
  display: block;
  position: absolute;
  width: 2000px;
  height: 4px;
  top: 50%;
  margin-top: -2px;
  background: url(../images/tot_px.png) center center repeat-x;
}

.site-footer .tot_wrapper .tot em.l {
  right: 100%;
  margin-right: 30px;
}

.site-footer .tot_wrapper .tot span {
  display: block;
  width: 31px;
  height: 32px;
  background: url(../images/tot.png) center center no-repeat;
  text-decoration: none;
  opacity: 0.4;
  filter: alpha(opacity=40);
  transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  cursor: pointer;
}

.site-footer .tot_wrapper .tot em.r {
  left: 100%;
  margin-left: 30px;
}

.site-footer .footer {
  text-align: center;
  color: #999999;
}

.not-home .site-footer .footer {
  color: #ffffff;
}

.site-footer .footer a {
  color: #ffd800;
}
