/*
Style Name: GXM Web Revamp
Description: Customized Style for GXM Web Revamp Website
Author: Fauzan Rani
Author URI: http://www.fauzanrani.com
*/

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*-------- END of reset -------------------*/




@font-face {
    font-family: 'BrandonRegular';
    src: url('../fonts/brandon_reg-webfont.woff');
    /*src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Bd.svg#Helvetica') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonMed';
    src: url('../fonts/brandon_med-webfont.woff');
    /*src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Bd.svg#Helvetica') format('svg');*/
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'BrandonLightItalic';
    src: url('../fonts/Brandon_light_it.otf');
    /*src: url('../fonts/HelveticaNeueLTStd-Bd.eot?#iefix') format('embedded-opentype'),
         url('../fonts/HelveticaNeueLTStd-Bd.woff') format('woff'),
         url('../fonts/HelveticaNeueLTStd-Bd.ttf') format('truetype'),
         url('../fonts/HelveticaNeueLTStd-Bd.svg#Helvetica') format('svg');*/
    font-weight: normal;
    font-style: normal;
}




/*--------------------------------------------------------------- BASIC WRAPPER, CONTAINER styles --------------*/


body,html{
	padding: 0;
	margin:0;
	font-family:'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 14px;
	color:#2D2D2D;
	background: #fff;
}

.container{
	/*min-height: 50px;*/
	height: auto;
	margin: 0 auto;
}



.container.smaller{
	width: 900px;
}

.row{
	margin:0;
}

.paddingStyle1{
	padding: 60px 0 70px;
}
.paddingStyle2{
	padding: 40px 0 45px;
}

.inline{
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}
.inline:last-child {
	margin-right: 0;
}

/*Video*/
.header-unit {


  border-right:none;
  border-left: none;
  position: static;

}
#video-container {
	position: absolute;
}
#video-container {
	top:0%;
	left:0%;
	min-height:720px;
	width:100%;
	overflow: hidden;
}
video {
	position:absolute;
/*	z-index:0;*/
}
video.fillWidth {
	width: 100%;
	height: auto;
}


.darkLayer {

	background-color: rgba(0,0,0,0.7);


}

.sectionWrapper{
	width: 100%;

	height: auto;
	overflow: hidden;
	clear: both;
	padding: 80px 0px;
}

.width780 {
	width: 780px;
	margin:0 auto;
}

.width680 {
	width: 680px;
	margin: 0 auto;
}

.width570{
	width: 570px;
	margin: 0 auto;
}

.sectionWrapper#testimonials {
	padding: 0;
}

.sectionWrapper.bgGrayPattern{
	background: url(../img/bgGrayPattern.png) repeat;
}
.sectionWrapper.bgBlackPattern{
	background: url(../img/bg-darkpattern.png) repeat;
}

.bgDarkRed{
	background-color: #900 !important;
	color: #FFF;
}

.bgBlack{
	background-color: #101010 !important;
	color: #FFF !important;
}

.bgLessDark{
	background-color: #222 !important;
	color: #FFF !important;
}

.bgDark{
	background-color: #101010 !important;
	color: #FFF;
}
.bgGray{
	background-color: #a2a2a2 !important;
	color: #FFF !important;
}

.bgWhite{
	background-color: #FFF !important;
}

.bgTurquoise{
	background-color: #25c39c !important;
	color: #FFF !important;
}



.lineSep{
	height: 1px;
	background-color: #555;
	/*margin: 20px 0;*/
}

.lineWhite{
	height: 1px;
	background-color: #FFF;
}

.goLeft{
	float: left;
}
.goRight{
	float: right;
}


/*--------------------------------------------------------------- BASIC LINK, TEXT styles --------------*/

h1, h2, h3, h4, h5, h6{
	font-family: 'Droid Serif', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0.5em;
	-webkit-font-smoothing: antialiased;
}
h1{
	font-size: 48px;
	line-height: 1.2;
}
h2{
	font-size: 40px;
	line-height: 1.2;
}
h3{
	font-size: 30px;
	line-height: 1.2;
}
h4{
	font-size: 24px;
	line-height: 1.2;
}
h5{
	font-size: 18px;
	line-height: 1.2;
}
h6{
	font-size: 18px;
	line-height: 1.2;
}

.resetHeading{
	line-height: 1;
	margin-bottom: 40px;
}

/*.container img{
	max-width: 100%;
}*/

.theTitle{
	font-family: 'LibreBold','LibreRegular', Helvetica, Arial, sans-serif;
}
.afterheading {
	font-family: 'BrandonRegular', Helvetica, Arial, sans-serif;
	font-size: 16px;
	margin: 10px 0 45px;
}

.smallheading{
	text-align: center;
	font-family: 'Droid Serif',Arial, sans-serif;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 500;

}

.headline{
	margin-bottom: 34px;
}
.headline p,
.headline a,
.headline li{
	font-size: 17px;
	line-height: 27px;
}

p {
	font-family: 'Open Sans', Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.6;
	margin: 0 0 20px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
}

i{
	font-family: 'Droid Serif',Arial, sans-serif;
	font-style: italic;
}


/* text align left style */
.align-left{text-align: left;}

.textBigger {
	font-size: 1.3em;
	line-height: 1.3em;
}
.textBigger .textBigger {
	font-size: 1.6em;
}

a{
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 12px;
	/*font-weight: 500;*/
	line-height: 16px;
	color:#333;
	-webkit-font-smoothing: antialiased;

}




ul.alignCenter{
	text-align: center;
}
ul.blockInline li{
	display: inline-block;
	margin-right: 15px;
}
ul.blockInline li:last-child{
	margin-right: 0;
}


.leftPost{
	float: left;
}
.rightPost{
	float: right;
}

.gray{
	color: #666;
}
.lightgray{
	color: #999;
}

.yellow{
	color: #f90;
}

.red{
	color: #c00 !important;
}

.darkred, strong{
	color: #900 !important;
}

.orange{
	color: #f60;
}

.lightblue{
	color:#6cf !important;
}

.blue{
	color:#09c;
}

.textleft{
	text-align:left;
}
.textright{
	text-align:right;
}

.metaTag{
	margin-right: 3px;
	padding: 2px 15px;
	border-radius: 5px;
	background-color: #e5e5e5;
}

.tagGray{
	background-color: #e5e5e5;
}
.tagRed{
	background-color: #cc0000;
}

.tagLightRed{
	background-color: #ffb2b2;
}

.contentWhite, .contentWhite p, .contentWhite a, .contentWhite input{
	color: #FFF;
}
.contentCenter,.contentCenter p, .contentCenter a{
	text-align: center;
}
.contentCenter a {
	display: inline-block;
	margin-right: 10px;
}


/*--------------------------------------------------------------- FORM element styles --------------*/

