@charset "utf-8";
/* CSS Document */
/*
		522a0c
		834pwetc24
		ffb783
		900007
*/
/*-----------------FONTFACE-----------------*/
/*
@font-face {
    font-family: 'CaviarDreams';
    src: url('http://static.blazonco.com/customcss/dyllen/allazgarage/fonts/caviardreams.svg#CaviarDreamsRegular') format('svg');
    src: url('http://static.blazonco.com/customcss/dyllen/allazgarage/fonts/caviardreams.eot') format('embedded-opentype'),
         url('http://static.blazonco.com/customcss/dyllen/allazgarage/fonts/caviardreams.woff') format('woff'),
         url('http://static.blazonco.com/customcss/dyllen/allazgarage/fonts/caviardreams.ttf') format('truetype'),
         url('http://static.blazonco.com/customcss/dyllen/allazgarage/fonts/caviardreams.eot');
         
}
*/
@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');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 100;
  src: local('Lato Hairline'), local('Lato-Hairline'), url('includes/fonts/Lato/Lato-Hairline.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  src: local('Lato Light'), local('Lato-Light'), url('includes/fonts/Lato/Lato-Light.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url('includes/fonts/Lato/Lato-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url('includes/fonts/Lato/Lato-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 900;
  src: local('Lato Black'), local('Lato-Black'), url('includes/fonts/Lato/Lato-Black.woff') format('woff');
}
@font-face {
  font-family: 'Passion One';
  font-style: normal;
  font-weight: 900;
  src: local('Passion One Bold'), local('PassionOne-Bold'), url('includes/fonts/Passion One/PassionOne-Bold.woff') format('woff');
}
/*
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Open Sans Extra Bold'), local('OpenSans-ExtraBold'), url('includes/fonts/Open Sans/OpenSans-ExtraBold.woff') format('woff');
}
*/
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  src: local('Open Sans'), local('OpenSans'), url('includes/fonts/Open Sans/OpenSans.woff') format('woff');
}
html{
	opacity:1;
}
body{
	margin:0;
	color:rgba(0,0,0,1);
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-family:'Lato', sans-serif;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:1.5;
	background-color:#7B0000;
	background-position:0 260px;
	background: rgba(25,25,25,1);
	width:100%;
	/*border-top:8px solid #900007;*/
}

#topnav{
	background:#000000;
	width:100%;
	z-index:2000;
	padding:5px 0;
	color:#FFF;
	text-align:right;
}
	#topnav ul li,
	#topnav ul li span{
		display:inline-table;	
		word-spacing: 4px;
	}
	#topnav .wrapper .padding{
		padding:0 10px;	
	}
	#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;
		max-width:1009px;

	}
	#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:259px;
			/*background:url('images/bg2.jpg') bottom left repeat-x #FFF;*/
			/*margin-top:-500px;*/
			/*margin-top:-80px;*/
			margin-top:155px;
			/*
			margin-left:-1000px;
			opacity:0;			
			*/
		}
	#bg2{
		position:relative;
		z-index:1;
		/*
		background:url('images/bg2.png');
		padding-bottom:20px;
		*/
	}
#header{
	background-color:#111;
	width:100%;
	position: relative;
}
	#logo {
		cursor: pointer;
		z-index: 1000;
		padding:10px;
		padding-top:0;
	}
	#logo img {
		width:500px;
		max-width:100%;
		padding-bottom:0px;
	}
	#callus{
		text-align:right;
		margin-right:10px;
		margin-top: 42px;
		/*
		*/
	}
	#callus.onboard{
		margin-top: 60px;
		padding: 0px 10px 20px 10px;
		box-shadow:0 0 10px rgba(0,0,0,0.8), inset 0 0 0 2px #FFF;
		background: rgba(255,255,255,0.8);
		border-radius:10px;
	}
	#callus h2,
	#callus h3{
		font-family:Arial, Helvetica, sans-serif;
		font-size:26px;
		color:#ed1c24;
		margin:0;
		margin-bottom:7px;
	}
	#callus h3{
		color:#eee;
		font-size:30px;
	}	
		.facebook{
			background:url('images/social_facebook_mini.png') top;
			background-size:32px 64px;
		}
		.googleplus{
			background:url('images/social_googleplus_mini.png') top;
			background-size:32px 64px;
		}
		.googleplus,
		.facebook{
			display:inline-table;
			margin:0 5px;
			width:32px;
			height:32px;
		}
			.googleplus:hover,
			.facebook:hover{
				background-position:bottom;
			}
	#topnav #nav{
		margin-top:10px;
	}
