@charset "UTF-8";
/* CSS Document */
/******************************
GENERAL
******************************/
body {
	background: #393939;
	color: #ffffff;
}
.wrapper {
	width: 100%;
}
.container {
	width: 100%;
	max-width: 1440px;
}
p {
	font-family: 'Nunito', sans-serif;
	font-weight: 100;
}
.container {
	position: relative;
}
h1, h2, h3, h4, h5 {
	font-family: 'Nunito', sans-serif;
	font-weight: 300;
}
b {
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
}
.align_center {
	text-align: center;
}

/******************************
HEADER
******************************/
#top {
	background: #3a3a3a;
	position: relative;
	padding-top: 13px;
	padding-bottom: 14px;
	text-align: center;
}
#top p {
	display: inline-block;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	color: #7f7f7f;
	font-size: 19px;
	vertical-align: middle;
	margin-bottom: 0;
	margin-right: 70px;
	margin-left: 40px;
}
#top p .phone:before {
	content: "";
	width: 13px;
	height: 23px;
	background: url(../images/jacks_phone.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-left: 32px;
	margin-right: 10px;
}
#top p .address:before {
	content: "";
	width: 17px;
	height: 23px;
	background: url(../images/jacks_address.svg) center no-repeat;
	background-size: contain;
	display: inline-block;
	margin-right: 10px;
	margin-left: 32px;
}
#top p .address {
	margin-right: 38px;
}
.social_links {
	display: inline-block;
	vertical-align: middle;
	margin: 0px;
	padding: 0px;
}
.social_links li {
	display: inline-block;
	margin-left: 6px;
	margin-right: 6px;
}
.social_links li a {
	display: inline-block;
}
.social_links li a img {
	width: 26px;
	height: 26px;
}
#header {
	padding-top: 34px;
	padding-bottom: 36px;
	background: #eb1f2a;
	/*border-bottom: 28px solid #393939;*/
}
.logo {
	display: inline-block;
	padding-left: 12px;
	margin-top: 10px;
	width: 100%;
	text-align: right;
}
.logo img {
	max-width: 100%;
}
/******************************
MENU
******************************/
.menu {
	background: #1a1a1a;
	min-height: 265px;
	padding-top: 81px;
}
.navbar-inverse {
	border: none;
	background-color: transparent;
	margin-bottom: 0px;
	min-height: inherit;
	text-align: center;
}
.navbar-nav {
	float: none;
	text-align: center;
	display: inline-block;
}
.navbar-nav>li {
	float: none;
	display: inline-block;
}
.navbar-nav>li:after {
	content: "";
	display: inline-block;
	background: #b9121e;
	width: 4px;
	height: 103px;
	vertical-align: central;
	border-radius: 30px;
	border-bottom: #fc3a3a 2px solid;
	border-right: #fc3a3a 2px solid;
}
.navbar-nav>li.line:before {
	content: "";
	display: inline-block;
	background: #b9121e;
	width: 4px;
	height: 103px;
	vertical-align: central;
	border-radius: 30px;
	border-bottom: #fc3a3a 2px solid;
	border-right: #fc3a3a 2px solid;
}
.navbar-nav>li.hide_after:after {
	display: none;
}
.nav li a {
	text-transform: uppercase;
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 2px;
	width: 130px;
}
.nav li a:before {
	margin-bottom: 15px;
}
.nav li a.wine:before {
	content: url(../images/jacks_icon_wine.svg);
	display: block;
	text-align: center;
}
.nav li a.beer:before {
	content: url(../images/jacks_icon_beer.svg);
	display: block;
	text-align: center;
}
.nav li a.liquor:before {
	content: url(../images/jacks_icon_liquor.svg);
	display: block;
	text-align: center;
}
.nav li a.coupons:before {
	content: url(../images/jacks_icon_coupons.svg);
	display: block;
	text-align: center;
}
.nav li a.social:before {
	content: url(../images/jacks_icon_social.svg);
	display: block;
	text-align: center;
}
.navbar-nav>li>a {
	padding-top: 0px;
	padding-bottom: 0px;
	display: inline-block;
}
.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
	color: #393939;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
	background-color: #393939;
}
.hero {
	border-bottom: 5px #212121 solid;
}
.hero img {
	width: 100%;
	max-width: 100%;
}
/******************************
ABOUT
******************************/
#about {
	padding-bottom: 140px;
	padding-top: 140px;
	text-align: center;
}
#about img.video {
	width: 100%;
	max-width: 100%;
	margin-bottom: 40px;
}
#about img.logoAbout {
	margin-bottom: 38px;
	display: inline-block;
}
#about .about_01 {
	display: block;
	width: 220px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}
