@import 'https://fonts.googleapis.com/css?family=Crimson+Text|Open+Sans:300,400,700';
/*@import 'webfont.css';*/
@import 'https://fonts.googleapis.com/css?family=Cardo';
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';
@import "reset.css";


*{
box-sizing: border-box;
font-size:15px;
font-family: 'Open Sans', sans-serif;

}

html{
    background: #ddd;
}

body{
background: #fff;
}


 
/*ALL BUTTONS*/
a.btn-1{
background: #cc0000 ; 
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
color: #ddd;
text-transform: none;
display: inline-block;
line-height: 30px;
margin-right: 7px;
}

a.btn-inverse{
color: #ddd;
background: #000;   
}

a.boot-btn:hover,
a.boot-btn:focus{
text-decoration:none;
color:#000;
}

/*BTN-1*/
.boot-btn-1{
display:inline-block;
width:auto;
padding: 13px 15px 13px 15px;
border-radius:3px;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-ms-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background: #270a33;
color:#ffd700 ;
}

.boot-btn-1:hover{
    color:#270a33 ;
background: #ffd700 ;

}

a.boot-btn-1:hover .btn-1 i{
color:#ff4056;
}

a.boot-btn-1 i{
margin-left:7px;
}

/*END BTN-1*/

hr{
    border-top:solid 1px #cc0000;
}

a:hover,
a:focus,
a:visited{
text-decoration: none;
}

.main{
min-height:100%;
}

a{
color:#000;  
}

li a{
color:#fff;  
}

h1,h2,h3,h4{
margin:0px;
color:#000;
font-family: 'Crimson Text', serif;
margin-bottom: 30px;
text-transform: none;
}

h1{
font-size:38px;
margin-bottom: 30px; 
}


h2{
font-size:32px; 
}

h2.aside-h2{
font-size:24px;
line-height: 30px;
color: #cc0000;
    margin-bottom: 20px;
}

h3{
font-size:32px; 
}

h4{
font-size:26px;
margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
h1{
font-size:32px;
margin-bottom: 30px;
}


h2{
font-size:28px; 
}

h3{
font-size:28px; 
}  
    
}


p{
color:#000;
line-height:30px;
margin-bottom: 25px;
}



/*ALIGNMENT*/
.text-alignment{
text-align:center; 
}

@media (max-width: 494px){
.text-alignment{
text-align:left;
}
}

/*SECTION PADDING*/
.mt30{
    margin-top:30px;
}

.mt50{
    margin-top:50px;
}


.section-padding{
padding-top: 80px;
padding-bottom: 80px;
}

@media (min-width:768px) and (max-width: 991px){
.section-padding{
padding-top: 75px;
padding-bottom: 75px;
}  
}

@media (max-width: 767px){
.section-padding{
padding-top: 50px;
padding-bottom: 50px; 
}  
}

.section-stack{
padding-top: 0px;
}

/*MENU*/

img.logo-img{
    max-height:150px;
    display: block;
    margin: 0 auto; 
}

.menu-components {
  position: fixed;
  width: 100%;
  z-index:1000; 
} 

.flex {
  min-height: 100vh;
  justify-content: center;
  padding-top: 60px;
}

@media (min-width: 992px) {
  #mobile-button {
    display: none;
  }
}

nav.mobile-nav{
  width: 100%;
}

button.close-button{
  height:30px;
  position:absolute;
  top:15px;
  right:15px;
  background: transparent;
  border:0px;
  color: #fff;
  font-size:20px;
  font-weight:normal
}

button.close-button:focus,
button.close-button:active,
button.close-button li:focus,
button.close-button li:active{
border:0px;
outline:none;
}

.mobile-nav-holder {
  width: 75%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  height: 100vh;
  display: block;
  position: absolute;
  right: 100%;
  -webkit-transition: 0.5s;
  -ms-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #000;
  overflow:auto;
}

.mobile-nav-holder .navigation {
  list-style-type: none;
  text-align: center;
  margin:0px;
  padding:0px; 
}

.mobile-nav-holder .navigation li {
  padding: 10px 15px;

}

.mobile-nav-holder .navigation li.first-li {
    margin-top: 10px; 
}

/*animation delays*/ a.mobile-link:nth-of-type(0);
{
  -webkit-animation-delay: 15s;
  -webkit-animation-duration: 10s;  
    -ms-animation-delay: 15s;
  -ms-animation-duration: 10s;  
    -moz-animation-delay: 15s;
  -moz-animation-duration: 10s;
}

.mobile-nav-holder li.mobile-link:nth-of-type(2);
{
   -webkit-animation-delay: 10s;
   -ms-animation-delay: 10s;
   -moz-animation-delay: 10s;
  color: #000;
}

.mobile-nav-holder .navigation a {
  color: #f5f5f5;
  font-size:18px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  overflow-x: hidden;
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  
}

.mobile-nav-holder .navigation a.mobile-menu-active-link{
  color: #ddd;
  border-bottom: solid 1px #fff;
 padding-bottom: 10px; 
}

