/*CUSTOM STYLES
Website crafted by Cloud Web Solutions. Hosting and developing on the Cloud CMS Copyright 2015. All Rights Reserved. www.cloudwebsolutions.com
*/

.wrapper
{
}

body
{
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:24px;
	color:#666;
}

a
{
	text-decoration:none;
	color:#DB3400;
}

h1, h2, h3, p, ul, table
{
	margin-bottom:20px;
}

h1
{
	color:#DB3400;
	font-size:42px;
	line-height:40px;
}

h2
{
	color:#DB3400;
	font-size:24px;
	line-height:40px;
	font-weight:normal;
}

h3
{
	color:#DB3400;
	font-size:22px;
	line-height:40px;
}

.underline
{
	border-bottom:solid 3px #ccc;
	padding-bottom:10px;
	margin-bottom:20px;
	display:inline-block;
	font-weight:bold;
}

.block1
{
	background-color:#DB3400;
	color:#fff;
}

.block2
{
	background-color:#ccc;
}

.block3
{
	background-color:#333;
	color:#fff;
}

.block1 h1, .block1 h2, .block1 h3, .block1 a,
.block3 h1, .block3 h2, .block3 h3, .block3 a
{
	color:#fff;
}

.header
{
	background-color:rgba(255,255,255,0.9);
	height:100px;
	z-index:999;
}

.logo
{
	float:left;
}

.hero-gallery
{
	height:calc(100vh - 100px);
	
	
}

.hero-gallery .gallery-cell
{
	width:100%;
	height:100%;
	background-size: cover;
	background-position: center center;
}

.hero-gallery .gallery-cell .herocontent
{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-khtml-transform: translateY(-50%);
	transform: translateY(-50%);
	margin:0;
	width:100%;
	text-align:center;
}

.hero-gallery .gallery-cell .herocontent h1
{
	font-size:52px;
	color:#fff;
	line-height:60px;
}

.hero-gallery .gallery-cell .herocontent h1 span
{
	color:#DB3400;
}

.hero-gallery .gallery-cell .herocontent h2
{
	font-size:24px;
	color:#fff;
	line-height:40px;
}

.gallery-cell
{
	width:100%;
}

.simple-gallery .gallery-cell
{
  width: 33%;
}

.linkblack
{
	display:inline-block;
	border:solid 2px #DB3400;
	padding:15px 30px;
	font-size:22px;
	color:#fff;
	transition: all .2s ease-in-out;
	font-weight:bold;
}

.linkblack:hover
{
	background-color:#fff;
	color:#DB3400;
}

.linkwhite
{
	display:inline-block;
	border:solid 2px #DB3400;
	padding:10px 20px;
	font-size:18px;
	color:#DB3400;
	transition: all .2s ease-in-out;
}

.linkwhite:hover
{
	background-color:#DB3400;
	color:#fff;
}


a img { transition: all .4s ease-in-out; }
a img:hover { transform: scale(1.1); }

.herosml
{
	background-color:#DB3400;
	padding-top:30px;
	padding-bottom:10px;
	margin-bottom:20px;
}

.herosml h1
{
	color:#fff;
}

.break
{
	margin-top:2%;
	margin-bottom:2%;
	height:1px;
	background-color:#eee;
	clear:both;
}

.breakclean
{
	height:1px;
	clear:both;
}

#map
{
	width:100%;
	height:500px;
	margin:auto;
	position:relative;
	
}

.mapwrap
{
	position:relative;
}

.footer
{
	background-color:#333;
	color:#fff;
	border-top:solid 5px #333;
	box-shadow: 0px -5px 10px rgba(0,0,0,0.2);
}

.footer a
{
	color:#fff;
}

.featuretext
{
	background-color:#eee;
	padding:15px;
	margin-top:-35px;
	-moz-border-radius:0px 0px 10px 10px; 
	-webkit-border-radius: 0px 0px 10px 10px;  
	border-radius: 0px 0px 10px 10px; 
}

.imgfloatleft
{
	float:left;
	margin-right:2%;
}

.imgfloatright
{
	float:right;
	margin-left:2%;
}

/*NAVIGATION*/

.nav
{
	font-size:16px;
	text-transform:uppercase;
}

