/*transfer test*/
/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
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,dl,dt,dd,ol,nav ul,nav 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;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body {
	background:#ffffff;
	font-family: 'Open Sans', sans-serif;

}
.wrap{
	margin:0 auto;
	width:80%;
	max-width: 1250px;

}
.header_bg{
	background: #252323;
	height: 75px;
}
.header{
	padding:2% 2%;
}

.logo{
	float:left;}



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

	.socialIcons li a{
		list-style-type: none;
		float: right;
		display:inline;
		padding-left: 2%;
	}
	.socialIcons img{
		height: 30px;
	}

/*--------- Logos---------------*/
.hdLogo {
	float: right;
	width: 20%;
	padding-left: 5%;
}

.fbLike img{
	display: block;
    margin-left: auto;
    margin-right: auto 
}

.ERI a{
	font-size:1.6em;
	text-transform: uppercase;
	color: white;
	float: left;
	padding-left: 3.1%;
	font-weight: 600;
}
/*------- Videos --------*/
.video {
	margin-bottom: 8%;
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video iframe,
.video object,
.video embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* start header_btm */
.header_btm{
	background: #ffffff;
	border-bottom: 5px solid #e6e6e6;
}
.header_sub{
	padding: 0 4%;
}
/* start menu */
.h_menu{
	float:left;
	margin-bottom: 4px;
}

.h_menu ul li{
	margin-right:15px;
	float: left;
}
.h_menu ul li:last-of-type{
	margin-right:0px;
	padding-bottom: 0;
	padding-top: 0;
	margin-bottom: 0;
	margin-top: 0;
}
.h_menu ul li.active a{
	color:#b30000;
	border-bottom:2px solid #b30000;
}
.h_menu ul li a{
	display:block;
	padding: 30px 15px;
	text-transform: uppercase;
	font-size: 0.925em;
	color:#555555;
	font-weight: 600;
	
}

.h_menu ul li a span{
	color: #b30000;
	font-size: 1.01em;
	font-weight: bolder;

}


.h_menu ul li a:hover{
	color: #b30000;
	border-bottom:2px solid #b30000;
}

.dropdown {
	float: left;
    position: relative;

    /** Make it fit tightly around it's children */
    display: inline-block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    display: none;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu  li{
	background-color: white;
	width: 100%;

}
.h_menu .dropdown-menu li a{
	font-size: .85em;
	padding: 5px 10px;
	font-size: 0.8em;
	border-bottom:2px solid #b30000;
}
.h_menu .dropdown-menu li a:hover{
	background-color: #b30000;
	color: white;
	border-bottom:0px
}


/*search*/ 
.h_search{
	float: right;
	position: relative;
	border: 1px solid rgb(216, 216, 216);
	margin: 20px 0;
	width: 24.3333%;
}
.h_search input[type="text"]{
	-webkit-appearance: none;
	font-family: 'Open Sans', sans-serif;
	padding:10px 16px;
	outline: none;
	color: #312c3c;
	background: #FFFFFF;
	border: none;
	width: 78.33333%;
	line-height: 1.5em;
	position: relative;
	font-size: 0.8725em;
	text-transform: capitalize;
}
.h_search input[type="submit"]{
	-webkit-appearance: none;
	background:url('../images/search.png') no-repeat 10px 10px;
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	width: 14.33%;
	line-height: 1.5em;
	outline: none;
	position: absolute;
	right:0px;
}
.h_search input[type="submit"]:hover {
	background: url('../images/search_h.png') no-repeat 10px 10px;
}
/*--- start iphone_nav -----*/
.sub-head{
	display:none;
	background: #b30000;
	border-bottom: 4px solid #b30000;
}
.sub-head li{
	display:inline-block;
	float:left;
	width:100%;
	text-align:left;
}
.sub-head li a span{
	position:absolute;
	top:12px;
	left:12px;
	width:16px;
	height:16px;
	display:inline-block;
}
.sub-head li a.active{
	color:#fff;
	background: #b30000;
}
.sub-head li:first-child a{
	border-right:1px solid rgb(150, 148, 148);
}
.sub-head a{
	text-transform: uppercase;
	font-size: 1em;
	position:relative;
	display:block;
	color:white;
	padding:10px;
}
.menu{
	background: #f0f0f0;
}
.menu li{	
	display:block;
}
.menu li a{
	font-size:0.8125em;
	text-transform:uppercase;
	display:block;
	padding:10px;
	color:#555;
	border-bottom: 1px solid rgb(199, 199, 199);
}
.menu li:last-child a{
	border-bottom:none;
}
.search{
	display:block;
	padding:10px;

	text-align:center;
	background: #f6f6f6; 
}
.search input[type=text]{
	width: 90%;
	padding: 10px;
	border: 1px solid rgb(217, 218, 215);
	color: #555;
	font-size: 13px;
	background: #FFF;
	outline: none;
}
.back-btn {
	cursor: pointer;
	background: rgb(71, 71, 71);
	display: inline-block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.back-btn ul li{
	display:inline-block;
	padding: 4px 6px;
}
.back-btn ul li:before{
	content: url('../images/back.png');
}
.back-btn ul li a {
	padding: 4px 10px;
	font-size:13px;
	color: #fff;
	margin-left:-8px;	
	line-height: 1.7em;
	vertical-align: bottom;
}	
/* Start nav-----------------------------*/

.nav li{
	display: inline;
	padding-right: 1.5%;
	
}
.nav li:first-of-type{
	padding-left: 4%;
} 
/* start slider */
.menu_img img{
   max-height: 200px
}

.slider_bg{
	background:  url('../images/slider_bg.jpg');
	background-size: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	max-height: 400px;
}
.slider{
	padding: 0 4%;
}
/*Start call_top*/
.call_top{
	height: 35px;
	background-color: #eee ;
}
/* start main */
.main{
	padding: 3% 4%;
	padding-bottom: 2%;
}
.main h1 a{
	color: #b30000:
	font-weight bold;
}
.main_text{
	text-align:center;
	padding-bottom: 5%
}
.main_text h2{
	font-size: 2em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-bottom: 2%;
}
.main_text h2 span{
	color:  #b30000;
	
}
.main_text .para{
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	text-align: justify;
}
.erUList {
	margin-bottom: 0.5em;
}
.erUList li {
	list-style: disc;
	margin-left: 2.5em;
}
 b {
	font-weight: bold;
	font-size: 1.1em;
	color:#777777;
}
a b:hover{ 
	color: #b30000;
	 }


.index_current h2{
	color: #777777;
	font-size: 1.275em;
	padding-top: 10px;
	text-align: center
}
.index_current a h2:active{
	color:#b30000;
}
.index_current a h2:hover{
	color:#b30000;
}

.index_left{
	float: left;
	width: 43%;
	background-color: white;
	padding-left:4%;
	
	padding-right:2%;
	padding-top: 40px;
	padding-bottom: 50px;
}
.pageCol-1-2 {
	float: left;
	width: 43%;
	background-color: white;
	padding-left: 0;
	
	padding-right:2%;
	padding-top: 40px;
	padding-bottom: 0px;	
}
.index_right{
	float: right;
	width:43%;
	background-color: white;
	padding-right: 4%;
	padding-left:2%;
	padding-top: 40px;
	padding-bottom: 50px;
}
.pageCol-2-2 {
	float: right;
	width:43%;
	background-color: white;
	padding-right: 4%;
	padding-left:2%;
	padding-top: 40px;
	padding-bottom: 0px;	
}
/** Special Snowflakes -----------------**/
#exception{
	font-size: .75em;
	padding-bottom: 2em;
}
/** para style -----------------------**/
p.abt-{
	font-size: 0.8725em;
	color: #555555;
	line-height: 1.8em;
}
/* start grids_of_3 */
.grids_of_3{
	text-align:center;
	margin: 6% 0 4%;
}
.grid1_of_3:first-child{
	margin-left: 0;
}
.grid1_of_3{
	float:left;
	width: 30.3333%;
	margin-left: 3.3333%;	
}
.grid1_of_3 h3{
	margin: 2% 0;
}
.grid1_of_3 h3 a{
	font-size: 1.2em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
}
.grid1_of_3 h3 a span{
	color: #777777;
	font-weight: normal;
}
.grid1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
	width: 80%;
	margin: 0 auto;
}

/* start span_of_3 */

.main_bg{
	background: #eeeeee;
}
.content_top{
	text-align:center;
	position: relative;
}
.content_top:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border: 40px solid #eee;
	border-top: 0 solid rgba(0, 0, 0, 0)!important;
	border-right: 35px solid rgba(0, 0, 0, 0)!important;
	border-left: 35px solid rgba(0, 0, 0, 0)!important;
	left: 47.69%;
	top: -40px;
	margin-left: -10px;
}
.content_top:nth-child(2){

}
.span_of_3{
	margin: 4% 0 0;
}
.span_of_3:first-child{
	margin: 0;
}
.span1_of_3{
	float:left;
	width: 31%;
	height: 19%;
	margin: 1%;	
	border: 1px solid rgb(206, 206, 206);
}


