/* =CODE BY ROWAN PEREIRA= */



/* =Typography
-----------------------------------------------------------------------------*/


body {
	font-family: 'Open Sans', Arial , sans-serif;
	background: #ffffff url(../img/body-bg.jpg) repeat;/* color-change */
	color: #424242; /* color-change */
	font-size: 14px;
	line-height: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 0.5em;
}

h1 {
	font-size: 2.5714285714285716em;
	line-height: 1em;
}

h2 {
	font-size: 2.142857142857143em;
	line-height: 1.1em;
	color:#f04c00;
}

h3 {
	font-size: 1.7142857142857142em;
	line-height: 1.3em;
}

h4 {
	font-size: 1.2857142857142858em;
	line-height: 1.3em;
}

h5 {
	font-size: 1.1428571428571428em;
	line-height: 1.3em;
}

h6 {
	font-size: 1em;
	line-height: 1.3em;
	text-transform: uppercase;
}

blockquote {
	margin-bottom: 1.5em;
	padding-left: 1.5em;
	border-left: 1px solid #ff3300; /* color-change */
	color: #ff3300; /* color-change */
}

blockquote small, cite {
	color: #888; /* color-change */
	font-style: italic;
}

blockquote p {
	margin-bottom: 1em;
	font-style: italic;
}

small, blockquote cite {
	font-size: 0.85em;
	line-height: 1;
}

blockquote .pull-right, .row blockquote .pull-right {
	float: none;
	text-align: right;
	display: block;
}

figcaption {
  font-size: 10px;
}

.image-left {
  float: left;
  margin: 0 20px 5px 0;
}

.image-right {
  float: right;
  margin: 0 0 5px 5px;
}

hr {
	width:100%;
	height: 3px;
	margin-bottom:15px;
	margin-top:15px;
	border: 0;
	background: url(../img/dividers/divider2.png) repeat-x;
}

	
/* =Links
-----------------------------------------------------------------------------*/


a {
	color: #424242;/* color-change */
	text-decoration:none;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

a:hover {
	color: #f04c00;/* color-change */
	text-decoration:none;
}


/* =Layout
-----------------------------------------------------------------------------*/


#top-wrapper {
	width:100%;
	height:auto;
	position:fixed;
	z-index:999;
	top:20px;
}

#bottom-wrapper {
	width:100%;
	height:auto;
	position:relative;
	top:200px;
	padding-bottom:200px;
}

.left {
	text-align:left;
}

.right {
	text-align:right;
}

/* =Header
-----------------------------------------------------------------------------*/

.header {
	border-top: 4px solid #f04c00;
	background-color:#010000; /* color-change */
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)";
	filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=3);
	box-shadow: 0 0 4px #000;
	padding-bottom:10px;
	position:relative;
	top:-20px;
	z-index:9998;
}


.logo {
	margin:0 auto;
}


/* =Nav
-----------------------------------------------------------------------------*/


.navigation {
	background:#f04c00; /* color-change */
	-moz-box-shadow: 0 0 3px #000;
	-webkit-box-shadow: 0 0 3px #000;
	-ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#666666,strength=3)";
	filter:
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=0,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=90,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=180,strength=3)
	progid:DXImageTransform.Microsoft.Shadow(color=#666666,direction=270,strength=3);
	box-shadow: 0 0 4px #000;
	position:relative;
	top:-40px;
	z-index:9997;
}

a.menu-link {
	float: right;
	display: block;
	padding: 1em;
}

a.menu-link:hover {
	color:#FFF;
}

nav[role=navigation] {
	clear: both;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.js nav[role=navigation] {
	overflow: hidden;
	max-height: 0;
}

nav[role=navigation].active {
	max-height: 36em;
}

nav[role=navigation] ul {
	margin: 0;
	padding: 0;
	border-top: 1px solid #f1f1f1;
}

nav[role=navigation] li a {
	color:#FFF;
	display: block;
	padding: 0.8em;
	border-bottom: 1px solid #f1f1f1;	
	-webkit-transform: rotate(-6deg);
	-moz-transform: rotate(-6deg);
	-o-transform: rotate(-6deg);
	-ms-transform: rotate(-6deg);
	transform: rotate(-6deg);
}

nav[role=navigation] li a:hover {
	background:#dd4600;
	color:#424242;
	-webkit-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 0px 2px rgba(0, 0, 0, 0.2);
	border-bottom: 1px solid #f1f1f1;	
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}


/* =Page Styles
-----------------------------------------------------------------------------*/


.list li{
	background:url(../img/bullet.png) no-repeat;
	padding-left:30px;
	list-style:none;
	font-size:1.1em; 
	line-height:1.5em;
}

.list-two li{
	background:url(../img/bullet2.png) no-repeat;
	padding-left:30px;
	list-style:none;
	font-size:1em; 
	line-height:1.5em;
}

.list-none li{
	list-style:none;
	font-size:1em; 
	line-height:2em;
}

.people-thumb {
	margin-top:20px;
}

.people-thumb {
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}
	
.gmap {	
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.3);
}

