/*
	Theme Name: GRD Renhold
	Theme URI: http://codemic.pl/
	Description: GRD Renhold, firma sprzątająca
	Version: 1.0.0
	Author: Jan Schwichtenberg (Codemic.pl)
	Author URI: http://codemic.pl/
	Tags: Norway, GRD, Cleaner

 	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/
 */
/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 0px/0 'Roboto', Helvetica, Arial, sans-serif;
	color:#29265e;
}
section,
header,
footer{
	font-size: 17px;
	display: inline-block;
	width: 100%;
	overflow: hidden;
	line-height: 1.4;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#444;
	text-decoration:none;
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
ul, ol{
	margin:0;
	padding:0;
}
.text-center{
	text-align: center;
}

.waypoint-anim {
	opacity: 0;
	-ms-transition: 600ms all ease-in;
	-o-transition: 600ms all ease-in;
	-moz-transition: 600ms all ease-in;
	-webkit-transition: 600ms all ease-in;
	transition: 600ms all ease-in;
}
.waypoint-anim.from-left {
	-ms-transform: translate3d(-50px,0,0);
	-o-transform: translate3d(-50px,0,0);
	-moz-transform: translate3d(-50px,0,0);
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}
.waypoint-anim.from-right {
	-ms-transform: translate3d(50px,0,0);
	-o-transform: translate3d(50px,0,0);
	-moz-transform: translate3d(50px,0,0);
	-webkit-transform: translate3d(50px,0,0);
	transform: translate3d(50px,0,0);
}
.waypoint-anim.from-bottom {
	-ms-transform: translate3d(0,50px,0);
	-o-transform: translate3d(0,50px,0);
	-moz-transform: translate3d(0,50px,0);
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
}
.waypoint-anim.from-top {
	-ms-transform: translate3d(0,-50px,0);
	-o-transform: translate3d(0,-50px,0);
	-moz-transform: translate3d(0,-50px,0);
	-webkit-transform: translate3d(0,-50px,0);
	transform: translate3d(0,-50px,0);
}
.waypoint-anim.waypoint-active {
	opacity:1;
	-ms-transform: translate3d(0,0,0) !important;
	-o-transform: translate3d(0,0,0) !important;
	-moz-transform: translate3d(0,0,0) !important;
	-webkit-transform: translate3d(0,0,0) !important;
	transform: translate3d(0,0,0) !important;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.btn{
	background: #f4511e;
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
	color: #fff !important;
	font-size: 1em;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-align:center;
	display: inline-block;
	width: auto;
	border-radius: 3px;
	line-height: 64px;
	text-transform: uppercase;
}
.btn:hover{
	background: #ff764b;
}
/* wrapper */
.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.header {
	height: 190px;
}
.header .logo{
	display: flex;
	height: 120px;
	align-items: center;
}
.header .contact-info {
	display: flex;
	justify-content: flex-end;
	height: 120px;
	align-items: center;
}
.header .contact-info span{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 400;
	white-space: nowrap;
	padding-left: 17px;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
}
.header .contact-info span a{
	color: #f4511e;
}
.header .contact-info span a:hover{
	color: #ff764b;
}
.header .menu {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #dbeaf3;
}
.header .menu ul li{
	display: inline-block;
	list-style: none;
	line-height: 69px;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
}
.header .menu .lang-switcher,
.header .menu .nav{
	display: inline-block;
}
.header .menu .nav ul li a{
	display: inline-block;
	padding: 0 32px;
	font-size: .88em;
	color: #29265e;
}
.header .menu .nav ul li a:hover{
	color: #f4511e;
}
.header .menu .nav ul li.active a{
	color: #f4511e;
}
.header .menu .nav ul li.active a:hover{
	color: #f4511e;
}
.header .menu ul.lang-switcher{
	float: right;
	padding-right: 15px;
}
.header .menu ul.lang-switcher li a {
	display: inline-block;
	padding-left: 15px;
}
.header .menu ul.lang-switcher li a img{
	display: none !important;
}
.header .menu ul.lang-switcher li a:before{
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}
.header .menu ul.lang-switcher li a:hover:before {
	opacity: .5;
}
.header .menu ul.lang-switcher li a[lang*="en"]:before {
    content: url(img/en.jpg);
}
.header .menu ul.lang-switcher li a[lang*="no"]:before {
    content: url(img/no.jpg);
}

section#banner{
	background: url(img/banner.jpg) no-repeat center center;
	background-size: cover;
    height: 36vw;
    min-height: 330px;
    max-height: 700px;
    position: relative;
}
section#banner:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #dbeef7;
    opacity: 0.2;
}
section#banner .wrapper{
	height: 100%;
}
section#banner .col-xs-12{
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: right;
    justify-content: center;
	align-items: flex-end;
	padding-bottom: 2.5vw;
}
section#banner h2{
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 3.8em;
	margin:0;
}
section#banner p{
	margin: 1.5em 0 0;
	font-size: 1.411em;
	color: #3f5ca7;
}
section#banner strong{
	font-size: 1.411em;
	color: #3f5ca7;
	margin: 0 0 2em;
}
section#banner p strong{
	font-size: inherit;
	margin: 0;
}
section#banner p + .btn{
	margin: 2em 0 0;
}
section#banner .btn{
	padding: 0 35px;
}