#about .about_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
}
h1.titleRated {
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 28px;
	margin-top: 0px;
	margin-bottom: 20px;
}
table.price {
	margin: 0 auto;
	width: 240px;
}
table.price tr td {
	padding: 6px 0px;
	vertical-align: middle;
	text-align: left;
	font-weight: 400 !important;
	font-size: 14px;
}
table.price tr td:nth-child(even) {
	text-align: right;
}
.no_padding_t {
	padding-top: 0px !important;
	padding-right: 10px;
}
/******************************
WINE
******************************/
#wine {
	padding-bottom: 171px;
	padding-top: 159px;
	text-align: center;
	background: #eb1f2a;
}
#wine .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}
#wine .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
	line-height: 29px;
}
.iconWine {
	width: 165px;
	height: auto;
	max-width: 100%;
	margin-top: 65px;
}
#wine h2 {
	margin-top: 42px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
}
.center_lines {
	position: relative;
}
.center_lines article:before {
	content: "";
	display: inline-block;
	background: #b9121e;
	width: 8px;
	height: 433px;
	border-radius: 30px;
	border-bottom: #fc3a3a 4px solid;
	border-right: #fc3a3a 4px solid;
	position: absolute;
	left: 0;
	top: 0;
}

.center_lines article:after {
	content: "";
	display: inline-block;
	background: #b9121e;
	width: 8px;
	height: 433px;
	border-radius: 30px;
	border-bottom: #fc3a3a 4px solid;
	border-right: #fc3a3a 4px solid;
	position: absolute;
	right: 0;
	top: 0;
}
/******************************
BEER
******************************/
.gray_text {
	color: #5d5d5d;
}
#beer {
	padding-bottom: 171px;
	padding-top: 175px;
	text-align: center;
	background: #ffffff;
}
#beer .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #5d5d5d;
}
#beer .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
	color: #5d5d5d;
	line-height: 29px;
}
.iconBeer {
	width: 198px;
	height: auto;
	max-width: 100%;
	margin-top: 27px;
}
#beer h2 {
	margin-top: 42px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
	color: #5d5d5d;
}
.center_lines {
	position: relative;
}
#beer .center_lines article:before {
	background: #d1d1d1;
	border-bottom: #f4f4f4 4px solid;
	border-right: #f4f4f4 4px solid;
}
#beer .center_lines article:after {
	background: #d1d1d1;
	border-bottom: #f4f4f4 4px solid;
	border-right: #f4f4f4 4px solid;
}
.beerBG img {
	max-width: 100%;
	width: 100%;
}
/******************************
LIQUOR
******************************/
#liquor {
	padding-bottom: 140px;
	padding-top: 140px;
	text-align: center;
	background: #252525;
}
#liquor .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
	color: #5d5d5d;
}
#liquor .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
	color: #5d5d5d;
	line-height: 29px;
}
.iconLiquor {
	width: 198px;
	height: auto;
	max-width: 100%;
	margin-top: 65px;
}
#liquor h2 {
	margin-top: 42px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
	color: #5d5d5d;
}
.center_lines {
	position: relative;
}
#liquor .center_lines article:before {
	background: #1f1f1f;
	border-bottom: #3b3b3b 4px solid;
	border-right: #3b3b3b 4px solid;
}
#liquor .center_lines article:after {
	background: #1f1f1f;
	border-bottom: #3b3b3b 4px solid;
	border-right: #3b3b3b 4px solid;
}
/******************************
COUPON
******************************/
#coupons {
	padding-bottom: 140px;
	padding-top: 140px;
	text-align: center;
	background: #eb1f2a;
}
#coupons .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}
#coupons .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
}
.iconCoupons {
	width: 184px;
	height: auto;
	max-width: 100%;
	margin-top: 190px;
}
#coupons h2 {
	margin-top: 42px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
}
.center_lines {
	position: relative;
}
.center_lines article:before {
	content: "";
	display: inline-block;
	background: #b9121e;
	width: 8px;
	height: 433px;
	border-radius: 30px;
	border-bottom: #fc3a3a 4px solid;
	border-right: #fc3a3a 4px solid;
	position: absolute;
	left: 0;
	top: 0;
}

