html {
	background: url("/images/backgroundMain.gif") repeat-x #090602;
}
	
/*body {
  padding: 0;
  height: 100%;
  color: #74777c;
  overflow: hidden;
  background-color: #fff;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;*/
  
body {
	/*font-family: sans-serif;*/
	font-family: Georgia, serif;
	/*font-weight: bold;*/
	font-size: 16px;
	line-height: 25px;
	color: #e7e7e7;
	background: url("/images/backgroundMain.gif") repeat-x #090602;
}

h1 {
    margin: 0 0 10px 0;
	font-family: Georgia, serif;
    font-size: 170%;
    font-weight: normal;
	text-transform: initial;
    font-variant: small-caps;
    color: #bab390;
}

p {
    margin: 0 0 14px;
}

a:link {
    color: #918E73;
    text-decoration: underline;
}
.section-title {
	margin-top: 0px;
}

#nav-section.stuck {
	position: fixed;
	left:initial;
	max-width: 1190px;
	margin: 0px auto;
}

#wrapper-boxed {
  position: relative;
  overflow: hidden;
  left: 0;
  z-index: 99;
  height: 100%;
  max-width: 1200px;
  margin: 30px auto;
  padding: 4px;
  background-color: #1c1309;
  border: 1px solid #51412f;
}

header .row {
	margin-left: 0px;
	padding-left: 0px;
}

.nav-logo {
    float: left;
    margin: 0 0 0 -15px;
	height: 102px;
}

.nav-logo img {
	border-right: 2px solid black;
	height: 102px;
	width: auto;
}

#nav-section {
	background: url("/images/bg_header.png") repeat-x bottom center #8eafcd;
}

.navbar {
	background-color: #ffffff;
	height: 40px;
    float: right;
    margin: 58px 0 0 0;
    min-height: 0;
	border-radius: initial;
}

.navbar-nav > li > a {
    padding: 0 15px;
    display: block;
    color: #74777c;
	line-height: 40px;
	text-transform: none;
    text-decoration: none;
}

#nav-mobile-btn {
	margin-right: 15px;
}

.nav-mobile.open {
  visibility: visible;
  z-index: 200;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#header:after {
	display: none;
}

div.hr, div.hrFull {
	height: 2px;
	overflow: hidden;
	background: url("/images/hr.gif") repeat-x;
	margin-bottom: 10px;
	margin-top: 10px;
}

div.hrFull {
	width: 100%;
}

#index-art .container {
	padding-left: 0px;
	padding-right: 0px;
	background-color: #140c03;
	padding-bottom: 14px;
}

#index-art .row {
	margin: 0px;
	padding: 0px;
}

#index-art .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}

.sidebar {
    padding-top: 35px;
    padding-bottom: 30px;
}

.sidebar img {
    background-color: #0e0904;
	padding: 8px;
	border: 1px solid #51412f;
	margin: 14px auto;
}

#content img {
    background-color: #0e0904;
	padding: 8px;
	border: 1px solid #51412f;
}

.main {
	padding-top: 55px;
	padding-bottom: 75px;
	padding-right: 40px;
	padding-left: 45px;
}

/*Forms*/

form {
	margin: 0;
}
select {
	margin-top: 0px;
	font-size:10px;
	background: #000;
	color: #fff;
}

#contactForm table{
	border: 4px solid #51412f;
}

#contactForm td{
	padding: 0px 15px;
	white-space: nowrap;
}

#contactForm input, #contactForm textarea{
    font-size: 13px;
	font-family: Arial, sans-serif;
	font-weight:normal;
	background-color: #cbcabd;
	border: 1px solid #1C1309;
	color: #1C1309;
	padding: 3px 3px 3px 5px;
}

#contactForm input.btn {
	font-family: Arial, sans-serif;
	font-size: 100%;
	font-weight: bold;
	border: 4px solid #000000;
	color: #1C1309;
	padding: 3px 10px;
	background-color: #CBCABD;
	cursor: pointer;
}

.invalid {
    border-color: #F23030 !important;
	border-width: 4px;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

@media (min-width:1200px) {
	#index-art .container {
	width: 100%;
	}
}

@media (min-width:992px) {
	#index-art .container {
	width: 100%;
	}
}

@media (min-width:768px) {
	#index-art .container, #index-art .col-sm-12 {
	width: 100%;
	}
}