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

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

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

/* ### general ### */
* { margin: 0; padding: 0; box-sizing: border-box;-webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; }
html, body { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #000; font-weight: 500; }
body { background: #fff; }
input, select, textarea { font-family: 'Montserrat', sans-serif; font-size: 12px; color: #000; font-weight: 500; }
img { border: 0; display: block; }
ul, li { list-style: none; }
:focus { outline: none; }
fieldset { border: 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); }
h1,h2,h3,h4,h5,h6 { font-family: 'adampro', serif; font-weight: normal; letter-spacing: 5px; }
.link { color: #00ae8c; font-size: 16px; font-weight: bold; text-decoration: none; display: inline-block; position: relative; }
.link:after { position: absolute; right: -24px; top: 3px; content: 'arrow_forward'; display: inline-block; margin-left: 10px; font-family: 'Material Icons';
 }
.link:hover { text-decoration: underline; }

.button { display: inline-block; background: #00ae8c; border-radius: 30px; color: #fff; padding: 18px 30px; font-size: 16px; text-decoration: none; font-weight: bold; }
.button:hover { background: #039477; }

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

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

/* ### header container ### */
#headerCntr { position: fixed; left: 0px; top: 0px; width: 100%; background: #fff; z-index: 113; padding-top: 25px; padding-bottom: 25px; overflow: hidden; box-shadow: 0px 0px 10px rgba(0,0,0,0.3); }
#headerCntr .logo { float: left; margin-left: 30px; }
#headerCntr .logo img { max-width: 100%; }
#headerCntr .mobileMenu { position: absolute; right: 30px; top: 16px; display: none; cursor: pointer; z-index: 15;  width: 40px; height: 40px; transition: 0.2s; overflow: hidden; }
#headerCntr .mobileMenu span { display: block; height: 3px; text-indent: -9999px; background: #e04e39; position: absolute; top: 50%; right: 20%; left: 20%; transition: 0.2s; }
#headerCntr .mobileMenu span:before,
#headerCntr .mobileMenu span:after { display: block; width: 100%; height: 3px; content: ''; background-color: #e04e39; transition-duration: 0.2s,0.2s; position: absolute; left: 0; }
#headerCntr .mobileMenu span:before { top: -8px; }
#headerCntr .mobileMenu span:after { bottom: -7px; }
#headerCntr .mobileMenu.is-active span { background: none; }
#headerCntr .mobileMenu.is-active span:before,
#headerCntr .mobileMenu.is-active span:after { transition-delay: 0s, 0.2s; }
#headerCntr .mobileMenu.is-active span:before { top: 0; -webkit-transform: rotate(45deg); transform: rotate(45deg); }
#headerCntr .mobileMenu.is-active span:after { bottom: 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }

	/* ### menu box ### */
	.menuBox:not(.mm-menu) { float: right; margin-right: 30px; margin-top: 8px; }
	.menuBox:not(.mm-menu) ul { overflow: hidden; width: auto; }
	.menuBox:not(.mm-menu) ul li { margin-left: 40px; float: left; text-transform: uppercase; font-family: 'adampro', serif; letter-spacing: 2px; font-size: 14px; position: relative; }
	.menuBox:not(.mm-menu) ul li a { color: #e04e39; text-decoration: none; display: block; padding-bottom: 10px; }
	.menuBox:not(.mm-menu) ul li a:hover:after, .menuBox:not(.mm-menu) ul li.is-active a:after { content: ''; position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%); width: 20px; border-bottom: 2px solid #e04e39; }
	.menuBox:not(.mm-menu) ul li.language a { color: #959595; }
	a.language { display: none; margin-top: 11px; margin-right: 90px; float: right; text-transform: uppercase; font-family: 'adampro', serif; letter-spacing: 2px; font-size: 14px; position: relative; color: #959595; }

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

	/* ### banner box ### */
	.bannerBox { height: 660px; position: relative; background: url(../images/banner-bg.jpg) no-repeat center; background-size: cover; }
	.bannerBox .text { position: absolute; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); max-width: 660px; }
	.bannerBox h1 { font-size: 44px; color: #e04e39; line-height: 55px; margin-bottom: 30px; }
	.bannerBox p { font-size: 18px; line-height: 32px; margin-bottom: 20px; color: #fff; }
	
	.bannerBox p.small {
		font-size:16px;
		opacity:0.8;
		line-height:27px;
		text-shadow: 2px 2px #000000;
	}
	
	.bannerBox .link { margin-right: 50px; color: #fff; }
	.bannerBox.small { height: 405px; background: #ebeff3; }
	.bannerBox .center { height: 100%; position: relative; z-index: 1; }
	.bannerBox.small .text { padding-left: 200px; max-width: 840px; }
	.bannerBox.small p { color: #526170; font-weight: 500; }
	.bannerBox.small .search { position: absolute; right: 0px; bottom: 27px; }
	.bannerBox.small .search fieldset { float: right; width: 375px; border: none; }
	.bannerBox.small .search input[type="text"] { padding: 20px 27px; width:calc(100% - 65px); float: left; border-radius: 5px; font-size: 16px; color: #929496; font-weight: 500; background: #fff; border: none; }
	.bannerBox.small .search .searchButton { float: right; width: 56px; height: 56px; border: none; background: #00ae8c; color: #fff; font-size: 28px; cursor: pointer; border-radius: 100%; text-align: center; line-height: 56px; }
	.bannerBox.small .search .searchButton:before {font-family: 'Material Icons'; content: "search";}
	.bannerBox.funding { height: 485px; background: url(../images/banner-funding.jpg) left top no-repeat; background-size: cover; }
	.bannerBox.funding:before { content:''; background:rgba(0,0,0,0.3); width: 100%; height: 100%; position: absolute; left: 0px; top: 0px;}
	.bannerBox.funding .text { padding-left: 200px; max-width: 840px; }
	.bannerBox.funding .button { position: relative; padding: 12px 30px; background: #fff;}
	.bannerBox.funding h1 { padding-top: 50px; font-size: 44px; color: #ffffff; }
	.bannerBox.text.no-photo { height:200px;color:white;}
	.bannerBox.text.photo h1 { color:white;}
	.bannerBox.contact { height: 370px; }

	/* ### service box ### */
	.serviceBox { position: relative; padding-top: 120px; padding-bottom: 120px; background: #fff; z-index: 3; }
	.serviceBox .title { overflow: hidden; margin-bottom: 43px; }
	.serviceBox h2 { float: left; color: #e04e39; font-size: 24px; text-transform: uppercase; }
	.serviceBox .title .link { padding-right: 19px; float: right; }
	.serviceBox .title .link:after {right: 0px; }
	.serviceBox .tab { overflow: hidden; border-bottom: 1px solid #e2e2e2; }
	.serviceBox .tab li { float: left; margin-right: 60px; font-size: 14px; text-transform: uppercase; font-family: 'adampro', serif; letter-spacing: 2px; }
	.serviceBox .tab li a { color: #929496; text-decoration: none; display: block; padding-bottom: 14px; border-bottom: 3px solid transparent; }
	.serviceBox .tab li a:hover, .serviceBox .tab li.cycle-pager-active a { border-color: #e04e39; color: #06182a; }
	.serviceBox .slider { padding-top: 43px; width: 100%; overflow: hidden; position: relative; }
	.serviceBox .slider .content { padding-top: 28px; padding-right: 60px; width: 51%; float: left; }
	.serviceBox .slider .content h3 { font-size: 24px; color: #06182a; font-weight: 400; }
	.serviceBox .slider .content p { padding: 25px 0px; font-size: 18px; color: #526170; line-height: 32px; }
	.serviceBox .slider .video { float: right; width: 49%; position: relative; }
	.serviceBox .slider .video img { width: 100%; }
	.serviceBox .slider .video .play { background: #fff; width: 66px; height: 66px; font-size: 20px; color: #e04e39; text-decoration: none; display: block; border-radius: 100%; text-align: center; line-height: 66px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.serviceBox .slider .video .play:before { font-size: 50px; font-family: 'Material Icons'; content: "arrow_right";}
	.serviceBox.portfolio { background: #eeeeee; }
	.serviceBox.portfolio h2 { padding: 0 0 10px 200px; float: none; }
	.serviceBox .cycle-pager { position: absolute; left: 0px; top: 40px; z-index: 112; }
	.serviceBox .cycle-pager span { margin: 0px 4px; width: 8px; height: 8px; display: inline-block; cursor: pointer; border-radius: 100%; background: #e2e2e2; }
	.serviceBox .cycle-pager span.cycle-pager-active{ background: #e04e39; }

	/* ### articles box ### */
	.articlesBox { padding-top: 80px; padding-bottom: 65px; width: 100%; overflow: hidden; background: #eeeeee; }
	.articlesBox .title { overflow: hidden; margin-bottom: 40px; }
	.articlesBox h2 { float: left; color: #e04e39; font-size: 24px; text-transform: uppercase; }
	.articlesBox .title .link { padding-right: 18px; float: right; }
	.articlesBox .title .link:after { right: -2px; }
	.articlesBox ul { list-style: none; margin-right: -43px; 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; }
	.articlesBox li { padding: 0 43px 35px 0; width: 33.3%; float: left; }
	.articlesBox figure { margin-bottom: 23px; overflow: hidden; }
	.articlesBox img { width: 100%; transition: all .2s ease-in-out; }
	.articlesBox a:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}
	.articlesBox time, .articlesBox small { font-size: 14px; color: #929496; }
	.articlesBox h3 { padding: 10px 0 20px 0; font-family: 'Montserrat', sans-serif; letter-spacing: normal; font-size: 18px; color: #06182a; line-height: 28px; font-weight: 500; }
	.articlesBox a { display: block; text-decoration: none; }
	.articlesBox a:hover h3, .articlesBox a.is-active h3 { color: #00ae8c; }
	.articlesBox a:hover .link:after { text-decoration: none; }
	.articlesBox p { color:#929496;font-size:14px;line-height:22px;padding-bottom:20px;}
	.articlesBox.blog { background: #fff; }
	.articlesBox.cases { border-top: 1px solid #ccc; background: #fff; }
	.articlesBox.cases h2 { padding: 0px 0px 50px 200px; float: none; }
	.articlesBox.cases h3 { padding: 8px 0;}
	.articlesBox.cases ul { padding-bottom: 60px; border-bottom: 1px solid #ccc; }
	.articlesBox.cases .button {  margin: 63px auto 20px auto; display: inline-block; background: #fff; border: 2px solid #00ae8c; color: #00ae8c; }
	.articlesBox.cases .button:hover { text-decoration: underline; }
	.articlesBox.cases .buttons { text-align: center; }

	/* ### feed box ### */
	.feedBox { padding-top: 85px; padding-bottom: 50px; width: 100%; overflow: hidden; }
	.feedBox h2 { margin-bottom: 40px; color: #e04e39; font-size: 24px; text-transform: uppercase; }
	.feedBox .feed { padding-right: 60px; width: calc(100% - 370px); float: left; }
	.feedBox .feed ul { margin-right: -40px; 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; }
	.feedBox .feed li { padding: 0 40px 40px 0; width: 50%; float: left; }
	.feedBox .feed time { font-size: 14px; color: #929496; }
	.feedBox .feed p { padding: 10px 0 20px 0; font-size: 18px; color: #06182a; line-height: 28px; font-weight: 500; }
	.feedBox .feed a { display: block; text-decoration: none; }
	.feedBox .feed a:hover p, .feedBox .feed a.is-active p { color: #00ae8c; }
	.feedBox .newsletter { float: left; padding: 44px 30px 36px 28px; width: 370px; background: #ebeff3; }
	.feedBox .newsletter h2 { margin-bottom: 30px; font-size: 24px; color: #06182a; }
	.feedBox .newsletter p { padding: 0px 0px 30px 80px; font-size: 18px; color: #526170; font-weight: 500; line-height: 32px; position: relative; }
	.feedBox .newsletter p:before { width: 62px; height: 62px; display: block; position: absolute; left: 0px; top: 5px; content: ""; background: url(../images/icon-linkedin-blue.svg) left top no-repeat;  }

	/* ### breadcrumbs box ### */
	.breadcrumbsBox { width: 100%; position: absolute; right: 0px; top: 46px; }
	.breadcrumbsBox ul { padding: 10px 20px;  float: right; background: #ffffff; border-radius: 40px; }
	.breadcrumbsBox li { position: relative; float: left; font-size: 16px; color: #929496; text-overflow: ellipsis; white-space: nowrap;overflow: hidden;display: block;}
	.breadcrumbsBox li a { position: relative; margin-right: 28px; color: #00ae8c; font-weight: 700; text-decoration: none; }
	.breadcrumbsBox li:after { font-size: 18px; position: absolute; right: 8px; top: 1px; font-family: 'Material Icons'; content: "chevron_right"; color: #929496;}
	.breadcrumbsBox li:last-child:after { display:none; }
	.breadcrumbsBox li a:hover { text-decoration: underline; }
	.blogDetail.breadcrumbsBox li:last-child { width: 180px; }

	/* ### team box ### */
	.teamBox { padding-top: 98px; width: 100%; overflow: hidden; border-bottom: 1px solid #c8c8c8; }
	.teamBox h2 { padding: 0px 0px 50px 200px; color: #e04e39; font-size: 24px; text-transform: uppercase; }
	.teamBox ul { margin-right: -40px; }
	.teamBox li { padding: 0px 40px 70px 0px; width: 25%; float: left; text-align: center; }
	.teamBox figure { width: 139px; height: 139px; margin: 0px auto; }
	.teamBox figure img { width: 100%; border-radius: 100%; }
	.teamBox .detail { padding: 33px 0 0 0; }
	.teamBox .name {  display: block; font-family: 'Montserrat', sans-serif; font-size: 18px; color: #06182a; font-weight: 500; letter-spacing: normal; line-height: 28px; }
	.teamBox .name small { font-size: 16px; color: #929496; display: block; }
	.teamBox p { padding: 24px 0; font-size: 14px; color: #929496; line-height: 25px; }
	.teamBox a.link { margin-right: 33px; }

	/* ### partner box ### */
	.partnerBox { padding-top: 82px; padding-bottom: 77px; width: 100%; overflow: hidden; }
	.partnerBox h2 { padding: 0px 0px 60px 200px; color: #e04e39; font-size: 24px; text-transform: uppercase; }
	.partnerBox ul { text-align: center; margin-right: -50px; }
	.partnerBox li { padding-right: 50px; width: 33.3%; float: left; text-align: center; }
	.partnerBox li figure { height: 113px; position: relative; }
	.partnerBox li img { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.partnerBox p { padding: 20px 0; font-size: 14px; color: #929496; line-height: 25px; }

	/* ### pagination box ### */
	.paginationBox { width: 100%; overflow: hidden; text-align: center; }
	.paginationBox ul {padding-top: 55px; padding-bottom: 110px; overflow: hidden; border-top: 1px solid #ccc; }
	.paginationBox li { padding:0 13px; display: inline-block; }
	.paginationBox li a { font-size: 20px; color: #00ae8c; text-decoration: none; font-weight: 700; position: relative; }
	.paginationBox li a:hover, .paginationBox li.is-active a { color: #959595; }
	.paginationBox li:first-child a { padding-left: 27px;  }
	.paginationBox li:first-child a:before { position: absolute; left: 0px; top: 0px; font-family: 'Material Icons'; content: "arrow_back"; }
	.paginationBox li:last-child a { padding-right: 27px;  }
	.paginationBox li:last-child a:before { position: absolute; right: 0px; top: 0px; font-family: 'Material Icons'; content: "arrow_forward"; }
	.paginationBox li:first-child a:hover, .paginationBox li:last-child a:hover {color: #00ae8c; text-decoration: underline; }

	/* ### detail box ### */
	.detailBox { padding-top: 118px; position: relative; width: 100%; overflow: hidden; }
	.detailBox .block { max-width: 780px; margin: 0px auto; position: relative; }
	.detailBox .text { padding-bottom: 60px; font-size: 18px; color: #526170; line-height: 32px; }
	.detailBox h1 { font-size: 44px; color: #e04e39; line-height: 50px; margin-bottom: 20px; }
	.detailBox h2 { padding-bottom: 21px; font-size: 24px; color: #e04e39; text-transform: uppercase; }
	.detailBox p { padding-bottom: 43px; color: #929496; font-size: 16px; line-height: 29px; }
	.detailBox p a { color: #00ae8c; text-decoration: none; font-weight: 700; }
	.detailBox p a:hover { text-decoration: underline;  }
	.detailBox time, .detailBox .subTitle { font-size: 14px; color: #929496; display: block; margin-bottom: 12px; }
	.detailBox figure { margin-bottom: 80px; }
	.detailBox figure img { width: 100%; }
	.detailBox .breadcrumbsBox { top: -70px; }
	.detailBox .breadcrumbsBox ul { background: #ebeff3; }
	.detailBox .bottom { padding-top: 19px; padding-bottom: 85px; overflow: hidden; border-top: 1px solid #ccc; }
	.detailBox .bottom p { padding-bottom: 0px; display: inline-block; line-height: 55px; }
	.detailBox .button { float: right; }
	.detailBox .back { padding: 10px 20px 10px 40px; position: absolute; left: 200px; top: -70px; z-index: 2; }
	.detailBox .back:before { position: absolute; left: 16px; top: 9px; font-family: 'Material Icons'; content: "arrow_back"; }

	/* ### text box ### */
	.textBox { padding-top: 100px; padding-bottom: 70px; margin-top: 60px; width: 100%; background: #eeeeee; }
	.textBox .holder { padding-bottom: 76px; 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;}
	.textBox .holder.left{ -webkit-flex-direction: row-reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }
	.textBox .holder.left .content {padding: 46px 0px 0 80px;}
	.textBox .content { padding: 46px 80px 0 0; width: 51%; float: left; }
	.textBox .video { float: right; width: 49%; position: relative; }
	.textBox .video img { width: 100%; }
	.textBox .play { background: #fff; width: 66px; height: 66px; font-size: 20px; color: #e04e39; text-decoration: none; display: block; border-radius: 100%; text-align: center; line-height: 66px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%);}
	.textBox .play:before { font-family: 'Material Icons'; content: "\e037"; font-size: 38px; }
	.textBox h2 { font-size: 24px; color: #e04e39; font-weight: 500; text-transform: uppercase; }
	.textBox p { padding: 26px 0; font-size: 18px; color: #526170; line-height: 32px; }
	.textBox small { padding-bottom: 12px; font-family: 'adampro', serif; font-size: 14px; color: #06182a; text-transform: uppercase; letter-spacing: 5px; display: block; }
	.textBox .block { padding-bottom: 70px; max-width: 780px; margin: 0px auto; }

	/* ### cta box ### */
	.ctaBox { padding-top: 100px; padding-bottom: 125px; width: 100%; overflow: hidden; }
	.ctaBox .block { width: 785px; margin: 0px auto; text-align: center; background: #eeeeee; }
	.ctaBox h2 { padding: 45px 30px 35px 30px; overflow: hidden; font-size: 24px; font-weight: 500; color: #fff; line-height: 35px; text-transform: uppercase; background: #e04e39; }
	.ctaBox p { padding: 50px 77px 70px 80px; font-size: 18px; color: #526170; line-height: 32px; font-weight: 500; }
	.ctaBox .button { margin-bottom: -27px; }

	/* ### content box ### */
	.contentBox { padding-top: 80px; padding-bottom: 60px; width: 100%; overflow: hidden; }
	.contentBox .center { max-width: 800px; margin: 0px auto; position: relative; }
	.contentBox .text { font-size: 18px; color: #526170; line-height: 32px; }
	.contentBox p { padding-bottom: 43px; color: #929496; font-size: 16px; line-height: 29px; }
	.contentBox p a { color: #00ae8c; text-decoration: none; font-weight: 700; }
	.contentBox p a:hover { text-decoration: underline;  }

	/* ### contact box ### */
	.contactBox { padding-bottom: 190px; width: 100%; overflow: hidden; }
	.contactBox .holder { padding: 100px 0 0 200px; overflow: hidden; }
	.contactBox .left { padding-right: 80px; width: calc(100% - 370px); float: left; }
	.contactBox .right { padding-left: 34px; width: 370px; float: left; border-left: 1px solid #ccc; }
	.contactBox .right address { font-size: 16px; color: #929496; line-height: 29px; font-style: normal; }
	.contactBox .right address a {color: #929496; text-decoration: none; }
	.contactBox .right address a.link { color: #00ae8c; }
	.contactBox .right address a.link:after { display: none; }
	.contactBox .right address p a { color:#00ae8c;font-weight:700;}
	.contactBox .right address p { padding:10px 0;}
	
	
	.contactBox .row { width: 100%; overflow: hidden; margin-bottom: 35px; }
	.contactBox .label { padding-bottom: 11px; display: block; font-size: 16px; color: #545454; font-weight: 700; line-height: 22px; }
	.contactBox .label.error { background:#e04e39;color:white;padding:20px;border-radius:50px;margin-bottom:20px;}
	.contactBox .error-border { border: 1px #e04e39 solid !important;}
	.contactBox p.error { color:#e04e39;font-size:16px;font-weight:700;padding:10px 0px;}
	.contactBox .select { position: relative; width: 100%; height: 55px; display: inline-block; }
	.contactBox .select select { width: 100%; padding: 18px 22px; height: 55px; font-size: 16px; color: #545454; margin: 0; border:none; outline:none; display: inline-block; cursor:pointer; background: #e0e6eb; border-radius: 4px;
	-webkit-appearance:none;
	-moz-appearance:none;
	}
	.contactBox .select:after { font-size: 34px; color: #545454; font-family: 'Material Icons'; content:"arrow_right"; position: absolute; top: 0px; right: 0px; pointer-events: none; background: #e0e6eb; height: 100%; width: 50px; line-height: 55px; text-align: center; transform: rotate(90deg); }
	.contactBox input[type="text"] { width: 100%; padding: 18px 22px; height: 55px; font-size: 16px; color: #545454; background: #e0e6eb; border: none; border-radius: 4px; }
	.contactBox .textarea { width: 100%; padding: 18px 22px; height: 87px; font-size: 16px; color: #545454; background: #e0e6eb; border: none; resize: none; border-radius: 4px; }
	.contactBox .row2 { padding-bottom: 64px; margin-bottom: 33px; position: relative; overflow: hidden;  margin-right: -33px; }
	.contactBox .row2:before { content:''; width: calc(100% - 33px); position: absolute; left: 0px; bottom: 0px; border-bottom: 1px solid #ccc;}
	.contactBox .column { padding-right: 33px; width: 50%; float: left; }
	.contactBox ul { padding-top: 16px; overflow: hidden; list-style: none; margin-right: -55px; }
	.contactBox li { padding: 0 55px 26px 0; overflow: hidden; width: 50%; float: left; }
	.contactBox li small { font-size: 14px; color: #929496; display: block; line-height: 22px; }
	.contactBox .inputSet label strong { font-size: 16px; color: #545454; font-weight: 700; display: block; padding-bottom: 6px; }
	.contactBox .inputSet label { margin-bottom: 0; padding-left: 30px; position: relative; display: block; cursor: pointer; overflow: hidden; }
	.contactBox .inputSet label input {opacity: 0; position: absolute;}
	.contactBox .inputSet label input[type="radio"] + span:before { width: 21px; height: 21px; display: inline-block; border-radius:100%; border: none; content: ''; position: absolute; left: 0; background: #e0e6eb;  }
	.contactBox .inputSet label input[type="radio"]:checked + span:after { content: ''; width: 13px; height: 13px; border-radius: 100%; position: absolute; left: 4px; top: 4px; background: #545454;}
	.contactBox .button { border:  none; cursor: pointer; }

/* ### footer container ### */
#footerCntr { padding-top: 65px; padding-bottom: 21px; overflow: hidden; width: 100%; background: #e04e39; }
#footerCntr .footer { padding-bottom: 56px; overflow: hidden; }
#footerCntr .title { margin-bottom: 25px; font-family: 'adampro', serif; font-weight: normal; letter-spacing: 5px; font-size: 24px; color: #fff; text-transform: uppercase; }
#footerCntr address { font-size: 14px; color: #fff; line-height: 27px; font-style: normal; }
#footerCntr address a { color: #fff; text-decoration: none; }
#footerCntr address .column { float: left; padding-right: 50px; }
#footerCntr address .linkdin { padding-left: 33px; position: relative; font-size: 16px; color: #fff; font-weight: 700; }
#footerCntr address .linkdin:before { width: 24px; height: 24px; position: absolute; left: 0px; top: -4px; content: ""; background: url(../images/icon-linkedin-white.svg) left top no-repeat;}
#footerCntr .bottom { width: 100%; overflow: hidden; }
#footerCntr .bottom .logo { padding-right: 20px; float: left; }
#footerCntr .bottom .logo img { opacity: 0.8; }
#footerCntr .bottom p { float: left; font-size: 14px; color: #f6cac4; line-height: 26px; }
#footerCntr .bottom p a { margin-left: 20px; color: #f6cac4; font-weight: 700; text-decoration: none; }

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

@media only screen and (max-width: 1199px) {
	.center { padding-left: 28px; padding-right: 28px; }
	.centered { padding-left: 28px; padding-right: 28px; }
	.serviceBox { padding-top: 85px; padding-bottom: 85px; }
	.serviceBox.portfolio h2 { padding-left: 0; }
	.articlesBox { padding-bottom: 45px; }
	.articlesBox.cases h2 { padding-left: 0px; }
	.feedBox { padding-top: 70px; padding-bottom: 30px; }
	.breadcrumbsBox { right: 28px; }
	.bannerBox.funding .text { padding-left: 0px; width: 100%; }
	.bannerBox.small .text { padding-left: 0px; }
	.bannerBox.contact { height: 340px; }
	.bannerBox.small .search { right: 28px; }
	.teamBox ul { margin-right: -17px; }
	.teamBox li { padding-right: 17px; }
	.teamBox h2 { padding-left: 0px; }
	.partnerBox h2 { padding-left: 0px; }
	.contentBox { padding-top: 60px; padding-bottom: 50px; }
	.contactBox .holder { padding: 80px 0 0 0; }
	.detailBox .block { width: 100%; }
	.textBox .content { padding-top: 0px; }
	.textBox .holder:nth-child(2n) .content { padding-top: 0px; }
	.contactBox{ padding-bottom: 90px; }
	.detailBox .back { left: 100px; }
}

@media only screen and (max-width: 979px) {
	#headerCntr { padding-top: 18px; padding-bottom: 18px; width: 100%; float: left; overflow: visible; }
	#headerCntr .mobileMenu { display: block; }
	.menuBox:not(.mm-menu) { display: none; padding: 17px 0 0px 0; position: absolute; left: 0px; top: 63px; z-index: 4; width: 100%; height: 76px; background: #fff; }
	.menuBox:not(.mm-menu) ul { text-align: center; }
	.menuBox:not(.mm-menu) ul li { float: none; display: inline-block; }
	.menuBox:not(.mm-menu) ul li.language { display: none; }
	a.language { display: block; text-decoration: none; }
	.bannerBox { height: 515px; }
	.bannerBox.home { height: 640px; }
	.bannerBox h1 { font-size: 36px; line-height: 46px; }
	.bannerBox.small { height: 360px; }
	.bannerBox.small .text { width: calc(100% - 56px); padding-left: 0px; }
	#contentCntr { overflow: hidden; }
	.serviceBox .tab li { margin-right: 36px; }
	.serviceBox .slider .content { padding-right: 23px; }
	.serviceBox .slider .content p { font-size: 16px; line-height: 29px; }
	.articlesBox li { width: 50%; }
/*	.articlesBox.articlesHome li:last-child { display: none; }*/
	.feedBox .feed { width: 100%; padding-right: 0px; }
	.feedBox .newsletter { width: 100%; }
	.feedBox .newsletter p { width: 50%; float: left; }
	.feedBox .newsletter .button { float: right; }
	.teamBox { padding-top: 70px; }
	.teamBox h3 { padding-left: 0px; }
	.teamBox ul { margin: 0px; }
	.teamBox li { width: 100%; padding-right: 0px; padding-bottom: 38px; }
	.teamBox figure { float: left; width: 220px; text-align: center; }
	.teamBox figure img { width: 112px; height: 112px; display: inline-block; }
	.teamBox .detail { width:calc(100% - 220px); float: left; padding: 0 0 0 30px; text-align: left; }
	.teamBox .name small { padding-left: 15px; display: inline-block; }
	.teamBox p { padding: 8px 0;}
	.partnerBox ul { margin: 0px; }
	.partnerBox li { width: 100%; padding-right: 0px; padding-bottom: 46px; }
	.partnerBox h2 { padding-left: 0px; }
	.partnerBox figure { width: 220px; float: left; }
	.partnerBox figure img { width: 100%; }
	.partnerBox .detail { width:calc(100% - 220px); padding-left: 30px; float: left; text-align: left; }
	.partnerBox p { padding-top: 0px; }
	#footerCntr address .column { padding-right: 33px; }
	.ctaBox .block { width: 100%; }
	.ctaBox { padding-top: 30px; padding-bottom: 80px; }
	.contactBox { padding-bottom: 40px; }
	.contactBox .right { width: 216px; padding-left: 18px; }
	.contactBox .left { padding-right: 30px; width: calc(100% - 216px);}
	.textBox .content { padding-right: 28px; }
	.textBox p { font-size: 16px; line-height: 28px; }
	.textBox .holder:nth-child(2n) .content { padding-left: 28px; }
	.textBox .holder { padding-bottom: 66px; }
	.textBox .block { padding-bottom: 24px; }
	.textBox { padding-bottom: 20px; }
	.detailBox h1 { font-size: 35px; }
	.detailBox .back { left: 28px; }
	.serviceBox .slider { padding-top: 74px; }
	#mainCntr { padding-top: 70px; }

}

@media only screen and (max-width: 767px) {
	.bannerBox .button { margin-top: 14px; }
	.menuBox:not(.mm-menu) { height: 100vh; }
	.menuBox:not(.mm-menu) ul { position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
	.menuBox:not(.mm-menu) ul li { display: block; width:100%; float: left; margin-left: 0px; margin-bottom: 25px; font-size: 20px; }
	.menuBox:not(.mm-menu) ul li.language { margin-top: 25px; display: block; }
	a.language { display: none; }
	.serviceBox { padding-top: 50px; padding-bottom: 50px; }
	.serviceBox .title .link { display: none; }
	.serviceBox .tab { position: absolute; left: 28px; top: 116px; border: none; z-index: 129; }
	.serviceBox .tab li { margin: 0px; }
	.serviceBox .tab li a { text-indent: -99999px; margin: 0px 4px; width: 8px; height: 8px; display: inline-block; cursor: pointer; border-radius: 100%; background: #e2e2e2; border: none; padding: 0px; }
	.serviceBox .tab li.cycle-pager-active a{ padding: 0px; background: #e04e39; }
	.serviceBox .cycle-pager { display: none; }
	.serviceBox h2 { font-size: 22px; }
	.serviceBox .title { margin: 0px; }
	.serviceBox .slider .content { width: 100%; padding-right: 0px; padding-bottom: 35px; }
	.serviceBox .slider .video { width: 100%; }
	.articlesBox .title .link { display: none; }
	.articlesBox { padding-top: 50px; padding-bottom: 0px; }
	.articlesBox ul { margin-right: -22px; }
	.articlesBox li { padding-right: 22px; }
	.articlesBox.articlesHome li .link { display: none; }
	.articlesBox h3 { font-size: 16px; line-height: 25px; }
	.articlesBox.cases .link { display: none; }
	.feedBox { padding-top: 50px; padding-bottom: 0px; }
	.feedBox .feed ul { margin-right: 0px; }
	.feedBox .feed li { width: 100%; padding-right: 0px; padding-bottom: 5px; }
	.feedBox .feed li .link { display: none; }
	.feedBox .newsletter { float: none; width: auto; margin: 0px -28px; overflow: hidden; }
	.feedBox .newsletter p { width: 100%; }
	.feedBox .newsletter .button { float: none; }
	#footerCntr address .column { width: 100%; padding-right: 0px; }
	#footerCntr address .linkdin { margin-top: 25px; display: inline-block; }
	#footerCntr .footer { padding-bottom: 35px; }
	#footerCntr .bottom p { padding-top: 10px; }
	.breadcrumbsBox { padding-top: 15px; overflow: hidden; position: static; z-index: 2; }
	.breadcrumbsBox ul { margin-left: -20px; background: none; float: left; }
	.detailBox .breadcrumbsBox ul { background: none; }
	.teamBox { padding-top: 70px; }
	.teamBox figure { width: 70px; height: 70px; }
	.teamBox figure img { width: 100%; height: 70px; }
	.teamBox .detail { width: calc(100% - 70px); float: left; padding-left: 20px; }
	.teamBox p { display: none; }
	.teamBox .name small { padding-left: 0px; display: block; }
	.partnerBox { padding-top: 60px; padding-bottom: 10px; }
	.partnerBox h2 { padding-bottom: 40px; }
	.partnerBox figure { float: none; margin: 0px auto; }
	.partnerBox .detail { width: 100%; padding-left: 0px; text-align: center; }
	.bannerBox p { font-size: 16px; line-height: 26px; }
	.bannerBox .text { width: calc(100% - 49px); }
	.bannerBox.small { height: auto; padding-bottom: 30px; overflow: hidden;  }
	.bannerBox.small .text { padding-top: 30px; padding-bottom: 30px; width: 100%; position: static; -webkit-transform: none; transform: none; }
	.bannerBox.small .search { position: static; }
	.bannerBox.small .search fieldset { width: 100%; }
	.bannerBox.home { height: 740px; }
	.bannerBox.funding h1 { padding-top: 30px; font-size: 30px; width: 100%; float: left; }
	.bannerBox.funding { height: 360px; }
	.bannerBox .button { margin-top: 16px; padding: 15px 24px 16px 24px; float: left; }
	.bannerBox.funding .text { width:calc(100% - 56px);}
	.bannerBox.funding .button { margin-top: 67px; }
	.bannerBox.funding .breadcrumbsBox { float: none; text-align: center; }
	.bannerBox.funding .breadcrumbsBox ul { float: none; text-align: center; }
	.bannerBox.funding .breadcrumbsBox li { float: none; display: inline-block; }
	.contentBox { padding-bottom: 15px; }
	.contentBox .text { font-size: 16px; line-height: 26px; }
	.contentBox p { padding-bottom: 33px; font-size: 14px; line-height: 26px; }
	.ctaBox h2 { font-size: 19px; line-height: 30px; padding: 22px 17px 25px 16px; }
	.ctaBox p { padding: 28px 18px 50px 18px; font-size: 16px; line-height: 26px; }
	.ctaBox h2 br { display: none; }
	.contactBox .holder { padding-top: 65px; }
	.contactBox .left { width: 100%; padding-right: 0px; }
	.contactBox .right { width: 100%; }
	.contactBox .right { padding: 60px 0 0 0; border: none; }
	.contactBox ul { margin-right: -40px; }
	.contactBox li { padding-right: 40px; }
	.contactBox .row2 { padding-bottom: 5px; margin-right: 0px; }
	.contactBox .column { margin-bottom: 30px; width: 100%; padding-right: 0px; }
	.detailBox { padding-top: 65px; }
	.detailBox figure { margin-bottom: 5px; }
	.detailBox .button.back { top: -31px; margin: 0px; }
	.detailBox .bottom { padding-bottom: 55px; }
	.detailBox .block { padding-top: 40px; }
	.detailBox h1 { font-size: 24px; line-height: 33px; }
	.detailBox h2 { font-size: 20px; line-height: 30px; }
	.detailBox .button { float: left; margin-top: 40px; }
	.detailBox .text { font-size: 16px; }
	.detailBox p { font-size: 14px; line-height: 26px; }
	.textBox { margin-top: 25px;  padding-top: 80px; }
	.textBox .content { width: 100%; padding-right: 0px; }
	.textBox .video { width: 100%; }
	.textBox .holder:nth-child(2n) .content { padding-left: 0px; }
	.textBox h2 { font-size: 20px; line-height: 30px; letter-spacing: 2px; }
	.paginationBox  span { display: none; }
	.paginationBox ul { padding-top: 20px; padding-bottom: 60px; }
	#footerCntr .title { font-size: 20px; }
	.bannerBox.funding .breadcrumbsBox li { color: #fff; }
	.bannerBox.funding .breadcrumbsBox li a::after { color: #fff; }
	.textBox p { padding: 15px 0; font-size: 14px; line-height: 26px; }
	.textBox .holder{ padding-bottom: 50px; }
	.serviceBox .slider { padding-top: 40px; }
	.detailBox .bottom p { line-height: inherit; }
	.contactBox .row2::before { width: 100%; }
	.teamBox h2 { font-size: 20px; }
	.partnerBox h2 { font-size: 20px; }
}

@media only screen and (max-width: 479px) {
	#mainCntr { padding-top: 60px; }
	#headerCntr .logo { width: 200px; }
	#headerCntr .mobileMenu { top: 9px; }
	.menuBox:not(.mm-menu) { top: 52px; }
	.bannerBox h1 { font-size: 24px; line-height: 33px; }
	.bannerBox p { font-size: 16px; line-height: 26px; }
	.bannerBox .link { margin-right: 35px; }
	.bannerBox .link.funding { margin-right: 0px; }
	.bannerBox.funding h1 { font-size: 24px; }
	.serviceBox h2 { font-size: 20px; line-height: 30px; }
	.serviceBox .cycle-pager { top: 15px; }
	.serviceBox .slider .content { padding-top: 0px; }
	.serviceBox .slider .content h3 { font-size: 16px; }
	.serviceBox .slider .content p { font-size: 14px; line-height: 24px; }
	.serviceBox .slider .video .play { width: 50px; height: 50px; line-height: 50px; font-size: 18px; }
	.articlesBox h2 { font-size: 20px; letter-spacing: 3px; }
	.articlesBox ul { margin-right: 0px; }
	.articlesBox li { padding-bottom: 20px; width: 100%; padding-right: 0px; }
	.articlesBox.cases ul { padding-bottom: 0px; }
	.articlesBox.cases .button { margin: 23px auto 32px auto; }
	.articlesBox li .link { display: none; }
	.feedBox h2{ font-size: 20px; }
	.feedBox .feed p { font-size: 16px; line-height: 25px; }
	.feedBox .newsletter p { font-size: 16px; line-height: 25px; }
	.button { padding: 16px 20px; }
	#footerCntr .bottom p a { margin-left: 0px; display: inline-block; }
	#footerCntr .bottom p { line-height: 24px; }
	.teamBox a.link:after { display: none; }
	.contactBox ul { margin: 0px; }
	.contactBox li { width: 100%; padding-right: 0px; }
	.paginationBox li { padding: 0px 8px; }
	.bannerBox.funding .button { width: 265px; }
	.bannerBox.funding .button img { width: 100%; }
	.breadcrumbsBox ul { padding-right: 0px; }
	.blogDetail.breadcrumbsBox li:last-child { width: 110px; }
}
