


/* -- scrollbar -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

::-webkit-scrollbar {
width: 5px;
}

::-webkit-scrollbar-track {
background: #eee;
margin-right: 0;
margin-top: 0;
}

::-webkit-scrollbar-thumb {
background: #ccc;
}








/* -- general -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

body {
    overflow-x: hidden;
}

html.mobile body,
html.popup-open body {
    overflow: hidden;
}

input::selection,
::selection {
color: #4d555a;
background: #ffcc00;
}

input::-moz-selection,
::-moz-selection {
color: #4d555a;
background: #ffcc00;
}

html,
body {
-webkit-overflow-scrolling: touch;
}

body {
-webkit-text-size-adjust: 100%;
}

html,
body,
img {
margin: 0;
padding: 0;
border: 0;
}

/*
button,
input,
textarea,
*/
body {
font-family: 'Poppins-Light', 'Open Sans', sans-serif;
font-size: 16px;
	letter-spacing: 0.05em;
}

a,
input,
button {
outline: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

* {
	line-height: 150%;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
margin-top: 0;
}

h1,
h1 span,
h2,
h2 span,
h3,
h3 span,
h4,
h4 span,
h5,
h5 span,
h6,
h6 span,
button {
	font-family: 'Poppins-Thin';
	font-weight: 100;
	text-transform: lowercase;
	line-height: 110%;
}

h1 {
	font-size: 5em;
	text-align: center;
	line-height: 100%;
}

h2 {
	font-size: 4em;
}

h3 {
	font-size: 2em;
}

h4 {
	font-size: 1.6em;
}

h5 {
	font-size: 1.4em;
}

em {
	font-family: 'Poppins-Light';
}


/* -- general class -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.section,
section {
position: relative;
}

.bg-eee {
background-color: #eee;
}

.bg-white,
.bg-fff {
background-color: #fff;
}

.bg-999 {
background-color: #999;
}

.bg-aegean {
	background-color: #a9cbca;
}

.bg-black {
	background-color: #000;
}

.bg-l-blue {
	background-color: #e2ecff;
}

.bg-blush {
	background-color: #f5c69f;
}

.bg-dust {
	background-color: #b8b4b1;
}

.bg-graphite {
	background-color: #565b6e;
}

.bg-l-grey {
	background-color: #e6e7ea;
}

.bg-orange {
	background-color: #f4927d;
}

.bg-yellow {
	background-color: #f1b675;
}

.bg-sand {
	background-color: #f6eae1;
}

.bg-sand-1 {
	background-color: #eee1d8;
}

.bg-steal {
	background-color: #adb5c1;
}

.bg-teal {
	background-color: #9fcdcc;
}

.clear {
clear: both;
}

.bg-cover {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-contain {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-t {
    background-position: top;
}

.bg-r {
    background-position: right;
}

.bg-b {
    background-position: bottom;
}

.bg-l {
    background-position: left;
}

.fullscreen {
    height: 100vh;
    width: 100%;
}

.min-full {
    min-height: 100vh;
}

.min-full-50 {
    min-height: 50vh;
}

.inset-shadow {
    -webkit-box-shadow: inset 0px 10px 10px -10px rgb(0,0,0,0.3), inset 0px -10px 10px -10px rgb(0,0,0,0.3);
    box-shadow: inset 0px 10px 10px -10px rgb(0,0,0,0.3), inset 0px -10px 10px -10px rgb(0,0,0,0.3);
}

.parallax {
    background-attachment: fixed;
}

.fl-r {
    float: right;
}

.fl-l {
    float: left;
}

.c-box{
	position: absolute;
	top:50%;
	left:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.pd-200 {
	padding: 200px 0;
}

.pd-a-200 {
	padding: 200px;
}

.pd-t-200 {
	padding-top: 200px;
}

.pd-b-200 {
	padding-bottom: 200px;
}

.pd-l-200 {
	padding-left: 200px;
}

.pd-r-200 {
	padding-right: 200px;
}

.pd-150 {
	padding: 150px 0;
}

.pd-a-150 {
	padding: 150px;
}

.pd-t-150 {
	padding-top: 150px;
}

.pd-b-150 {
	padding-bottom: 150px;
}

.pd-l-150 {
	padding-left: 150px;
}

.pd-r-150 {
	padding-right: 150px;
}

.pd-100 {
	padding: 100px 0;
}

.pd-a-100 {
	padding: 100px;
}

.pd-t-100 {
	padding-top: 100px;
}

.pd-b-100 {
	padding-bottom: 100px;
}

.pd-l-100 {
	padding-left: 100px;
}

.pd-r-100 {
	padding-right: 100px;
}

.pd-75 {
	padding: 75px 0;
}

.pd-a-75 {
	padding: 75px;
}

.pd-t-75 {
	padding-top: 75px;
}

.pd-b-75 {
	padding-bottom: 75px;
}

.pd-l-75 {
	padding-left: 75px;
}

.pd-r-75 {
	padding-right: 75px;
}

.pd-50 {
	padding: 50px 0;
}

.pd-a-50 {
	padding: 50px;
}

.pd-t-50 {
	padding-top: 50px;
}

.pd-b-50 {
	padding-bottom: 50px;
}

.pd-l-50 {
	padding-left: 50px;
}

.pd-r-50 {
	padding-right: 50px;
}

.pd-25 {
	padding: 25px 0;
}

.pd-a-25 {
	padding: 25px;
}

.pd-t-25 {
	padding-top: 25px;
}

.pd-b-25 {
	padding-bottom: 25px;
}

.pd-l-25 {
	padding-left: 25px;
}

.pd-r-25 {
	padding-right: 25px;
}

.pd-t-text {
	padding-top: 70px;
}

.ov-hid {
	overflow: hidden;
}

.btn {
    display: block;
    padding: 12px 20px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid #000;
    text-transform: lowercase;
    width: 300px;
    font-family: 'Poppins-Light';
    font-size: 1.3em;
    cursor: pointer;
    background-color: transparent;
    color: #000;
	font-weight: 100;
}

.btn:hover {
	background-color: #000;
	color: #fff;
}

.btn.w {
	color: #fff;
	border: 2px solid #fff;
}

.btn.w:hover {
	border: 2px solid #000;
}

.load-btn {
    margin: 0 auto 60px;
}

.cms * {
	margin-bottom: 25px;
}

.cms ul,
.cms ol {
	padding-left: 20px;
}

.cms li {
	margin-bottom: 0;
}

.cms ul li {
	list-style: disc;
}

.cms ol li {
	list-style: decimal;
}

.cms h1,
.cms h2,
.cms h3,
.cms h4,
.cms h5,
.cms h6 {
	line-height: 150%;
	text-transform: lowercase;
	font-family: 'Poppins';
}

.cms a {
/*	color: #679b97;*/
	font-weight: 100;
}

