@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
font-family: 'Montserrat', sans-serif;
color: #000;
background-color: #e7e7e7;
}

header{
	border-bottom: 1px solid #dfdfdf;

}

.remodal {
  text-align: left !important;
}

.img-responsive {
    margin: 0 auto;
}
.custBtnRed a:hover{
	underline: none !Important;
}
.h4, .h5, .h6, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
    text-align: center;
}
.promo-box h4 span{
	font-weight: bold;
}

.custBtnNDX {
    text-align: center;
	font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    line-height: 24px;
    padding: 15px 20px 15px 20px;
    margin-top: 35px;
	text-transform: uppercase;
}
.custBtnRed {
    background-color: #d61216;
    color: #fff;
    border: none;
    background-image: linear-gradient(bottom, #d61216 0%, #ea5457 100%);
    background-image: -o-linear-gradient(bottom, #d61216 0%, #ea5457 100%);
    background-image: -moz-linear-gradient(bottom, #d61216 0%, #ea5457 100%);
    background-image: -webkit-linear-gradient(bottom, #d61216 0%, #ea5457 100%);
    background-image: -ms-linear-gradient(bottom, #d61216 0%, #ea5457 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #d61216),color-stop(1, #ea5457));
}
.custBtnRed:hover {
    background-color: #ea5457;
    color: #fff;
    border: none;
    background-image: linear-gradient(bottom, #ea5457 0%, #d61216 100%);
    background-image: -o-linear-gradient(bottom, #ea5457 0%, #d61216 100%);
    background-image: -moz-linear-gradient(bottom, #ea5457 0%, #d61216 100%);
    background-image: -webkit-linear-gradient(bottom, #ea5457 0%, #d61216 100%);
    background-image: -ms-linear-gradient(bottom, #ea5457 0%, #d61216 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #ea5457),color-stop(1, #d61216));
	underline: none;
}
.custBtn {
    display: block;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    padding: 10px;
    z-index: 2;
    font-weight: bold;
    font-family: Montserrat, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
}
#blink {
    animation-duration: 1000ms;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    -webkit-animation:blink 1000ms infinite; /* Safari and Chrome */
}
@keyframes blink {
    from {
        color:#fff;
    }
    to {
        color:#e4c42e;;
    }
}
@-webkit-keyframes blink {
    from {
        color:#fff;
    }
    to {
        color:#e4c42e;;
    }
}
#blink{padding: 15px 20px 15px 20px;
}
.picture-header img{
	max-width: 100%;
}
.promo-text a:hover {
    color: #e4c42e;
	text-decoration: underline;
}
.logo img{
	max-width: 100%;
}
.btn-mobile {
	background: #3c3c3c;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3c3c3c), color-stop(50%, #3c3c3c), color-stop(51%, #000000), color-stop(100%, #000000));
	background: -webkit-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #000000 51%, #000000 100%);
	background: -moz-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #000000 51%, #000000 100%);
	background: -ms-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #000000 51%, #000000 100%);
	background: -o-linear-gradient(top, #3c3c3c 0%, #3c3c3c 50%, #000000 51%, #000000 100%);
	background: linear-gradient(to bottom, #3c3c3c 0%, #3c3c3c 50%, #000000 51%, #000000 100%);
	color: #ffffff;
	border-top-right-radius: 40px;
	border-top-left-radius: 40px;
	border-bottom-right-radius: 40px;
	border-bottom-left-radius: 40px;
	-webkit-box-shadow: 0 3px rgba(60, 60, 60, 0.75);
	box-shadow: 0 3px rgba(60, 60, 60, 0.75);
	display: inline-block;
	font-size: 30px;
	line-height: 24px;
	padding: 15px 20px 15px 20px;
	text-transform: uppercase;
	font-weight: bold;
	width: 100%;
}
.btn-mobile:hover{
	background: #000000;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(51%, #3c3c3c), color-stop(100%, #3c3c3c));
	background: -webkit-linear-gradient(to bottom, #000000 0%, #0000000 50%, #3c3c3c 51%, #3c3c3c 100%);
	background: -moz-linear-gradient(to bottom, #000000 0%, #0000000 50%, #3c3c3c 51%, #3c3c3c 100%);
	background: -ms-linear-gradient(to bottom, #000000 0%, #0000000 50%, #3c3c3c 51%, #3c3c3c 100%);
	background: -o-linear-gradient(to bottom, #000000 0%, #0000000 50%, #3c3c3c 51%, #3c3c3c 100%);
	background: linear-gradient(to bottom, #000000 0%, #0000000 50%, #3c3c3c 51%, #3c3c3c 100%);
	color:#fff;
}
.btn-mobile a{
	color:#fff;
}
.btn-mobile a:hover,
.btn-mobile a:active {
	color: none;
	outline: none;
	text-decoration: none !Important;
	underline: none !Important;
}
a:hover,
a:active {

	outline: none;
	text-decoration: none !Important;
	underline: none !Important;
}
.btn-coupon-title{
	text-align: center;
	text-decoration: uppercase;	
	font-size: 11px;
	margin-top: 5px;
}

.btn-coupon-title a {
	color: #000;
}

.btn-coupon-title span{
	text-align: center;
}
.promo-text{
	margin: 20px 0px 30px 0px;
	text-align: center;
}
.promo-text h5 {
	display: inline;

}
.promo-text p a {
  color: #e4c42e;
}
.promo-text p:hover {
  color: #e4c42e;
	text-decoration: underline;
}
.promo-text p {
	color: #000;
	display: inline-block;
	font-size: 13px;
}
.pre-footer{
	padding: 15px 0;
	background-color: #811113;
	color: #fff;
	border: none;
	background-image: linear-gradient(bottom, #811113 0%, #b5191b 100%);
	background-image: -o-linear-gradient(bottom, #811113 0%, #b5191b 100%);
	background-image: -moz-linear-gradient(bottom, #811113 0%, #b5191b 100%);
	background-image: -webkit-linear-gradient(bottom, #811113 0%, #b5191b 100%);
	background-image: -ms-linear-gradient(bottom, #811113 0%, #b5191b 100%);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #811113),color-stop(1, #b5191b));
	font-size: 18px;
	text-align: center;
}
.pre-section{
	color: #ddd;
	font-size: 14px;
}
.pre-section1{
	margin: 10px;
}
.redBar i {
    color: #e4c42e;
}
.glyphicon {
	margin-right: 5px;
    position: relative;
    top: 1px;
    display: inline-block;
	color:#e4c42e;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.body-background {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
}
/* Footer */
footer {
  color: #000;
  text-transform: uppercase;
  padding: 1% 0;
  font-size: 13px;   
 }

.footer-wrapper {
  margin: 0;
  padding: 0 0 30px 0; 
}

footer ul.footer-menu li, footer .footer-bottom-left ul li, .footer-bottom-left footer ul li {
  border-right: 1px solid #000; }

footer ul.footer-menu a, footer .footer-bottom-left ul a, .footer-bottom-left footer ul a {
  color: #000; }

ul.footer-menu, .footer-bottom-left ul {
  display: flex;
  flex-wrap: wrap; 
}
ul.footer-menu li:first-child, .footer-bottom-left ul li:first-child {
    border-right: none;
    padding-left: 0;
    margin-left: 0;
    padding-right: 3px; 
}
ul.footer-menu li:last-child, .footer-bottom-left ul li:last-child {
	border-right: none; 
}
ul.footer-menu li a:hover, .footer-bottom-left ul li a:hover, footer .nav.footer-menu  li a:hover {
	background-color: transparent ;
	text-decoration: underline; 
}

footer .nav li a {
	padding: 0 15px; 
	font-family: 'HelveticaNeueMedium';
}

.payment-methods {
	padding: 2% 0; 
}
.payment-methods img {
	padding: 0 1%; 
}
.footer-bottom-left {
	margin-left: 0;
	padding-left: 0; 
}
.footer-bottom-left ul li a {
	color: #000; 
}
.footer-bottom-left ul li:first-child {
	border-right: 1px solid #000; 
}
.footer-bottom-right a {
	color: #000;
	float: right; 
}
@media only screen and (min-width: 993px) {
	.logo img{
		margin: 20px 0;
	}
}
@media only screen and (max-width: 1200px) {
	footer{
		font-size: 10px;
	}
	footer .nav li a {
		padding: 0 14px; 
	}
}
@media only screen and (max-width: 992px) {
	footer .footer-wrapper .item-130 {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	footer .nav li a {
		padding: 0 11px; 
	}
}
@media only screen and (max-width: 768px) {
	.logo{text-align: center;
		margin: 0 auto;
	}
	.logo-box{
		margin: 20px;
	}	
	.promo-image{
		margin-top: 40px;
	}
	ul.footer-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}  
	.footer-wrapper{
		padding-bottom: 10px;
	}
	.footer-bottom-left {
		text-align: center;
	}
	.footer-bottom-right{
		margin: 10px 0;		
	}
	.footer-bottom-left ul li,
	.footer-bottom-left ul li:first-child,
	footer ul.footer-menu li, footer .footer-bottom-left ul li, .footer-bottom-left footer ul li{
		border: none;
	}
	.footer-bottom-right a{
		float: none;
	}
	ul.footer-menu, .footer-bottom-left ul{
		display: block;
	}
}

footer .footer-lp ul.footer-menu li {
    border-right: 1px solid #000;
}

.header-image p{
  margin:0;
}

header {
  border-bottom:none;
}

.picture-header img {
    max-width: 91.5%;
    margin-top: 9px;
}