.btn{
	padding: 14px;
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	color:#333;

}
.btn-noBackground{
	margin: 10px 5px;
	background: none !important;
	-webkit-box-shadow: : none !important;
	box-shadow: none !important;
	padding: 2px;
	border-bottom: 1px dotted #FFF;
	color: #FFF;
}
.btn.haveIcon{
	padding-left: 14%;
	background-repeat: no-repeat;
	background-position: 8% center;
}

.btn-cool {
	min-width: 192px;
	height: 54px;

	border-radius: 3px;
	border: none;
	padding: 18px 14px;
	text-transform: uppercase;
	color: #2a2a2a;
	background: #2c997e;
	background: -webkit-linear-gradient(top, #2c997e, #2c997e 50%, #cd3b3b 50%, #cd3b3b);
	background: -moz-linear-gradient(top, #2c997e, #2c997e 50%, #cd3b3b 50%, #cd3b3b);
	background: -ms-linear-gradient(top, #2c997e, #2c997e 50%, #cd3b3b 50%, #cd3b3b);
	background: -o-linear-gradient(top, #2c997e, #2c997e 50%, #cd3b3b 50%, #cd3b3b);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s linear;
	transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.btn.bgGray{
	background: #a2a2a2;
	background: -webkit-linear-gradient(top, #a2a2a2, #a2a2a2 50%, #9a6cbd 50%, #9a6cbd);
	background: -moz-linear-gradient(top, #a2a2a2, #a2a2a2 50%, #9a6cbd 50%, #9a6cbd);
	background: -ms-linear-gradient(top, #a2a2a2, #a2a2a2 50%, #9a6cbd 50%, #9a6cbd);
	background: -o-linear-gradient(top, #a2a2a2, #a2a2a2 50%, #9a6cbd 50%, #9a6cbd);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}



.btn.bgYellowLineWhite {
	border: 2px solid #ffffff;
	background: none;
	color: #ffffff;


	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.bgYellowLineWhite:hover {
	border: 2px solid rgba(255,255,255,0.0);
	background: #deb218;
	color: #ffffff;
	}

.btn.bgYellowLineYellow {
	border: 1px solid #deb218;
	background: none;
	color: #ffffff;


	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.bgYellowLineYellow:hover {
	border: 1px solid rgba(255,255,255,0.0);
	background: #deb218;
	color: #2a2a2a;
}

.btn.bgYellowLineBlackText {
	border: 1px solid #deb218;
	background: none;
	color: #2a2a2a;


	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.bgYellowLineBlackText:hover {
	border: 1px solid rgba(255,255,255,0.0);
	background: #deb218;
	color: #2a2a2a;
}

.btn.bgYellowLineBlack {
	border: 2px solid #2d2d2d;
	background: none;
	color: #2a2a2a;
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.bgYellowLineBlack:hover {
	border: 2px solid rgba(255,255,255,0.0);
	background: #deb218;
	color: #2a2a2a;
}

.btn.bgBlueLineBlack {
	border: 1px solid #052b57;
	background: none;
	color: #2a2a2a;


	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.btn.bgBlueLineBlack:hover {
	border: 1px solid rgba(255,255,255,0.0);
	background: #052b57;
	color: #fff;
}




.btn.bgTurquoise{
	background: #a2a2a2;
	background: -webkit-linear-gradient(top, #25c39c, #25c39c 50%, #e55757 50%, #e55757);
	background: -moz-linear-gradient(top, #25c39c, #25c39c 50%, #e55757 50%, #e55757);
	background: -ms-linear-gradient(top, #25c39c, #25c39c 50%, #e55757 50%, #e55757);
	background: -o-linear-gradient(top, #25c39c, #25c39c 50%, #e55757 50%, #e55757);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
}

.btn.bgYellow{
	background: #f90;
	background: -webkit-linear-gradient(top, #F5E27A, #F5E27A 50%, #f90 50%, #f90);
	background: -moz-linear-gradient(top, #F5E27A, #F5E27A 50%, #f90 50%, #f90);
	background: -ms-linear-gradient(top, #F5E27A, #F5E27A 50%, #f90 50%, #f90);
	background: -o-linear-gradient(top, #F5E27A, #F5E27A 50%, #f90 50%, #f90);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}

.btn.bgLightBlue{
	background: #96DBEB;
	background: -webkit-linear-gradient(top, #96DBEB, #96DBEB 50%, #4768A1 50%, #4768A1);
	background: -moz-linear-gradient(top, #96DBEB, #96DBEB 50%, #4768A1 50%, #4768A1);
	background: -ms-linear-gradient(top, #96DBEB, #96DBEB 50%, #4768A1 50%, #4768A1);
	background: -o-linear-gradient(top, #96DBEB, #96DBEB 50%, #4768A1 50%, #4768A1);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
	-ms-transition: all .2s linear;
	-o-transition: all .2s linear;
}


.btn.bgLessDark{
	background: #1E1E1E;
	background: -webkit-linear-gradient(top, #1E1E1E, #1E1E1E 50%, #380C2A 50%, #380C2A);
	background: -moz-linear-gradient(top, #1E1E1E, #1E1E1E 50%, #380C2A 50%, #380C2A);
	-webkit-background-size: 100% 200%;
	background-size: 100% 200%;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.btn-cool:hover{
	background-position: 0 -100%;
}
/*
cd3b3b
eb9f3d
9a6cbd
7ebe68
380C2A
*/

.btn-diagline {
	background: url(../img/bg-diagonal-lines.png) repeat center center !important;
	min-width: 110px;
	height: 34px;
	padding: 10px 0 12px;
	text-transform: uppercase;
	font-size: 12px;
	color: #FFF;
	border-radius: 3px;
}

.btn-black{
	background-color:#333;
	color:#FFF !important;
}

.btn-yellow{
	background-color:#f90;
	color:#FFF !important;
}

.btn-red{
	background-color:#900;
	color:#FFF !important;
}
.btn-googleMap{
	width: 178px;
	height: 51px;
	background-size: contain;
	font-size: 0;
	color:#FFF !important;
	background-image: url(../img/btn-googlemap.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#e36456;
}
.btn-waze{
	width: 178px;
	height: 51px;
	background-size: contain;
	font-size: 0;
	color:#FFF !important;
	background-image: url(../img/btn-waze.png) !important;
	background-repeat: no-repeat;
	background-position: center;
	background-color:#5c9fb3;
}

.btn-small{
	padding: 12px 10px;
	min-width: 100px;
	max-height: 38px;
}
.btn-small-long{
	padding:12px 20px;
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
}
.btn-med-long{
	padding:15px 42px;
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
.btn-med-bold{
	padding: 14px;
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 18px;
}
.btn-long-bold{
	padding:15px 42px;
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}



.radioWrap{

}
.radioWrap input{
	width: 16px;
	height: 16px;
}
.radioWrap label{
	font-family: 'HelveticaBold', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	color: #333;
	line-height: 1;
	vertical-align: 4px;
	padding: 4px;
}


input[type=text],
input[type=password],
select,
textarea,
.inputText{
	width: 100%;
	padding: 10px 12px;
	border-radius: 5px;
	border:none;
	font-family: 'HelveticaLt', Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #555
}
textarea {
	min-height: 100px;
}

.input-med-long, .inputText.input-med-long{
	width: 95%;
	padding: 7px 14px;
	font-size: 14px;
}

form legend {
	font-family: 'HelveticaMedCond', Helvetica, Arial, sans-serif;
	font-size: 18px;
	margin: 0 0 20px 0;
}

form .blockInput {
	margin: 0 0 20px 0;
}

input[type=text].haveBorder, input[type=password].haveBorder, select.haveBorder, textarea.haveBorder, .inputText.haveBorder{
	border:1px solid #CCC;
}
.label {
	color: #999;
	font-family: 'OpenSansRegular', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.2;
}

.blockAction .inline {
	min-width: 15px;
	max-width: 90%;
	height: 100px;
}
.coolbutton {
	display: inline-block;
	font-family: 'BrandonRegular', Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-decoration: none;
	padding: 15px;
	border: double;
	border-left: none;
	border-right: none;
	background-color: transparent;
	color: #FFF;
}



/*--------------------------------------------------------------- .orderedList styles --------------*/

.orderedList{

}

.orderedList ul{

}
.orderedList ul li{
	overflow: hidden;
	clear: both;
}
.orderedList ul li a{
	font-size: 14px;
	line-height: 30px;
}
.orderedList ul li span{

}
.orderedList ul li .leftPost{
	float: left;
}
.orderedList ul li .rightPost{
	float: right;
}
.linkTitle{
	width: 80%;
}

.orderedList ul li.lastLink{
	display: block;
	margin: 15px 0 0;
}




/*--------------------------------------------------------------- form styles --------------*/

.heading {
	padding: 20px 0px 30px;
	border-bottom: 1px solid #CCC;
	margin: 0 12px 30px;
}
.formWrapper {
	width: 90%;
	margin: 0 auto;
}
.formWrapper .halfForm {
	width: 42%;
	margin-right: 8%;
}

.formWrapper .blockAction {
	width: 100%;
	margin: 0 auto;
}

.formWrapper input[type=text], input[type=password], select, textarea, .inputText {
	background-color: #efefef;
	border-radius: 2px;
	font-family: 'OpenSansRegular', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	color: #AAA;
	padding: 20px 30px 18px;
	border: none;
}

.blockAction .col{
	padding: 0 0 30px;
}


/*--------------------------------------------------------------- HEADER styles --------------*/
#headerWrapper{
	position: fixed;
	padding:0;
	margin:0;
	background: rgba(23,23,23,0.9);
	z-index: 1;
}

/*.sectionWrapper#headerWrapper {
	min-height: 90px;
}*/
#headerWrapper:hover,
#headerWrapper.onActive{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
	background: rgba(23,23,23,1);
}

.emptySpace {
	height: 70px;
}
.smallSpace{
	height: 20px;
}

#headerWrapper .blockContent {
	height: 55px;
	padding: 5px 30px;
}
#headerWrapper .blockContent a {
	display: inline-block;
	vertical-align: top;
	margin-right: 8px;
	text-decoration: none;
}

#headerWrapper .container {
	padding: 14px 0;
	min-height: 15px;
}

#fullNavBar.container {
	padding: 18px 0 15px;
}

#headerWrapper .mainlogoWrap{
	/*width: 13%;*/
}

.mainlogo img {
	width: 90px;
}

#headerWrapper .mainNavWrap {
	float: right;
	padding: 0;
}
#headerWrapper .mainNav {
	width: 100%;
	margin: 20px 0 0;
	vertical-align: bottom;
}

#headerWrapper .mainNav li a,
#headerWrapper .smallLinks li a{
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none !important;
	letter-spacing: 0.8px;
	-webkit-font-smoothing: antialiased;


}

#headerWrapper .smallLinks li a {
	font-size: 11px;
	padding: 2px 0px 2px 6px;
	-webkit-font-smoothing: antialiased;

}

#headerWrapper .mainNav li a:hover,
#headerWrapper .mainNav li a.active,
#headerWrapper .smallLinks li a:hover{
	color:#deb218;
}



#headerWrapper .mainNav li a:before,
#headerWrapper .smallLinks li a:before{
	padding: 0 15px 0 0;
	/*font-family: 'BrandonLightItalic', 'BrandonRegular', Helvetica, Arial, sans-serif;*/
	/*content:'/';*/
	/*font-weight: 300;*/
}
#headerWrapper .mainNav li:first-child a:before,
#headerWrapper .smallLinks li:first-child a:before{
	padding:0;
	content:'';
}


.selectLanguage{
	border: 1px solid #aaaaaa;
}
.selectLanguage a {
	display: inline-block;
	padding: 2px 4px 0px 4px !important;
	background: rgba(255,255,255,0.15);
	color: #777;
	font-size: 10px !important;
}
.selectLanguage a.active{
	background: none;
	color: #FFF;
}

.selectLanguage a:before {
	content: '' !important;
	padding: 0 !important;
}


	/* AFTER SCROLL MENU */
#scrollMenu{
	position: fixed;
	z-index: 1;
	top: -100px;
	min-height: 50px;
	background-color: #171717;
	text-align: center;
	padding: 15px 0 10px;
}

#simpleNavBar{
	min-height: 20px;
}
#simpleNavBar .toggleMenu > a{

	width: 20px;
	height: 20px;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
}


/*--------------------------------------------------------------- #mobileMenuWrapper styles --------------*/
#mobileMenuWrapper{
	position: fixed;
	z-index: 999;
	top: 0;
	background-color: #131313;
	padding: 20px 0 0;
	min-height: 80px;
}

#mobileMenuWrapper .container {
	width: 100% !important;
	padding: 0;
}

#mobileMenuWrapper .toggleMenu{
	overflow: hidden;
	padding: 0 15px 15px;
}

#mobileMenuWrapper .mainlogo{
	float: left;
}
#mobileMenuWrapper .mobileMenuTrigger{
	float: right;
}
#mobileMenuWrapper .mobileMenuTrigger > a{
	display: inline-block;
	width: 37px;
	height: 37px;
	background:url(../img/icon-mainmenu.png) no-repeat center center;
	font-size: 0px;
}
#mobileMenuWrapper .mobileMenuTrigger > a.active{
	background:url(../img/icon-mainmenu-active.png) no-repeat center center;
}

#mobileMenuWrapper .mobileMenu{
	display: none;
}

.mobileMenu{
	min-height: 20px;
}

.mobileMenu .simpleNav {
	display: none;
}
.mobileMenu a {
	display: block;
	padding: 16px 0 12px;
	border-bottom: 1px solid #333;
	background-color: #1a1a1a;
	font-size: 18px;
	line-height: 1.2;
	text-transform: uppercase;
	color: #FFF;
}
.mobileMenu a:hover{
	color: #29edbd;
	text-decoration: none;
}

#menuInvade{
	padding: 40px 0;
	background: url(../img/invade-block/invade_beforeroll.jpg) no-repeat center center;
}



/*--------------------------------------------------------------- #footerWrapper styles --------------*/

#footerContent{
	padding: 0px 0px;
}

#footerWrapper a,
#footerWrapper p,
#footerWrapper label {
	color:#FFF;
	font-size: 12px;
	line-height: 18px;
}

#copyrightWrapper{
	padding: 0px;
	text-align: center;

}

#copyrightText {
	height: 100%;
	text-align: center;
}

#copyrightText .valign {
display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
}

.staticTitle{
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;


}

a.footerLinks {
	color:#ffffff;
}

/*.staticTitle:after{
	padding: 0 0 0 10px;
	font-family: 'BrandonLightItalic', 'BrandonRegular', Helvetica, Arial, sans-serif;
	content: '/';
	font-weight: 300;
}*/
.staticContent a,.staticContent p{
	font-size: 12px;

	line-height: 1.5;
	letter-spacing: 1px;
}

.staticContent p {
	width: 160px;
	margin-right: 24px;
}

.staticContent {float: left;}

.staticContent ul li a {
	padding-bottom: 8px;
	display: block;
	font-family: 'Droid Serif', Arial, sans-serif;
	font-size: 12px;
	font-style: italic;
}


.block-enews .staticTitle:after{
	content: '';
}

.block-enews #enewsbox{
	width: 274px;
	margin-right: 15px;
}

.block-enews input[type=text]{
	font-family: 'LibreItalic','Lucida Sans', 'LibreRegular',Arial, sans-serif;
	font-size: 14px;
	color: #555;
	border-radius: 0;
}

.block-enews .coolbutton {
	font-family: 'BrandonMed', Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	padding: 8px 12px;
}

.block_static{
	padding-top: 56px;
}

/*#quickLinks .block_static {
	float: left;
	margin-right: 100px;
}
#quickLinks .block_static:last-child {
	margin-right: 80px;
}
*/
#quickLinks .staticContent li {
	width: 172px;
	display: inline-block;
	vertical-align: top;
}