section#about {
	position: relative;
	padding-top:5px;
	padding-bottom: 80px;
	top: -2.25vw;
}
section#about .col-xs-12{
	display: flex;
	align-items: flex-end;
}
section#about .text{
	display:inline-block;
	flex: 6;
	position: relative;
	margin-right: 165px;
	top:-20px;
}
section#about .text h2{
	color: #3f5ca7;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 2.941em;
}
section#about .text h3{
	color: #f4511e;
	font-size: 1.411em;
}
section#about .img {
	max-width: 460px;
	min-width: 300px;
	display:inline-block;
	flex: 4;
	margin: 0 auto;
	position: relative;
}
section#about .img img{
	vertical-align: top;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}

section#services {
	padding-top: 50px;
	background: #e7eef1;
}
section#services > .wrapper > div > h2 + p {
    margin-bottom: 90px;
}
section#services h2{
	color: #3f5ca7;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 2.941em;
}
section#services .box{
	margin-bottom: 50px;
}
section#services .box .img{
	height: 200px;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
}
section#services .box .text{
	height: 190px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
	padding: 20px;
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
	background: rgb(80,157,213); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(80,157,213,1) 0%, rgba(78,155,211,1) 4%, rgba(81,153,212,1) 5%, rgba(77,153,211,1) 6%, rgba(77,149,208,1) 12%, rgba(72,147,205,1) 17%, rgba(74,144,204,1) 18%, rgba(72,144,203,1) 22%, rgba(73,141,204,1) 24%, rgba(69,140,202,1) 25%, rgba(67,137,199,1) 31%, rgba(70,135,199,1) 33%, rgba(65,135,197,1) 36%, rgba(66,131,197,1) 40%, rgba(63,131,196,1) 43%, rgba(65,128,195,1) 44%, rgba(61,129,194,1) 46%, rgba(63,126,193,1) 46%, rgba(60,127,195,1) 47%, rgba(63,126,193,1) 48%, rgba(58,123,191,1) 54%, rgba(58,118,188,1) 63%, rgba(56,116,186,1) 63%, rgba(55,118,189,1) 64%, rgba(57,115,188,1) 66%, rgba(53,116,187,1) 66%, rgba(55,111,185,1) 73%, rgba(52,112,184,1) 74%, rgba(51,104,180,1) 85%, rgba(48,104,179,1) 85%, rgba(48,106,180,1) 86%, rgba(50,103,179,1) 88%, rgba(47,105,179,1) 88%, rgba(49,102,178,1) 89%, rgba(47,100,176,1) 94%, rgba(45,101,178,1) 95%, rgba(48,100,176,1) 97%, rgba(44,100,177,1) 98%, rgba(46,99,175,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(80,157,213,1) 0%,rgba(78,155,211,1) 4%,rgba(81,153,212,1) 5%,rgba(77,153,211,1) 6%,rgba(77,149,208,1) 12%,rgba(72,147,205,1) 17%,rgba(74,144,204,1) 18%,rgba(72,144,203,1) 22%,rgba(73,141,204,1) 24%,rgba(69,140,202,1) 25%,rgba(67,137,199,1) 31%,rgba(70,135,199,1) 33%,rgba(65,135,197,1) 36%,rgba(66,131,197,1) 40%,rgba(63,131,196,1) 43%,rgba(65,128,195,1) 44%,rgba(61,129,194,1) 46%,rgba(63,126,193,1) 46%,rgba(60,127,195,1) 47%,rgba(63,126,193,1) 48%,rgba(58,123,191,1) 54%,rgba(58,118,188,1) 63%,rgba(56,116,186,1) 63%,rgba(55,118,189,1) 64%,rgba(57,115,188,1) 66%,rgba(53,116,187,1) 66%,rgba(55,111,185,1) 73%,rgba(52,112,184,1) 74%,rgba(51,104,180,1) 85%,rgba(48,104,179,1) 85%,rgba(48,106,180,1) 86%,rgba(50,103,179,1) 88%,rgba(47,105,179,1) 88%,rgba(49,102,178,1) 89%,rgba(47,100,176,1) 94%,rgba(45,101,178,1) 95%,rgba(48,100,176,1) 97%,rgba(44,100,177,1) 98%,rgba(46,99,175,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(80,157,213,1) 0%,rgba(78,155,211,1) 4%,rgba(81,153,212,1) 5%,rgba(77,153,211,1) 6%,rgba(77,149,208,1) 12%,rgba(72,147,205,1) 17%,rgba(74,144,204,1) 18%,rgba(72,144,203,1) 22%,rgba(73,141,204,1) 24%,rgba(69,140,202,1) 25%,rgba(67,137,199,1) 31%,rgba(70,135,199,1) 33%,rgba(65,135,197,1) 36%,rgba(66,131,197,1) 40%,rgba(63,131,196,1) 43%,rgba(65,128,195,1) 44%,rgba(61,129,194,1) 46%,rgba(63,126,193,1) 46%,rgba(60,127,195,1) 47%,rgba(63,126,193,1) 48%,rgba(58,123,191,1) 54%,rgba(58,118,188,1) 63%,rgba(56,116,186,1) 63%,rgba(55,118,189,1) 64%,rgba(57,115,188,1) 66%,rgba(53,116,187,1) 66%,rgba(55,111,185,1) 73%,rgba(52,112,184,1) 74%,rgba(51,104,180,1) 85%,rgba(48,104,179,1) 85%,rgba(48,106,180,1) 86%,rgba(50,103,179,1) 88%,rgba(47,105,179,1) 88%,rgba(49,102,178,1) 89%,rgba(47,100,176,1) 94%,rgba(45,101,178,1) 95%,rgba(48,100,176,1) 97%,rgba(44,100,177,1) 98%,rgba(46,99,175,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#509dd5', endColorstr='#2e63af',GradientType=0 ); /* IE6-9 */
	position: relative;
}
section#services .box .text:before{
	content: ' ';
	position: absolute;
	top:0;
	left:0;
	opacity:0;
	width: 100%;
	height: 100%;
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
	background: rgb(255,77,21); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(255,77,21,1) 0%, rgba(255,77,19,1) 15%, rgba(255,75,22,1) 33%, rgba(249,75,22,1) 64%, rgba(246,75,23,1) 65%, rgba(244,74,23,1) 96%, rgba(241,74,22,1) 97%, rgba(241,74,22,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,77,21,1) 0%,rgba(255,77,19,1) 15%,rgba(255,75,22,1) 33%,rgba(249,75,22,1) 64%,rgba(246,75,23,1) 65%,rgba(244,74,23,1) 96%,rgba(241,74,22,1) 97%,rgba(241,74,22,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,77,21,1) 0%,rgba(255,77,19,1) 15%,rgba(255,75,22,1) 33%,rgba(249,75,22,1) 64%,rgba(246,75,23,1) 65%,rgba(244,74,23,1) 96%,rgba(241,74,22,1) 97%,rgba(241,74,22,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4d15', endColorstr='#f14a16',GradientType=0 ); /* IE6-9 */
}
section#services .box:hover .text:before{
	opacity:1;
}
section#services .box .text h3{
	position: relative;
	font-size: 1.411em;
	color: #fff;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	margin: 0;
}
section#services .box .text p{
	position: relative;
	margin-bottom: 0;
	color: #98bff1;
	-ms-transition: 200ms all ease-in-out;
	-o-transition: 200ms all ease-in-out;
	-moz-transition: 200ms all ease-in-out;
	-webkit-transition: 200ms all ease-in-out;
	transition: 200ms all ease-in-out;
}
section#services .box:hover .text p{
	color: #f3adad;
}
section#services .list-title,
section#services .list{
	margin: 100px 0;
}
section#services .list-title strong{
	font-size: 1.411em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
}
section#services .list ul {
    display: flex;
    flex-wrap: wrap;
}
section#services .list li {
    width: 100%;
    display: inline-block;
    list-style: none;
    max-width: 33.33333333%;
    margin-bottom: .75em;
}
section#services .list li:before {
    content: '•';
    margin-right: 5px;
    color: #91cef4;
}