.mobile-nav-holder .navigation a:before {
  content: '';
  overflow: hidden;
  width: 100%;
  position: absolute;
  left: -150%;
  bottom: 0px;
  height: 3px;
  background-color: #FF5757;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.show {
  right: 25%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@media (min-width: 768px) {
 .mobile-nav-holder {
   width:50%;
  }
  
  .show{
    right:50%;
  }
}

.mobile-logo{
    font-family: 'Crimson Text', serif;
    color: #000;
    font-size: 22px;
}

.burger-bun {
  background-color: transparent;
  border: 0px;
  outline: 0px;
  width: 35px;
  height: auto;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 9999;
  padding-top: 0px;
  padding-bottom: 0px;
padding:0px;
}

.burger-bun .burger {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
  height: 3px;
  width: 35px;
  display: block;
  background-color: #000;
  margin-bottom: 6px;

}

.burger:last-of-type {
  margin-bottom: 0;
}

.focus .burger {
  -webkit-transition: all 0.2s;
  -ms-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.focus .burger:first-of-type {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  -ms-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  -moz-transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  transform: translate3d(0px, 0px, 0px) rotateZ(-45deg) translateX(-9px) translateY(6px);
  width: 20px;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
  transform-origin: left top;
}


/*
.focus .burger:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
*/

.focus .burger:last-of-type {
  -webkit-transition-delay: 0.2s;
  -ms-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  -ms-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  -moz-transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  transform: translate3d(0px, 0px, 0px) rotateZ(45deg) translateX(-9px) translateY(-6px);
  width: 20px;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform-origin: left bottom;
}


/*body cover nav styling*/

.cover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  z-index: -10;
}

body.nav-open {
  overflow: hidden;
}

body.nav-open .cover {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.6;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  min-height: 10000px;
}


/*desktop-nav-styling*/

.menu-components #menu-2 .above-menu {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #000;
    background: #ddd;
 
}

@media (max-width:991px) {
.menu-components #menu-2 .above-menu {
background: #ddd;
border-bottom: solid 1px #fff;;
 
}
}

.menu-components #menu-2 .above-menu .phone-number {
  font-size: 32px;
  line-height: 32px;
font-family: 'Crimson Text', serif;
position:absolute;
    top:123px;
}

.menu-components #menu-2 .above-menu .social-icons li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #cc0000;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: #fff ;
}



.menu-components #menu-2 .above-menu .social-icons a {
  color: #ddd;
}

.menu-components #menu-2 .above-menu .social-icons a:hover {
  color: #fff;
  -webkit-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  /* Safari */
  transition: width 0.75s;
}



.menu-components #menu-2 .social-icons {
  float: right;
  font-size: 20px;
    position:absolute;
    top:115px;
    right:0;
}

.menu-components #menu-2 .social-icons a {
  color: #f3f3f3;
    font-size:16px; 
}

.menu-components #menu-2 .social-icons a.social-2 {
  margin-left: 7px;
}

.menu-components #menu-2 .nav-bg {
  width: 100%;
  background: #000; 
  height: 40px;
}

.menu-components #menu-2 nav.desktop-nav {
  color: #fff;
  text-align: center;
}

.menu-components #menu-2 ul.desktop-links {
  display: inline-block;
  margin-bottom: 0;
margin-left: 40px;
  /* -margin to center the logo*/ 
}

.menu-components #menu-2 nav.desktop-nav li {
  display: inline-block;
    vertical-align: middle;
}

.menu-components #menu-2 nav.desktop-nav li a {
  display: inline-block;
  text-decoration: none; 
  color: #f1f1f1;
  padding: 13px 20px;
text-transform: none;
}

@media (min-width: 992px) and (max-width:1199px){
.menu-components #menu-2 nav.desktop-nav li a {
  padding: 10px 10px;
}
}


/*logo*/

.menu-components #menu-2 nav.desktop-nav li.desktop-logo a {
  text-decoration: none; 
  padding: 0px;
margin-top: -30px;
}

@media (max-width: 991px) {
  .menu-components #menu-2 .nav-bg {
    display: none;
  }
}
/*END OF MENU*/
 




/*HERO COMPONENT*/

span.indicator-descrition{
text-transform: capitalize;
}