#nav{
	background:#111;
	border-bottom:3px solid #fd660b;
}
	#nav ul{
		list-style:none;
		padding:0px;
	}
	#nav ul li.sep1,
	#nav2 ul li.sep1{
		display:none;
		padding:0 10px;
		font-size:18px;
	}
	#nav ul li{
		margin:0;
		display:inline-table;
		transition: background 200ms ease-in-out;
		-webkit-transition: background 200ms ease-in-out;
		-moz-transition: background 200ms ease-in-out;
		-o-transition: background 200ms ease-in-out;
	}
	#nav ul li.right{
		background:#fedf00;
	}
		#nav ul li.right a{
			color:#333;
		}
	#nav ul li:hover{
		/*
		background:#2a67bb;
		*/
	}
	#nav ul li.right:hover{
		background:#FFF;	
	}
	#nav ul li a,
	#nav2 ul li a{
		/*color:#666;*/
		height:30px;
		text-decoration:none;
		font-size:16px;
		line-height:33px;
		text-transform:capitalize;
		font-family:Arial, Helvetica, sans-serif;
		/*padding:40px 35px;*/
		padding:20px 12px;
		padding-bottom:17px;
		padding-bottom:23px;
		display:block;
		/*
		text-shadow:1px 1px 1px #000;	
		*/
		color:#fff;
		/*
		letter-spacing:0px;

		*/
	}
		#nav2 ul li a img{
			
		}
	
	#nav ul li a:hover,
	#nav ul li.selected a{
		/*background:#f26522;*/
		background:#666;
		transition:all ease-in-out 100ms;
		color:#FFF;
		text-shadow:none;
	}
	#nav ul li.selected a{
		background:#fd660b;
	}
	
	#nav ul li.sep1{
		padding:0 3px;	
		color:#fec700(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;	
	}

#body{
	margin:auto;
	background:#FFF;
	/*margin-top:15px;*/
	
	/*box-shadow: 0 0 90px 70px #FFF;*/
}
	#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 20px;
		}
	#body #body_body > .right,
	#footer2 > .wrapper > div.right{
		width:330px;
		/*margin-top: 40px;*/
	}
	#footer2 > .wrapper > div.right{
		text-align:right;
		/*margin-right:84px;*/
		margin-top:-40px;
	}
		#body #body_body > .right > .padding{
			padding:0px;
			padding-right:20px;
		}
#footer{
	width:100%;
	margin:auto;
	/*background:url('images/bg1.png') repeat-x top;*/
	color:rgba(255,255,255, 0.7);
	line-height:14px;
}	
	#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,1);
	/*
	-webkit-box-shadow: 5px 0px 5px rgba(0, 0, 0, 1);
	   -moz-box-shadow: 5px 0px 5px rgba(0, 0, 0, 1);
	        box-shadow: 5px 0px 5px rgba(0, 0, 0, 1);
	*/
}
	#footer2 .left{
		/*margin-left:50px;*/
		text-align: center;
		float:none;
	}
	#footer2 .left ul.list1 .sep1{
		border:0;
		height:5px;
		padding:0;
		margin:10px;
	}
		#footer2 .left ul.list1 .sep1:nth-child(1){
			margin:0;
			border:0;
		}
		#copyright{
			text-align:right;
			padding-top:10px;
		}
		
