@charset "UTF-8";
/* CSS Document */


/* RESET
________________________________________________________*/

html {margin:0;padding:0;border:0;}
body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
article, aside, dialog, figure, footer, header, hgroup, nav, section {display:block;}
body {line-height:1.5;background:white;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;float:none !important;}
table, th, td {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:'';}
blockquote, q {quotes:"" "";}
a img {border:none;}
:focus {outline:0;}

/* HTML & BODY
________________________________________________________*/

html {
}

body {
	font:16px "Helvetica Neue",Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
}


/* FONTS
________________________________________________________*/


h1 {font-size:2em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:1.5em;margin-bottom:0.75em;}
h3 {font-size:1.2em;line-height:1;margin-bottom:1em;}
h4 {font-size:1em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}

h1, h2 {
	text-transform:uppercase;
	border-bottom:1px solid #ccc;
	height:50px;
}

.h1below {
	display:block;
	text-transform:none;
	color:#ccc;
	font-size:.75em;
}

p {margin:0 0 1.5em;}

ul, ol {margin:0 1.5em 1.5em 0;padding-left:1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}

a {
	color:#fff;
}

/*--------------------------------------------------------------------------------------
	CLEAR FIX
--------------------------------------------------------------------------------------*/

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */


/*--------------------------------------------------------------------------------------
	HTML
--------------------------------------------------------------------------------------*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	-webkit-font-smoothing: antialiased;
	color:#fff;
	background:#f5f5f5;

}

/*--------------------------------------------------------------------------------------
	MAIN STRUCTURE
--------------------------------------------------------------------------------------*/
#page-height {
	background:#000;

}

#container {
	width:960px;
	margin: 0px auto; /*centers container - 0 is for top and bottom and auto for left and right*/
	position:relative;
}

#header {
	height:160px;
	position: relative;
}

#logo {
	position:absolute;
	left:20px;
	bottom:10px;
}

#call-today {
	font-size:2em;
	position:absolute;
	right:20px;
	bottom:50px;

}

#main {
	padding-bottom:50px;
}

.col1, .col2, .col-full {
	margin:0px 20px;
}
.col1 {
	float:left;
	width:600px;
}

.col2 {
	float:left;
	width: 280px;
}

.col3 {
	float:left;
	width:480px;
}

.col4 {
	float:left;
	width:240px;
}

#footer {
	color:#333;
	margin:0 auto;
	width:920px;
	padding:30px 20px;
}

#footer a {
	color:#333;
}

#footer ul {
	list-style:none;
	padding:0;
	margin:0;
}

#footer li {
	margin:2px 0px;
}

.divider {
	background:url(images/divider-bg.png) repeat-x;
		margin:5px 0px 30px 0px;
		height:4px;
}



/*--------------------------------------------------------------------------------------
	NAVIGATION
--------------------------------------------------------------------------------------*/

#nav {
	position:absolute;
	bottom:0px;
	right:10px;
}

#nav ul {
	list-style:none;
	float:right;
	padding:0;
	margin:0px;
}

#nav li {
	float:left;
	margin: 0px 5px;
}

#nav li a {
	display:block;
	text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding: 0px 10px;
	line-height:30px;
	vertical-align:bottom;
	text-transform:uppercase;
}

#nav li a.active {
	background: #f26522;
	color: #FFFFFF
}

#nav li a:hover {
		color:#f26522;
}

#nav li.last {
		margin: 0px 0px 0px 5px;
}

#home li#homelink a, #about li#aboutlink a, #gallerypage li#gallerylink a, #services li#serviceslink a, #contactpage li#contactlink a {
	color:#f26522;
}

/*--------------------------------------------------------------------------------------
	NAVIGATION
--------------------------------------------------------------------------------------*/

.slider-wrapper {
		padding:5px;
	border:1px solid;
	background:#ccc;
	margin:5px 0px 30px 0px;
}

.gallery-wrapper {

}


/*
#slider {
    position:relative;
    width:948px;
    height:358px; 
    background:url(images/loading.gif) no-repeat 50% 50% ;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#slider a {
    border:0;
    display:block;
}
*/


/*--------------------------------------------------------------------------------------
	STYLES
--------------------------------------------------------------------------------------*/

.fl {float:left}
.fr {float:right;
text-align:right;
text-transform:uppercase;
font-size:.7em;
}

.larger {
		font-size:1.2em;
		font-weight:bold;
}

.orange {
			color:#f26522;

}

.pt {
	padding-top:10px;
}

.link {
	text-align:right;
}

.link a {
	color:#fff;
	display:block;
	background:#f26522;
	padding:5px;
	float:right;
	text-transform:uppercase;
	text-decoration:none;
	font-size:.75em;
}

.royalSlider {
  width: 948px;
  height: 358px;
  }

      #full-width-slider {
  width: 100%;
}

#trigger-overlay {display: none;	position:absolute;
	bottom:0px;
	right:0px;
		text-decoration:none;
	color:#fff;
	font-size:14px;
	font-weight:bold;
	padding: 0px;
	line-height:30px;
	vertical-align:bottom;
	text-transform:uppercase;

}



