/*
* Mobileforce main stylesheet
* written by Amri Hidayatulloh
* amri.hidayatulloh@mobileforce.mobi
*/

html, body, .sb-site {
	margin: 0;
	padding: 0;
	background-color: #E7EDF3 !important;
}
#sb-site, .sb-site-container {
	background-color: #E7EDF3 !important;	
}
.row {
	display: inline-block;
	width: 100%;
	outline: none;
}
.row .col {
	display: inline-block;
	outline: none;
}
.left {
	text-align: left;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.justify {
	text-align: justify;
}
.top {
	vertical-align: top;
}
.middle {
	vertical-align: middle;
}
.bottom {
	vertical-align: bottom;
}
.relative {
	position: relative;
}
.absolute {
	position: absolute;
}
.fixed {
	position: fixed;
}
.w5 {
	width: 4.7%;
}
.w10 {
	width: 9.7%;
}
.w15 {
	width: 15.7%;
}
.w20 {
	width: 19.7%;
}
.w25 {
	width: 24.7%;
}
.w30 {
	width: 29.7%;
}
.w35 {
	width: 34.7%;
}
.w40 {
	width: 39.7%;
}
.w45 {
	width: 44.7%;
}
.w50 {
	width: 49.7%;
}
.w55 {
	width: 54.7%;
}
.w60 {
	width: 59.7%;
}
.w65 {
	width: 64.7%;
}
.w70 {
	width: 69.7%;
}
.w75 {
	width: 74.7%;
}
.w80 {
	width: 79.7%;
}
.w85 {
	width: 84.7%;
}
.w90 {
	width: 89.7%;
}
.w95 {
	width: 94.7%;
}
.w100 {
	width: 99.7%;
}
.hidden {
	display: none;
}

/* ---------------------------------------------- */

.desktop-view {
	display: inline-block !important;
}
.mobile-view {
	display: none !important;
}
button.start-project {
	position: fixed;
	z-index: 9999;
	right: -5px;
	top : 40%;
	width: 150px;
	height: 89px;
	border : none;
	background : #fff;
	background: url(../images/1200/btn-startproject.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	transition : all 0.3s;
	-webkit-transition : all 0.3s;
	-ms-transition : all 0.3s;
	-o-transition : all 0.3s;
	-moz-transition : all 0.3s;	
}
button.start-project:hover {
	cursor: pointer;
	right: 0px;
}
button.common-transparent {
	font-family: "DIN";
	border-radius: 20px;
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;
}
button.common-transparent:hover {
	cursor: pointer;
}
button.common-transparent.yellowfill {
	background: #ffd916;
	border: none;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
button.common-transparent.yellowfill:hover {
	opacity: 1;
}
button.common-transparent.white {
	border : double 1px #fff;
	color: #fff;	
	opacity: 0.7;
	background: none;
}
button.common-transparent.white:hover {
	opacity: 1;	
}
button.common-transparent.yellow {
	border : double 1px #ffd916;
	color: #ffd916;	
	opacity: 0.7;
	background: none;
}
button.common-transparent.yellow:hover {
	opacity: 1;	
}
button.common-transparent.gray {
	border : double 1px #444;
	color: #555;	
	opacity: 0.7;
	background: none;
}
button.common-transparent.gray:hover {
	opacity: 1;	
}
button.common-transparent.big {
	font-size: 18px;
}
button.common-transparent.medium {
	font-size: 16px;
	padding: 8px;
}
button.common-transparent.small {
	font-size: 14px;
	padding: 8px 20px;
}
button.common-transparent.footer-white {
	border : double 2px #fff;
	color: #fff;	
	opacity: 0.7;
	font-size: 16px;
	width: 200px;
	height: 50px;
}
button.common-transparent.footer-red {
	border : double 2px #D04543;
	color: #D04543;	
	opacity: 0.7;
	font-size: 16px;
	width: 100%;
	width: 100%;
	height: 50px;	
}


button.red {
	background: #C13F3F;
	font-family: "DIN";
	color: #fff;
	border :none;
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;
}
button.red:hover {
	cursor: pointer;
}
button.red.big {
	font-size: 18px;
}
button.red.medium {
	font-size: 16px;
	padding: 8px;
}

.plus-corner:before {
	content: "+";
	color: #FFD916;
	font-weight: bolder;
	position: absolute;
	top : -30px;
	left: -25px;
	font-size: 46px;
	font-family: 'DIN Medium';
}
.brand-white {
	width: 160px;
	height: 50px;
	background: url(../images/1200/mobileforcelogowhite.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
}
.brand-color {
	width: 275px;
	height: 51px;
	background: url(../images/1200/thinkerboldlogo.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	
}
.mfwhite {
	width: 40px;
	height: 40px;
	background: url(../images/1200/mficonwhite.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;	
	margin: 5px 10px;
}
.tbcolor {
	width: 20px;
	height: 20px;
	background: url(../images/1200/icontb.png);
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;	
}

ul.mainmenu {
	margin: 0;
	padding: 0;
	display: inline-block;
}
ul.mainmenu.fix {
	margin-top: 0px;
}
ul.mainmenu li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	font-family: "DIN";
	font-size: 14px;
	opacity: 0.8;
}
ul.mainmenu li.active {
	opacity: 1;
	font-family: "DIN Bold";
}
ul.mainmenu li a {
	color: #fff;
	text-decoration: none;
}
ul.mainmenu.fix li a {
	color: #272727;
	text-decoration: none;
}
ul.mainmenu li:hover {
	cursor: pointer;
	opacity: 1;
}
a.topmenu {
	color: #fff;
	text-decoration: none;
}
a.topmenu.fix {
	color: #272727;
	text-decoration: none;
}
a.topmenu div {
	margin: 5px;
	opacity: 0.8;
}
a.topmenu div:hover {
	opacity: 1;
}
a.topmenu div.leftborder {
	margin: 5px 5px 5px 10px;
	padding-left: 10px;
	border-left: double 1px #fff;
	opacity: 0.8;
}
a.topmenu.fix div.leftborder {
	margin: 5px 5px 5px 10px;
	padding-left: 10px;
	border-left: double 1px #272727;
	opacity: 0.8;
}
.specialheading {
	font-family: "DINPro-Light";
	font-size: 60px;
	color: #474747;
}
.specialheading.white {
	font-family: "DINPro-Light";
	font-size: 60px;
	color: #FFF;
}
.specialheading .yellowline {
	width: 30px;
	height: 5px;
	background: #ffd916;
	margin-top: 5px;
}
.pushcontent {
	width: 100%;
	height: 50px;
}
.mainmenu-fixed {
	position: fixed;
	top : 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	text-align: center;
	background: #ffd916;
	box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 3px 8px rgba(0,0,0,0.3);
}
.mainmenu-fixed .navbar-container {
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}
.mainmenu-fixed .navbar-container .navbar-wrapper {
	width: 100%;
}
.mainmenu-fixed .navbar-container .navbar-wrapper .brand {
	width: 16%;
	margin-left: -5px;
	margin-top: -1px;
}
.mainmenu-fixed .navbar-container .navbar-wrapper .navigate {
	width: 65%;
}
.mainmenu-fixed .navbar-container .navbar-wrapper .social {
	width: 19%;
	margin-right: -6px;
}
.mflink {
	width: 50px;
	height: 50px;
	background: #DE3E3D;
	margin: -5px -1px -5px 0 !important;
	padding: 0 5px;
}

#bgblack {
	position: fixed;
	z-index: 10000;
	background-color: rgba(0,0,0,0.6);
	width: 100%;
	height: 100%;
	top : 0;
	left: 0;
	display: none;
}

.media-popup {
	position: fixed;
	z-index: 10001;
	top : 10%;
	left: 0;
	width: 100%;
	display: none;
}
.media-popup button.closepopup {
	position: absolute;
	z-index: 2;
	top : -15px;
	right: -15px;
	width: 40px;
	height: 40px;
	border-radius: 20px;
	color: #000;
	font-size: 18px;
	background: #FFD916;
	border: none;
}
.media-popup button.nav {
	position: absolute;
	z-index: 3;
	top : 20%;
	height: 60%;
	padding: 0 4%;
	font-size: 72px;
	color: #fff;
	background: none;
	border: none;
	opacity: 0;
	transition : all 0.5s;
	-moz-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-o-transition : all 0.5s;
}
.media-popup button.nav:hover {
	cursor: pointer;
	opacity: 0.8;
}
.media-popup button.nav.prev {
	left: 0;
}
.media-popup button.nav.next {
	right: 0;
}
.media-popup .media-container {
	width: 800px;
	position: relative;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
	min-height: 400px;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.notification {
	position: absolute;
	z-index: 1000;
	top : 0;
	left: 0;
	width: 94%;
	padding: 3%;
	display: none;
 }
.notification .label {
	font-family: "RalewayLight";
	color: #fff;
	font-size: 14px;
}
.notification.error {
	background-color: #f55;
}
.notification.success {
	background-color: #5b5;
}
.content-wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.content-wrapper .header-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
	display: inline-block;
	height: 710px; /*860px;*/
	overflow: hidden;
	margin-bottom: -5px;
}
.content-wrapper .header-wrapper .navbar-top {
	position: absolute;
	z-index: 5;
	top : 0;
	left: 0;
}
.content-wrapper .header-wrapper .navbar-top .navbar-container {
	width: 90%;
}
.content-wrapper .header-wrapper .navbar-top .navbar-container .brand {
	width: 15%;
}
.content-wrapper .header-wrapper .navbar-top .navbar-container .navigate {
	width: 65%;
}
.content-wrapper .header-wrapper .navbar-top .navbar-container .social {
	width: 18%;
}
.content-wrapper .header-wrapper .banner-wrapper {
	margin: 0;
	padding: 0;
	top : -20px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 800px;
}
.content-wrapper .header-wrapper .banner-wrapper img {
	top : 0;
	left: 0;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.content-wrapper .header-wrapper .banner-wrapper .overlay-black {
	position: absolute;
	z-index: 2;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : rgba(0,0,0,0.5);
}
.content-wrapper .header-wrapper .banner-wrapper.detailwork .overlay-black {
	position: absolute;
	z-index: 2;
	top : 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : url(../images/1200/shadingbanner.png);
	background-position: left top;
	background-size: 110%;
	background-repeat: no-repeat;
	opacity: 0.75;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container {
	position: absolute;
	z-index: 3;
	top : 150px; /*200px;*/
	left: 5%;
	width: 50%;
	height: 300px;
}
.content-wrapper .header-wrapper .banner-wrapper.detailwork .text-container {
	position: absolute;
	z-index: 3;
	top : 37%;
	left: 5%;
	width: 50%;
	height: 300px;
}
.content-wrapper .header-wrapper .banner-wrapper.detailwork .text-container img {
	position: relative;
	width: 50px;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container img.icon {
	width: 130px;
	position: relative;
	display: inline-block;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container .label {
	font-size: 42px;
	color: #fff;
	text-shadow : 0px 0px 3px rgba(0,0,0,0.3);
	font-family: 'DINPro-Light';
	line-height: 130%;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container .label.narow {
	line-height: 70%;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container .label .sublabel {
	font-size: 14px;
	color: #fff;
	text-shadow : 0px 0px 3px rgba(0,0,0,0.4);
	font-family: 'DINPro-Light';
	line-height: 160%;	
}
.content-wrapper .header-wrapper .banner-wrapper .text-container .label .ourproduct {
	font-size: 16px;
	color: #fff;
	text-shadow : 0px 0px 3px rgba(0,0,0,0.3);
	font-family: 'DINPro-Light';
	border-top : double 1px rgba(255,255,255,0.5);
}
.content-wrapper .header-wrapper .banner-wrapper .text-container .label .sublabel.red {
	font-size: 20px;
	color: #E24845;
	text-shadow : 0px 0px 3px rgba(0,0,0,0.3);
	font-family: 'DIN Medium';
	line-height: 130%;	
}
.content-wrapper .header-wrapper .white-wrapper {
	top : 520px; /*640px;*/
	left: 0;
	width: 100%;
	height: 230px;
	background-color: #fff;
	z-index: 3;
	position: absolute;
	padding: 0;
	margin: 0;
}
.content-wrapper .header-wrapper .white-wrapper.yellow {
	background-color: #8E6501;
}
.content-wrapper .header-wrapper .white-wrapper .text-container {
	width: 90%;
	padding: 5%;
	font-size: 14px;
	line-height: 130%;
	color: rgba(0,0,0,0.8);
	font-family: "DIN";
}
.content-wrapper .header-wrapper .thumbnails-wrapper {
	top : 510px; /*610px;*/
	left: 0;
	width: 100%;
	height: 200px;
	z-index: 4;
	position: absolute;
}
.content-wrapper .header-wrapper .thumbnails-wrapper .left-arrow, .right-arrow {
	width: 6%;
	color: #aaa;
	opacity: 0.8;
	padding: 10px;
	font-size: 23px;
	margin: -3px;
	font-weight: bold;
}
.content-wrapper .header-wrapper .thumbnails-wrapper .left-arrow:hover, .right-arrow:hover {
	cursor: pointer;
	opacity: 1;
}
.content-wrapper .header-wrapper .thumbnails-wrapper .left-arrow {
	padding-right: 20px;
	padding-left: 0;
	margin-right: 0.9%;
}
.content-wrapper .header-wrapper .thumbnails-wrapper .right-arrow {
	padding-right: 0px;
	padding-left: 20px;
	margin-left: 0.9%;
}
.content-wrapper .header-wrapper .thumbnails-wrapper .thumbnails {
	width: 83.5%;
	height: 170px;
	margin: -3px;
	overflow: hidden;
	position: relative;
}
.thumbnails .thumb-container {
	width: 100%;
	height: 230px;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
	display: inline-block;
	text-align: center;
}
.thumbnails .thumb-container .thumbitem {
	width: 272px;
	height: 169px;
	overflow: hidden;
	position: relative;
	display: inline-block;
	text-align: middle;
	margin: 0 3px;
	box-shadow: 0px 0px 2px rgba(0,0,0,0.3);
}
.thumbnails .thumb-container .thumbitem img.slide {
	position: absolute;
	top : -10px;
	left: 0;
}
.thumbnails .thumb-container .thumbitem .label-container {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.7);
	top : 218px;
	left: 0;
	width: 272px;
	height: 218px;
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;	
}
.thumbnails .thumb-container .thumbitem .label-container.label-up {
	top : 0;
}
.thumbnails .thumb-container .thumbitem:hover .label-container {
	top : 0;
	cursor: pointer;
}
.thumbnails .thumb-container .thumbitem .label-container .label {
	width: 95%;
	position: absolute;
	z-index: 1;
	color: #fff;
	left: 5%;
	top : 15px;
	line-height: 100%;
}
.thumbnails .thumb-container .thumbitem .label-container .label .title {
	font-family: "DIN Bold";
	font-size: 15px;
	text-transform: uppercase;
	color: #ffd916;
	font-weight: bold;
}
.thumbnails .thumb-container .thumbitem .label-container .label .type {
	font-family: "DIN";
	font-size: 13px;
}
.thumbnails .thumb-container .thumbitem .label-container .label .client {
	font-family: "DIN";
	font-size: 13px;
	text-transform: uppercase;
}
.thumbnails .thumb-container .thumbitem .label-container .label hr.white-separator {
	border: none;
	height: 1px;
	background: #fff;
}
.thumbnails .thumb-container .thumbitem .label-container .client-icon {
	width : 50px;
	right: 20px;
	bottom : 20px;
	position: absolute;
}
.content-wrapper .body-wrapper {
	padding: 0;
	margin: 0;
	position: relative;
	margin-top: -10px;
}
.content-wrapper .body-wrapper .media {
	background: #fff;
	width: 90%;
	min-height: 300px;
	padding: 3% 5%;
	position: relative;
}
.content-wrapper .body-wrapper .media.about {
	background: url(../images/1200/bg-home-aboutservices.jpg) #f2f2f2;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 105%;	
}
.content-wrapper .body-wrapper .media.history {
	background: url(../images/1200/historybg.jpg) #f2f2f2;
	background-position: -100px center;
	background-repeat: no-repeat;
	background-size: 125%;	
}
.content-wrapper .body-wrapper .media.aboutpage {
	height: 200px;
	min-height: 200px;
}
.content-wrapper .body-wrapper .media .heading-title {
	font-family: "DIN";
	color: #333;
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 10px;
}
.content-wrapper .body-wrapper .media .description {
	font-family: "DIN";
	color: #444;
	font-size: 28px;
	line-height: 140%;
	margin-bottom: 30px;
	width:50%;
	margin: 10px 0;
}
.content-wrapper .body-wrapper .services {
	background: #fff;
	width: 90%;
	padding: 3% 5%;
	position: relative;
}
.content-wrapper .body-wrapper .services .heading-title {
	font-family: "DIN Bold";
	color: #272727;
	font-size: 18px;
	margin-bottom: 20px;
}
.content-wrapper .body-wrapper .services .services-wrapper {
	width: 100%;
	margin: 30px 0;
}
.content-wrapper .body-wrapper .services .services-wrapper .item {
	width: 200px;
	padding: 5px 50px 5px 0;
	margin-bottom: 30px;
}
.content-wrapper .body-wrapper .media .services-wrapper .item {
	width: 200px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item.about {
    width: 300px;
    padding: 5px 50px 5px 0;
    margin-bottom: 30px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .icon-area {
	height: 100px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .icon-area .servicesicon {
	font-size: 60px;
	color: #E14745;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .head {
	height: 50px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .heading-title {
	font-family: "DIN";
	font-size: 12px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .heading-title.about {
    font-family: "DIN";
    font-size: 27px;
    margin-top: 20px;
}
.content-wrapper .body-wrapper .services .services-wrapper .item .desc {
	font-family: "DIN";
	font-size: 16px;
	color: #666;
}
.content-wrapper .footer-wrapper {
	height: 120px;
	width: 90%;
	padding: 5%;
	position: relative;
}
.content-wrapper .footer-wrapper.homepage {
	background : url('../images/1200/footerlogotb.png') #ffd916;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 60%;	
}
.content-wrapper .footer-wrapper.aboutpage {
	background : url('../images/1200/bg-awards.jpg') #000;
	background-repeat: no-repeat;
	background-position:  center;
	background-size: 100%;
	height: 250px;	
}
.content-wrapper .footer-wrapper.about {
	height: 400px;
	background : url('../images/1200/footer3.jpg') #9E3230;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 90%;
	padding: 5%;
	position: relative;
}
.content-wrapper .footer-wrapper.about.small {
	height: 60px;
	background : url('../images/1200/footer3.jpg') #9E3230;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	width: 100%;
	padding: 0;
	position: relative;
}
.content-wrapper .footer-wrapper .darthvader {
	width: 360px;
	height: 420px;
	position: absolute;
	z-index: 1;
	top : 95px;
	left: 5%;
	background : url('../images/1200/footer2.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;	
}
.content-wrapper .footer-wrapper .text-area {
	width: 90%;
	height: 300px;
	left: 5%;
	top : 105px;
	position: absolute;
	z-index: 2;
	display: inline-block;
}
.pushlabel {
	margin-top: 90px;
}
.content-wrapper .footer-wrapper .biggertext {
	font-family: "DIN";
	font-size: 48px;
	color: #272727;
}
.content-wrapper .footer-wrapper .biggertext.white {
	color: #fff;
}
.content-wrapper .footer-wrapper .smallertext {
	font-family: "DINPro-Light";
	font-size: 23px;
	color: #474747;
}
.content-wrapper .footer-wrapper .smallertext.white {
	color: #fff;
}
.content-wrapper .footer-wrapper .text-area .head-left {
	width: 350px;
	padding-left: 11px;
}
.content-wrapper .footer-wrapper .text-area .head-left .career {
	border-top: solid 2px #E24745;
	border-right: none;
	border-left : none;
	border-bottom : none;
	font-family: "DIN Medium";
	color: #E24745;
	font-size: 30px;
}
.content-wrapper .footer-wrapper .text-area .head-left .career:before {
	content: "";
}
.content-wrapper .footer-wrapper .text-area .head-left legend {
	padding: 0 10px;
}
.content-wrapper .footer-wrapper .text-area .content-left {
	width: 330px;
	padding: 15px;
}
.content-wrapper .footer-wrapper .text-area .content-right {
	padding-left: 50px;
}

.content-wrapper .footer-wrapper .text-area .desc {
	font-family: "DIN";
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	line-height: 180%;
}
.content-wrapper .footer-wrapper .text-area .footer {
	margin-top: 20px;
}
.content-wrapper .footer-wrapper .text-area .bigtext {
	font-family: "DIN Bold";
	color: #fff;
	font-size: 32px;
	line-height: 150%;
}
.content-wrapper .footer-wrapper .text-area .bigger {
	font-family: "DIN Bold";
	color: #fff;
	font-size: 56px;
	line-height: 150%;
}
.content-wrapper .footer-wrapper .text-area .small {
	font-family: "DIN";
	color: #fff;
	font-size: 28px;
	line-height: 150%;
}
.footer-dark {
	width: 90%;
	padding: 1% 5%;
	background-color: #1f1f1f;
	margin-bottom: -6px;
	color: #f0f0f0;
	font-size: 14px;
	font-family: "DIN";
}
.footer-dark ul.footer-socmed {
	display: inline-block;
}
.footer-dark ul.footer-socmed li {
	display: inline-block;
	margin: 5px;
	opacity: 0.7;
}
.footer-dark ul.footer-socmed li a {
	color: #fff;
}
.footer-dark ul.footer-socmed li:hover {
	cursor: pointer;
	opacity: 1;
}
.text-area .copy {
	font-family: "DIN";
	color: rgba(255,255,255,0.8);
	font-size: 12px;
}
.content-wrapper .footer-wrapper .downcopy {
	background: #272727;
	color : #fff;
	width: 284px;
	height: 30px;
	font-family: "DIN";
	font-size: 12px;
	position: absolute;
	z-index: 3;
	bottom : 0;
	left: 5%;
	padding: 10px;
}
.content-wrapper .footer-wrapper.small .downcopy {
	background: #272727;
	color : #fff;
	width: 350px;
	height: 35px;
	font-family: "DIN";
	font-size: 12px;
	position: absolute;
	z-index: 3;
	bottom : 0;
	left: 5%;
	padding: 12px 10px;
}
.content-wrapper .clients {
	width: 100%;
	background: #272727;
	background-size: 100%;
}
.content-wrapper .clients .client-wrapper {
	width: 90%;
	padding: 3% 5%;
}
.content-wrapper .clients .client-wrapper .thumb-container {
	padding: 20px 0;
	margin: 0;
}
.content-wrapper .clients .client-wrapper .thumb-container .box {
	padding: 1% 2% 1% 0;
	margin: 1% 2% 1% 0;
	width: 15%;
	opacity: 0.7;
	transition : all 0.5s;
	-moz-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-webmit-transition : all 0.5s;
	-o-transition : all 0.5s;
}
.content-wrapper .clients .client-wrapper .thumb-container .box:hover {
	opacity: 1;
}
.content-wrapper .clients .client-wrapper .title {
	font-family: "DIN Bold";
	color: #fff;
	font-size: 23px;
}
.content-wrapper .career-container {
	margin : 0;
	padding: 0;
	background: #000;
}
.content-wrapper .career-container .item {
	width: 50%;
	height: 420px;
	margin: -2px;
	overflow: hidden;
	position: relative;
}
.content-wrapper .career-container .item .overlay {
	width: 100%;
	height: 420px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	z-index: 12;
	top : 0;
	left: 0;
	opacity: 0;
	transition : all 0.5s;
	-moz-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-webmit-transition : all 0.5s;
	-o-transition : all 0.5s;
}
.content-wrapper .career-container .item:hover .overlay {
	opacity: 1;
}
.content-wrapper .career-container .item img.bg {
	width: 100%;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
	transition : all 0.5s;
	-moz-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-webmit-transition : all 0.5s;
	-o-transition : all 0.5s;	
}
.content-wrapper .career-container .item:hover img.bg {
	width: 130%;
	position: absolute;
	z-index: 1;
	top : -15%;
	left: -15%;
}
.content-wrapper .career-container .item .text-container {
	width: 100%;
	position: absolute;
	z-index: 3;
	top : 100px;
	left: 0;
}
.content-wrapper .career-container .item .text-container .icon-area {
	font-size: 60px;
	color: #E14745;
	height: 100px;
	margin-top: 30px;
}
.content-wrapper .career-container .item .text-container img {
	width: 120px;
	margin-bottom: 20px;
}
.content-wrapper .career-container .item .text-container .caption {
	font-family: "DIN Medium";
	color: #E24745;
	font-size: 20px;
}
.content-wrapper .career-wrapper {
	width: 90%;
	padding: 3% 5%;
}
.content-wrapper .career-wrapper div {
	font-family: "DIN";
	line-height: 140%;
	color: rgba(0,0,0,0.8);
}
.content-wrapper .career-wrapper div p {
	font-size: 14px;
}
.content-wrapper .career-wrapper .apply {
	width : 350px;
	height: 230px;
	background: url(../images/1200/footer2.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
	overflow: hidden;
	padding: 20px 0;
}
.content-wrapper .career-wrapper .apply fieldset {
	border-top: solid 1px #E24745;
	border-right: none;
	border-left : none;
	border-bottom : none;
	font-family: "DIN Medium";
	color: #E24745;
	font-size: 23px;
}
.content-wrapper .career-wrapper .apply fieldset .desc {
	font-family: "DIN";
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	margin: 20px 0;
}
.content-wrapper .contact-wrapper {
	width: 100%;
	height: 700px;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.content-wrapper .contact-wrapper .maps {
	width: 100%;
	height: 700px;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
}
.content-wrapper .contact-wrapper .boxwhite {
	position: absolute;
	z-index: 2;
	background: #fff;
	top : 100px;
	left: 5%;
	width: 300px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-ms-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-o-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}
.content-wrapper .contact-wrapper .boxwhite .desc {
	width: 90%;
	padding: 5%;
	font-family: "DIN";
	color: rgba(0,0,0,0,0.8);
	font-size: 12px;
}
.content-wrapper .contact-wrapper .boxwhite .desc .title {
	font-family: "DIN Bold";
}
.gridwork-container {
	padding: 0;
	margin: 0;
}
.gridwork-container .workbox {
	padding: 0;
	margin: 0;
	width: 33.5%;
	height: 189px;
	overflow: hidden;
	position: relative;
	margin-left: -5px;
}
.gridwork-container .workbox:hover {
}
.gridwork-container .workbox img.main {
	position: absolute;
	top : 0;
	left: 0;
	z-index: 1;
	width: 114%;
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;	
}

.gridwork-container .workbox img.vendor {
	position: absolute;
	right : 5%;
	bottom: 5%;
	z-index: 4;
	height: 40px;
	opacity: 0;
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;	
	display: block;
}
.gridwork-container .workbox.full img.vendor {
	height: 30px;
}	
.gridwork-container .workbox:hover img.vendor {
	opacity: 1;
}	
.gridwork-container .workbox.full {
    width: 100%;
    margin-left: 0;
    height: 700px;
}
.gridwork-container .workbox .overlay {
	position: absolute;
	top : 0;
	width: 100%;
	height: 700px;
	z-index: 2;
	background: rgba(0,0,0,0.5);
	transition : all 0.5s;
	-webkit-transition : all 0.5s;
	-ms-transition : all 0.5s;
	-o-transition : all 0.5s;
	-moz-transition : all 0.5s;		
}

.gridwork-container .workbox .text-container {
	position: absolute;
	z-index: 3;
	top : 10%;
	left: 10%;
	width: 90%;
	opacity: 1;
	transition : all 0.3s;
	-webkit-transition : all 0.3s;
	-ms-transition : all 0.3s;
	-o-transition : all 0.3s;
	-moz-transition : all 0.3s;		
}

.gridwork-container .workbox .text-container .description {
	font-family: 'DINPro-Light';
	font-size: 23px;
	width: 50%;
	line-height: 120%;
	margin-top: 20px;
	margin-bottom: 20px;
}

.gridwork-container .workbox .media-container {
	position: absolute;
	z-index: 5;
	top : 500px;
	left: 0;
	width: 100%;
	height: 200px;
}

.gridwork-container .workbox .media-container .yellow-bg {
	position: absolute;
	z-index: 1;
	bottom:  0;
	left: 0;
	width: 100%;
	height: 120px;
	background: #FFD916;
}
.gridwork-container .workbox .media-container .nav {
	position: absolute;
	z-index: 3;
	top : 90px;
	border: none;
	background: none;
	color: #fff;
	font-size: 42px;
}
.gridwork-container .workbox .media-container .nav:hover {
	cursor: pointer;
	opacity: 0.8;
}
.gridwork-container .workbox .media-container .nav.slick-disabled {
	opacity: 0.4;
}
.gridwork-container .workbox .media-container .nav.slick-disabled:hover {
	opacity: 0.4;
	cursor: auto;
}
.gridwork-container .workbox .media-container .nav.prev {
	left: 5%;
}
.gridwork-container .workbox .media-container .nav.next {
	right: 5%;
}
.gridwork-container .workbox .media-container .thumb-container {
	position: absolute;
	z-index: 2;
	top : 10px;
	left: 10%;
	width: 80%;
}

.gridwork-container .workbox .media-container .thumb-container .item {
	height: 170px;
	overflow: hidden;
	margin-right : 14px;
	position: relative;
}
.gridwork-container .workbox .media-container .thumb-container .item img.thumb {
	width: 100%;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
}

.gridwork-container .workbox .media-container .thumb-container .item .textcontainer {
	position: absolute;
	z-index: 2;
	background: rgba(0,0,0,0.7);
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	transition : all 0.3s;
	-webkit-transition : all 0.3s;
	-ms-transition : all 0.3s;
	-o-transition : all 0.3s;
	-moz-transition : all 0.3s;			
}
.gridwork-container .workbox .media-container .thumb-container .item:hover .textcontainer {
	background: rgba(0,0,0,0.9);
	cursor: pointer;
}

.gridwork-container .workbox .media-container .thumb-container .item .textcontainer .wrapper {
	width: 84%;
	padding: 8%;
	display: inline-block;
}
.gridwork-container .workbox .media-container .thumb-container .item .textcontainer .wrapper .icon {
	margin-right: 10px;
}
.gridwork-container .workbox .media-container .thumb-container .item .textcontainer .wrapper .icon img {
	width: 40px;
}

.gridwork-container .workbox .media-container .thumb-container .item .textcontainer .wrapper .title {
	font-family: 'DIN Medium';
	color: #FFD916;
	font-size: 18px;
	margin-bottom: 5px;
}
.gridwork-container .workbox .media-container .thumb-container .item .textcontainer .wrapper .sub {
	font-family: 'DINPro-Light';
	color: #fff;
	font-size: 14px;
}

.gridwork-container .workbox .text-container .plus-corner:before {
	color: #FFD916;
	font-size: 46px;
	font-family: 'DIN Medium';
	font-weight: bolder;
}

.gridwork-container .workbox .text-container .label {
	font-family: "DIN Medium";
	color: #fff;
	font-size: 22px;
	line-height: 90%;
}
.gridwork-container .workbox .text-container .label .ourproduct {
	font-family: "DIN";
	margin-top: 5px;
	border-top : double 1px rgba(255,255,255,0.5);
	padding-top: 5px;
	font-size: 14px;
}
.gridwork-container .workbox.full .text-container .label {
	font-family: "DIN Medium";
	color: #fff;
	font-size: 50px;
	line-height: 80%;
}
.gridwork-container .workbox.full .text-container .label .ourproduct {
	font-family: "DIN";
	margin-top: 5px;
	border-top : double 1px rgba(255,255,255,0.5);
	padding-top: 5px;
	font-size: 18px;
}
.gridwork-container .workbox .text-container .label .sublabel {
	font-family: "DIN";
	font-size: 12px;
}
.gridwork-container .workbox.full .text-container .label .sublabel {
	font-family: "DIN";
	font-size: 16px;
}
.gridwork-container .workbox.grey {
	background: #272727;
}
.gridwork-container .workbox.grey .labelmore {
	width: 100%;
	top : 40%;
	left: 0;
	position: absolute;
	z-index: 1;
	font-family: "DIN Bold";
	color: rgba(255,217,22,0.8);
	font-size: 25px;
}
.gridwork-container .workbox.grey:hover .labelmore {
	color: rgba(255,217,22,1);
}
.video-wrapper {
	padding:0;
	margin: 0;
	height: 430px;
	margin-top: -5px;
	position: relative;
	overflow: hidden;
}
.video-wrapper img {
	width: 100%;
	position: absolute;
	z-index: 1;
	top : 0;
	left: 0;
}
.video-wrapper .overlay {
	position: absolute;
	z-index: 2;
	top : 0;
	left: 0;
	width: 100%;
	height: 450px;
	background: rgba(0,0,0,0.6);
}
.video-wrapper:hover {
	cursor: pointer;
}
.video-wrapper .play-icon {
	position: absolute;
	z-index: 3;
	top : 32%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 100px;
	color: rgba(255,255,255,0.5);
}
.video-wrapper:hover .play-icon {
	color: rgba(255,255,255,0.8);
}
.video-wrapper .text-area {
	position: absolute;
	z-index: 4;
	color: #fff;
	font-size: 20px;
	font-family: "DIN Medium";
	bottom: 20px;
	left: 5%;
}
.video-wrapper .text-area .bigger {
	font-size: 30px;
}
.desc-wrapper {
	position: relative;
	width: 90%;
	padding: 5%;
	margin-top: -5px;
}
.desc-wrapper.white {
	background: #fff;
}
.desc-wrapper.grey {
	background: #f0f0f0;
}
.desc-wrapper .title {
	font-family: "DIN Medium";
	color: #272727;
	font-size: 16px;
	margin-bottom: 20px;
}
.desc-wrapper .desc {
	font-family: "DIN";
	color: #272727;
	font-size: 14px;
	line-height: 130%;
}
.carousel-container {
	padding: 0;
	margin: 20px 0;
}
.carousel-container .preview {
	min-height: 400px;
}
.carousel-container .preview .hidden {
	display: none;
}
.carousel-container .preview img {
	height: 400px;
}
.carousel-container .bullet-container {
	margin-top: 10px;
}
.carousel-container .bullet-container .bullet {
	width: 15px;
	height: 15px;
	background: #ccc;
	margin : 2px;
	transition : all 0.3s;
	-webkit-transition : all 0.3s;
	-ms-transition : all 0.3s;
	-o-transition : all 0.3s;
	-moz-transition : all 0.3s;	
	border-radius: 50%;	
}
.carousel-container .bullet-container .bullet:hover {
	background: #ffd916;
	cursor: pointer;
}
.carousel-container .bullet-container .bullet.active {
	background: #ffd916;
}
.header-wrapper.aboutpage {
	height:550px;
}
.header-wrapper.aboutpage .white-wrapper {
	top:450px;
	min-height:250px;
}
.header-wrapper.careerpage {
	height:450px;
}
.header-wrapper.detail-work {
	height:475px;
	overflow:hidden;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container.aboutpage {
	top : 100px;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container.aboutpage .label {
	font-size: 60px;
	color: #272727;
	font-family: 'DINPro-Light';
	line-height: 130%;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container.aboutpage .label.narow {
	line-height: 80%;
}
.content-wrapper .header-wrapper .banner-wrapper .text-container.aboutpage .label .sublabel {
	font-size: 28px;
	color: #373737;
	font-family: 'DINPro-Light';
	line-height: 140%;	
}
.career-heading {
	width: 90%;
	padding: 5%;
	background: #fff;
}
.career-heading .biggertext {
	font-family: "DIN";
	font-size: 60px;
	color: #ffd916;
}
.career-heading .smallertext {
	font-family: "DIN";
	font-size: 42px;
	color: #575757;
}
.career-body {
	background: #fff;
	width: 90%;
	padding: 0 5%;
}
.career-body .career-item {
	border-top: double 1px #ccc;
	padding: 10px 0;
}
.career-body .career-item .heading .text {
	font-family: "DIN";
	color: #575757;
	font-size: 32px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.career-body .career-item .heading .yellowline {
	background: #ffd916;
	width: 35px;
	height: 5px;
	margin-bottom: 20px;
}
.career-body .career-item .desc {
	font-family: "DIN";
	color: #575757;
	font-size: 14px;
	line-height: 130%;
}
.career-footer {
	width: 90%;
	padding: 7% 5%;
	background: #fff;
}
.career-footer .text {
	font-family: "DIN";
	color: #575757;
	font-size: 28px;
	margin-bottom: 10px;
}
.banner-wrapper .label-container {
	position: absolute;
	z-index: 3;
	top : 18%;
	left: 0;
	width: 30%;
}
.banner-wrapper .label-container .titlename {
	width: 80%;
	font-family: "DIN";
	color: #ffd916;
	font-size: 33px;
	text-align: left;
	text-transform: uppercase;
}
.banner-wrapper .label-container .scope {
	width: 80%;
	font-family: "DIN";
	color: #fff;
	font-size: 18px;
	text-align: left;
}
.banner-wrapper .label-container .vendor {
	width: 80%;
	font-family: "DIN";
	color: #fff;
	font-size: 14px;
	text-align: left;
}
.banner-wrapper .label-container .line {
	width: 100%;
	height: 2px;
	background: #fff;
}
.banner-wrapper .label-container .icons {
	text-align: left;
	width: 80%;
}
.banner-wrapper .label-container .icons img {
	width: 100px;
	position: relative;
	margin-top: 100px;
}