.cms table {
    margin-bottom: 25px;
}

.cms table td {
    vertical-align: top;
    padding: 0 15px 15px 0;
}

.cms table th strong,
.cms table th b,
.cms table td strong,
.cms table td b {
    font-family: 'Poppins-Light';
}

.rel {
	position: relative;
}

.z-i-1 {
	z-index: 1;
}

.z-i-2 {
	z-index: 2;
}

.z-i-3 {
	z-index: 3;
}

.z-i-4 {
	z-index: 4;
}

.z-i-5 {
	z-index: 5;
}

.h-100 {
	height: 100%;
}

.h-50 {
	height: 50%;
}

.text-outline-title h2,
.text-outline-title h3,
.text-outline-title h4 {
	position: relative;
}

.text-outline-title span {
	-webkit-text-stroke-width: 1px;
	-webkit-text-fill-color: transparent;
}

.text-outline-title.w h2,
.text-outline-title.w h3,
.text-outline-title.w h4 {
	color: #fff;
}

.text-outline-title.b h2,
.text-outline-title.b h3,
.text-outline-title.b h4 {
	color: #000;
}

.text-outline-title.w span {
	color: #fff;
    -webkit-text-stroke-color: #fff;
}

.text-outline-title.b span {
	color: #000;
    -webkit-text-stroke-color: #000;
}

.text-outline-title.w span.fill {
	-webkit-text-fill-color: #fff;
}

.text-outline-title.b span.fill {
	-webkit-text-fill-color: #000;
}

.ico-box-wrap,
.ico-line-wrap {
	position: absolute;
}

.ico-box,
.ico-line {
	position: relative;
}

