@charset "utf-8";
/* CSS Document */
/*
		522a0c
		834pwetc24
		ffb783
		
		
		900007
*/


@font-face{ 
	font-family: 'Bebas';
	src: url('includes/fonts/Bebas/bebasneue-webfont.eot');
	src: url('includes/fonts/Bebas/bebasneue-webfont.eot?#iefix') format('embedded-opentype'),
	     url('includes/fonts/Bebas/bebasneue-webfont.woff') format('woff'),
	     url('includes/fonts/Bebas/bebasneue-webfont.ttf') format('truetype'),
	     url('includes/fonts/Bebas/bebasneue-webfont.svg#webfont') format('svg');
}



#logo:hover{
	/*-webkit-filter: blur(1px) grayscale(1) opacity(1);*/
}
body{
	margin:0;
	color:#333;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	line-height:1.5;
	background:url('images/bg4.jgp') fixed;
	/*border-top:8px solid #900007;*/
}
#topnav{
	top:0;
	left:0;
	background:url('images/white90.png');
	position:fixed;
	width:100%;
	z-index:2000;
	padding:5px;
	
	border-bottom:10px solid #900007;
	display:none;
	/*margin-top:-30px;*/
	
	-webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
}
	#topnav a{
		color:#FFF;	
		text-transform:uppercase;
		letter-spacing:1px;
		text-decoration:none;
	}
		#topnav a:hover{
			color:rgba(255,255,255, 0.7);
		}
		
	
	
	#topnav .sep1{
		margin:0 10px;	
	}	


	#wrapper, .wrapper{
		margin:auto;
		width:1009px;
		/*padding-bottom:20px;*/
	}
	#bg1{
		width:100%;
		z-index:0;
		height:477px;
		position:fixed;
		overflow:hidden;
		/*background:url('images/bg3.png') top center no-repeat;*/
	}
		#bg1 div{
			width:1000%;
			height:289px;
			/*background:url('images/bg2.jpg') bottom left repeat-x;*/
			
			/*margin-top:-500px;*/
			/*margin-top:-80px;*/
			margin-top:80px;
			
			/*
			margin-left:-1000px;
			opacity:0;			
			*/
		}
	#bg2{
		position:relative;
		z-index:1;
		/*
		background:url('images/bg2.png');
		padding-bottom:20px;
		*/
	}
#header{
	width:100%;
	/*	background-color:rgba(25,25,25,0.98); */
	background:url(images/header_bg1.jpg) repeat-x #000;
	border-bottom:2px solid #F00;
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.8);
	position:fixed;
	z-index:1000;
	/*margin-top:20px;*/
}
	#header #logo{
		cursor:pointer;
		margin:auto;
		margin-top:20px;
	
		
		
		
	}
	
	#callus{
		margin-top:34px;
	}
	
	
	#callus h2,
	#callus h2 strong{
		font-size:28px;
		font-weight:100;
		color:#f00;
		margin:0;
		margin-bottom:7px;
		

	}
	#callus h2 strong{
		color:#F00;	
	}	


		.facebook{
			background:url('images/icon_facebook_mini2.png') top;
			background-size:32px 64px;
		}
		.googleplus{
			background:url('images/icon_googleplus_mini.png') top;
			background-size:32px 64px;
		}
		.twitter{
			background:url('images/icon_twitter_mini.png') top;
			background-size:32px 64px;
		}
		.blogspot{
			background:url('images/icon_blogspot_mini.png') top;
			background-size:32px 64px;
		}
		.youtube{
			background:url('images/icon_youtube.png') top;
			background-size:32px 64px;
		}
		.linkedin{
		background:url('images/icon_linkedin.png') top;
		background-size:32px 64px;
		}
		
		
		.googleplus,
		.facebook,
		.twitter,
		.blogspot,
		.youtube,
		.linkedin{
			display:inline-table;
			margin:0 5px;
			width:32px;
			height:32px;
		}
			.googleplus:hover,
			.facebook:hover,
			.twitter:hover,
			.blogspot:hover,
			.youtube:hover,
			.linkedin:hover{
				background-position:bottom;
			}


	#topnav #callus,
	#callus h1,
	#callus h1 strong{
		margin-top:10px;
		font-size:28px;
	}
	
	#logo_b,
	#logo_a{
		position:absolute;
	}
	#logo_a{
		z-index:100;
		margin-top:-500px;
	}
	#logo_b,
	#logo_b2{
		margin-left: 50px;
		margin-top: 20px;
		width: 490px;
		overflow:hidden;
	}
	#logo_b img{
		margin-left:-390px;
	}
	
	
	#logo_a2,
	#logo_b2{
		float:left;	
	}
	
	#logo_b2{
		margin-left:0;
		width:inherit;
		overflow:visible;
	}
	
	#topnav #nav{
		margin-top:10px;
	}
	