#footer .col2{
		
}
	#footer .col2 li:last-child{
		text-align:right;
	}

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{
	list-style: none;
	background-color: rgb(240,240,240);
	border: 1px solid rgb(230,230,230);
	margin: 1em 0em 1em 0em;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	overflow: hidden;
}
	a .block1 h2{
		text-decoration:none;	
	}
	.block1.alt{
		background:url('images/footer_bg1.jpg') top no-repeat #900007;
	}
	.block1 .padding{
		padding:20px;	
	}
	.block1 strong,
	.block1 h2{
	}
	.block1 h1{
		font-size: 30px;
		color: #fff;
		margin: 0;
		line-height: normal;
	}
	.block1.blue,
	.block1.red{
		color:#333;
	}
	.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;
}
.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{
	color:#ed1c24;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a img{
	border:0;	
}
h1{
	font-family:"Open Sans", sans-serif;
	display:block;
	color:#1e1e1e;
	font-size:40px;	
	margin-top:0px;
	margin-bottom:10px;
	padding-top:0;
	border:0;

}
h2{
	font-family:"Open Sans", sans-serif;
	display:block;
	color:#1e1e1e;
	font-size:40px;	
	margin-bottom:10px;
	padding-top:0;
	border:0;

}
h3{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:none;
	letter-spacing:1px;
	font-size:30px;
	line-height:30px;
	margin:0;
	margin-bottom:10px;
}
h4 {
	font-family: "Open Sans", sans-serif;
	text-transform: none;
	letter-spacing: 1px;
	font-size: 2.1vw;
	line-height: 3.3vh;
	margin: 0;
	/* margin-bottom: 10px; */
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px #000;
}
.fullwidth h4{
	background-color:rgba(0, 0, 0, 0.4);
	padding: 1.2vw;
}
	#body > #body_body > .left > .padding h1:nth-child(1){
		font-size:40px;
	}
	h1 span{
		color:#fff;	
	}
	h1.alt span{
		font-size:18px;
	}
.bannertext {
	bottom: 0%;
	position: absolute;
	width: 100%;	
}
h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	/*font-weight:normal;*/
}
h2.alt{
	color:#ed1c24;	
}	
p{
	margin:0;
	margin-bottom:10px;
}
em{
	color:#AAA;	
}
ul{
	margin:0;
	padding:0px;
}
ul.check1 li {
	background-image: url('images/check2.png');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	margin: 0;
	padding-left: 24px;
	list-style: none;
	margin-bottom: 5px;
	font-family:Arial, Helvetica, sans-serif;
}
b{
	color:#b8111a;
}
strong{
	/*font-weight:normal;*/
}
hr{
	border:0;
	border-top:1px dashed #999;
	/*border-bottom:1px dashed #666;	*/
	margin:10px 0px;
}
hr.alt{
	border:0;
	margin:10px 0px;
}
hr.alt2{
	border:0;
	margin:20px 0;
	width:0;	
	height:2px;
	border-left:50px solid #ed1c24;
	border-right:50px solid #f26522;
}
.left{
	float:left;	
}
.right{
	float:right;	
}
.clear{
	clear:both;	
}
.list1,
ul.list2 {
    margin: 0;
    padding: 0;
}
.list1 li {
    display: inline-table;
}
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:2px solid #FFF;
	box-shadow:0 0 0 1px rgba(0,0,0,0.2);
}
a .thumb1:hover{
	/*border:3px solid #000;*/
}
.thumb1.right{
	margin-left:20px;	
}
.thumb1.left{
	margin-right:20px;
}
.list2{
	margin:0 auto;
	padding:0 25px;
}
.list2.num{
	list-style:decimal;	
}
.minheight1{
	min-height:472px;
}
.minheight3{
	min-height:411px;
}
.minheight2{
	min-height:190px;
}

.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;	
}
	#gallery > a{
		width:230px;
		height:230px;
		display:inline-block;
		overflow:hidden;	
	}
		#gallery > a > img{
			height:100%;
			text-align:center;
		}
