/*
Theme Name: Smilehaus
Description: Dedicated Wordpress theme for Smilehaus
*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  max-height: 610px;
  overflow: hidden;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ==========================================================================
	Variables
/* ========================================================================== */
/* Colors */
/* Font Sizes */
/* Layout */
/* Content Images */
/* Sidebar */
/* Fallbacks / browser support */
/* ==========================================================================
	Media queries
/* ========================================================================== */
/* Default bootstrap breakpoints */
/* Custom breakpoints */
/* ==========================================================================
	Images
/* ========================================================================== */
/* Uncomment when using sprites: */
/* Uncomment when using sprites for retina images: */
/* Uncomment when using sprites fallback for IE8: */
/* Project supports: */
/* Paths: */
/* ==========================================================================
	Base
/* ========================================================================== */
html {
  height: auto;
  height: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
}

html,
button,
input,
select,
textarea {
  font-family: Arial, sans-serif;
  color: #444;
}

body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.4;
  background: #ffffff;
  -webkit-font-smoothing: antialiased;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

.gm-style img {
  max-width: none;
}

/* ==========================================================================
	Links
/* ========================================================================== */
a {
  color: #26527c;
  text-decoration: underline;
}
a img {
  border: 0;
}

a:focus,
a:hover {
  color: #08111a;
}

a:focus {
  outline: 0;
}

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
	Typography
/* ========================================================================== */
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 1em;
  line-height: 1.5em;
}

h1 {
    color: white;
    font-family: "Campton-BoldDEMO",sans-serif;
    font-size: 48px;
    font-weight: 100;
    letter-spacing: -0.03em;
    line-height: 1.13em;
    margin: 39px 0 0;
  
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.3em;
}

h4 {
  font-size: 1.3em;
  font-weight: normal;
}

h5, h6 {
  font-size: 1.1em;
}

/* Content Block Elements */
dl,
menu,
ol,
ul,
p,
pre {
  margin: 0 0 1em;
}

/* Paragraphs */
/* Lists */
menu,
ol,
ul {
  padding: 0 0 0 2em;
}

/* Selection Colors */
::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

/* =============================================================================
	Helper Classes
/* ========================================================================== */
/* Prefixed with tags to override default tag styling for these elemets if .button is added */
button,
.button,
a.button,
input.button {
  display: inline-block;
}

/* Responsive Media Styles */
.media img,
.media video,
.media object,
.media iframe {
  width: 100%;
  height: auto;
}

/* Clear Fix */
.clearfix:after,
.cf:after {
  content: '';
  display: table;
  clear: both;
}

/* Floats */
.floatleft,
.fl {
  float: left;
}

.floatright,
.fr {
  float: right;
}

.alignleft {
  float: left;
  margin: 0 20px 20px 0;
}

.alignright {
  float: right;
  margin: 0 0 20px 20px;
}

.alignnone {
  display: inline-block;
}

.aligncenter {
  display: block;
  float: none;
  text-align: center;
  clear: both;
  margin: 20px auto;
}

/* =============================================================================
	Structural Styles, Media Queries & Page Styling
/* ========================================================================== */
.container {
  width: 1308px;
  padding: 0 5%;
  margin: 0 auto;
}
.container:after {
  content: '';
  display: table;
  clear: both;
}
@media (max-width: 1240px) {
  .container {
    width: 940px;
  }
}
@media (max-width: 1023px) {
  .container {
    width: auto;
  }
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 20px;
  }
}

main {
  float: left;
  width: 60%;
}
.error404 main {
  text-align: center;
}
.error404 main ul {
  text-align: left;
}

.content {
  padding: 20px 0;
}

.content.full-width,
.full-width {
  float: none;
  width: 100%;
}

.widget-area {
  float: left;
  width: 40%;
  padding: 20px 0;
}

.widget {
  margin-bottom: 20px;
}

.article {
  margin-bottom: 1em;
}

/* Navigation */
nav > ul {
  margin: 0;
  padding: 0;
}
nav ul:after {
  content: '';
  display: table;
  clear: both;
}
nav ul li {
  float: left;
  display: block;
  margin-left: 10px;
}
nav ul li:first-child {
  margin-left: 0;
}
nav ul li .sub-menu {
  display: none;
}
nav ul li:hover > ul {
  display: block;
}

/* Paginations */
.navigation.pagination {
  clear: both;
}

/* =============================================================================
	Layout
/* ========================================================================== */
body {
  font-family: 'Campton-LightDEMO', sans-serif;
}

section.default {
  padding: 35px 0;
}

.contact-map {
  position: relative;
}

.contact-map .btn {
  position: absolute;
  bottom: 40px;
  right: 8%;
  z-index: 999;
  background-color: #ff901a;
  color: white;
}

