.main-menu, .responsive-menu ul, { padding: 0; margin: 0; list-style: none; }

a.menu-toggle-btn { width: 100%; height: 50px; background-color: rgba(0, 0, 0, 0.4); text-align: center; line-height: 50px; display: block; color: white; }

a.menu-toggle-btn i { line-height: 40px; }

.responsive-navigation { position: relative; width: 100%; display: block; z-index: 9999; }

.responsive-menu { display: none; background-color: rgba(0, 0, 0, 0.4); }

.responsive-menu ul li a { color: white; text-transform: uppercase; display: block; padding: 7px; }

body { 
	background-color: #BCDEBE; 
}

a { color: #976846; }
a:hover, a:focus { color: #976846; }

.logo {
	margin-top: 20px;
	text-align: center;
}

.hatter_bg {
  	background-color: #BCDEBE; 
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
  	overflow-x: hidden;
}

.nocopy {
 -webkit-touch-callout: none;
 -webkit-user-select: none;
 -khtml-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}

.flexslider { width: 100%; }

.img_left {	float: left; margin-right: 20px; margin-bottom: 15px; }

h1 {
	text-align: center;
	color: #BD9271;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 40px;
	font-weight: bold;
}
h4 { color: #BD9271; }

li { color: #976846; }
li, input { font-family: Verdana; }
li.active a { background-color: rgba(255, 255, 255, 0.2); color: #f55b1f; }

nav { 
	text-align: center; 
	font-family: Verdana; 
	margin-top: 30px; 
	margin-bottom: 20px; 
}

p {  color: #976846; font-family: Verdana; }
iframe, object, embed { width: 480px; height: 300px; border: none; margin-bottom: 20px; }
video { width: 700px; height: auto; border: none; margin-bottom: 5px; }

hr {
	display: block;
	height: 4px;
	border: 0;
	border-top: 1px dashed #fofofo;
	padding: 0;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 0;
}

article { margin-top: 15px; margin-bottom: 15px; }

.btn { border-radius: 0px; font-family: Arial, sans-serif; }

.btn-primary { background-color: #f55b1f; border-color: #c48c76; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active { 
	background-color: #e13916; 
	border-color: #c48c76; 
}

.nav > li > a:hover, .nav > li > a:focus { text-decoration: none; background-color: #E0CBBC; color: #f0f0f0; }

.navbar-form { margin-bottom: 20px; }

.form-control { border-radius: 0px; }
.form-control:focus { 
	border-color: rgba(245, 91, 31, 0.8); 
	outline: 0; 
	-moz-box-shadow: 0 0 8px rgba(241, 50, 150, 0.6); 
	box-shadow: 0 0 8px rgba(241, 50, 150, 0.6) !important; 
}

.credit { padding-bottom: 9px; padding-top: 12px; background-color: #BCDEBE; }
.container {  margin: 0 auto;  background-color: #BCDEBE; }

.left-inner-addon { position: relative; }
.left-inner-addon input, .left-inner-addon textarea { padding-left: 30px; }
.left-inner-addon span { position: absolute; padding: 10px 12px; pointer-events: none; }

.float_r { float: right }
.img-thumbnail { border-radius: 0px; background-color: rgba(255, 255, 255, 0.2); border: none; }

#left_container {  background-color: #000000;  text-align: center; }
#left_container li a { color: #BD9271; }

#right_container .row { clear: both; padding-top: 0px; padding-right: 10px; padding-bottom: 0px; padding-left: 10px; }
#right_container .col-md-7 { padding-left: 0px; }
#right_container .right_container_title {cursor:text;}
#right_container .right_container_title:hover {text-decoration:none; color:#f55b1f;}

#right_container h2 { color: #BD9271; }
#right_container h3 { color: #BD9271; }

#footer { color: #976846; font-size: 0.8em; text-align: center; font-family: Verdana; }

@media only screen and (max-width: 480px) {
 article img { margin-bottom: 10px; }
 article .btn { margin-bottom: 20px; }
 p  { text-align: left; }
 .img { text-align: center; }
 .btn { margin: 0 auto; }
 iframe, object, embed { text-align: center; width: 290px; height: 163px; border: none; margin-bottom: 20px; }
 video { text-align: center; width: 290px; height: 163px; border: none; margin-bottom: 5px; }
}

@media only screen and (min-width: 992px) {
  .container {  display: table; }
  #left_container { display: table-cell; height: 100%; }
  #right_container {  padding-top: 10px; display: table-cell;}
  .col-md-3, .col-md-9 { float: none; }
}

@media only screen and (max-width: 991px) {
  .hatter_bg { background: #BCDEBE; }
  .container { display: block; }
  .img { text-align: center; }
  #left_container { display: block; height: auto; padding-top: 10px; padding-bottom: 20px; }
  #right_container { display: block; }
  #right_container .col-md-7 { padding-left: 15px; }
  #right_container .col-md-6 { text-align: center; }
  .flexslider .slides, .flexslider, .main-slider { height: auto; }
  .progess-bars { margin-top: 40px; }
  iframe, object, embed { text-align: center; width: 290px; height: 163px; border: none; margin-bottom: 20px; }
  video { text-align: center; width: 290px; height: 290px; border: none; margin-bottom: 5px; }
}

@media (max-width: 767px) { 
  .slider-caption a, .slider-caption p { display: none; top: 50px !important; } 
 iframe, object, embed { text-align: center; width: 290px; height: 163px; border: none; margin-bottom: 20px; }
 video { text-align: center; width: 290px; height: 290px; border: none; margin-bottom: 5px; }
}

@media (max-width: 581px) { 
  .slider-caption { display: none; } 
  iframe, object, embed { text-align: center; width: 290px; height: 290px; border: none; margin-bottom: 20px; }
  video { text-align: center; width: 290px; height: 163px; border: none; margin-bottom: 5px; }
}