.hero-components .hero-7 .carousel {
  background: #3d3d3d;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}

@media (min-width: 1300px){ 
  .hero-components .hero-7 .carousel-fade .carousel-inner {
    height: 550px;
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item {
    height: 550px; 
    background-size: cover;
    background-position:top;
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-1 {
    background-image: url('/assets/images/bar-hero.png'); 
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-2 {
    background-image: url('/assets/images/stables-hero.png');
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-3 {
    background-image: url('/assets/images/about-hero.png');
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-4 {
     background-image: url('/assets/images/events-hero.png');
  }
}

@media (min-width: 992px) and (max-width:1299px){ 
  .hero-components .hero-7 .carousel-fade .carousel-inner {
    height: 550px;
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item {
    height: 550px; 
    background-size: cover;
    background-position:top;
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-1 {
    background-image: url('/assets/images/index-bar-hero-m.png'); 
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-2 {
    background-image: url('/assets/images/index-food-hero-m.png');
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-3 {
    background-image: url('/assets/images/index-friendly-hero-m.png');
  }
  .hero-components .hero-7 .carousel-fade .carousel-inner .item-4 {
    background-image: url('/assets/images/index-events-hero-m.png');
  }
}




.hero-components .hero-7 .carousel-fade .carousel-inner .item a.img-link {
  height: 100%;
  display: block;
  cursor: pointer;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .item a.img-link:hover {
  text-decoration: none;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .item a:hover {
  text-decoration: none;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .item,
.hero-components .hero-7 .carousel-fade .carousel-inner .active.left,
.hero-components .hero-7 .carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .active,
.hero-components .hero-7 .carousel-fade .carousel-inner .next.left,
.hero-components .hero-7 .carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.hero-components .hero-7 .carousel-fade .carousel-inner .next,
.hero-components .hero-7 .carousel-fade .carousel-inner .prev,
.hero-components .hero-7 .carousel-fade .carousel-inner .active.left,
.hero-components .hero-7 .carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.hero-components .hero-7 .carousel-fade .carousel-control {
  z-index: 2;
}


/*INDICATORS*/

.hero-components .hero-7 .carousel-indicators-holder {
  position: absolute;
  z-index: 15;
  width: 30%;
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
  bottom: 0px;
  height: 100%;
  left: auto;
  right: 30px;
  margin-left: 15px;
  cursor: pointer;
  padding-top: 30px;
}

@media (min-width: 1200px) {
  .hero-components .hero-7 .carousel-indicators-holder {
    width: 325px;
  }
}

.hero-components .hero-7 .carousel-indicators-holder li {
  display: block;
  width: 100%;
  background: #2a2a2a;
  border-radius: 0px;
  height: 100px;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 15px;
  line-height: 100px;
  text-transform: lowercase;
  opacity: 0.9;
  float: left;
}

@media (min-width: 992px) {
  .hero-components .hero-7 .carousel-indicators-holder li span.indicator-descrition {
    line-height: 84px;
    display: inline-block;
    vertical-align: top;
  }
}

@media (min-width: 992px) {
  .hero-components .hero-7 .carousel-indicators-holder li {
    border: solid 1px #ddd;
  }
}

.hero-components .hero-7 .carousel-indicators-holder li:before {
  border-bottom: 100px solid red;
  border-right: 100px solid transparent;
}

.hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(4) {
  margin-bottom: 0px;
}

.hero-components .hero-7 .carousel-indicators {
  background: #000;
  width: 200px;
}


/*DESCRIPTION BAND*/

.hero-components .hero-7 .description-band {
  height: 80px;
  background: #2a2a2a;
  z-index: 21;
  margin-bottom: 0px;
  line-height: 80px;
}

.hero-components .hero-7 .description-band h2 {
  color: #ffffff;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 80px;
  display: inline-block;
  margin-right: 20px;
  margin-left: 15px;
font-family: 'Crimson Text', serif;
}

.hero-components .hero-7 .description-band-text {
  color: #fff;
  display: inline-block;
  height: 80px;
  line-height: 80px;
  position: absolute;
  white-space: normal;
    font-family: 'Crimson Text', serif;
}

@media (min-width:768px) {
  .hero-components .hero-7 .description-band {
    position: absolute;
    height: auto;
    display: inline-block;
    text-align: center;
    background: transparent;
    line-height: 400%;
    left: 10%;
    top: 20%;
  }
  .hero-components .hero-7 .description-band h2 {
    position: relative;
    height: auto;
    line-height: 55px;
    margin: 0px;
    display: block;
    font-size: 55px;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out 0.25s;
    -ms-transition: opacity 2s ease-in-out 0.25s;
    -moz-transition: opacity 2s ease-in-out 0.25s;
    transition: opacity 2s ease-in-out 0.25s;
  }
    
    .hero-components .hero-7 .description-band h2 span{ 
font-family: 'Crimson Text', serif;
        font-size:55px;
  }
    
    
  .hero-components .hero-7 .item.active h2 {
    opacity: 1;
  }
  .hero-components .hero-7 span.description-band-text {
    display: inline-block;
    width: auto;
    line-height: 30px;
    height: auto;
    position: relative;
    font-size: 45px;
    opacity: 0;
    -webkit-transition: opacity 2s ease-in-out 1.25s;
    -ms-transition: opacity 2s ease-in-out 1.25s;
    -moz-transition: opacity 2s ease-in-out 1.25s;
    transition: opacity 2s ease-in-out 1.25s;
  }
  .hero-components .hero-7 .item.active span.description-band-text {
    opacity: 1;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  .hero-components .hero-7 .description-band {
    left: 10%;
    top: 35%;
  }
}

@media (max-width:991px) {
  .hero-components .hero-7 .carousel-indicators-holder {
    display: inline-block;
    height: 101px;
    top: 0px;
    width: 100%;
    right: 0px;
    padding-top: 0px;
  }
  .hero-components .hero-7 .carousel-indicators-holder li {
    width: 50%;
    display: inline-block !important;
    float: left;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    margin-bottom: 0px;
    border-right: 0px;
  }
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(3),
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(4) {
    border-top: solid 1px #4d4d4d;
  }
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(1),
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(3) {
    border-right: solid 1px #4d4d4d;
  }
  .hero-components .hero-7 .carousel-inner .item {
    padding-top: 100px;
  }
}

@media (max-width:767px) {
  section.hero-components {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .hero-components .hero-7 .mobile-padding {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hero-components .hero-7 .carousel-inner .item {
    padding-top: 200px;
  }
  .hero-components .hero-7 .carousel-indicators-holder li {
    width: 100%;
  }
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(2) {
    border-top: solid 1px #4d4d4d;
  }
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(1),
  .hero-components .hero-7 .carousel-indicators-holder li:nth-of-type(3) {
    border-right: 0px;
    color: ;
  }
  .hero-components .hero-7 .carousel-inner .item {
    padding-top: 200px;
  }
  .hero-components .hero-7 .description-band {
    height: auto;
  }
  .hero-components .hero-7 .description-band h2 {
    height: 80px;
    text-align: center;
    display: block;
    margin-left: 0px;
  }
  .hero-components .hero-7 .description-band-text {
    height: 80px;
    line-height: 30px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 10px;
    display: none;
  }
}

.hero-components .inner-border-outer {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 5px;
  position: relative;
}

.hero-components .inner-border {
  width: 100%;
  height: 100%;
  display: inline-block;
/*  border: solid 1px #fff;*/
  background: #2a2a2a; 
color: #f3f3f3; 
}

@media (max-width:991px) {
  .hero-components .inner-border-outer {
    padding: 0px;
  }
  .hero-components .inner-border {
    border: 0px;
  }
}

/*home-aside*/
@media (max-width:991px) {
.home-aside{
    margin-top: 50px;
}
}

/*BG STRIPE */
.bg-stripe{
    background:#fff;
}



/*BOXES*/

.watermark-section{
    background:#ddd;
/*    background-image: url(/assets/images/water-mark-section.png);*/
    background-repeat: no-repeat;
    background-position: top left;
}

#content-gallery-components.content-gallery-skeleton-3 {
  text-align: center;
/*  background: #b6b7ba ;*/
}

#content-gallery-components.content-gallery-skeleton-3 .item-left {
  background: url(/assets/images/home-food-small.png) no-repeat top center;
  background-size: cover;
  height: 350px;
  margin-bottom: 10px;
  color: #fff;
}

@media only screen and (min-width: 768px) {
  #content-gallery-components.content-gallery-skeleton-3 .item-left {
    margin-bottom: 0;
    height: 450px;
  }
}

#content-gallery-components.content-gallery-skeleton-3 .right-top {
  background: url(/assets/images/home-bar.jpg) no-repeat top;
  background-size: cover;
  margin-bottom: 10px;
  ;
}

#content-gallery-components.content-gallery-skeleton-3 .right-bottom {
  background: url(/assets/images/home-events-box.png) no-repeat top center;
  background-size: cover;
}

#content-gallery-components.content-gallery-skeleton-3 .items-container {
  overflow: hidden;
}

#content-gallery-components.content-gallery-skeleton-3 .items-container .item {
  width: 100%;
  display: block;
  float: left;
  position: relative;
}

@media only screen and (min-width: 768px) {
  #content-gallery-components.content-gallery-skeleton-3 .items-container .item {
    width: 49.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
  #content-gallery-components.content-gallery-skeleton-3 .items-container .item-left {
    width: 60%;
  }
  #content-gallery-components.content-gallery-skeleton-3 .items-container .item-right {
    width: 39%;
  }
}

#content-gallery-components.content-gallery-skeleton-3 .item-right {
  margin-left: 1%;
}

@media only screen and (max-width: 767px) {
  #content-gallery-components.content-gallery-skeleton-3 .item-right {
    margin-left: 0%;
  }
}

#content-gallery-components.content-gallery-skeleton-3 .item-2 {
  margin: 0;
  width: 100% !important;
  height: 350px;
}

@media only screen and (min-width: 768px) {
  #content-gallery-components.content-gallery-skeleton-3 .item-2 {
    height: 220px;
  }
}


/*HOVER*/

figure.snip1432 {
  color: #fff;
  position: relative;
  float: left;
  overflow: hidden;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-align: left;
/*  border: solid 1px #545454;*/
}

figure.snip1432 * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  transition: all 0.6s ease;
}

figure.snip1432 img {
  opacity: 0;
  width: 100%;
  vertical-align: top;
  -webkit-transition: opacity 0.35s;
  -ms-transition: opacity 0.35s;
  -moz-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.snip1432 figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.snip1432 figcaption > div {
  height: 50%;
  overflow: hidden;
  width: 100%;
  position: relative;
}

figure.snip1432 h2,
figure.snip1432 h3 {
  margin: 0;
  position: absolute;
  left: 0;
  padding: 0 30px;
}

figure.snip1432 h2 {
  top: 0;
  z-index: 100;
  color: #f3f3f3;
    z-index: 400;
}

figure.snip1432 h3 {
  font-size: 1em;
  bottom: 0;
  font-weight: regular;
  z-index: 100;
 color: #f3f3f3;
 line-height: 25px;
font-size:24px;
    z-index: 400;
}

figure.snip1432 h3:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateY(150%);
  -ms-transform: translateY(150%);
  -moz-transform: translateY(150%);
  transform: translateY(150%);
}

figure.snip1432 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  opacity: 0.1;
}

figure.snip1432:hover a,
figure.snip1432.hover a {
  opacity: 0.8;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
    cursor:pointer;
    z-index: 200;

}

figure.snip1432:hover figcaption h3:first-of-type,
figure.snip1432.hover figcaption h3:first-of-type {
  -webkit-transform: translateY(150%);
  transform: translateY(150%);
  opacity: 0;
}

figure.snip1432:hover figcaption h3:nth-of-type(2),
figure.snip1432.hover figcaption h3:nth-of-type(2) {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}


.inner-border-outer {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 5px;
  position: relative;
  z-index: 101;
}

.inner-border {
  width: 100%;
  height: 100%;
  display: inline-block;
/*  border: solid 1px #b6b7ba ;*/
}

/*END BOXES*/




/*INDEX CTA*/

#call-to-action-components.call-to-action-1 {
  width: 100%;
  padding: 75px 0;
  color: #fff;
/*
  background: url('/assets/images/cta-bg-2.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
*/
    
}