section#gallery{
    padding-top: 50px;
    padding-bottom: 80px;
}
section#gallery h2{
	color: #3f5ca7;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 2.941em;
}
section#gallery a{
	margin-bottom: 30px;
}
section#gallery .swiper-container{
	margin-top: 25px;
	padding-top: 20px;
}
section#gallery .controls{
	display: flex;
	justify-content: space-between;
	color: #6083ba;
	font-size: 25px;
	font-weight: 700;
    color: #f4511e;
}
section#gallery .swiper-container{
	width: 100%;
}

section#feedbacks{
	background: #e7eef1;
	padding-bottom: 2.5vw;
	position: relative;
}
section#feedbacks h2{
	color: #3f5ca7;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 2.941em;
}
section#feedbacks .swiper-container{
	min-height: 215px;
	padding-bottom: 45px;
	margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
}
section#feedbacks > .wrapper:before{
	content: '“';
	display: inline-block;
	font-family: "Times New Roman", Times, serif;
	opacity: .2;
	font-size: 230px;
	color: #295cab;
    left: 0;
	position:absolute;
}
section#feedbacks .wrapper:after{
	content: '“';
    bottom: -160px;
    right: 0;
	display: inline-block;
	-moz-transform: rotateZ(180deg);
	-ms-transform: rotateZ(180deg);
	-o-transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	transform: rotateZ(180deg);
	font-family: "Times New Roman", Times, serif;
	opacity: .2;
	font-size: 230px;
	color: #295cab;
	position:absolute;
}
section#feedbacks .swiper-pagination-bullet{
	background: #f8a78d;
	opacity: 1;
	width: 14px;
	height: 14px;
}
section#feedbacks .swiper-pagination-bullet-active{
	background: #f4511e;
	opacity: 1;
}
section#feedbacks .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
	margin: 0 8px;
}

