@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #000;
	color: #ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	width: 100%;
    min-width: 1020px;
	background-attachment: fixed;
  	background-size: cover;

	
}
@media (max-width: 979px) {
  body {
    min-width: 0;
  }
}

a {
	outline: none;
}
img {
  max-width: 100%;
  height: auto;
}
/*****************
@media (max-width: 767px) {
	img {
		max-width: 15%;
	}
}
@media (max-width: 479px) {
	img {
		max-width: 20%;
	}
}
*********/
h1 {
	color: #a1bf46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 42px;
	margin: 0;
	padding: 20px 0 30px 0;
}
h2 {
	color: #FC0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 0.025em;
	margin-top: 10px;
	margin-bottom: -28px;
	text-decoration:underline;
}
h4 {
	color: #c9bb90;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.025em;
	line-height: 38px;
	margin: 0;
	padding: 40px 0 20px 0;
}
p {
	text-align:justify;
	line-height: 34px;
	margin: 0;
}
.hr {
  border-bottom: 4px solid #282725;
}
.center {
  text-align: center;
}
.smtxt {
	font-size: 20px;
}
.nojustify {
	text-align:left;
}
.down {
	margin-bottom: 10px;
}
.clear {
	clear: both;
}
p a, ul li a {
	color: #999;
	font-weight: normal;
}
p a:hover, ul li a:hover {
	color: #e9b515;
	font-weight:normal;
}
.posted {
	font-size: 17px;
	color: #999;
}

ul.b li {
	list-style-image: url('../images/sqbullet.jpg');
	font-size: 23px;
	margin-left: 50px;
   	line-height: 42px;
	padding-left: 20px
}

.tab {
	margin-left: 30px;
}

/*=======================================================
                       Main Layout
=========================================================*/

/**** contact ****/

#contact {
	background: url(../images/blackroughbg1.jpg) no-repeat;
	margin: 0 auto;
	overflow: hidden;
	padding: 12px;
	width: 1000px;
}
#contact div.yline {
	border-left: 1px solid #e9b515;
	height: 420px;
	position: absolute;
	left: 38.5%;
	margin-left: 0;
	top: 100px;
}
#contact div div h3,
#contact div form h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #e9b515;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 30px;
	margin: 0;
	padding: 15px 0 0;
	text-transform: uppercase;
}
#contact div form {
	float: left;
	margin-left: 70px;
	width: 612px;
}
#contact div form h3 {
	padding: 0;
	margin: 0;
}
#contact div form label {
	display: block;
	overflow: hidden;
	margin: 10px 0 0;
}
#contact div form label span {
	display: block;
	float: left;
	line-height: 30px;
	text-align: left;
	width: 145px;
}
#contact div form label input#firstname,
#contact div form label input#lastname,
#contact div form label input#email {
	border: #44312b 2px solid;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
	letter-spacing: 0.05em;
	padding: 0px;
	height: 32px;
	margin: 5px 0 5px 8px;
	line-height: 70px;
	width: 420px;
}
contact div form label span.message {
	vertical-align: top;
}
#contact div form label textarea {
	border: #44312b 2px solid;
	border-radius: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: left;
	height: 140px;
	letter-spacing: 0.05em;
	overflow: auto;
	padding: 0;
	margin-left: 8px;
	resize: none;
	width: 420px;
}
#contact div form input#submit {
	background: #2f2d2b;
	border: #44312b 2px solid;
	border-radius: 4px;
	padding: 10px 15px 10px 15px;
	color: #ffffff;
	cursor: pointer;
	font-size: 20px;
	margin: 15px 0 15px 153px;
	text-align: center;
}
#contact div form input#submit.btn {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #2f2d2b;
  border: #44312b 2px solid;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#contact div form input#submit.btn:hover {
  color: #e9b515;

}
#contact div form input#submit.btn:active {
  background: #e6e6e6;
}