/*
#nav li a {
	display:block;
}

#nav li a.active {
	background: #f26522;
	color: #FFFFFF
}

#nav li a:hover {
		color:#f26522;
}
*/

#gallery-1 {
  width: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;  
  user-select: none;
}

#gallery-list {
  
}
#gallery-list > a {
  float: left;
  width: 23%;
  margin: 1%;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  
}

.title {
  position: absolute;
  bottom: -100%;
  left: 0px;
  background-color: #f26522;
  width: 100%;
  height: 100%;
  visibility: hidden;
  	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
	opacity: .9;

}

.title span {
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  }

#gallery-list a img {
  width: 100%;
  height: auto;
}

#gallery-list a:hover > .title {
  visibility: visible;
  bottom:0px;
}

.rsSlide img {
    padding: 5px;
  border: 1px solid;
  background: #ccc;
  box-sizing: border-box;
  margin-top: 0px !important;
}

#home .rsSlide img {   border: none; padding: 0px;}


.rsDefault .rsThumb.rsNavSelected {
  background: #f26522;
}


@media(max-width:959px) {
  
  #container {
    width: 90%;
    margin: 0 5%;
    
  }
  
  .col1 {
    width: 63%;
    margin: 0 2%;
  }

  .col2 {
    width: 29%;
    margin: 0 2%;
  }

  #logo img {
    width: 200px;
    height: 82px;
  }
  
  #nav li a {
    padding: 0px 2px;
  }
  
  #header {
    height: 134px;
  }
  
.squared img {
  width: 49%;
  height: 49%;
}

#footer {
  width: 90%;
  padding: 30px 0px;
}

#footer .larger {
  font-size: 1em; 
  line-height: 1;
}

#footer .larger .orange {
  display: block;
}

img, embed, object, video, iframe {
  max-width: 100%;
  height: auto;
  }

  

  label {
    width: 30% !important;
  }
  
  #contact input, textarea, select {
    width: 70% !important;
    box-sizing: border-box;
  }
#contact input.submit {
  width: 85px !important;
  margin-bottom: 20px;
  }

#gallery-list a {
  width: 31.33%;
  
}


}

@media(max-width:767px) {
  
  #container {
    
  }
  
  .col1, .col2 {
    width: 100%;
    margin: 0%;
  }
  
  #logo {
    left: 0px;
  }
  
    #logo img {
    width: 150px;
    height: 62px;
  }
  
    #header {
/*     height: 114px; */
    height: 86px;
  }
  
  #nav {display: none;}

#trigger-overlay {display: block;}
#trigger-overlay:hover {cursor: pointer;}

.squared img {
  width: auto;
  height: auto;
}

 #call-today {
  font-size: 1.5em;
  bottom: 40px;
  right: 0px;
}

#footer .fl, #footer .fr {
  float: none;
  text-align: left;
  margin-bottom: 10px;
}

#gallery-list a {
  width: 48%;
  
}


}

@media(max-width:480px) {
  
  #logo img {
  width: 125px;
  height: 52px;
  }
  
  #call-today {
  font-size: 1.2em;
  bottom: 40px;
  right: 0px;
  }
  
  .call-hiiden {
  display: none;
  }
  
  #footer {
  font-size: 11px;
  }
  
  #footer .fl, #footer .fr {
  margin-bottom: 20px;
  }
  
  .bdav {
  width: 74px;
  height: 86px;
  }
}

/* Overlay style */
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(245,128,32,0.9);
}

/* Overlay closing cross */
.overlay .overlay-close {
	width: 80px;
	height: 80px;
	position: absolute;
	right: 20px;
	top: 20px;
	overflow: hidden;
	border: none;
	background: url(../images/cross.png) no-repeat center center;
	text-indent: 200%;
	color: transparent;
	outline: none;
	z-index: 100;
}

/* Menu style */
.overlay nav {
	text-align: center;
	position: relative;
	top: 50%;
	height: 60%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.overlay ul {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	display: inline-block;
	height: 100%;
	position: relative;
}

.overlay ul li {
	display: block;
	height: 20%;
	height: calc(100% / 5);
	min-height: 54px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.overlay ul li a {
	font-size: 54px;
	font-weight: 300;
	display: block;
	color: #fff;
	-webkit-transition: color 0.2s;
	transition: color 0.2s;
	text-decoration: none;
	text-transform: uppercase;
}

.overlay ul li a:hover,
.overlay ul li a:focus {
	color: #f0f0f0;
}

/* Effects */
html, body {
	overflow-x: hidden;
}

.container {
	overflow-x: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;	
}

.container.overlay-open {
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
}

.container::after {
	content: '';
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	-webkit-transition: opacity 0.5s, visibility 0s 0.5s;
	transition: opacity 0.5s, visibility 0s 0.5s;
}

.container.overlay-open::after {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.overlay-contentpush {
	background: rgba(245,128,32,1);
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
	transition: transform 0.5s, visibility 0s 0.5s;
}

.overlay-contentpush.open {
	visibility: visible;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

@media screen and (max-height: 30.5em) {
	.overlay nav {
		height: 70%;
		font-size: 34px;
	}
	.overlay ul li {
		min-height: 34px;
	}
}