section#contact {
	margin-top: -2.5vw;
	padding-top: 5px;
	padding-bottom: 100px;
}
section#contact .map .acf-map{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.35);
}
section#contact h2{
	color: #3f5ca7;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 700;
	font-size: 2.941em;
	text-align: right;
}
section#contact p {
	text-align: right;
}
section#contact span{
	white-space: nowrap;
	margin: 0 5px;
}
section#contact span a{
	color: #f4511e;
}
section#contact span a:hover{
	color: #ff764b;
}
section#contact .map{
	height: 745px;
	max-height: 100vw;
}
section#contact .map .acf-map{
	height: 745px;
	max-height: 100vw;
}
section#contact input:not([type="submit"]):nth-of-type(odd){
	margin-right: 10px;
}
section#contact input:not([type="submit"]):nth-of-type(even){
	margin-left: 10px;
}
section#contact input:not([type="submit"]){
    width: calc(50% - 10px);
    line-height: 55px;
    padding: 0 15px;
    border: 1px solid #d0d5d8;
    margin-bottom: 20px;
    font-size: 1em;
}
section#contact textarea{
    border: 1px solid #d0d5d8;
    width: 100%;
    min-height: 220px;
    resize: none;
    font-size: 1em;
    padding: 12px 10px;
}
section#contact .summary{
	display: flex;
	justify-content: space-between;
    width: 100%;
    align-items: center;
    padding-top: 30px;
}
section#contact .sent_success{
	font-size: 1.5em;
    text-align: center;
    color: #f4511e;
}
section#contact input[type="checkbox"]{
	display: none !important;
}
section#contact label{
	font-size: 13px;
	position: relative;
	padding-left: 30px;
}
section#contact label:before{
    content: ' ';
    width: 20px;
    height: 20px;
    border: 1px solid #eaeaea;
    display: inline-block;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top:-2px;
}
section#contact input[type="checkbox"]:checked + label:after{
	content: ' ';
	width: 12px;
	height: 12px;
	background: #f4511e;
	position: absolute;
	left: 4px;
	top: 2px;
}
section#contact .btn{
	padding: 0 28px;
	font-weight: bold;
	border: 0;
}
section#contact .contact-info{
	margin-top: 2.5vw;
}
/* footer */
.footer {
	font-size: 15px;
	color: #807ea7;
	background: #29265e;
}
.footer .wrapper{
	display: flex;
	justify-content: space-between;
	height: 100px;
	align-items: center;
}
.footer .wrapper *{
	margin: 0;
}
.footer a{
	font-weight: 700;
	color: #f4511e;
}
.footer a:hover{
	color: #ff764b;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (max-width: 1400px){
	section,
	header,
	footer{
		font-size: 15px;
	}
}