#nav-trigger
{
	display:none;
	text-align:center;
	float:right;
	position:absolute;
	top:25px;
	right:20px;
}

#nav-trigger span
{
	background-color:#DB3400;
	color:#fff;
	cursor:pointer;
	display:inline-block;
	padding:15px;
	text-transform:uppercase;
}

#nav-trigger span:hover
{
	background-color:#333;
}

nav#nav-main
{
	padding:0px 0;
}

nav#nav-main ul
{
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:right;
	padding-top:25px;
}

nav#nav-main li
{
	border-right:solid 0px #DB3400;
	display:inline-block;
	padding:0 0px;
	position:relative;
}

nav#nav-main li:last-child
{
	border-right:none;
}

nav#nav-main a
{
	color:#DB3400;
	display:block;
	padding:10px 15px;
	transition: all .2s ease-in-out;
}

nav#nav-main a:hover
{
	background-color:#DB3400;
	color:#fff;
	
}

nav#nav-main ul li ul
{
  position:absolute;
  top:40px;
  left:0px;
  width:200px;
  z-index:9999;
  margin:auto;
  background-color:#ffffff;
  left:0px;
  text-align:left;
  padding:0px;
  display:none;
}

nav#nav-main ul li ul li a
{
  text-align:left;
  padding:5px 10px;
  background-color:#ffffff;
  color:#999;
  width:200px;
}



nav#nav-mobile
{
	display:none;
	position:relative;
	z-index:9999;
}

nav#nav-mobile ul
{
	background-color:#333;
	display:none;
	left:0;
	list-style-type:none;
	margin-left:auto;
	margin-right:auto;
	position:absolute;
	right:0;
	text-align:center;
}

nav#nav-mobile li
{
	border-bottom:solid 1px #222;
	display:block;
	margin:0 0px;
	padding:0px 0;
}

nav#nav-mobile li:last-child
{
	border-bottom:none;
}

nav#nav-mobile a
{
	color:#fff;
	display:block;
	padding:10px 30px;
}

nav#nav-mobile a:hover
{
	background-color:#fff;
	color:#DB3400;
}


a img { transition: all .2s ease-in-out; }
a img:hover { transform: scale(1.1); }

.imgoverlay
{
	position:relative;
	height:280px;
	overflow:hidden;
	text-align:center;
	color:#fff;
}

.imgoverlay h3
{
	color:#fff;
	padding-top:40px;
}

.imgoverlaytxt
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background-color:rgba(0,0,0,0.5);
	display:none;
	transition: all .2s ease-in-out;
}

.imgoverlay:hover .imgoverlaytxt
{
	display:block;
	transition: all .2s ease-in-out;
}

.hidden{
     opacity:0;
}
.visible{
     opacity:1;
}

@media only screen and (max-width: 1152px) {
	#nav-trigger
	{
		display:block;
	}
	
	nav#nav-main
	{
		display:none;
	}
	
	nav#nav-mobile
	{
		display:block;
	}
}

@media only screen and (max-width: 1000px) {
	
	.hero-gallery .gallery-cell .herocontent h1
	{
		line-height:70px;
	}
	
}

@media only screen and (max-width: 800px) {
  
  .logo
{
	width:180px;
	padding-top:25px;
}

	
	
	.hero-gallery .gallery-cell .herocontent h1
	{
		font-size:32px;
		color:#fff;
        line-height:50px;
	}
	
	.hero-gallery .gallery-cell .herocontent
	{
		padding-left:30px;
		padding-right:30px;
	}
  
  .hero-gallery .gallery-cell
{
	
	background-position: -200px top;
}
}

@media only screen and (max-width: 600px) {
	
	
	.imgfloatright
	{
		float:none;
		margin-right:0px;
	}
	
	.imgfloatleft
	{
		float:none;
		margin-left:0px;
	}
	
	
	.hero-gallery .gallery-cell .herocontent h1
{
	font-size:24px;
	color:#fff;
	line-height:40px;
}

.hero-gallery .gallery-cell .herocontent h1 span
{
	color:#DB3400;
}

.hero-gallery .gallery-cell .herocontent h2
{
	font-size:18px;
	color:#fff;
	line-height:30px;
}


.herocontent .sectionmax
{
	width:100%;
}

}