.butt1,
.butt1.alt{
	padding:8px;
	text-align:center;
	cursor:pointer;
	border-radius:2px;   
	
	background:rgba(0,0,0,0.8);
	color:#FFF;
	font-weight:900;
	letter-spacing:1px;
}
.butt1:hover{
	background:#ed1c24;
	color:#FFF;
	border-color:#ed1c24;
}
	.butt1.alt{
		background:#FD660B;	
		border-color:#FD660B;
	}
	.butt1.alt:hover{
		background:#930f05;
	}
	.butt1 span{
		
		font-size:20px;
		font-weight:bolder;	
	}
	
a.butt1{
	background:none;
	border:1px solid #FFF;
	padding:10px 30px;	
	border-radius:0;
	letter-spacing:1px;
	
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
	a.butt1.alt{
		color:#fff;
		border-color:#fff;
		box-shadow: 4px 2px 10px #000;
	}
	a.butt1.mini{
		font-size:12px;
		padding:5px 15px;
	}
	a.butt1:hover:not(a.butt1.mini){
		padding:5px 50px;
		background:none;
		/*border-color:#279cd6;*/
	}
	a.butt1.mini:hover{
		background:#ffc480;
		border-color:#000;
		color:#000;
	}
	
.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:#F00;
		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;	
	}

.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:#0064d6;
	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{
	margin-right: 30px;
}
#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;
}
#rotators img{
/*border-radius: 5px;*/
/*box-shadow: 0 0 0 5px rgba(0,0,0,0.15);*/
width:100%;
height:320px;
		-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);
}
ul.col3,
ul.col2,
ul.col6,
ul.col4{
	list-style:none;	
}
	ul.col3 > li,
	ul.col2 > li,
	ul.col6 > li,
	ul.col4 > li{
		display: block;
		height: auto;
		float: left;
	}
	ul.col3 > li{
		width:33.3%;
	}
	ul.col2 > li{
		width:50%;
	}
	ul.col4 > li{
		width:22%;
	}
	ul.col6 > li{
		width:19%;
	}
		ul.col6#specials > li{
			height:296px;
			overflow:hidden;
		}
		ul.col6#specials > li a{
			display:block;
			padding:20px 10px;
		}
			ul.col6#specials > li a p{
				font-size:13px;
				color:#333;
			}
			ul.col6#specials > li h2{
				color:#ed1c24;
				font-weight:900;
			}
		ul.col6#specials > li:hover{
			transition: background ease-in-out 200ms;
			background:#ed1c24;
		}
			ul.col6#specials > li:hover h2,
			ul.col6#specials > li:hover a p{
				color:#FFF;
			}
			ul.col6#specials > li:hover img{
				visibility:hidden;
			}
			ul.col6#specials > li:hover a{
				transition: margin ease-in-out 200ms;
				margin-top:-30px;
			}
		ul.col2.alt > li:first-child{
			width:65%;
		}
		ul.col2.alt > li:last-child{
			width:35%;
		}
		ul.col2.alt2 > li:first-child{
			width:45%;
		}
		ul.col2.alt2 > li:last-child{
			width:55%;
		}
	
/*
#services.col3 ul {
	width: 30%;
}
#services.col3 ul{
 width:30%; 
}
#services.col3 ul:nth-child(3){
 float:right; 
}
*/
.tab1{
}
	.tab1 tr td:first-child{
		text-align:right;
		vertical-align:top;
		padding-top:8px;
		font-weight:bolder;
	}