#nav{
	text-align:center;
	float:right;
	margin-top:10px;


	
	/*text-shadow:-1px -1px 0 rgba(0,0,0,0.5);*/
}
	#nav ul{
		list-style:none;
		padding:0px;
		text-align:center;
	
	}
	#nav ul li.sep1,
	#nav2 ul li.sep1{
		padding:0 0px;
	}
	#nav ul li{
		color:#FFF;
		margin:0;
		padding:0;
		display:inline-block;
	}
	#nav ul li a,
	#nav2 ul li a{
		text-decoration:none;
		color:#fff;
		font-size:14px;
		letter-spacing:0px;
		font-weight:bold;
		line-height:14px;
		text-transform:uppercase;
		
		}
	#nav ul li a:hover{
		color:#FFF;
		text-decoration:none;
		text-shadow:0px 0px 3px #FFF;
	}
	#nav ul li.sep1{
		padding:0 0px;	
		color:rgba(255,255,255, 0.4);
	}
	
	#nav2{
		padding-top:5px;
		text-align:center;
	}
	#nav2 ul li.sep1{
		padding:0 20px;	
	}
	#nav2 ul li a{
		color:#FFF;
		font-size:14px;	
	}
#banner{
	/*background:url('images/banner1.png') bottom no-repeat;*/
	padding-top:140px;
	text-align:left;
	height:332px;
	position:relative;
	z-index:0;
	


}
	#banner > img,
	#banner > div{
		position:absolute;	
	}
	/*#banner > img:nth-child(1){
		margin-left:-150px;
		margin-top:-10px;
		
		margin-left:-250px;
		opacity:0;
		
		z-index:3;
	}
	#banner > img:nth-child(2){
		margin-left:550px;
		/*
		501
		251
		
		width:0;
		height:0;
		opacity:0;
		margin-left:800px;
		margin-top:125px;
		z-index:3;
	}
	
	#banner > div{
		height: 220px;
		margin-top: 70px;
		margin-left: 35px;
		
		overflow:hidden;
		z-index:2;
	}
		#banner > div img{
			margin-top:210px;
		}
	
	#banner > img:nth-child(4){
		margin-left: 65px;
		margin-top: -20px;
		
		margin-top:-200px;
		z-index:2;
	}
	
	#banner > img:nth-child(5){
		margin-top: -110px;
		margin-left: 660px;
		
		margin-left:760px;
		opacity:0;
		z-index:1;
	}
	#banner > img:nth-child(6){
		margin-left: 20px;
		margin-top: -10px;
		
		margin-left:-120px;
		opacity:0;
		z-index:1;
	}*/
#banner2{
	/*margin-top:10px;*/
	background:url('images/footer_bg1.jpg') top no-repeat #000000;
	border-radius:5px;
	padding:6px;
	width:1004px;
	
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	        box-shadow:
						0px 0px 5px 1px rgba(0, 0, 0, 0.9),
						inset 0 0 1px 1px rgba(255,255,255,0.4)
						;
	position:relative;
	z-index:300;	
	
}
	#banner2_cont{
		height:52px;
	}
	#banner2 > div{
		width: 100%;
		margin-top: -35px;
	}
	#banner2 img{
		
		border-radius:5px;	
		margin-top:-8px;	
	}
	#banner2 img:last-child{
		/*margin-right:25px;*/	
	}
	#banner2 h2{
		margin:0;
		color:#FFF;
		color:rgba(255,255,255, 0.7);
		color:rgba(255,255,255,0.5);
		font-size:28px;
		font-weight:100;
		letter-spacing:1px;
		margin-left:12px;
	}
	#banner2 h2 strong{
		color:#FFF;	
		font-weight:100;
	}
	#banner2 .right{
		text-align:right;	
	}
