html, body{
	height:100%;
}

body {
	font-family: Open Sans, sans-serif;
}

.clearFloat{clear:both;}
a{text-decoration:none;}

::-webkit-input-placeholder {
     color: #545454;
}

:-moz-placeholder { /* Firefox 18- */
    color: #545454;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #545454;
}

:-ms-input-placeholder {  
   color: #545454;
}

/*END REGULAR FIX CSS*/	

.uppercase{text-transform:uppercase;}
.alignCenter{text-align:center;}
.alignRight{text-align:right;}
.bold{font-weight:bold;}


/*COLORS*/
.yellowF{
	color: #FFE800;
}

.whiteF{
	color: #fff;
}

.yellowB{
	background: #FFE800;
}

.blackB{
	background: #000000;
}

.whiteB{
	background: #ffffff;
}


/*END COLORS*/
.d_bg{
	height: 100%;
	background: url(../images/bg_bg.jpg) 0 0 no-repeat;
	background-size: cover;
	background-color:#000;
	width: 100%;
}

.pat_bg{
	background: url(../images/blackorchid.png) 0 0 repeat;
}

header{
  padding: 12px 0 0 0;
}

#logo{
  display: block;
  width: 160px;
  margin: 10px 30px 10px 0;
}

.callh1{
  font-weight: 300;
  vertical-align: bottom;
  margin: 50px 0 0 30px;
  font-size: 26px;
}

.callUp{
  line-height: 110%;
  text-shadow: 1px 1px 5px #000000;
    margin-top: 18px;
}

.nav{
	list-style:none;
	  margin-right: 10px;
}

.nav li{
  display: inline-block;
}
.nav li a{
	display: block;
	padding: 11px 6px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.03em;
	-webkit-transition: color 0.7s;
	-moz-transition: color 0.7s;
	-ms-transition: color 0.7s;
	-o-transition: color 0.7s;
	transition: color 0.7s;
}
.nav li a:hover{
	color: #FFE800;
}

#banner{
  height: 400px;
}

.bannerArr{
	position: absolute;
	top: 50%;
	background: #000;
	color: #fff;
	padding: 12px;
	height: 44px;
	width: 40px;
	font-size: 40px;
	text-align: center;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	cursor:pointer;
	-webkit-transition: background 0.7s;
	-moz-transition: background 0.7s;
	-ms-transition: background 0.7s;
	-o-transition: background 0.7s;
	transition: background 0.7s;
	  text-shadow: 1px 1px 2px #000000;
}

.bannerArr:hover{
	  background: #272727;
}

#arrowR{
	left:0;
}

#arrowL{
	right:0;
}

.callout{
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	left: 60px;
	background: rgba(0, 0, 0, 0.39);
	padding: 12px 20px;
	color: #FFE800;
	font-size: 22px;
	text-shadow: 1px 1px 2px #000000;
	font-weight: 600;
	line-height:100%;
	  min-height: 44px;
}

.callout p{
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}

.title_style{
  font-weight: 300;
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.reg_txt{
  font-size: 13px;
  font-weight:400;
  line-height: 22px;
    letter-spacing: 0.02em;
  text-transform: uppercase;
}

.features_container {
  transform: translate(0,60px);
  -webkit-transform: translate(0,60px);
  transition: transform 0.6s ease-out,opacity 0.6s ease-out;
  -webkit-transition: transform 0.6s ease-out,opacity 0.6s ease-out;
  opacity: 0;
}

.features{
  padding: 30px 40px;
}

.fIcon{
	font-size: 24px;
	border: 1px solid #000;
	width: 40px;
	height: 40px;
	padding: 10px;
	border-radius: 35px;
	margin: 15px auto;
	background: #fff;
	cursor: pointer;
}

.featBox:hover > .feature{
  color:#C8AF00;
}

.feature{
	font-weight:400;
	font-size: 20px;
	line-height: 25px;
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
}

.featBoxSp .fIcon{
  display: inline-block;
  vertical-align: top;
  margin: auto;
}

.featBoxSp .feature{
	display: inline-block;
	width: 200px;
	vertical-align: top;
 }

.h330{
	min-height:380px;
}

.h230{
	min-height:240px;
}

.featBoxSp{
	min-height:89px;
 }
 
.fill_form {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.28);
	margin-bottom: 10px;
	padding: 10px;
	color:#fff;
	width: calc(100% - 20px);
	font-family: Open sans, sans-serif;
	font-size: 13px !important;
	border-radius: 0;
	border: 0px solid white;
	border-bottom-width: 1px;
	-webkit-box-shadow: -5px 4px 0px -4px white;
	-moz-box-shadow: -5px 4px 0px -4px blue;
	box-shadow: -16px 15px 0px -15px white;
}

.prm_btn{
	  display: block;
  padding: 9px 25px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  cursor: pointer;
}

.location_info{
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 18px;
}

.location_info li{
  padding-left: 25px;
  margin-bottom: 5px;
  letter-spacing: 0.02em;
}

.location_info i{
  color: #FFE800;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 3px;
  text-align: center;
  width: 20px;
  display: block;
  font-size: 14px;
}

.testim {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(255, 255, 255, 0.24);
}

.testim i{
	color:#867B09;
	font-size: 35px;
	text-align: center;
}

.testimon{
  font-style: italic;
  font-weight: 500;
  text-decoration: underline;
  text-align: right;
}

.service_cont{
	margin-bottom:30px;
}

.img_container{
	width:90%;
	margin: 0 0 25px 0;
}

.no_list{  list-style: none;}

.service_link a{
color: #000;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
}

.service_list{
  padding-left: 40px;
  margin: 10px 0;
}

.copyright{
	color: rgba(204, 204, 204, 0.37);
	padding: 7px 0;
	font-size: 12px;
	text-align: center;
}

#toTop{
  position: absolute; 
  right: -26px;
  top: 0;
  background: #FFE800;
  width: 10px;
  padding: 2px 8px;
  height: 22px;
  color: #000;
  font-size: 16px;
}

