@import "normalize.css";
@import "skeleton.css";

body {	
	font-weight:300;	
	background: #000 url(../images/bg.jpg) center top repeat-x;
	-webkit-font-smoothing: antialiased; 
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;	
	font-size:1.5em;
}
/*font size: html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So 1.5rem = 15px :) body font-size is set to 1.5em*/
/* heading styles over-riding skeleton */
h1 { font-size: 2em; color:#a9a9ae; font-weight: 700;font-family: 'Cinzel', serif; text-transform:uppercase;}
h1.page-title {margin-bottom: .25em;}
h2 { font-size: 1.5em; color:#fff; font-weight: 400;  font-family: 'Raleway', sans-serif; text-transform:uppercase; }
.testimonies h2 {font-family: 'Satisfy', cursive; text-transform:none; margin-top:2em;}
h3 { font-size: 1.25em; color: #fff; font-weight: 400;	margin-top: 30px;}

p { margin: 0 0 1.5em 0; }
em { font-style: italic; }
strong { font-weight: bold;}
img, object, video {max-width: 100%; height: auto; display:block;}
img { max-width: 100%; width: auto; border: 0; -ms-interpolation-mode: bicubic;}
hr { border: solid #ff7a00; border-width: 1px 0 0; clear: both; margin: 30px auto; height: 0; width:80%;}

/* links */
a:link, a:visited { 
	color: #528ae1; 
	text-decoration: none; 
	outline: 0;
}
a:hover, a:active { color: #365a93; }

.align-left{text-align: left;}
.align-center{text-align: center;}
.align-right{text-align: right;}
.imageLeft {float: left;	margin: 2%;}
.imageRight {float:right; margin: 2%;}
.imageCenter {margin:2% auto;}

header {
  margin:0 auto;
  padding: 0;
	width: 100%;
	z-index: 4;
	
}
#logo {	padding:.5em 0 .5em 1em;	}
#call {padding: 2em 1em 0 0; text-align:right; text-transform:uppercase; font-size:1.25em; font-family: 'Raleway', sans-serif; font-weight:700; color:#f59940;}
header a:link, header a:visited { 
	color:#8eafe3;
	text-decoration: none; 
	outline: 0;
}
header a:hover, header a:active { color: #32495e; }

/* hero */
#hero {width:100%; max-height: 500px; overflow:hidden; position:relative; z-index:1; border-top: 5px solid #000;  border-bottom: 5px solid #000; background:rgba(255, 255, 255, 0.5);}
.photoSlide  {width:100%; height: 500px;	background: url(../images/bg1a.jpg) center bottom no-repeat;}
.photoSlide-showroom  {width:100%; height: 500px;	background: url(../images/showroom.jpg) center bottom no-repeat;}
.photoSlide-gallery  {width:100%; height: 500px;	background: url(../images/bg-gallery.jpg) center bottom no-repeat;}
.photoSlide-quality  {width:100%; height: 500px;	background: url(../images/quality.jpg) center bottom no-repeat;}
.photoSlide-contact  {width:100%; height: 500px;	background: url(../images/bg-contact.jpg) center bottom no-repeat;}

#nav {}
nav {	
	width: 100%;
	text-align:right;
	font-weight:bold;
	font-size: 1em;	
	position: relative;
	text-transform:uppercase;
	z-index: 10;
	font-family: 'Raleway', sans-serif;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	list-style:none;
}
nav li {
	display: inline;	
	padding:0 2.5%;
	margin:0; 
}
nav a {	
	display: inline-block;
	padding: 1em 0;
	text-decoration: none;			
}

nav ul li a:link, nav ul li a:visited {color:#fff;} 
nav ul li a:hover, nav ul li a:active {color:#e4e3e3; border:0;}
nav ul li.active a { color: #f371b0;}
.last {padding-right:0;}
nav a#pull {display: none;}

.content {padding: 2.5em 0;}
.content.blue {background: #233b61; padding: 1em 0;}
.content.blue h2 {margin:1em 0; font-size: 1.25em;}
.feature {margin-top: 1.5em; text-align:center;}
.feature img { margin: 0 auto 1.5em; max-width:97%;}
.feature img:hover {opacity:0.8;}
h2.featureTitle { font-size: 1.25em; margin: 1em 0; }
h2.featureTitle a {color:#fff;}
h2.featureTitle a:hover {color:#ccc; border:0;}
.gallery img:hover {opacity:0.8;}
.button {font-size: 1.25em; font-weight: 400;  font-family: 'Raleway', sans-serif; text-transform:uppercase; height:48px; line-height:48px; border-radius:0; border:1px solid #f97c04; }
a.button:link, a.button:visited { color:#f97c04;}
a.button:hover, a.button:active {color:#fff; border: 1px solid #fff;}

.testimonies p {font-style:italic; padding-bottom:2em; background: url(../images/line.png) center bottom no-repeat;}

.services {margin-top:3em;}
.services p {margin:2em 0 4em 0;}

.swipebox img {
    margin: 1%;
    display: inline;
    max-width: 98%;
}
ul.equip {padding:0;}
.video-container {position: relative; padding-bottom: 56.25%;  padding-top: 35px; height: 0; overflow: hidden; margin-bottom: 3rem; }
.video-container iframe {position: absolute; top:0; left: 0; width: 100%; height: 100%;}

footer {width: 100%;	display: block;	background:#192530 url(../images/bg.png);	font-size: .85em;}
.footerMiddle {color:#fff; padding: 1.5em 0 0 0;	margin: 0;	position: relative;}
footer h2 {margin-bottom:.5em;}
footer a:link, footer a:visited {color:#fff;}
footer a:hover, footer a:active {border-bottom: 1px solid #fff;}
.footerBottomText {	min-height: 60px; position: relative;}
.first-col {padding-top:4em;}
#copyright {color: rgba(255,255,255,.7); margin: 1.5em 0; font-size: .75em;}
#copyright a, #copyright span {color:rgba(255,255,255,.7);}
#copyright a:hover, #copyright a:active{border:0;}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/*media queries*/
@media screen and (max-width: 1040px) {
/* ipad portrait */
  nav {font-size: .9em;}
  nav li {padding:0 1.5%; }
  nav a {}
	
	.content {-webkit-overflow-scrolling : touch;}	
	header {-webkit-overflow-scrolling : touch;}
	
}


/* mobile devices */
@media only screen and (max-width: 767px) {


	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	nav li {
		display: block;		
		width: 96%;
	}
	nav a {
    width: 100%;
		border-bottom: 1px solid #576979;
		text-align: left;	
	}
	nav a#pull {
		display: block;		
		width: 100%;
		position: relative;
		border:0;
	}
	nav a#pull:after {
		content:"";
		background: url('../images/nav-icon.png') no-repeat;
		width: 30px;
		height: 30px;
		display: inline-block;
		position: absolute;
		right: 15px;
		top: 20px;
	}
	nav ul li a:hover, nav ul li a:active {border-bottom: 1px solid #576979;}
	
.imageLeft {float: none;	margin: 2% auto; max-width:96%;}
.imageRight {float:none; margin: 2% auto; max-width:96%;}




#logo img{margin:1em auto;}
#logo { padding:0;}
#call {text-align:center;  padding:0;}
#navbar {position: relative; display:none;}
.footerMiddle .column {text-align:center;}
.footerMiddle .column img {margin:0 auto;}
.call-to-action-button {float:none;}
#copyright {text-align:center;}

}