#body{
	margin:auto;
	background: #FFF;
	box-shadow: 0 0 40px 20px #FFF;
	/*
	-webkit-mask: -webkit-linear-gradient(
		 top,
		 rgba(255,255,255,0),
		 rgba(255,255,255,1) 10%,
		 rgba(255,255,255,1),
		 rgba(255,255,255,1)
	 );
	 */
}
	#body #body_body{
		
		/*background:url('images/body_body1.png');*/
	}
	#body #body_header{
		/*
		height:29px;
		background:url('images/body_header1.png') no-repeat top;
		*/
	}
	#body #body_footer{
		/*
		height:9px;
		background:url('images/body_footer1.png') no-repeat bottom;
		*/
	}

	#body #body_body{
	}
	
	#body #body_body > .left{
		width:640px;
	}
	
	
		#body #body_body > .left > .padding{
			padding:0px;
			padding-left:20px;
		}
	
	#body #body_body > .right,
	#footer2 > .wrapper > div.right{
		width:330px;
		/*margin-top: 40px;*/
	}
	#footer2 > .wrapper > div.right{
		text-align:right;
		margin-right:40px;
	}
	
	
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:20px;
			padding-top:20px;
		}
	
#footer{
	margin:auto;
	/*background:url('images/bg1.png') repeat-x top;*/
	color:rgba(255,255,255, 0.7);
	line-height:14px;
}	

	#footer ul{
		padding-top:10px;
	}
	#footer a{
		color:rgba(255,255,255, 0.7);
		text-decoration:none;
	}
	#footer a:hover{
		color:#FFF;
	}	
#footer1{
	width:100%;
	background:#ebebeb;
}
	#footer1 .column3{
		padding:20px 0;
	}
	#footer1 .column3 div{
		float:left;
		width:30%;	
	}
	#footer1 .column3 div:nth-child(3){
		float:right;
	}
	#footer1 .column3 div:nth-child(2){
		margin-left:30px;
	}
	#footer1 .column3 div.clear{
		width:auto;
		float:none;
	}
	#footer1 .column3 div img{
		float:left;
		margin-bottom:30px;
		margin-right:10px;
	}
	#footer1 .column3 div h1{
		font-size:25px;
		line-height:16px;
		margin-bottom:5px;
	}
	#footer1 .column3 div p{
		color:#333;
	}
#footer2{
	width:100%;
	/*background:url('images/footer_bg1.jpg') no-repeat center top #900007;	*/
	padding-top:20px;
	padding-bottom:20px;
	
	
	
	background:rgba(25,25,25,0.98);
	border-top:1px solid rgba(255,255,255,0.5);
    box-shadow: 5px 0px 5px rgba(0, 0, 0, 1),
				inset 0 10px 0 rgba(255,255,255,0.05),
				inset 0 -30px 50px rgba(0,0,0,0.2)
				;
	
	;
}
	#footer2 .left{
		margin-left:50px;
		text-align:left;
	}
	#footer2 .left ul.list1 .sep1{
		border:0;
		height:5px;
		padding:0;
	
	}
		#footer2 .left ul.list1 .sep1:nth-child(1){
			margin:0;
			border:0;
		}
		
		#copyright{
			text-align:right;
			padding-top:10px;
		}
		
iframe#map{
	border-radius:0;
	border:1px solid rgba(255,255,255, 0.5);
			
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);	
}
		
.block1{
	/*width:280px;*/
	background:url('images/footer_bg2.png') top no-repeat #434343;
	border-radius:0;
	margin-bottom:10px;
	color:#FFF;
	border:1px solid rgba(255,255,255, 0.5);
			
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	/*
	-moz-box-shadow:    inset 0 0 10px #000000;
	-webkit-box-shadow: inset 0 0 10px #000000;
	box-shadow:         inset 0 0 10px #000000;
	*/

}
	a .block1 h2{
		text-decoration:none;	
	}
	.block1.alt{
		background:url('images/footer_bg1.jpg') top no-repeat #b30e20;
	}
	.block1 h2{
		color:#fff;	
		font-size:25px;
		font-weight:normal;
	}
	.block1 strong{
		color:#fff;
	}
	.block1 h1{
		font-size: 30px;
		color: #fff;
		margin: 0;
		line-height: normal;
	}
	.block1.blue,
	.block1.red{
		color:#FFF;
	}
	.block1.yellow{
		background:#ffc307;
		color:#333;
	}
		.block1.yellow h2{
			color:#000;	
		}
	.block1.blue{
		background:#223e6b;
		padding:0;
	}
		.block1.blue ul{
			margin-right:0;
			margin:0;
			padding-right:0px;
		}
		#body > #body_body > .right .block1.blue > .padding{
			padding-right:0px;
			padding-left:5px;
		}
	.block1.red{
		background:#a20000;
	}
	.block1.lightgray{
		border:1px solid #AAA;
		background:#FFF;
	}
