﻿/************************************************************************************
GENERAL STYLING
*************************************************************************************/
* {
margin: 0;
padding: 0;
border: 0;
outline: none;
}


/* set image max width to 100% */
img {
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
border: none;
}

html, body {
width: 100%;
height: 100%;
position: relative;
display: table;
}

body {
margin: 0;
padding: 0;
background: #ffffff;
font-size: 16px; 
line-height: 1.3;
font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif; 
color: #202020;
text-align: center;
}

#wrapper {
height: 100%;
position: relative;
-webkit-backface-visibility:hidden;/* prevent flickering css transitions*/
-webkit-transform:translateZ(0);/* prevent flickering css transitions*/
border-bottom: 1px solid #340000;
}


/*#footer {
position: relative;
height: 1px;
display: table-row;
background: #020202;
margin: 0 auto;
top: 0px;
left: 0px;
 width:100%;
}*/

#footer {
	display: table-row;
	height: 1px;

width: 100%;
background: #020202;
margin: 0 auto;
}
#footer_pad {
padding: 30px 0;
text-align: center;
color: #ffffff;
}

#top_header {
width: 100%;
height: 450px;
background: url(../_images/bg_header.jpg) no-repeat center top;
position: relative;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
margin: 0 auto;
display: block;
postion: relative;
}

.top_logo {
position: relative;
margin: 8% auto 0 auto;
}

.container {
width: 1024px;
margin: 0 auto;
position: relative;
}

#menu {
width: 100%;
height: 70px;
background: #3f0000;
color: #e2913e;
position: relative;
z-index: 200;
font-family: 'Roboto Condensed',Arial,Helvetica,sans-serif; 
text-align: center;
border-bottom: 1px solid #340000;
font-size: 0.90em;
}

#menu_icon {
display: none;
float: left;
margin: 25px 20px 0 1%;
}

#menu ul {
margin: 0;
padding: 0;
list-style-type: none;
display: inline-block;
}

#menu ul li {
margin: 0;
padding: 0;
float: left;
text-align: left;
line-height: 70px;
text-transform: uppercase;
font-size: 1.35em;
}

#menu ul li span {
color: #e2913e;
}

#menu ul li span,#menu ul li a {
margin: 0;
padding: 0 15px;
font-weight: normal;
text-decoration: none;
display: block;
}

#menu ul li a {
color: #c9bfbf;
-webkit-transition: color .4s ease,background-color .3s ease;
-moz-transition: color .4s ease,background-color .3s ease;
-ms-transition: color .4s ease,background-color .3s ease;
-o-transition: color .4s ease,background-color .3s ease;
transition: color .4s ease,background-color .3s ease;
}

#menu ul li a:hover {
color: #e2913e;
background-color: #290000;
}

.content_pad {
padding: 40px;
}

.for_columns {
width: 31%;
float: left;
margin: 15px 1%;
text-align: center;
position: relative;
font-size: 1.5em;
}

.for_columns img {
border: 3px solid #ffffff;
-moz-box-shadow: 0px 1px 8px #000000;
-webkit-box-shadow: 0px 1px 8px #000000;
box-shadow: 0px 1px 8px #000000;
background: #000000;
margin-bottom: 5px;
}

.spacer {
width: 100%; 
height: 300px;
position: relative;
display: block; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

#spacer1 {
background: url(../_images/bg_spacer1.jpg) no-repeat center top;
}

#spacer2 {
background: url(../_images/bg_spacer2.jpg) no-repeat center top;
}

#spacer3 {
background: url(../_images/bg_spacer3.jpg) no-repeat center top;
}

#spacer4 {
background: url(../_images/bg_spacer4.jpg) no-repeat center top;
}

#spacer5 {
background: url(../_images/bg_spacer5.jpg) no-repeat center top;
}


.clearit {
clear: both;
}

.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: block;
}


a.scale_it img {
position: relative;
-webkit-transition: 0.3s ease;
transition: 0.3s ease;
}

a.scale_it img:hover {
-webkit-transform:scale(.90);
transform:scale(.90);
}


/************************************************************************************
TEXT STYLING
*************************************************************************************/
a {
text-decoration: none;
color: #9b4e00;
font-weight: normal;
}

a:hover {
text-decoration: none;
color: #763c00;
font-weight: normal;
}


h1, h2, h3, h4, h5, h6 {
font-weight: normal;
line-height: 1.1;
margin: 0;
padding: 0;
}

h1 {font-size: 3.75em;  } 
h2 {font-size: 2.75em;} 
h3 {font-size: 2.25em;}
h4 {font-size: 2em; } 
h5 {font-size: 1.5em; }
h6 {font-size: 1.25em;} 

.cinzel {
font-family: 'Cinzel',Times New Roman, Times, serif;
text-transform: uppercase;
}

.writing {
font-family: 'Rock Salt', cursive;
}


p {
padding: 8px 0 12px 0;
} 

.txt_smaller {
font-size: 0.80em;
}

.txt_big {
font-size: 1.25em;
line-height: 1.3
}

.txt_bigger {
font-size: 1.5em;
line-height: 1.4;
}

.white {
color: #ffffff;
}

.goldish {
	color: #f7b572;
}

.spread_out {
letter-spacing: 6px;
}

.center_it {
text-align: center !important;
}

.left_it {
text-align: left !important;
}


/************************************************************************************
PADS,FLOATS,IMAGES,BUTTONS
*************************************************************************************/
.spacer5 {
padding: 0 0 5px 0 !important;
margin: 0 !important;
line-height: 1;
}

.spacer10 {
padding: 0 0 10px 0 !important;
margin: 0 !important;
line-height: 1;
}

.spacer20 {
padding: 0 0 20px 0 !important;
margin: 0 !important;
line-height: 1;
}

.spacer30 {
padding: 0 0 30px 0 !important;
margin: 0 !important;
line-height: 1;
}

.spacer50 {
padding: 0 0 50px 0 !important;
margin: 0 !important;
line-height: 1;
}


.img_brdr {
-moz-box-shadow: 0px 0px 15px #000000;
-webkit-box-shadow: 0px 0px 15px #000000;
box-shadow: 0px 0px 15px #000000;
border: 4px solid #ffffff;
}

.img_float {
float: left;
margin: 0 0 15px 0;
}

.img_wrap {
float: left;
margin: 0 2% 10px 0;
}


.column_half {
width: 46%;
float: left;
margin: 10px 4% 10px 0;
position: relative;
}

.column_half:nth-child(2n) {
margin: 10px 0;
}

.pad_75_vert {
padding: 75px 0;
}

.btn_main {
cursor: pointer;
display: inline-block;
padding: 15px 25px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 1.1em;
background: #690a02;
}

.btn_main:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}

.btn_main_small {
cursor: pointer;
display: inline-block;
padding: 10px 15px;
position: relative;
color: #ffffff;
vertical-align: middle;
font-weight: normal !important;
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius: 5px 5px 5px 5px;
-khtml-border-radius: 5px 5px 5px 5px;
border-radius: 5px 5px 5px 5px;
font-size: 0.80em;
background: #690a02;
}

.btn_main_small:hover {
background: #a40d00;
color: #ffffff;
font-weight: normal !important;
}
