@font-face {
  font-family: 'FrutigerLT-Roman';
  src: url('fonts/FrutigerLT-Roman.eot?#iefix') format('embedded-opentype'),  url('fonts/FrutigerLT-Roman.woff') format('woff'), url('fonts/FrutigerLT-Roman.ttf')  format('truetype'), url('fonts/FrutigerLT-Roman.svg#FrutigerLT-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FrutigerLT-Light';
  src: url('fonts/FrutigerLT-Light.eot?#iefix') format('embedded-opentype'),  url('fonts/FrutigerLT-Light.woff') format('woff'), url('fonts/FrutigerLT-Light.ttf')  format('truetype'), url('fonts/FrutigerLT-Light.svg#FrutigerLT-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

.inputEntity {
	margin-bottom: 20px;
	position: relative;
}
.inputEntity input[type=text], .inputEntity input[type=password], .inputEntity textarea, .dk-selected, .fileUpload {
	border: 1px solid #ececec;
	border-radius: 2px;
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 57px;
    background: #f7f7f7;
    line-height: 57px;
    font-size: 16px;
    font-family: 'FrutigerLT-Roman';
    padding: 20px
    
}
.errorInput {
	border: 1px solid #e33c3c !important;
}
.inputEntity textarea {
	max-height: 182px;
    min-height: 182px;
    max-width: 100%;
    min-width: 100%;
	margin: 0;
    line-height: inherit
}
.inputEntity label {
	display: block;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: normal;
	line-height: 19px;
}
.erroMessage {
	position: absolute;
	top: 18px;
    right: 8px;
	padding-top: 5px;
	color: #e33c3c;
	font-weight: 600;
	font-size: 11px;
}
.textareaParent .erroMessage{
    top:6px
}
label + .erroMessage {
	bottom: inherit;
	top: 0;
	right: 0;
	left: inherit;
}
.formActions {
	text-align: right;
}
input[type=checkbox]:not(old), input[type=radio ]:not(old) {
	width : 2em;
	margin : 0;
	padding : 0;
	font-size : 1em;
	opacity : 0;
}
input[type=checkbox]:not(old) + label, input[type=radio ]:not(old) + label {
	display : inline-block;
	margin-left : -2em;
	line-height : 1.5em;
}



input[type=checkbox]:not(old) + label:before, input[type=radio ]:not(old) + label:before {
	display : inline-block;
	width : 12px;
	height : 12px;
	margin : 5px 5px 0 0;
	background : #fff;
	border : 1px solid #000;
	vertical-align : bottom;
	float: left;
	content : '';
}
input[type=radio ]:not(old) + label:before {
	border-radius : 50%;
	display : block;
	width : 12px;
	height : 12px;
	margin : 5px 5px 0 0;
	border-radius : 50%;
	float: left;
	content : '';
}
input[type=radio ]:not(old):checked + label:before, input[type=checkbox ]:not(old):checked + label:before {
	background : #e33c3c;
}
.stackedInput, ul.stackedInput li {
	display: inline-block;
	margin-right: 15px;
}
.fileUpload {
	overflow: hidden;
	position: relative;
}
.fileUpload:after {
	content: "Upload";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background: #396086;
	color: #ffffff;
	padding: 0 15px;
	font-family: "Roboto Slab", serif;
	z-index: 1;
	line-height: 30px;
}
.fileUpload:hover:after {
	background: #000;
}
.fileUpload input {
	font-size: 15px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 99;
	left: 0;
	width: 100%;
	height: 100%;
}
.uploadValue {
	color: #000;
	display: block;
	left: 15px;
	opacity: 1;
	position: absolute;
	z-index: 50;
	color: #525252;
	font-size: 13px;
	height: 30px;
	line-height: 30px;
}

::-webkit-input-placeholder {
	color:#868686;
	-webkit-opacity:1 !important;
}
::-moz-placeholder {
	color:#868686;
	opacity:1 !important;
}
:-ms-input-placeholder {
	color:#868686;
	-ms-opacity:1 !important;
}
input:-moz-placeholder {
	color:#868686;
	-moz-opacity:1 !important;
}
.forgetPassword{
	text-align:right;
	font-size:11px;
	}
.forgetPassword a{
	color:green;
	font-style:italic;
	}
	
	
	
	
	
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 12px;
	height: 23px;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}
.ui-slider-horizontal {
	height: 9px;
	background: red;
}
.ui-slider-horizontal .ui-slider-handle {
	margin-top: -11.5px;
	margin-left: -6px;
	background:blue;
	top:50%;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}
/* You can alter this CSS in order to give Smooth Div Scroll your own look'n'feel */
.uiSliderMain{
	height: 9px;
	background:blue;
	float:none;
	margin-top:12px;
	}

.sliderValue{
	width:85px;
	text-align:center;
	}
.sliderValue input{
	text-align:center;
	}
.loanRadio{
	width:160px;
	}
.allSlidingComponent{
	margin-right:0;
	display:block !important;
	}
.uiSliderParent{
	position:relative;
	padding:1px 33px 15px 33px;
	}

/************************Structuring**********************/
.additionalHeaderComponents{
	float:right;
	}
.logoHolder{
	float:left;
	}
input[type=submit]{
	cursor:pointer;
	}
.logoHolder a{
	display:block;
	width:150px;
	height:100px;
}
.inlineMiddle, .inlinedList > li{
	vertical-align:middle;
	display:inline-block;
	}
.icon, .headerSearch, .mainMenu > ul > li > a{
	position:relative;
	}
.icon:before, .smallTop li + li a:before, .mainMenu > ul > li > a:before{
	display:inline-block;
	vertical-align:middle;
	content:'';
	}
.headerSearch input[type=text]{
	padding:5px 30px 5px 10px;
	}
.headerSearch input[type=submit]{
	position:absolute;
	right:1px;
	top:1px;
	border:0 none;
	bottom:1px;
	}
.mainMenu{
	clear:right;
	float:right;
	padding-top:15px;
	}
.mainMenu > ul > li{
	float:left;
	}
.mainMenu > ul > li > a{
	display:block;
	padding:10px 30px;
	font-size:16px;
    color:#FFF;
    text-transform: uppercase
	}
.headerSearch, .headerBtns{
	margin-left:10px;
	}
.header{
	padding-top:50px;
    position: absolute;
    width:100%;
    left: 0;
    top: 0;
    z-index: 1000
	}
.hasSubmenu{
	position:relative;
	}
.ddSecondLevel{
	position:absolute;
	top:100%;
	left:0;
	}

/***TO REMOVE THE HIGHLIGHT GRAY BG ON SAFARI***/
.ddSecondLevel a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
/************************Structuring**********************/
/***********Droipdown styles************/
.dropDownImage{
	float:left;
	margin-right:10px;
	margin-top:3px;
	}
.dropDownImage img{
	display:block;
	}
.dropDownImage + .dropDownText{
	padding-left:27px;
	display:block;
	}
.dropDownToggle{
	position:relative;
	padding-right:14px;
	}
.dropDown{
	display:inline-block;
	position:relative;
	}
.dropDownToggle{
	display:block;
	}
.dropDownMenu{
	display:none;
	position:absolute;
	top:100%;
	white-space:nowrap;
	z-index:1;
	}
.dropDownMenu li{
	}
.dropDownToggle:after{
	display:block;
	content:'';
	position:absolute;
	top:50%;
	right:0;
	}
/***********Droipdown styles************/

/*****************Slider****************/
.fullBg{
	background-size:cover !important;
    background-position: center center !important
	}
.sliderHeight{
	height:702px;
	}
.sliderContent{
	position:absolute;
	top:50%;
	left:50%;
	max-width:645px;
    width:85%;
        -moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
	}
.sliderMain{
	position:relative;
	}
.sliderMain .flexLoader{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
	}
.sliderMain .flexLoader:before, .sliderMain .flexLoader:after{
	content:'';
	height:100%;
	display:inline-block;
	vertical-align:middle;
	}
.sliderMain .flexLoader .fa-spin{
	display:inline-block;
	vertical-align:middle;
	font-size:50px;
	}
/*****************Slider****************/
body{
    font-family: 'FrutigerLT-Roman';
}
.flexslider{
    margin: 0;
    padding: 0;
    border: none
}

.sliderTitle{
    text-align: center;
    font-size: 40px;
    color:#FFF;
    font-family: 'FrutigerLT-Roman';
    font-weight: normal;
    text-transform: uppercase;

}
.sliderHeight .row,.sliderHeight .posRelative{
    height: 100%
}

.sliderMainHolder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%
}

.contentHolder{
    background:#FFF;
    position: relative
}

.sliderOverlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.9);
    z-index: 1;
    opacity: 0;
}