#call-to-action-components.call-to-action-1 h2,  
#call-to-action-components.call-to-action-1 a {
  
}

#call-to-action-components.call-to-action-1 h2{
    text-transform: none;
    font-weight:400;
    font-size:36px;
    color: #fff;
}

@media (max-width: 767px) {
#call-to-action-components.call-to-action-1 h2{
    font-size:28px;
}
}

#call-to-action-components.call-to-action-1 h2 {
  -webkit-animation-duration: 1.5s;
  -ms-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@media (min-width: 768px) {
  #call-to-action-components.call-to-action-1 {
    padding: 175px 0;
  }
}

#call-to-action-components.call-to-action-1 p {
  margin-bottom: 35px;
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
    animation-delay: 1s;
}

#call-to-action-components.call-to-action-1 a {
  -webkit-animation-delay: 1s;
  -ms-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

#call-to-action-components.call-to-action-1 a:hover {
  color: #fff; 
}


/*HOURS*/
.hours-section{
    background: #ddd; 
}


.hours-section h2{
font-size:24px;
line-height: 26px;
color: #cc0000; 
} 

@media (min-width: 550px) and (max-width:767px){
.hours-center{
    display: inline-block;
    margin-left:50%;
    -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}    
}

.highlight{
    font-weight:700;
    display: inline-block;
    margin-right: 10px;
    width: 160px;
}

