html, body {
	height:100%;
	font-family: 'Raleway', sans-serif;
	font-size:14px;
/*	overflow-x:hidden;*/
} 

body {
   margin: 0;
/*	background:url(../images/tent01b.jpg) no-repeat left center;
	background-size: cover !important;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;*/
}

#logo{
	text-align:center;
	z-index:100;
	margin:50px 0 0 0px;
}
#logohome{
	position:absolute;z-index:1000;
	margin:50px 0 0 50px;
}

#menu{
	position:absolute;
	top:0px;
	right:0px;
	height:100%;
	width:200px;
	background:rgba(100,0,0,.75);
	padding-top:40px;
}
#menu a{
	color:#FFF;
	font-family: 'Raleway', sans-serif;
	font-size:20px;	
	margin:3px;
	text-decoration:none;
}

#menu a:hover{
	color:#F90;
	/*text-shadow: 0px 0px 5px #FFF;*/
}

#menu > ul {list-style: none;line-height: 40px;}
#menu > li {}

#contactslide{
	background-color:rgba(50,0,0,.9);	
	width:100%;
	height:200px;
}

#map-canvas{
  height: 180px;
  width:500;
  margin: 0px;
  padding: 0px
}


h1{
	color:#300;	
}
a{color:#FFF;text-decoration:none;
transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;}
a:hover{color:#F90;text-decoration:none;}
a:visited{text-decoration:none;}
	
.center-container{
	width:100%;
	max-width:980px;	
	padding:0 10px 20px 10px;
	margin:0px auto;
}

.shapeshadow{
	-webkit-filter: drop-shadow(2px 2px 1px rgba(0,0,0,0.5));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}	
.shapeglow{
	-webkit-filter: drop-shadow(0px 0px 35px rgba(0,0,0,1));
	-ms-filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2,Color='#444')";
	filter: "progid:DXImageTransform.Microsoft.Dropshadow(OffX=2, OffY=2, Color='#444')";
}