.thumbnail {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.thumbnail img {
  position: relative;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnail img.portrait {
  width: 100%;
  height: auto;
}

.span1_of_3_text{
	padding: 20px;
}
.span1_of_3 h3{
	margin-bottom: 2%;	
}
.span1_of_3 h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_3 h3 a:hover{
	color: #00BAC6;
}
.span1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.products .span_of_3 .span1_of_3{
		margin-top: 50px;
		margin-bottom: 50px;
		}

/*Span 1 of 2-------------------------*/

.sevices .span1_of_3{
	float:left;
	width: 35%;

	margin: 6%;	
	border: 1px solid rgb(206, 206, 206);
}
.services .span1_of_3 h3{
	margin-bottom: 2%;	
}
.services .span1_of_3 h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.services .span1_of_3 h3 a:hover{
	color: #00BAC6;
}
.services .span1_of_3 p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}
.services .span_of_3 .span1_of_3{
		margin-top: 50px;
		margin-bottom: 50px;
		}
/* start span of 4-----------------------------------*/

.span_of_4_main{
	margin: 4% 0 0;

}
.options .span_of_4_main {
	margin-left: 10%;
}

.span1_of_4_main{
	float:left;
	width: 18%;
	margin: 1%;
	border: 1px solid rgb(206, 206, 206);
	min-width: 175px;

}

.options .span1_of_4_main:last-of-type{
	margin-bottom: 2%
}
.services .span1_of_4_main:first-of-type{
	margin-left: 10%;
}

.span1_of_4_main img{
	width: 100%;
}
.span1_of_4_main_text{
	padding: 0%;
	text-align: center;
}
.span1_of_4_main h3{
	margin-bottom: 2%;	
}
.span1_of_4_main h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;

}
.span1_of_4_text{
	padding: 20px;
}
.span1_of_4_main h3 a:hover{
	color: #b30000;
}
.span1_of_4_main p{
	font-size: 0.8125em;
	color: #555555;
	line-height: 1.8em;
}


