@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Archivo+Narrow);
@import url(https://fonts.googleapis.com/css?family=Lato);

.main-content {
    background-color: #fff;
}

.logo
{
	width:198px;
	height:88px;
	margin:10px  auto;
}

nav
{
	width:100%;
	height:50px;
	margin:30px 0;
}

.call
{
	width:288px;
	height:82px;
	margin:15px auto;
}

article
{
	width:100%;
	min-width:1200px;
	height:800px;
}

.article-wrapper
{
	width:1200px;
	height:800px;
	margin:25px auto;
}

aside
{
	width:100%;
	height:auto;
	margin:20px 0;
	padding: 5px 0 15px 0;
	border: 1px solid #000;
	background:#800000;
}

aside h3
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:10px 25px;
	color:#FFF;
	font-size:20px;
}

aside ul li
{
	list-style:square;
	font-family: 'Open Sans', sans-serif;
	margin:10px 0 auto;
	font-size:12px;
	line-height:25px;
	border-bottom:1px dotted #CCCCCC;
	padding-bottom:5px;
	width:180px;
	color:#FFF;	
}

aside ul li a:link
{
	color:#FFF;
	text-decoration:none;
}

aside ul li a:visited
{
	color:#FFF;
	text-decoration:none;
}

aside ul li a:hover
{
	color:#CCC;
	text-decoration:none;
	-webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}


aside ul li a:active
{
	color:#FFF;
	text-decoration:none;
}

section
{
	width:810px;
	height:auto;
	margin:0;
	padding:10px 10px 10px 10px;
	float:left;
	background:#FFF;
}

.slider
{
	width:100%;
	height:auto;
	margin:10px auto;
	padding:5px 0 5px 0;
}

.clearfix
{
	width:100%;
	height:13px;
	margin:0;
	float:left;
}

.mobile
{
	width:100%;
	height:auto;
	margin:20px 0;
	padding:25px;
	background: rgba(187,187,187,0.6);
	#border-radius: 5px;
	border: 1px solid #ffffff;
}

.mobile-area
{
	width:100%;
	height:20px;
	padding:0;
	margin:20px 0 20px 0;
	border-bottom: 2px solid #E9B35C;
	background: rgba(94,3,3,0.8);
}

.mobile-area h1
{
	font-family: 'Lato', sans-serif;
	margin:15px 0;
	color:#1B437A;
	font-size:18px;
}

.mobile-box
{
	width:100%;
	height:auto;
	margin:20px 5px;
	border: 1px solid rgba(0, 0, 0, 0.2);
}

.mobile-box-img
{
	width:100%;
	margin:5px 4px;
}

.mobile-box-img img {
	-webkit-filter: blur(0);
	filter: blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.mobile-box-img:hover img {
	-webkit-filter: blur(1px);
	filter: blur(1px);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.mobile-box-img > img
{
	display:block;
}

.mobile-box-img > a:link img
{
	display:block;
}

.mobile-box-details
{
	width:100%;
	height:15px;
	margin:10px 5px;
}

.mobile-box-details h2
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:5px 5px;
	color:#CCC;
	font-size:10px;
	text-align:center;
}
.mobile-box-details h3
{
	font-family: 'Open Sans', sans-serif;	
	margin:5px 5px;
	color:#FFF;
	font-size:14px;
	text-align:center;	
}
.home-box {
    background-color: #5e0303;
}
.mobile-box-details h3 a:link
{
	color:#fff;
	text-decoration:none;
}

.mobile-box-details h3 a:visited
{
	color:#fff;
	text-decoration:none;
}

.mobile-box-details h3 a:hover
{
	color:#fff;
	text-decoration:none;
	-webkit-transition: all ease-in-out 0.5s;
  -moz-transition: all ease-in-out 0.5s;
  -ms-transition: all ease-in-out 0.5s;
  -o-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.mobile-box-details h3 a:active
{
	color:#000000;
	text-decoration:none;
}


.mobile-box-details h4
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:5px 5px;
	color:#FFFF33;
	font-size:12px;
	text-align:center;
}


.review-box
{
	width:100%;
	height:auto;
	margin:25px 30px 25px 30px;
}

.block {
    display: block;
    width:100%;
	height:260px;
    margin: 15px auto;
    overflow: hidden;
    position: relative;
	border: 1px solid #CCC;
}
.block img {
    transition: all 1s ease-in-out 0s;
    -moz-transition: all 1s ease-in-out 0s;
    -webkit-transition: all 1s ease-in-out 0s;
    -o-transition: all 1s ease-in-out 0s;
}
.block .block-caption {
	background: rgba(0,0,0,0.6);
	bottom: 0;
	color: #fff;
	display: table;
	left: 0;
	opacity: 0.8;
	padding: 10px 0;
	position: absolute;
	transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	width: 393px;
}

.block .block-caption p
{
	font-family: 'Open Sans', sans-serif;
	margin:5px 15px;
}

.block:hover .block-caption {
	
    opacity: 1;
}
.block:hover img {
    transform: scale(1.5) rotateZ(-5deg);
    -moz-transform: scale(1.5) rotateZ(-5deg);
    -webkit-transform: scale(1.5) rotateZ(-5deg);
    -o-transform: scale(1.5) rotateZ(-5deg);
}

.review-box-right
{
	width:390px;
	height:260px;
	margin:0;
	float:right;
	border: 1px solid #036;
	
	  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform;
  transition-property: transform;
}

footer
{
	width:100%;
	height:auto;
	min-height:50px;
	padding:5px 0 0 0;
	border-top:1px solid #5E0303;
	margin:30px 0 0 0;
	bottom:1;
	
}

.footer-listing
{
	width:100%;
	height:auto;
	margin:10px 0;
}

.footer-listing h3
{
	font-family: 'Lato', sans-serif;
	margin:15px 5px;
	color:#5E0303;
	font-size:18px;
}

.footer-listing ul li
{
	list-style:square;
	font-family: 'Open Sans', sans-serif;
	margin-top:0;
	font-size:14px;
	margin-right:40px;
	color:#5E0303;	
}


.footer-listing ul li a:link
{
	color:#5E0303;
	text-decoration:none;
}

.footer-listing ul li a:visited
{
	color:#5E0303;
	text-decoration:none;
}

.footer-listing ul li a:hover
{
	color:#000;
	text-decoration:none;
	-webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.footer-listing ul li a:active
{
	color:#5E0303;
	text-decoration:none;
}

.footer-bottom
{
	width:100%;
	height:auto;
	padding:15px 0 10px 0;
	min-height:50px;
	background:#350202;
	margin:0;
}

.footer-bottom h5
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:0;
	color:#fff;
	font-weight:300;
	text-align:center;
}
.footer-bottom h6
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:10px 0;
	color:#fff;
	font-weight:300;
	text-align:center;
}


