/* Basics - General variables 
------------------------------------------------------*/
html, button, input, option, select, textarea, p {
  font-family: 'Raleway', Arial, sans-serif;
  font-family: 'Comfortaa', cursive;
}

html, body {
  height: 100%;
}

html {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  overflow-x: hidden !important;
}

/* Fix Browsers */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, input, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  border: 0;
  margin: 0;
  padding: 0;
}

a:active, a:focus, a:hover, button, input:focus {
  outline: 0;
}

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

*, *:active, *:visited, *:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  outline: 0;
}

*, *:before, *:after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
	border-top: 1px solid #afa15d;
	opacity: 0.35;
	background: none;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

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

button, input.button {
  cursor: pointer;
  outline: 0;
  border: none;
}

button, input, option, select, textarea {
  color: #4f3a09;
  border-radius: 0;
}

option {
  margin: 5px 0;
}

img {
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-user-drag: none;
}

img::selection {
  background: 0 0;
}

img::-moz-selection {
  background: 0 0;
}

sub, sup {
  height: 0;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

a:active, a:hover, a:link, a:visited {
  text-decoration: none;
}

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

body, sub, sup {
  line-height: 1;
}

/* Standard Classes */
.wow {
  visibility: hidden;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

section, .section {
  position: relative;
  height: auto;
}

.clearfloat, .maximum, .minimum {
  clear: both;
}

.uppercase {
  text-transform: uppercase;
}

.left, .row {
  float: left;
}

.half {
  width: 50%;
  float: left;
}

.right {
  float: right;
}

.block {
  display: block;
}

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

.fix-float:after {
  content: '';
  display: table;
  clear: both;
}

.border-box, .maximum, .minimum {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute, .center-both, .center-x, .center-y {
  position: absolute;
}

.center-x {
  left: 50.1%;
  -webkit-transform: translate3d(-50.1%, 0, 0);
  -moz-transform: translate3d(-50.1%, 0, 0);
  -ms-transform: translate3d(-50.1%, 0, 0);
  transform: translate3d(-50.1%, 0, 0);
}

.center-y {
  top: 50.1%;
  -webkit-transform: translate3d(0, -50.1%, 0);
  -moz-transform: translate3d(0, -50.1%, 0);
  -ms-transform: translate3d(0, -50.1%, 0);
  transform: translate3d(0, -50.1%, 0);
}

.center-both {
  top: 50.1%;
  left: 50.1%;
  -webkit-transform: translate3d(-50.1%, -50.1%, 0);
  -moz-transform: translate3d(-50.1%, -50.1%, 0);
  -ms-transform: translate3d(-50.1%, -50.1%, 0);
  transform: translate3d(-50.1%, -50.1%, 0);
}

#logo {
  position: relative;
  z-index: 10000;
}

.flex, .flex-reverse {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-reverse {
  flex-direction: row-reverse;
}

.pointer {
  cursor: pointer;
}

#wrapper, .row {
  width: 100%;
}

#wrapper {
  margin: 0 auto;
  max-width: 2560px;
  position: relative;
}

.float-none, .maximum, .minimum {
  margin: 0 auto;
  float: none;
}

.maximum {
  max-width: 1470px;
}

.minimum {
  max-width: 1110px;
}

.anim {
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Theme Standards */
section.margins, .section.margins {
  margin: calc($section-gap - 10px ) 0 60px;
}

section.bottom-gap, .section.bottom-gap {
  margin-bottom: 60px;
}

#logo, .block-btn, #logo-responsive {
  text-indent: -9999px;
  overflow: hidden;
  z-index: 10001;
}

::selection {
  background: #f2f2f4;
  color: #02586f;
}

::-moz-selection {
  background: #d3dbe4;
  color: #465678;
}

@keyframes fade {
  0% {
    opacity: 0;
    visibility: hidden;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}
/* Transitions */
.smooth, a#webolution, header, #nav-overlay {
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.smooth.medium, .social li a, nav li a, .text-style a, footer a, #menu-main-navigation > li {
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.btn, .smooth.slow {
  -moz-transition: all 0.8s ease 0s;
  -webkit-transition: all 0.8s ease 0s;
  -o-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

/* Animations */
/* Headings */
h1 {
  font-weight: 700;
  font-size: 2.857em;
  letter-spacing: -0.4px;
  line-height: 1;
}

h2, h3, h4, h5 {
  text-transform: uppercase;
}

h2 {
  color: #231F20;
  font-weight: 400;
  font-size: 1.9em;
  line-height: 1.3;
  letter-spacing: 1px;
  margin-bottom: 25px;
}

h3, h4 {
  color: #231F20;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1.3px;
}

h4 {
  font-size: 1.571em;
  letter-spacing: -0.36px;
  margin-bottom: 30px;
}

/* Buttons */
/* Button Effect */
.effect {
  position: relative;
}

/*  Text-style */
.text-style {
  font-size: 1em;
  font-weight: 400;
  color: #01586c;
  letter-spacing: 0.7px;
  line-height: 1.2;
}
.clear-float:after{
	content: '';
	display: table;
	clear: both;	
}
.text-style p:last-child {
  margin-bottom: 0;
}
.text-style h3 {
  margin-bottom: 35px;
}
.text-style strong {
  font-weight: 600;
}
.text-style ul {
  list-style: inside;
  list-style-type: square;
  padding-left: 5px;
}

/* Desktop Specific */
/* Header */
header {
  top: 40px;
  width: 100%;
  height: 90px;
  z-index: 1004;
  padding: 0 90px;
  text-transform: uppercase;
  box-sizing: border-box;
  max-width: 2560px;
}
header a.right {
  line-height: 30px;
  font-weight: 600;
  letter-spacing: 0.7px;
  padding-right: 50px;
  background: url(images/phone.svg) right 10px center no-repeat;
  background-size: auto 24px;
  color: #231F20;
  position: relative;
  display: block;
  transition: color .5s ease, background-image .5s ease, border-color .5s ease;
}
.btn:after {
    content: '';
    position: absolute;
    top: 0;
    right: 40px;
    width: calc(40% + 10px);
    bottom: 0;
    z-index: -1;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
	background-color: rgba(255,255,255,0.45);
}
.btn {
	position: relative;	
}
.btn:hover:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}
.section.hero-slider .center-both{
	z-index: 1000;	
	width: 650px;
	max-width: 90%;
}
.btn span{
	position: relative;
	z-index:10;	
}
header.scroll a {
  color: #01586c;
}
p{
	margin-bottom: 1.5em;	
	    font-weight: 300;
}
.scroll #logo, .blue #logo {
  background: url(images/logo-scroll.png) center center no-repeat;
}
.section.row.texts .left{
	position: relative;
	width: 55%;	
}
.section.row.texts > div{
	min-height: 100%;
}
.section.row.texts .center-both{
	max-width: 580px;
	width: 89%;
	margin: 0 auto;
}
.texts, footer p{
	font-size: 1.29em;
	font-size: 0.929em;
	line-height:1.3em;
	font-weight: 300;
	letter-spacing:1px;
}
section.row.texts .left .center-both{
	width: 650px;
	max-width: 90%;	
}
.section.row.texts .right{
	width: 45%;
	height:100%;	
}
#slider, .numbered-slider, #slider-right{
	width:100%;
	height:100%;
}
.slide{
	background-size:cover;
	background-position:center center;
}
.numbered-slider .slick-arrow {
	right:60px;
	bottom:70px;
	width:30px;
	height:60px;
	background:url(images/arrow-grey.svg) center center no-repeat;
	text-indent:-9999px;
	position:absolute;
	z-index:10;
	margin-top:-45px;
	background-size:100% auto;
	opacity:0.8;
}
.numbered-slider .slick-arrow:hover {
	opacity:1;
}
.numbered-slider .slick-arrow.slick-prev {
	margin-top:-5px;
	bottom:35px;
	background:url(images/arrow-beige.svg) center center no-repeat;
	background-size:100% auto;
	transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.numbered-slider .custom_paging {
	color:#fff;
	font-size:28px;
	z-index:10;
	letter-spacing:1px;
	right:125px;
	position:absolute;
	bottom:40px;
	margin-bottom:0 !important;
	font-family: 'Raleway', serif;
}
.numbered-slider .custom_paging li{
	display:none;
	margin-bottom:0 !important;
}
.numbered-slider .custom_paging li.slick-active{
	display:block;
}
.numbered-slider .custom_paging span{
	font-size:39px;
	font-weight:500;
}
.custom_paging [aria-hidden=true] {
	display:none
}
body:not(.viewing-page-1) #logo,header.scroll-2 #logo {
	margin-top: 0;
	width: 90px;
	height: 90px;
}
footer{
	display: flex;
	flex-direction: column;
	text-align:center;
	justify-content: center;	
	visibility: visible !important;
}
p:last-of-type{
	margin-bottom: 0 !important;	
}
footer > *{
	width: 650px;
	max-width: 90%;	
	float: none;
    margin: 0 auto 1.5em auto;
	color: #fff;
}
footer a{
	color: #fff;	
	display: inline-block;
	position:relative;
}
footer a:after{
	z-index: auto !important;
	right: -10px !important;	
}
footer p{
	line-height: 1.3em;	
}
ul.social-media {
	margin:2em auto 0;
}
ul.social-media li {
	display:inline-block;
	margin:0 12px 18px 0
}
ul.social-media li a {
	text-align:left;
	display:inline-block;
	text-indent:-9999px;
	width:27px;
	opacity:0.75;
	height:25px;
	background:url(images/fb-icon.svg) center center no-repeat
}
ul.social-media li a.instagram {
	background:url(images/instagram-01.svg) center center no-repeat;
	background-size:25px auto;
}
ul.social-media li a:hover{
	opacity:1;
}
@media only screen and (max-width: 1024px){
	.section.row.texts > div{
		width: 100% !important;	
		float: left;
		min-height: auto !important;
	}
	.section.row.texts .right{
		height: 60vh;
		background-position: center bottom 8% !important;
	}
	.section.row.texts .center-both{
		position: relative;
		transform: none;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		padding: 30px;
		top: auto;
		left: auto;
		width: 100%;
		box-sizing: border-box;
	}
	.section.row.texts{
		height: auto !important;	
	}
	header{
		top: 0 !important;
		padding-top: 30px;
		padding: 0 20px;	
	}
	header.scroll-2{
		background: rgba(255,255,255,0.9);	
	}
	header{
		padding-top: 30px;
	}
	header:not(.scroll-2) #logo{
		width: 120px;
		height: 120px;
		margin-top: 100px;	
	}
    #wrapper {
    overflow-x: hidden !important;
}
}
@media only screen and (max-width: 560px){
	header {
  		top: 30px;
	}
	header a.right:after{
		display: none;
	}
	header:not(.scroll-2) #logo{
		margin-top: 70px;	
	}
	.tel{
		width: 60px;
		height: 90px;
		text-indent: -9999px;
		overflow: hidden;
		padding: 0;
		background-position: center center !important;	
		background-size: 25px auto !important;
	}
	header{
		padding-top: 0;	
	}
	.section.row.texts .center-both p:nth-child(4){
		display: none;	
	}
	.hero-slider .slide:last-child{
		display: none;	
	}
	.hero-slider .slide{
		width: 100%;
		height: 100%;	
		top: auto !important;
		left: auto !important
	}
	.hero-slider .slide{
		background-position: right 25% center !important;	
	}
}
/*
#logo:after {
    background: rgba(255,255,255,0.45);
    height: 140%;
    width: 140%;
    content: "";
    position: absolute;
    left: -20%;
    top: -20%;
    filter: blur(35px);
    -moz-filter: blur(35px);
    -webkit-filter: blur(35px);
    z-index: -1;
}*/