/* start footer */
.footer_bg{
	background:url('../images/footer_bg.png');
}
.footer{
	padding: 5% 4%;
}
.span_of_4{
	display: block;
}
/*Start Span 1 of 4*/

.span1_of_4{
	float:left;
	width: 21%;
	margin-left: 5.3%;	
}

.span1_of_4 img{
	padding-top: 15px;
}
.span1_of_4:first-child{
	margin-left: 0;
}
.span1_of_4 h3 a{
	font-size: 1em;
	text-transform: capitalize;
	color: #555555;
	text-shadow: 0 1px 0 #ffffff;
	font-weight: 600;
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.span1_of_4 h3 a:hover{
	color: #b30000;
}

.span1_of_4 h4{
	margin-bottom:8%;
	font-size: 1.5em;
	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 0 #555555;
}
.footer .span_of_4 .span1_of_4 h4 a{
	margin-bottom:8%;

	text-transform: capitalize;
	color: #ffffff;
	text-shadow: 0 1px 0 #555555;
	text-decoration:none;
}

.footer .span_of_4 .span1_of_4 h4 a:visited{
	color: #ffffff;
}

.span1_of_4 span {
		font-weight: bold;
		color: white;
		padding-right: 10%;
	}

.span1_of_4 p{
	font-size: 0.8725em;
	line-height:1.8em;
	color: #c9c9c9;
	max-width: 175px;
}
.span1_of_4 p a{
	color: #c9c9c9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.span1_of_4 p a:hover{
	color: white;
}
.span1_of_4 p.top{
	border-top: 1px solid rgb(99, 99, 99);
	margin-top: 20px;
	padding-top: 10px;
}
.span1_of_4 p.btm{
	margin-bottom: 8%;
}
.span1_of_4 p.btm1{
	margin-bottom: 4%;
}
.f_nav1{
	margin-top: 2%;
}
.f_nav1 li {
	display:inline-block
}
.f_nav1 li.timer{
	background: url('../images/timer.png') no-repeat;
}
.f_nav1 li a{
	padding-left:30px;
	font-size: 0.8725em;
	color: #999999;
}
.pin{
	background: url('../images/pin.png') no-repeat;
	padding-left: 30px;
}
/*Span of 5, Temp placeholder CSS until new index layout including cabinetry is made ---------------------------------------*/
.span_of_5 .span1_of_4{
	float:left;
	width: 18%;
	margin-left: 1.5%;	
}




/*Footer stuff--------*/
.mail{
	background: url('../images/mail.png') no-repeat;
	padding-left: 30px;
	display: none;
}
.call{
	background: url('../images/call.png') no-repeat;
	padding-left: 30px;
}
big {
	font-size: 1.5em;
	color: #ffffff;
}
/* start footer1 */
.footer_bg1{
	background:url('../images/footer_bg1.png');
}
.footer1{
	padding: 4% 4%;
}

#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.jpg) no-repeat right top;
}
.copy{
	float:left;
}
.copy p{
	font-size: 0.8725em;
	line-height: 1.8em;
	color: #c9c9c9;
}
.copy p a{
	color:#ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #00BAC6;
}
/* start about */