.highlight-contact{
    font-weight:700;
    display: inline-block;
    margin-right: 10px;
    width: 100px;
}

.push-right{
    display: inline-block;
    margin-left: 127px;
}


/*FOOTER*/



#footer-components.footer-4 {
  background: #fff;
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

@media (max-width: 767px) {
#footer-components.footer-4 {
  padding-bottom: 100px;
}    
}

#footer-components.footer-4 p{
    color: #000;
}

#footer-components.footer-4 h2 {
  color: #000;
  font-size: 22px;
}

#footer-components.footer-4 img.footer-image {
  margin-bottom: 30px;
  margin-top: 20px;
}

#footer-components.footer-4 span.address {
  display: block;
  color: #000;
    margin-top: 30px;
}

@media (max-width: 991px) {
  #footer-components.footer-4 span.address {
    line-height: 25px;
  }
}

#footer-components.footer-4 .contact-numbers {
  margin-top: 30px;
  color: #000;
}

#footer-components.footer-4 span.divider {
  height: 15px;
  width: 2px;
  background: #000;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: -2px;
}

@media (max-width: 767px) {
  #footer-components.footer-4 span.number-2 {
    margin-top: 10px;
    display: inline-block;
  }
}

#footer-components.footer-4 .social-icons {
  margin-top: 30px;
}

#footer-components.footer-4 .social-icons li { 
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #ddd;
  margin-left: 5px;
  margin-right: 5px;
}

#footer-components.footer-4 .social-icons a {
  color: #2a2a2a;
}

#footer-components.footer-4 .social-icons a:hover {
  color: #fff;
  -webkit-transition: width 0.75s;
  -ms-transition: width 0.75s;
  -moz-transition: width 0.75s;
  /* Safari */
  transition: width 0.75s;
}