.thumb-gallery img {
	margin:10px 10px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.thumb-gallery img:hover {
	margin:10px 10px;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 3px 4px 0px rgba(0, 0, 0, 0.5);
}

/* =Slider
-----------------------------------------------------------------------------*/


.slider {
	background:#FFF;
	position:relative;
	top:-10px;
}

.slider-wrapper { 
	width: 80%; 
	margin: 5px auto;
}



/* =Misc
-----------------------------------------------------------------------------*/


/* =Footer
-----------------------------------------------------------------------------*/


.footer {
	background:#000000;
	color:#FFFFFF;
	padding-top:50px;
	padding-bottom:50px;
	position:absolute;
	bottom:0px;
	border-bottom: 4px solid #f04c00;
}



/* =Formy
-----------------------------------------------------------------------------*/


#formy{
	margin-bottom: 18px;
}

#formy input,
#formy textarea{
	padding: 10px 15px;
	background: #FFF;
	color: #f04c00;
	font-size: 12px;
	border-left: none;
	border-right: none;
	border-top: 1px  solid #efefef;
	border-left: 1px  solid #efefef;	
	border-right: 1px  solid #efefef;
	border-bottom: 1px  solid #e1e1e1;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	overflow: auto;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1), 0px 0px 0px 3px rgba(232, 232, 232, 0.2);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1), 0px 0px 0px 3px rgba(232, 232, 232, 0.2);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1), 0px 0px 0px 3px rgba(232, 232, 232, 0.2);
}

#formy input{
	width: 282px;
	margin-bottom: 20px;
}

#formy textarea{
	width: 282px;
	height: 230px;
}

#formy #submit{
	width: 76px;
	margin: 21px 0px;
	padding: 5px 0px;
	float: right;
	color: #f04c00;
	background:#FFF;
	cursor:pointer;
	border-top: 1px  solid #efefef;
	border-left: 1px  solid #efefef;	
	border-right: 1px  solid #efefef;
	border-bottom: 1px  solid #e1e1e1;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1),  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px 0 rgba(255,255,255,.5), inset 0 -2px 0 rgba(0,0,0,.25), inset 0 -3px 0 rgba(255,255,255,.2), 0 1px 0 rgba(0,0,0,.1),  0px 2px 3px 0px rgba(0, 0, 0, 0.3);
}

#formy input#submit:hover{
	opacity: 0.8;
}

#formy #submit{ float: left; }


/* =Clearfix
-----------------------------------------------------------------------------*/


.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


/* =Small Screens
-----------------------------------------------------------------------------*/

@media only screen and (max-width: 1023px) {

	
	
}


/* =Mobile Screens
-----------------------------------------------------------------------------*/

@media handheld, only screen and (max-width: 767px) {

	.logo {
		margin:0 auto;
	}
	
	.slider {
		display:none;
	}
	
	#bottom-wrapper {
		top:330px;
	}
	
	.left {
		text-align:center;
	}
	
	.right {
		text-align:center;
	}
	
	nav[role=navigation] li a {
		border: 0;	
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}


@media handheld, only screen and (max-width: 350px) {
	
	.image-left {
	  float: none !important;
	  margin: 0 auto;
	}
}

@media screen and (min-width: 870px) {
	a.menu-link {
	   display: none;
	}
	
	.js nav[role=navigation] {
		max-height: none;
	}
	
	nav[role=navigation] ul {
		margin: 0 0 0 -0.25em;
		border: 0;
	}

	nav[role=navigation]  li {
		display: inline-block;
		margin: 0 0.25em;
	}
	
	nav[role=navigation] li a {
		border: 0;
	}
	
	nav[role=navigation] li:nth-child(even) {
		background:transparent; /* color-change */
	}
	
}