/*------------ Inner Page ----------- */

.box-view
{
	width:310px;
	margin: 20px auto;
	background-color: #fff;
	border: 5px solid #ddd;
	border-radius: 10px;
}

	


.box-details
{
	width:100%;
	height:auto;
	margin:20px 0;
	background:#FFF;
	padding:5px 10px;
}

.box-details h3
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:5px 0;
	color:#000;
	font-size:14px;
}
.box-details h2
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:5px 5px;
	color:#000;
}
.box-details h1
{
	font-family: 'Archivo Narrow', sans-serif;
	margin:0;
	color:#000;
	font-size:26px;
}

.box-details p
{
	font-family: 'Open Sans', sans-serif;
	margin:10px 5px;
	color:#000;
	line-height:25px;
}

.box-details ul li
{
	list-style:square;
	font-family: 'Open Sans', sans-serif;
	margin:5px 5px;
	font-size:14px;
	color:#000;
	line-height:23px;
}


/*---------Table CSS-----------*/

.CSSTableGenerator {
	margin:35px 0 0 0; 
	padding:5px;
	width:98%;
	box-shadow: 5px 10px 5px #CCCCCC;
	border:1px solid #000000;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}.CSSTableGenerator table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.CSSTableGenerator tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.CSSTableGenerator tr:hover td{
	
}
.CSSTableGenerator tr:nth-child(odd){ background-color:#C6E8FF; }
.CSSTableGenerator tr:nth-child(even)    { background-color:#ffffff; }.CSSTableGenerator td{
	vertical-align:middle;
	
	
	border:1px solid #999999;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:10px;
	font-size:13px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	font-weight:normal;
	color:#000000;
}.CSSTableGenerator tr:last-child td{
	border-width:0px 1px 0px 0px;
}.CSSTableGenerator tr td:last-child{
	border-width:0px 0px 1px 0px;
}.CSSTableGenerator tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.CSSTableGenerator tr:first-child td{
		background:#333;

	background-color:#666666;
	border:0px solid #000000;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-align:justify;
	font-weight:bold;
	color:#ffffff;
}
.CSSTableGenerator tr:first-child:hover td{
	background-color:#000000;
		-webkit-transition: all ease-in-out 1s;
  -moz-transition: all ease-in-out 1s;
  -ms-transition: all ease-in-out 1s;
  -o-transition: all ease-in-out 1s;
  transition: all ease-in-out 1s;
}

.CSSTableGenerator tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.CSSTableGenerator tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}


/*------------ Contact Us ------------------- */

.contact-map
{
	width:100%;
	height:auto;
	margin-top:20px;
}

.contact-form
{
	width:100%;
	height:auto;
	margin:25px 0;
	font-family: 'Open Sans', sans-serif;
	color:#000;
}

.contact-details 
{
	width:100%;
	height:auto;
	margin:25px 0;
}

.contact-form h2
{
	margin:15px 0;
    font-family: 'Open Sans', sans-serif;
	color:#000;
}

.contact-details h2
{
	margin:15px 0;
    font-family: 'Open Sans', sans-serif;
	color:#000;

}

.contact-details li
{
	color:#000;
	font-family: 'Open Sans', sans-serif;
	margin:10px 10px 10px 0;
	font-size:14px;	
	list-style:square;
	padding-bottom:5px;
	width:100%;
	text-transform:none;
	border-bottom:1px dashed #CCCCCC;
}

.tb-fields
{
	width:100%;
	height:30px;
	margin:10px 0;
}

.tb-textarea
{
	width:100%;
	height:150px;
	resize:none;
	margin:10px 0;
}

.tb-button
{
	width:90px;
	height:30px;
	margin:0;
	float:left;
	background:#235695;
	border:none;
	color:#000;
}
	.subheader{
		background: url(../images/banner.png);
		background-repeat: no-repeat;
		background-size: 100% 150px;
		height: auto;
		background-position: center top;
	}