.success{
	border-radius:10px;
	padding:15px;
	/*
	border:2px solid #63be2d;
	background:rgba(99,190,45, 0.2);
	*/
	border: 2px solid #ed1c24;
	background: #ed1c24;
	margin: 0;
}
.success h2,
.success p{
	color:#FFF;	
}
#body > .center {
border-top: 1px solid rgba(0,0,0,0.1);
border-bottom: 1px solid rgba(0,0,0,0.1);
}
#portfolio td{
	text-align:center;	
	width:50%;
}
#portfolio div:nth-child(1){
	/*margin-left:100px;	*/
}
#portfolio td > div:not(.clear){
	width:45%;	
	text-align:center;
}
#portfolio td > div:not(.clear):nth-child(3){
	margin-left:40px;	
}
#portfolio td > div:nth-child(3) .butt2{
	margin-left:20px;
}
#portfolio div > a > img{
	height:200px;
}
.butt2{
	/*width: 100px;*/
	text-transform: uppercase;
	font-weight: bolder;
	padding: 5px 10px;
	color: #FFF;
	font-weight: normal;
	letter-spacing: 2px;
	font-size: 12px;
	text-shadow: 0 1px 5px rgba(0,0,0,0.8), 0 0 20px rgba(0,0,0,0.3);
	border-radius: 10px;
	text-align: center;
	position: relative;
	display: table;
	background: #d40f0f;
	top: 5px;
	box-shadow: inset 0 -2px 0px 0px rgba(0,0,0,0.3), inset 0 -5px 0px 0px rgba(0,0,0,0.3), inset 0 -5px 0px 0px #d40f0f, inset 0 25px 0px rgba(255,255,255,0.1), inset 0 1px 0px rgba(255,255,255,0.5), inset 0 0 0px 1px rgba(255,255,255,0.3), inset 0 -6px 0px 0px rgba(255,255,255,0.3), inset 0 -20px 30px 0px rgba(0,0,0,0.2), 0 1px 2px 1px rgba(0,0,0,0.7);
	margin:auto;
	margin-bottom: 10px;
	margin-right: 10px;	
}
.butt2.wide{
	display:block;
	width:auto;
	background: #004e9d;
	box-shadow:
	inset 0 -2px 0px 0px rgba(0,0,0,0.3),
	inset 0 -5px 0px 0px rgba(0,0,0,0.3),
	inset 0 -5px 0px 0px #004e9d,
	inset 0 25px 0px rgba(255,255,255,0.1),
	inset 0 1px 0px rgba(255,255,255,0.5),
	inset 0 0 0px 1px rgba(255,255,255,0.3),
	inset 0 -6px 0px 0px rgba(255,255,255,0.3),
	inset 0 -20px 30px 0px rgba(0,0,0,0.2),
	0 1px 2px 1px rgba(0,0,0,0.7);
	font-size:20px;
	padding:10px 10px 15px 10px;
	margin:0;
}
.butt2.wide.alt{
	box-shadow: inset 0 -2px 0px 0px rgba(0,0,0,0.3), inset 0 -5px 0px 0px rgba(0,0,0,0.3), inset 0 -5px 0px 0px #d40f0f, inset 0 25px 0px rgba(255,255,255,0.1), inset 0 1px 0px rgba(255,255,255,0.5), inset 0 0 0px 1px rgba(255,255,255,0.3), inset 0 -6px 0px 0px rgba(255,255,255,0.3), inset 0 -20px 30px 0px rgba(0,0,0,0.2), 0 1px 2px 1px rgba(0,0,0,0.7);
	background: #d40f0f;
}
#portfolio_blocks{
	display:table;
	margin:auto;
}
.portfolio_block:nth-child(3n+1){
	margin-right:30px;
}
.portfolio_block{
	width:430px;
	display:inline-block;
	text-align:center;
	margin-top:30px;
	border-radius:5px;
	box-shadow:0 0 0 5px rgba(0,0,0,0.25);
	padding-bottom:20px;
}
	.portfolio_block.business_card{
		display:none;
		padding-top:20px;	
	}
		.portfolio_block.business_card img{
			width:90%;	
			max-width:377px;
		}
	.portfolio_block > div.left{
		width:50%;	
	}
	.portfolio_block > div.left img{
		height:200px;
	}
	.portfolio_block .butt2{
		margin:auto;
		padding:15px 20px;
	}
	.portfolio_block:nth-child(1){
		margin-top:0;
	}

.fullwidth{
	background:	rgba(0,0,0,0.05);
	overflow: hidden;
	/*height:350px;
	max-height: 350px;*/
	position:relative;
}
.fullwidth .slide{
	width:100%;
	height:100%;	
	position:absolute;
}
.fullwidth .slide > .image,
.section .image{
	width:100%;
	height: 100%;
	background-size:cover;
	position:relative;
	background-position:50% 70%;
	background-repeat:no-repeat;
}