#mobileSocialButton{
	text-align: center;
	margin-top: 20px;
}

.socialBtn {
	border: 2px solid #fff;
	width: 100%;
	text-transform: uppercase;
	color:#fff;
}

.socialBtn:hover {
	border: 2px solid rgba(255, 255, 255, 0.0);
	background: #deb218;
}

#footerTop{
	min-height: 200px;
}

#footerBottom p{
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-align: center;
	margin: 0;
	color:#8f8f8f;

}

#footerBottom ul > li{
	float: left;
}
#footerBottom ul > li > a{
	font-family: 'BrandonRegular', Helvetica, Arial, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	margin-right: 15px;
	text-decoration: none;
}

#footerBottom ul > li > a:hover{
	color: #b5b5b5;

}

#footerBottom ul > li a:after{
	padding: 0 0 0 10px;
	font-family: 'BrandonLightItalic', 'BrandonRegular', Helvetica, Arial, sans-serif;
	content: '/';
	font-weight: 300;
}

#footerBottom ul > li:last-child a:after{
	content: '';
}



.blockInvadeWrap {
	height: 0;
}

#block_invade > a{
	display: block;
	width: 95%;
	padding: 56px 0 15px;
	color: #FFF;
	text-decoration: none;
}
#block_invade > a:hover{
	cursor:pointer;

}