.line{
	height:6px;
	background:url('images/line.png');	
	margin-bottom:10px;
}

h1.bg{
	height:30px;
	line-height:28px;
	background:url('images/headline1.png') no-repeat left;
	padding-left:20px;
	margin-left:-20px;
	text-shadow:0 0 5px #FFF;
}
h2.alt{
	color:#1e1e1e;
}
h1.cool{
	display:block;
	color:#1e1e1e;
	font-size:30px;
	line-height:30px;
	margin-top:0;
	padding-top:0;
	border-bottom:4px solid #1e1e1e;
	margin-bottom:10px;
}

.icon_facebook{
	height:25px;
	width:25px;
	background:url('images/icon_facebook.png') top;
	cursor:pointer;
}
.icon_facebook:hover{
	background-position:bottom;
}
.icon_twitter{
	height:25px;
	width:25px;
	background:url('images/icon_twitter.png') top;
	cursor:pointer;
}
.icon_twitter:hover{
	background-position:bottom;
}
/********************************************************************************************************/
a{
	/*text-decoration:none;	*/
	color:#1e1e1e;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;	
}
h1{
	margin:0;
	padding:0;
	font-size:28px;
	line-height:25px;
	color:#000000;
	margin-bottom:20px;
	
	font-family:Arial, Helvetica, sans-serif;
	font-weight:100;
}
	#body > #body_body > .left > .padding h1:nth-child(1){
		font-size:28px;
	}
	h1 span{
		color:#000;	
	}
	h1.alt span{
		font-size:18px;
	}
h2{
	margin:0;
	padding:0;
	font-size:15px;
	/*color:#ffc307;*/
	color:#333;
	margin-bottom:10px;
}	

p{
	margin:0;
	margin-bottom:10px;
}
.noshadow{text-shadow:none;}
.white_shadow,
p,
#services ul li{
	/*text-shadow:0 0 2px #FFF, 0 0 2px #FFF, 0 0 2px #FFF;	*/
}

#services.col3 ul{
	width:30%;	
}
#services.col3 ul:nth-child(3){
	float:right;	
}



ul{
	margin:0;
	padding-left:20px;
}
b{
	color:#b8111a;
}
strong{
	color:#000;
	font-weight:bolder;
}

hr{
	border:0;
	border-top:1px dashed #999;
	
	/*border-bottom:1px dashed #666;	*/
	margin:10px 0px;
}
hr.alt{
	border:0;
	margin:10px 0px;
}

.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
.list1, ul.list2{
	margin:0;
	padding:0;	
}
.list1 li{
	display:inline;
}
ul.list2{
	list-style:none;
	text-align:justify;	
}
ul.list2 .sep1{
	/*display:none;	*/
	border-bottom:1px dotted #7d8ba6;
	padding:0;
	margin:5px 0;
}
.padding{
	padding:20px;	
}

.thumb1{
	border:3px solid #000000;
	
	-webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	   -moz-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);
	        box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.8);	
}
a .thumb1:hover{
	border:3px solid #000;
}

.thumb1.right{
	margin-left:10px;	
}
.thumb1.left{
	margin-right:10px;
}

.list2{
	margin:0 auto;
	padding:0 25px;
}
.list2.num{
	list-style:decimal;	
}

.minheight1{
	min-height:472px;
}
.minheight3{
	min-height:411px;
}
.minheight2{
	min-height:190px;
}

input, textarea{
	border:1px solid #999;	
	width:100%;
}

.image1{
	background:url('images/noimage1.png') center no-repeat;	
	border:3px solid #999;
	height:100px;
	
}