.section{
	height:auto;	
	max-height:none;
}
.section.alt{
	background-color: rgb(240,240,240);
}
	.section .image .wrapper p,
	.section .image .wrapper h3,
	.section .parallax .wrapper p,
	.section .parallax .wrapper h3{
		color:#FFF;
	}
	.section .image .wrapper p,
	.section .parallax .wrapper p{
		letter-spacing:1px;
		font-size:18px;	
	}
	.section .image .wrapper,
	.section .parallax .wrapper{
		padding:60px 0;
	}
		.section .image .wrapper > div,
		.section .parallax .wrapper > div{
			width:95%;
			margin:auto;
		}
.section > .wrapper > .padding{
	/*padding:60px 20px;	*/
}
.section.highlight {
    text-align: center;
    background: url(images/bg2.jpg) top;
	background-size:cover;
    padding: 20px 20px;
}
.section.highlight h3 {
	font-family:'Open Sans Extra Bold', sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.section.highlight h2,
.section.highlight h1,
.section.highlight p {
    color: #FFF;
}
.section.highlight a:not(.butt1){
    color: #FFF;
}
.section.highlight.alt{
	background:#FD660B;
	padding:20px;
}
	.section.highlight.alt h3{
		margin:0;	
	}
	.section.highlight.alt .padding{
		
	}
	
.section.heading{
	text-align:center;
	background:#fd660b;
	padding:10px 10px;
}	
	.section.heading h1{
		font-size:25px;
		margin-bottom:0;
		color:#FFF;
	}
.section.alt.heading{
	text-align:left;
	background-color: rgb(240,240,240) !important;
	border-bottom: 1px solid rgb(230,230,230);
}
	.section.alt.heading h3{
		color:#333;
	}
	.section.alt.heading img{
		margin-left:50px;
		margin-right:50px;
	}
	
.parallax{
	position: relative;
	/*height: 50vh;*/
	text-indent: -9999px;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
}
	.parallax > div{
		text-indent:0;	
	}
	.parallax.fullscreen{
		background-position:50%;	
	}
ul.normal{
	padding-left:20px;
	list-style:outside;	
	color: #fff;
}
	ul.normal li.sep1{
		list-style:none;
		margin:10px 0;
	}

.text_group span{
	display:inline-block;
	margin-left:10px;
}
.text_group span:first-child{
	margin-left:0;	
}
.right-text{
	text-align:right;	
}
.butt1.call-to-action{
	background:#ed1c24;
	font-size:20px;
	border:0;
}
.device-phone{
	display:none;
}
/*****************************************************************************/
#banner.fold{
	perspective			: 2400px;
	-webkit-perspective	: 2400px;
	-moz-perspective	: 2400px;
	-o-perspective		: 2400px;
}
.boxcont2{
	margin-top:-30px;
	transform-style			: preserve-3d;
	-webkit-transform-style	: preserve-3d;
	-moz-transform-style	: preserve-3d;
	-o-transform-style		: preserve-3d;

	transition				: all 1s ease-in-out;
	-webkit-transition		: all 1s ease-in-out;
	-moz-transition			: all 1s ease-in-out;
	-o-transition			: all 1s ease-in-out;
}
.boxcont{
	width:50%;	
	position:relative;
	height:577px;
	/*background:#000;*/
	display:inline-block;
	
	
	
	transform-style			: preserve-3d;
	-webkit-transform-style	: preserve-3d;
	-moz-transform-style	: preserve-3d;
	-o-transform-style		: preserve-3d;

	transition				: all 1s ease-in-out;
	-webkit-transition		: all 1s ease-in-out;
	-moz-transition			: all 1s ease-in-out;
	-o-transition			: all 1s ease-in-out;
   
	transform				: rotateY(0deg) rotateX(0deg) translateZ(-2000px);
	-webkit-transform		: rotateY(0deg) rotateX(0deg) translateZ(0px) translateX(-476px);
	-moz-transform			: rotateY(0deg) rotateX(0deg) translateZ(-2000px);
	-o-transform			: rotateY(0deg) rotateX(0deg) translateZ(-2000px);
}
.boxcont:nth-child(1){
	-webkit-transform		: rotateY(0deg) translateX(-476px);
	margin-left:25%;
}
.boxcont:nth-child(2){
	-webkit-transform		: rotateY(0deg) translateX(476px);
	margin-left:-50%;
}
	.boxcont .slide{
		overflow:hidden;
		position:absolute;
		/*background:#000;*/
	}
	.boxcont .slide:nth-child(1){
		transform				: rotateY(0deg);
		-webkit-transform		: rotateY(0deg);
		-moz-transform			: rotateY(0deg);
		-o-transform			: rotateY(0deg);	
	}
	.boxcont .slide:nth-child(2){
		-webkit-transform: rotateY(-90deg) translateX(-476px) translateZ(476px);
			
	}
	.boxcont:nth-child(2) .slide:nth-child(2){
		-webkit-transform: rotateY(90deg) translateX(476px) translateZ(476px);
	}
	.boxcont .slide:nth-child(2) .image{
		opacity:0;	
		/*-webkit-transform: scale(0.65);*/
	}
	
	.boxcont .slide:nth-child(3){
		display:none;
		-webkit-transform		: rotateY(0deg);
	}
	.boxcont .slide .image{
		width:200%;
	}
	.boxcont:nth-child(2) .slide .image{
		margin-left: -100%;
	}