@media only screen and (max-width: 1180px){
	section#banner{
		font-size: 12px;
	}
	section#about .text{
		margin-right: 25px;
	}
}

@media only screen and (max-width: 991px){
	.header .menu .nav ul li a{
		padding: 0 2vw;
	}
	section#banner:before{
		opacity: 0.5;
	}
}

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

	.xs-no-padding{
		padding:0;
	}
	section#contact .map{
		height: 420px;
	}
	section#contact .map .acf-map{
		height: 420px;
	}
	section#feedbacks .wrapper:after{
		content: '“';
	    bottom: -260px;
	}
	.header{
	    position: fixed;
	    top: 0;
	    left: 0;
	    height: 120px;
	    z-index: 99999999;
	    background: #fff;
	    overflow: visible;
	}
	.header .menu{
		max-height: 0;
		border:0;
		overflow: hidden;
		height:100vh;
		background:#fff;
		transition: 200ms all ease-in-out;
	}
	.header .menu.open{
		max-height: calc(100vh - 120px);
	}
	.header .menu .nav {
	    width: 100%;
	}
	.header .menu .nav ul li {
	    width: 100%;
	    position: relative;
	    text-align: center;
	    line-height: 1em;
	    vertical-align: middle;
	    height: 100px;
	    border-bottom: 1px solid #dbeaf3;
	    max-height: calc(14.28vh - 10px);
	}
	.header .menu .nav ul li a {
	    padding: 0;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    height: 100%;
	}
	.header .menu ul.lang-switcher{
		width:100%;
		text-align: center;
	}
	.header .menu ul.lang-switcher li{
	    min-width: 100px;
	    text-align: center;
	}
	.header .menu ul.lang-switcher li a{
		padding: 0 40px;
	}
	section#about {
		margin-top: 0;
		margin-bottom: -1em;
	}
	section#about .wrapper{
		width: 100%;
	}
	section#about .col-xs-12{
		flex-wrap:wrap;
		padding: 0;
		text-align: center;
	}
	section#about .text{
		min-width: 100%;
		top: auto;
		padding: 0 10px;
	}
	body{
		padding-top:120px;
	}
	section#banner{
	    background-position-x: 34%;
	    background-size: auto 470px;
	}
	section#banner:before{
		opacity: 0.65;
		background: #bbe9ff;
	}
	section#banner h2{
		font-size: 2.5em;
	}
	section#banner .col-xs-12{
		text-align: center;
		align-items: center;
	}
	section#contact{
		margin-top: 0;
	}
	section#contact .wrapper{
		width: 100%;
	}
	section#contact .map{
		padding: 0;
	}
	section#contact h2{
		text-align:center;
	}
	section#contact p{
		text-align: center;
	}
	section#contact input:not([type="submit"]){
		width:100%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	section#contact label{
		width: 100%;
	}
	section#contact .summary{
	    flex-wrap: wrap;
	    justify-content: flex-end;
	}
	section#contact .btn{
		margin-top: 20px;
	}
	section#services .list-title{
		text-align: center;
	}
	section#services .list-title, section#services .list{
		margin: 10px 0;
	}
	section#services .list li{
		max-width: 50%;
	}
}
@media only screen and (min-width:320px) {

}
@media only screen and (min-width:480px) {

}
@media only screen and (min-width:768px) {

	section#gallery .swiper-container .swiper-wrapper{
		-ms-transform: translate3d(0,0,0) !important;
		-o-transform: translate3d(0,0,0) !important;
		-moz-transform: translate3d(0,0,0) !important;
		-webkit-transform: translate3d(0,0,0) !important;
		transform: translate3d(0,0,0) !important;
		display: inline-block !important;
	}
	section#gallery .swiper-container .swiper-wrapper .swiper-slide-duplicate{
		display: none !important;
	}
	section#gallery .swiper-container .swiper-wrapper .swiper-slide{
		width: 50% !important;
		margin-right:0 !important;
		margin-left: 0 !important;
		margin-bottom: 40px;
	}
	section#gallery .controls{
		display: none !important;
	}
}
@media only screen and (min-width: 991px){
	section#gallery .swiper-container .swiper-wrapper .swiper-slide{
		width: 33.333333333% !important;
	}
}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