/*MAP AREA*/

.map-area{
padding: 5px;  
background: #ffd700 ;
}

.map-area iframe{
height: 325px;
}

@media (min-width:768px) and (max-width: 991px){
.map-area iframe{
height: 275px;
}
}

@media (max-width:767px){
.map-area iframe{
height: 225px;
}
}


/*PAGES*/

/*ALL PAGES*/

.main{
padding-top:220px;  
}

@media (max-width: 991px){
.main{
padding-top:52px;   
}
}

img.hero-img{
    width: 100%;
}


section#hero-6{
  position: relative;
  width: 100% !important;
  height:400px;    
  overflow: hidden;
  text-align: center;
}


 #hero-6 h1{ 
    font-size:42px;
     color: #fff;
  }
  
 #hero-6 h2{ 
    font-size:36px;
     color: #fff;
  }
  
article.hero-title-info{
   position:absolute;
   z-index:4;
   width:100%;
   position: relative;
   top: 50%;
  color: #000;
   -webkit-transform: translateY(-50%);
   -ms-transform: translateY(-50%);
   -moz-transform: translateY(-50%);
   transform: translateY(-50%);
  }



#hero-6 .bg{
  position:absolute;
  top:0;
  left:0;
  width: 100%; 
  height: 400px; 
  background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/632538/drinking-water-1429216_1920.jpg) 50% 0 no-repeat fixed;
  background-position: center top;
  background-size: cover;
}


/*INDEX*/
/*
#index #call-to-action-components.call-to-action-1 {
  background: url('/assets/images/cta-bg-2.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
}
*/

 

/*STABLES*/
#stables #hero-6 .bg{
  position:absolute;
  top:0;
  left:0; 
  width: 100%; 
  height: 400px; 
  background: url(/assets/images/hero-food.png) 50% 0 no-repeat fixed;
  background-position: center top;
  background-size: cover;

}





@media (min-width:1200px) {
section#hero-6,
section#hero-6 .bg{
  height:450px;    
}  
}

/*ASIDE*/

iframe.aside-map{
    width: 100%;
    margin-bottom: 30px; 
    
}
.aside-btn-1{
    margin-right: 10px;
}

/*animation*/
.fade1{
  -webkit-animation-delay:0.5s !important;
  -webkit-animation-duration:2s !important;  
    -ms-animation-delay:0.5s !important;
  -ms-animation-duration:2s !important; 
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
    animation-duration:2s !important;
    animation-delay:1.5s !important;
}

.fade2{
  -webkit-animation-delay:.5s !important;
  -webkit-animation-duration:2s !important;
     -ms-animation-delay:.5s !important;
  -ms-animation-duration:2s !important;
     -moz-animation-delay:.5s !important;
  -moz-animation-duration:2s !important;
   animation-duration:2s !important;
   animation-delay:.5s !important;
}



.fade3{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2.5s !important;
      -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2.5s !important;
      -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2.5s !important;
     animation-duration:2.5s !important;
    animation-delay:1.5s !important;
}

.fade4{
  -webkit-animation-delay:1.5s !important;
  -webkit-animation-duration:2s !important;
    -ms-animation-delay:1.5s !important;
  -ms-animation-duration:2s !important;
    -moz-animation-delay:1.5s !important;
  -moz-animation-duration:2s !important;
   animation-delay:1.5s !important;
 animation-duration:2s !important;
}

@media (max-width:767px) {
.fade2,
.fade3,
.fade4{
  -webkit-animation-delay:.0s !important;
  -webkit-animation-duration:0s !important;
    -ms-animation-delay:.0s !important;
  -ms-animation-duration:0s !important;
    -moz-animation-delay:.0s !important;
  -moz-animation-duration:0s !important;
   animation-delay:.0s !important;
  animation-duration:0s !important;
}
 
}


/*B AND B PAGE*/
@media (min-width:992px) and (max-width:1199px) {
.room-btn-1,.room-btn-2, .room-btn-3{
  width:100%;
    text-align: center;
} 

.room-btn-1, .room-btn-2{
    margin-bottom: 5px;
}
}

span.strap{
    display: block;
    font-size:11px;
    margin-top: 10px;
}


/*text-row-2*/
section.text-row-2{
    background: #000;
    color: #ddd;
}

section.text-row p{
    color: #ddd;
    margin-bottom: 0px;
} 
 
section.text-row h2{
    color: #cc0000 ;
    font-size:38px; 
}

@media (max-width:767px) {
section.text-row h2{
    font-size:28px; 
}    
}



/*GALLERY CAROUSEL*/

