* {
	border: 0px;
}

/*reset*/
/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, ul, li {
	margin: 0px;
	padding: 0px;
	border: 0;
	list-style-type: none;
	font-weight: normal;
}*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
/*a {
	text-decoration: none;
	-moz-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
a:hover {
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
a:focus {
	outline: none;
}*/
textarea {
	resize: none;
}
input:focus {
	outline: none;
}
img {
	max-width: 100%;
}
h1 {
	font-size: 2em;
	color: #363636;
	font-family: "source_sans_proregular";
	padding-bottom: 0px;
}
h2 {
	font-size: 1.4em;
	color: #16161d;
	font-family: "source_sans_proregular";
	padding-bottom: 8px;
}
h4 {
	font-size: 1.2em;
	color: #16161d;
	font-family: "source_sans_proregular";
	padding-bottom: 5px;
	padding-top: 5px;
}
/*p {
	font-size: 16px;
	line-height: 1.6em;
	color: #363636;
	font-family: "source_sans_proregular";
	padding-bottom: 25px;
}
p.small {
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 5px;
}
strong {
	font-family: "source_sans_prosemibold";
	font-weight: normal;
}*/
address {
	font-size: 16px;
	line-height: 1.6em;
	color: #363636;
	font-family: "source_sans_proregular";
	margin-bottom: 30px;
}
address .btn-danger {
	margin-left: 0px;
	margin-top: 12px;
}
hr {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #f2f2f2;
	margin-top: 24px;
	margin-bottom: 24px;
}
.btn-primary {
	border-radius: 0px;
	font-size: 13px;
	color: #FFF;
	background-color: #7e7d7d;
	
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-family: "source_sans_proregular";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-left: 10px;
	text-transform: uppercase;
}
.btn-primary:hover, .btn-primary:focus {
	color: #FFF;
	background-color: #c92b1b;
}
.btn-danger{
	border-radius: 0px;
	font-size: 13px;
	color: #FFF;
	background-color: #c92b1b;
	padding-top: 10px;
	padding-right: 18px;
	padding-bottom: 10px;
	padding-left: 18px;
	font-family: "source_sans_proregular";
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-transform: uppercase;}
.btn-danger:hover, .btn-danger:focus {
	color: #FFF;
	background-color: #E13926;
}
.text-primary {
	color: #bf1d1d;
}
.text-muted {
	color: #bababa;
}
a.text-primary:hover, a.text-primary:focus {
	color: #bf1d1d;
}
body {
	/*padding-top: 67px;*/
}
.navbar {
	background-color: #000000;
	border-radius: 0px;
	border: 0px;
	margin-bottom: 0px;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	z-index: 99;
}
.navbar-default .navbar-brand {
	height: 68px;
	line-height: 64px;
	padding: 0px;
	margin-left: 15px !important;
}
.navbar-default .navbar-nav > li > a {
	color: #FFF;
	font-family: "source_sans_prolight";
	font-size: 13px;
	line-height: 68px;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 18px;
	padding-bottom: 0px;
	padding-left: 18px;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #CCC;
	background-color: transparent;
	text-decoration: underline;
}
.jumbotron {
	margin: 0px;
	padding: 0px;
	background-color: transparent;
	position: relative;
	width:100%;
	overflow:hidden;
}
.bannerBtn {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
}
.bannerImg {
}
.bannerRedBtn {
	background-image: url(../img/black.png);
	background-repeat: repeat;
	padding-top: 37px;
	padding-right: 38px;
	padding-bottom: 37px;
	padding-left: 38px;
	text-align: center;
	width: 420px;
	margin-right: auto;
	margin-left: auto;
}
.bannerRedBtn a {
	font-family: "source_sans_prolight";
	font-size: 22px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	background-color: #b11313;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #740000;
}
.bannerRedBtn a:hover, .bannerRedBtn a:focus {
	color: #FFF;
	text-decoration: none;
	background-color: #D91717;
	border-bottom-color: #b11313;
}
.bg-primary {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}
.rightBtn {
	text-align: right;
}
.list-unstyled {
	padding-bottom: 15px;
}
.list-unstyled li {
	padding-bottom: 8px;
}
.list-unstyled li a {
	font-size: 16px;
	color: #363636;
	font-family: "source_sans_proregular";
}
.list-unstyled li a:hover, .list-unstyled li a:focus {
	color: #bf1d1d;
	text-decoration: underline;
}
.thumb {
	margin-bottom: 25px;
}
.thumb li {
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
	padding: 3px;
	border: 1px solid #CCC;
	width: 136px;
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
}
.thumb li:hover {
	
	-webkit-transition: all 0.3s ease-in-out 0.1s;
	-moz-transition: all 0.3s ease-in-out 0.1s;
	-ms-transition: all 0.3s ease-in-out 0.1s;
	-o-transition: all 0.3s ease-in-out 0.1s;
	transition: all 0.3s ease-in-out 0.1s;
	opacity:0.6;	
}
.google-maps {
	border: 1px solid #9b9b9a;
	margin-bottom: 25px;
}
/*footer {
	background-color: #171717;
	padding-top: 35px;
	padding-bottom: 30px;
}
footer p {
	font-size: 14px;
	line-height: normal;
	color: #FFF;
}
footer address {
	font-size: 14px;
	line-height: 24px;
	color: #FFF;
	margin-bottom: 0px;
}
footer address a {
	color: #FFF;
}
footer address a:hover, footer address a:focus {
	color: #c92b1b;
	text-decoration: none;
}
footer ul {
	text-align: right;
}
footer ul li {
	padding-bottom: 6px;
}
footer ul li a {
	font-family: "source_sans_prolight";
	font-size: 12px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
}
footer ul li a:hover, footer ul li a:focus {
	color: #c92b1b;
	text-decoration: underline;
}
*/
.ekko-lightbox .modal-header{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.ekko-lightbox .modal-content{
	border-radius:0px;}
.ekko-lightbox .modal-header .modal-title{
	padding:0px;
	margin:0px;
	font-size:10px;}
.videowrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
.videowrapper iframe,
.videowrapper object,
.videowrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.modal-header{
	border:none;
	padding-top:10px;}
.mrgnOff{
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.detailsHide{
	display:none;}
 @media (min-width: 1200px) {
.container {
	width: 990px;
}
}
@media (max-width: 1200px) {
.navbar-default .navbar-nav > li > a {
	font-size: 14px;
	padding-right: 15px;
	padding-left: 15px;
}
}
@media (max-width: 992px) {
body {
	padding-top: 49px;
}
h4 {
	padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a {
	font-size: 12px;
	padding-right: 7px;
	padding-left: 7px;
	line-height: 50px;
}
.navbar-default .navbar-brand {
	height: 50px;
	line-height: 46px;
	padding: 0px;
	width: 182px;
	margin-left: 0px !important;
}
.rightBtn {
	text-align: left;
}
.btn-primary {
	margin-left: 0px;
	margin-right: 5px;
}
}
@media (max-width: 767px) {
h1 {
	font-size: 35px;
	text-align: center;
}
h2 {
	text-align: center;
}
h4 {
	text-align: center;
}
p {
	text-align: center;
}
address {
	text-align: center;
}
.rightBtn {
	text-align: center;
}
.btn-primary {
	margin-left: 0px;
	margin-right: 1px;
	font-size: 13px;
	padding-right: 13px;
	padding-left: 13px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.bannerImg {
	height: 350px !important;
	max-width: inherit !important;
	margin-left: -400px;
}
.bannerRedBtn {
	padding-top: 28px;
	padding-right: 15px;
	padding-bottom: 28px;
	padding-left: 15px;
	width: 280px;
}
.bannerRedBtn a {
	font-size: 18px;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	border-bottom-width: 2px;
}
.bannerRedBtn a img {
	display: none;
}
.list-unstyled {
	text-align: center;
	padding-bottom: 30px;
	margin: 0px;
}
.thumb {
	text-align: center
}
.thumb li {
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 10px;
}
.navbar-default .navbar-brand {
	margin-left: 15px !important;
}
.navbar-default .navbar-nav > li > a {
	font-size: 16px;
	padding-right: 15px;
	padding-left: 15px;
	line-height: normal;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
}
footer ul {
	text-align: center;
}
footer ul li {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}
footer address {
	margin-bottom: 20px;
}
}