.contentHolder{
    text-align: center
}
.block{
    
}
.blockTitle,.projectTitle{
    font-weight: normal;
    font-size: 30px;
    color:#686868;
    text-transform: uppercase;
    padding-bottom: 16px;
    position: relative
}
.projectTitle{
    margin-bottom: 75px;
    padding-top: 15px
}
.dashSep{
    position: relative;
    margin-bottom: 55px
}
.projectTitle::before,.dashSep::before{
    content:"";
    width: 75px;
    background:#83837c;
    height: 2px;
    top:0;
    left: 50%;
            -moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
    position: absolute
}
.introBlock{
    padding: 50px 0 55px 0
}
.textContent{
    font-size: 16px;
    color:#565656;
    line-height: 28px
}
.textContent a{
    color:inherit;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
}
.textContent a:hover{
    color:#000
}
.maxText{
    max-width: 950px;
    margin: 0 auto
}
.textContent h3{
    margin-bottom: 28px;
    font-weight: normal;
    color:#686868;
    font-size: 26px;
    font-family: 'FrutigerLT-Light';
}

.projectBlock{
    padding-bottom: 30px
}

.galleySlideHolder .sliderHeight{
    height: 670px
}

.galleySlideHolder .flex-control-nav{
    
}

.projectSeparator{
   height: 75px
}