.bg-icons-abs {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.bg-icons-abs.w-50 {
	width: 50%;
}

.bg-icons-abs.left {
	left: 0;
	transform: none;
}

.bg-icons-abs.right {
	right: 0;
	transform: none;
}

.bg-icons {
	height: 100%;
	width: 100%;
}

.block {
	display: block;
}




/* -- flex -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-row-rev {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.flex-col-rev {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.flex-cent {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.flex-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-sp-bet {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flex-sp-ar {
    -ms-flex-pack: distribute;
	justify-content: space-around;
}

.flex-sp-ev {
	-webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}






/* -- align -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

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

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

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

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

.ta-l {
    text-align: left;
}

.ta-r {
    text-align: right;
}









/* -- w -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.w.w25p {
width: 25%;
}

.w.w50p {
width: 50%;
}

.w.w75p {
width: 75%;
}

.w.w100p {
width: 100%;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.w-80 {
    width: 80%;
}

.w-75 {
    width: 75%;
}

.w-70 {
    width: 70%;
}

.w-66 {
    width: 66.66%;
}

.w-60 {
    width: 60%;
}

.w-55 {
    width: 55%;
}

.w-50 {
    width: 50%;
}

.w-45 {
    width: 45%;
}

.w-40 {
    width: 40%;
}

.w-33 {
    width: 33.33%;
}

.w-30 {
    width: 30%;
}

.w-25 {
    width: 25%;
}

.w-20 {
    width: 20%;
}

.w-10 {
    width: 10%;
}


/* -- extra -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

.publisher {
opacity: 0;
visibility: hidden;
height: 0;
width: 0;
display: block;
overflow: hidden;
}



/* -- tooltip -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

#tooltip {
margin: 20px 0 0 10px;
margin-left: -60px;
width: 160px;
padding: 10px;
z-index: 9900;
position: absolute;
text-align: center;
color: #4a4f52;
box-shadow: 5px 5px 0 rgba(0,0,0,0.1);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-transform: uppercase;
display: none;
background: #ffcc00;
}

#tooltip.right {
margin-left: -80px;
}



/* -- cookie -- */
/* ------------------------------------------------------------------------------------------------------------------------------------------------- */

html.cookie #cookie {
    bottom: 0;
}

#cookie {
    position: fixed;
    bottom: -110%;
/*    bottom: 0%;*/
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    z-index: 9999;
    overflow: hidden;
    border-top: 1px solid #9fcdcc;
    transition: All .8s ease;
    -webkit-transition: All .8s ease;
    -moz-transition: All .8s ease;
    -o-transition: All .8s ease;
}

#cookie span.close {
    width: 50px;
    height: 50px;
    display: block;
    background: url(../img/svg/ico-form-close.svg) center center no-repeat;
    background-size: 25px;
/*    float: right;*/
    position: relative;
    z-index: 1000;
    cursor: pointer;
	-ms-flex-item-align: center;
	align-self: center;
}

#cookie p {
    position: relative;
/*    width: 100%;*/
    padding: 15px 10px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
    margin-top: 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#cookie a  {
    color: #ee5b62;
    -webkit-transition: .3s;
    transition: .3s;
}

#cookie a:hover  {
    opacity: 0.7;
}

.cookie-box {
    display: none;
}






/*========== RESPONSIVENESS ==================*/