.block_static >.staticTitle {
	width: 10em;
	padding: 0.5em 1em 0.5em 1em;
}


.blockInvadeContent .staticTitle a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid #fff;
	border-radius: 5px;
	display: block;
	width: 6em;
	padding: 0.5em 1em;
	background: none;
	-webkit-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	-webkit-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;


}

.blockInvadeContent .staticTitle a:hover {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	border: 1px solid rgba(255,255,255,0.0);
	background: #6e0adf;
/*	background: linear-gradient(#6e0adf, #2e00d3);*/

}

.bgBlockInvade{
	width: 500px;
	margin: 0px -200px 0 -370px;
	position: relative;
	height: 196px;
	z-index: 0;
	background: url(../img/invade-block/invade_beforeroll.jpg) no-repeat center center;
}
.bgBlockInvade.active{
	background-image: url(../img/invade-block/invade_rollover.jpg);
}

.subscribe-title {
	font-size: 14px;
	line-height: 1.6;
	display:block;

	font-weight: 600;
	font-style: italic;
	padding: 8px 0;
}

section.subscribe {
	padding-top:24px;
	padding-bottom: 24px;
}

section.footer {
	padding-top:12px;
	padding-bottom: 12px;
}

section.subscribe {
	border-bottom: 1px solid #1e1e1e;
}

.fa.fa-envelope {
	margin-right: 12px;
}

#subscribe .form-box {
 width:100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
	background: none;
    border: 1px solid #fff;
    border-radius: 2px;
	margin: 0;
	line-height: normal;
}

#subscribe .col-sm-3.email, #subscribe .col-sm-3.subscribe  {
	padding:0;
}

#subscribe .btn-submit {

	height: 36px;
	border: none;
	border-radius: 2px;
	font-size: 14px;
	font-weight: 700;
	background-color: #deb218;
	margin: 0;
	margin-left: 10px;
	line-height: normal;
	padding: 4px 24px;
}

input[type="email"]::-webkit-input-placeholder {
	font-size: 12px;
	font-style: italic;
color: #fff ;
}

input[type="email"]:-moz-placeholder { /* Firefox 18- */
color: blue ;
}

input[type="email"]::-moz-placeholder {  /* Firefox 19+ */
color: blue ;
}

input[type="email"]:-ms-input-placeholder {
color: blue ;
}



/*--------------------------------------------------------------- #introduction styles --------------*/
#introduction{
	height: 720px;
	background: url(../img/bg-intro.jpg) no-repeat top center;
background-size: cover;
	padding: 0;
}

#introduction .theContent{
	margin: 280px auto 0;
}

.darkLayer {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;

}



/*--------------------------------------------------------------- #SERVICES styles --------------*/
.services {
	margin: 60px 0 0;
}
/*.block_service{
	display: inline-block;
	vertical-align: top;
}*/
/*.block_service:hover{
	background:url(../img/service-rollover.png) no-repeat center center;
	background-size: 100% 100%;
}*/

.block_service .theContent{
	width: 350px;
	height: 356px;
	padding: 36px 0;
/*	border-top: 1px solid #555;
	border-bottom: 1px solid #555;*/

}


/*#listOfService div.row div:last-child .theContent {
	border-bottom: 1px solid #CCC;
}*/

.block_service h6 {
	margin: 24px 0 20px;
	color: #e3e3e3;
}

.block_service p {
	font-family: 'OpenSansItalic','OpenSansRegular',Arial, sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #6c6c6c;
}