.flex-control-paging li a{
        border: 1px solid #A0A0A0;
      -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
    background:none
}
.flex-control-paging li a.flex-active,.flex-control-paging li a:hover{
    background:#A0A0A0
}

.projectGallery{
    margin-bottom: 100px
}
.projectGallery.noMargin{
    margin-bottom: 0
}

.formIntro{
    margin-bottom: 50px
}

.contactDetails{
    text-align: left
}
.contactBlock{
    padding-bottom: 80px
}

.contactForm .col-md-6,.contactForm .col-md-12{
    padding: 0 10px !important
}
.contactForm .row{
    margin-right: -15px !important;
    margin-left: -15px !important
}

.mainMenu > ul > li > a:hover{
    color:#000;
    -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:#FFF
}

/*
.mainMenu > ul > li > a::after {
  position: absolute;
  content: '';
  top:0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: white;
  transform-origin:left;
  transition:width 0.4s ease;
  z-index:-1;
}

.mainMenu > ul > li > a:hover::after {
  width: 100%;
}
*/
.btn{
    display: inline-block;
    
}

.formActions input,.btn{
    background:#83837c;
    border: none;
    padding: 0;
    height: 47px;
    line-height: 47px;
    color:#FFF;
    font-size: 16px;
    font-weight: normal;
    font-family: 'FrutigerLT-Roman';
    text-transform: uppercase;
    width: 151px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

 -webkit-appearance: none; /*Safari/Chrome*/
    -moz-appearance: none; /*Firefox*/
    -ms-appearance: none; /*IE*/
    -o-appearance: none; /*Opera*/
    -webkit-border-radius: 0; 

}
.formActions input:hover,.btn:hover{
    background:#000
}