#coupons .center_lines article:after {
	display: none;
}
.couponsList {
	margin: 0px;
	padding: 0px;
}
.couponsList li {
	display: inline-block;
	margin: 20px;
	margin-top: 0px;
	margin-bottom: 40px;
	vertical-align: top;
}
.couponsList li img {
	border-radius: 25px;
    border: 1px solid #FFF;
    width: 354px;
    height: 183px
}
.bg3 img {
	max-width: 100%;
	width: 100%;
}
.printDiv {
	text-align: right;
	margin-top: 16px;
}
.printBTN {
	font-family: 'Nunito', sans-serif;
	font-weight: 400;

	font-size: 24px;
	display: block;
	color: #fff;
	text-decoration: none;
}
.printBTN:hover, .printBTN:focus {
	color: #fff;
	text-decoration: none;
}
.printBTN:before {
	content: url(../images/jacks_print.jpg);
	vertical-align: middle;
	margin-right: 15px;
	display: inline-block;
}
/******************************
SOCIAL
******************************/
#social {
	padding-bottom: 106px;
	padding-top: 140px;
	text-align: center;
	background: #252525;
}
#social .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}
#social .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
}
.iconSocial {
	width: 184px;
	height: auto;
	max-width: 100%;
	margin-top: 168px;
	opacity: 0.6;
}
#social h2 {
	margin-top: 30px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
	text-transform: uppercase;
	opacity: 0.6;
}
#social .social_links li a img {
	width: 40px;
	height: 40px;
	margin-top: 66px;
}
.blog {
	border-top: 11px solid #1c1c1c;
	padding: 0px;
	margin: 0px;
}
.blog li {
	display: block;
	padding-bottom: 45px;
	padding-top: 45px;
	padding-left: 20px;
	padding-right: 70px;
	text-align: left;
}
.blog li:nth-child(even) {
	background: #1c1c1c;
}
.blog li h1 {
	color: #a4a4a4;
 font-size: 40px font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	margin-top: 0px;
	margin-bottom: 32px;
}
.blog li p {
	color: #a4a4a4;
	font-size: 18px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
}
/******************************
CONTACT
******************************/
#contact {
	padding-bottom: 140px;
	padding-top: 140px;
	text-align: center;
	background: #393939;
}
#contact .text_01 {
	display: block;
	width: 290px;
	text-align: left;
	margin: 0 auto;
	margin-bottom: 40px;
}
#contact .text_01 p {
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	font-size: 17px;
}
.iconMap {
	width: 166px;
	height: auto;
	max-width: 100%;
	margin-top: 50px;
}
#contact h2 {
	margin-top: 42px;
	font-family: 'Nunito', sans-serif;
	font-weight: 700 !important;
	font-size: 52px;
}
#contact iframe {
	border: 10px solid #ffffff !important;
	border-radius: 15px;
	width: 100%;
}
.address_txt {
	color: #fefefe;
	font-size: 24px;
	text-align: center;
}
.phone_txt {
	padding-left: 80px;
	padding-right: 50px;
}
.phone_txt h3 {
	margin-bottom: 50px;
	margin-top: 0px;
	font-size: 30px;
	color: #f5f5f5;
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	text-align: left;
}
.phone_txt h3:before {
	content: "";
	display: inline-block;
	height: 80px;
	width: 48px;
	background: url(../images/jacks_phone_contact.svg) center no-repeat;
	background-size: contain;
	vertical-align: text-bottom;
	margin-right: 25px;
}
.phone_txt h3 span {
	display: inline-block;
}
.phone_txt h3 span.number {
	font-size: 35px;
	display: block;
}
.phone_txt p {
	margin-bottom: 60px;
	margin-top: 0px;
	text-align: left;
	font-size: 18px;
	color: #f5f5f5;
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
}
.logo_contact {
	width: 90%;
}
footer {
	padding: 33px 10px;
	background: #252525;
}
footer p {
	font-size: 17px;
	font-family: 'Nunito', sans-serif;
	font-weight: 400 !important;
	color: #404040;
	margin: 0px;
	text-align: center;
}
footer p span {
	font-size: 23px;
	vertical-align: middle;
	display: inline-block;
}
.video {
	cursor: pointer;
}
/* The Modal (background) */
.videoModal {
	position: fixed !important; /* Stay in place */
	z-index: 9999; /* Sit on top */
	padding-top: 65px; /* Location of the box */
	left: 0 !important;
	top: 0 !important;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
	transform: translate3d(0px, 0px, 0px) !important;
	box-sizing: border-box;
	padding-bottom: 50px;
}

