@import url(https://fonts.googleapis.com/css?family=Special+Elite);

html{
    height:100%;
}

body {
    height: 100%;
	font-family:Arial, sans-serif;
}

a {color: #ff6a00;}

p {font-size: 1.3em;}

h1, h2, h3, h4, h5, h6 {font-family:Arial, sans-serif;}


form.ng-dirty input.ng-invalid, form.ng-dirty select.ng-invalid  {
    background-color: #FFDDDD;
}

/* ---- header ----*/
.header {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.logo-on-cover{
    background-size: 250px;
    background-repeat: no-repeat;
    background-position: center center;
    height: 100%;
}

.socialnav {
  float: right;
  margin-top: 20px;
  list-style-type: none;
}
.socialnav li img {
  width:40px;
}
.socialnav a{
  padding-right:15px;
}

.social-icon {
  font-size: 30px;
  line-height: 37px;
}

.navbar-toggle {
  border: none;
  padding: 6px 10px;
}
.navbar-toggle .icon-bar {
  width: 30px;
  height: 3px;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 6px;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
  background-color: transparent;
}

.header-logo {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  max-width: 90px;
  height: 50px;
}

.navbar.nav-v4 .socialnav {
  padding-left: 20px;
}
.navbar.nav-v4 .navbar-nav {
  margin-bottom: 15px;
}
.navbar.nav-v4 .header-logo {
  display: block;
  max-width: 240px;
  padding-top: 0;
  padding-left: 30px;
  height: 100%;
}
.navbar.nav-v4 .header-logo img,
.navbar.nav-v4 .header-logo .header-logo-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar.nav-v4 .header-logo .header-logo-text {
  font-size: 1.6em;
  line-height: 22px;
}
.navbar.nav-v4 .socialnav a {
    padding-right: 5px;
}

.navbar-inverse, .navbar-regular {
    background-color: transparent;
    border: none;
}

.navbar-collapse.collapse.in{
    background-color: rgba(0,0,0,0.3);
}


.drink-menu .navbar-inverse {
    background-color: rgba(0,0,0,0.7);
    border: none;
}
.navbar-nav {
    margin-top: 20px !important;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}


.navbar-regular .navbar-nav>.active>a, .navbar-regular .navbar-nav>.active>a:focus, .navbar-regular .navbar-nav>.active>a:hover {
    color: black;
    background-color: transparent;
    border: 1px solid black;
}


.navbar-regular .navbar-toggle {
    border-color: rgb(51, 51, 51);
}

.navbar-regular .navbar-toggle .icon-bar{
    background-color: black;
}

.navbar-regular .navbar-collapse.collapse.in{
    background-color:  rgba(255,255,255,0.5);
}

.navbar.nav-v4 .navbar-regular .navbar-collapse.collapse.in{
    margin-top: 5px;
}

.nav>li {
    position: relative;
    display: block;
    padding: 0px 20px;
}

.nav>li>a {
    padding: 10px 35px;
    font-size: 1.2em;
    font-weight:500; font-style:normal;
}


.navbar-regular .navbar-nav>li>a {
    color: black;
}

.navbar-regular .navbar-nav>li>a:hover {
    color: slategray;
    color: rgba(0,0,0,0.3);
}


.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #fafafa;
    color: rgba(255,255,255,0.3);

}
.nav>li.social-links>a {
    padding: 5px 10px;
}
.collapse.in {
  z-index: 200;
}

.navbar.nav-v4 .logo-top{
  visibility: visible;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.nav-v4 .logo-scroll{
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar.nav-v4.nav-scroll .logo-scroll{
  visibility: visible;
}
.navbar.nav-v4.nav-scroll .logo-top{
  visibility: hidden;;
}

/* home specials */

.home-specials h3, .about-us h3, .press h3, .about-us-v2 h3, .about-us-v3 h3{
    color: #999999;
    font-size: 1.8em;
    text-transform: uppercase;
}

.about-us-v3 h3,
.about-us-v3 p {
    color: #fff;
}


.about-us h3, .press h3, .about-us-v2 h3, .about-us-v3 h3{
    margin-top:80px;
    text-align: center;
    margin-bottom: 50px;
}
.about-us-v3 h3{
    margin-top: 1em;
}

.about-us p {
    text-align: center;
    padding-left: 70px;
    padding-right: 70px;
}

.about-us p:last-child {
    margin-bottom: 50px;
}

.section-wrapper {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    padding: 4em 0;
}
.drinks-slideshow,
.googlemap-v2,
.maps-wrapper {
    padding: 0;
}

.about-us-v3-wrapper,
.reviews-wrapper{
    background-attachment: fixed;
    height: 60%;
    min-height: 460px;
}

.container.about-us-v2,
.container.about-us-v3 {
    width: 95%;
}
.container.about-us-v2>div>div:last-child{
    display: table;
    min-height: 400px;
}

.container.about-us-v3{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.container.about-us-v3>div>div{
    display: table;
    min-height: 450px;
}
.container.about-us-v3>div>div>div,
.container.about-us-v2>div>div>div {
    display: table-cell;
    vertical-align: middle;
}
.about-us-v3 .text-wrapper {
    background-color: rgba(0,0,0,0.4);
    padding: 40px;
}

.about-us-v2 h3{
    text-align: left;
}

.about-us-v2 a,
.about-us-v4 .about-us-v4-content:first-of-type a {
    display: inline-block;
    margin-top: 10px;
    padding: 7px 15px 8px 15px;
    background-color: #BA5656;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 22px;
    text-align: center;
    text-transform: capitalize;
    vertical-align: middle;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.about-us-v2 a:hover {
  opacity: 0.8;
  text-decoration: none;
}

.about-us-v2 .text-wrapper,
.about-us-v3 .text-wrapper{
    margin: 30px 30px;
}


.about-us-v2 img,
.about-us-v3 img {
    margin: 30px auto;
}

.press-wrapper {
    font-family: 'Special Elite', cursive;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.press h3 {
    font-family: 'Special Elite', cursive;
    font-size: 30px;
}

.press .bubble {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 320px;
    background-position: center center;
    padding: 30px 20px 60px 20px;
    margin: 0 auto;
}

.press .media-logo {
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
    max-width: 320px;
    background-position: center center;
    margin: 0 auto;
    height: 180px;
}

.press .bubble-0 {
    background-image: url('../images/press/bubble-left.png');
}
.press .bubble-1 {
    background-image: url('../images/press/bubble-center.png');
}
.press .bubble-2 {
    background-image: url('../images/press/bubble-right.png');
}
.press .bubble-3 {
    background-image: url('../images/press/bubble-right.png');
}
.press .bubble .text-wrap {
    text-align: center;
    display: inline-block;
    font-size: 20px;
}
.press .press-link {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.press .bubble .text-wrap span,
.press .press-link span {
    font-weight: bold;
}
.home-specials p.specials-hours{
    color: #999999;
}

.home-specials p {
    font-size: 1.2em;
    color: #4d4d4d;
    word-wrap: break-word;
}

.specials-section {
    margin-top: 20px;
}
.specials-section a, .drinks-section a {
    font-size: 24px;
    text-decoration: underline;
    text-transform: uppercase;
}

/* gallery */

.gallery {
    padding: 4em 0 2em 0;
}

.gallery label, .reservations label, .email-subscription label, .reservations-and-parties label {
    text-transform: uppercase;
    color: #808080;
    border: 4px solid #f2f2f2;
    padding: 10px 60px;
    margin-bottom: 30px;
    font-size: 1.2em;
}

.reservations .section-header {
    display: block;
}

.reservations-and-parties {
    text-align: center;
}

.reservations-and-parties p{
    max-width: 600px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom: 30px;
}

.reservations-and-parties-form{
    max-width: 450px;
    margin:1em auto;
}

.reservations-and-parties-ok {
    display:none;
}

.reservations-and-parties button {
  width: 97%;
  padding: 10px 5px;
  display: block;
  border: none;
  border-radius: 0;
  margin: 10px auto;
  color: #02050a;
  background-color: #efefef;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.3em;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
    cursor: pointer;
}
.reservations-and-parties button:hover{
  background-color: #c3c0c0;
}

.reservations-and-parties button[disabled] {
  background-color: #676666;
  cursor: not-allowed;
  color: #989292;
}

.reservations-and-parties select {
    width: 100px;
    border: 4px solid #f2f2f2;
    margin: 0px 4px 1em 4px;
    padding: 5px 0;
}
.reservations-and-parties input {
    width: 430px;
    margin-bottom: 1em;
    border: 4px solid #f2f2f2;
    padding: 5px 10px;
}

.reservations-and-parties input.in-party{
    width: 100px;
    margin-left:4px;
}


.gallery-item {
    padding: 5px;
}

.gallery-item img {
    display: inline-block !important;
}
hr {
    color: #e5e5e5;
    background-color: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact {
    background-color: #1a1a1a;
    color: #fff;
}

.contact-icon img {
    max-width: 40px;
    border-radius: 10px;
    margin-right: 10px;
}
.contact .contact-icon {margin-bottom: 10px;}
.contact>div>div>div>{
    padding-bottom: 1em;
}
.contact h3{
text-transform: uppercase;
text-align: left;
font-weight:300; font-style:normal;
}

.logoimg {height: 30px; width: auto;}

.drinks-section {
    margin-top: 50px;
}
.menu-item {
    font-size: 1.3em;
}
.item-name {
    text-transform: uppercase;
    color: #4d4d4d;
    margin: 5px 0px 15px 0px;
    font-weight: bold;
    display: block;
}

.item-description {
    margin-bottom: 15px;
    display: block;
}
.reservations  {

}
.reservations select {
    text-transform: uppercase;
    color: #808080;
    border: 4px solid #f2f2f2;
    padding: 10px 60px;
    margin-bottom: 30px;
    font-size: 1.2em;
}
.reservations a {
    text-transform: uppercase;
    color: #fff;
    background-color: #f15a24;
    padding: 10px 10px;
    font-size: 1.2em;
    margin: 10px 0px;
    display: inline-block;
}





.email-subscription-form>div{
    width:300px;
    margin-left:auto;
    margin-right:auto;
}

.email-subscription a {
    text-transform: uppercase;
    color: #fff;
    background-color: #f15a24;
    padding: 10px 10px;
    font-size: 1.1em;
    margin: 10px 0px;
    display: block;
    width:100%;
}

.email-subscription input {
    width:100%
}

.email-subscription {
    text-align: center;
}


.email-subscription-ok-message{
    display:none;
}


.email-subscription input {
    color: #808080;
    border: 4px solid #f2f2f2;
    padding: 10px 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.2em;
}

.email-subscription-ok-message {
    font-size:1.1em;
}

.email-subscription-error{
    color:red;
    font-size:1.1em;
}


.highlighted-error{
    background-color: #FFDDDD;
}


.map-footer {
    background: rgba(0,0,0,0.6);
    padding: 8px;
    position: absolute;
    margin-top: -35px;
    width: 100%;
}
.map-footer a {
    color: #fff;
}
#map-container {
    height: 400px;
}

.home-specials{
    padding: 4em 0 ;
    min-height: 300px;

}

.specials_no_columns{
    padding-right:3em;
    padding-left:3em;
}

.home-specials > div:first-child{
    min-height: 350px;
    background-image: url('../images/dollar/dollar-orange.png');
    background-repeat: no-repeat;
    background-position: 90% top;
}

.circular-special-image > div{
    margin:50px auto 50px auto;
    width:200px;
    height:200px;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
.footer { background: #2e2e2e; color: #fff; font-size: 1.2em;}
.footer  a {color: #fff; text-decoration: underline; margin-left: 20px; line-height: 4em;}
.footer  p {line-height: 3em;}

/* pages */

.drink-menu{
        height:100%;
        color:white;
    }
.drink-menu header{
        background: #2e2e2e;
		color: rgba(0,0,0,0.8);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 9999;
		width: 100%;
    }
.drink-menu header .navbar-nav {
    margin-bottom: 10px !important;
}
.drink-menu header .navbar.nav-v4 .navbar-nav {
    margin-bottom: 15px !important;
}

.single-drink-title{
    text-align: center;
}


.drink-menu.style-traditional .single-drink-title {
    text-transform: capitalize;
    color: #000;
}

.style-traditional .tabs-container .scrolling {
  display: none;
}

.beers, .wines, .cocktails{display:none;}

.pagecontent {padding-top: 180px; width: 80%; margin: 0 auto;}
.tabnav .navbar-nav {float: none;width: 80%; margin: 0 auto;}
.tabnav .navbar-nav li {width: 33.3%; text-align: center; padding: 0; float: left;}
.tabnav  .nav>li>a {
    padding: 15px 15px;
    font-size: 1.25em;
	color: #fff;
	border-bottom: 10px solid rgba(0, 0, 0, 0.6);
	text-transform: uppercase;
	font-weight:200; font-style:normal;
}

.tabnav .nav>li>a:hover, .tabnav  .nav>li.active>a {
	color: #EC5823;
	background: transparent;
	border-bottom: 10px solid rgba(236, 88, 35, 0.6);
}

.pagecontent .scrolling .container {width: 100% !important;}

.tabs-container h4 {margin-top: 60px;}

.style-traditional.drink-menu .container {
    margin-top: 30px;
}

.style-traditional.drink-menu.image-scroll .tabs-container .container div:first-child h4{
    margin-top: 100px;
}

.drink-menu .tabs-container {
    text-shadow: 2px 2px 2px black;
    }
 .drink-menu .tabnav {
    text-shadow: 1px 1px 0 black;
    }

.drink-menu h4{
    color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight:300; font-style:normal;
    }
.drink-menu h5,
.food-menu-section h5,
.drink-menu-section h5,
.events h5,
.events-v2 h5{
    color: #EC5823;
	text-transform: uppercase;
	text-align: center;
	font-weight:500; font-style:normal;
	margin: 1em auto 0.3em auto;
}
.food-menu-section,
.drink-menu-section {
    padding: 4em 0;
}
.food-menu-section h2,
.drink-menu-section h2 {
    font-family: 'Candara';
    font-weight: 900;
    font-size: 3.5em;
    color: #676767;
}
.food-menu-section .food-menu-name,
.drink-menu-section .drink-menu-name {
    margin: 0;
}
.food-menu-section h5,
.drink-menu-section h5,
.events h5,
.events-v2 h5 {
    font-family: 'Candara';
    color: #808282;
    font-weight: 900;
    font-size: 2em;
}
.events-v2 h6,
.events h6 {
    font-weight: bolder;
    font-size: 1.75em;
}
.drink-menu .row div[class^="col"]{
	text-align: center;
    }
	.item-abv {color: #d7d7d7; margin-bottom: 10px; font-weight:400; font-style:normal;}
	.item-price {font-weight:300; font-style:normal;}

.drink-menu .tabs-container {
    margin-bottom: 100px;
}

.events {
    background-color: #100F0F
}
.events-wrapper .events {
    background-color: #fff
}

.section-header {
    margin-top: 45px;
    text-align: center;
    font-size: 30px;
}

.events-v2-wrapper .events-v2 .event,
.events-wrapper .events .event{
    border: none;
    margin-top: 0;
    padding-top: 0;
}
.events-wrapper .events .event .event-text,
.events-v2-wrapper .events-v2 .event .event-text{
    color: black;
}

.events-wrapper .events,
.events-wrapper .events .event .event-name,
.events-wrapper .events .event .event-text,
.events-wrapper .events .event .event-time,
.events-v2-wrapper .events-v2,
.events-v2-wrapper .events-v2 .event .event-name,
.events-v2-wrapper .events-v2 .event .event-text,
.events-v2-wrapper .events-v2 .event .event-time {
    text-align: center;
}

.reviews {
    display:table;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.reviews>div {
    display: table-cell;
    vertical-align: middle;
}
.review-content {
    background-color: rgba(255,255,255, 0.7);
    padding: 5px 40px 20px 40px;
}
.review {
    text-align: center;
}
.review>div {
    margin-top: 20px;
}

.drink-menu.specials .row div[class^="col"],
.drink-menu.events .row div[class^="col"]{
	text-align: left;
    }
	.specials h1,
    .events h1{
	text-align: center;
	padding: 15px 35px;
    font-size: 2.2em;
	color: #fff;
	border-bottom: 10px solid rgba(255, 255, 255, 0.4);
	font-weight:200; font-style:normal;
    }
	.specials h2,
    .events h2{
	color: #EC5823;
	text-transform: uppercase;
	text-align: left;
	font-weight:500; font-style:normal;
	font-size: 1.4em;
    }

	.onespecial, .oneeventday {margin: 50px 0;}
	.onespecial .row {margin-bottom: 20px;}
.drink-menu.specials .row div[class^="col"].text-right,
.drink-menu.events .row div[class^="col"].text-right {text-align: right;}

h1.food-menu-name {
    margin-top:1em;
    padding: 15px 35px;
    font-size: 2em;
    color: #fff;
    border-bottom: 10px solid rgba(255, 255, 255, 0.2);
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
    text-align: center;
}

.drink-menu .section-description,
.food-menu-section .section-description,
.drink-menu-section .section-description {
    text-align: center;
    padding-left: 50px;
    padding-right: 50px;
}

.style-traditional.drink-menu .section-description,
.food-menu-section .section-description,
.drink-menu-section .section-description {
    color: #888888;
    font-size: 1.1em;
}

.style-traditional.drink-menu .container>div>div:nth-child(2) {
    margin-bottom: 40px;
}

/* Animations */

/* make keyframes that tell the start state and the end state of our object */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fade-in {
	opacity:0;  /* make things invisible upon start */
	-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
	-moz-animation:fadeIn ease-in 1;
	animation:fadeIn ease-in 1;

	-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
	-moz-animation-fill-mode:forwards;
	animation-fill-mode:forwards;

	-webkit-animation-duration:2s;
	-moz-animation-duration:2s;
	animation-duration:2s;
}

.fade-in.one {
-webkit-animation-delay: 0.25s;
-moz-animation-delay: 0.25s;
animation-delay: 0.25s;
}

.fade-in.two {
-webkit-animation-delay: 0.5s;
-moz-animation-delay:0.5s;
animation-delay: 0.5s;
}

.fade-in.three {
-webkit-animation-delay: 0.75s;
-moz-animation-delay: 0.75s;
animation-delay: 0.75s;
}
.fade-in.four {
-webkit-animation-delay: 1s;
-moz-animation-delay: 1s;
animation-delay: 1s;
}

.specials-v2.home-specials{
    text-align: center;
}

.specials-v2.home-specials > div:first-child {
    background-image: none;
}

.specials-v2.home-specials p{
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.specials-v3.home-specials{
    text-align: center;
    color: #fff;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
}

.specials-v3.home-specials h3,
.specials-v3.home-specials p.specials-hours {
    color: #fff;
}

.specials-v3.home-specials p.specials-hours {
        font-weight: 500;
}

.specials-v3.home-specials > div:first-child {
    background-image: none;
    min-height: initial;
}

.specials-v3.home-specials p{
    max-width: 550px;
    margin: 35px auto;
    color: #fff;
}
/* specials_v4 section */
.specials-v4.home-specials h3 {
    color: #000;
}
.specials-v4.home-specials > div:first-child {
  background-image: none;
}
.sph-specials{
    max-width:100%;
    margin: 0 auto;
}
.sph-no-specials-message {
    text-align: center;
}
.sph-specials h2{
    margin-top: 1.5em;
    padding-left: 10px;
}
.sph-specials .sph-title {
    padding: 1em;
    text-align: center;
}
.sph-specials .sph-desc,
.sph-specials .sph-time {
    vertical-align: top;
    padding: 10px;
}
.sph-specials .sph-desc {
}
.sph-specials .sph-time {
    width: 140px;
    text-align: right;
}
.sph-special-table{
    width:100%;
}
/* specials_v4 section END */
.events-v2 a,
.specials-v3.home-specials div a {
    width: 100%;
    padding: 15px 0;
    background-color: #BA5656;
    color: #fff;
    display: block;
    border-radius: 5px;
    text-decoration: none;
}
.events-v2 a,
.specials-v3.home-specials .specials-button {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
}
.events-v2 a {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

.googlemap-v2 .triangle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid black;
    margin-left: auto;
    margin-right: auto;
}

.googlemap-v2  .map-footer {
    padding: 0px;
    position: absolute;
    margin-top: -12px;
    width: 100%;
    background: none;
}


.contact-v2{
    color: white;
    background-color: black;
    text-align: center;
    padding-bottom: 3em;
    padding-top: 2em;
}

.contact-v2 .address {
    font-weight: bold;
    font-size: 1.1em;
}

.contact-v2 .contact-location {
    margin-bottom: 3em;
}

.contact-v2 .hours-title,.contact-v2 .social-title, .contact-v2 .contact-us-title  {
    font-size: 1.4em;
    margin-bottom: 1em;
    color: #ccc;
    text-transform: uppercase;
}
.contact-v2 .days {
    text-transform: uppercase;
    padding-bottom: 0.5em;
}

.contact-v2 .from-to {
    padding-bottom: 2em;
}

.contact-v2 .hours {
    margin-bottom: 1em;
}

.contact-v2 .contact-icon img {
    max-width: 30px;
}

.contact-v2 .social{
    margin-bottom: 3em;
}

.contact-v3{
  color: white;
  background-color: black;
  text-align: left;
  padding-bottom: 40px;
  padding-top: 60px;
}
.contact-v3 .contact-location,
.contact-v3 .hours,
.contact-v3 .find-us{
  display: table;
  width: auto;
  margin: 0 auto;
  font-size: 1.2em;
}
.contact-v3 .contact-location {
    margin-bottom: 3em;
}
.contact-v3 .contact-us {
  word-break: break-all;
}
.contact-v3 .contact-us p {
  font-size: 1em;
}
.contact-v3 .hours-title,.contact-v3 .social-title, .contact-v3 .contact-us-title  {
    font-size: 1.4em;
    margin-bottom: 1em;
    color: #fff;
    text-transform: uppercase;
}
.contact-v3 .days {
    text-transform: capitalize;
    padding-bottom: 0.5em;
}
.contact-v3 .from-to {
    padding-bottom: 20px;
}
.contact-v3 .hours {
    margin-bottom: 1em;
}
.contact-v3 .contact-icon img {
    max-width: 30px;
}
.contact-v3 .social{
    margin-bottom: 3em;
}

.style-traditional .tabnav .nav>li>a,
.food-menu-section .tabnav .nav>li>a,
.drink-menu-section .tabnav .nav>li>a {
    padding: 15px 15px;
    font-size: 1.25em;
    color: gray;
    border-bottom: 10px solid rgba(200, 200, 200, 0.6);
    text-transform: uppercase;
    font-weight: 200;
    font-style: normal;
}

.style-traditional.drink-menu .tabnav {
    text-shadow: none;
}

.style-traditional .tabs-container h4 {
    margin-bottom: 10px;
    margin-top: 30px;
}

.style-traditional.drink-menu .pagecontent.pagecontent-food .tabs-container {
    padding-top: 1em;
}

.style-traditional .tabnav .nav>li>a:hover, .style-traditional .tabnav  .nav>li.active>a,
.food-menu-section .tabnav .nav>li>a:hover, .food-menu-section .tabnav  .nav>li.active>a,
.drink-menu-section .tabnav .nav>li>a:hover, .drink-menu-section .tabnav  .nav>li.active>a {
    color: #EC5823;
    border-bottom: 10px solid rgba(236, 88, 35, 0.6);
}

.style-traditional.drink-menu h4,
.food-menu-section h4,
.drink-menu-section h4 {
    color: dimgray;
    text-transform: none;
    text-align: center;
    font-weight: 500;
    font-style: normal;
    font-family:'AZ Claire W00 Regular';
    font-size: 1.7em;
}

.style-traditional.drink-menu table{
    width:100%;
}

.food-menu-section,
.drink-menu-section {
    text-align: center;
}

.style-traditional.drink-menu .tabs-container {
    text-shadow: none;
    margin-bottom: 0px;
}
.style-traditional.drink-menu .container {
    padding-left: 80px;
    padding-right: 80px;
    max-width: 1200px;
}

.style-traditional.drink-menu .container>div {
    width: 80%;
    margin: 0 auto 0 auto;
}

.style-traditional.drink-menu .menu-item-image-traditional .food-image{
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.style-traditional.drink-menu .menu-item-name-traditional{
    color: #101010;
    width:90%;
    vertical-align: top;
}

.style-traditional.drink-menu .menu-item-price-traditional{
    width:10%;
    color: #888888;
}

.style-traditional.drink-menu .menu-item-description-traditional{
    color: #222222;
    font-size: 1.15em;
}

.style-traditional.drink-menu .menu-item-price-traditional {
    vertical-align: top;
    white-space: nowrap;
}

.style-traditional.drink-menu .menu-item-price-traditional .food-price {
    text-align: right;
    padding-left: 30px;
}

.style-traditional.drink-menu .menu-item-price-traditional .item-price {
    text-align: right;
    padding-left: 20px;
}

.style-traditional.drink-menu .menu-item-description-traditional .drink-description {
    color: #888888;
    margin-top: 10px;
}

.style-traditional.drink-menu .menu-item-description-traditional .food-description {
    color: #888888;
    margin-top: 10px;
}

.style-traditional.drink-menu .menu-item-name-traditional div {
    font-size: 1.5em;
    font-weight: 600;
    line-height: 100%;
}

.style-traditional.drink-menu .menu-item-price-traditional .food-price,
.style-traditional.drink-menu .menu-item-price-traditional .item-price {
    font-size: 1.35em;
    font-weight: 600;
    line-height: 100%;
}


.style-traditional.drink-menu .menu-item-name-traditional div,
.style-traditional.drink-menu .menu-item-price-traditional .food-price:first-child,
.style-traditional.drink-menu .menu-item-price-traditional .item-price:first-child {
    margin-top: 15px;
}


.style-traditional.drink-menu .menu-item-name-traditional .item-name-and-manufacturer span {
    color: #888888;
}

.style-traditional.drink-menu .menu-item-name-traditional .item-style-and-abv {
    font-weight: 500;
    margin: 10px 0 0 0;
}

.style-traditional.drink-menu h1.food-menu-name {
    color: #000000;
    margin-bottom: 0px;
    border: none;
    padding: 0;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'AZ Claire W00 Regular';
    margin-top: 2.5em;
}

.style-traditional.drink-menu>div:first-child{
    min-height: 100%;
    background-color: #F2F2F2;
}

.style-traditional.drink-menu .pagecontent{
    background-color: #FFFFFF;
    width: 70%;
    padding-bottom: 150px;
}

.style-traditional.drink-menu.image-scroll>div:first-child{
    min-height: 100%;
    background-color: #FFFFFF;
}

.style-traditional.drink-menu.image-scroll .pagecontent{
    width: 50%;
    padding-bottom: 150px;
    float: left;
    text-align: center;
    color: #000000;
}

.style-traditional.drink-menu.image-scroll .image-container{
    float: right;
    width: 50%;
    background-repeat: no-repeat;
}
.style-traditional.drink-menu.image-scroll .image-container .image-background {
    transition: background 0.5s linear;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center center;
    width: 50%;
    position: fixed;
    top: 72px;
    height: calc(100% - 72px);
}

.style-traditional.drink-menu .tabs-container table {
    margin-bottom: 1em;
}

.style-traditional.drink-menu .menu-item-description-traditional {
    text-align: justify;
}

.events h2 {
    margin-top: 50px;
}

.event {
    width 100%;
    border: 2px solid #555;
    padding: 20px;
    margin-top: 30px;
}

.event-name {
    text-align: left;
    vertical-align: top;
    font-size: 1.6em;
    padding: 0;
}
.event-time {
    text-align: right;
    vertical-align: top;
    font-size: 1.4em;
    padding: 0;
}
.event-text {
    margin-top: 15px;
    color: #888888;
    text-align: justify;
}

.event-image{
    margin-top: 25px;
    width: auto;
    max-width: 100%;
    max-height: 600px;
}

.events .pagecontent {
    max-width: 1000px;
}

.events .container {
    margin-bottom: 100px;
}
.navigation-sections {
    margin-top: 20px;
    visibility: hidden;
}

.navigation-left li,
.navigation-right li{
    display: inline;
}

.navigation-left li a,
.navigation-right li a{
    font-family: 'Just Another Hand', cursive;
    font-style: normal;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}

.navigation-social li img {
    width:40px;
    padding-right: 10px;
}
.navigation-social {
    margin-top: 10px;

}
.navigation-social,
.navigation-left ul,
.navigation-right ul
{
    list-style-type: none;
}

.navigation-left ul,
.navigation-right ul {
    margin-top: 10px;
    padding: 0px 0px;
}


.navbar-normal{
    background-position: top center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    height: 130px;
    margin-bottom:0px;
}

.navigation-bootstrap {
    display: none;
}

.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix {
    background-color: black;
    background-image: none;
    border: none;
 }

 .ui-button .ui-button-text {
    line-height: 0;
 }

.navbar-inverse, .navbar-regular {
    z-index: 100;
}

.party-background,
.article-background {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-color: #000;
}

.reservations-and-parties input,
.reservations-and-parties select {
  border: 1px solid #efefef;
  border-radius: 0;
  padding: 10px 5px;
  background-color: #efefef;
  color: #02050a;
}
.reservations-and-parties input:focus,
.reservations-and-parties select:focus{
  outline: none;
}

/* Newsletter */
.sph-email-subscription{
    max-width:600px;
    margin: 0 auto;
    text-align: center;
    padding: 30px 15px;
}
.sph-email-subscription h2{
    margin-top: 10px;
}
.sph-email-subscription .sph-submit-button,
.sph-email-subscription .sph-email-input {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
}
.sph-email-subscription .sph-email-input {
    border: 1px solid lightgray;
    padding: 1em 5px;
}
.sph-email-subscription .sph-email-input:focus {
  outline: none;
}
.sph-email-subscription .sph-submit-button {
    padding: 0.5em 5px;
    display:block;
    border: none;
    color: white;
    background-color: black;
    font-size: 2em;
    text-decoration: none;
}
.sph-response-message,
.sph-loading-img {
    display: none;
}
.sph-response-message {
    font-size: 2em;
}
.sph-loading-img img{
    height: 28px;
}
/* END Newsletter */

.custom-modal .newsletter-section {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}
.custom-modal .container {
  width: 100%;
}
.custom-modal .newsletter-section .section-header {
  margin-top: 20px;
  text-transform: uppercase;
  font-size: 35px;
  font-weight: bold;
  color: #bf1e2e;
}
.custom-modal .sph-email-subscription {
  padding-top: 5px;
}
.custom-modal .sph-email-subscription h2 {
  margin-bottom: 30px;
  font-size: 25px;
  font-weight: bold;
}
.custom-modal .sph-email-subscription .sph-email-input {
  padding: 15px 15px;
}
.custom-modal .sph-email-subscription .sph-submit-button {
  background-color: #bf1e2e;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.custom-modal .sph-email-subscription .sph-submit-button:hover {
  opacity: 0.8;
}
.custom-modal .custom-modal-close {
  padding: 8px 10px 25px 10px;
}

.custom-modal .close {
  font-size: 47px;
  font-weight: 200;
  line-height: 35px;
}

/* media queries */

@media (max-width: 1600px) {
    .style-traditional .tabnav .nav>li>a{
        padding: 15px 5px;
    }
}

@media (max-width: 1365px) {
    .style-traditional .tabnav .nav>li>a{
        font-size: 1.15em;
    }
}

@media (max-width: 1200px) {
    .tabnav .navbar-nav {width: 85%;margin: 0 auto;}
    .style-traditional.drink-menu .container>div {
        width: 100%;
    }
    .style-traditional .tabnav .nav>li>a{
        font-size: 1.1em;
    }
    .nav>li>a {
        padding: 10px 25px;
    }
}

@media (max-width: 1024px) {
    .circular-special-image{
        display : none;
    }
    .nav>li>a {
        padding: 10px 20px;
    }
    .nav>li {
        padding: 0 10px;
    }
	.pagecontent {
        width: 90%;
        padding-top: 140px;
    }

    .style-traditional.drink-menu .pagecontent {
        width: 70%;
        padding-top: 140px;
    }

	.tabnav .navbar-nav {width: 90%;margin: 0 auto;}
	.footer .row div[class^="col"]{
	text-align: center;
    }
    .style-traditional.drink-menu .menu-item-image-traditional .food-image {
        height: 350px;
    }
}

@media (max-width: 1023px) {
    .nav>li>a {
        padding: 10px 10px;
    }
    .socialnav li img {
        width:30px;
    }
    .navbar-normal {
        display: none;
    }
    .navigation-bootstrap {
        display: block;
    }
}

@media (max-width: 991px) {
    #map-container {
        height: 300px;
    }
	.pagecontent {width: 100%;}
    .style-traditional.drink-menu .pagecontent {width: 80%;}
	.tabnav .navbar-nav {width: 100%;margin: 0;}
}

@media (max-width: 768px) {

    h1.food-menu-name {
        font-size:1.5em;
    }

    .tabnav {
        top:40px;
    }

    .tabs-container{
      word-break: break-word;
    }

    #map-container {
        height: 250px;
    }
	.reservations select {
		width: 250px;
	}
	.about-us .image img {
	margin: 20px auto;
	}
	.specials h1{
	    padding: 5px 15px;
        font-size: 1.4em;
    }

    .home-specials h3, .about-us h3, .about-us-v2 h3, .about-us-v3 h3{
        font-size:1.4em;
    }

    .home-specials > div:first-child {
        background-position: 90% 15px;
        background-size: 90%;
    }


    .specials-section a, .drinks-section a {
        font-size: 1.2em;
    }

    .home-specials {
        padding: 2em 0;
    }

	.footer .row div[class^="col"]{
	    text-align: center;
    }

    .fade-in {
        opacity:100;
        -webkit-animation-name:none ;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
        -moz-animation:none ;
        animation:none ;
    }

    .pagecontent {
        padding-top: 60px;
    }
    .drink-menu .pagecontent {
        padding-top: 120px;
    }
    .style-traditional.drink-menu .pagecontent {
        padding-top: 120px;
    }

     .contact>.container>.row>div>p{
         overflow:hidden;
         font-size: 1.2em;
     }

    .reservations-and-parties select {
        width: 85px;
    }
    .reservations-and-parties input {
        width: 280px;
    }

    .reservations-and-parties input.in-party{
        width: 85px;
        margin-left:4px;
    }

    .reservations-and-parties label{
        padding: 10px 0;
    }

    .style-traditional.drink-menu .menu-item-image-traditional .food-image {
        height: 300px;
    }
    .about-us p {
        padding-left: 30px;
        padding-right: 30px;
    }
    .style-traditional.drink-menu .container {
        padding-left: 50px;
        padding-right: 50px;
    }
    .style-traditional .tabnav .nav>li>a {
        padding: 5px 5px;
    }
}

@media (max-width: 769px) {
    .navbar-collapse.collapse {
        padding-bottom: 10px;
    }
    .navbar.nav-v4 .header-logo {
      max-width: 90px;
      padding-left: 0;
    }
}


@media (max-width: 767px) {
	.socialnav {
    /*float: left;*/
    margin-right: 60px;
    margin-top: -40px;
	}
  .header-logo,
  .navbar.nav-v4 .header-logo {
    display: block;
    max-width: 90px;
    height: 50px;
    padding-top: 0;
    padding-left: 0;
    left: 10px;
  }

    .style-traditional.drink-menu .pagecontent{
        width: 100%;
        padding-top: 80px;
    }
    .style-traditional.drink-menu .menu-item-image-traditional .food-image {
        height: 200px;
    }
    .drink-menu .section-description {
        padding-left: 25px;
        padding-right: 25px;
    }

    .event-name {
        font-size: 1.2em;
    }
    .event-time {
        font-size: 1em;
        text-align: left;
    }
    .event-text{
      word-break: break-word;
    }
    .about-us-v2-wrapper {
        background-size: 0 0;
    }
    .review-content {
        padding: 5px 20px 20px 20px;
        margin: 0 23px;
    }
    .about-us-v3 .text-wrapper {
        margin: 30px 0;
        padding: 30px 20px;
    }
    .about-us-v3 p {
        font-size: 1em;
        text-align: justify;
    }
    .food-menu-section .food-menu-name {
        font-size: 0.55em;
    }
    .drink-menu-section .drink-menu-name {
        font-size: 0.8em;
    }
    .food-menu-section .tabnav .nav>li>a {
        padding: 5px 0;
    }
    .container.about-us-v2>div>div:last-child {
        min-height: 0;
    }
    .contact-v3 {
      padding-top: 50px;
    }
    .contact-v3 .contact-location, .contact-v3 .hours, .contact-v3 .find-us{
      display: block;
      word-break: break-all;
      padding-left: 10%;
    }
    .contact-v3 .hours-title, .contact-v3 .social-title, .contact-v3 .contact-us-title{
      margin-bottom: 15px;
    }
    .contact-v3 .contact-location,
    .contact-v3 .social {
      margin-bottom: 30px;
    }
    .contact-v3 .contact-us p {
      font-size: 1em;
    }
}
@media (max-width: 668px) {
    #map-container {
        height: 250px;
    }
	.socialnav {
    /*float: left;*/
	margin-top: -40px;
}
    .tabnav .nav>li>a {
        font-size: 1.2em;
    }
    .style-traditional .tabnav .nav>li>a {
        font-size: 1.2em;
    }

}
@media (max-width: 640px) {
	.tabnav .nav>li>a {
        padding: 10px 15px;
        font-size: 1em;
    	color: #fff;
    	border-bottom: 10px solid rgba(0, 0, 0, 0.6);
    	text-transform: uppercase;
    	font-weight:200; font-style:normal;
    }

    .style-traditional .tabnav .nav>li>a {
        padding: 10px 15px;
        font-size: 1em;
    }

    .style-traditional.drink-menu .menu-item-name-traditional div,
    .style-traditional.drink-menu .menu-item-price-traditional .food-price,
    .style-traditional.drink-menu .menu-item-price-traditional .item-price {
        font-size: 1.1em;
        font-weight: 600;
    }
    .style-traditional.drink-menu .menu-item-description-traditional {
        font-size: 1em;
    }

    .style-traditional.drink-menu .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .style-traditional.drink-menu .menu-item-price-traditional .item-price,
    .style-traditional.drink-menu .menu-item-price-traditional .food-price {
        padding-left: 5px;
    }

    .style-traditional.drink-menu .menu-item-price-traditional .item-price .zero-cents,
    .style-traditional.drink-menu .menu-item-price-traditional .food-price .zero-cents{
        display: none;
    }

    .footer a {
        line-height: 1em;
    }
    .footer  {
        padding-bottom: 20px;
    }

    .press .bubble {
        max-width: 250px;
    }
}
/* for background-size:cover replacement on iOS devices */
@media only screen and (orientation: portrait) and (device-width: 320px),(device-width: 375px), (device-width: 414px), (device-width: 768px) {
    .header,
    .about-us-v3-wrapper,
    .reviews-wrapper {
      -webkit-background-size: auto 150%;
      background-attachment: scroll !important;
    }
}
@media only screen and (orientation: landscape) and (device-height: 320px), (device-height: 375px),(device-height: 414px), (device-height: 768px) {
    .header,
    .about-us-v3-wrapper,
    .reviews-wrapper {
      -webkit-background-size: 150% auto;
      background-attachment: scroll !important;
    }
}
@media (max-width: 767px){
  .header,
  .about-us-v3-wrapper,
  .reviews-wrapper,
  .about-us-background {
    background-attachment: scroll !important;
  }
}

.empty-content-message {
    font-family: Arial;
}

.drink-menu.specials .empty-content-message{
    color: white;
}

.style-traditional.drink-menu .empty-content-message {
    font-family: Arial;
}

#slider1_container{
    position: relative;
    margin: 0 auto;
    top: 0px;
    left: 0px;
    width: 1300px;
    height: 500px;
    overflow: hidden;
}

#slider1_container .slides{
    cursor: move;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 1300px;
    height: 500px;
    overflow: hidden;
}

.mobile #slider1_container{
    height: 1300px;
}

.mobile #slider1_container .slides{
    height: 1300px;
}


.jssorb21 {
    position: absolute;
}
.jssorb21 div, .jssorb21 div:hover, .jssorb21 .av {
    position: absolute;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    color: white;
    font-size: 12px;
    background: url(../images/jssor/b21.png) no-repeat;
    overflow: hidden;
    cursor: pointer;
}
.jssorb21 div { background-position: -5px -5px; }
.jssorb21 div:hover, .jssorb21 .av:hover { background-position: -35px -5px; }
.jssorb21 .av { background-position: -65px -5px; }
.jssorb21 .dn, .jssorb21 .dn:hover { background-position: -95px -5px; }

.jssora21l, .jssora21r {
    display: block;
    position: absolute;
    /* size of arrow element */
    width: 55px;
    height: 55px;
    cursor: pointer;
    background: url(../images/jssor/a21.png) center center no-repeat;
    overflow: hidden;
}
.jssora21l { background-position: -3px -33px; }
.jssora21r { background-position: -63px -33px; }
.jssora21l:hover { background-position: -123px -33px; }
.jssora21r:hover { background-position: -183px -33px; }
.jssora21l.jssora21ldn { background-position: -243px -33px; }
.jssora21r.jssora21rdn { background-position: -303px -33px; }

/* About Us V4 */
.section-wrapper.about-us-v4-wrapper{
  padding: 0;
}
.container.about-us-v4{
  width: 100% !important;
}
.about-us-v4 .about-us-v4-content{
  position: relative;
  height: 650px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.about-us-v4-content .text-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #312d2e;
    background: rgba(255, 255, 255, .6);
}
.about-us-v4-content .text-wrapper .text-content{
  width: 90%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
}
.about-us-v4-content .text-wrapper h3{
  margin-bottom: 45px;
  font-weight: bold;
  font-size: 2em;
}
.about-us-v4-content .text-wrapper p{
  color: #585758;
  font-size: 1.5em;
  line-height: 1.3em;
}
.about-us-v4-content .about-us-v4-link{
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  color: #fff;
  background: rgba(76, 73, 72, .8);
  text-align: center;
  font-size: 2.7em;
}
.about-us-v4-content .about-us-v4-link:hover{
  text-decoration: none;
}
.about-us-v4-content .about-us-v4-link span{
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


@media (max-width: 768px) {
  .about-us-v4 .about-us-v4-content{
    height: 690px;
  }
  .about-us-v4-content .text-wrapper p {
    font-size: 1.5em;
    line-height: 1.1em;
  }
}

@media (max-width: 767px) {
  .about-us-v4 .about-us-v4-content:last-of-type{
    height: 330px;
    background-size: inherit;
  }
  .about-us-v4-content .about-us-v4-link{
    height: 100%;
    font-size: 4em;
  }
}

@media (max-width: 540px) {
  .about-us-v4-content .about-us-v4-link{
    font-size: 3.2em;
  }
}

@media (max-width: 390px) {
  .socialnav {
    margin-top: -38px;
  }
  .about-us-v4-content{
    height: 280px;
  }
}

@media (max-width: 320px) {
  .about-us-v4-content .text-wrapper p {
    font-size: 1.3em;
  }
  .about-us-v4 .about-us-v4-content:last-of-type {
    height: 300px;
  }
  .about-us-v4-content .about-us-v4-link {
    font-size: 3em;
  }
}

/* END About Us V4 */
/* About Us PLUS */
.about-us-plus-wrapper {
  width: 90%;
  margin: 0 auto;
  padding: 3em 0;
  background-color: #fff;
}
.about-us-plus-holder{
  width: 100%;
  margin: 0 auto;
}
.about-us-plus-wrapper .section-header {
  margin-bottom: 20px;
  margin-top: 20px;
}
.about-us-plus-content {
  padding: 30px;
  text-align: center;
}
.about-us-plus-item{
  padding: 0;
}
.about-us-plus-content .about-us-img-holder {
  height: 305px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}
.about-us-plus-content h3 {
  margin-top: 35px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-us-plus-content p {
  padding-top: 10px;
  color: gray;
  font-size: 16px;
}
.about-us-plus-content p span {
  display: block;
  position: relative;
  top: -5px;
  padding-bottom: 10px;
}
.about-us-plus-content .about-us-plus-button{
  width: 198px;
  margin-top: 10px;
  padding: 10px 15px 8px 15px;
  background-color: #BA5656;
  color: #fff;
  border: none;
  border-radius: 0;
  font-size: 1.2em;
  text-transform: uppercase;
  opacity: 1;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.about-us-plus-content .about-us-plus-button:hover{
  opacity: 0.8;
}

@media (max-width: 800px) {
  .about-us-plus-item{
    padding: 0;
  }
  .about-us-plus-content {
    padding: 10px;
  }
  .about-us-plus-content .about-us-plus-button {
    width: 150px;
  }
}
@media (max-width: 767px) {
  .about-us-plus-wrapper {
    padding-bottom: 10px;
  }
  .about-us-plus-holder{
    width: 80%;
  }
  .about-us-plus-item {
    margin-bottom: 35px;
  }
  .about-us-plus-content h3{
    height: auto !important;
  }
  .about-us-plus-content p{
    height: auto !important;
  }
}

/* END About Us PLUS */

/* Gallery V2 */
.gallery-v2-wrapper,
.gallery-v2-wrapper div {
  padding: 0;
}
.gallery-holder {
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.gallery-holder .row{
  margin: 0;
}
.gallery-v2-wrapper .gallery-image {
  height: 400px;
  background-size: cover;
  background-position: center center;
}
.gallery-v2-wrapper .gallery-image-big {
  height: 800px;
  background-size: cover;
  background-position: center center;
}
.gallery-v2-wrapper .gallery-link {
  height: 400px;
}
.gallery-v2-wrapper .gallery-link.white-bg {
  background-color: #fff;
}
.gallery-v2-wrapper .gallery-link.black-bg {
  background-color: #000;
}
.gallery-v2-wrapper .gallery-link a {
  display: block;
  height: 100%;
}
.gallery-v2-wrapper .gallery-link a:hover,
.gallery-v2-wrapper .gallery-link a:focus {
  text-decoration: none;
  color: inherit;
}
.gallery-v2-wrapper .gallery-link.white-bg a,
.gallery-v2-wrapper .gallery-link.white-bg a:hover,
.gallery-v2-wrapper .gallery-link.white-bg a:focus  {
  color: #000;
}
.gallery-v2-wrapper .gallery-link.black-bg a,
.gallery-v2-wrapper .gallery-link.black-bg a:hover,
.gallery-v2-wrapper .gallery-link.black-bg a:focus  {
  color: #fff;
}
.gallery-v2-wrapper .gallery-link .icon-holder{
  display: block;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.gallery-v2-wrapper .gallery-link .icon-holder img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0 auto;
}
.gallery-v2-wrapper .gallery-link .icon-holder span {
  display: block;
  width: 100%;
  margin-top: 20px;
  font-family: 'Just Another Hand', cursive;
  font-size: 22px;
  text-align: center;
}

.gallery-v2-wrapper .gallery-image::before,
.gallery-v2-wrapper .gallery-image-big::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  background-image: -moz-linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  background-image: -o-linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) );
  opacity: 0;
  display: block;
  -webkit-transition: 0.25s all;
  transition: 0.25s all;
}
.gallery-v2-wrapper .gallery-image:hover::before,
.gallery-v2-wrapper .gallery-image-big:hover::before {
  opacity: 0.8;
}
.gallery-v2-wrapper .mobile-gallery-v2-image {
  display: none;
}
.gallery-v2-wrapper .desktop-gallery-v2-image {
  display: block;
}
@media (max-width: 769px) {
  .gallery-v2-wrapper .mobile-gallery-v2-image {
    display: block;
  }
  .gallery-v2-wrapper .desktop-gallery-v2-image {
    display: none;
  }
}

/* Events page traditional template */
.events-container.events-background {
  background-color: #fff;
  color: #000;
}
.events-container .pagecontent {
  width: 100%;
}
.events-container .container {
  margin-bottom: 100px;
}
.events-container.events-background .row div[class^="col"] {
    text-align: left;
}
.events-container h1 {
  text-align: center;
  margin-bottom: 0;
}
.events-container h2 {
  margin-top: 0;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.events-container h4 {
  color: #000;
  text-align: left;
  text-transform: none;
  font-weight: normal;
  font-size: 1.3em;
  margin-bottom: 20px;
}
.events-container .event-time {
  margin-top: 20px;
  color: #585656;
}
.events-container p {
  color: gray;
}
.events-container .events-holder {
  padding: 70px 0 40px 0;
  border-bottom: 1px solid #e2e2e2;
}
.event-content {
  padding-bottom: 30px;
}
.events-container .events-holder:last-of-type {
  border-bottom: none;
}
.events-container .event-text-holder {
  padding-left: 40px;
  text-align: left;
}
.events-container .event-image {
  margin-top: 0;
}
.addtocalendar.atc-style-blue .atcb-link {
  background-color: #f3c475;
  color: #000;
  padding: 10px 25px;
  font-size: 1.3em;
  text-transform: capitalize;
}
@media (max-width: 768px) {
  .events-container .events-holder {
    margin: 0 40px;
    text-align: center;
  }
  .events-container.events-background .row div[class^="col"] {
    text-align: center;
  }
  .events-container .event-text-holder {
    padding-left: 15px;
  }
  .events-container .event-image {
    width: 80%;
    margin: 0 auto;
  }
  .events-container h2 {
    margin-top: 30px;
  }
  .events-container h4 {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .events-container .events-holder {
    margin: 0 20px;
  }
  .events-container h2 {
    font-size: 25px;
  }
  .events-container .event-image {
    width: 100%;
  }
}

/* END Events page traditional template */

@media (max-width: 767px) {
  .gallery-v2-wrapper .gallery-image {
    height: 200px;
    background-size: cover;
  }
  .gallery-v2-wrapper .gallery-image-big {
    height: 400px;
    background-size: cover;
  }
  .gallery-v2-wrapper .gallery-link {
    height: 200px;
  }
  .gallery-v2-wrapper .gallery-link .icon-holder img {
    width: 50px;
    height: 50px;
  }
  .gallery-v2-wrapper .gallery-link .icon-holder span {
    margin-top: 15px;
    font-size: 18px;
  }
}

/* END Gallery V2 */
/* Gallery V3 */
.gallery.gallery-v3-wrapper{
  background-color: #fff;
}
.gallery-v3-wrapper,
.gallery-v3-wrapper div {
  padding: 0;
}
.gallery-v3-wrapper .gallery-holder {
  min-height: 350px;
}
.gallery-v3-wrapper .gallery-image {
  overflow: hidden;
}
.gallery-v3-wrapper .gallery-image .image-link {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery-v3-wrapper .image-link img.visible-desktop {
  display: block;
}
.gallery-v3-wrapper .image-link img.visible-mobile {
  display: none;
}
.gallery-v3-wrapper .image-link img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -moz-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.gallery-v3-wrapper .image-link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.gallery-v3-wrapper .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0);
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-v3-wrapper .image-overlay span{
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0);
  color: #543019;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.gallery-v3-wrapper .image-overlay:hover {
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
  text-decoration: none;
}
.gallery-v3-wrapper .image-overlay:hover span {
  opacity: 1;
}
.gallery-v3-wrapper .image-overlay:focus {
  text-decoration: none;
}

@media (max-width: 1410px) {
  .gallery-v3-wrapper .gallery-image {
      height: 280px;
  }
}
@media (max-width: 1199px) {
  .gallery-v3-wrapper .gallery-image {
      height: 320px;
  }
}
@media (max-width: 1025px) {
  .gallery-v3-wrapper .gallery-image {
      height: 340px;
  }
}
@media (max-width: 880px) {
  .gallery-v3-wrapper .gallery-image {
      height: 310px;
  }
}
@media (max-width: 769px) {
  .gallery-v3-wrapper .gallery-holder {
    min-height: 300px;
  }
  .gallery-v3-wrapper .image-link img.visible-desktop {
    display: none;
  }
  .gallery-v3-wrapper .image-link img.visible-mobile {
    display: block;
  }
  .gallery-v3-wrapper .gallery-image {
      height: 290px;
  }
  .gallery-v3-wrapper .image-link img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .gallery-v3-wrapper .image-overlay span {
    font-size: 18px;
    line-height: 19px;
  }
}
@media (max-width: 500px){
  .gallery-v3-wrapper .gallery-image {
    height: 200px;
  }
}
@media (max-width: 320px){
  .gallery-v3-wrapper .gallery-image {
    height: 165px;
  }
}
/* Section Animations */
.gallery-v3-wrapper .gallery-image{
  opacity: 0;
  transform: scale(0.5);
}

@keyframes galleryAnimation {
  90% {
    opacity: 1;
    transform: scale(1.1);
  }
	100% {
    opacity: 1;
    transform: scale(1);
  }
}
.animation-element.gallery-v3-wrapper.animate .gallery-image {
	animation: galleryAnimation .3s forwards cubic-bezier(0.5, 0.2, 0.3, 1.0);
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(1) {
	animation-delay: 0s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(2) {
	animation-delay: .2s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(3) {
	animation-delay: .4s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(4) {
	animation-delay: .6s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(5) {
	animation-delay: .8s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(6) {
	animation-delay: 1s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(7) {
	animation-delay: 1.2s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(8) {
	animation-delay: 1.4s;
}
.animation-element.gallery-v3-wrapper.animate .gallery-image:nth-child(9) {
	animation-delay: 1.6s;
}


/* END Gallery V3 */

/* ABOUT US Page */
.about-us-background{
  min-height: 460px;
  background-image: url('../images/background/new-sections-backgroundjpg');
  background-attachment: fixed;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center center;
  padding: 4em 0;
}
.about-us-v3 .text-wrapper {
    background-color: rgba(156, 70, 73, 0.9);
}
.about-us-background .about-us-v3-wrapper {
    height: 100%;
    padding-top: 120px;
}
.about-us-background .about-us-v3 {
    top: initial;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
.about-us-background .row {
    margin: 0;
    overflow: hidden;
}
.about-us-background .text-holder {
    margin: 0 auto;
    width: 70%;
}
@media (max-width: 1025px) {
  .about-us-background .text-holder {
    margin: 0 auto;
    width: 100%;
  }
  .about-us-background .about-us-v3-wrapper {
    padding-top: 80px;
  }
}
@media (max-width: 767px) {
.about-us-background .about-us-v3-wrapper {
    padding-top: 0px;
  }
  .about-us-background .about-us-v3 h3{
    margin-bottom: 30px;
  }
}
/* END ABOUT US Page */

/* On Cover content */
.on-cover-content {
    height: 100%;
    /*display: table;*/
    margin: 0 auto;
}
.on-cover-content .section-wrapper {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}
.on-cover-content .section-wrapper .section-header {
    margin-bottom: 40px;
    font-size: 3em;
    line-height: 1em;
    color: #fff;
    text-shadow: 7px 3px 5px rgba(0, 0, 0, 0.45);
}
.on-cover-content .section-wrapper p {
    font-size: 2em;
    line-height: 30px;
}
.on-cover-content .section-wrapper a {
    display: inline-block;
    margin: 0 auto;
    margin-top: 25px;
    padding: 15px 20px 13px 20px;
    background-color: #fff;
    color: #3a3a3c;
    border: none;
    border-radius: 0;
    font-size: 1.5em;
    text-transform: uppercase;
    opacity: 1;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.on-cover-content .section-wrapper a:hover{
  opacity: 0.8;
  text-decoration: none;
}
/* END On Cover content */

/* Slideshow v2 overlay content */
.uk-overlay-panel h3 {
  font-size: 3em;
}
.uk-overlay-panel p {
  font-size: 2em;
}
.uk-overlay-panel a.uk-button-primary {
  display: inline-block;
  margin: 0 auto;
  margin-top: 25px;
  padding: 10px 30px 8px 30px;
  background-color: #fff;
  background: #fff;
  color: #056839;
  border: none;
  border-radius: 10px;
  font-size: 1.5em;
  text-transform: uppercase;
  opacity: 1;
  background-image: none;
  text-shadow: none;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.uk-overlay-panel a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.uk-overlay-background {
    background: rgba(0,0,0,.3);
}
.uk-overlay-fade {
    opacity: 1;
}
/* END Slideshow v2 overlay content */

/* Sections Animations */
.animation-element.about-us-v2-wrapper {
  overflow: hidden;
}
.animation-element .about-us-v2 img {
  position: relative;
  right: -50%;
  opacity: 0;
  -moz-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -webkit-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  -o-transition: all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275);
  transition: all 0.8s cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
.animation-element.animate .about-us-v2 img {
  right: 0;
  opacity: 1;
}

/* Navigation V4 */
@media (max-width: 1400px) {
  .navbar.nav-v4 .nav>li {
    padding: 0px 10px;
  }
  .navbar.nav-v4 .nav>li>a {
    padding: 10px 25px;
  }
  .navbar.nav-v4 .header-logo .header-logo-text {
    font-size: 23px;
  }
}
@media (max-width: 1220px) {
  .navbar.nav-v4 .nav>li>a {
    padding: 10px 10px;
  }
}
@media (max-width: 1025px) {
  .navbar.nav-v4 .navbar-nav {
      margin-top: 20px !important;
  }
}
@media (max-width: 1023px) {
  .socialnav {
    margin-top: 25px;
  }
}
@media (max-width: 1060px) {
  .navbar.nav-v4 .header-logo .header-logo-text {
    font-size: 20px;
  }
}
@media (max-width: 960px) {
  .navbar.nav-v4 .nav>li>a {
    padding: 10px 5px;
    font-size: 15px;
  }
}
@media (max-width: 810px) {
  .navbar.nav-v4 .header-logo {
    max-width: 160px;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar.nav-v4 .nav>li>a {
    padding: 12px 15px;
    font-size: 20px;
  }
  .socialnav {
    margin-top: -40px;
  }
}
@media (max-width: 400px) {
  .navbar.nav-v4 .header-logo {
    max-width: 135px;
  }
  .navbar.nav-v4 .header-logo .header-logo-text {
    font-size: 14px;
  }
  .navbar.nav-v4 .navbar-toggle {
    margin-right: 10px;
  }
  .navbar.nav-v4 .socialnav {
    margin-right: 52px;
  }
  .navbar.nav-v4 .social-icon {
    font-size: 26px;
    line-height: 31px;
  }
}

/* Navigation V5 */
.navbar.nav-v5 {
  min-height: 75px;
  background-color: transparent;
}

.navbar.nav-v5 .socialnav.desktop-social {
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}
.navbar.nav-v5 .socialnav.mobile-social {
  display: none;
}
.navbar.nav-v5 .nav-tabs-holder {
  float: right;
  margin-top: 30px;
  padding: 10px 0;
}
.navbar.nav-v5 .navbar-nav {
  margin-top: 0 !important;
  margin-bottom: 0;
}
.navbar.nav-v5 .nav>li>a {
  padding: 10px 15px;
}
.navbar.nav-v5 .socialnav {
  padding-left: 20px;
}
.navbar.nav-v5 .header-logo {
  display: block;
  max-width: 220px;
  padding-top: 0;
  padding-left: 30px;
  height: 110px;
}
.navbar.nav-v5 .header-logo img{
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.navbar.nav-v5 .socialnav a {
    padding-right: 5px;
}

@media (max-width: 1400px) {
  .navbar.nav-v5 .nav>li {
    padding: 0px 10px;
  }
}
@media (max-width: 1220px) {
  .navbar.nav-v5 .nav>li>a {
    padding: 10px 10px;
  }
}
@media (max-width: 960px) {
  .navbar.nav-v5 .nav>li>a {
    padding: 10px 5px;
    font-size: 15px;
  }
  .navbar.nav-v5 .header-logo {
    max-width: 180px;
    padding-left: 20px;
    height: 95px;
  }
}
@media (max-width: 820px) {
  .navbar.nav-v5 .nav-tabs-holder {
    margin-top: 20px;
  }
  .navbar.nav-v5 .header-logo {
    max-width: 150px;
    height: 80px;
  }
}
@media (max-width: 767px) {
  .navbar.nav-v5 {
    min-height: 55px;
  }
  .navbar.nav-v5 .socialnav.desktop-social {
    display: none;
  }
  .navbar.nav-v5 .socialnav.mobile-social {
    display: block;
  }
  .navbar.nav-v5 .nav-tabs-holder {
    float: none;
  }
  .navbar.nav-v5 .nav>li>a {
    padding: 12px 15px;
    font-size: 20px;
  }
  .navbar.nav-v5 .header-logo {
    display: block;
    max-width: 90px;
    height: 55px;
    padding-top: 0;
    padding-left: 0;
    left: 10px;
  }
}
@media (max-width: 400px) {
  .navbar.nav-v5 .navbar-toggle {
    margin-right: 10px;
  }
  .navbar.nav-v5 .socialnav {
    margin-right: 52px;
  }
  .navbar.nav-v5 .social-icon {
    font-size: 26px;
    line-height: 31px;
  }
}

/* PRESS page */
.drink-menu.press-background .tabs-container {
    text-shadow: none;
}
.press-background .section-header {
  margin-bottom: 30px;
  color: #000;
}
.press-holder {
  margin: 0 20px;
  text-align: center;
  color: gray;
}
.press-holder .press-item {
  padding: 30px;
  border: 2px dotted #000;
  margin: 30px 0;
}
.press-holder h4 {
  font-size: 2em;
  margin: 20px 0 30px 0;
  color: #000;
}
.press-holder a {
  display: block;
  color: #000;
}
.press-holder a:hover {
  text-decoration: none;
  color: #000;
}
.press-holder a img {
  max-height: 90px;
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
    -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.press-holder a img:hover  {
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.press-holder img {
  margin: 0 auto;
  margin-bottom: 30px;
}
.press-holder img.press-img {
  margin: 15px auto;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.press-autor {
  font-style: italic;
}