@media screen and (max-width: 1320px) {

	.pd-200 {
		padding: 150px 0;
	}

	.pd-a-200 {
		padding: 150px;
	}

	.pd-t-200 {
		padding-top: 150px;
	}

	.pd-b-200 {
		padding-bottom: 150px;
	}

	.pd-l-200 {
		padding-left: 150px;
	}

	.pd-r-200 {
		padding-right: 150px;
	}

	.pd-150 {
		padding: 100px 0;
	}

	.pd-a-150 {
		padding: 100px;
	}

	.pd-t-150 {
		padding-top: 100px;
	}

	.pd-b-150 {
		padding-bottom: 100px;
	}

	.pd-l-150 {
		padding-left: 100px;
	}

	.pd-r-150 {
		padding-right: 100px;
	}

	.pd-100 {
		padding: 75px 0;
	}

	.pd-a-100 {
		padding: 75px;
	}

	.pd-t-100 {
		padding-top: 75px;
	}

	.pd-b-100 {
		padding-bottom: 75px;
	}

	.pd-l-100 {
		padding-left: 75px;
	}

	.pd-r-100 {
		padding-right: 75px;
	}

	.pd-75 {
		padding: 50px 0;
	}

	.pd-a-75 {
		padding: 50px;
	}

	.pd-t-75 {
		padding-top: 50px;
	}

	.pd-b-75 {
		padding-bottom: 50px;
	}

	.pd-l-75 {
		padding-left: 50px;
	}

	.pd-r-75 {
		padding-right: 50px;
	}

	.pd-50 {
		padding: 25px 0;
	}

	.pd-a-50 {
		padding: 25px;
	}

	.pd-t-50 {
		padding-top: 25px;
	}

	.pd-b-50 {
		padding-bottom: 25px;
	}

	.pd-l-50 {
		padding-left: 25px;
	}

	.pd-r-50 {
		padding-right: 25px;
	}
    
    .load-btn {
        margin: 0 auto 35px;
    }

}



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

	.pd-200 {
		padding: 100px 0;
	}

	.pd-a-200 {
		padding: 100px;
	}

	.pd-t-200 {
		padding-top: 100px;
	}

	.pd-b-200 {
		padding-bottom: 100px;
	}

	.pd-l-200 {
		padding-left: 100px;
	}

	.pd-r-200 {
		padding-right: 100px;
	}

	.pd-150 {
		padding: 75px 0;
	}

	.pd-a-150 {
		padding: 75px;
	}

	.pd-t-150 {
		padding-top: 75px;
	}

	.pd-b-150 {
		padding-bottom: 75px;
	}

	.pd-l-150 {
		padding-left: 75px;
	}

	.pd-r-150 {
		padding-right: 75px;
	}

	.pd-100 {
		padding: 50px 0;
	}

	.pd-a-100 {
		padding: 50px;
	}

	.pd-t-100 {
		padding-top: 50px;
	}

	.pd-b-100 {
		padding-bottom: 50px;
	}

	.pd-l-100 {
		padding-left: 50px;
	}

	.pd-r-100 {
		padding-right: 50px;
	}

	.pd-75 {
		padding: 25px 0;
	}

	.pd-a-75 {
		padding: 25px;
	}

	.pd-t-75 {
		padding-top: 25px;
	}

	.pd-b-75 {
		padding-bottom: 25px;
	}

	.pd-l-75 {
		padding-left: 25px;
	}

	.pd-r-75 {
		padding-right: 25px;
	}
	
	.bg-icons {
		display: none;
	}
	
	.cms * {
    	margin-bottom: 20px;
	}

}



@media screen and (max-width: 768px) {

	body {
	overflow-x: hidden;
	overflow-y: auto;
		font-size: 12px;
	}
	
	.pd-200 {
		padding: 50px 0;
	}

	.pd-a-200 {
		padding: 50px;
	}

	.pd-t-200 {
		padding-top: 50px;
	}

	.pd-b-200 {
		padding-bottom: 50px;
	}

	.pd-l-200 {
		padding-left: 50px;
	}

	.pd-r-200 {
		padding-right: 50px;
	}

	.pd-150 {
		padding: 50px 0;
	}

	.pd-a-150 {
		padding: 50px;
	}

	.pd-t-150 {
		padding-top: 50px;
	}

	.pd-b-150 {
		padding-bottom: 50px;
	}

	.pd-l-150 {
		padding-left: 50px;
	}

	.pd-r-150 {
		padding-right: 50px;
	}

	.pd-100 {
		padding: 25px 0;
	}

	.pd-a-100 {
		padding: 25px;
	}

	.pd-t-100 {
		padding-top: 25px;
	}

	.pd-b-100 {
		padding-bottom: 25px;
	}

	.pd-l-100 {
		padding-left: 25px;
	}

	.pd-r-100 {
		padding-right: 25px;
	}
	
	.btn {
		padding: 10px 20px;
		width: 250px;
	}
	
	h1 {
		font-size: 4em;
	}
	
	h2 {
		font-size: 3em;
	}
	
	.cms * {
    	margin-bottom: 15px;
	}
    
    .cms table {
        margin-bottom: 15px;
    }

    .cms table td {
        padding: 0 10px 10px 0;
    }

}





/*================ IF Internet Explorer =================*/


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    
    .parallax {
        background-attachment: scroll !important;
    }
    
}


/*================ IF Edge 12-15 =================*/

/*
@supports (-ms-accelerator:true) {
   
    
}
*/

/*================ IF Edge 16+ =================*/

/*
@supports (-ms-ime-align:auto) {

    
}
*/

/*================ IF Safari =================*/

/* Safari 10.1+ */

/*
@media not all and (min-resolution:.001dpcm) { @media {

    
    
}}
*/




/* Safari 6.1-10.0 (not 10.1) */

/*
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
{ @media {
    
    
    
}}
*/





/* Turn off parallax scrolling for tablets and phones */

@media only screen and (max-device-width: 1024px) {
    
  .parallax {
    background-attachment: scroll;
  }
    
}