/********************************************************************************************************/


#accordion h3{
	font-weight:bolder;
	font-size:16px;
}

#accordion div{
	padding:0 35px;
}
#accordion div p{
}


#services.home ul{
	width:28%;
}



#gallery .thumb1{
	margin:5px;	
}


.butt1{
	padding:5px;
	text-align:center;
	cursor:pointer;
}
.butt1:hover{
	background:#333;
}
	.butt1 span{
		font-size:20px;
		font-weight:bolder;	
	}

.product1{
	float:left;	
	width:47%;
	/*border:1px solid #CCC;*/
}
	.products1 .product1:nth-child(odd){
		clear:both;
		margin-bottom:20px;
	}
	.products1 .product1:nth-child(even){
		float:right;
	}
	.products1 .product1 img:first-child{
		width:100%;
	}
	.products1 .product1 img:last-child{
		width:100px;
		float:left;
	}
	.products1 .product1 h1:first-of-type{
		color:#000000;
		margin:0;
		pading:0;	
		margin-top:10px;
	}
	.products1 .product1 p:first-of-type{
		clear:both;
		font-size:10px;		
	}

	.alt .products1 .product1 img:last-of-type{
		float:right;	
	}
	.alt .products1 .product1 h1:first-of-type{
		font-size:14px;
	}	
	.alt .products1 .product1 p:first-of-type{
		clear:none;	
	}

.textbox1{
	padidng-left:5px;
	font-size:10px;	
	margin-bottom:5px;
	/*padding-left:5px;*/
}

.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
    bottom:50px;
    right:100px;
    display:none;
    text-indent:-9999px;
    background: url('images/icon_top.png') no-repeat;
	z-index:5000;
}
.buttmini{
	background:#b8111a;
	color:#FFF;
	text-decoration:none;
	font-size:10px;
	text-transform:uppercase;
	padding:0px 5px;
	display:inline-table;
	letter-spacing:1px;
	cursor:pointer;
}
	.buttmini:hover{
		background:#333;	
	}

.contenthide{
	
}
	.contenthide > div:first-child{
		display:none;
	}

#req1{
	z-index:10;	
}
#socialnetworks{
	text-align:center;
}
#socialnetworks h2{
	font-family: Bebas;
	font-weight:100;
	font-size:20px;
	line-height:0px;
	margin:0;
	margin-top:-25px;
}
#socialnetworks > h2,
#socialnetworks > div{
	display:inline-block;
	vertical-align:middle;
}


ul.check1{
	padding:0;	
}
ul.check1 li{
    background-image: url('images/check1.png');
    background-repeat: no-repeat;
    background-position: 0px 50%;
	margin:0;
	padding-left:25px;
	list-style:none;
	margin-bottom:5px;
}

.col3{
		
}
	.col3 > div{
		width:32%;
		display:inline-block;	
	}
	.col3 > div:nth-child(2){
		margin:0 12px;
	}
	
	
.coupons > div{
	text-align:center;
}
.coupons > div a{
	color:#d20000;
	font-weight:bolder;
}

.viewdesktopbutt{
	width: 100%;
	position: relative;
	background: #333;
	text-align: center;
	padding: 10px 0;
	color:rgba(255,255,255,0.5);
	text-transform:uppercase;
}
	body.mobiledesktop{
		overflow-x: hidden;
		width:110%;
		padding-bottom:60px;	
	}
	body.mobiledesktop .viewdesktopbutt{
		position:fixed;
		z-index:2000;
		bottom:0;
	}
	.viewdesktopbutt a{
		
		color:#FFF;
		text-decoration:none;	
	}
	.viewdesktopbutt .big{
		font-size:30px;	
		margin-bottom:10px;
	}



/* TOGGLER EFFECTS */

  #button {
    padding: .5em 1em;
    text-decoration: none;
  }
  
  #button2 {
    padding: .5em 1em;
    text-decoration: none;
  }
  
  
  #effect {
    position: relative;


    padding: 0.4em;
  }
  #effect h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
  }

  #effect2 {
    position: relative;


    padding: 0.4em;
  }
  #effect2 h3 {
    margin: 0;
    padding: 0.4em;
    text-align: center;
  }

#footer . 