.carousel-btn{
    margin-top: 60px; 
}
.images-carousel.carousel-fade .carousel-inner .item {
  -webkit-transition-property: opacity;
  -ms-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
}
.images-carousel.carousel-fade .carousel-inner .item,
.images-carousel.carousel-fade .carousel-inner .active.left,
.images-carousel.carousel-fade .carousel-inner .active.right {
  opacity: 0;
  -webkit-animation-duration:2s;
  -ms-animation-duration:2s;
  -moz-animation-duration:2s;
}
.images-carousel.carousel-fade .carousel-inner .active,
.images-carousel.carousel-fade .carousel-inner .next.left,
.images-carousel.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.images-carousel.carousel-fade .carousel-inner .next,
.images-carousel.carousel-fade .carousel-inner .prev,
.images-carousel.carousel-fade .carousel-inner .active.left,
.images-carousel.carousel-fade .carousel-inner .active.right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}


.images-carousel .carousel-control {
z-index: 2;
height: 50px !important;
width: 50px !important;
background: #000 !important;
line-height:50px;
top:50%;
opacity:1;
}


.images-carousel .carousel-indicators{
    
    position:absolute;
    bottom:-40px;
}

.images-carousel .carousel-indicators li{
border: 1px solid #000;
}


.images-carousel .carousel-indicators .active{
background: #000;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
  height: 100%;
}

.images-carousel .carousel-inner .item img{
  width: 100%;
}



.outline-header{
    text-shadow:
    -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
} 


/*INDEX PAGE*/
.call-active {
background: rgb(0,0,0);
background: rgba(0,0,0, 0.8);
position: fixed;
bottom: 0px;
z-index: 100;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.call-active .btn{
width:49%;
opacity: 1;
margin-top:0px;
color: #000  ;
background: rgb(255,255,255);
border-radius:0px;
}

.call-active .btn-l{
float:left;
}

.call-active .btn-r{
float:right;
}

#index #map{
    margin-top: 30px; 
    bottom: 30px;
}

.buffer{
    height: 1px;
} 

h2.map-h2{
    margin-bottom: 30px;
}

.bb-teaser-box{ 
   height:350px;
   margin-top: 30px;
   background: url(/assets/images/bb-teaser.png) no-repeat top center;
  background-size: cover;
}   

@media (min-width:768px) {
 .bb-teaser-box{ 
   height:220px;
     margin-top: 10px;
}   
}

a.bb-btn{
    margin-top: 30px;
}


/*ABOUT PAGE*/

.fade-1{
    width: 100%;
    height: 30px;
   background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
    position:absolute;
    bottom:0;
}


.fade-1{
    width: 100%;
    height: 30px;
   background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
    position:absolute;
    bottom:0;
}

.fade-2{
    width: 100%;
    height: 30px;
   background: -webkit-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0), rgba(0,0,0,1)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to top, rgba(0,0,0,0), rgba(0,0,0,1)); /* Standard syntax (must be last) */
    position:absolute;
    top:0;
}

@media (max-width:991px) {
.fade-1,
.fade-2{
    height: 10px;
}
    
}



section.text-row{
    position:relative;
}

/*text-row-2*/
section.text-row-2{
/*background: url(/assets/images/about-bg-stables.png) center center no-repeat #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 200px;
}

 

/*text-row-2*/
section.text-row-3{
/*background: url(/assets/images/about-bg-bar.png) center center no-repeat #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 200px;
    border-top: solid 2px #4d4d4d;
    border-bottom: solid 2px #4d4d4d;
}



section.text-row-4{
/*background: url(/assets/images/about-bg-garden.png) center center no-repeat #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    padding-bottom: 200px;
    padding-top: 200px;
}

@media (max-width:991px) {
section.text-row-2,
section.text-row-3,
section.text-row-4{
    padding-top: 100px;
    padding-bottom: 100px;
}
    
}

@media (max-width:768px) {
section.text-row-2,
section.text-row-3,
section.text-row-4{
    padding-top: 60px;
    padding-bottom: 60px;
}
    
}

.text-bg-holder{
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.8);
    padding:30px;
    margin-bottom: 30px;
}

/*STABLES PAGE*/
#stables section.text-row-2{
/*
background: url(/assets/images/stables-bg-2.png) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
*/
}

#stables #call-to-action-components.call-to-action-1 {
/*
  background: url('/assets/images/cta-bar.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
*/
}



/*BAR PAGE*/

#bar section.text-row-2{
/*
background: url(/assets/images/about-bg-bar.png) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
*/

}


#bar #call-to-action-components.call-to-action-1 {
/*
  background: url('/assets/images/bar-cta.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
*/
}



/*MENUS PAGE*/
#menus section.text-row-2{
/*
background: url(/assets/images/stables-bg-2.png) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
*/
}

#menus #call-to-action-components.call-to-action-1 {
/*
  background: url('/assets/images/cta-bar.png') center center no-repeat #000;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;    
*/
}

a.menu-btn{
    display: block;
    margin-bottom: 10px;
    text-align: center;
}

/*events PAGE*/

.bg-events{
    background: #ddd;
}

#events section.text-row-2{
background: url(/assets/images/about-bg-bar.png) center center no-repeat #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}