#contact div div {
	background: none;
	float: left;
	margin-top: -6px;
	width: 300px;
}

#contact div div h3:first-child {
	padding: 0;
}
#contact div div p {
	line-height: 24px;
}
#contact div div p a.email {
	color: #736E5F;
	text-decoration: none;
}

/*==================    Buttons    ======================*/
.btn {
  cursor: pointer;
  display: inline-block;
  color: #fff;
  background: #2f2d2b;
  border: #44312b 2px solid;
  padding: 10px 15px 10px 15px;
  font-size: 20px;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  color: #e9b515;

}
.btn:active {
  background: #e6e6e6;
}

/*========================   Menu   ==========================*/
.sf-menu {
    margin: 0px;
    padding: 0px;
    float:left;
}

.sf-menu li {   
	margin: 0;
    padding: 5px;
    list-style: none;
    float:left;
}
.sf-menu ul li {
	position: relative;
	top: -123px;
	left: 340px;
	border-left: 1px solid #282725;
	float: left;
	height: 43px;
	padding: 20px 20px;
}
.sf-menu a {
    line-height: 35px;
    padding: 0 15px;
    color: #a1bf46;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.075em;
	text-decoration: none;
    display: block;
}
.sf-menu ul li.current a {
	border-bottom: 1px solid #ffffff;
	color: #ffffff;
	padding: 0 0 3px;
}
.sf-menu ul li.current a:hover {
	border-bottom: 1px solid #e9b515;
	color: #e9b515;
	padding: 0 0 3px;
	font-weight: bold;
}
.sf-menu ul li a:hover {
	border-bottom: none;
	font-weight: bold;
}

@media (max-width: 979px) {
	.sf-menu {
		margin-top: 30px;
		margin-left: -74px;
	}
	.sf-menu ul li {
		padding: 10px 10px;
	}
	.sf-menu ul li a {
		font-size: 24px;
	}
}
@media (max-width: 767px) {
	.sf-menu {
		display:block;
		width: 600px;
		position: relative;
		left: -267px;
		top: 100px;
		padding-bottom: 40px;
	}
	.sf-menu ul li a {
		font-size: 24px;
	}
}
@media (max-width: 479px) {
	.sf-menu {
		margin-left: -120px;
	}
	.sf-menu ul li a {
		font-size: 18px;
	}
	.sf-menu ul li {
		padding: 4px 4px;
		margin-left: 15px;
	}
}

/*==================  Brand  ========================*/
.brand {
  text-align: text;
  margin-top: 10px;
}
.brand:before {
  content: url("../images/dbacLogo2SM.png");
  margin-top: 10px;
}

@media (max-width: 979px) {
	.brand__logo {
		width: 180px;
		margin-left: 70px;
	}
}

@media (max-width: 767px) {
	.brand__logo {
		width: 180px;
		margin-left: 120px;
	}
}
@media (max-width: 479px) {
	.brand__logo {
		width: 180px;
		margin-left: 45px;
	}
}
.brand__name {
  display: inline-block;
  margin-top: -271px;
  margin-left: 286px;
}
.brand__name div {

}
@media (max-width: 979px) {
	.brand__name {
		position: relative;
		width: 400px;
		top: 10px;
	}
}
@media (max-width: 767px) {
	.brand__name {
		margin-left: 0px;
		margin-top: 2px;
		margin-bottom: 10px;
	}
}
@media (max-width: 479px) {
	.brand__name {
		width: 320px;
		margin-left: -34px;
	}
}

.brand__name .small {
  font-family: "ChunkFive Ex", serif;
  font-size: 42px;
  color: #42af29;
  line-height: 1.80;
  letter-spacing: -0.02em;
}
.brand a {
  color: inherit;
}