.block_service ul{

}
.block_service ul li{
	font-family: 'Open Sans',Arial, sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #6c6c6c;
}


/*--------------------------------------------------------------- #WORKS styles --------------*/
/* ============================================================
  GLOBAL
============================================================ */







.sectionWorkThumbs .overlay h3 {
	font-size: 24px;
}

.sectionWorkThumbs .effects .img img {
  display: block;
  margin: 0;
  padding: 0;
/*  max-width: 270px;*/
  height: auto;

}

.sectionWorkThumbs .expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 270px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  text-decoration: none;

}


.effects {
  padding-left: 15px;
}

.effects .img {
  position: relative;
  float: left;

  overflow: hidden;
}


.effects .img img {
  display: block;
  margin: 0;
  padding: 0;
/*  max-width: 360px;*/
  height: auto;
}

.overlay {
  display: block;
  position: absolute;
  z-index: 20;
  background: rgba(222, 178, 24, 0.9);
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.25s;
  border-radius: 8px;
}

a.close-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 45px;
  height: 45px;
  font-size: 20px;

  color: #fff;
  line-height: 45px;
  text-align: center;
  background-color: #000;
  cursor: pointer;
}
a.close-overlay.hidden {
  display: none;
}

.expand {
  display: block;
  position: absolute;
  z-index: 100;
  width: 320px;
  height: 60px;
  text-align: center;
  color: #fff;
  line-height: 50px;



  text-decoration: none;
}

.overlay h3 {
	font-size: 30px;
	font-family: 'LibreBold',Arial, sans-serif;
	letter-spacing: 0.8px;
}

.overlay p {
	font-size: 18px;
	font-family: 'OpenSansRegular', Helvetica, Arial, sans-serif;
}

/*New Overlay*/

#allWorks div.img {
	border-radius: 8px;
}



/* ============================================================
  EFFECT 1 - SLIDE IN BOTTOM
============================================================ */
#effect-1 .overlay {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
}
#effect-1 .overlay .expand {
  left: 0;
  right: 0;
  bottom: 50%;
  margin: 0 auto -30px auto;
}

#effect-1 .img.hover .overlay {
  height: 100%;
}

/**/

.work_summary {
	text-decoration: none;
	display:none;
}

.block_work{
	display: inline-block;
	height: 350px;
	min-width: 350px;
	vertical-align: top;
	margin: 0 0 15px;
	overflow: hidden;
}

.block_workThumb a {
	text-decoration: none;
}

.block_workThumb{
	display: inline-block;
	height: 250px;


	vertical-align: top;
	text-decoration: none;
	overflow: hidden;
}

.block_work.display_thumb {
	height: 270px;
	overflow: hidden;
}

/*.block_work.display_thumb {
	height: 270px;
	overflow: hidden;
}*/

.block_work a{
	display: block;
	width: 100%;
	height: 371px;
	min-width: 372px;
	text-decoration: none;
	background-color: #EEE;
}

.work_thumb{

}
.work_summary{
	width: 250px;
	padding: 32px 0;
	margin: 0;
	color: #FFF;
	text-align: center;
	text-decoration: none;
}
.work_summary h4 {
	margin-bottom: 10px;
}
.work_category {
	font-size: 13px;
	text-transform: uppercase;
}

#projectDetails, #careerDetails{
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	min-height: 0px;
	height: 0px;
	padding: 0;
	background: url(../img/loading.gif) no-repeat center center #FFF;
	overflow-y: hidden;
}

.projectVideoLine {
	margin: 0 0 40px 0;
	border: 1px solid #dddddd
}

.projectVideo {
	margin: 0 0 40px 0;
}




#projectDetails .contentWrapper,
#careerDetails .contentWrapper{
	padding: 70px 0px;
	background-color: #FFF;
}
#project_result h1,
#project_solution h1,
#project_problem h1{
	font-size: 45px;
}

.text .col-md-6 {
	padding: 3% 2% 0 4%;
	text-align: left;
}

#projectDetails p{
	font-size: 15px;
}

#project_solution .secondRow {
	margin: 20px 0 0 0;
}

#projectDetails .contentWrapper > .loadingText,
#careerDetails .contentWrapper > .loadingText{
	position: absolute;
	width: 100%;
	top: 55%;
	left: 0;
	text-align: center;
}

#allWorks .work_img {
	clear: both;
	line-height: 0;
}

.img-responsive {
	margin: 15px 0;
	}

.work_imgThumb {
	height: 100%;
}

.work_imgThumb img {
	width: 250px;

	margin: 0;
	padding: 0;
}
#allWorks .block_work img {
	width: 100%;
}

#mobileProjectMenu{
	position: fixed;
	z-index: 999;
	top: 0;
	background-color: transparent;
	padding: 20px 0 0;
	min-height: 50px;
}


#mobileProjectMenu .container {
	width: 100% !important;
	padding: 0;
}

#mobileProjectMenu .toggleMenu{
	overflow: hidden;
	padding: 0 15px 15px;
}

#mobileProjectMenu .mainlogo{
	float: left;
}
#mobileProjectMenu .mobileMenuTrigger{
	float: right;
}



/*--------------------------------------------------------------- #TESTIMONIALS styles --------------*/
#testimonials .container{
	width: 100%;
}

#testimonialSlider h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

#testimonialSlider {
	display: block;
	height: 368px;
	margin: 0px auto;
	width: 100%;
}

#testimonialSlider .slides li{
	display: none;
	height: 368px;
	background-repeat:no-repeat;

}

#testimonialSlider .slides li:first-child{
	display: list-item;
}

#testimonialSlider .slides{
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	/*min-height: 435px;*/
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;

}
/*#testimonialSlider .slides{ width: 100%; }*/

#testimonialSlider .slides a{
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

#testimonialSlider .sliders-nonimg {
	position: absolute;
	z-index: 101;
	left: 10%;
	top: 80%;
	width: 90%;
	text-align: left;
	text-shadow: 1px 1px 1px #EEE;
}

#testimonialSlider .slide-img{
	width: 100%;
}
#testimonialSlider .sliders-caption {
	width: 800px;
	padding: 120px 0 60px;
}
#testimonialSlider .slide-title {
	position: absolute;
	z-index: 1;
	top: 80px;
	display: block;
	width: 100%;
	font-family: 'BrandonRegular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.2;
}

#testimonialSlider .slide-desc{
	min-width: 200px;
	width: auto;
	max-width: 500px;
	margin: 8px auto;
	text-align: center;
	font-family: 'BrandonRegular', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.2;
}

#testimonialSlider .slide-link{
	background-repeat: no-repeat;
	background-position: left center;
	color: #ffcc00;
	display: block;
	font-size: 18px;
	line-height: 18px;
	width: 300px;
	padding: 0 0 0 25px;
	margin-left: 500px;
	text-transform: uppercase;
	text-decoration: none;
	opacity: 0;
}

