/*
Theme Name: Chili Child Themes
Theme URI: http: //chili.vn
Description: Laywer theme
Author: Matbao.com
Author URI: http://matbao.com
Template: layerswp
Version: 1.0
Main Color: #286cb3
Child Color: #3c2a2c


@import url("../layerswp/style.css");
*/
@import url("../layerswp-child/font-awesome/css/font-awesome.min.css");
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans.woff') format('woff'), url('fonts/OpenSans.ttf') format('truetype'), url('fonts/OpenSans.svg#Mijas-Ultra') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Montserrat-SemiBold';
  src: url('fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype'), url('fonts/Montserrat-SemiBold.svg#Montserrat-SemiBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*
1. Install Basic
2. Elements
3. Pages
4 . Header
5 . Footer
*/
/* 
1. Install Basic 
*/
/*
Safari fix
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* Safari and Chrome, if Chrome rule needed */
  .someClass {
    color: #c00;
  }
  /* Safari 5+ ONLY */
  ::i-block-chrome,
  .someClass {
    color: #000;
  }
}
/*
Set 16:9 for thumbnail
*/
.post-news-item .thumbnail a,
.thumbnail-media a,
.featured-image {
  position: relative;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 56.25%;
}
.post-news-item .thumbnail a img,
.thumbnail-media a img,
.featured-image img {
  position: absolute;
  left: 0;
  min-height: 100%;
  top: 0;
  bottom: 0;
  right: 0;
}
/*
web Max width 
*/
.container {
  max-width: 1180px;
}
/*
Các phương án màu cho main color
#fe4643
#fbbe06
#42b9dd
*/
body {
  font-size: 1.4rem;
  letter-spacing: -0.082;
  color: #000;
  -webkit-font-smoothing: antialiased;
}
h1 {
  font-size: 2.6rem;
}
h2 {
  font-size: 2.2rem;
}
h3 {
  font-size: 1.8rem;
}
h4 {
  font-size: 1.6rem;
}
h5 {
  font-size: 1.4rem;
}
h6 {
  font-size: 1.2rem;
}
.story h1 {
  font-size: 2.6rem;
}
.story h2 {
  font-size: 2.2rem;
}
.story h3 {
  font-size: 1.8rem;
}
.story h4 {
  font-size: 1.6rem;
}
.story h5 {
  font-size: 1.4rem;
}
.story h6 {
  font-size: 1.2rem;
}
.story h1,
.story h2,
.story h3,
.story h4,
.story h5,
.story h6 {
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  line-height: 1;
}
@media only screen and (max-width: 481px) {
  .story h1 h3,
  .story h2 h3,
  .story h3 h3,
  .story h4 h3,
  .story h5 h3,
  .story h6 h3,
  .story h1 h4,
  .story h2 h4,
  .story h3 h4,
  .story h4 h4,
  .story h5 h4,
  .story h6 h4,
  .story h1 h5,
  .story h2 h5,
  .story h3 h5,
  .story h4 h5,
  .story h5 h5,
  .story h6 h5 {
    font-size: 2.5rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  line-height: 1;
  letter-spacing: -0.09;
}
@media only screen and (max-width: 481px) {
  h1 h3,
  h2 h3,
  h3 h3,
  h4 h3,
  h5 h3,
  h6 h3,
  h1 h4,
  h2 h4,
  h3 h4,
  h4 h4,
  h5 h4,
  h6 h4,
  h1 h5,
  h2 h5,
  h3 h5,
  h4 h5,
  h5 h5,
  h6 h5 {
    font-size: 2.5rem;
  }
}
a:hover{
	color: #286cb3;
}
h3.heading:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 13px;
  background-color:  #286cb3;
}
.invert h3.heading:after {
  background-color: #fff;
}
.text-center h3.heading:after {
  margin-left: auto;
  margin-right: auto;
}
.text-right h3.heading:after {
  margin-right: 0px;
}
/*---------------------------*/
/*- SECTION TITLES ----------*/
.section-title.large .heading {
  font-size: 3rem;
}
.section-title.medium .heading {
  font-size: 2.5rem;
}
.section-title.small .heading {
  font-size: 2rem;
}
.section-title .heading {
  margin-bottom: 3rem;
}
.section-nav-title {
  color: #2f2f2f;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.section-nav-title:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 13px;
  background-color:  #286cb3;
}
.container {
  max-width: 1180px;
}
.widget .container {
  margin-top: 3rem;
  margin-bottom: 3rem;
  /*.section-title {
			margin-top: 3rem;
			margin-bottom: 3rem;
		}*/
}
.widget .container .section-title .excerpt {
  max-width: 1180px;
}
.widget .container .section-title.small .excerpt {
  font-size: 1.4rem;
}
.widget .container .media .heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.widget .container .media .heading + .excerpt {
  font-size: 1.4rem;
  line-height: 3rem;
}
.widget .container.list-grid {
  margin-top: 3rem;
}
.widget.layers-separator-widget .container {
  margin-top: 0;
  margin-bottom: 0;
}
.button {
  background-color:  #286cb3;
  border: solid 2px  #286cb3;
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-left: 10px;
}
.button:nth-of-type(1) {
  margin-left: 0px;
}
.button.btn-medium {
  padding: 1rem 2rem;
  font-size: 1.4rem;
  font-weight: bold;
}
.button:hover {
  background-color: transparent;
  color:  #286cb3;
}
.button.btn-default {
  background-color: #2f2f2f;
  border-color: #2f2f2f;
}
.button.btn-default:hover {
  background-color: transparent;
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.content-vertical-massive,
.uk-accordion-vertical-massive {
  padding-top: 4%;
  padding-bottom: 2%;
}
.section-title {
  margin-bottom: 0px;
}
.responsive-nav .l-menu {
  color: #fff;
}
/* Scroll Up Style */
#back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  line-height: 50px;
  cursor: pointer;
  /*--------------------------------------------------------------*/
  /*- SMALL SCREENS ----------------------------------------------*/
  /*--------------------------------------------------------------*/
}
#back-to-top:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
#back-to-top a {
  width: 50px;
  height: 50px;
  background-position: 50% 50%;
}
@media only screen and (max-width: 480px) {
  #back-to-top {
    display: none;
  }
}
/* 
2. Style Elements
*/
.sidebar .widget .container {
  padding: 0px;
}
.sidebar .widget .container .media .heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
.sidebar .widget .container .media .heading:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 13px;
  background-color:  #286cb3;
}
.sidebar aside.widget {
  margin-bottom: 30px;
}
.sidebar aside.widget.well {
  background-color: transparent;
}
.sidebar aside.widget.content {
  padding: 0px;
}
.sidebar aside.widget .section-nav-title {
  font-size: 1.6rem;
  color: #2f2f2f;
  text-transform: none;
  margin-bottom: 30px;
}
.sidebar aside.widget .section-nav-title:after {
  background-color:  #286cb3;
}
.sidebar aside.widget ul {
  position: relative;
}
.sidebar aside.widget ul li:not(:last-child) {
  margin: 0;
  border-bottom: 1px dotted #D6D6D6;
  padding: 10px 0 10px 20px;
}
.sidebar aside.widget ul li:not(:last-child) ul {
  margin-right: 15px;
  margin-left: 0px;
}
.sidebar aside.widget ul li:before {
  position: absolute;
  left: 15px;
  color: #d6d6d6;
  content: '\f054';
  font-size: 11px;
  font-family: FontAwesome;
  line-height: 25px;
}
.sidebar aside.widget ul ul li:before {
  left: 35px;
}
.sidebar aside.widget ul li:first-child {
  padding-top: 4px;
}
.sidebar aside.widget ul li:last-child {
  padding: 10px 0 4px 20px;
  border-bottom: 0;
}
.sidebar aside > ul {
  padding: 10px;
  border: 1px dotted #DFDFDF;
}
.sidebar aside > ul li a:hover {
  color:  #286cb3;
}
.sidebar .widget [class^="fa-"] a,
.sidebar .widget [class*=" fa-"] a {
  padding-left: 10px;
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
}
.mb-social-icon {
  display: inline-block;
  margin: 0;
  margin-bottom: -1px;
  list-style: none;
}
.mb-social-icon li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.mb-social-icon a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #2f2f2f;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
}
.mb-social-icon a i {
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.mb-social-icon a:hover {
  color: #fff;
}
.mb-social-icon a:hover i {
  color: #3c2a2c;
  background-color:  #286cb3;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.mb-social-icon a:hover .fa-facebook {
  background-color: #305fb3;
}
.mb-social-icon a:hover .fa-tumblr {
  background-color: #35506b;
}
.mb-social-icon a:hover .fa-flickr {
  background-color: #ff0084;
}
.mb-social-icon a:hover .fa-google-plus {
  background-color: #d7482a;
}
.mb-social-icon a:hover .fa-twitter {
  background-color: #00d7d5;
}
.mb-social-icon a:hover .fa-pinterest {
  background-color: #e1003a;
}
.mb-social-icon a:hover .fa-skype {
  background-color: #12c7ef;
}
.mb-social-icon a:hover .fa-soundcloud {
  background-color: #fe5600;
}
.mb-social-icon a:hover .fa-vimeo {
  background-color: #3f90bf;
}
.mb-social-icon a:hover .fa-youtube {
  background-color: #ff3333;
}
.mb-social-icon a:hover .fa-dribbble {
  background-color: #f06eaa;
}
.mb-social-icon a:hover .fa-linkedin {
  background-color: #3399cc;
}
.mb-social-icon a:hover .fa-instagram {
  background-color: #9f6f59;
}
.mb-social-icon a:hover .fa-rss {
  background-color: #fca600;
}
.header-secondary .mb-social-icon a {
  color: #8d8d8d;
}
.clinix-counter .media .counter-box .media-image {
  position: relative;
  overflow: hidden;
  background-color:  #286cb3;
  width: 100%;
}
.clinix-counter .media .counter-box .media-image span {
  position: absolute;
  left: 0;
  top: 0;
  justify-content: center;
  bottom: 0;
  display: flex;
  align-items: center;
  text-align: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.clinix-counter .media .counter-box .media-image:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.clinix-counter .media .counter-box .sc-counter {
  color: #2f2f2f;
  font-weight: bold;
  line-height: 1.6;
}
.clinix-counter .media .counter-box .heading {
  color: #8d8d8d;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.lcam-posts-widget-section.carousel-style-1 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.lcam-posts-widget-section.carousel-style-1 .container {
  margin: 0px auto;
  position: relative;
}
.lcam-posts-widget-section.carousel-style-1 .thumbnail:not(.with-overlay) .overlay {
  padding: 0px 20px;
}
.lcam-posts-widget-section.carousel-style-1 .thumbnail:not(.with-overlay) .button {
  background-color: transparent;
  color: #2f2f2f;
}
.lcam-posts-widget-section.carousel-style-1.invert .heading a {
  color: #2f2f2f;
}
.lcam-posts-widget-section.carousel-style-1.invert .invert .heading a {
  color: #fff;
}
.lcam-posts-widget-section.carousel-style-1.invert .lcam-carousel-to-prev {
  color: #8d8d8d;
  background-color: transparent;
  border: solid 2px #ffffff;
  padding: 6px 9px;
}
.lcam-posts-widget-section.carousel-style-1.invert .lcam-carousel-to-prev i {
  color: #8d8d8d;
}
.lcam-posts-widget-section.carousel-style-1.invert .lcam-carousel-to-next {
  color: #8d8d8d;
  background-color: transparent;
  border: solid 2px #fff;
  padding: 6px 9px;
}
.lcam-posts-widget-section.carousel-style-1.invert .lcam-carousel-to-next i {
  color: #8d8d8d;
}
.lcam-posts-widget-section.carousel-style-2 .section-title .heading {
  margin-bottom: 1rem;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-posts-widget-container {
  margin-top: -9rem;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-carousel-controller-top-right {
  margin-bottom: 4rem;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-carousel-to-prev {
  color: #8d8d8d;
  background-color: transparent;
  border: solid 2px #8d8d8d;
  padding: 6px 9px;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-carousel-to-prev i {
  color: #8d8d8d;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-carousel-to-next {
  color: #8d8d8d;
  background-color: transparent;
  border: solid 2px #8d8d8d;
  padding: 6px 9px;
}
.lcam-posts-widget-section.carousel-style-2 .lcam-carousel-to-next i {
  color: #8d8d8d;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body {
  background-color: transparent;
  padding: 0px;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay {
  display: flex;
  flex-direction: column;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .meta-info {
  order: -1;
  background-color:  #f8f8f8;
  color: #fff;
  padding: 8px 15px;
  margin: 0px;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .meta-info .meta-item {
  margin-bottom: 0px;
  font-weight: bold;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .meta-info .meta-item a {
  color: #000;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .article-title {
  margin: 10px 0px;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .article-title .heading {
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: 900;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body .overlay .copy {
  font-size: 1.4rem;
  line-height: 1.9;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-margin-before: 0px;
  -webkit-margin-after: 1rem;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.lcam-posts-widget-section .thumbnail:not(.with-overlay) .thumbnail-body:hover .meta-info {
  background-color: #2f2f2f;
}
/*--------------------------------------------------------------*/
/*- EVERYTHING BIGGER THAN A PHONE -----------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (min-width: 481px) {
  .lcam-posts-widget-section.carousel-style-1 .container .section-title {
    width: 26%;
    padding-right: 4%;
    position: absolute;
  }
  .lcam-posts-widget-section.carousel-style-1 .lcam-posts-widget-container .lcam-carousel-container {
    margin-left: 30%;
  }
}
/*--------------------------------------------------------------*/
/*- SMALL SCREENS ----------------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 480px) {
  .lcam-posts-widget-section.carousel-style-1 .section-title {
    color: #2f2f2f;
  }
}
.xvcontent-vertical-massive {
  background-position: fixed;
}
.xvcontent-vertical-massive .section-title {
  margin-top: 0px;
  margin-bottom: 0;
}
.xvcontent-vertical-massive .section-title h1 {
  font-size: 4rem;
}
.xvcontent-vertical-massive .container {
  margin-top: 4rem;
  margin-bottom: 0px;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel {
  margin-top: 0px;
  margin-bottom: 3rem;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .media-body {
  padding: 0px 80px;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .media-body .heading {
  margin-top: 0px;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .owl-controls .owl-nav {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 32px;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .owl-controls .owl-nav .owl-prev {
  visibility: hidden;
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .owl-controls .owl-nav .owl-prev:before {
  content: "\f053";
  font-family: FontAwesome;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border: solid 2px #fff;
  color: #fff;
  background-color: transparent;
  visibility: visible;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  left: 20px;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .owl-controls .owl-nav .owl-next {
  visibility: hidden;
  margin: 0;
  padding: 0;
  display: none;
  overflow: hidden;
}
.xvcontent-vertical-massive .container.layers-plus-owl-carousel .owl-controls .owl-nav .owl-next:after {
  content: "\f054";
  font-family: FontAwesome;
  width: 32px;
  height: 32px;
  display: inline-block;
  line-height: 32px;
  border: solid 2px #fff;
  color: #fff;
  background-color: transparent;
  visibility: visible;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  right: 20px;
}
.swiper-container .swiper-slide .overlay.darken {
  background-color: rgba(45, 203, 115, 0.25);
}
.swiper-container .section-title .heading {
  border: solid;
  border-color: rgba(255, 255, 255, 0.25);
  padding: 1rem 3rem;
  display: inline-block;
  margin-bottom: 0;
}
.swiper-container .invert .section-title .heading {
  border-color: rgba(47, 47, 47, 0.25);
}
.swiper-container .section-title.large .heading {
  font-size: 3.6rem;
}
.swiper-container .section-title.large .heading:after {
  display: none;
}
.swiper-container .arrows a {
  background-color: #fff;
  color: #d6d6d6;
  font-size: 1.8rem;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.swiper-container .arrows a:hover {
  color: #8d8d8d;
}
.layers-call2action-widget {
  background-attachment: fixed;
}
.layers-call2action-widget .small .button.call-to-action-btn {
  font-size: 16px !important;
}
.layers-call2action-widget .button.call-to-action-btn:hover {
  background-color: transparent !important;
  color: #2f2f2f;
  border-color: #2f2f2f;
}
.layers-call2action-widget .section-title {
  margin-top: 30px;
}
.layers-call2action-widget h3.heading:after {
  display: none;
}
.widget.testimonial-vertical-massive {
  padding: 3rem 0;
}
.widget.testimonial-vertical-massive .section-title .heading {
  margin-bottom: 1rem;
}
.widget.testimonial-vertical-massive .section-title .heading:after {
  display: none;
}
.widget.testimonial-vertical-massive .image-left .media-image {
  max-width: 15%;
}
.widget.testimonial-vertical-massive .image-right .media-image {
  max-width: 15%;
}
.widget.testimonial-vertical-massive .container .media .heading {
  margin-top: 0px;
  margin-bottom: 1rem;
}
.uk-accordion .uk-accordion-title {
  background-color:  #286cb3;
  color: #fff;
}
/* 
3. Style Pages
*/
.container.list-masonry {
  max-width: 1140px;
}
.title-container {
  background-color: #2a303c;
}
.title-container {
  text-align: center;
  background: url(images/page-title-default-bg.jpg);
  background-size: cover;
  position: relative;
  background-position: center center;
  color: #fff;
}
.title-container .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 3rem 20px;
  max-width: 1180px;
}
.title-container .title .bread-crumbs {
  order: 1;
  margin: 0;
  font-weight: 600;
  width: 100%;
  text-align: right;
  color: #8d8d8d;
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 1.3rem;
}
.title-container .title .bread-crumbs ul li {
  display: inline;
  float: none;
}
.title-container .title .bread-crumbs ul li:last-child {
  margin-right: 0;
}
.title-container .title .bread-crumbs a {
  color: #8d8d8d;
}
.title-container .title .bread-crumbs span.current {
  color: #fff;
}
.title-container .title .bread-crumbs span.current a {
  color: #fff;
}
.title-container .title .heading {
  order: 0;
  font-size: 2.4rem;
  line-height: 1.6;
  text-transform: uppercase;
  color: #fff;
  width: 50%;
  text-align: left;
}
.title-container .title .heading:after {
  display: none;
}
.story {
  font-size: 1.4rem;
}
.layers-post-widget .thumbnail:not(.with-overlay),
.lcam-post-widget .thumbnail:not(.with-overlay) {
  /*--------------------------------------------------------------*/
  /*- EVERYTHING BIGGER THAN A PHONE -----------------------------*/
  /*--------------------------------------------------------------*/
}
.layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:before,
.lcam-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(45, 203, 115, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 2;
}
.layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:after,
.lcam-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:after {
  content: "\f178";
  display: inline-block;
  font-family: FontAwesome;
  border: solid 2px #fff;
  position: absolute;
  padding: 6px 20px;
  font-size: 2rem;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%) translate3d(0, 10px, 0);
  -moz-transform: translateY(-50%) translateX(-50%) translate3d(0, 10px, 0);
  -o-transform: translateY(-50%) translateX(-50%) translate3d(0, 10px, 0);
  z-index: 3;
  visibility: hidden;
  transition: transform 0.2s ease-in-out 0.2s, opacity 0.2s ease-in-out 0.25s;
}
@media only screen and (min-width: 481px) {
  .layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:before,
  .lcam-post-widget .thumbnail:not(.with-overlay) .thumbnail-media a:before {
    filter: alpha(opacity=0);
    -webkit-transition: all 450ms ease-out 0s;
    -moz-transition: all 450ms ease-out 0s;
    -o-transition: all 450ms ease-out 0s;
    transition: all 450ms ease-out 0s;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  .layers-post-widget .thumbnail:not(.with-overlay) .thumnail-media a:after,
  .lcam-post-widget .thumbnail:not(.with-overlay) .thumnail-media a:after {
    filter: alpha(opacity=0);
    visibility: hidden;
  }
  .layers-post-widget .thumbnail:not(.with-overlay):hover .thumbnail-media a:before,
  .lcam-post-widget .thumbnail:not(.with-overlay):hover .thumbnail-media a:before {
    opacity: 1;
    visibility: visible;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .layers-post-widget .thumbnail:not(.with-overlay):hover .thumbnail-media a:after,
  .lcam-post-widget .thumbnail:not(.with-overlay):hover .thumbnail-media a:after {
    transform: translateY(-50%) translateX(-50%) translate3d(0, 0, 0);
    -webkit-transform: translateY(-50%) translateX(-50%) translate3d(0, 0, 0);
    -moz-transform: translateY(-50%) translateX(-50%) translate3d(0, 0, 0);
    -o-transform: translateY(-50%) translateX(-50%) translate3d(0, 0, 0);
    filter: alpha(opacity=100);
    visibility: visible;
  }
}
.layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body,
.lcam-post-widget .thumbnail:not(.with-overlay) .thumbnail-body {
  padding: 0px;
  background-color: transparent;
}
.layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body .button,
.lcam-post-widget .thumbnail:not(.with-overlay) .thumbnail-body .button {
  width: auto;
  display: inline-block;
  text-transform: none;
  border: none;
  margin: 10px 0;
  padding: 0px;
  text-align: left;
}
.layers-post-widget .thumbnail:not(.with-overlay) .overlay,
.lcam-post-widget .thumbnail:not(.with-overlay) .overlay {
  display: flex;
  flex-direction: column;
}
.layers-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info,
.lcam-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info {
  order: -1;
  background-color:  #286cb3;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 1rem;
}
.layers-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item,
.lcam-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item {
  display: inline-block;
  color: #fff !important;
  font-weight: 900;
  margin-right: 10px;
}
.layers-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item a,
.lcam-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item a {
  color: #fff;
}
.layers-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item i,
.lcam-post-widget .thumbnail:not(.with-overlay) .overlay .meta-info .meta-item i {
  width: auto;
}
.layers-post-widget .thumbnail:not(.with-overlay):hover .meta-info,
.lcam-post-widget .thumbnail:not(.with-overlay):hover .meta-info {
  background-color: #2f2f2f!important;
}
.layers-post-page .section-title,
.layers-post-widget .section-title,
.lcam-post-widget .section-title {
  margin-bottom: 10px;
}
.layers-post-page .section-title.large .heading,
.layers-post-widget .section-title.large .heading,
.lcam-post-widget .section-title.large .heading {
  font-size: 2.5rem;
}
.layers-post-page .section-title.medium .heading,
.layers-post-widget .section-title.medium .heading,
.lcam-post-widget .section-title.medium .heading {
  font-size: 2.5rem;
}
.layers-post-page .thumbnail-body .heading,
.layers-post-widget .thumbnail-body .heading,
.lcam-post-widget .thumbnail-body .heading {
  font-size: 1.6rem;
  line-height: 1.6;
}
.layers-post-page .meta-item,
.layers-post-widget .meta-item,
.lcam-post-widget .meta-item {
  margin-right: 0px;
}
.layers-post-page .excerpt,
.layers-post-widget .excerpt,
.lcam-post-widget .excerpt {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.9;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.layers-post-page .relative-post-default,
.layers-post-widget .relative-post-default,
.lcam-post-widget .relative-post-default {
  margin-top: 30px;
}
.page-template .layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body a.button {
  background-color: transparent;
  color: #2f2f2f;
}
.page-template .layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body a.button:hover {
  background-color: transparent !important;
}
.layers-post-page article {
  margin-bottom: 6rem;
}
.layers-post-page .meta-container {
  position: relative;
}
.layers-post-page .meta-container .meta-info {
  display: block;
  margin: 20px 170px 20px 0;
  padding: 14px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}
.layers-post-page .meta-container .meta-info .meta-item {
  display: inline-block;
  padding: 0 17px 0 20px;
  border-left: 1px solid #d6d6d6;
  color: #2f2f2f;
  line-height: 1;
}
.layers-post-page .meta-container .meta-info .meta-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.layers-post-page .meta-container .meta-info .meta-item:last-child {
  padding-right: 0;
}
.layers-post-page .meta-container .meta-info .meta-item i {
  margin-right: 5px;
  color: #8d8d8d;
  font-size: 14px;
}
.layers-post-page .meta-container .button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 140px;
  height: 50px;
  background:  #286cb3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}
.layers-post-page .meta-container .button:hover {
  color: #fff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.single.layers-post-page .meta-info {
  margin: 20px 0px;
}
/*--------------------------------------------------------------*/
/*- MY BLOCK BOTTOM SINGLE POST --------------------------------*/
/*--------------------------------------------------------------*/
.myblock-bottom-single-post .container {
  padding: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.myblock-bottom-single-post .layers-post-widget .section-title .heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 0;
}
.myblock-bottom-single-post .layers-post-widget article {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: solid 1px #d6d6d6;
}
.myblock-bottom-single-post .layers-post-widget .column {
  /*--------------------------------------------------------------*/
  /*-  AWKWARD SIZE BETWEEN PHONE LANDSCAPE AND TABS -------------*/
  /*--------------------------------------------------------------*/
  /*--------------------------------------------------------------*/
  /*- SMALL SCREENS ----------------------------------------------*/
  /*--------------------------------------------------------------*/
}
.myblock-bottom-single-post .layers-post-widget .column.span-5 {
  width: 13%;
}
.myblock-bottom-single-post .layers-post-widget .column.span-7 {
  width: 85%;
  position: relative;
}
.myblock-bottom-single-post .layers-post-widget .column .meta-info {
  margin: 20px 0px 8px;
}
.myblock-bottom-single-post .layers-post-widget .column .button {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .myblock-bottom-single-post .layers-post-widget .column.span-7 {
    float: left;
    clear: none;
  }
}
@media only screen and (max-width: 480px) {
  .myblock-bottom-single-post .layers-post-widget .column.span-5 {
    float: left;
    width: 25%;
    margin-right: 5%;
  }
  .myblock-bottom-single-post .layers-post-widget .column.span-7 {
    width: 68%;
    float: left;
    clear: none;
  }
  .myblock-bottom-single-post .layers-post-widget .column .button {
    position: relative;
  }
}
/*--------------------------------------------------------------*/
/*- PAGINATION ----------------------------------------------*/
/*--------------------------------------------------------------*/
.pagination .page-numbers li .current {
  background-color: transparent;
  border: solid 2px  #286cb3;
  color:  #286cb3;
}
.pagination .page-numbers li a,
.pagination .page-numbers li span {
  background-color: transparent;
  border: solid 2px #8d8d8d;
  color: #8d8d8d;
  margin-left: 5px;
  min-width: 36px;
  padding: 6px;
}
.pagination .page-numbers li:first-child a,
.pagination .page-numbers li:first-child span {
  margin-left: 0px;
}
/*--------------------------------------------------------------*/
/*- SMALL SCREENS ----------------------------------------------*/
/*--------------------------------------------------------------*/
@media only screen and (max-width: 481px) {
  .widget .with-overlay .thumbnail-body {
    background-color: rgba(45, 203, 115, 0.7);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
  .widget .with-overlay:hover .thumbnail-body {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
  }
}
.widget.service-vertical-massive .container .media .heading {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.service_widgt a.button {
  color: #8d8d8d;
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  background: transparent;
  border: solid 2px #d6d6d6;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  padding: 1rem 2rem;
}
.service_widgt a.button:hover {
  background-color: transparent;
  color: #2f2f2f;
}
.service_widgt .service-content {
  padding-top: 1rem;
}
.clinix-service .style2.service_widgt span,
.clinix-service .style1.service_widgt span,
.clinix-service .style3.service_widgt span {
  background-color:  #286cb3;
  color: #fff;
}
.layers-plus.team .media {
  position: relative;
}
.layers-plus.team .media .media-image {
  position: relative;
}
.layers-plus.team .media .media-image:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color:  #286cb3;
  text-align: center;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.layers-plus.team .media:hover {
  background-color:  #286cb3;
}
.layers-plus.team .media:hover .media-image:after {
  opacity: 0.9;
  filter: alpha(opacity=90);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.layers-plus.team .media:hover .media-body div.excerpt:nth-child(3) {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
  z-index: 6;
}
.layers-plus.team .media .heading {
  color: #fff;
  margin-bottom: 1rem;
}
.layers-plus.team .media .heading:after {
  display: none;
}
.layers-plus.team .media .excerpt.designation {
  margin-bottom: 2rem;
}
.layers-plus.team div.excerpt:nth-child(3) {
  padding: 2rem;
  position: absolute;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 450ms ease-out 0s;
  -moz-transition: all 450ms ease-out 0s;
  -o-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.layers-plus.team div.excerpt:nth-child(4) {
  background-color: rgba(214, 214, 214, 0.75);
  line-height: 0;
}
.layers-plus.team .excerpt {
  color: #fff;
  padding: 0px;
  opacity: 1;
}
.layers-plus.team .excerpt .team-social span {
  padding: 0;
}
.layers-plus.team .style1 {
  display: inline-block;
  margin: 0;
  margin-bottom: -1px;
  list-style: none;
}
.layers-plus.team .style1 li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
}
.layers-plus.team .style1 .fa {
  background-color: transparent;
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out 0s;
  -moz-transition: all 400ms ease-out 0s;
  -o-transition: all 400ms ease-out 0s;
  transition: all 400ms ease-out 0s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  -ms-perspective: 1000px;
  perspective: 1000px;
}
.layers-plus.team .style1 a {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 42px;
  height: 42px;
  color: #2f2f2f;
  text-align: center;
  font-size: 16px;
  line-height: 41px;
}
.layers-plus.team .style1 a .fa-facebook,
.layers-plus.team .style1 a .fa-tumblr,
.layers-plus.team .style1 a .fa-flickr,
.layers-plus.team .style1 a .fa-google-plus,
.layers-plus.team .style1 a .fa-twitter,
.layers-plus.team .style1 a .fa-pinterest,
.layers-plus.team .style1 a .fa-skype,
.layers-plus.team .style1 a .fa-soundcloud,
.layers-plus.team .style1 a .fa-vimeo,
.layers-plus.team .style1 a .fa-youtube,
.layers-plus.team .style1 a .fa-dribbble,
.layers-plus.team .style1 a .fa-linkedin,
.layers-plus.team .style1 a .fa-instagram,
.layers-plus.team .style1 a .fa-rss {
  background-color: transparent;
}
.layers-plus.team .style1 a:hover span {
  color: #fff;
  background-color:  #286cb3;
  -webkit-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.layers-plus.team .style1 a:hover .fa-facebook {
  background-color: #305fb3;
}
.layers-plus.team .style1 a:hover .fa-tumblr {
  background-color: #35506b;
}
.layers-plus.team .style1 a:hover .fa-flickr {
  background-color: #ff0084;
}
.layers-plus.team .style1 a:hover .fa-google-plus {
  background-color: #d7482a;
}
.layers-plus.team .style1 a:hover .fa-twitter {
  background-color: #00d7d5;
}
.layers-plus.team .style1 a:hover .fa-pinterest {
  background-color: #e1003a;
}
.layers-plus.team .style1 a:hover .fa-skype {
  background-color: #12c7ef;
}
.layers-plus.team .style1 a:hover .fa-soundcloud {
  background-color: #fe5600;
}
.layers-plus.team .style1 a:hover .fa-vimeo {
  background-color: #3f90bf;
}
.layers-plus.team .style1 a:hover .fa-youtube {
  background-color: #ff3333;
}
.layers-plus.team .style1 a:hover .fa-dribbble {
  background-color: #f06eaa;
}
.layers-plus.team .style1 a:hover .fa-linkedin {
  background-color: #3399cc;
}
.layers-plus.team .style1 a:hover .fa-instagram {
  background-color: #9f6f59;
}
.layers-plus.team .style1 a:hover .fa-rss {
  background-color: #fca600;
}
.column .excerpt form {
  max-width: 89%; 
}
.column .excerpt form .buttons input {
  background-color:  #286cb3;
  padding: 1.2rem 1.6rem;
}
.column .excerpt form .buttons input:hover {
  color: #fff;
  opacity: 0.9;
}
/* 
4. Style Header
*/
.header-sticky.is_stuck.is_stuck_show {
  background-color: rgba(255, 255, 255, 0.9);
}
.header-secondary {
  display:none;
  padding: 0px;
  background-color: #fff;
  border-bottom: solid 1px #d6d6d6;
}
.header-secondary.invert .nav > li:first-child {
  margin-left: 0;
}
.header-secondary.invert .nav > li:last-child {
  margin-right: 0;
}
.header-secondary.invert .nav > li a {
  color: #8d8d8d;
  line-height: 42px;
  font-weight: normal;
}
.header-secondary .menu-item-language {
  margin: 0 5px;
}
.header-secondary .menu-item-language img.iclflag {
  vertical-align: middle;
}
header.header-site {
  font-family: "Montserrat-SemiBold", Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  /*--------------------------------------------------------------*/
  /*- SMALL SCREENS ----------------------------------------------*/
  /*--------------------------------------------------------------*/
  /*--------------------------------------------------------------*/
  /*-  AWKWARD SIZE BETWEEN PHONE LANDSCAPE AND TABS -------------*/
  /*--------------------------------------------------------------*/
  /*--------------------------------------------------------------*/
  /*- EVERYTHING BIGGER THAN TABLETS -----------------------------*/
  /*--------------------------------------------------------------*/
  /*
  background-color: @maincolor;
  
  &.header-sticky {
  	background-color: @maincolor;
  	
  }
  */
}
@media only screen and (max-width: 480px) {
  header.header-site {
    /*
		&.header-sticky {
			background-color: @maincolor;
		}
		*/
  }
  header.header-site.header-left:before {
    display: none;
  }
  header.header-site.header-right:after {
    display: none;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  header.header-site .container {
    padding: 0;
  }
  header.header-site .container .nav-horizontal {
    padding: 0 20px;
  }
  header.header-site.header-sticky {
    background-color:  #286cb3;
  }
}
@media only screen and (min-width: 769px) {
  header.header-site.header-sticky {
    background-color: #fff;
  }
  header.header-site.header-center .responsive-nav {
    margin: 0 20px 0 0px;
  }
  header.header-site.is_stuck .container {
    height: 60px;
  }
  header.header-site.is_stuck .container .logo {
    line-height: 60px;
    height: 60px;
  }
  header.header-site.is_stuck .logo {
    line-height: 60px;
    height: 60px;
  }
  header.header-site.is_stuck .inline-site-logo {
    height: 60px;
  }
  header.header-site.is_stuck .responsive-nav .l-menu {
    line-height: 40px;
  }
  header.header-site.is_stuck.header-left .responsive-nav {
    margin: 0 20px 0 0px;
  }
  header.header-site.is_stuck.header-center:after {
    height: 60px;
    width: 100%;
  }
  header.header-site.is_stuck:after {
    height: 40px;
  }
  header.header-site.is_stuck:before {
    height: 40px;
  }
}
header.header-site .current-menu-item a {
  color:  #286cb3;
}
header.header-site.is_stuck {
  /*background-color: transparent;*/
}
@media only screen and (max-width: 480px) {
  header.header-site.is_stuck .container {
    margin-top: -60px;
  }
  header.header-site .container {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  header.header-site nav.nav {
    width: 100%;
    background-color: #2f2f2f;
    color: #fff;
  }
  header.header-site .responsive-nav {
    margin: 0px 10px 0px 0px;
  }
  header.header-site .responsive-nav .l-menu {
    color: #fff;
    font-size: 250%;
  }
  header.header-site .logo {
    line-height: 100px;
  }
  header.header-site .site-logo-link {
    line-height: 1;
  }
  header.header-site .site-logo-link img {
    max-height: 48px;
  }
}
@media only screen and (min-width: 769px) {
  header.header-site .container {
    padding: 0px;
    height: 100px;
  }
  header.header-site .container .logo {
    display: block;
    width: 25%;
    padding-left: 20px;
  }
  header.header-site .container nav {
    line-height: 100px;
    height: 100px;
    width: 75%;
    /*background-color: @whitecolor;*/
  }
  header.header-site.is_stuck .container {
    height: 60px;
  }
  header.header-site.is_stuck .container .logo {
    line-height: 60px;
    height: 60px;
  }
  header.header-site.is_stuck .logo {
    line-height: 60px;
    height: 60px;
  }
  header.header-site.is_stuck .inline-site-logo {
    height: 60px;
  }
  header.header-site.is_stuck nav.nav-horizontal {
    line-height: 60px;
    height: 60px;
  }
  header.header-site.is_stuck nav.nav-horizontal li > .sub-menu {
    top: 60px;
  }
  header.header-site.is_stuck nav.nav-horizontal li:hover > .sub-menu {
    top: 60px;
  }
  header.header-site.is_stuck nav.nav-horizontal li a {
    line-height: 56px;
  }
  header.header-site.is_stuck nav.nav-horizontal li li a {
    line-height: 1.6rem;
  }
  header.header-site.is_stuck:after {
    height: 60px;
  }
  header.header-site.is_stuck:before {
    height: 60px;
  }
}
.header-site .container {
  z-index: 9;
}
.header-site.content {
  padding: 0px;
}
.header-site .logo {
  z-index: 11;
}
.header-site .logo .site-logo-link {
  line-height: 0px;
}
.header-site .site-logo-link img,
.header-site .mark img {
  max-height: 90px;
}
.header-site.nav-clear {
  height: 100px x 2;
}
.header-site.nav-clear .container {
  height: auto;
}
.header-site.nav-clear .container .logo {
  display: flex;
}
.header-site.nav-clear .logo {
  height: 100px;
  display: flex;
  align-items: center;
  background-color:  #286cb3;
  padding: 0px;
  width: 25%;
}
.header-site.nav-clear nav.nav-horizontal {
  margin-top: 0px;
}
.header-site.nav-clear:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 25%;
  background-color:  #286cb3;
}
@media only screen and (max-width: 768px) {
  .header-site.nav-clear:before {
    width: 100%;
    padding: 10px 0px;
  }
}
.header-site.header-center {
  height: 100px x 2;
}
.header-site.header-center .container {
  height: auto;
}
.header-site.header-center .container .logo {
  display: flex;
  padding: 0px;
}
.header-site.header-center .logo {
  height: 100px;
  width: 25%;
  display: flex;
  align-items: center;
  background-color:  #286cb3;
  padding: 0px;
}
.header-site.header-center nav.nav-horizontal {
  margin-top: 0px;
}
.header-site.header-center nav.nav-horizontal ul {
  float: none;
  margin: auto;
}
.header-site.header-inline {
  /*- SMALL SCREENS ----------------------------------------------*/
  /*- TABLET SCREENS and MOBILE ----------------------------------------------*/
}
.header-site.header-inline .inline-site-logo {
  height: 100px;
  align-items: center;
  background-color:  #286cb3;
}
.header-site.header-inline .inline-site-logo .logo {
  padding: 0px 0px;
  width: 100%;
}
.header-site.header-inline .inline-left-nav .nav-horizontal {
  justify-content: flex-start;
  width: auto;
}
.header-site.header-inline .responsive-nav {
  height: 100px;
  margin: 0;
  padding: 0 20px;
}
.header-site.header-inline .responsive-nav .l-menu {
  line-height: 100px;
}
.header-site.header-inline .inline-right-nav .nav-horizontal > ul {
  float: right;
  width: auto;
}
@media only screen and (max-width: 480px) {
  .header-site.header-inline .container .inline-site-logo {
    width: 100%;
    display: block;
    padding: 0px;
    text-align: left;
  }
  .header-site.header-inline .container .inline-right-nav {
    top: 0;
  }
  .header-site.header-inline.is_stuck .container {
    margin-top: 0px;
  }
  .header-site.header-inline.is_stuck .inline-site-logo .logo {
    line-height: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .header-site.header-inline .inline-site-logo .logo {
    padding: 0px 20px;
  }
  .header-site.header-inline .inline-right-nav {
    position: absolute;
    z-index: 99;
    right: 0px;
  }
  .header-site.header-inline.is_stuck:before {
    height: 60px;
  }
  .header-site.header-inline.is_stuck .container .inline-site-logo {
    height: 60px;
  }
  .header-site.header-inline.is_stuck .responsive-nav {
    height: 60px;
  }
  .header-site.header-inline.is_stuck .responsive-nav .l-menu {
    line-height: 60px;
  }
}
.header-site.header-left {
  /*&:after {
			content: "";
			display: block;
			position: absolute;
			top: 0px;
			right: 0px;
			height: @menuheight;
			width: 75%;
			background-color: @whitecolor;
		}*/
  /*- SMALL SCREENS ----------------------------------------------*/
  /*- TABLET SCREENS and MOBILE ----------------------------------------------*/
}
.header-site.header-left .container .logo {
  display: flex;
  align-items: center;
  height: 100px;
  background-color:  #709dcc;
  padding-left: 20px;
  padding-right: 0px;
}
.header-site.header-left .logo .site-logo-link {
  margin: auto auto auto 0px;
}
.header-site.header-left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100px;
  width: 25%;
  background-color:  #709dcc;
}
.header-site.header-left nav.nav-horizontal {
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .header-site.header-left .container .logo {
    width: 100%;
    display: block;
    padding: 0px;
    text-align: center;
  }
}
@media only screen and (max-width: 768px) {
  .header-site.header-left:before {
    width: 100%;
    padding: 0px;
  }
  .header-site.header-left.is_stuck:before {
    height: 60px;
  }
  .header-site.header-left.is_stuck .container .logo {
    height: 60px;
  }
}
.header-site.header-right {
  /*
		&:before {
			content: "";
			display: block;
			position: absolute;
			top: 0px;
			left: 0px;
			height: @menuheight;
			width: 75%;
		}*/
  /*- SMALL SCREENS ----------------------------------------------*/
  /*- TABLET SCREENS and MOBILE ----------------------------------------------*/
}
.header-site.header-right .container .logo {
  display: flex;
  align-items: center;
  height: 100px;
  background-color:  #286cb3;
  padding-left: 0px;
  padding-right: 20px;
}
.header-site.header-right .container .logo .site-logo-link {
  margin: auto 0px auto auto;
}
.header-site.header-right .logo {
  text-align: right;
}
.header-site.header-right .logo .site-logo-link {
  margin: auto 0px auto auto;
}
.header-site.header-right:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100px;
  width: 25%;
  background-color:  #286cb3;
}
.header-site.header-right nav.nav-horizontal {
  z-index: 10;
}
@media only screen and (max-width: 480px) {
  .header-site.header-right .container .logo {
    width: 100%;
    padding: 0px;
    display: block;
    text-align: center;
  }
  .header-site.header-right .container .responsive-nav {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header-site.header-right:after {
    width: 100%;
    padding: 0px;
  }
  .header-site.header-right.is_stuck:after {
    height: 60px;
  }
  .header-site.header-right.is_stuck .container .logo {
    height: 60px;
  }
}
/* Sub menu */
header.header-site nav.nav-horizontal li a {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 900;
  padding: 0px 10px;
  border-bottom: 4px solid transparent;
  line-height: 96px;
}
header.header-site nav.nav-horizontal li a:hover {
  color:  #286cb3;
  border-bottom: 4px solid  #286cb3;
}
header.header-site nav.nav-horizontal li a ul li a {
  text-transform: none;
  font-weight: normal;
}
header.header-site nav.nav-horizontal .menu-item-has-children > a:after {
  line-height: 1;
}
header.header-site nav.nav-horizontal li > .sub-menu {
  top: 100px;
  background-color: transparent;
  border: none;
}
header.header-site nav.nav-horizontal li > .sub-menu li {
  border-bottom: none;
  background-color: #ffffff;
}
header.header-site nav.nav-horizontal li > .sub-menu li a {
  margin: 0 20px;
  padding: 19px 0px;
  border-bottom: 1px dotted #444;
  text-transform: none;
  display: block;
  color: #000000;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.6rem;
}
header.header-site nav.nav-horizontal li > .sub-menu li a:hover {
  background-color: transparent;
  color: #286cb3;
}
header.header-site nav.nav-horizontal li:hover > .sub-menu {
  top: 100px;
}
/* 
5. Style Footer
*/
.footer-bottom {
  /*--------------------------------------------------------------*/
  /*- EVERYTHING BIGGER THAN A PHONE -----------------------------*/
  /*--------------------------------------------------------------*/
}
@media only screen and (max-width: 480px) {
  .footer-bottom .container {
    padding: 30px;
  }
  .footer-bottom .container .copyright {
    text-align: left;
  }
  .footer-bottom .container .copyright .column {
    margin-bottom: 5px;
  }
  .footer-bottom .container #mbmcl a {
    color: #8d8d8d;
  }
}
@media only screen and (min-width: 481px) {
  .footer-bottom {
    padding: 30px;
	background: #286cb3;
  }
  .footer-bottom #mbmcl {
    float: right;
  }
}
footer.footer-site .container {
  padding: 0px 10px;
  margin-top: 0;
  margin-bottom: 0;
}
footer.footer-site .container.list-grid {
  margin-top: 0px;
}
footer.footer-site section.widget {
  padding-top: 0;
  padding-bottom: 0;
}
footer.footer-site h5.heading {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-bottom: 30px;
}
footer.footer-site h5.heading:after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 13px;
  background-color:  #286cb3;
}
footer.footer-site.invert h5.heading:after {
  background-color: #fff;
}
footer.footer-site .row {
  padding-bottom: 0px;
}
footer.footer-site .row .team-social {
  margin: 0;
}
footer.footer-site .row article {
  position: relative;
  padding: 0px 0px 0px 35%;
}
footer.footer-site .row article .thumbnail {
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
}
footer.footer-site .row .section-title {
  margin-top: 0;
  margin-bottom: 0;
}
footer.footer-site .row .section-title h3.heading {
  font-size: 2rem;
  line-height:1.8em;
  color: #286cb3;
}
footer.footer-site .row .layers-post-widget .push-bottom-large {
  margin-bottom: 1rem;
}
footer.footer-site .row .layers-post-widget header.section-title {
   margin-bottom: 0.5rem; 
}
footer.footer-site .row .layers-post-widget header.section-title h1.heading {
  font-family: Open Sans, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 13px;
  line-height: 20px;
  font-weight: 900;
  margin-bottom: 0px;
}
footer.footer-site .row .layers-post-widget header.section-title h1.heading:after {
  display: none;
}
footer.footer-site .row .layers-post-widget .meta-info {
  font-size: 1.3rem;
  margin: 0;
}
footer.footer-site .row .layers-post-widget .meta-info .meta-item {
  margin-right: 0;
  display: block;
}
footer.footer-site .layers-content-widget .excerpt {
  font-size: 1.4rem;
  line-height: 1.8;
}
footer.footer-site .layers-contact-widget .content {
  padding: 0px;
}
footer.footer-site .excerpt {
  position: relative;
}
footer.footer-site .excerpt .footer-contact {
  list-style: none;
  margin: 0px;
}
footer.footer-site .excerpt .footer-contact li {
  display: inherit;
  padding-left: 3rem;
  font-size: 1.3rem;
  line-height: 1.6;
  color: #fff;
}
footer.footer-site .excerpt .footer-contact li .fa {
  position: absolute;
  left: 0px;
  margin-top: 3px;
  color:#FFF;
}
footer.footer-site .excerpt .footer-contact a {
  /* color: rgba(255, 255, 255, 0.55); */
  color:#000 !important;
}
footer.footer-site .portfolio-item .featured-image img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
footer.footer-site .portfolio-hover.style2 {
  background-color: rgba(45, 203, 115, 0.7);
}
footer.footer-site .portfolio-hover.style2 > div > div {
  padding: 0;
}
footer.footer-site .portfolio-hover .hover-buttons a {
  background-color: transparent;
}
footer.footer-site .section-nav-title {
  font-size: 2.5rem;
  font-weight: normal;
  margin-bottom: 3rem;
  text-transform: none;
  padding: 0px 10px;
}
footer.footer-site .textwidget {
  padding: 0px 10px;
}
footer.footer-site.invert .section-nav-title {
  color: #fff;
}
footer.footer-site .has-image .media .media-image img {
  max-height: 48px;
  width: inherit;
  margin-left: 0px;
}
footer.footer-site .team-vertical-massive {
  margin: 0px;
}
footer.footer-site .team-vertical-massive h5.heading {
  display: none;
}
footer.footer-site .team-vertical-massive .excerpt:nth-child(1) {
  display: none;
}
footer.footer-site .team-vertical-massive .excerpt {
  margin: 0px;
  padding: 0px;
  text-align: left;
}
footer.footer-site .mb-social-icon a {
  color: #8d8d8d;
}

/* ngon ngu */
.menu-item-language{ margin:0px!important;}
.menu-item-language a{ padding:0px 5px!important;}

.style2.service_widgt span {
    font-size: 50px!important;
    height: 100px!important;
    line-height: 90px!important;   
    width: 100px!important;
}
.gioi-thieu h3.heading{ /* text-transform:uppercase; */}

#mbmcl a:hover{ color:#F00;}

#layers-widget-lcam_posts-22 button.lcam-carousel-to-prev, #layers-widget-lcam_posts-22 button.lcam-carousel-to-next {color:#d6d6d6;}

.khachhang .excerpt p{ line-height: 1.8em;}

#footer .has-image .media-body{margin-top: 15px;}

.home #footer .has-image .media-body{margin-top: 30px;}

/*404*/
.clear {
  clear: both;
}
.page-404 {
  text-align: center;
}
.page-404 .title-404 {
  font-size: 200px;
  font-weight: bold;
  color: #286cb3;
}
.page-404 .h2-404 {
  font-size: 50px;
}
.page-404 .entry-404 a {
  margin: 20px 0px;
  color: #fff;
  padding: 10px 25px;
  display: inline-block;
  background-color: #286cb3;
}
.page-404 .entry-404 a:hover {
  background-color: #286cb3;
  transition: all 300ms ease-in-out;
}
.page-404 .entry-404 .search-404 .search-form {
  float: none;
  margin: 0 auto;
  margin-top: 20px;
  width: 278px;
}
.page-404 .entry-404 .search-404 .search-form input {
  height: 38px;
  margin-top:15px; 
  margin-bottom:15px;
}

.wpcf7-textarea{height:150px;}

.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{ border:2px solid #d6d6d6;}

#footer .section-title .heading a:hover, footer.footer-site .excerpt .footer-contact a:hover{color: #286cb3}

/*
Responsive slidershow
*/
.slideshow.auto-height {
  height: auto !important;
  max-height:450px!important;
}
.slideshow.auto-height .swiper-slide {
  background-size: 100% 100%;
}
.slideshow.auto-height .swiper-slide .overlay {
 padding-bottom: 25%;	
}
@media (min-width: 769px){
.slideshow.auto-height .swiper-slide .overlay {
  padding-bottom: 20%;
}
}
@media (max-width: 375px) {
.slideshow.auto-height .swiper-slide .overlay {
   padding-bottom: 5%; 
}
}
@media only screen and (max-width: 768px) and (min-width: 481px){
	.slideshow.auto-height .swiper-slide .overlay {
  padding-bottom: 15%;
}
	
}
@media only screen and (max-width: 480px){
	.title-container .title .heading{
		width:100%;
	}
	
.meta-info span.meta-category{display:none!important;}
	
	.slideshow.auto-height .swiper-slide .overlay {
  padding-bottom: 10%;
}
.title-container .title .heading{
	font-size:2.0rem;
}
.column .excerpt form{
	max-width:100%!important;
}
h2.heading{ line-height:1.6em;
}

.portfolio-item{ 

width:48%; 
float:left; 
margin:1%!important;
 margin-bottom:10px!important;
}


}

@media only screen and (max-width: 568px) and (mix-width: 481px){
#wrapper-content .span-8{
padding-bottom:0px!important;
}
.pull-right{ 
width:100%;
}
.sidebar.span-4 .widget{ width:100%;}
input[type="email"], input[type="text"], input[type="url"], input[type="search"], input[type="password"], input[type="number"], input[type="tel"], input[type="date"]{ max-width:100%;}

.layers-post-widget .push-bottom-large{ margin-bottom:25px;}

footer.footer-site .row .layers-post-widget .push-bottom-large{
	margin-bottom:20px!important;
}
}
@media only screen and (max-width: 767px){
.column{ margin-right:0px;}

.footer-bottom  .column {
	width:100%;
	text-align:center;
}
.footer-bottom #mbmcl{
	width:100%;
	text-align:center;
	margin-top:10px;
}
#layers-widget-column-90-676{
	width:100%;
}

.column .excerpt form{
	max-width:100%;
}
.wpcf7-form-control-wrap input, .wpcf7-form-control-wrap textarea{ max-width:100%;}
#layers-widget-column-90-30{ clear:none; margin-left:10px; float:right;}

.bread-crumbs{ display:none;}
}

/* trang tim kiem */
.search-results .section-title,
.layers-post-widget .section-title,
.lcam-post-widget .section-title {
  margin-bottom: 10px;
}
.search-results .section-title.large .heading,
.layers-post-widget .section-title.large .heading,
.lcam-post-widget .section-title.large .heading {
  font-size: 2.5rem;
}
.search-results .section-title.medium .heading,
.layers-post-widget .section-title.medium .heading,
.lcam-post-widget .section-title.medium .heading {
  font-size: 2.5rem;
}
.search-results .thumbnail-body .heading,
.layers-post-widget .thumbnail-body .heading,
.lcam-post-widget .thumbnail-body .heading {
  font-size: 1.6rem;
  line-height: 1.6;
}
.search-results .meta-item,
.layers-post-widget .meta-item,
.lcam-post-widget .meta-item {
  margin-right: 0px;
}
.search-results .excerpt,
.layers-post-widget .excerpt,
.lcam-post-widget .excerpt {
  margin-top: 10px;
  font-size: 1.3rem;
  line-height: 1.9;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 0px;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
}
.search-results .relative-post-default,
.layers-post-widget .relative-post-default,
.lcam-post-widget .relative-post-default {
  margin-top: 30px;
}
.page-template .layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body a.button {
  background-color: transparent;
  color: #2f2f2f;
}
.page-template .layers-post-widget .thumbnail:not(.with-overlay) .thumbnail-body a.button:hover {
  background-color: transparent !important;
}
.search-results article {
  margin-bottom: 6rem;
}
.search-results .meta-container {
  position: relative;
}
.search-results .meta-container .meta-info {
  display: block;
  margin: 20px 170px 20px 0;
  padding: 14px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}
.search-results .meta-container .meta-info .meta-item {
  display: inline-block;
  padding: 0 17px 0 20px;
  border-left: 1px solid #d6d6d6;
  color: #2f2f2f;
  line-height: 1;
}
.search-results .meta-container .meta-info .meta-item:first-child {
  padding-left: 0;
  border-left: 0;
}
.search-results .meta-container .meta-info .meta-item:last-child {
  padding-right: 0;
}
.search-results .meta-container .meta-info .meta-item i {
  margin-right: 5px;
  color: #8d8d8d;
  font-size: 14px;
}
.search-results .meta-container .button {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 140px;
  height: 50px;
  background:  #286cb3;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 35px;
}
.search-results .meta-container .button:hover {
  color: #fff;
  background: #2f2f2f;
  border-color: #2f2f2f;
}
.single.search-results .meta-info {
  margin: 20px 0px;
}
.search-results h2.heading{
	line-height:1.6em;
}

.column{
	margin-bottom:12px;
}

/* trang lien he*/
.lienhe h5.heading::after{    
    margin-right: auto;
    background-color: #286cb3;
    content: "";
    display: block;
    height: 3px;
    margin-top: 20px;
    width: 30px;
	}

 .dichvu h5.heading a:hover{ color: #286cb3;}
	 .dichvu h5.heading a { color:rgba(0, 0, 0, 0.75);}
	 
	 .content-main{ padding-bottom:0px;}
	 
	#mbmcl a:hover{ color:#F00!important;}
	
@media only screen and (max-width: 1024px){
 header.is_stuck_show {display:none;}
}

.footer-contact ul.footer-contact{
	/*background: rgba(0, 0, 0, 0) url("images/contact-background.png") no-repeat scroll 0 0;*/
    min-height: 157px;
	
}

.story input.search-submit{ margin-top:15px;}

div.wpcf7-response-output{ margin: 2em 0em 0em; }

@media only screen and (max-width: 360px){
	
	.page-404 .title-404{ font-size:130px;}
	.page-404 .h2-404{ line-height:60px; font-size:35px;}
	.xvcontent-vertical-massive .container.layers-plus-owl-carousel .media-body{
		padding:0 30px;
	}
}

.list_carousel .container{ /* padding:0px!important; */ }

.list_carousel li {
    /* display: block;
    float: left;
    height: auto; 
	padding: 0;
    position: relative;
	max-width:370px;
	
   
	margin-left:0px;
	margin-right:27px;
	max-width:370px; */
	
}

.layers-post-widget .thumbnail:hover{
	
}
header.header-site nav.nav-horizontal li.current-category-ancestor a, header.header-site nav.nav-horizontal .sub-menu li.current-menu-item a{
	color:#286cb3;
}
.abc+.sub-menu {
    visibility: visible ;
    opacity: 1;
    top: 100%;
    transition: all 0.2s ease-in-out;

}
@media only screen and (max-width: 568px){
.widget.service-vertical-massive .container .media .heading{
	line-height:30px;
}
}
@media only screen and (max-width: 767px) and (min-width:480px){
.footer-bottom div.span-4{ /* width:45%; */}

.footer-bottom { padding-left:0px; padding-right:0px;}

footer.footer-site .row .layers-post-widget .push-bottom-large{ margin-bottom:5em;}
}
@media only screen and (min-width: 768px) and (max-width:800px){
	.footer-bottom div.span-4{  width:45%; }
	.footer-bottom { padding-left:0px; padding-right:0px;}

footer.footer-site .row .layers-post-widget .push-bottom-large{ margin-bottom:3em;}
}
@media only screen and (max-width: 320px){
	
	.button.btn-default{width:57%; margin-left:0px;}
	
	.xvcontent-vertical-massive .container.layers-plus-owl-carousel .media-body .heading{ line-height:20px;}
	
}

.thumbnail-media img{transform:none!important;-webkit-transform:none!important;}

.search .title-container .excerpt { margin-top:0px!important;}

.footer-bottom .copyright{ color:#ffffff; font-size: 1.4rem;}

.contact-info-line{	
    margin-bottom: 0px;
    margin-top: 0px;
	padding-bottom: 0px!important;
    padding-top: 0px!important;
	
}
.contact-info-line .container{
	 margin-bottom: 0px;
    margin-top: 0px;
}
.tw-divider {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #ddd;
}

.content-main{
    padding-bottom: 50px;
    padding-top: 7%;
}
.layers-post-page .content-main{
	 padding-bottom: 50px!important;
}
.products{display:none;}
#wrapper-content .span-8{ padding-bottom:0px!important;}

.category .title-container{ margin-bottom: 0px;}


#layers-widget-column-90{ padding-top:0px;}



/* TIN TỨC LIÊN QUAN */
.relative-post-default { 
  padding-top: 30px;
  margin-top: 15PX;
}
.relative-post-default .section-nav-title::after {
  background: none;
  margin-top: 0px;
}
.relative-post-default ul {
  margin-top: 10px;
}
.relative-post-default h5 {
  margin-bottom: 10px;
}
.wp-caption {
  margin-bottom: 15px;
}
.relative-post-default {
  margin-top: 25px;
}
.relative-post-default ul li a {
  padding: 6px 0 6px 0px;
  line-height: 1.3em;
  display: block;
}
.relative-post-default ul li a:before {
  display: inline-block; 
  font-size: inherit;
  width: 1.28571429em;
  margin-right: 5px;
  text-align: center;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\f054';
  font-size: 11px;
  font-family: FontAwesome;
}
.page #footer .has-image .media-body{
	margin-top:30px;
}
.contact-info {
	padding-top:0px!important;
}
.gioi-thieu{padding-top:2%;}
.gioi-thieu .text-center h3.heading{ font-size: 28px; line-height: 35px; margin-bottom:20px;}
.gioi-thieu .text-center h3.heading::after{ height:0px;}
/*--------------------------------------------------------------*/
/*- EVERYTHING BIGGER THAN TABLETS -----------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*-  AWKWARD SIZE BETWEEN PHONE LANDSCAPE AND TABS -------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*-  AWKWARD SIZE BETWEEN PHONE LANDSCAPE AND TABS -------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*-  MOBILE LANDSCAPE MODES ------------------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*- EVERYTHING BIGGER THAN A PHONE -----------------------------*/
/*--------------------------------------------------------------*/
/*--------------------------------------------------------------*/
/*- SMALL SCREENS ----------------------------------------------*/
/*--------------------------------------------------------------*/
.story img {
    margin: auto;
}
.fa-envelope-o:before {
    content: "\f003";
    color: #000000;
}
.fa-phone:before {
    content: "\f095";
    color: #000000;
}
.fa-map-marker:before {
    content: "\f041";
    color: #000000;
}
.footer-site {
    border-top: 3px solid #286cb3 !important;
}
.content-vertical-massive, .uk-accordion-vertical-massive {
    padding-top: 2%;
}