input.textbox1:focus, textarea.textbox1:focus{
	outline:none;
	border-color:#ed1c24;
	box-shadow:inset 0 0 0 2px #ed1c24;
	background:#FFF;
}
input.textbox1, textarea.textbox1 {
	width:96%;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	/*
	background: none;
	padding: 0;
	border: 0;
	color: rgba(255,255,255,0.5);
	letter-spacing: 1px;
	font-size: 12px;
	*/
	
	padding: 8px 10px;
	border: 1px solid rgba(0,0,0,0.25);
	background:rgba(0,0,0,0.01);
	background:#FFF;
	border-radius: 5px;
	margin-bottom: 5px;
	box-shadow:inset 0 0 5px rgba(0,0,0,0.25);
	-webkit-appearance: textfield;
	-webkit-rtl-ordering: logical;
	-webkit-user-select: text;
	cursor: auto;
	/*
	-webkit-transition: all 1s;
	transition: all 1s;
	*/
}
#sideright input.textbox1,#sideright textarea.textbox1{
	width:93%;	
}
textarea.textbox1 {
  height: 100px;
}
#mobilemenu{
	display:none;
}
#social-links {
	padding: 0.22em 0em 0em 0em;
	float: right;
	margin-top:30px;
}
	#social-links a{
		display: inline-block;
		height: 2.500em;
		width: 2.500em;
		
		background-repeat: no-repeat;
		background-position: 0px 0px;
	}
	#social-links a span {
		visibility: hidden;
	}
	#social-links a:hover{
		background-position: 0px -2.500em !important;
	}
	#social-links #facebook{
		background-image: url('images/facebook-icon-w.png');
	}
	#social-links #twitter{
		background-image: url('images/twitter-icon-w.png');
	}
	#social-links #googleplus{
		background-image: url('images/googleplus-icon-w.png');
	}
#body{position:relative;z-index:1; }
#req1{position:relative !important;top:0 !important;}
#testimonials .left,
#testimonials .right{
	width:49%;	
}
#testimonials.carousel{	
	opacity:0;
	height:0;
	overflow:hidden;
}
#testimonials.carousel .author{
	float:none;
	text-align:center;	
	margin-right:0;
	color:#fd660b;
	line-height:20px;
}
	#testimonials.carousel .author strong{
		color:#FFF;
		letter-spacing:1px;
	}
#testimonials.carousel .testimonial .content{
	background:rgba(255,255,255,.5) !important;
	color:#333;
	border:0;
}
#testimonials.carousel .testimonial .content:after,
#testimonials.carousel .testimonial .content:before{
	left: 50%;
	right: auto;
	border-width: 12px 12px 0 12px;
	margin-left:-12px;
	
	border-color: rgba(255,255,255,.30) transparent transparent transparent;
}
	#testimonials.carousel .testimonial .content:after{
		bottom:-12px;
	}