/**** Sidebar ****/
.sidebar {
	float: right;
	width: 310px;
}
.sidebar ul {
	list-style: none;
	margin: 10px 0 0;
	padding: 0;
}
.sidebar ul li {
	background: #1a1918;
	border-radius: 3px;
	height: auto 0;
	margin: 22px 0 0;
	padding: 13px 20px 10px;
}
.sidebar ul li:first-child {
	margin: 0;
}
.sidebar ul li span {
	color: #999;
	display: block;
	font-size: 17px;
	letter-spacing: 0.025em;
	line-height: 24px;
}

.sidebar ul li p a.readmore {
	color: #a4da03;
	display: block;
	font-size: 17px;
	letter-spacing: 0.025em;
	line-height: 24px;
}
.sidebar ul li h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: normal;
	color: #a1bf46;
	letter-spacing: 0.025em;
	line-height: 24px;
	margin: 0;
}
.sidebar ul li p {
	letter-spacing: 0.024em;
}
.sidebar ul li p a.readmore {
	display: inline;
	text-decoration: none;
}
.sidebar ul li p.nojustify a {
	position: relative;
	top: 7px;
}
.sidebar ul li p.nojustify a:hover {
	color: #dda200;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #000;
	background-position: left;
	vertical-align: top;
	margin: auto;
	margin-bottom: -50px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #000;
}

.content {
	background: #000;
	background-position: center;
	margin: auto;
	border-bottom: 2px solid #736e5f;
	border-top: 2px solid #736e5f;
	border-left: 2px solid #1a1918;
	border-right: 2px solid #1a1918;
	padding: 20px 0 38px;
}

.content2 {
	background: #000;
	background-position: center;
	margin: auto;
	border-top: 2px solid #736e5f;
	border-left: 2px solid #1a1918;
	border-right: 2px solid #1a1918;
	padding: 60px 0 18px;
}

/*==================      Well     ======================*/
.well {
	margin-top: 60px;
	margin-bottom: 20px;
}
.well2 {
	margin-bottom: 70px;
}
.well3 {
	margin-bottom: 20px;
}
.well4 {
	margin-top: 100px;
	margin-bottom: 60px;
}
.well5 {
	margin-top: 100px;
	margin-bottom: 50px;
}
.wellup {
	margin-top: -20px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #000;
	margin: 0 auto;
	width: 100%;
}
#footer div {
	overflow: hidden;
	padding: 0px;
}
.first {
	float: left;
	padding: 20px 0 0 80px;
	width: 590px;
}
.first p {
	color: #ffffff;
	letter-spacing: 0.05em;
	text-align: justify;
}
.first a:hover {
	filter:alpha(opacity=40);
	opacity:0.5;	
}
.last {
	float: right;
	margin-top: 20px;
	padding: 0;
	width: 295px;
}
.last div {
	padding: 5px 0 15px;
}
.last div a {
	color: #736e5f;
	display: block;
	float: left;
	height: 26px;
	text-indent: -99999px;
	text-transform: lowercase;
}

.last form {
	overflow: hidden;
	margin: 0;
}
.last form input#search {
	border: none;
	color: #636466;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	height: 34px;
	letter-spacing: 0.05em;
	line-height: 34px;
	margin: 0;
	padding: 0 7px;
	width: 208px;
}

.last form input#go {
	background: #4b4946;
	border: none;
	color: #ffffff;
	cursor: pointer;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 700;
	float: left;
	height: 35px;
	letter-spacing: 0.05em;
	padding: 0;
	text-transform: lowercase;
	width: 50px;
}
p.footnote {
	color: #888;
	font-family: Arial, Helvetica, sans-serif;
	margin:10px 0 10px 0;
	font-size: 16px;
	text-align: center;
	line-height: 24px;
}
@media (max-width: 767px) {
	.first {
		position: relative;
		left: -30px;
		width: 800px;
	}
	.last {
		position: relative;
		left: -100px;
	}
}
@media (max-width: 479px) {
	.first {
		width: 600px;
	}
	.last {
		position: relative;
		left: 50px;
	}
}