#testimonialSlider .flex-direction-nav {
	display: none;
	position: relative;
	/*z-index: 100;*/
	/*min-height: 100px;*/
	margin-top: -35%;
}


#testimonialSlider .flex-prev, .flex-next {
	position: relative;
	/*z-index: 11;*/
	display: block;
	background-repeat: no-repeat;
	color: transparent;
	cursor: pointer;
	height: 101px;
	width: 50px;
	margin: 0px;
	padding: 0px;
}

/*.flex-prev {
	background-image: url('../img/arrow-prev.png');
	float: left;
}

.flex-next {
	background-image: url('../img/arrow-next.png');
	float: right;
}*/

#testimonialSlider .flex-control-paging{
	width: 30px;
	height: auto;
	/*position: relative;
	margin: -14% 0 0;*/
	float: right;
	/*z-index: 100;*/
}

#projectDetails .flex-control-nav {
	bottom: -40px;
}

.flex-control-nav {

position: absolute;
bottom: 140px;
right: 0;
text-align: center;
}

#testimonialSlider .flex-control-paging > li{

}
#testimonialSlider .flex-control-paging > li > a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/slider-pagi.png) no-repeat 0 -20px transparent;
	font-size: 0px;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
}

#testimonialSlider .flex-control-paging > li > .flex-active{
	background-position: 0 2px;
	border: none !important;
}



/*--------------------------------------------------------------- #CLIENTS styles --------------*/
#clients div.clients + div.row {
	margin-top: 40px;
}

#invade{
	background: url(../img/invade.jpg) no-repeat center 0;
	background-size: cover;
}

.clientBlock {margin-top:20px; margin-bottom:20px;}




/*--------------------------------------------------------------- #page-works styles --------------*/

#featuredProject {
	height: 715px;
	background-size: auto 716px;
	background-position: center top;
	background-repeat: no-repeat;
}
#featuredProject .theContent {
	margin-top: 265px;
}
#featuredProject .theContent p {
	margin-bottom: 50px;
	font-family:'Droid Serif',Arial, sans-serif;
	font-style: italic;
}

/* project intro css */
#project_intro{ padding: 30px 0px 80px 0px; }
#project_intro .container{
	width: 985px;
	overflow: hidden;
}

/* close container for project detail page */
#closeContainer{
	display: block;
	position: fixed;
	z-index: 900;
	top: 30px;
	right: 5%;
	text-align: right;
	width: 100%;
}
#closeContainer > a {
	display: block;
	width: 38px;
	height: 38px;
	float: right;
}

/* project image css */
#project_image{padding: 0px}

#project_image .container{
	width: 100% !important;
}
#project_image .container img{
	width: 100%;
}

#backtotop {
	padding: 0px 0px 0px;
	margin-top: -72px;
}
#backtotop a {
	display: inline-block;
	float: right;
	margin-right: 3%;
}

#singleProjectSlider{
}

/* flexslider style */
.flexslider{ border: none; }
.flex-control-paging li a{
	line-height: 14px;
	background-color: black;
}
.flex-control-paging li a.flex-active{
	width:14px;
	height:14px;
	background-color: white;
	border: 1px solid black;
}
.flex-direction-nav a{
	width: 54px;
	height: 96px;
	opacity: 0.5;
}
.flex-direction-nav .flex-prev {
	left: -60px;
}
.flex-direction-nav .flex-next {
	right: -60px;
}
.flex-direction-nav a:before{
	content:url('../img/slider-grayarrow-prev.png');
}
.flex-direction-nav a.flex-next:before{
	content:url('../img/slider-grayarrow-next.png');
}




/*--------------------------------------------------------------- page career styles --------------*/

#careerTop{
	padding: 0px;
}
#careerTop .container {
	width: 100% !important;
	padding: 0;
}

#sliderCareer {
	display: block;
	height: 716px;
	margin: 0px auto;
	width: 100%;
}
#sliderCareer .slides li{
	display: none;
	height: 716px;
	background-position: center top;
	background-size: auto 716px;
}

#sliderCareer .slides li img{
	height: 716px;
}

#sliderCareer .slides li:first-child img{
	display: list-item;
}

#sliderCareer .slides{
	background-image: url(../img/slider-circlebg.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: cover;
	/*min-height: 435px;*/
	height: 100%;
	position: relative;
	overflow: hidden;
	width: 100%;

}
/*#sliderCareer .slides{ width: 100%; }*/

#sliderCareer .slides a{
	display: block;
	overflow: hidden;
	text-decoration: none;
	width: 100%;
}

#careerTop .sliderTitle {
	position: relative;

	top: -460px;
	display: inline-block;
	height: 0;
	margin: 0 auto;
	text-align: center;
}

#careerTop .sliderTitle p{
	font-family: 'Droid Serif',Arial, sans-serif;
	font-size: 18px;
	color: #FFF;
	margin: 0 0 10px;
}

#careerTop .sliderTitle .border{
	height: 5px;
	background-color: #2ea88a;
	opacity: 0.8;
}


#sliderCareer .sliders-caption {
	width: 100%;
	margin: 300px auto 0;
	margin-left: 100%;
	margin-right: 0;
}


#sliderCareer .flex-control-paging{
	position: relative;
	margin: -30px 0 0;
	bottom: 0;

	height: 20px;
	width: auto;
}
#sliderCareer .flex-control-paging > li{
	display: inline-block;
	vertical-align: top;
}
#sliderCareer .flex-control-paging > li > a{
	display: block;
	width: 20px;
	height: 20px;
	background: url(../img/slider-pagi.png) no-repeat 0 -22px transparent;
	font-size: 0px;
	cursor: pointer;
	border: none !important;
	box-shadow: none !important;
}

#sliderCareer .flex-control-paging > li > .flex-active{
	background-position: 0 0;
	border: none !important;
}

#sliderCareer .flex-direction-nav a{
	width: 63px;
	height: 116px;
	background-size: 100%;
	background-repeat: no-repeat;
}

#sliderCareer .flex-prev {
	opacity: 1;
	left: 20px;
	background-image: url('../img/slider-arrow-prev.png');
	float: left;
}

#sliderCareer .flex-next {
	opacity: 1;
	right: 20px;
	background-image: url('../img/slider-arrow-next.png');
	float: right;
}

#sliderCareer .flex-prev:before,
#sliderCareer .flex-next:before{
	content:'';
}




#careerBottom .positions {
	width: 100%;
	padding: 0;
	margin: 0;
}

#careerBottom .block_position{
	display:block;
	height: 218px;
	padding: 68px 0 56px;
	margin: 15px 15px;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
}

#careerBottom .careerPost {
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	height: 150px;

}

#careerBottom a {
	color:#171616;
}

#careerBottom a.btn {
	margin-top: 20px;
}


#careerBottom .block_position:hover {
	border-top: 1px solid #2d2d2d;
	border-bottom: 1px solid #2d2d2d;
}

#careerBottom .block_position{
	text-decoration: none;
}