.top_bg{

	background:  url('../images/slide1.jpg');
	background-repeat: repeat; 

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	
}
.top{
	padding: 4% 4%;
}
.top h2{
	font-size: 2em;
	color: #ffffff;
	text-transform: uppercase;
}
.about{
	display: block;

}
h1 a {
	color: #b30000;
}
h1 a:hover{
	color: black;
}
.about img{
	padding-bottom: 1%
}
.about .span1_of_4 img{
	padding-bottom: 20px;
	
	}
	.about h1{
		font-size: 2em;
		text-align: left;
	}
	.about h1 .bloglist{
		text-align: center;
	}
.about h2{
	font-size: 1.1em;
	margin-top: 1%;
	margin-bottom: 1.2%;
	border-bottom: 1px solid black;
	padding-bottom: .2%;
	color: #b30000;
}
.about a h2{
	color: #b30000;
}
.about a h2:hover{
	color: #777777;
}
.cont-grid {
	float: left;
	width: 60.3333%;
	padding-bottom: 4%;
}
.cont-grid-img{
	margin-left: 3.3333%;
	width: 36.33333%;
	float:left;
}
.cont-grid-img img{
	margin-top: 10px;
	float: left;
}
.cont-grid-img img:nth-child(3){
	max-height: 125px;
	float: right;
	margin-bottom: 1%;
}

