/*css*/

/* @import "../css/superfish.css"; */
@import "../css/touchTouch.css"; 
@import "../css/form.css";  
@import "../css/stuck.css";  
@import "../css/camera.css"; 

@import url(//fonts.googleapis.com/css?family=Lato:400,700,900);

input::-ms-clear {
	 display: none;
}

html, body { }

a[href^="tel:"] {
	color:#FCD703;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; width:100%; font-size:0; line-height:0;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	overflow:hidden;
	width: 100%; 
}
.wrap {
	position: relative;
	/*text-align: center;*/
}
.wrapper-after:after{
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}

.lh24{line-height: 24px;}


body h1.newh1{font-size:38px;font-weight:500;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{ margin-right:0 !important;margin-left:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marLeft1{margin-left: 10px;}

.marRight1{margin-right: 13px;}
.marRight2{margin-right: 69px;}

.padTop1{padding-top: 20px;}

.padBot1{padding-bottom: 60px;}
.padBot2{padding-bottom: 41px;}

.mar1{margin-right: 15px;width: auto;}
.mar2{
	width: 10px;
	display: inline-block;
}
.mar3{margin-left: 10px;}

.marTop0{margin-top: 0px !important;}
.marTop1{
	margin-top: -140px;
	position: relative;
	z-index: 29;
}
.marTop2{margin-top: 19px;}
.marTop3{margin-top: 8px;}
.marTop3pr{margin-top: 8px;font-size:11.5px;}
.marTop4{margin-top: 58px;}
.marTop5{margin-top: 11px;}
.marTop6{margin-top: 25px;}
.marTop7{margin-top: 52px; padding-left: 10px;}
.marTop8{margin-top: 4px; margin-bottom: -4px;}
.marTop9{margin-bottom: 18px;}
.marTop10{margin-top: 18px;}


#hours_operation{max-width:300px;background-color:#353535;margin-top:40px;padding-bottom:25PX;}
#hours_operation h4 {font:24px/24px "Lato", Arial, Helvetica, sans-serif;color:#000; }
#hours_operation .day {font:bold 14px/14px "Lato", Arial, Helvetica, sans-serif;color:#E6E6E6;padding-left:5px; }

#hours_operation .day_box {height:35px;max-width:260px;margin:5px 5px 5px 5px;background-color:#FFFFFF;width:100%;font:bold 20px/35px "Lato", Arial, Helvetica, sans-serif;text-indent:10px;border:solid #626262 1pt;}



#hours_operation .estimate {font:17px/35px "Lato", Arial, Helvetica, sans-serif;color:#E6E6E6;padding-left:5px;text-align:center; }
#hours_operation .btm_phn_box{font:bold 28px/28px "Lato", Arial, Helvetica, sans-serif;color:#FFF;padding-left:5px;margin-top:25px;text-align:center;border-top:dashed 1pt #E6E6E6;padding-top:15px; }
#hours_operation .payment { }

.indent1{width: 100%; margin-top: 30px;}
.indent2{width: 100%; margin-top: 55px;}


.pos_rel{position: relative;}

.marBot1{margin-bottom: -12px;}

.hline2{
	position: relative;
	width: 100%;
	padding-bottom: 29px;
	border-bottom: 1px solid #dedcdc;
	margin-bottom: 6px; padding-left: 10px;
}

.hline1a{
	position: relative;
	width: 100%;
	padding-bottom: 6px;
	border-bottom: 1px solid #dedcdc;
	margin-bottom: 6px;
}

.hline1b{
	position: relative;
	width: 100%;
	padding-bottom: 11px;
	border-bottom: 1px solid #dedcdc;
	margin-bottom:11px;
}

.hline2.v2{
	padding-bottom: 34px;
	margin-bottom: 6px;
}

.box, .box2, .box3{overflow: hidden;}
.bold{font-weight: bold;}
.fw400{font-weight: 400;}
.fw600{font-weight: 600;}

.color1{color: #fff;}

.bg1{background: #fca401;}
.bg2{background: #515151;}
.bg3{background: #000000;}


.phone1{font:32px/32px "Lato", Arial, Helvetica, sans-serif;color:#FFFFFF;margin-top:10px;}
.social{font:13px/16px "Lato", Arial, Helvetica, sans-serif;color:#FFFFFF;margin-top:22px;}




/* Global properties ======================================================== */
html, body { margin:0; padding:0; height:100%;}

body {
	min-width:300px;
	background: #eeeded;
	color:#333333;
	font:14px/20px "Lato", Arial, Helvetica, sans-serif ;
}
.fs_14{font-size: 14px;}
#back-top {
	position: fixed;
	bottom: 40px;
	left: 51%;
	z-index: 1000;
	display: none;
	margin-left: 620px;
	width: 53px;
	height: 53px;
	/*background: url(../images/up-arrow.png) 50% 50% no-repeat;*/
	color: #fff;
	text-align: center;
	cursor: pointer;
	border-radius: 500px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	background: #fca401;
	border-radius: 500px;

}
#back-top i{line-height: 53px; font-size: 20px; /*display: none*/}
#back-top:hover {
	color: #fff;
	background: #f83260;
}
.main{
	padding:0 0 0 0;
	width:100%;
	height: auto; 
	 /*background: #f2f1e6; */
	 margin:0 auto;
}
.div-content{
	margin:0 auto;
	padding-top: 0px;
	padding-bottom: 49px;
	width:100%;
	background: #fff;
	overflow: hidden;
}
.div-content.content_page{padding-bottom: 30px;}
.div-content.content_page2{padding-bottom: 50px;}


#hero_hint_box{
background: url(../images/grey_back1.png);
position:relative;
border-top:solid 1pt #E0E0E0;
border-bottom:solid 1pt #E0E0E0;
padding-bottom:20px;
padding-right:20px;
margin-top:20px;
 }
 
#hero_hint_box .title{font:900 16px/22px 'Lato', Arial, sans-serif; color:#313131;}
#hero_hint_box .text{font:14px/22px 'Lato', Arial, sans-serif; color:#313131; }
#hero_hint_box .terms{font:12px/22px 'Lato', Arial, sans-serif; color:#313131; }
#hero_hint_box .terms_title{font:900 16px/60px 'Lato', Arial, sans-serif; color:#313131; }
#hero_hint_box .header{margin:10px 0px 0px 5px;font:900 28px 'Lato', Arial, sans-serif;padding:10px 0px 0px 5px;}         


#before_after_box{
background-color:#FFFFFF;
position:relative;
margin-top:25px;

 }

#before_after_box .header{margin:10px 0px 0px 5px;font:900 28px 'Lato', Arial, sans-serif;padding:10px 0px 0px 5px;text-transform:uppercase;}  
#before_after_box a{font:bold 17px 'Lato', Arial, sans-serif;color:#1D1D1D;}  
#before_after_box a:hover{font:bold 17px 'Lato', Arial, sans-serif;color:#FCB103;}  
#before_after_box p{padding:0px 10px 0px 10px; }





/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	position: relative;
	display: inline-block;
	margin:0;
	margin-top: 23px;
	float: left;
}
h1 img{max-width: inherit;}


h2 {
	font:900 28px/35px 'Lato', Arial, sans-serif;
	color:#363636;
	margin-top: 66px;
}

.basic{margin:0px 0px 0px 0px;font:900 28px 'Lato', Arial, sans-serif;  }
.basic2{margin:10px 0px 0px 10px;font:900 28px 'Lato', Arial, sans-serif;padding:10px 0px 0px 10px;  }
#format{ text-shadow:#000 1.5px 1.5px 1.5px ; }
#format1{ text-shadow:#fff 1.5px 1.5px 1.5px ;color:#000000 }
#format2{ text-shadow:#000 1.0px 1.0px 1.0px ; font:900 20px 'Lato', Arial, sans-serif;padding-bottom:15px;line-height:35px; }
#format2link{ text-shadow:#000 1.5px 1.5px 1.5px ; font:900 20px 'Lato', Arial, sans-serif;color:#FFF;background-color:#000;line-height:45PX;padding-top:25.5px;padding-bottom:25.5px;padding-left:27px;padding-right:27px;text-align:center;}
#format2link:hover{ text-shadow:#000 1.5px 1.5px 1.5px ; font:900 20px 'Lato', Arial, sans-serif;color:#FCA503;background-color:#FFF;line-height:45PX;padding-top:25.5px;padding-bottom:25.5px;padding-left:27px;padding-right:27px;text-align:center; }

#price-guide{background-color:#FFFFD5;min-height:50px;margin-top:25px;border:solid #FCD703 1pt;padding:10px 10px 10px 10px;font:14px/22px 'Lato', Arial, sans-serif;}
#price-guide span{font:16px/25px 'Lato', Arial, sans-serif; }
#price-guide .title{font:bold 30px/50px 'Lato', Arial, sans-serif;text-align:center; color:#000;margin-bottom:5px; }
#price-guide li{border-bottom:dotted 1pt #FCD703;padding-bottom:3px;margin-bottom:5px; }
#price-guide .phone{font:bold 30px/50px 'Lato', Arial, sans-serif;background-color:#FBA504;text-align:center; text-shadow:#000 1.5px 1.5px 1.5px ; color:#FFFFFF;}


h3 {
	font:bold 24px/25px 'Lato', Arial, sans-serif;
	margin-top: 19px;
}




h4 {
	font:300 18px/30px 'Lato', Arial, sans-serif;
	color:#4E4E4E;
	margin-top: 37px;
	text-transform: uppercase;
}


#search-results h4{color: #000; padding-bottom: 12px;}
span.search{color: #f83260 !important;}
#search-results h4 a:hover{color: #f83260;}
h5{ 
	margin-top: 10px;
	margin-bottom: 0;
	color:#333333;
	text-transform: uppercase;
	font:14px/22px 'Lato', Arial, sans-serif;
}

.txt1 {
	font:900 50px/50px 'Lato', Arial, sans-serif;
	margin-top: 138px;
	color: #fff;
	background: url(../images/bg2.png);
	padding: 10px 13px 9px;
	display: inline-block;
 text-shadow:#000 1.5px 1.5px 1.5px ;
 border:solid 1pt #FFFFFF;
}
.txt1 a{}
.txt1 a:hover{color:#000000; text-shadow:#fff 1.5px 1.5px 1.5px;}


.txt2 {
	font:bold 40px/40px 'Lato', Arial, sans-serif;
	margin-top: 8px;
	color: #fff;
    text-shadow:#000 1.5px 1.5px 1.5px ;
}
.txt3 {
	font:bold 39px/42px 'Lato', Arial, sans-serif;
	color: #fff;text-shadow:#000 1.5px 1.5px 1.5px ;
}

.txt3 a{}
.txt3 a:hover{color:#C0C0C0; text-shadow:#000 1.5px 1.5px 1.5px;}

.txt3a {
	font:bold 39px/42px 'Lato', Arial, sans-serif;
	color: #fff;text-shadow:#000 1.5px 1.5px 1.5px ;
}

.txt3a a{}
.txt3a a:hover{color:#FCD703; text-shadow:#000 1.5px 1.5px 1.5px;}

.txt3b {
	font:bold 39px/42px 'Lato', Arial, sans-serif;
	color: #fff;text-shadow:#000 1.5px 1.5px 1.5px ;
}

.txt3b a{}
.txt3b a:hover{color:#FCD703; text-shadow:#000 1.5px 1.5px 1.5px;}



.icon1{
	font-size: 44px;
	color: #fff;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.icon2{
	margin-top: 4px;
	margin-right: 5px;
}

.txt4 {
	font:13px/20px 'Lato', Arial, sans-serif;
	margin-top: 24px;
	color: #fff;
	background: #3bce42;
	padding: 6px 19px;
	display: inline-block;
}
.txt5 {
	font:bold 15px/20px 'Lato', Arial, sans-serif;
	color: #2050bb;
	margin-top: 20px;
	margin-bottom: 17px;
    line-height:36px;
}
.txt6 {
	font:12px/20px 'Lato', Arial, sans-serif;
	margin-top: 13px;
	color: #777;
	padding: 6px 0;
	display: inline-block;
	float: left;
	margin-right: -1px;
	border: 1px solid #dedcdc;
	min-width: 72px;
	text-indent: 5px;
}
.txt7 {
	font:bold 15px/20px 'Lato', Arial, sans-serif;
	color: #3bce42;
	margin-top: 25px;
	text-decoration: underline;
}
.txt8 {
	font:13px/17px 'Lato', Arial, sans-serif;
	margin-top: 2px;
    font-weight:bold;
    
}
.txt9 {
	font:bold 18px/25px 'Lato', Arial, sans-serif;
	margin-top: 0px;
     text-shadow:#000 1.0px 1.0px 1.0px ;
}
.txt10 {
	font-size: 14px;
	color: #2050bb;
	text-transform: uppercase;
}
.txt11 {
	font:bold 18px/25px 'Lato', Arial, sans-serif;
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 3px;
	color: #2050bb;
}
.txt12 {
	font:bold 18px/25px 'Lato', Arial, sans-serif;
	margin-top: 0px;
	display: inline-block;
	margin-bottom: 3px;
	color: #f83260;
	margin-top: -4px;
}
.txt13 {
	font-size: 16px;
	font-weight: bold;
}

.txt14 {
	font:12px/19px 'Lato', Arial, sans-serif;}
    
.txt15 {
	font:13px/20px 'Lato', Arial, sans-serif;}
    
    

.p1{color:#FFFFFF;font:18px/25px 'Lato', Arial, sans-serif; }
p{margin-top: 15px;}
img{ margin-bottom: 0px;max-width:100%; height:auto;}

.img1{margin-top: 30px;}
.img2{
	margin-top: 13px;
	float: left;
	margin-right: 22px;border:solid 0pt #000000;
}

.you_tube_player{margin-top: 13px;
	float: left;
	margin-right:22px;
    width:300px;
    height:225px;
    background-color:#000000;
    border:solid 1px #FCD703;
    overflow:hidden;
     }

.quote_box{width:100%;height:75px;font-size:20px;background-color:#000;color:#FCD703;line-height:75px; text-align:center;margin-top:20px;}



.img3{ max-width: 100%; height: auto; display: block;
margin-top: 27px;
margin-bottom: 8px;
border-radius: 5px 5px 5px 5px;
  -ms-border-radius:  5px 5px 5px 5px;
  -moz-border-radius:  5px 5px 5px 5px;;
  -webkit-border-radius:  5px 5px 5px 5px;
  -khtml-border-radius:  5px 5px 5px 5px;
  border:solid 1px #8F8F8F;
  
  }
  
  
  
  
.img4{margin-top: 12px;margin-bottom: 12px;}
.img5{
	margin-top: 13px;
	float: right;
	margin-right: 22px;
}

a { 
	text-decoration:none; 
	cursor:pointer;
	color: inherit;
}

.share{font-size:large; font-weight:bold; color:#313131;}
.share2a{font-size:medium; color:#313131;line-height:25px;}
.share3{font:bold 15px/23px 'Lato', Arial, sans-serif; font-weight:bold; color:#313131;}
.share3a{font:bold 15px/23px 'Lato', Arial, sans-serif; font-weight:normal; color:#313131;}
.share2{font:bold 21px/25px 'Lato', Arial, sans-serif;  color:#313131;}
.tops_qa{font-size:large; font-weight:bold; color:#313131;}

.link1{color: inherit;padding-right:10px;font-size:14px;}
.link1:hover{color: #000;}
.link1:hover .icon1{color: #000;}

.review-title-google{font-size:17.5px; }
.review-title-google:hover{font-size:17.5px;color:#0404FF; }

.review-title-angie{font-size:17.5px; }
.review-title-angie:hover{font-size:17.5px;color:#008000; }

.review-title-yelp{font-size:17.5px; }
.review-title-yelp:hover{font-size:17.5px;color:#FF0000; }

.review-title-facebook{font-size:17.5px; }
.review-title-facebook:hover{font-size:17.5px;color:#004080; }


.review-title2{font-size:14px; }


#far_north_side{font-size:12px; }
#far_north_side span{font-size:10.5px; }
#far_north_side a{font-weight:bold; color:#000000;text-decoration:none;}
#far_north_side a:hover{font-weight:bold; color:#800000;text-decoration:underline;}

#north_side{font-size:12px; }
#north_side span{font-size:10.5px; }
#north_side a{font-weight:bold; color:#000000;text-decoration:none;}
#north_side a:hover{font-weight:bold; color:#800000;text-decoration:underline;}

#northwest_side{font-size:12px; }
#northwest_side span{font-size:10.5px; }
#northwest_side a{font-weight:bold; color:#000000;text-decoration:none;}
#northwest_side a:hover{font-weight:bold; color:#800000;text-decoration:underline;}

#central{font-size:12px; }
#central span{font-size:10.5px; }
#central a{font-weight:bold; color:#000000;text-decoration:none;}
#central a:hover{font-weight:bold; color:#800000;text-decoration:underline;}

#near_west_side{font-size:12px; }
#near_west_side span{font-size:10.5px; }
#near_west_side a{font-weight:bold; color:#000000;text-decoration:none;}
#near_west_side a:hover{font-weight:bold; color:#800000;text-decoration:underline;}

#southwest_side{font-size:12px; }
#southwest_side span{font-size:10.5px; }
#southwest_side a{font-weight:bold; color:#000000;text-decoration:none;}
#southwest_side a:hover{font-weight:bold; color:#800000;text-decoration:underline;}


.review-date{font-size:14px; }

a.link1{color:#000;font-size:18px;}
a.link1:hover{color: #000;}
a.link1:hover .icon1{color: #000;}

#hero{background: url(../images/hero_background.png) repeat-x #fff;}
#shadow{text-shadow:#C0C0C0 1.1px 1.18px 1.18px;}

.link2{color: #484848; font:14px/25px 'Lato', Arial, sans-serif; }

.link212{color: #FAA505; font:21.5px/25px 'Lato', Arial, sans-serif;text-shadow:#000 .3px .3px .3px;}
.YT_icon{float:left;margin-right:5px;margin-top:0px;resize:inherit;width:76px;height:28px; }

.link21a{color: #282828;text-shadow:#000 .5px .5px .5px;font:28px/28px 'Lato', Arial, sans-serif;}
.link21a:hover{color: #FCA503;text-shadow:#000 .5px .5px .5px;font:28px/28px 'Lato', Arial, sans-serif;}

.link3{color: #FAB005;font-size:35px;line-height:40px;}
.link4{color: #FAB005;font-size:28px;line-height:40px;}

#hero_tip1{
min-height:75px;
background-color:#FCD703;
background: url(../images/hero_banner.png);
padding:15px 0px 50px 75px;
border:solid 1pt #000;
}



#hero_tip1 .title1{color: #Fff;text-shadow:#000 .5px .5px .5px;font:36px/36px 'Lato', Arial, sans-serif; }
#hero_tip1 .text1{color: #Fff;font:16px/16px 'Lato', Arial, sans-serif; }


.Angie-list{color: #272727;font-size:25px;line-height:40px;}
.Angie-list:hover{color: #537700;font-size:25px;line-height:40px;}

.home-advisor{color: #272727;font-size:25px;line-height:40px;}
.home-advisor:hover{color: #FA6705;font-size:25px;line-height:40px;}

.yelp{color: #272727;font-size:25px;line-height:40px;}
.yelp:hover{color: #9D0000;font-size:25px;line-height:40px;}

.face-book{color: #272727;font-size:25px;line-height:40px;}
.face-book:hover{color: #004080;font-size:25px;line-height:40px;}

.google{color: #272727;font-size:25px;line-height:40px;}
.google:hover{color: #008000;font-size:25px;line-height:40px;}

.you-tube{color: #272727;font-size:25px;line-height:40px;}
.you-tube:hover{color: #A60000;font-size:25px;line-height:40px;}

.twitter{color: #272727;font-size:25px;line-height:40px;}
.twitter:hover{color: #07B8EB;font-size:25px;line-height:40px;}

.pintrest{color: #272727;font-size:25px;line-height:40px;}
.pintrest:hover{color: #9D0000;font-size:25px;line-height:40px;}

#grey_box{background-color:#FFF;border:solid 0pt #EFEFEF;padding-left:10px;padding-right:10px;padding-bottom:10px;}



.cornerstones{font-size:26px;line-height:70px; }
.pledge{font-size:14px;padding-top:5px;}
.ethics{font-size:17px;line-height:70px; }
.ethics2{font-size:17px;line-height:70px; }
.ethics3{font-size:17px;line-height:26px; }]

.ethics10{font-size:17px;line-height:70px; }

#services_box{width:100%;background-color::#F4F4F4; }

.bold{font-weight:bold; }

a.link2{color: #FAB005;}
a.link2:hover{color: #f83260;}

a.link2a{color: #FAB005;font-size:21px;}
a.link2a:hover{color: #f83260;}

a.link3{color: #f83260;}
a.link3:hover{color: #000;}


a:hover{
	color: #f83260;
	text-decoration:none;
}
a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.num_section{
	position: relative;
	width: 43px;
	height: 60px;
	/*height: 126px;*/
	background-color: #FBAB04;
	float: left;
	margin-right: 22px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font: bold 30px/65px 'Lato', Arial, sans-serif;
}

.num_section2{
	position: relative;
	width: 87px;
	height: 163px;
	/*height: 126px;*/
	background-color: #Fff;
	float: left;
	margin-right: 22px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font: bold 30px/50px 'Lato', Arial, sans-serif;
}

.num_section3{
	position: relative;
	width: 43px;
	height: 50px;
	/*height: 126px;*/
	background-color: #FBAB04;
	float: left;
	margin-right: 22px;
	text-align: center;
	margin-top: 20px;
	color: #fff;
	text-transform: uppercase;
	font: bold 30px/50px 'Lato', Arial, sans-serif;
}


.day{font:30px/30px 'Lato', Arial, sans-serif; margin-top: 9px; display: inline-block;}
.month{font:18px/18px 'Lato', Arial, sans-serif; margin-top: 0;}

.ytpalyer1{width:280px;height:275px;background-color:#000000;float:left;margin-right:10px;margin-top:8px;  }
.ytpalyer2{width:280px;height:275px;background-color:#000000;float:left;margin-top:8px;  }
.ytpalyer3{width:320px;height:275px;background-color:#000000;float:left;margin-right:10px;margin-top:8px;  }
.ytpalyer4{width:365px;height:285px;background-color:#fff;float:left;margin-left:-10px;margin-top:36px;  margin-bottom:45px; }
.ytpalyer4 h3 {margin-top:0px;font:21px/23px 'Lato', Arial, sans-serif;font-weight:bold;border-bottom:solid 0pt #C0C0C0;padding-bottom:10px;}

.ytpalyer4 ul {margin:5px 5px 5px 0px;}
.ytpalyer4 ul li{
padding:5px 5px 5px 18px;
line-height:20px;
font:17.5px/18px 'Lato', Arial, sans-serif;
font-weight:bold;
background: url(../images/yellow_arrow.png) no-repeat 0 0;}

.ytpalyer4 ul li span{font:13px/18px 'Lato', Arial, sans-serif;}


.fw_video {
  
  width: 350px;
  height: 330px;  
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 36px;

  float:left;
}
.fw_video iframe {
  position: relative;
  display: inline-block;
  outline: none;
  width: 350px;
  height: 330px;
  border: none;

  
}

.priv_section1{float: left;}
.priv_section2{float: right;}


.ppc_title{color: #000;font:17px/22px 'Lato', Arial, sans-serif; border-bottom:solid 1pt #C0C0C0;padding-bottom:12px;}
.ppc_title2{color: #000;font:17px/22px 'Lato', Arial, sans-serif;}






/************Header************/
header{
	position: relative;
	z-index: 11;
	padding: 0;
	/*background: url(../images/bg_pic1.jpg) 50% 0 no-repeat;*/
	height: 870px;
	height: 121px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}
header.page1{
	position: absolute;
	width: 100%;
}
header.content_header{
	height: auto;
	background: none;
	background: url(../images/bg_pic1.jpg) 50% 0 no-repeat;
}


.menu_holder{
	background: url(../images/bg1.png);
	padding-bottom: 22px;
}
.gradient1 {
	background: #fcfcfc; /* for old browsers */
	background: -moz-linear-gradient(top, #fcfcfc, #dfdfe1); /* Firefox 3.6+ */
	/* Chrome 1-9, Safari 4-5 */
	background: -webkit-gradient(linear, left top, left bottom, 
				color-stop(0%,#fcfcfc), color-stop(100%,#dfdfe1));
	/* Chrome 10+, Safari 5.1+ */
	background: -webkit-linear-gradient(top, #fcfcfc, #dfdfe1);
	background: -o-linear-gradient(top, #fcfcfc, #dfdfe1); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #fcfcfc, #dfdfe1); /* IE10 */
	background: linear-gradient(top, #fcfcfc, #dfdfe1); /* CSS3 */ 
}



/************Content***********/



blockquote{
	position: relative;
	background: #efeff0;
	margin-top: 27px;
	display: block;
	padding: 13px 20px 15px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
}
blockquote:before {
	position: absolute;
	display: inline-block;
	content: '';
	width: 18px;
	height: 17px;
	left: 20px;
	bottom: -17px;
	background: url(../images/corner1.png) no-repeat 0 0;
}


.magnifier2:hover .img_section_txt2{
	top: 0;
}


.banner1{
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 8px 29px 26px 30px;
	margin-top: 30px;
}

.box-1{
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 14px 15px 21px 21px;
	margin-top: 30px;
	background: #f0f0f0;
}
.box-1.v2{padding-bottom: 31px;}

.box-1a{
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 14px 15px 21px 21px;
	margin-top: 30px;
	background: #fff;
}
.box-1a.v2{padding-bottom: 31px;}




.box-2{
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 14px 15px 26px 21px;
	margin-top: 65px;
	background: #fca401;
	margin-bottom: -2px;
}
.box-2 p, .box-2 h2{color: #fff;}
.box-2 p{
	font-style: italic;
}


/* ============================= lists ====================== */
.listWithMarker {
	margin: 0;
	margin-top: 70px;
	background: #000;
	padding-top: 8px;
	padding-bottom: 11px;
}
.listWithMarker li {
	display: block;
	margin-bottom: -1px;
}
.listWithMarker li a {
	color: #FCD703;
	text-decoration: none;
	font: 900 18px/24px 'Lato', Arial, sans-serif;
	padding: 7px 10px 7px 20px;
	/*text-indent: 20px;*/
	color: #fff;
	display: block;
}
.listWithMarker li a:hover, .listWithMarker li.current a {
	color: #fff;
	background: #FCD703;
}




.list2{
	margin: 0;
	margin-top: 7px;
}
.list2 li{
	display:block;
	padding-bottom: 10px;
}
.list2 li a {
	display:inline-block;
	color:#777;
	text-decoration:none;
	font:13px "Lato",Arial;
	width: 100%;
}

.list2 li a em {
  background: url(../images/line-hor.gif) repeat-x 0% 13px;
  display: block; 
  overflow: hidden;
 }

.list2 li a .list_left{
	float: left;
}
.list2 li a .list_right{
	float: right;
	margin-left: 4px;
}
.list2 li a:hover {
	color:#54b00a;
}

/* ============================= end lists ====================== */

.more_btn{
	position: relative;
	display: inline-block;
	margin-top: 14px;
	padding: 11px 18px;
	background: #000;
	color: #fff;
	text-decoration:none; 
	font:bold 16px/20px "Lato", Arial, sans-serif;
}
.more_btn:hover{
	color: #000;
	background: #FCD703 !important;
}


.more_btn2{
	position: relative;
	display: inline-block;
	margin-top: 37px;
	font:bold 23px/30px "Lato", Arial, sans-serif;
	text-shadow:1px 1px #555;
}
.more_btn2 i{
	display: inline-block;
	font-size: 37px;
	margin-top: 0px;
	margin-left: 6px;
}




.more_btn3{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	background:url(../images/header_search_icon.png) 0 0 no-repeat;
	margin-left: -28px;
	margin-top: 11px;
}
.more_btn3:hover{background:url(../images/header_search_icon.png) 0 bottom no-repeat;}





figure{display: block; margin-top: 7px;margin-bottom: 20px;}
.figure_video{
	margin-bottom: 10px;
	margin-top: 17px;
}
figure.img_inner {
	display: block;
	overflow: hidden;
	height: auto;
	line-height: 0;
	margin: 0;
	margin-top: 24px;
	margin-bottom: -5px;
}
figure.img_inner.v2{
	margin-top: 24px;
	margin-bottom: 22px;
}
figure.img_inner.v2 iframe{height: 461px;}
figure iframe {
	width: 100%;
	height: 368px;
}
address{
	display: block;
	margin-top: 31px;
	font-style: normal;
	margin-bottom: 18px;
	font-weight: bold;
}
address dl dt{
	margin-bottom: 0px;
	display: inline-block;
	/*color: #454545;*/
	margin-bottom: 20px;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 72px;
}



/*********************************start magnifier2*************************************/
.magnifier2 {
		position:relative;
		/* display:block; */
		display: inline-block;
		width: 100%;
		overflow: hidden;
}
.magnifier2 img{
}
.zoom{
	position: absolute;
	top: 0;
	left: 0;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/

		box-sizing: border-box;
	width: 100%;
	height: 100%;
	background: url(../images/magnifier2.png) 50% 50% no-repeat;
	-webkit-transition: all 0.6s ease;
		-moz-transition: all 0.6s ease;
		-o-transition: all 0.6s ease;
		transition: all 0.6s ease;
}
a.magnifier2:hover .zoom{
	opacity: 1;
}
a.magnifier2 .zoom{
	opacity: 0;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	display: block; 
	width: 100%;
    height:auto;
	font-family: Arial, Helvetica, sans-serif;
}
.footer_priv{
	padding: 0px 0 5px;
}
footer h1{margin-top: 1px; float: none;}
p.txt_priv{
	color:#333;
	font:12px/20px "Lato", Arial, sans-serif;
	margin-top: 10px;
	float: left;
}



/*----------- start social icons ----------------*/

.soc_icons {
	position: relative;
	display: inline-block;
	margin-top: 10px;
	white-space: nowrap;
	text-align: left;
	float: right;
}
.soc_icons > li {
	position: relative;
	display: inline-block;
	margin-left: 5px;
}
.soc_icons > li > a {
	position: relative;
	color: #5061c6;
	line-height: 1em;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
	display: inline-block;
	text-align: center;
}
.soc_icons > li + li > a {color: #42ceec;}
.soc_icons > li i{font: normal normal 20px/27px 'FontAwesome';}
.soc_icons > li > a:hover {
	color: #f83260 !important;
	text-decoration: none;
}

.footer-text{font-size:10pt; }

/*----------- end social icons ----------------*/

#search1{margin-top: 42px; float: right; width: 100%;}
#search1 input{
	width: 100%;
	float: left;
	color: #333;
	font:14px/20px Arial, Helvetica, sans-serif;
	height: 41px;
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 10px 32px 10px 10px;
	box-shadow: none;
	-webkit-appearance: none;
	resize: none;
	outline: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #91a8df;
	border: 1px solid #91a8df;
	overflow: hidden;
	display: inline-block;
	border-radius: 1px;
}



.lightbox-video{
	position:relative;
	display:inline-block;
	margin-top: 13px;
}
.lightbox-video span.video_icon {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../images/video_sign.png) no-repeat 50% 50%;
	z-index:1;
	opacity: 0;
}
.opacity1 {opacity: 1;}
.lightbox-video span.video_title {
	display:block;
	position:absolute;
	right:0;
	bottom:0;
	z-index:1;
	background: #474747;
	color: #fff;
	padding: 4px 10px;
	font:bold 12px/20px Arial, Helvetica, sans-serif;
}

.img_section{
	position: relative;
	margin-top: 24px;
	margin-bottom: 30px;
}
.img_section_txt{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: url(../images/bg2.png);
	-webkit-box-sizing: border-box; /* Safari */
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	box-sizing: border-box;
	padding: 8px 10px 14px 21px;
	color: #fff;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;
  opacity:0.95;  
}

.link_img:hover .img_section_txt{
	background: url(../images/bg1.png);
     opacity:0.85;
}

.priv_section1{float: left;}
.priv_section2{float: right;}







/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1199px) {
	.div-content{width:100%;}
	address dd span{width: 85px;}

	figure.img_inner{float: none; margin-right: 0;}
	figure iframe {width: 100%;}
	.txt3 {font: bold 33px/33px 'Lato', Arial, sans-serif;}

	h2 {font:900 24px/30px 'Lato', Arial, sans-serif;}

	.caption {width: 90%; left: 5%; margin-left: 0;}

}


@media only screen and (max-width: 979px) {
	.address figure iframe {
		max-width:100%;
		width: 100%;
	}
	
	figure iframe {width: 100%;}
	.magnifier2 {width: 100%;}

	.txt2 {font: bold 51px/51px 'Lato', Arial, sans-serif;}
	.txt9 {font:bold 16px/20px 'Lato', Arial, sans-serif;}

	.img2 {float: none;	margin-right: 0; margin-bottom: 10px; width: 100%;}
	h2 {font:bold 21px/25px 'Lato', Arial, sans-serif;}


}


@media only screen and (max-width: 767px) {

	img{width: 100%;}
	img.no_resize{width: auto;}
	.box{overflow: visible;}
	.mobile_txt_cntr{text-align: center;}
	figure.img_inner {margin-bottom: 10px;}
	.marTopMobile1{margin-top: 30px;}
	#search1{margin-top: 2px;}

	.txt1 {font: 700 31px/41px 'Lato', Arial, sans-serif; margin-top: 78px;}
	.txt2 {font: bold 30px/36px 'Lato', Arial, sans-serif;}


}


@media only screen and (max-width: 479px) {
	/*.main{width: 300px;}*/
	/*h1 img{width: 100%;}*/

}
@media only screen and (max-width: 320px) {


}

.wall-logo1 {
    position: relative;
    display: inline-block;
    margin: 0;
    margin-top: 23px;
    float: left;
}
h1 {
    font: 900 28px/35px 'Lato', Arial, sans-serif;
    color: #363636;
    margin-top: 66px;
}