#testimonials.carousel .testimonial{
	border:0;	
	float:left;
	width:50%;
}
.testimonial .content{
	position: relative;
	background:rgba(0,0,0,.025);
	padding: 20px;
	font-size:12px;
	border-radius: 10px;
	color:#333;
}
	
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content{
		background:rgba(0,0,0,.075);
	}
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:after,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:after,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:after,
	.col3 li:nth-child(1) .testimonial:nth-child(2n+1) .content:before,
	.col3 li:nth-child(2) .testimonial:nth-child(2n) .content:before,
	.col3 li:nth-child(3) .testimonial:nth-child(2n+1) .content:before{
		border-color:rgba(0,0,0,.05) transparent;
	}
	.testimonial .content p{
		font-size:14px;	
		letter-spacing:1px;
	}
	.testimonial .content p:last-child{
		margin-bottom:0;
	}

.testimonial{
	margin-bottom:20px;
	padding-bottom:20px;
	
}

.testimonial .content:after,
.testimonial .content:before{
	content: "";
	position: absolute;
	bottom: -12px;
	left: 18px;
	border-width: 12px 0 0 12px;
	border-style: solid;
	border-color: rgba(0,0,0,.025) transparent;
	display: block;
	width: 0;
	left: auto;
	right: 18px;
	border-width: 12px 12px 0 0;
}
	#testimonials .left .testimonial:nth-child(2n) .content:after,
	#testimonials .left .testimonial:nth-child(2n) .content:before,
	#testimonials .right .testimonial:nth-child(2n - 1) .content:after,
	#testimonials .right .testimonial:nth-child(2n - 1) .content:before{
		border-color: rgba(7,129,172,.40) transparent;
	}
	#testimonials .testimonial .content:after {
		border-width: 9px 10px 0 0;
		right: 19px;
		bottom: -9px;
	}
	#testimonials:not(.carousel){
		opacity:0;
	}

.testimonial .author{
	text-align: right;
	line-height: 14px;
	margin-top: 14px;
	margin-right: 20px;
}
	.testimonial .author strong{
		display:block;
	}
	.testimonial:after{
		clear:both;	
	}

ul.col3.testimonial_list{
	margin:0;
}

.quote{
	font-size:20px;
	line-height:10px;
}
#testimonial_scroller{
	margin-top:0;
	padding:20px 0;
}
	#testimonial_scroller h2{
		color:#FFF;	
		letter-spacing:1px;
		font-size:30px;
	}

/*********************************************************************************************************************************************************************************************/
body[page='index'] #testimonials .content div:first-child{
	display:block;
	height:48px;
	overflow:hidden;
}
	#testimonial_scroller .padding2{
		padding-left:0;
		padding-right:0;	
	}
	body[page='index'] #testimonials .content div:first-child + a{
		cursor:pointer;
		display:table;
		margin:auto;	
		color:rgba(255,255,255,0.5);
		letter-spacing:1px;
		margin-top:10px;
	}
	body[page='index'] #testimonials .content:before,
	body[page='index'] #testimonials .content:after{
		display:none;
	}

.reviews-nav{
	display:inline-table;
	color:#FFF;
	cursor:pointer;
	font-size:40px;
	line-height:10px;
    vertical-align: middle;
}
	.reviews-nav:hover{
		color:#fd660b;
	}
	
.reviews-nav+a{
	display:inline-table;
	margin:0 10px;
}

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

#footer_logo{
	text-align:center;
}
	#footer_logo .logo img{
		width:200px;
	}
	#footer_logo a{
		font-size:12px;
		color:#F1C526;
	}

#review-form{
	max-width:700px;
	width:100%;
	overflow:hidden !important;
}

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

#notice {
	background: #ac0000;
	text-align: center;
}
	#notice h2{
		color: #fff;
		text-transform: uppercase;
		font-size: 30px;
		line-height: 35px;
		padding:20px 10px;
		margin:0;
		font-weight: 900;
	}

