body {
	background:#000 url(pics/bg.jpg) no-repeat top center fixed;
	color: #b9b9b9;
}

p{
	color: #b9b9b9;
}

strong, b {
	color: #fff;
}

a {
	color: #fff;
}

h2 {
	color: #ED1B24;
	margin-top:0px;
}

.container{
	max-width: 950px;
}

.site-header h1 {
	 font-family: "Lora";
	 text-transform: uppercase;
	 font-size: 4em;
	 color: #fff;
	 font-weight:normal;
}

h1 {
	color: #ED1B24;
}

.ult-red{
	color: #ED1C24;
}

.site-header {
	background: url(pics/bannerBg.png) no-repeat top center scroll;
}

.navbar-collapse {
	padding-left:0px;
	padding-right:0px;
}

.menu {
    display: table;
    table-layout: fixed;
    width: 100%;
	border-spacing: 5px 0px;
}

.menu ul {
	white-space:nowrap;
	display: table-row;
}

.menu ul li {
	list-style: none;
	background-color: #1c1c1c;
	
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	  
	border-radius: 4px;
	color: #fff;
	display: table-cell;
}

@media (max-width: 767px) {
	.menu ul li {
		display: block;
	}
}

.menu ul li:hover {
	background-color: #fff;
	color: #000;
}

.menu ul li a {
	padding: 6px 12px;
	display: block;
	color: inherit;
	text-decoration: none;

}

.menu ul li a:hover{
	color: inherit;
	text-decoration: none;
}


.menu .current-menu-item , .menu .current-menu-item:hover {
	background-color: #ED1B24;
	color: #fff;
}

.menu ul li:hover > ul {
	display: block;
}


.menu ul ul {
	display: none;
	position: absolute; top: 100%;
	padding-left:0px;
	border-radius:4px;
	border: solid 1px #414141;
	background: #383838;
	z-index: 6001;
}
	.menu ul ul li {
		float: none; 
		position: relative;
		z-index: 4000;
		display: block;
		clear: both;
		background: transparent;
		border-radius:0px;
	}
		.menu ul ul li a {
		}	
			.menu ul ul li a:hover {
				z-index: 5000;
			}
			
@media (max-width: 767px) {
	.menu ul ul {
		display: block;
		position: static;
	}
}

.site-footer {
	background: url(pics/footer.png) top center repeat-x;
	height: 100px;
}

.site-footer a {
	padding: 0px 5px;
	color: #fff;
}

.footer-nav ul {
	padding-left:0px;
}

@media (max-width: 767px) {
	.footer-nav ul {
		text-align:center;
	}
}

.footer-nav ul li {
	list-style: none;
	display:inline;
}

.footer-nav .current-menu-item , .footer-nav .current-menu-item:hover {
	background-color: transparent;
	color: #fff;
}

@media (max-width: 767px) {
	.site-footer p{
		text-align: center;
	}
}

@media (max-width: 767px) {
	.header-parts {
		text-align: center;
	}
}


/* Line separator for posts*/
.line-separator{
	height:1px;
	background:#fff;
	border-bottom:1px solid #fff;
	margin: 10px 0px;
}

#slider {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: auto;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}

.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
}

.navbar {
	min-height: 0px;
}

.btn {
	margin-right: 5px;
	color: white;
	background-color: #1c1c1c;
	border: none;
	width: 96%;
}

.btn-default.active{
	background-color:#ED1B24;
	color: white;
}

nav .container-fluid {
	padding-left: 0px;
	padding-right: 0px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.contact-image{
	padding-top:37px;
}

@media (max-width: 767px) {
	.contact-image {
		padding-top:5px;
	}
}

@media (max-width: 767px) {
	.secondary-but {
		padding-top:5px;
	}
}

.secondary-but a img:hover {
	opacity:0.4; 
	background-color:#000000; 
}

.form-horizontal .control-label{
	text-align: left;
	color: white;
	font-weight: normal;
	font-size:0.9em;
}

.form-control {
	height: 25px;	
}

.form-group {
	margin-bottom: 5px;
}

@media (max-width: 767px) {
	.above-mob-form {
		padding-top: 20px;
		border-top: 1px dashed #fff;
	}
}

@media (max-width: 767px) {
	.pad-below-main {
		padding-bottom: 20px;
	}
}


.main-content {
	padding-right: 50px;
	border-right: 1px dashed #b9b9b9;
}

@media (max-width: 767px) {
	.main-content {
		padding-right:15px;
		border-right: 0px;
	}
}

/** Slider**/

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  border-radius: 5px;
  }
  
/* Make all full size wp images responsive */
.size-full {
  display: block;
  max-width: 100%;
  height: auto;
 }
 
 .wp-caption {
	max-width: 100% !important;
	width: auto !important;
	margin-bottom:10px;
	text-align: center;
}

 .wp-caption-text {
	color: #fff;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#gform_wrapper_1 input{
	height: 25px !important;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#gform_wrapper_1 {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
#gform_wrapper_1 .gfield, #gform_wrapper_1 .gfield_label {
	margin-top: 0px;
	margin-bottom: 4px !important;
}

#gform_wrapper_1 .gfield_label {
	text-align: left;
    color: white;
    font-weight: normal;
    font-size: 0.9em;
}

.gform_wrapper ul.gform_fields:not(.top_label) .gfield_label {
	    padding-right: 6px !important;
}

.gform_wrapper textarea.small {
	display: block;
    width: 100%;
    height: 40px !important;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.gform_footer {
	width: 100% !important;
	margin-top: 0px !important;
	padding: 6px 0 10px !important;
	padding-bottom: 0px !important;
}

#gform_wrapper_1 #gform_submit_button_1, #gform_wrapper_3 #gform_submit_button_3 {
    background-color: #ED1B24 !important;
    color: white !important;
	width: 100%;
	border: none;
	padding: 0px;
	height: 32px !important;
}

.gform_wrapper .gform_footer:not(.top_label) {
	margin-left: 0px !important;
}


#gform_wrapper_3 input {
    display: block;
    height: 25px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}