.button {
	font-size:16px;
	font-family:Arial;
	font-weight:bold;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #eda933;
	padding:23px 18px;
	text-decoration:none;
	background:-moz-linear-gradient( center top, #f6b33d 5%, #d29105 100% );
	background:-ms-linear-gradient( top, #f6b33d 5%, #d29105 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6b33d', endColorstr='#d29105');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6b33d), color-stop(100%, #d29105) );
	background-color:#f6b33d;
	color:#FFF;
	display:inline-block;
	text-shadow:1px 1px 0px #cd8a15;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fed897;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fed897;
 	box-shadow:inset 1px 1px 0px 0px #fed897;
}.button:hover {
	background:-moz-linear-gradient( center top, #d29105 5%, #f6b33d 100% );
	background:-ms-linear-gradient( top, #d29105 5%, #f6b33d 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d29105', endColorstr='#f6b33d');
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #d29105), color-stop(100%, #f6b33d) );
	background-color:#d29105;
	color:#FFF;
}.button:active {
	position:relative;
	top:1px;
}

.orange{background-color:#F90;color:#300;}
.orange:hover{color:#FFF;}

.menupointer{
	position:absolute;
	left:200px;
	color:#F90;
	font-size:20px;
	opacity: 0.4;
   filter: alpha(opacity=40);	
	width:400px;border-top: 1px solid #F90;margin-top:30px;margin-left:20px;z-index:0;
}

.centerdiv{
	display: table; margin-right: auto; margin-left: auto;
}
.centercol{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	max-width:964px;
}
/*
@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('/fonts/glyphicons-halflings-regular.eot');
  src: url('/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
  		url('/fonts/glyphicons-halflings-regular.woff') format('woff'),
		url('/fonts/glyphicons-halflings-regular.ttf') format('truetype');
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*/
#homecontactinfo{
	background:rgba(100,0,0,.85);
	padding:0px;
	color:#FFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
	line-height:50px;
	position:absolute;
	bottom:40px;	
	width:100%;
}

.fa-stack{
	color:#F90;
}
.fa-stack:hover{
	color:#FFF;
}

.bigtext{
font-size:20px;	
}
.center{
	text-align:center;	
}
.right{
	text-align:left;	
}
.right{
	text-align:right;	
}

.slide{
	background-attachment: fixed;
	width:100%;
	height:100%;
	position: relative;
}

h2 {
	margin:0 0 23px;
	padding:0 20px;
	text-transform:none;
	text-align:center;
	font-style:normal;
	background:none;
	font-family: 'Raleway', sans-serif;
	font-size: 30px;
	line-height: 36px;
	color:#3e3e3e;
	font-weight: 400;
}
h3 {
	margin:0;
	padding:40px 0 32px 0;
	text-transform:uppercase;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:800;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

h4 {
	margin:0;
	padding:0 0 15px;
	text-transform:none;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:32px;
	font-style:normal;
	line-height:36px;
	color:#3e3e3e;
}

.inset_shadow {
	position:absolute;
	z-index:10;
	left:0;
	right:0;
	top:0;
	bottom:76px;
	box-shadow:0 0 60px rgba(0,0,0, 0.7) inset;
}

.contactus {
	cursor:pointer;
	display:block;
	width:175px;
	height:28px;
	background:#D00017;
	padding:10px 20px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size:20px;
	color:#FFFFFF;
	transition: background 0.5s ease-in-out;
	-moz-transition: background 0.5s ease-in-out;
	-webkit-transition: background 0.5s ease-in-out;
	-o-transition: background 0.5s ease-in-out;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contactus:hover{
	background:#A00000;
	color:#FFFFFF;
	text-decoration:none;
}		

.contact_form input[type="text"],
.contact_form textarea {
	width:93%;
	margin:22px 0 0 0;
	padding:17px 10px 17px 21px;
	background: #fff;
	font-size:14px;
	line-height:21px;
	border:1px solid #e3e3e3;
	color:#929292;
}
.contact_form input[type="text"]:first-child {margin-top:0;
}
.contact_form textarea {
	resize: none;
	margin-top:0;
	height: auto;
    min-height: 164px;
}

.contact_btn {
	border:none;
	text-transform:none;
	margin:0 4px 10px 0;
	padding:7px 25px;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	text-align: center;
	vertical-align: middle;
	background:#3e3e3e;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}

.contact_btn:hover,
.send_btn {
	background:#fdc82b;
	color:#3e3e3e;
}

#header-page{
	height:200px;
}

#menubar{ /*TOP*/
	background:#300;
	height:50px;
	text-align:right;
}

.sticky {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	border-top: 0;
}

/* Side Menu */
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    right: 0;
    width: 200px;
    height: 100%;
    margin-right: -200px;
    overflow-y: auto;
    background: rgba(100,0,0,.75);
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	 overflow:hidden;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 200px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	font-family: 'Raleway', sans-serif;
	font-size: 20px;
	margin: 3px;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    height: 55px;
    font-size: 18px;
    line-height: 55px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#sidebar-wrapper.active {
    right: 200px;
    width: 200px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

#menu-toggle{
    z-index: 1;
	 color:#FFF;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
#menu-toggle:hover{
	color:#F90;
}
#menu-toggle.active{
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
	 color:#333;
}

.toggle {
    margin: 5px 5px 0 0;
}



/* FOOTER */
#footer {
	background:#300;
	height:30px;
	position:absolute;
	bottom:0px;
	width:100%;
	font-size:11px;
}
#footer-page{
	border:1px solid #300;
	background:#300;
	height:30px;
	width:100%;
	font-size:11px;
	
}

.copyright {
	color:#e9e9e9;
}
.copyright a {
	color:#fdc82b;
}
.copyright a:hover {text-decoration:none;color:#fff;
}

.websiteby{text-align:right}

#maincontent{
	position:relative;
	width:800px;
	background:rgba(100,0,0,.75);
	padding:0px 15px 15px 15px;
	color:#FFF;
	margin:0 auto 0 auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}

#contactslide{
	height:200px;	
}


@media only screen and (max-width : 767px) {
#footer-page{
	padding-top:10px;
	height:60px;
}
#contactslide{
	height:400px;	
}
.websiteby{text-align:left}
}

/*FAQ*/
.faq-c {
  border-bottom: 1px dotted #ccc;
  padding: 1em 0;
}
.faq-t {
  line-height: 1.5em;
  color: #aaa; 
  font-family: sans-serif; 
  float:left; 
  font-weight: 700; 
  padding-right: 0.62em; 
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-o {
  transform: rotate(-45deg);
  transform-origin: 50% 50%;
  -ms-transform: rotate(-45deg);
  -ms-transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
  -webkit-transform-origin: 15% 45%;
  
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  transition: all 200ms;
}

.faq-q {
    font-family: 'Raleway', sans-serif;
    cursor: pointer;
    font-size: 1.25em;
    background: rgba(249, 249, 249, 0.5);
    font-weight: 100;
    padding: 16px;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.faq-q:hover {
    box-shadow: 0 1px 5px 0 #626262;
    -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
         -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
}

.faq-a {
  clear: both;
  color: #666;
  display: none;
  padding: 1.5em;
}

.faq-a a{color:#F90;text-decoration:none;}
.faq-a a:hover{color:#300;text-decoration:none;}