.event-img-desc{
    display: block;
    margin-top: 15px;
    
}


/*TIM.LY CSS*/

/*main event wrap*/
.ai1ec-event-wrap{
    padding-bottom: 10px !important;
    height:auto !important;
    opacity: 1 !important;
    background: #2a2a2a !important;
}

.ai1ec-event-title a{
    color: #f1f1f1 !important;
    font-size:22px !important;
    text-transform: capitalize !important;
    font-weight:normal !important;
    font-family: 'Crimson Text', serif !important;
}


.ai1ec-posterboard-image-container{
    height: auto !important;
}

.ai1ec-event-avatar{
    padding: 0px !important;
    background: #B1B1B1 !important;
    box-shadow:none !important;
}

.ai1ec-posterboard-view footer{
    display: none !important;
}


.ai1ec-allday-badge{
    border-radius:0px !important;
}


.ai1ec-date-block-wrap{
    background: #ddd !important;
    opacity:1 !important;
}

.ai1ec-date-block-wrap a{
    color: #000 !important;
    text-shadow: none !important;
    
}

.ai1ec-date{
    border-radius: 0px !important;
}

.ai1ec-day{
    font-weight: normal !important;
}

span.ai1ec-event-location{
    font-size:18px !important;
    text-transform: capitalize !important;
    display: block !important;
}

.ai1ec-event-time{
    display: none !important;
}

.ai1ec-event-title{
    color: #ddd !important;
}

.ai1ec-event-description {
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    font-size:15px !important;
    margin-top: 0px !important;
}

.ai1ec-views-dropdown{
    display: none !important;
}

.ai1ec-calendar-toolbar{
    display: inline-block !important;
    background:transparent !important;
    border: 0px !important;
}



.ai1ec-title-buttons.ai1ec-btn-toolbar {
    display: inline-block !important;
}


.ai1ec-posterboard-view{
    margin-top: 15px !important;
}

.ai1ec-posterboard-view .ai1ec-event-title{
    font-weight: normal !important;
}

.timely .ai1ec-nav-pills > li.ai1ec-active > a, .timely .ai1ec-nav-pills > li.ai1ec-active > a:hover, .timely .ai1ec-nav-pills > li.ai1ec-active > a:focus {
    color: #ff0000 !important;
    background-color: transparent !important; 
}

/*MAIN EVENTS PAGE*/

.ai1ec-modal-content{
    padding-bottom: 15px !important;
    padding-top: 15px !important;
}

 .single-ai1ec_event #timely-details .panel,
.single-ai1ec_event #timely-description .panel{
    border-radius: 0px !important;
}

.ai1ec-modal-content #timely-description .panel{
    margin-top: 15px !important;
}
.ai1ec-modal-content #timely-details{
 padding-left: 0px !important;   
}


/*CONTACT PAGE*/

a.contact-social:hover{
    color: #fff;
}

p.form-holder{
    margin-top: 50px;
}

.form-all{
    margin-left:0px !important;
    
}

.form-all label.form-label{
font-family: 'Crimson Text', serif !important; 
    
}


.supernova .form-all,
.form-all {
   border: 1px solid #2a2a2a !important; 
}


.form-submit-button{ 
border:solid 1px #2a2a2a !important;
} 
 
.form-mutiple-column{
    margin-top: 15px !important;
}

@media (max-width:767px) {
    
    
    
 .form-multiple-column .form-radio-item{
   width:100px !important; 
}   
}

/*map section*/
.map {
  
}

.map-pan{
 box-shadow: none;  
}

.map-pan {
  padding-bottom: 30%;
}

.map-16to9 {
  padding-bottom: 56.25%;
    box-shadow:none;
}


.social-icons li {
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: #2a2a2a;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    color: #fff;
}




/*EMAIL SIGN UP FORM*/
/* MailChimp Form Embed Code - Slim - 12/15/2015 v10.7 */
#mc_embed_signup form {
display:block;
position:relative;
text-align:left;
background: #ddd;
padding: 15px !important;
margin-bottom: 30px !important;
border:solid 1px #000;
}
#mc_embed_signup h2 {font-weight:bold; padding:0; margin:15px 0; font-size:1.4em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none;}
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button 
{
padding-left: 15px;
padding-right: 15px;
padding-top: 7px;
padding-bottom: 7px;
color: #ddd;
text-transform: none;
display: inline-block;
line-height: 30px;
margin-right: 7px;
color: #ddd;
background: #000;
border:0px;
}

#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 11px;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:block; font-size:16px; padding-bottom:10px; font-weight:bold;}

#mc_embed_signup input.email
{
font-family: 'Open Sans', sans-serif !important;
font-size: 15px;
display:block;
padding:0 0.4em;
min-height:32px;width:58%;
min-width:130px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
width: 100% !important;
margin-bottom:10px;
}



#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}




/*MENU PROMO SECTION*/
.menu-promo{
    background: #ddd;
}

img.menu-promo-img{
    padding: 5px;
    background: #fff;
}