#contact .number a, #contact .number a:hover, #contact .number a:focus{
	color: #ffffff;
	text-decoration: none;
}
#top a, #top a:hover, #top a:focus{
	color: #7f7f7f;
	text-decoration: none;
}
/******************************
MEDIA QUERIES
******************************/
@media (max-width: 1440px) {
}
@media (max-width: 1334px) {
}
@media (max-width: 1280px) {
#top p {
	margin-left: 6px;
}
.nav li a {
	width: 120px;
}
.phone_txt {
	padding-left: 65px;
	padding-right: 18px;
}
.address_txt {
	font-size: 21px;
}
}
@media (max-width: 1279px) {
}
@media (max-width: 1024px) {
#top p {
	margin-right: 15px;
	margin-left: 40px;
	font-size: 15px;
}
#top p .address {
	margin-right: 20px;
}
#top p .phone:before, #top p .address:before {
	margin-left: 17px;
	margin-right: 10px;
}
.nav li a {
	width: 93px;
	font-size: 12px;
}
.nav>li>a {
	padding: 10px 0;
}
.logo {
	margin-top: 31px;
}
.center_lines article:before {
	display: none;
}
.center_lines article:after {
	display: none;
}
.couponsList li {
	width: 41%;
}
.couponsList li img {
	width: 100%;
}
.blog img {
	max-width: 100%;
	margin-bottom: 30px;
}
.blog h1, .blog p {
	text-align: center !important;
}
}
@media (max-width: 991px) {
#top p {
	margin-right: 15px;
	margin-left: 40px;
	font-size: 13px;
}
.icon {
	margin-top: 0;
}
.iconTXT {
	margin-bottom: 40px;
}
#social .social_links {
	margin-bottom: 40px;
}
.center_lines article:before {
	display: none;
}
.center_lines article:after {
	display: none;
}
h1.titleRated {
	margin-top: 50px;
}
#about img.video {
	width: 75%;
	max-width: 100%;
	margin-bottom: 50px;
}
.logo {
	display: inline-block;
	padding-left: 12px;
	margin-top: 0px;
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}
.phone_txt h3 {
	text-align: center;
	margin-top: 23px;
}
.phone_txt h3 span {
	text-align: left;
}
.logo_contact {
	width: 60%;
}
#header {
	text-align: center;
}
#top {
	text-align: center;
}
#header h1 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.couponsList li {
	width: 41%;
}
#top p {
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.blog li {
	display: block;
	padding-bottom: 45px;
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}
}
@media (max-width: 767px) {
#top p {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 10px;
	text-align: center;
	width: 100%;
}
#top p span {
	display: block;
}
#top p span.phone:before {
	margin-top: 10px;
}
#top p span:before {
	margin-left: 0px !important;
}
.nav li a {
	width: 100%;
	font-size: 12px;
	padding: 0px;
}
.nav li {
	border-bottom: solid 2px;
}
.navbar-nav {
	width: 100%;
}
.nav li a:before {
	display: inline-block !important;
	vertical-align: middle !important;
	margin-right: 20px !important;
}
.navbar-nav>li.line:before {
	display: none;
}
.phone_txt h3:before {
	margin-bottom: 11px;
}
.phone_txt h3 span {
	text-align: center;
}
.phone_txt {
	padding-left: 18px;
	padding-right: 18px;
}
.couponsList li {
	width: 100%;
	margin: 0px;
	margin-bottom: 30px;
}
#about, #wine, #beer, #liquor, #coupons, #social, #contact {
	padding-bottom: 50px;
	padding-top: 50px;
	text-align: center;
}
#top {
	text-align: center;
}
.navbar-toggle {
	position: absolute;
	top: 0px;
	left: 10px;
	border-color: #ffffff !important;
	z-index: 999;
}
.navbar-toggle:hover {
	background: #EE3C4C;
}
.navbar-toggle .icon-bar {
	background: #fff;
}
.social_links {
	margin-right: 0px;
}
.navbar-nav>li:after {
	display: none;
}
.navbar-collapse {
	border-top: solid 1px;
	border-color: #ffffff !important;
	padding: 0px;
}
.navbar-nav>li {
	float: none;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#header {
	padding-bottom: 5px;
}
}
@media (max-width: 667px) {
	#top p {
		display: none
}
}
@media (max-width: 480px) {
img {
	max-width: 100%;
}
}
 @media print {
body {
	background-color: #eb1f2a !important;
	-webkit-print-color-adjust: exact;
}
.printDiv {
	display: none;
}
.couponsList {
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.couponsList li {
	display: inline-block;
	box-sizing: border-box;
	padding: 20px;
}
}
