/* Table of Content
==================================================
	#Font-Face
	#Site Styles
	#Media Queries */

/* #Font-Face
================================================== */
@import url('https://fonts.googleapis.com/css?family=Karla:400,400i,700,700i');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

/* animation effects
================================================== */
@import url('https://unpkg.com/aos@next/dist/aos.css');

/* #Site Styles
================================================== */

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { font-family: 'Karla', sans-serif; font-size: 20px; color: #5a5a5a; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
body { background: #fff; }
input, select, textarea, button { font-family: 'Karla', sans-serif; font-size: 20px; color: #5a5a5a; }
img { border: 0; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }
select:focus { outline: none; border: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
select::-ms-expand { display: none; }
textarea { overflow: auto; resize: none; }

/* Responsive embedded video */
.videodetector {position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;}
.videodetector iframe, .videodetector object, .videodetector embed { position:absolute;top:0; left:0; width:100%; height:100%;}

/* Set max content image size and margin for responsive use */
img[src*="/content/images/"] { max-width:100% !important;height:auto !important;}
img[src*="/content/images/"][style*="float: left"] { margin:0px 15px 15px 0;} 
img[src*="/content/images/"][style*="float: right"] { margin:0px 0px 15px 15px;} 

/* Hide captcha badge */
.grecaptcha-badge { display:none;}

/* ### global classes ### */
.clear { clear: both; visibility: hidden; line-height: 0; height: 0; }
.center { margin: 0 auto; position: relative; max-width: 1200px; }
.centered { padding-right: calc((100% - 1200px) / 2); padding-left: calc((100% - 1200px) / 2); }
.noScroll { height: 100%; overflow: hidden; }
.mobileMenu { display: none; }
.button { background: #341e68; color: #fff; display: inline-block; padding: 13px 20px; border-radius: 3px; font-weight: bold; font-size: 16px; text-decoration: none; cursor: pointer; }
.button:hover { background: #56389a; }
.button.white { background: #fff; color: #000; }
.button.white:hover { background: #cccccc; }
.button.gray { background: #e8e8e8; color: #000; }
.button.gray:hover { background: #cccccc; }
.button.back { display: inline-block; vertical-align: middle; margin-right: 25px; }
.button.back:before { content: '\e5c4'; font-family: "Material Icons"; display: inline-block; vertical-align: middle; margin-right: 10px; }
h1 { font-size: 50px; margin-bottom: 20px; }
h2 { font-size: 30px; color: #1a1a1a; }
.slick-prev { position: absolute; top: 26%; left: 8px; width: 45px; height: 45px; background: #fff; border: none; border-radius: 50%; z-index: 15; cursor: pointer; line-height: 45px; text-align: center; }
.slick-prev:before { content: '\e5c4'; font-family: "Material Icons"; font-size: 20px; }
.slick-next { position: absolute; top: 26%; right: 8px; width: 45px; height: 45px; background: #fff; border: none; border-radius: 50%; z-index: 15; cursor: pointer; line-height: 45px; text-align: center; }
.slick-next:before { content: '\e5c8'; font-family: "Material Icons"; font-size: 20px; }
.backTop { text-align: center; margin-bottom: 45px; }
.form fieldset { border: none; }
.form .row { margin-right: -30px; overflow: hidden; margin-bottom: 30px; }
.form .row.full { margin-right: 0; }
.form .set { padding-right: 30px; float: left; width: 50%; }
.form label { font-size: 16px; font-weight: bold; color: #000; display: block; margin-bottom: 10px; }
label.error { color:red;font-weight:normal;margin-top:10px;}
.form input { width: 100%; padding: 14px 20px; border-radius: 30px; background: #e6e6e6; font-size: 16px; border: none; color: #000; }
.form textarea { width: 100%; height: 110px; padding: 20px; border-radius: 30px; background: #e6e6e6; font-size: 16px; border: none; color: #000; }
.form input::-webkit-input-placeholder { color: #5a5a5a; }
.form input::-moz-placeholder { color: #5a5a5a; }
.form input:-ms-input-placeholder { color: #5a5a5a; }
.form input::-ms-input-placeholder { color: #5a5a5a; }
.form input::placeholder { color: #5a5a5a; }
.form .button { border: none; cursor: pointer; }
.form .row:last-of-type { margin-bottom: 0; }
.form.gray input { background: #fff; }
.form.gray textarea { background: #fff; }
.form select { width: 100%; height: 45px; padding: 0 20px; border-radius: 30px; background: #e6e6e6 url(../images/arrow.png) no-repeat center right 25px; font-size: 16px; border: none; color: #000; -webkit-appearance: none; -moz-appearance: none; appearance: none; cursor: pointer; }
.form.gray select { background: #fff url(../images/arrow.png) no-repeat center right 25px; }
.form .required { font-size: 16px; font-style: italic; padding-bottom: 0; }

.cta { overflow: hidden; font-weight: bold; font-size: 16px; }
.cta span { color: #000; }
.cta .button { margin: 0 0px 0 0; vertical-align: middle; }
.cta a.link { color: #ed4110; text-decoration: none; border-bottom: 2px solid transparent; padding-bottom: 3px; margin-left:30px;}
.cta a.link:hover { border-color: #ed4110; }

.buttons { text-align: center; padding-top: 80px; overflow: hidden; }
.buttons .button { margin: 0 15px; }
.buttons.small { padding-top: 0px; padding-bottom: 50px; }

.error-border { border: 1px solid red !important;}

/* ### wrapper ### */
#wrapper { position: relative; display: block; width: 100%; min-height: 100%; overflow-x: hidden; }

/* ### main container ### */
#mainCntr { width: 100%; padding-top: 115px; }

/* ### header container ### */
#headerCntr { position: fixed; top: 0; left: 0; width: 100%; padding-top: 25px; padding-bottom: 25px; overflow: hidden; background: #fff; z-index: 100; }
#headerCntr .logo { float: left; margin-left: 30px; text-decoration: none; }
#headerCntr .logo .main { /*width: 200px;*/ display: inline-block; vertical-align: middle; }
#headerCntr .logo .slogan { display: inline-block; vertical-align: middle; margin-left: 15px; }
#headerCntr .right { float: right; margin-right: 35px; margin-top: 10px; }
#headerCntr.sticky { box-shadow: 0px 0px 5px rgba(0,0,0,0.5); }

	/* ### menu box ### */
	.menuBox { display: inline-block; margin-right: 35px; vertical-align: middle; }
	.menuBox ul { list-style: none; padding-top: 5px; overflow: hidden; }
	.menuBox ul li { margin-left: 15px; float: left; font-size: 16px; font-weight: bold; }
	.menuBox ul li a { color: #000; text-decoration: none; display: block; padding-bottom: 5px; border-bottom: 2px solid transparent; }
	.menuBox ul li a:hover, .menuBox ul li.is-active a { border-color: #000; }
	.menuBox ul li.language { margin-left: 25px; }
	.menuBox ul li.language a { color: #ed4110; }
	.menuBox ul li.language a:hover { border-color: #ed4110; }

/* ### content container ### */
#contentCntr { width: 100%; }

	/* ### banner box ### */
	.bannerBox { height: 750px; position: relative; background: linear-gradient(to bottom, #ed4110 30%,#341e68 90%);  }
	.bannerBox:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/illustrations-home.png) no-repeat center; background-size: cover; }
	.bannerBox .text { padding-top: 120px; text-align: center; padding-left: 210px; padding-right: 210px; }
	.bannerBox h1 { color: #fff; }
	.bannerBox p { font-size: 24px; line-height: 34px; color: #fff; }
	@keyframes float {0% {transform: translatey(0px);} 50% {transform: translatey(20px);} 100% {transform: translatey(0px);}}
	.bannerBox .bicycle { position: absolute; bottom: -80px; left: 35%; -webkit-transform: translateX(-50%); transform: translateX(-50%); transform: translatey(0px); animation: float 6s ease-in-out infinite;}

	/* ### business box ### */
	.businessBox { padding-top: 200px; padding-bottom: 130px; }
	.businessBox .text { max-width: 790px; margin: 0 auto; text-align: center; }
	.businessBox h2 { margin-bottom: 30px; }
	.businessBox p { line-height: 30px; margin-bottom: 35px; }

	/* ### project box ### */
	.projectBox { background: #e7e7e7; padding-top: 140px; padding-bottom: 50px; }
	.projectBox .text { text-align: center; padding-bottom: 50px; max-width: 780px; margin: 0 auto; }
	.projectBox h2 { margin-bottom: 30px; }
	.projectBox p { line-height: 30px; }
	.projectBox .carousel { overflow: hidden; position: relative; margin: 0 -30px; margin-bottom: 30px; }
	.projectBox .holder { overflow: hidden; position: relative; margin: 0 -30px; margin-bottom: 10px; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
	.projectBox .slide { width: 33.33%; padding: 0 30px; float: left; }
	.projectBox .slide a { display: block; text-decoration: none; }
	.projectBox .holder .slide { margin-bottom: 90px; }
	.projectBox figure { overflow: hidden; width: 100%; position: relative; margin-bottom: 40px; }
	
	.projectBox.logos figure .photo { max-width:100%;max-height:100%; vertical-align:middle;display:inline-block;}
	.projectBox.logos figure { line-height:110px; vertical-align:middle;}
	.projectBox.logos .slide a:hover .photo { transform:none;}
	
	.projectBox .photo { width: 100%; position: relative; transition: 0.2s; }
	.projectBox .slide a:hover .photo { -webkit-transform: matrix(1.102,0,0,1.104,0,0); transform: matrix(1.102,0,0,1.104,0,0); }
	.projectBox .logo { position: absolute; bottom: 15px; right: 15px; }
	.projectBox .category, .projectBox time { color: #000; font-size: 16px; font-weight: bold; margin-bottom: 5px; display: block; }
	.projectBox h3, .projectBox .slide h2 { font-size: 20px; color: #5a5a5a; line-height: 30px; margin-bottom: 15px; font-weight: normal; }
	.projectBox .slide a:hover h3 { text-decoration: underline; }
	.projectBox .link { color: #ed4110; font-size: 16px; font-weight: bold; }
	.projectBox .slide a:hover .link { text-decoration: underline; }
	.projectBox.news { background: none; }
	.projectBox.news .slick-next, .projectBox.news .slick-prev { background-color: #e7e7e7; top: 23%; }
	.projectBox.news .slide p { font-size: 16px; line-height: 24px; color: #8e8e8e; margin-bottom: 15px; }
	.projectBox.small { background: none; }

	/* ### cta box ### */
	.ctaBox { text-align: center; margin-bottom: 45px; margin-top:45px;}
	.ctaBox h2 { margin-bottom: 30px; }
	.ctaBox p { margin-bottom: 30px; line-height: 30px; }
	.ctaBox .text { max-width: 780px; background: #e7e7e7; margin: 0 auto; text-align: center; padding: 50px 40px; }

	/* ### breadcrumb box ### */
	.breadcrumbBox { max-width: 760px; margin: 0 auto; padding-top: 50px; padding-bottom: 50px; }
	.breadcrumbBox ul { display: inline-block; vertical-align: middle; }
	.breadcrumbBox li { font-size: 14px; font-weight: bold; display: inline-block; color: #000; vertical-align: middle; }
	.breadcrumbBox li a { color: #ed4110; text-decoration: none; }
	.breadcrumbBox li a:hover { text-decoration: underline; }
	.breadcrumbBox li:after { content: '\e315'; display: inline-block; margin: 0 5px 0 7px; font-family: "Material Icons"; vertical-align: middle; }
	.breadcrumbBox li:last-child:after { display: none; }

	/* ### title box ### */
	.titleBox { max-width: 760px; margin: 0 auto; padding-bottom: 0px; }
	.titleBox.small { margin-bottom: 90px; }
	.titleBox h2, .titleBox h1 { font-size: 50px; color: #000; }
	.titleBox p { font-size: 24px; line-height: 34px; margin-top: 40px; }
	.titleBox time, .titleBox .category { display: block; font-weight: bold; font-size: 16px; color: #000; }
	.titleBox .category { margin-bottom: 0; }

	/* ### paging box ### */
	.pagingBox { margin-bottom: 80px; }
	.pagingBox ul { list-style: none; text-align: center; }
	.pagingBox li { display: inline-block; margin: 0 8px; vertical-align: middle; }
	.pagingBox li a { display: inline-block; width: 45px; height: 45px; text-align: center; line-height: 45px; font-size: 16px; font-weight: bold; border-radius: 3px; background: #e7e7e7; text-decoration: none; color: #000; }
	.pagingBox li.previous a:before { content: '\e5c4'; font-family: "Material Icons"; }
	.pagingBox li.next a:before { content: '\e5c8'; font-family: "Material Icons"; }
	.pagingBox li a:hover, .pagingBox li.is-active a { background: #ed4110; color: #fff; }

	/* ### contact box ### */
	.contactBox { overflow: hidden; margin-bottom: 170px; }
	.contactBox .left { width: 70%; float: left; background: #e7e7e7; padding: 75px 70px; }
	.contactBox .right { width: 30%; float: left; padding: 70px 20px 70px 50px; }
	.contactBox h2 { margin-bottom: 30px; font-size: 32px; }
	.contactBox p, .contactBox address { padding-bottom: 60px; line-height: 32px; font-size: 18px; font-style: normal; }
	.contactBox address { padding-bottom: 40px; }
	.contactBox p a, .contactBox address a { color: #ed4110; font-weight: bold; text-decoration: none; }
	.contactBox p a:hover, .contactBox address a:hover { text-decoration: underline; }
	.contactBox fieldset { width: 92%; }
	.contactBox .button { margin: 25px 0; }
	.contactBox .social { width: 100%; }
	.contactBox .social p { font-size: 18px; padding-bottom: 20px; }
	.contactBox .social ul { overflow: hidden; }
	.contactBox .social li { float: left; margin-right: 15px; margin-bottom: 10px; }

	/* ### photo box ### */
	.photoBox { height: 680px; width: 100%; background-size: cover; background-position: center; }

	/* ### text box ### */
	.textBox { max-width: 760px; margin: 0 auto; padding-top: 90px; padding-bottom: 90px; overflow: hidden; }
	.textBox.small { text-align: center; padding-top: 140px; padding-bottom: 140px; }
	.textBox.noImage { padding-top:0px;}
	.textBox p { font-size: 18px; line-height: 32px; margin-bottom: 30px; }
	.textBox p a { color: #ed4110; font-weight: bold; text-decoration: none; }
	.textBox p a:hover { text-decoration: underline; }
	.textBox .subTitle { font-size: 20px; line-height: 32px; }
	.textBox h2 { font-size: 32px; margin-bottom: 40px; }
	.textBox.content ul { list-style: none; margin-bottom: 30px; }
	.textBox.content li { margin-bottom: 10px; position: relative; padding-left: 20px; font-size: 18px; }
	.textBox.content li:before { content: ''; width: 5px; height: 5px; background: #5a5a5a; position: absolute; left: 0; top: 8px; }

	.textBox.gray { background: #e7e7e7; max-width: none; padding-top: 140px; padding-bottom: 140px; }
	.textBox.white { max-width: none; padding-top: 140px; padding-bottom: 140px; }
	.textBox .title { max-width: 760px; margin: 0 auto; text-align: center; padding-bottom: 60px; }
	.textBox figure { position: relative; margin-bottom: 20px; }
	.textBox .left { float: left; margin-right: 60px; margin-top: -30px; }
	.textBox .right { float: right; margin-left: 60px; margin-top: -30px; }
	.textBox .text { overflow: hidden; }
	.textBox table { width: 100%; margin-bottom: 35px; border-collapse: collapse; border: none; border-spacing: 0; }
	.textBox table td { font-size: 18px; padding-bottom: 10px; }
	.textBox table td:first-child { width: 185px; font-weight: bold; }

	/* ### team box ### */
	.teamBox { background: #e7e7e7; padding-top: 140px; padding-bottom: 140px; }
	.teamBox .title { text-align: center; max-width: 760px; margin: 0 auto; margin-bottom: 50px; }
	.teamBox h2 { margin-bottom: 35px; }
	.teamBox .title p { line-height: 32px; }
	.teamBox .row { margin: 0 -30px; overflow: hidden; }
	.teamBox .block { width: 33.33%; padding: 0 30px; float: left; }
	.teamBox figure { width: 100%; margin-bottom: 40px; }
	.teamBox figure img { width: 100%; }
	.teamBox h3 { font-size: 20px; color: #5a5a5a; font-weight: normal; margin-bottom: 15px; line-height: 32px; }
	.teamBox h3 span { display: block; font-size: 16px; color: #000; font-weight: bold; }
	.teamBox .block p { color: #8e8e8e; font-size: 16px; line-height: 24px; margin-bottom: 20px; }
	.teamBox .block p.links { line-height: 30px; }
	.teamBox .block p a { color: #ed4110; font-weight: bold; text-decoration: none; }
	.teamBox .block p a:hover { text-decoration: underline; }

	/* ### map box ### */
	.mapBox { padding-top: 140px; padding-bottom: 140px; }
	.mapBox .title { text-align: center; max-width: 760px; margin: 0 auto; margin-bottom: 50px; }
	.mapBox h2 { margin-bottom: 35px; }
	.mapBox .title p { line-height: 32px; }
	.mapBox .map { width: 100%; height: 780px; position: relative; }
	.mapBox .map #map { width: 100%; height: 100%; position: relative; }
	.mapBox .form { position: absolute; top: 60px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); z-index: 10; width: 420px; }
	.mapBox .form fieldset { border: none; }
	.mapBox input { height: 45px; width: calc(100% - 150px); line-height: 45px; background: #fff; border: none; border-radius: 3px; color: #000; font-size: 16px; padding: 0 20px; }
	.mapBox input::-webkit-input-placeholder { color: #aaaaaa; }
	.mapBox input::-moz-placeholder { color: #aaaaaa; }
	.mapBox input:-ms-input-placeholder { color: #aaaaaa; }
	.mapBox input::-ms-input-placeholder { color: #aaaaaa; }
	.mapBox input::placeholder { color: #aaaaaa; }
	.mapBox button { margin-left: 10px; border: none; }
	
	.mapMarker { padding:15px;}
	.mapMarker h3 { font-size:16px;color:black;line-height:24px;font-family:'Karla', sans-serif;}
	.mapMarker p { font-size:16px;color:#8e8e8e;line-height:24px;font-family:'Karla', sans-serif;padding:10px 0;}
	.mapMarker p a { font-size:16px;color:#ed4110;font-weight:bold;text-decoration:none;}
	
/* ### footer container ### */
#footerCntr { overflow: hidden; width: 100%; background: #000; padding-top: 135px; padding-bottom: 135px; }
#footerCntr .column { float: left; width: 30%; }
#footerCntr .columnBig { float: left; width: 40%; }
#footerCntr .title { margin-bottom: 30px; font-size: 20px; color: #fff; overflow: hidden; line-height: 30px; }
#footerCntr .title span { width: 180px; float: left; }
#footerCntr .title img { float: left; margin-left: 60px; }
#footerCntr .nav { list-style: none; }
#footerCntr .nav li { font-size: 16px; font-weight: bold; margin-bottom: 10px; }
#footerCntr .nav li a { color: #999999; text-decoration: none; }
#footerCntr .nav li a:hover { color: #fff; }
#footerCntr address { font-size: 16px; font-weight: bold; font-style: normal; line-height: 30px; margin-bottom: 20px; }
#footerCntr address a { color: #999; font-weight: bold; text-decoration: none; }
#footerCntr address a:hover { color: #fff; }
#footerCntr .social { width: 100%; }
#footerCntr .social span { font-size: 16px; display: block; margin-bottom: 15px; }
#footerCntr .social ul { overflow: hidden; }
#footerCntr .social li { float: left; margin-right: 15px; margin-bottom: 12px; }
#footerCntr .social li img { opacity: 0.6; }
#footerCntr .social li a:hover img { opacity: 1; }
#footerCntr .text { font-size: 16px; line-height: 24px; margin-bottom: 10px; }
#footerCntr .link { color: #ed4110; font-size: 16px; font-weight: bold; text-decoration: none; margin-bottom: 35px; display: block; }
#footerCntr .link:hover { text-decoration: underline; }
#footerCntr .columnBig .title { margin-bottom: 10px; }
#footerCntr .links { overflow: hidden; }
#footerCntr .links li { float: left; margin-right: 15px; font-size: 14px; color: #999; }
#footerCntr .links li a { color: #999; text-decoration: none; }
#footerCntr .links li a:hover { color: #fff; }

/* ### popup box ### */
.popupBox { display: none; }
.popupBox .overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.8); z-index: 1000; }
.popupBox .popup { width: 790px; background: #fff; position: absolute; top: 150px; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); padding: 60px 70px; z-index: 1001; }
.popupBox .text { line-height: 30px; margin-bottom: 30px; }
.popupBox h2 { margin-bottom: 25px; }
.popupBox .condition { font-size: 14px; float: right; width: calc(100% - 200px); line-height: 24px; }
.popupBox .close { position: absolute; top: 25px; right: 25px; text-decoration: none; font-size: 30px; }
.popupBox .close:after { content: '\e5cd'; font-family: "Material Icons"; color: #000; }

/* #Media Queries
================================================== */

@media only screen and (max-width: 1260px) {
	.centered { padding-left: 30px; padding-right: 30px; }
	#headerCntr { z-index: 1000; overflow: visible; }
	#headerCntr .logo { margin-left: 30px; }
	#headerCntr .right { margin-right: 30px; }
	#headerCntr .button { float: left; }

	.menuBox { position: absolute; top: 110px; left: 0; width: 100%; background: #fff; height: calc(100vh - 110px); display: none; }
	.menuBox ul { height: 100%; overflow-y: auto; padding-top: 120px; }
	.menuBox ul li { float: none; text-align: center; margin: 15px; font-size: 32px; }
	.menuBox ul li a:hover, .menuBox ul li.is-active a { border: none; }
	.menuBox ul li:last-of-type { padding-top: 70px; }

	.mobileMenu { display: inline-block; cursor: pointer; z-index: 15; float: left; position: relative; text-decoration: none; color: #000; text-align: center; margin: 8px 0 0 20px; }
	.mobileMenu strong { display: inline-block; vertical-align: top; font-size: 16px; padding-top: 4px; }
	.mobileMenu span { display: inline-block; vertical-align: middle; }
	.mobileMenu span:before { content: '\e5d2'; font-family: "Material Icons"; font-size: 28px; }

	.mobileMenu.is-active span:before { content: '\e5cd'; font-family: "Material Icons"; }

	.menuBox ul li { margin-left: 0; margin-right: 0; }
	.menuBox ul li:last-of-type { margin-left: 0; }
	.breadcrumbBox { padding-bottom: 20px; }
	.titleBox h2, .titleBox h1 { font-size: 42px; }
	.projectBox.small { padding-top: 40px; padding-bottom: 40; }
	.contactBox fieldset { width: 100%; }
	.titleBox time { padding-top: 50px; }
	.teamBox .row { margin: 0 -15px; }
	.teamBox .block { padding: 0 15px; }	
	.bannerBox .bicycle { width:35%;}
}

@media only screen and (max-width: 979px) {
	.bannerBox .text { padding: 0 20px; padding-top: 110px; }
	h1 { font-size: 42px; margin-bottom: 40px; }
	.bannerBox:before { background: url(../images/tablet-illustrations-home.png) no-repeat center bottom; background-size: cover; }
	.bannerBox .bicycle { width: 80%; max-width:350px;bottom: 10px; }
	.businessBox { padding-top: 150px; padding-bottom: 110px; }
	.projectBox .carousel { margin-left: -15px; margin-right: -15px; padding-left: 30px; padding-right: 30px; }
	.projectBox .slide { padding: 0 15px; }
	.projectBox.centered { padding-left: 0; padding-right: 0px; }
	.projectBox .text { padding-left: 30px; padding-right: 30px; }
	.slick-prev { left: 22px; }
	.slick-next { right: 22px; }
	.projectBox .button { margin-left: 30px; }
	#footerCntr .column, #footerCntr .columnBig  { width: 33.33%; padding-right: 25px; }
	#footerCntr .title span { display: block; margin-bottom: 15px; }
	#footerCntr .title img { float: none; margin-left: 0; margin-bottom: 15px; }
	#footerCntr { padding-top: 110px; padding-bottom: 35px; }
	.popupBox .popup { width: calc(100% - 60px); padding-left: 30px; padding-right: 30px; }
	.breadcrumbBox { padding-left: 30px; padding-right: 30px; }
	.titleBox { padding-left: 30px; padding-right: 30px; }
	.projectBox.small { padding-left: 30px; padding-right: 30px; }
	.projectBox .holder { margin: 0 -15px; }
	.projectBox .holder .slide { width: 50%; }
	.pagingBox { margin-bottom: 50px; }
	.contactBox .left { width: 100%; float: none; }
	.contactBox .right { width: 100%; float: none; padding-left: 0; }
	.contactBox .left { padding: 75px 60px; }
	.contactBox address { width: 50%; float: left; }
	.contactBox .social { width: 50%; float: left; }
	.contactBox { margin-bottom: 70px; }
	.photoBox { height: 380px; }
	.textBox { padding-left: 30px; padding-right: 30px; }
	.textBox.small { text-align: left; }
	.textBox .title { text-align: left; padding-bottom: 0px; }
	.textBox .left { float: none; margin-right: 0;margin-top:30px; }
	.textBox .right { float: none; margin-left: 0;margin-top:30px; }
	.textBox figure img { width: 100%; }
	.textBox.small { padding-top: 110px; padding-bottom: 110px; }
	.teamBox .title { text-align: left; }
	.teamBox { padding-top: 120px; padding-bottom: 120px; }
	.teamBox .block { width: 100%; margin-bottom: 30px; }
	.teamBox .block:last-of-type { margin-bottom: 0; }
	.teamBox figure { float: left; width: 50%; margin-bottom: 0; }
	.teamBox .text { float: left; width: 50%; padding-left: 30px; padding-top: 25px; }
	.mapBox { padding-top: 120px; padding-bottom: 120px; }
	.mapBox .title { text-align: left; }
	.textBox .cta { overflow: hidden; margin-bottom: 80px; }
}

@media only screen and (max-width: 767px) {
	.popupBox .popup { width: 100%; top: 100px; }
	.popupBox h2 { font-size: 22px; }
	.popupBox .text { font-size: 16px; line-height: 26px; }
	.form .row { margin-right: 0; margin-bottom: 10px; }
	.form .set { width: 100%; margin-bottom: 15px; padding-right: 0; }
	.form .button { margin-bottom: 30px; }
	.popupBox .condition { float: none; width: 100%; }
	#headerCntr .logo .slogan { display: none; }
	#headerCntr .button { display: none; }
	#headerCntr .logo .main { width: 165px; }
	.mobileMenu { margin-left: 0; }
	.mobileMenu strong { display: none; }
	.menuBox { top: 80px; height: calc(100vh - 80px); }
	.menuBox ul li { font-size: 22px; margin: 10px 0; }
	.menuBox ul li:last-of-type { padding-top: 40px; }
	#headerCntr { padding-top: 15px; padding-bottom: 15px; }
	#mainCntr { padding-top: 85px; }
	h1 { font-size: 28px; }
	.bannerBox { height: 570px; }
	.bannerBox:before { display: none; }
	.bannerBox .text { padding-top: 50px; padding-left: 10px; padding-right: 10px;  }
	.bannerBox .text p { font-size: 18px; line-height: 28px; }
	.bannerBox .bicycle { width: 80%;max-width:300px; left:25%;}
	.businessBox h2 { font-size: 22px; }
	.businessBox p { font-size: 16px; line-height: 26px; }
	.cta span { display: block; text-align: center; margin-bottom: 15px; }
	.cta a.link { margin-top: 15px; }
	.cta .button { margin-left: 0; }
	.businessBox { padding-top: 110px; padding-bottom: 90px; }
	.projectBox { padding-top: 80px; }
	.projectBox .text { text-align: left; }
	h2 { font-size: 22px; }
	.projectBox p { font-size: 16px; line-height: 26px; }
	.projectBox .text { padding-bottom: 25px; }
	.ctaBox h2 { margin-bottom: 15px; }
	.ctaBox p { font-size: 16px; line-height: 26px; }
	#footerCntr .column, #footerCntr .columnBig { width: 100%; padding-right: 0; margin-bottom: 20px; }
	#footerCntr { padding-top: 80px; }
	#footerCntr .title { font-size: 18px; margin-bottom: 15px; }
	.titleBox h2, .titleBox h1 { font-size: 28px; }
	.projectBox .holder .slide { width: 100%; margin-bottom: 40px; }
	.pagingBox { margin-bottom: 70px; }
	.pagingBox li { display: none; }
	.pagingBox li:first-child { display: block; float: left; }
	.pagingBox li:last-child { display: block; float: right; }
	.titleBox p { font-size: 18px; margin-top: 30px; line-height: 26px; }
	.contactBox { padding: 0; }
	.contactBox .left { padding: 60px 30px; }
	.form textarea { height: 195px; }
	.contactBox .right { padding: 60px 30px 0; }
	.contactBox h2 { font-size: 22px; }
	.contactBox address { width: 100%; float: none; }
	.contactBox .social { width: 100%; float: none; }
	.button.back span { display: none; }
	.button.back { padding-left: 15px; padding-right: 15px; margin-right: 15px; }
	.button.back:before { margin-right: 0; }
	.breadcrumbBox ul { width: calc(100% - 68px); white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
	.textBox h2 { font-size: 22px; margin-bottom: 20px; }
	.textBox p { font-size: 16px; line-height: 27px; margin-bottom: 25px; }
	.textBox li { font-size: 16px; }
	.textBox li:before { top: 5px; }
	.buttons .button:first-of-type { display: none; }
	.textBox { padding-bottom: 30px; }
	.titleBox time { margin-bottom: 20px; padding-top: 30px; }
	.textBox.small { padding-top: 80px; padding-bottom: 80px; }
	#headerCntr.sticky { position: absolute!important; }
	#headerCntr.sticky .mobileMenu { width: 48px; height: 48px; line-height: 48px; border-radius: 50%; margin-right: -13px; margin-top: -4px; position: fixed; top: 27px; right: 33px; z-index: 11; }
	#headerCntr.sticky .menuBox { position: fixed; top: 0; height: 100%; }
	.sticky .mobileMenu { background: #e7e7e7; }
	.textBox .subTitle { font-size: 18px; line-height: 26px; }
	.textBox.small { padding-top: 60px; padding-bottom: 60px; }
	.textBox { padding-top: 70px; padding-bottom: 70px; }
	.mapBox form { width: 400px; }
	.textBox.gray, .textBox.white { padding-top: 60px; padding-bottom: 60px; }
}

@media only screen and (max-width: 479px) {
	.bannerBox .bicycle { width: 250px; bottom: -40px; }
	h1 { margin-bottom: 25px; }
	.projectBox .slick-next, .projectBox .slick-prev { top: 25%; width: 35px; height: 35px; line-height: 35px; }
	.projectBox .slick-next:before, .projectBox .slick-prev:before { font-size: 16px; }
	.projectBox.news .slick-next, .projectBox.news .slick-prev { top: 20%; }
	#footerCntr .social li { margin-right: 17px; }
	#footerCntr .social li:last-child { margin-right: 0; }
	#footerCntr .links li:first-child { float: none; margin-bottom: 10px; }
	.breadcrumbBox { padding-top: 40px; }
	.contactBox .social li { margin-right: 12px; }
	.photoBox { /*height: 160px;*/ }
	.textBox { padding-top: 70px; }
	.titleBox.small { margin-bottom: 70px; }
	.breadcrumbBox li:after { margin: 0 -3px 0 0px; }
	.textBox.small { padding-top: 60px; padding-bottom: 60px; }
	.textBox .subTitle { font-size: 18px; }
	.cta .button { display: inline-block; margin-right: 10px; }
	.cta a.link { display: block; }
	.cta span { display: block; }
	.textBox .list li { font-size: 16px; }
	.textBox table td { font-size: 16px; }
	.textBox table td:first-child { width: 125px; }
	.cta .button strong { display: none; }
	.teamBox { padding-top: 90px; padding-bottom: 90px; }
	.teamBox .title p { font-size: 18px; line-height: 26px; }
	.teamBox figure { width: 100%; float: none; }
	.teamBox .text { float: none; width: 100%; padding-left: 0; }
	.mapBox { padding: 70px 0; }
	.mapBox .title { padding-left: 30px; padding-right: 30px; }
	.mapBox .title p { font-size: 18px; line-height: 26px; }
	.mapBox .map { height: 480px; }
	.mapBox .button span { display: none; }
	.mapBox form { width: 300px; }
	.mapBox input { width: calc(100% - 90px); }
	#footerCntr .social ul { margin-left: -10px; }
	.textBox.gray .cta span, .textBox.white .cta span { text-align: left!important; }
	.textBox.gray .cta a.link, .textBox.white .cta a.link { display: inline-block!important; }
}