.position_title{
	font-family: 'Droid Serif',Arial, sans-serif;
	font-style: italic;
}

#careerBottom .block_position p{
	color:#2d2d2d;
	font-size: 18px;
}


	/* Career Details */
.career_details{

}

.career_details .theContent {
	max-width: 782px;
	margin: 0 auto;
}

.brief p {
	font-size: 16px;
}

.theList{

}

.theList ul{
	list-style: none;
}

.theList ul li{
	margin-bottom: 20px;
	padding-left: 32px;
	font-size: 16px;
	line-height: 1.6;
}
.theList ul li:before{
	display: inline-block;
	content: '';
	height: 12px;
	width: 12px;
	margin-right: 20px;
	margin-left: -32px;
	background-color: #2ea88a;
	border-radius: 20px;
}

.career_details .attach_files{
	width: 29%;
}
#career_apply_now {
	padding: 65px 0px 20px;
}





/*--------------------------------------------------------------- page SITEMAP styles --------------*/
.block_sitemap{
	display: inline-block;
	width: 30%;
	padding: 40px 0 20px;
	border-bottom: 1px solid #DDD;
	margin:0 18px;
	color: #171616 !important;
	text-decoration: none !important;
}
.block_sitemap:nth-child(-n+3){ /* for first 3*/
	border-top: 1px solid #DDD;
}

.block_sitemap:hover{
	border-color:#2c997e;
}

.sitemap_title{

}

h3.sitemap_title p > i {
	color: #3c3c3c;
}




/*--------------------------------------------------------------- page CONTACT styles --------------*/

#contactDetails{
	padding: 0px;
}
#contactDetails .container {
	/*width: 100%;*/
}

.block_location{
	margin: 20px 0 20px;
}

#mobileLocation{
	padding-bottom: 50px;
	border-bottom: 1px solid #222;

}

.leftDetails {
	background-color: #131313;

	min-height: 320px;
	padding: 30px 0 0;
}



.leftDetails h3{
	font-size: 30px;
	margin: 0 0 10px;
}

.leftDetails .smallheading{
	font-family: 'LibreItalic','Lucida Sans', 'LibreRegular',Arial, sans-serif;
	font-size: 15px;
	margin: 0 0 20px;
	text-transform: capitalize;
	color: #c0c4c3;
}

.leftDetails .officeAddress p{

	font-size: 14px;
}
.leftDetails .officeContact{
	margin-top:20px;
}

.officeContact a {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: inherit;
	font-weight: bold;
}

.leftDetails .officeContact label{
	display: block;
	margin-bottom: 10px;
	font-family: 'Open Sans',Arial, sans-serif;
	font-size: 17px;
	font-style: italic;
}
.leftDetails .officeContact .coolColor{
	color: #deb218;
}

.rightMap{
	padding: 0px;
}

.rightMap iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(grayscale.svg); /* Firefox 4+ */
  filter: gray; /* IE 6-9 */
}

#map {
                width: 100%;
                height: 360px;
            }

/*--------------------------------------------------------------- page SERVICE styles --------------*/

#featuredProject.page_contact .theContent {
	margin-top: 265px;
}

.page_contact h1{
	font-family: 'Droid Serif', Helvetica, Arial, sans-serif;
}

.page_contact .process{

}
.page_contact .process .block_process{
	display: inline-block;
	vertical-align: top;
	width: 306px;
	height: 147px;
	margin-right: 20px;
	padding: 24px 0;
	background-color:rgba(46,168,138,0.75);
	color: #FFF;
}

.page_contact .process .smallheading{
	font-family: 'LibreItalic','Lucida Sans', 'LibreRegular',Arial, sans-serif;
	font-size: 17px;
	margin-bottom: 20px;
	text-transform: capitalize;
}
#featuredProject.page_contact .theContent p{
	font-size: 17px;
}
#featuredProject.page_contact .process p{
	font-family: 'OpenSansRegular', 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 14px;
}



#listOfService .services .row .theContent{
	border-color: #CCC;
}

/*#listOfService .services .block_service:nth-child(n+3) .theContent{
	border-top: none;
}*/
#listOfService .services .row:last-child .block_service{
	margin-top: 0;
}

#listOfService .block_service h6{
	margin: 14px 0 20px;
	font-family: 'Droid Serif', Arial, sans-serif;
	font-size: 21px;
	color: #414141;
	font-weight: 700;
}


.approach {
}
.block_approach {
	display: inline-block;
	vertical-align: top;
	width: 46%;
	margin-right: 25px;
}

/*--------------------------------------------------------------- #whatWeDo styles --------------*/
#whatWeDo p {
	font-size: 14px;
	line-height: 1.8;
}

#whatWeDo p i {
	font-size: 16px;
}

/*--------------------------------------------------------------- #howWeDo styles --------------*/
#howWeDo {
	background-color: #101010;
}

.theProcess {
	margin: 0 0 0;
}
.block_process{
	display: inline-block;
	vertical-align: top;

}
.block_process:first-child{
	margin: 0 0 0 0;
}

.block_process:nth-child(-n+2):after{
	position: absolute;
	display: inline-block;
	height: 11px;
	content: url('../img/service/arrow-dotted.png');
	margin: -275px 0 0 80px;
}
/*.block_process:last-child:after {
content: "";
}*/

.block_process .theContent{
	width: 370px;
	height: 356px;
	padding: 36px 0;

}
.block_process h6 {
	margin: 24px 0 20px;
	font-size: 21px;
	font-weight: 700;
	color: #fafafa;
}

.block_process p {

	font-size: 14px;

	color: #888;
}