.cont-grid span{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.abt-para p{
	margin-top: 2%;
	max-width: 650px
	font-size: 1em;

}

.abt-para ul{

	width: 100%;
}
.about-p{
	margin-top:20px;
	margin-left: 20%;
	width: 80%;
	max-width: 700px;
}
.about-p p{
	margin-bottom: 4%;
}
.about-p h1{
	padding: 2%;
	padding-left: 0;
	font-size: 1.2em;
}
.about li{

	padding-right: 2%;
	padding-bottom: 3%;
	display: inline-block;
}
.about ul li a{
	color: black;
}
.about ul li a:hover{
	color: #b30000;
}
.about .products a{
	font-size: .86em;
	color: #b30000;
	
}
.about  h3{
	font-weight:600;
}
.about h3 a{
	color: black;
}
.about h3 a:hover{
	color: #b30000;
}
.about .products a:hover{
	color: #777777;
}

.para a{
	color: #b30000;
}
.para a:hover{
	color:black;
}

.about .anchor_links li{
	word-spacing: 0;
	padding-right: 2.5%;
	padding-bottom: 15px;
	display:inline-block;

}
.read_more {
	margin-top: 2.5%;
	padding-bottom: 	5px;
}
.read_more .away_btn{
	margin-top: 0%;
}
.btn{
	color: #b30000;
	background: #ffffff;
	border: 1px solid #b30000;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.btn:hover {
	background: #b30000;
	color: #ffffff;
}
.away_btn{
	color: #b30000;
	background: #ffffff;
	padding-bottom:50px ;
	display: inline-block;
	text-transform: uppercase;
	padding: 25px 15px;

	font-size: 0.875em;
}
.away_btn:hover{
	color: black;
}
.btn_right{
	float: right;
}

.vertical li{
	display: block;
	word-spacing: 0em;
	padding-top: 0%;
	padding-bottom: .75%;
	padding-left: 4%;
	color: #b30000;
}
.vertical li:hover{
	color: #555555;
}

/* start services */
.ser_btn{
	position: relative;
	margin-top: 12%;
}
.ser_btn1{
	position: absolute;
	bottom: 0;	
	left: 0;
}
.button {
	color: #555555;
	background: white;
	border: 1px solid rgb(206, 206, 206);
	display: block;
	text-align:center;
	text-transform: uppercase;
	font-size: .95em;
	width: 100%;
	padding:10% 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.button:hover {
	
	color: #b30000;
}
/* start blog / News / About All*/
.blog {
	display: block;
}

.blog_list {
	margin-top: 4%;
	border-bottom: solid 1px #dddddd;
	padding-bottom: 2.5em;
}
.blog_list:first-child {
	margin-top: 0%;
}
.blog_list:last-child {
	border-bottom: none;
}
.blog_list h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5{
	margin-top:8px;
	font-size: 1em;
	text-transform: capitalize;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.blog_list h5 a{
	color: #00BAC6;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.blog_list h5 a:hover{
	color: #777777;
}
.blog_para{
	
		padding-top: 2%;	
		padding-bottom: 2%;
		max-width: 900px;

}
.blog_para img{
	padding-top: 10px;
}
.blog_para p a{
	float: left;
	margin-right: 4%;

}
.blog_para p a img{
	margin-top: 10px;
	max-height: 150px;
}
.blog_para h5{
	padding-top: 10px;
	padding-bottom: 15px;
}
.blog_para h4{
	padding-top: 20px;
	padding-bottom: 15px;
	font-weight: 600;
}
.events{
	padding-top: 15px;
}

/* start contact */
.contact{
	display: block;
}
.contact h2{
	font-size: 1.5em;
	
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.phone h2{
	font-size: 1.5em;
	
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
	margin-top: 50px;
}
.phone span{
	font-size: 1em;
	margin-left: 2%;
	color: #b30000
}
.phone span a{
	color:  #b30000;
}
.phone span a:hover{
	color:  black;
}
.contact h3{
	padding: 1% 0% 3%;
}

.map{
	margin: 2% 0;
}
.col{
	display: block;
}
.contact-form{
	position:relative;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span label{
	color: #777777;
	display: block;
	font-size: 0.8725em;
	padding-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input[type="text"], .contact-form textarea {
	font-family: 'Open Sans', sans-serif;
	background: #FFFFFF;
	border: 1px solid #E7E7E7;
	color: rgba(85, 81, 81, 0.84);
	padding: 8px;
	display: block;
	width: 98%;
	outline: none;
	-webkit-appearance: none;
	text-transform: capitalize;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	margin-top:10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-appearance: none;
	cursor:pointer;
	color: #b30000;
	background: #ffffff;
	border: 1px solid #b30000;
	display: inline-block;
	text-transform: uppercase;
	padding: 12px 38px;
	font-size: 0.875em;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.contact-form input[type="submit"]:hover{
	background:#b30000;
	color: #ffffff;
}

/* start testimonials------------------------*/

blockquote{
 	text-align: justify;	
 	width: 70%;
 	margin-left: 15%;
 	padding: 2%;
 	border: 10px solid #e6e6e6;
 }

blockquote:nth-child(even){
	background-color: #e6e6e6;	
}
cite {
	display: block;
	text-align: right;
	font-weight: bold;
	color: #b30000;
	padding-top: 15px;
}
/* start details--------------------- */
.details{
	display: block;
}
.details h2{
	font-size: 1.5em;
	text-transform: uppercase;
	color: #777777;
	text-shadow: 0 1px 0 #ffffff;
}
.det_pic{
	margin: 2% 0;
}
/***** Media Quries *****/
@media only screen and (max-width: 1366px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 30px 12px;
	}
}
@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	.h_menu ul li a {
		padding: 30px 10px;
		font-size: 0.8125em;
	}

}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
		
	}
	.h_menu ul li a {
		padding: 30px 6px;
		font-size: 0.8125em;
	}
	.h_search input[type="submit"] {
		right: 6px;
	}
	.h_search {
		width: 26.3333%;
	}
	
	.options ul li{
		
		display: inline-block;
	}
	
	.span1_of_4_main{
		float:left;
		width:20%;
		margin: 1.5%;	
		border: 1px solid rgb(206, 206, 206);
		min-width: 110px;
	}
	
	.options .span_of_4_main {
		margin-left: 0%;
	}
	.services .span1_of_4_main:first-of-type{
		margin-left: 0%;
	}
	.span1_of_4_text{
	padding: 10%;
	}
	.span1_of_3{
		float:left;
		width:20%;
		margin: 1%;
		border: 0px solid rgb(206, 206, 206);
		min-width: 110px;
	}
	.options .span1_of_3 {

	float:left;
	width: 31%;
	height: 19%;
	margin: 1%;	
	
	}
	
	 .products .span_of_3 .span1_of_3{
		float:left;
		width:30%;
		margin: 1%;
		border: 0px solid rgb(206, 206, 206);
		min-width: 110px;
		padding-bottom: 50px;
	}
	
	.options .span_of_3 {
		margin-left: 0%;
	}
	.services .span1_of_3:first-of-type{
		margin-left: 0%;
	}
	.span1_of_4_text{
		padding: 10%;
		border: 0px solid rgb(206, 206, 206);
	}
	.cont-grid-img img:nth-child(2){
		max-height: 70px;
		float: left;
		margin-bottom: 1%;
	}
	.cont-grid-img img:nth-child(3){
		max-height: 80px;
		float: right;
		margin-bottom: 1%;
	}
	.about-p{
		margin-top:20px;
		margin-left: 10%;
		width: 80%;
		max-width: 700px;
	}
	.header_bg{
		background: #252323;
		height: 65px;
	}
	.mail{
		display: none
	}
	.hdLogo {
		width: 25%;
	}
	 .products .services .span_of_3 .span1_of_3{
		padding-top:60px;
		padding-bottom: 100px;

	}

	.h_menu ul li span{
	display: none;
}

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
		background-color:;
	
	}
	.top h2{
		font-weight: 600;
	}
	.h_menu{
		display:none;
	}
	.h_search{
		display:none;
	}
	.sub-head{
		display:block;
	}
	.span1_of_4 h4 {
		font-size: 1.2em;
	}
	.span1_of_4_main{
		float:left;
		width: 18%;
		margin: 1;	
		border: 1px solid rgb(206, 206, 206);
		min-width: 120px;
	}
	.products .span_of_3 .span1_of_3{
		padding-top: 50px;
		padding-bottom: 65px;
	}

	.logo{
		float:left;
		width: 25%;
		min-width: 100px;
	}
	blockquote{
 	text-align: justify;	
 	width: 90%;
 	margin-left:5%;
 	
 }

	blockquote:nth-child(even){
			background-color: #e6e6e6;	
}
	.hdLogo {
		width: 30%;
	}
	 .products .services .span_of_3 .span1_of_3{
		padding-top: 75px;
		padding-bottom: 150px;
	}
	.banner{
		display:none;
	}

}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
		background-color: ;
	}
	.hide{
		display: none;
	}


	.index_current h2{
	color: #777777;
	font-size: 1.2em;

	}
	
	.index_left{
		width: 80%;
		padding-left:10%;
		padding-top: 20px;
		padding-bottom: 10px;
	}
	.index_right{

		width:80%;
		padding-right: 10%;
		padding-top: 20px;
		padding-bottom: 40px;
	}
		
	.vital_span_of_4 .span1_of_4{
		float: none;
		width: 80%;
		margin-left: 10%;

	}
	.vital_span_of_4 .span1_of_4 h4 {
		margin: 2% 0;
	}
	.vital_span_of_4 .span1_of_4 p.btm {
		margin-bottom: 2%;
	}

	.vital_span_of_4 .span1_of_4:first-child{
		margin-left: 10%;
		
	}


	.socialIcons li a{
		list-style-type: none;
		float: right;
		display:inline;
		color: white;
	}
	.cont-grid {
		float: none;
		width: 99.3333%;
	}
	.cont-grid-img {
		margin-left: 0%;
		width: 99.33333%;
		float: none;
	}
	.main_text h2 {
		font-size: 1.5em;
		color: red
		
	}

	.span1_of_4_main{
		float:left;
		width: 100%;
		margin: 1%;	
		margin-left: 12%;
		border: 1px solid rgb(206, 206, 206);
		min-width: 100px;
	}
	.options .span1_of_4_main{
		float:right;
		width: 40%;
		margin: 1%;	
		margin-left: 1%;
		border: 1px solid rgb(206, 206, 206);
		min-width: 100px;
	}
	.services .span1_of_4_main:first-of-type{
		margin-left: 12%;
	}

	
	.footer .span_of_4 .span1_of_4 {
		display: block;
		text-align: center;
		width: 100%;
		margin: 0;
		padding-left: auto;
		padding-right: auto
	}
	.footer .span_of_4 .span1_of_4 p{
		display: block;
		text-align: center;
		width: 100%;
		
		
		margin-left: auto;
		margin-right: auto;
	}
		.footer .span_of_4 .span1_of_4 h4 {
		font-size: 1.5em;
	}

	.cont-grid-img img:nth-child(2){
		max-height: 1=40px;
		width: 55%;
		float: left;
		margin-bottom: 1%;
	}
	.cont-grid-img img:nth-child(3){
		max-height: 140px;
		
		float: right;
		margin-bottom: 1%;
	}


	.main_text{
	text-align:center;
	padding-bottom: 15%;
	}
	.header_bg{
		background: #252323;
		height: 50px;
	}
	blockquote{
	 	text-align: left;	
	 	width: 98%;
	 	margin-left: 0%;
	 	padding: 2%;
	 	border: 5px solid #e6e6e6;
 }

	cite {
		padding-top: 10px;
}
	.button {
		color: #555555;
		background: white;
		border: 0px solid rgb(206, 206, 206);
		border-bottom: 1px solid rgb(206, 206, 206);
}
	.btn_right{
		float: right;
		margin-left: 5%;
	}
	.hdLogo {
		width: 40%;

	}
	.products .span_of_3 .span1_of_3{
		padding-top: 0px;
		padding-bottom: 0px;
		width: 99.3333%;
		margin-left: 0;
		}

	 .products .services .span_of_3 .span1_of_3{
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.ERI a{
		font-size: .95em;
	}
	.index_left{
		display: inline-block;
		width: 74%;
		background-color: transparent;
		padding-left:13%;
		
		padding-right:2%;
		padding-top: 20px;
		padding-bottom: 30px;
}

	.index_right{
		display: inline-block;
		width: 74%;
		background-color: transparent;
		padding-right:13%;
		
		padding-left:2%;
		padding-top: 20px;
		padding-bottom: 30px;
	}

}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
		background-color: ;
	}
	.span1_of_2 {
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
	.grids_of_3{
		margin-top: 4%;
	}
	.grid1_of_3 {
		float: none;
		width: 99.3333%;
		margin-left: 0;
	}
		
	
	.span1_of_3 {
		margin-top: 4%;
		float: none;
		width: 99.3333%;
		margin-left: 0;
		border: 1px solid rgb(206, 206, 206);
	}
	
	.logo{
		float:none;
		text-align:center;
		width: 
	}


	.copy{
		float:none;
		text-align:center;
	}

	

	.header_bg{
		background: #252323;
		height: 70px;
	}
	.social-icons{
		margin-top:10%;
	
	}
	.socialIcons img{
		height: 24px;
		padding-left: auto;
	}

	.socialIcons li a{

		float: left;

	}
	
	.top h2 {
		font-size: 1.5em;
	}
	.blog_list h2 {
		font-size: 1.2em;
	}
	
	.contact h2 {
		font-size: 1em;
	}
	.sub-head a {
		font-size: 0.8725em;
	}
	.cont-grid span{
		font-size: 1em;
	}
	.big {
		font-size: 1em;
	}
	.details h2 {
		font-size: 1em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;

	}
	.para{
	font-size: .9em;
	}

	.about-p{
		margin-top:20px;
		margin-left: 0%;
		width: 99%;
		max-width: 700px;
	}
	.blog_para p a img{
		display: block;
		padding-right: 100%;
	}

	.main_text .para{
		text-align:left;
	}

	.about .products a{
		border-bottom: 1px solid #b30000;
	}
	.options	.span1_of_3{
	
		width:100%;
		margin: 1%;
		border: 0px solid rgb(206, 206, 206);
		min-width: 110px;
	}
	.ERI a{
		font-size: 1.3em;
		width:100%;
		margin:0 auto; 
	    display:block; 
		float:none
	}

	.pin{
		padding: 0;
		background-image: none;
	}

	.mail{
		padding: 0;
		background-image: none;
	}
	.footer p a{
		font-size: .9em;
	}

}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
		background-color: ;
	}

	.top_bg{

	background:  url('../images/slideSmall.jpg');
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	}
	.sub-head a {
		font-size: 0.8125em;
	}
	.grid1_of_3{
		margin: 20px 0;
	}
	.grid1_of_3 img{
		width:20%;
	}
	.content_top:after {
		border: 20px solid #eee;
		border-top: 0 solid rgba(0, 0, 0, 0)!important;
		border-right: 15px solid rgba(0, 0, 0, 0)!important;
		border-left: 15px solid rgba(0, 0, 0, 0)!important;
		left: 47%;
		top: -20px;
	}

	.para{
		font-size: .85em;
	}
	.about li a{
		word-spacing: .5em;
		padding: 1%;
		padding-right: 5%;
		display: block; 
		padding-left: 5%
	}


	.button {
		color: #555555;
		background: white;
		border-top: 1px solid rgb(221, 221, 221);
		display: block;
		text-align:center;
		text-transform: uppercase;
		font-size: 0.8em;
		font-weight: bold;
		width: 100%;
		padding:10% 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}

	.ERI a{
		font-size: 1em;
		width:100%;
	
	}

	.socialIcons img{
		height: 22px;
		padding-left: 0;
	}
	.header_bg{
		height: 70px;
	}
	
	
	.span1_of_3{
		border: 0px solid rgb(206, 206, 206);
	}
	.span1_of_3_text{
	padding: 0px;
}

	.span1_of_4{
		float: none;
		width: 100%;
		max-width: 225px;
		margin-left: 5%;

	}
	 .span1_of_4 h4 {
		margin: 2% 0;
	}
	.span1_of_4 p.btm {
		margin-bottom: 2%;
	}

	 .span1_of_4:first-child{
		margin-left: 5%;
		
	}
	.options .span1_of_4_main{
		float:right;
		width: 100%;
		margin: 1%;	
		margin-left: 1%;
		border: 1px solid rgb(206, 206, 206);
		min-width: 100px;
	}

	.btn{
		padding: 15px 10px;
	}

	
	
	.call{
		background: url('../images/call.png') no-repeat;
		}
	
		.contact h2 span{
			word-break: break-all;
			-ms-hyphens: auto;
		  -moz-hyphens: auto;
		  -webkit-hyphens: auto;
		  hyphens: auto;
		}
	.blog img{
		padding-left: 0%;
		padding-right: 40%;
	}
	.hdLogo {
		width: 45%;
		padding-top: 10px;
	}
	


}
@media only screen and (max-width: 190px){
	.socialIcons img{
		height: 18px;
	}
	.header{
		height: 75px
	}
}