.contact-map .btn:hover {
  background-color: #ffa84e;
  border-color: #ffa84e;
}

.map {
  width: 100%;
  height: 570px;
}
@media (max-width: 767px) {
  .map {
    height: 370px;
  }
}

.btn {
  font-family: 'Campton-BoldDEMO', sans-serif;
  display: inline-block;
  font-size: 16px;
  color: #ff901a;
  text-decoration: none;
  border: 1px solid #ff901a;
  padding: 13px 31px;
  border-radius: 25px;
}
@media (max-width: 1023px) {
  .btn {
    font-size: 12px;
    padding: 9px 20px;
  }
}
.btn:hover {
  background-color: #ff901a;
  color: #fff;
}

#page {
  min-width: 320px;
  padding-top: 130px;
}
@media (max-width: 1023px) {
  #page {
    padding-top: 115px;
  }
}
@media (max-width: 767px) {
  #page {
    padding-top: 78px;
  }
}

@media (max-width: 767px) {
  .wr-megamenu-container ul.wr-mega-menu > li {
    margin-left: 0;
  }
}
@media only screen and (max-width: 783px) and (min-width: 768px) {
  .it-responsive-mega {
    display: none !important;
  }

  .wr-megamenu-container ul li {
    border-top: 0 !important;
    line-height: inherit !important;
    width: auto !important;
  }

  .wr-mega-menu .wr-menu-down {
    position: absolute !important;
    margin-top: -63px !important;
    margin-left: 87px !important;
    opacity: 0;
  }

  .wr-megamenu-container ul.wr-mega-menu > li.wr-megamenu-item > a.menu-item-link {
    margin-right: 9px;
  }

  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner {
    position: absolute;
    z-index: 10;
  }
}
@media (max-width: 1500px) and (min-width: 768px) {
  nav .wr-mega-menu .wr-menu-down {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    margin-top: -66px;
    margin-left: 87px;
  }
}
header.main {
  padding-top: 40px;
  background-color: #fff;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 15;
}
header.main:after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  header.main {
    padding-top: 20px;
  }
  header.main .container {
    padding: 0;
  }
}
header.main .logo {
  float: left;
}
@media (max-width: 767px) {
  header.main .logo {
    float: left;
  }
}
header.main .logo img {
    margin-top: 0px;
    max-width: 95%;
}
@media (max-width: 1023px) {
  header.main .logo img {
    width: 187px;
  }
}
@media (max-width: 767px) {
  header.main .logo img {
    width: 140px;
    margin-left: 10px;
    margin-top: 10px;
  }
}
header.main nav {
  float: right;
  font-family: 'Campton-LightDEMO', sans-serif;
}
@media (max-width: 1023px) {
  header.main nav {
    margin-top: 10px;
  }
}
header.main nav .it-responsive-mega {
  background-color: transparent;
  cursor: pointer;
  float: right;
}
@media (max-width: 767px) {
  header.main nav {
    padding-bottom: 10px;
  }
  header.main nav .wr-megamenu-container.jsn-bootstrap3.primary_98.active {
    position: absolute;
    top: 74px;
    z-index: 1;
    width: 100%;
    left: 0;
  }
}
header.main nav .wr-megamenu-container {
  float: left;
  width: auto;
  margin-right: 49px;
}
@media (max-width: 1023px) {
  header.main nav .wr-megamenu-container {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  header.main nav .wr-megamenu-container {
    display: none;
    clear: both;
    margin: 0;
    padding-top: 20px;
  }
  header.main nav .wr-megamenu-container.active {
    display: block;
  }
}
header.main nav ul.nav-menu {
  margin-top: 13px;
}
@media (max-width: 1023px) {
  header.main nav ul.nav-menu {
    font-size: 17px;
    margin-top: 7px;
  }
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu > li.sub-menu {
    margin-left: 0;
  }
  header.main nav ul.nav-menu > li.sub-menu .wr-menu-down {
    position: absolute;
    margin-top: -44px;
    left: 107px;
    opacity: 0;
  }
}
header.main nav ul.nav-menu > li.sub-menu > a:after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 9px;
  background-image: url(images/orange-arrow-down.png);
  background-repeat: no-repeat;
  margin-left: 10px;
  vertical-align: 2px;
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
  padding-top: 30px;
  border: none;
  box-shadow: none;
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner {
    padding-top: 0;
  }
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > *:not(:last-child) .wr-element-container {
  border-right: 1px solid #d4dde0;
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > *:not(:last-child) .wr-element-container {
    border: none;
  }
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 a {
  color: #275663;
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6:hover a {
  color: #ff901a;
}
@media (max-width: 1500px) {
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 {
    width: 33.3333% !important;
    float: left !important;
  }
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row {
    padding: 0 !important;
    margin-bottom: 10px;
  }
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 {
    width: 100% !important;
    float: none !important;
  }
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 p {
    padding-left: 20px;
  }
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 p a {
    font-size: 14px;
    text-align: left;
  }
  header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .row > .col-md-4.col-sm-6 p a img {
    display: none;
  }
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .preview-text p a {
  display: block;
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .preview-text p a img {
  margin: 0 auto;
  display: block;
  max-width: 80%;
}
header.main nav ul.nav-menu > li.sub-menu .wr-megamenu-inner .preview-text:hover p a {
  color: #ff901a;
}
header.main nav ul.nav-menu li:not(:last-child) {
  margin-right: 37px;
}
@media (max-width: 1023px) {
  header.main nav ul.nav-menu li:not(:last-child) {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu li.level-0 > a {
    padding: 0 20px !important;
  }
}
header.main nav ul.nav-menu li a {
  text-decoration: none;
  color: #275663;
  margin-bottom: 49px;
  display: block;
  font-size: 20px;
  padding: 0 !important;
}
header.main nav ul.nav-menu li a span {
  font-weight: 100;
}

.menu_title {
	font-weight: 100 !important;
}

@media (max-width: 1023px) {
  header.main nav ul.nav-menu li a {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu li a {
    margin-bottom: 15px;
  }
}
header.main nav ul.nav-menu li:hover > a, header.main nav ul.nav-menu li:hover > a span {
  color: #ff901a;
}
header.main nav ul.nav-menu li.current_page_item {
  border-bottom: 8px solid #ff901a;
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu li.current_page_item {
    margin-bottom: 10px;
  }
}
header.main nav ul.nav-menu li.current_page_item a {
  color: #ff901a;
  margin-bottom: 41px;
}
@media (max-width: 1023px) {
  header.main nav ul.nav-menu li.current_page_item {
    border-bottom-width: 4px;
  }
  header.main nav ul.nav-menu li.current_page_item a {
    margin-bottom: 26px;
  }
}
@media (max-width: 767px) {
  header.main nav ul.nav-menu li.current_page_item a {
    margin-bottom: 10px;
  }
}
header.main nav .btn {
  float: left;
  font-family: 'Campton-LightDEMO', sans-serif;
}

/*
.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 27.515%;
}
*/

.hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 770px;
    padding-top: 200px;
}


@media (max-width: 767px) {
  .hero {
    position: relative;
    min-height: 570px;
    padding-top: 0 !important;
  }
	.hero .container {
	    position: relative;
	    left: 0;
	    right: 0;
	    bottom: 0;
	    top: 80px;
	}
	
	.hero .content {
	    padding: 0;
	    transform: translate(0%);
	}	
}
.hero .content h2 {
  font-size: 48px;
  color: white;
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-weight: 100;
  margin: 39px 0 0 0;
  line-height: 1.13em;
  letter-spacing: -0.03em;
}
@media (max-width: 767px) {
  .hero .content h2 {
    font-size: 30px;
  }
}

/*
@media (max-width: 9999px) {
	.hero .content {
	    padding: 0;
	    transform: translate(0%,90%);
	    -webkit-transform: -webkit-translate(0%,90%);
		-ms-transform: translate(0%,90%);
		-moz-transform: translate(0%,90%);
		-o-transform: translate(0%,90%);	    
	}
}
*/

@media (max-width: 1500px) {
	.hero .content img {
     width: 580px;
	}
}
@media (max-width: 1280px) {
	.hero .content img {
	    width: 480px;
	}
/*
	.hero .content {
	    padding: 0;
	    transform: translate(0%,70%);
	    -webkit-transform: -webkit-translate(0%,70%);
		-ms-transform: translate(0%,70%);
		-moz-transform: translate(0%,70%);
		-o-transform: translate(0%,70%);	
	}
*/
}
@media (max-width: 1023px) {
	.hero .content img {
		width: 400px;
	}
/*
	.hero .content {
		padding: 0;
	    transform: translate(0%,40%);
	    -webkit-transform: -webkit-translate(0%,40%);
		-ms-transform: translate(0%,40%);
		-moz-transform: translate(0%,40%);
		-o-transform: translate(0%,40%)
	}  
*/
}
@media (max-width: 768px) {
	.hero .content img {
		width: 390px;
	}
/*
	.hero .content {
		padding: 0;
	    transform: translate(0%);
	    -webkit-transform: -webkit-translate(0%);
		-ms-transform: translate(0%);
		-moz-transform: translate(0%);
		-o-transform: translate(0%)
	} 
*/
}

section:not(.hero) h2 {
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-weight: 100;
  font-size: 22px;
  color: #275663;
  letter-spacing: -0.033em;
  margin: 0;
}
section:not(.hero) h2:before {
  content: '';
  display: inline-block;
  width: 29px;
  height: 10px;
  background-image: url(images/header-smile.png);
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: 2px;
}
section:not(.hero) h3 {
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 48px;
  font-weight: 100;
  margin: 0;
  color: #275663;
  letter-spacing: -0.027em;
  margin-bottom: 16px;
  line-height: 1em;
}
section:not(.hero) p {
  font-size: 16px;
  line-height: 1.63em;
  color: #275663;
  letter-spacing: -0.023em;
}


@media (min-width: 768px) {
  .facebook_row .one-row {
    background-color: #f8f8f8;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#f8f8f8', endColorstr='#f8f8f8');
    background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIi8+PHN0b3Agb2Zmc2V0PSI1MCUiIHN0b3AtY29sb3I9IiNmZjkwMWEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkwMWEiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #f8f8f8), color-stop(50%, #f8f8f8), color-stop(50%, #a0d0df), color-stop(100%, #a0d0df));
    background-image: -moz-linear-gradient(left, #f8f8f8 0%, #f8f8f8 50%, #a0d0df 50%, #a0d0df 100%);
    background-image: -webkit-linear-gradient(left, #f8f8f8 0%, #f8f8f8 50%, #a0d0df 50%, #a0d0df 100%);
    background-image: linear-gradient(to right, #f8f8f8 0%, #f8f8f8 50%, #a0d0df 50%, #a0d0df 100%);
  }
}

@media (max-width: 767px) {
  .one-row .container {
    padding: 0;
  }
}
.one-row .container > section {
  float: left;
  width: 50%;
  height: 599px;
  padding-top: 74px;
}
.one-row .container > section .content {
  padding: 49px 0;
}
@media (max-width: 1500px) {
  .one-row .container > section .content {
    padding: 7px 0;
  }
}
@media (max-width: 767px) {
  .one-row .container > section {
    width: 100%;
    height: auto;
  }
}
.one-row .container section.why-us {
  padding-right: 120px;
}
@media (max-width: 1500px) {
  .one-row .container section.why-us {
    padding-right: 70px;
  }
}
@media (max-width: 767px) {
  .one-row .container section.why-us {
    padding: 0 20px;
    padding-top: 74px;
    padding-bottom: 50px;
  }
}
.one-row .container section.why-us h3 {
  margin-top: 12px;
  margin-bottom: 28px;
}
.one-row .container section.facebook {
  padding-left: 120px;
}
@media (max-width: 1500px) {
  .one-row .container section.facebook {
    padding-left: 70px;
  }
}
@media (max-width: 767px) {
  .one-row .container section.facebook {
    background-color: #ff901a;
    padding: 0 20px;
    padding-top: 74px;
    padding-bottom: 50px;
  }
}
.one-row .container section.facebook h2 {
  color: white;
}
.one-row .container section.facebook h2:before {
  background-image: url(images/header-smile.png);
  margin-right: 12px;
}
.one-row .container section.facebook .content .cff-date {
  font-family: 'Campton-LightDEMO', sans-serif;
  font-size: 16px !important;
  color: white;
}
.one-row .container section.facebook .content .cff-text, .one-row .container section.facebook .content .cff-expand {
  color: white;
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 16px;
  margin-bottom: -5px;
  margin-top: 3px;
  line-height: 1.5em;
}
@media (max-width: 1023px) {
  .one-row .container section.facebook .content .cff-text, .one-row .container section.facebook .content .cff-expand {
    font-size: 19px;
  }
}
.one-row .container section.facebook .content .cff-expand > * {
  display: none;
}
.one-row .container section.facebook .btn {
  color: white;
  border-color: white;
  margin-top: 33px;
  padding-left: 22px;
  padding-right: 22px;
}
.one-row .container section.facebook .btn:hover {
  color: #ff901a;
  background-color: #fff;
}

.slider-arrow {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border-style: solid;
  border-width: 0 0 6px 6px;
  border-color: #ff901a;
  z-index: 10;
}

.slider-arrow.arrow-prev {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 60px;
}

.slider-arrow.arrow-next {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 60px;
}

@media (max-width: 1500px) {
  .slider-arrow {
    width: 35px;
    height: 35px;
    border-width: 0 0 6px 6px;
  }
}
.slider-arrow:hover {
  border-color: #ffa84e;
}
.our-team .slider-arrow.arrow-next {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    right: calc(50% - 17.5px) !important;
    top: 260px !important;
}
@media (max-width: 1500px) {
  .our-team .slider-arrow.arrow-next {
    right: calc(50% - 17.5px) !important;
  }
}
.our-team .slider-arrow.arrow-prev {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    left: calc(50% - 17.5px) !important;
    top: 220px;
}
@media (max-width: 1500px) {
.our-team .slider-arrow.arrow-prev {
    left: calc(50% - 17.5px) !important;
  }
}

.slick-dots {
  text-align: center;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
}
@media (max-width: 767px) {
  .slick-dots {
    bottom: 30px;
  }
}
.slick-dots li {
  display: inline-block;
}
.slick-dots li:not(:last-child) {
  margin-right: 10px;
}
.slick-dots li.slick-active a {
  background-color: #ff901a;
}
.slick-dots li a {
  font-size: 0.1px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #275663;
}

.our-team {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 93px;
  width: 100%;
  overflow: hidden;
}
.our-team .persons {
  font-family: 'Campton-BoldDEMO', sans-serif;
  list-style: none;
  padding: 0;
  margin: 32px 0 0 0;
  position: relative;
  z-index: 10;
}
@media (max-width: 767px) {
  .our-team .persons {
    display: none;
  }
}
.our-team .persons:after {
  content: '';
  display: block;
  clear: both;
}
.our-team .persons li {
  float: left;
  font-size: 16px;
  letter-spacing: -0.025em;
}
.our-team .persons li:not(:last-child) {
  margin-right: 49px;
}
@media (max-width: 767px) {
  .our-team .persons li {
    margin-bottom: 15px;
  }
}
.our-team .persons li a {
  color: #ff901a;
  text-decoration: none;
  display: block;
  padding-bottom: 12px;
}
.our-team .persons li a:hover {
  padding-bottom: 7px;
  border-bottom: 5px solid #ff901a;
}
.our-team .persons li.active a {
  padding-bottom: 7px;
  border-bottom: 5px solid #ff901a;
}
@media (max-width: 1023px) {
  .our-team .slider {
    height: 510px;
  }
}
@media (max-width: 767px) {
  .our-team .slider {
    height: auto;
  }
  .slick-slider {
	  max-height: 100%;
  }
  
	.slick-vertical .slick-slide {
	    display: flex;
	    height: auto !important;
	    border: 1px solid transparent;
	    flex-direction: row-reverse;
	}
	
	.slick-slider .container {
	    width: 100%;
	    padding: 0 20px;
	    display: inline-flex;
	    flex-direction: column-reverse;
	}
	
	
	.video {
		background-image: none !important;
	}
  
	.flex_col {
		width: 100% !important;
		background-color: #a0d0df !important;
	}
	
	.one-row .container section.facebook {
	    padding: 20% 10% !important;
	    background-color: #a0d0df !important;
	}
	
	.one-row .container section.nervous {
	    padding: 20% 10% !important;
	    background-color: #f8f8f8;
	}
	
	footer.main .container section.left ul {
	    padding: 34px 0 0 0 !important;
	}
	
	.our-team .slider .slick-slide .right-image {
	    margin-top: 10%;
	}	

}
.our-team .slider .slider-arrow {
  top: 191px;
}
@media (max-width: 767px) {
  .our-team .slider .slider-arrow {
    top: 50%;
  }
}
.our-team .slider .slick-list {
  overflow: visible;
}
.our-team .slider .slick-slide:focus {
  outline: none;
}
.our-team .slider .slick-slide .content {
  float: left;
  width: 42%;
  padding-top: 105px;
}
.our-team .slider .slick-slide .content h3 {
  margin-bottom: 24px;
}
@media (max-width: 1023px) and (min-width: 768px) {
  .our-team .slider .slick-slide .content {
    padding-left: 40px;
  }
}
@media (max-width: 1024px) {
	
	.slick-vertical .slick-slide {
    	height: 610px;
	}
	
	.our-team .slider .slick-slide .right-image img {
	    height: auto !important;
	}
	
	.our-team .slider .slick-slide .right-image {
	    float: left;
	    width: 50% !important;
	    height: 610px;
	}
	
	.our-team .slider .slick-slide .right-image img {
		height: 100% !important;
	}
	
}

@media (max-width: 767px) {
	
	.our-team .slider .slick-slide .content {
		width: calc(100% - 70px);
		float: none;
		margin: 0 auto;
		padding-top: 55px;
	}
  
	.our-team .slick-track {
		transform: none !important;
	}

	.our-team .slider .slick-slide .right-image {
	    float: left;
	    width: 50% !important;
	    height: auto !important;
	}	
	
}

.our-team .slider .slick-slide .right-image {
    float: left;
    position: relative;
    width: 50%;
    height: 608px;
}

@media (max-width: 1023px) {
  .our-team .slider .slick-slide .right-image {
    width: 238px;
    height: 510px;
  }
}
@media (max-width: 767px) {
  .our-team .slider .slick-slide .right-image {
    width: 90% !important;
    height: 500px;
  }
}

.our-team .slider .slick-slide .right-image img {
    position: absolute;
    bottom: 0;
    height: 570px;
    left: 35%;
}

@media (max-width: 1440px) {
  .our-team .slider .slick-slide .right-image img {
  	left: 30% !important;
    width: auto;
  }
}

@media (min-width: 1501px) {
	.our-team .slider .slick-slide .right-image img {
	    left: 35% !important;
	    width: auto;
	}

}

@media (max-width: 1500px)
.our-team .slider .slick-slide .right-image img {
    left: 30% !important;
    width: auto;
}

@media (max-width: 767px) {
	.our-team .slider .slick-slide .right-image img {
		width: 100%;
		position: relative !important;
		left: 5% !important;
	}
}

.our-services {
  padding-top: 151px;
  padding-bottom: 128px;
}
.our-services .container h2 {
  margin-bottom: 61px;
}
.our-services .container h3 {
  margin-bottom: 109px;
}
@media (max-width: 1023px) {
  .our-services .container h3 {
    margin-bottom: 70px;
  }
}
.our-services .container .row {
  margin: 0 -10px;
}
.our-services .container .row:after {
  content: '';
  display: block;
  clear: both;
}
.our-services .container .row .block {
  float: left;
  width: 33.3333%;
  padding: 0 10px;
  padding-right: 100px;
  height: 310px;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .our-services .container .row .block {
    padding-right: 30px;
  }
}
@media (max-width: 1023px) {
  .our-services .container .row .block {
    width: 50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-services .container .row .block {
    width: 100%;
    height: auto;
  }
}
.our-services .container .row .block img {
  margin-bottom: 23px;
}
.our-services .container .row .block h4 {
  margin: 0;
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 24px;
  color: #275663;
  line-height: 1.09em;
  letter-spacing: -0.03em;
  margin-bottom: 15px;
}
.our-services .container .row .block p {
  margin-bottom: 30px;
}
.our-services .container .row .block .btn {
  padding-right: 25px;
  padding-left: 25px;
}

.gallery-slider {
  position: relative;
}
.gallery-slider .slider .slider-arrow {
  top: 50%;
  margin-top: -15px;
}
.gallery-slider .slider .slick-slide {
  height: 801px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.gallery-slider .slider .slick-dots {
  z-index: 3;
}
.gallery-slider .slider .slick-dots li:not(.slick-active) a {
  background-color: #fff;
}
.gallery-slider .big-smile {
  position: absolute;
  width: 593px;
  height: 198px;
  left: 50%;
  margin-left: -296px;
  bottom: -128px;
  background-image: url(images/big-smile.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .gallery-slider .big-smile {
    width: 300px;
    height: 100px;
    margin-left: -150px;
    bottom: -55px;
  }
}
.gallery-slider .big-smile p {
  font-size: 24px;
  color: white;
  text-align: center;
  margin-top: 92px;
  margin-bottom: 0;
  line-height: 1.1em;
  font-family: 'Campton-BoldDEMO', sans-serif;
}
@media (max-width: 767px) {
  .gallery-slider .big-smile p {
    font-size: 14px;
    margin-top: 44px;
  }
}

.testimonials {
  padding-top: 223px;
  margin-bottom: 37px;
  position: relative;
}
@media (max-width: 767px) {
  .testimonials {
    padding-top: 150px;
  }
}
.testimonials .slider-arrow {
  top: 50%;
  margin-top: -10px;
}
@media (max-width: 767px) {
  .testimonials .slider-arrow {
    top: 50%;
    display: none !important;
  }
}
.testimonials .slider {
  height: 676px;
  max-height: 100%;
}


@media (max-width: 767px) {
  .testimonials .slider {
    height: auto;
    margin-top: 30px;
  }
}
.testimonials .slider .slick-slide:focus {
  outline: none;
}
.testimonials .slider .slick-slide .container {
  padding: 0;
}
.testimonials .slider .slick-slide .block {
  width: 100%;
  padding: 0 130px 0 72px;
  padding-top: 80px;
}
@media (max-width: 1500px) {
  .testimonials .slider .slick-slide .block {
    padding: 0 65px 0 36px;
    padding-top: 60px;
  }
}
@media (max-width: 767px) {
  .testimonials .slider .slick-slide .block {
    width: calc(100% - 100px);
    padding: 0;
    margin: 0 auto;
    margin-bottom: 60px;
  }
}
.testimonials .slider .slick-slide .block blockquote {
  margin: 0;
}
.testimonials .slider .slick-slide .block blockquote p {
  font-size: 48px;
  color: #275663;
  font-family: 'Campton-BoldDEMO', sans-serif;
  line-height: 1em;
  margin-bottom: 29px;
}
.testimonials .slider .slick-slide .block blockquote p:before {
  content: '\201C';
  margin-left: -0.5em;
}
.testimonials .slider .slick-slide .block blockquote p:after {
  content: '\201D';
}
@media (max-width: 1023px) {
  .testimonials .slider .slick-slide .block blockquote p {
    font-size: 30px;
  }
}
.testimonials .slider .slick-slide .block blockquote cite {
  font-style: normal;
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 20px;
  color: #275663;
}
.testimonials .slider .slick-slide .block blockquote cite:before {
  content: '';
  display: block;
  width: 150px;
  height: 59px;
  background-image: url(images/quote-smile.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 29px;
}
@media (max-width: 1023px) {
  .testimonials .slider .slick-slide .block blockquote cite:before {
    width: 110px;
    height: 43px;
  }
}
@media (max-width: 1023px) {
  .testimonials .slider .slick-slide .block blockquote cite {
    font-size: 15px;
  }
}
.testimonials .slider .slick-slide .block blockquote cite span {
  font-family: 'Campton-LightDEMO', sans-serif;
  display: block;
}

footer.main {
  background-color: #eff9fe;
  padding-top: 87px;
  padding-bottom: 39px;
}
footer.main .container {
  padding: 0;
}
footer.main .container section:not(.bottom) {
  width: 50%;
  padding: 0 10px;
  float: left;
  padding-bottom: 42px;
}
footer.main .container section:not(.bottom) h2 {
  margin-bottom: 62px;
}
@media (max-width: 1023px) {
  footer.main .container section:not(.bottom) h2 {
    margin-bottom: 22px;
  }
}
@media (max-width: 767px) {
  footer.main .container section:not(.bottom) {
    width: 100%;
    float: none;
    padding: 0 20px;
    padding-bottom: 42px;
  }
}
footer.main .container section.left {
  padding-right: 210px;
}
@media (max-width: 1500px) {
  footer.main .container section.left {
    padding-right: 90px;
  }
}
@media (max-width: 1023px) {
  footer.main .container section.left {
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  footer.main .container section.left {
    padding: 0 20px;
    padding-bottom: 100px;
  }
}
footer.main .container section.left h3 {
  line-height: 1.12em;
  margin-bottom: 26px;
}
@media (max-width: 1023px) {
  footer.main .container section.left h3 {
    font-size: 39px;
  }
}
footer.main .container section.left .btn {
  background-color: #ff901a;
  color: white;
}
footer.main .container section.left .btn:hover {
  background-color: #ffa84e;
  border-color: #ffa84e;
}
footer.main .container section.right ul {
  list-style: none;
  padding: 0 0 0 39px;
  margin: 0 0 30px 0;
}
@media (max-width: 767px) {
  footer.main .container section.right ul {
    padding: 0;
  }
}
footer.main .container section.right ul.contact {
  font-family: 'Campton-BoldDEMO', sans-serif;
}
footer.main .container section.right ul li {
  margin-bottom: 4px;
  color: #275663;
}
footer.main .container section.right ul li a {
  color: #275663;
}
footer.main .container section.right ul li a:hover {
  color: #ffa84e;
}
footer.main .container section.right ul li:first-child a {
  text-decoration: none;
}
footer.main .container .bottom {
  clear: both;
  text-align: right;
  border-top: 1px solid #c7d8df;
  margin: 0 10px;
}
footer.main .container .bottom p {
  color: #275663;
  font-size: 14px;
  margin-top: 12px;
  letter-spacing: -0.01em;
}
footer.main .container .bottom p a {
  text-decoration: none;
  color: #ff901a;
  font-family: 'Campton-BoldDEMO', sans-serif;
}
footer.main .container .bottom p a:hover {
  color: #ffa84e;
}

.reusable .hero-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.reusable .hero-img .container {
  position: relative;
  height: 326px;
}
@media (max-width: 767px) {
  .reusable .hero-img .container {
    height: 133px;
  }
}
.reusable .hero-img span {
  position: absolute;
  bottom: 27px;
  right: 10px;
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 32px;
  color: #275663;
  font-weight: 100;
  margin: 0;
  letter-spacing: -0.034em;
}
.reusable .list-service {
  padding-top: 34px;
  padding-bottom: 20px;
}
@media (max-width: 1023px) {
  .reusable .list-service {
    display: none;
  }
}
@media (max-width: 767px) {
  .reusable .list-service {
    padding-top: 20px;
  }
}
.reusable .list-service .hamburger {
  text-decoration: none;
  display: none;
}
@media (max-width: 767px) {
  .reusable .list-service .hamburger {
    display: block;
    float: left;
    margin-bottom: 5px;
    font-size: 23px;
  }
}
.reusable .list-service ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
}
@media (max-width: 767px) {
  .reusable .list-service ul {
    clear: both;
    display: none;
  }
}
.reusable .list-service ul:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  background-color: #275663;
}
.reusable .list-service ul li {
  display: inline-block;
  font-size: 16px;
  font-family: 'Campton-BoldDEMO', sans-serif;
  padding-bottom: 12px;
  position: relative;
  z-index: 1;
}
.reusable .list-service ul li:not(:last-child) {
  margin-right: 48px;
}
@media (max-width: 767px) {
  .reusable .list-service ul li {
    display: block;
    margin-bottom: 15px;
  }
}
.reusable .list-service ul li.active {
  padding-bottom: 8px;
  border-bottom: 4px solid #ff910a;
}
.reusable .list-service ul li.active a {
  color: #ff910a;
}
.reusable .list-service ul li a {
  text-decoration: none;
  color: #275663;
}
.reusable .list-service ul li a:hover {
  color: #ff910a;
}
.reusable > .container {
  padding-top: 38px;
}
.reusable > .container > div {
  float: left;
}
@media (max-width: 767px) {
  .reusable > .container > div {
    float: none;
  }
}
.reusable > .container .intro {
  width: 42.3%;
  padding-right: 130px;
}
@media (max-width: 1500px) {
  .reusable > .container .intro {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .reusable > .container .intro {
    width: 100%;
  }
}
.reusable > .container .intro h1 {
  font-family: 'Campton-BoldDEMO', sans-serif;
  font-size: 48px;
  color: #275663;
  font-weight: 100;
  line-height: 1em;
  letter-spacing: -0.025em;
  margin-bottom: 34px;
}
.reusable > .container .intro p {
  font-size: 24px;
  color: #275663;
  line-height: 1.34em;
}
.reusable > .container .services {
  width: 57.7%;
  padding-top: 15px;
  padding-bottom: 54px;
}
@media (max-width: 767px) {
  .reusable > .container .services {
    width: 100%;
  }
}
.reusable > .container .services section {
  margin-bottom: 74px;
}
.reusable > .container .services section h2 {
  font-size: 24px;
  padding-left: 39px;
  border-bottom: 1px solid #fda955;
  padding-bottom: 7px;
}
.reusable > .container .services section h2:before {
  margin-right: 10px;
  vertical-align: 0;
  margin-left: -39px;
}
.reusable > .container .services section .content {
  padding: 43px 110px 0 40px;
}
@media (max-width: 1500px) {
  .reusable > .container .services section .content {
    padding: 43px 40px 0 40px;
  }
}
.reusable > .container .services section .content h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.reusable > .container .services section .content p {
  margin-bottom: 27px;
}
.reusable > .container .services section .content p a {
  font-family: 'Campton-BoldDEMO', sans-serif;
  color: #ff901a;
  text-decoration: none;
}
.reusable > .container .services section .content p a:hover {
  color: #ffa84e;
}
.reusable > .container .services section .content img {
  max-width: 100%;
  margin-top: 15px;
}

footer.main .container section.left ul.contact {
    font-family: 'Campton-BoldDEMO', sans-serif;
}

footer.main .container section.left ul {
    list-style: none;
    padding: 35px 0 0 39px;
    margin: 0 0 30px 0;
}

footer.main .container section.left ul li {
	font-size: 20px;
	padding-bottom: 5px;
}

.left .btn {
	font-size: 20px;
}

.flex_row {
	display: flex;
}

.flex_col {
	display: flex;
	flex: 1;
	width: 50%;
	float: left;
}

.one-row {
	width: 100%;
}

.one-row .container section.nervous {
    padding: 20% 120px 15% 0;
}

.one-row .container section.facebook {
    padding-left: 120px;
    padding: 20% 0 15% 120px;
}

#cff .cff-photo img {
	max-height: 450px;
}

.video {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    position: absolute;
    right: 0;
}

.cff-text a {
	color: #ff901a !important;
}

.slick-slide .content h3 {
	font-family: 'Campton-LightDEMO', sans-serif; 
}

.slick-slide .content h6 {
	font-family: 'Campton-BoldDEMO', sans-serif;
	color: #275663 !important; 
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 400px) {
	#slide-2 .right-image {
		margin-top: 26px !important;
	}
	#slide-3 .right-image {
		margin-top: 105px !important;
	}
	#slide-4 .right-image {
		margin-top: 52px !important;
	}
	
	.hero .content {
	    padding: 0;
	    transform: translate(0%);
	}
	
	.hero .content img {
		width: 300px;
	}		
		
}