/*Section Work styles*/
/*New Individual Work Page Styles*/
i.fa-times {font-size: 32px;color:#2d2d2d;}

#allWorks .container {text-align: center;}
#allWorks div.row:first-child h4 {margin-top: 60px;}
#allWorks h3 {font-size: 24px;}
#allWorks h4 {font-size: 16px;font-family: 'Open Sans',sans-serif;font-weight: 700;text-transform: uppercase;margin-bottom: 16px;}
#allWorks h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 120px;}
#allWorks ul.transformersList {list-style-type: disc;font-size: 16px; font-family: 'Open Sans', sans-serif;color:#474747;line-height: 1.8;list-style-position: inside;}

#allWorks .img-responsive {margin: 0;}
.imgWrap {padding: 6px;}
#allWorks .col-sm-12 {padding:0 120px;}
#allWorks div.row {margin-top: 16px;}
#allWorks div.img {margin-top: 0px;}
#allWorks p {color:#474747;font-size: 16px;line-height: 1.8;}

.tmdMax {max-width: 800px;}
#allWorks div.img > div > img.tmdMax {margin: 0 auto;}
#allWorks section + div.row {margin-top: 40px;}
#allWorks h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 160px;}

#allWorks div.morespace {margin-top: 60px;}

/*Career*/

#allCareers {text-align: center;}
#allCareers h3 {font-size: 24px;}
#allCareers h4 {font-size: 18px;font-family: 'Open Sans',sans-serif;font-weight: 600;margin-bottom: 16px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;margin-top: 60px;}
#allCareers .col-sm-12 {padding: 0 120px;}

.container.apply {margin-top: 80px;}
#allCareers ul.servicingList {list-style-type: disc;font-size: 16px; font-family: 'Open Sans', sans-serif;color:#474747;line-height: 1.8;list-style-position: inside;margin-bottom: 20px;text-align: left;}

/*Home Page Our Works*/
@media (min-width: 1200px) {
#allWorks h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 120px;}

#allWorks .col-sm-12 {padding:0 120px;}

.imgWork .boxOverlay {width: 100%;height: 100%;position: absolute;z-index: 2;transition: all 0.4s ease-out 0s;}
.workWrapper:hover .boxOverlay {background:rgba(8, 20, 36, 0.8);transition: all 0.4s ease-out 0s;}

.imgWork .boxOverlay .text .valign {display: table-cell;margin: 0 auto;vertical-align: middle;}

.valign h6 {text-transform: uppercase;font-size: 12px;font-family: 'Open Sans',sans-serif; color:#fff;line-height: 1.4;letter-spacing: 1px; font-weight: 700;}
.valign h5 {font-family: 'Open Sans',sans-serif;font-weight: 500;color: #fff; font-size: 16px;line-height: 1.4;}

.imgWork .boxOverlay .text {height:100%;transform: translateY(100%);padding-left: 20px; padding-right: 20px;}
.workWrapper:hover .boxOverlay .text {display: table;transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);transform: translateY(0px);}

.imgWork {overflow: hidden;position: relative;background-size: cover;background-position: center center;width: 100%;height: 100%;}
.imgWork img.test {transition: all 0.25s ease-out 0s;}
.workWrapper:hover img.test {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);transition: all 0.25s ease-out 0s;}

.mobileWork {margin-top: 15px;margin-bottom: 15px;}

/*Careers*/
#allCareers .col-sm-12 {padding: 0 120px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;margin-top: 60px;}
}




@media (min-width: 992px) and (max-width: 1199px) {


.imgWork .boxOverlay {width: 100%;height: 100%;position: absolute;z-index: 2;transition: all 0.4s ease-out 0s;}
.workWrapper:hover .boxOverlay {background:rgba(8, 20, 36, 0.8);transition: all 0.4s ease-out 0s;}

.imgWork .boxOverlay .text .valign {display: table-cell;margin: 0 auto;vertical-align: middle;}

.valign h6 {text-transform: uppercase;font-size: 12px;font-family: 'Open Sans',sans-serif; color:#fff;line-height: 1.4;letter-spacing: 1px; font-weight: 700;}
.valign h5 {font-family: 'Open Sans',sans-serif;font-weight: 500;color: #fff; font-size: 16px;line-height: 1.4;}

.imgWork .boxOverlay .text {height:100%;transform: translateY(100%);padding-left: 20px; padding-right: 20px;}
.workWrapper:hover .boxOverlay .text {display: table;transition: all 400ms cubic-bezier(0.86, 0, 0.07, 1);transform: translateY(0px);}

.imgWork {overflow: hidden;position: relative;background-size: cover;background-position: center center;width: 100%;height: 100%;}
.imgWork img.test {transition: all 0.25s ease-out 0s;}
.workWrapper:hover img.test {-webkit-transform: scale(1.05);-moz-transform: scale(1.05);-ms-transform: scale(1.05);-o-transform: scale(1.05);transform: scale(1.05);transition: all 0.25s ease-out 0s;}

.mobileWork {margin-top: 15px;margin-bottom: 15px;}


#allWorks h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;}

#allCareers .col-sm-12 {padding: 0 15px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;margin-top: 60px;}
}





@media (min-width: 768px) and (max-width: 991px) {
.mobileWork {width: 50%;padding-left: 15px;padding-right: 15px;float: left;margin-top:15px;margin-bottom:15px;}
.workWrapper {display: block;width: auto;}

.boxOverlay {background:rgba(8, 20, 36, 0.8);height: 80px;width:330px;position: absolute;bottom:0;display: block;margin: 0 auto;padding: 0 15px;}
.boxOverlay .text {width: 100%;height: 100%;}
.valign h6 {text-transform: uppercase;font-size: 10px;font-family: 'Open Sans',sans-serif; color:#fff;line-height: 1.4;letter-spacing: 1px; font-weight: 700;margin-top: 10px;}
.valign h5 {font-family: 'Open Sans',sans-serif;font-weight: 500;color: #fff; font-size: 14px;line-height: 1.4;}

#mobileMenuWrapper{z-index: 1;}

#allWorks h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;}

#allCareers .col-sm-12 {padding: 0 15px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;margin-top: 60px;}
}



@media (min-width: 401px) and (max-width: 767px) {
.mobileWork {width: 100%;padding: 0;float: none;margin: 15px auto;}
.workWrapper {margin: 0 auto;display: block;width: 372px;}
.boxOverlay {background:rgba(8, 20, 36, 0.8);height: 80px;width:372px;position: absolute;bottom:0;padding: 0 15px;}
.valign h6 {text-transform: uppercase;font-size: 10px;font-family: 'Open Sans',sans-serif; color:#fff;line-height: 1.4;letter-spacing: 1px; font-weight: 700;margin-top: 10px;}
.valign h5 {font-family: 'Open Sans',sans-serif;font-weight: 500;color: #fff; font-size: 14px;line-height: 1.4;}



#allWorks > div.container {padding-top: 40px;}
#allWorks > div.section {padding-top: 0px;}

#allWorks .col-sm-12 {padding:0 15px;}
#allWorks h1 {font-size: 36px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;}


#allCareers .col-sm-12 {padding: 0 15px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;margin-top: 60px;}
}

@media (max-width: 400px) {
.mobileWork {width: 100%;padding: 0;float: none;margin: 15px auto;}

.boxOverlay {background:rgba(8, 20, 36, 0.8);height: 80px;width:100%;position: absolute;bottom:0;padding: 0 15px;}
.valign h6 {text-transform: uppercase;font-size: 10px;font-family: 'Open Sans',sans-serif; color:#fff;line-height: 1.4;letter-spacing: 1px; font-weight: 700;margin-top: 10px;}
.valign h5 {font-family: 'Open Sans',sans-serif;font-weight: 500;color: #fff; font-size: 14px;line-height: 1.4;}

#allWorks > div.container {padding-top: 40px;}

#allWorks .col-sm-12 {padding:0 15px;}
#allWorks h1 {font-size: 36px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;}

#allCareers .col-sm-12 {padding: 0 15px;}
#allCareers h1 {font-size: 42px;font-family: 'Droid Serif',serif;line-height: 1.25 ;padding: 0 0;margin-top: 60px;}

}

#mobileMenuWrapper{z-index: 1;}