.footer{
    height: 52px;
    line-height: 52px;
}
.footerContent{
    border-top:1px solid #83837c;
    font-size: 14px;
    color:#83837c
}

.addEffect{
    opacity: 0
}

#popupOverlay{
    background:rgba(0,0,0,0.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 5000;
    left: 0;
    top: 0;
    display: none
}
.normalPopup{
    max-width: 80%;
    width: 350px;
    background:#FFF;
    z-index: 6000;
    position: fixed;
    left:50%;
    top:50%;
            -moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
    display: none
}
.popupContent{
    text-align: center;
    padding: 40px 20px
}
.popupContent h3{
    font-size: 20px;
    font-weight: normal
    
}

.closebtn{
    position: absolute;
    right: 7px;
    top: 7px;
    color: #000;
    font-size: 19px;
    cursor: pointer
}

.formActions{
    float: right
}

.errorPage .sliderHeight{
    height: 146px
}

.errorIcon{
    width: 73px;
    height: 66px;
    margin: 0 auto;
    background: transparent url(../images/error.png) no-repeat center center;
    background-size: 73px 66px;
    margin-bottom: 30px;
    
}

.errorContent h3{
    font-size: 50px;
    font-weight: normal;
    font-family: 'FrutigerLT-Roman';
    color:#686868;
    text-transform: uppercase;
    margin-bottom: 20px
}
.errorContent h3 span{
    font-family: 'FrutigerLT-Light';
}
.errorContent .textContent{
    font-size: 18px;
    margin-bottom: 50px
}



.errorContent .btn{
    width: 198px
}

.errorPage.sliderMainHolder{
    position: static
}
.errorPage .sliderOverlay{
    display: none
}

.errorContent{
    position: relative
}

.errorContent .absoluteDiv{
    padding:20px 0;
    position: absolute;
    left: 50%;
    top:50%;
            -moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}

.flexLoader{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
    color:#000
	}
.flexLoader:before,.flexLoader:after{
	content:'';
	height:100%;
	display:inline-block;
	vertical-align:middle;
	}
.flexLoader .fa-spin{
	display:inline-block;
	vertical-align:middle;
	font-size:50px;
    
	}


.ajax_loader {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position:fixed;
    /*-webkit-animation: load 1.8s ease-in-out infinite;
    animation: load 1.8s ease-in-out infinite;
    -moz-transform: skewX(-10deg) skewY(0deg);
    -webkit-transform: skewX(-10deg) skewY(0deg);
    -o-transform: skewX(-10deg) skewY(0deg);
    -ms-transform: skewX(-10deg) skewY(0deg);
    transform: skewX(-10deg) skewY(0deg);*/
    z-index:9000;
    background:rgba(255,255,255,0.7);
}
.ajax_loader::after{
    content:"";
    background: url(../images/ajax-loader.gif);
    background-position:center center;
    background-repeat:no-repeat;
    top: 50%;
    left: 50%;
    width:50px;
    height: 50px;
    position:fixed;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index:9500;
background-size:100% auto
}

.popupContent .errorIcon {
margin-bottom:20px
}

.contactDetails.textContent {line-height:25px}
.SecurityDiv {width:75%; text-align:left;}
.SecurityDiv div {display:inline-block;}
.SecurityDiv .inputDiv{width:65%; margin-right:10px;}
    .SecurityDiv .error {color:red; display:block;}


.sliderMain .flex-control-nav{
        bottom: 20px;
    z-index: 1000
}
.sliderMain .flex-control-paging li a{
    border-color:#FFF
}
.sliderMain .flex-control-paging li a.flex-active,.sliderMain  .flex-control-paging li a:hover{
    background:#FFF
}

.centerTop.fullBg{
    background-position: left top !important
}