/* Include Font */
@font-face {
	font-family: 'AvenirMedium';
	src: url('fonts/AvenirNextLTPro-Medium.eot');src: url('fonts/AvenirNextLTPro-Medium.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNextLTPro-Medium.woff') format('woff'),url('fonts/AvenirNextLTPro-Medium.ttf') format('truetype');}
	
@font-face {
	font-family: 'AvenirRegular';
	src: url('fonts/AvenirNext-Regular_gdi.eot');src: url('fonts/AvenirNext-Regular_gdi.eot?#iefix') format('embedded-opentype'),url('fonts/AvenirNext-Regular_gdi.woff') format('woff'),url('fonts/AvenirNext-Regular_gdi.ttf') format('truetype');}

@font-face {
	font-family: 'CubanoRegular';
	src: url('fonts/Cubano-Regular.eot');src: url('fonts/Cubano-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/Cubano-Regular.woff') format('woff'),url('fonts/Cubano-Regular.ttf') format('truetype');}
@font-face {
	font-family: 'DinRegular';
	src: url('fonts/dinregular-webfont.eot');src: url('fonts/dinregular-webfont.eot?#iefix') format('embedded-opentype'),url('fonts/dinregular-webfont.woff') format('woff'),url('fonts/dinregular-webfont.ttf') format('truetype');}


/* CSS Document */
body {
    color: #000;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: url(images/texture.jpg);
    font-family: 'DinRegular';
}
a {
    color: #000;
}
a, a:hover, input[type=submit], input[type=submit]:hover {
    transition: all 0.3s ease;
}
.btn {
    padding: 7px 20px ;
    display: inline-block;
    *display: inline;
    zoom: 1;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff !important;
    letter-spacing: 0.1em;
    font-size: 1.2em !important;
}
.btn:hover {
}
.wrapper {
    max-width: 1170px;
    width: 80%;
    z-index: 99;
    margin: 0 auto;
}
.animated {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.center{
	margin: 0 auto;
	width: 75%;
	max-width: 1200px;
}

/*          AZUL PAGE      ****************************************/
header{
	position: relative;
	height: auto;
	z-index: 99;
}
header .azul_header{
	position: relative;
	width: 100%;
	top: 0;
	height: 60px;
	background-color: #0fa0be;
}
.azul_header .spacer{
	float: left;
    margin: 0px 0 10px 0;
    width: 220px;
    height: 99px;
   }
.azul_header .azul_logo{
	position:fixed;
    background: url(images/Logo-azul.svg) no-repeat center center white;
    background-size: 76%;
    margin: 0px 0 0 0;
    top: 0;
    z-index: 99;
    margin-top: 0px !important;
    width: 148px;
    height: 194px;
    cursor: pointer;
	transition: all .2s ease-in-out;
}

.azul_header .azul_logo:hover{
	width: 148px;
	transform: scale(1.05); 
}

.azul_header .azul_social{
	float: right;
	margin: 15px 0 0 0;
}
.azul_header .azul_social p{
	float: left;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	margin: 5px 15px 0 0;
	letter-spacing: 1px;
}
.azul_header .azul_social a{
	float: left;
	width: 25px;
	height: 25px;
	margin: 0 0 0 10px;
}
.azul_header .azul_social a.facebook{ background: url(images/social.png) 0 0;}
.azul_header .azul_social a.twitter{ background: url(images/social.png) -68px 0;}
.azul_header .azul_social a.instagram{ background: url(images/social.png) -35px 0;}
.azul_header .azul_social a.google{ background: url(images/social.png) -100px 0;}
.azul_header .gohotel{
	float: right;
	font-family: 'DinRegular';
	text-transform: uppercase;
	margin: -30px 0 0 0;
	clear: both;
}

.azul_events .hours .single_event a:hover{
	opacity: 0.7;
}

.gohotel #primary-nav ul li {
  		display: inline-block;
  		margin-left: 20px;
}
.gohotel #primary-nav ul li a {
	  font-size: 11px;
	  color: #db268b;
	  letter-spacing: 0px;
	  padding: 0 0px 0 0;
	  display: inline-block;
	  position: relative;
}
.gohotel #primary-nav ul li a:hover {
	  color: #0fa0be;
}	  


.gohotel #primary-nav ul li a.active {
	  color: #db268b;
}


.gohotel #primary-nav ul li a.active:after {
	 content: "";
	 position: absolute;
	 display: block;
	 width: 100%;
	 height: 4px;
	 background-color: #db268b;
	 top:25px;
	 left: 0;
}		  


.azul_banner{
	position: relative;
	width: 100%;
	float: left;
	margin: -50px 0 0 0;
    background-color: #fff;
    padding: 55px 0 0 0;
    text-align: center;
}
.azul_banner img{
	width: 90%;
	max-width: 1400px;
	margin: 0 5%;
	z-index: 99;
}
.azul_welcome{
	position: relative;
	width: 100%;
	float: left;
	padding: 0 0 70px 0;
}
.azul_welcome .bg-logo{
	position: absolute;
    background: url(images/Logo-azul.svg) no-repeat center -3%;
    opacity: 0.4;
    background-size: 259px;
    width: 50%;
    height: 50%;
    right: 0;
    bottom: 0;
}
.azul_welcome h2{
	font-family: 'CubanoRegular';
	font-size: 58px;
	text-align: center;
	color: #3c3b3b;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 90px 0 0 0;
}
.azul_welcome p{
	text-align: left;
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #2f2f2f;
    width: 99%;
    margin: 50px auto;
}
.azul_welcome p strong{
	font-size: 25px;
}
.azul_welcome .hours{
	margin: 0 auto 30px auto;
	overflow: hidden;
	position: relative;
	width: 70%;
}
.azul_welcome .hours .item:first-child, .azul_events .hours .item:nth-child(2){
	float: left;
	width: 30%;
}
.azul_welcome .hours .item:last-child {
	border-left: 2px solid #ccc;
	padding-left: 3%;
}
/* .azul_welcome .hours .containerItems {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
} */

.containerItems div:first-child {
	padding: 0.8em 0 1.5em 0;
}

.azul_welcome .hours .item img {
	width: 70%;
}
.azul_welcome .hours .item:first-child img, .azul_events .hours .item:first-child img{ width: 65%}
.azul_welcome .hours .item:last-child, .azul_events .hours .item:last-child{
	float: right;
	width: 65%;
}
.azul_welcome .hours .item:last-child p{
	color: #999;
	font-size: 14px;
	float: right;
	width: 100%;
	margin: 10px 0 15px 0;
	text-align: left
}
	
.azul_events{
	position: relative;
	float: left;
	width: 100%;
	padding: 80px 0;
	background: url(images/events.png) no-repeat 13% center;
	background-size: 30% auto !important;
	background-color: #fad247 !important;
}

.azul_menus h2{
	font-family: 'CubanoRegular';
    font-size: 48px;
    text-align: center;
    color: #3c3b3b;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 90px 0 40px 0 !important;
    text-align: center;
}

.azul-menus{
	position: relative;
}
.azul-menus .col-sm-4{
	display: inline-block;
	width: 32%;
	margin: 30px 0;
	
}

.azul-menus .bg-logo-two{
    position: absolute;
    background: url(images/Logo-azul.svg) no-repeat 50% 8%;
    opacity: 0.1;
    z-index: 0;
    background-size: 18%;
    width: 100%;
    height: 100%;
    top: 0;
}


.azul-menus .col-sm-4 p {
	text-align: left;
	margin-top: 25px;
	text-transform: uppercase;
	color: #2f2f2f;
	padding: 0 10px;
}
.azul-menus .col-sm-4 p span{
	display: block;
	font-size: 85%;
	text-transform:lowercase;
	color: #2f2f2f;
	margin-top: 10px;
	
}

.azul-menus{
	background: url(images/lines-right.png) no-repeat 110% bottom, url(images/lines-left.png) no-repeat -10% bottom, url(images/gray-texture.jpg) repeat center center;
	padding: 40px 0;
    margin: 0px 0 83px 0;
    text-align: center;
}

.azul-menus h2 {
	font-family: 'CubanoRegular' !important; 
	font-size: 48px;
	margin: 0px 0 50px 0 !important
}

.azul-menus h3 {
	font-family: 'CubanoRegular' !important; 
	font-size: 28px;
	margin: 0 !important;
	color: red;
}


.azul-menus .menu-set{
	width: 80%;
	margin: 0 auto;
	margin-bottom: 40px;
}

.azul_events h2{
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-family: 'CubanoRegular';
	letter-spacing: 1px;
}
.azul_events .hours{
	float: right;
	width: 40%;
	margin: 40px 20% 40px 0;
}
.azul_events .hours .disclaimer{
	font: 15px 'CubanoRegular';
	color: #897327;
}
.azul_events .hours .single_event{
	font: 20px 'CubanoRegular';
	color: #897327;
}
.azul_events .hours .single_event a:hover{
	opacity: 0.7;
}

.azul_events .hours .single_event span{
	font-size: 30px;
}
/*.azul_events .hours .single_event a{
	display: block;
	position: relative;
	height: 50px;
	margin-top: 20px;
}*/
.azul_events .hours .single_event a img{
	transform: rotate(-3deg);
	position: absolute;
}
.azul_events .hours .item:first-child{ border: none;}
.azul_events .hours .item:first-child img{ width: 90%} 
.azul_events .hours .item:last-child{ width: 65%}
.azul_events .hours .item:last-child p{
	color: #897327;
	text-transform: uppercase;
	font-size: 14px;
	float: right;
	width: 100%;
	margin: 0px 0 35px 0;
	text-align: left;
}
.azul_gallery{
	float: left;
	width: 100%;
	position: relative;
	padding: 60px 0;
}
.azul_gallery .block{
	margin: 0 auto;
	width: 80%;
	position: relative;
}
.azul_gallery  .bx-controls{     position: absolute; top: 35%; width: 110%; left: -5%;}
.azul_gallery .bx-controls .bx-default-pager{ display: none; overflow: hidden;} 
.azul_gallery  .bx-prev{ background: url(images/prev_arrow.png) no-repeat; left: 0; width: 30px; height: 60px; position: absolute; font-size: 0px;}
.azul_gallery  .bx-next{ background: url(images/next_arrow.png) no-repeat; right: 0; width: 30px; height: 60px; position: absolute; font-size: 0px}
.azul_gallery .block .images{
	float: left;
	width: 100%;
}
.azul_gallery .block .images .image{
	display: inline-block;
}
.azul_gallery .block .images a{
	height: 300px;
	position: relative;
}
.azul_gallery .block .images a span{
	position: absolute;
	right: 5px;
	bottom: 5px;
	width: 40px;
	height: 40px;
	background: url(images/expand.svg) no-repeat center center;
	background-size: 25px auto;
}
.azul_gallery .slick-arrow{
	position: absolute;
	top: 50%;
	font-size: 0;
	border: none;
	width: 40px;
	height: 70px;
	margin-top: -35px;
}
.azul_gallery .slick-prev{
	left: -5%;
	background: url(images/prev_arrow.png) no-repeat;
} 
.azul_gallery .slick-next{
	right: -5%;
	background: url(images/next_arrow.png) no-repeat;
} 
.azul_drinks{
	position: relative;
	width: 100%;
	float: left;
}
.azul_drinks h2, .azul_food h2{
	font-family: 'CubanoRegular';
	color: #3c3b3b;
	font-size: 45px;
	text-align: center;
}
.azul_drinks img{
	margin: 40px 35%;
	width: 30%;
	float: left;
}
.azul_drinks p{
	float: left;
	width: 30%;
	text-align: left;
	font-size: 13px;
	color: #2f2f2f;
	margin: 0 1%;
}
.azul_drinks p strong{
	font-family: 'AvenirMedium';
	line-height: 2.5;
	text-transform: uppercase;
}
.azul_food{
	position: relative;
	width: 100%;
	float: left;
	background: url(images/food.png) center top no-repeat;
	background-color: #e5e8e8;
	margin: 70px 0;
	background-size: 110% auto;
	text-align: center;
}
.azul_food .item{
	display: inline-block;
	width: 30%;
	text-align: center;
	margin: 20px 0 0 0;
}
.azul_food .item p{
	font-size: 14px;
	color: #2f2f2f;
	margin: 30px 0;
}
.azul_food a.menu, .azul_drinks a.menu{
	display: inline-block;
	width: 100%;
	text-align: center;
    text-transform: uppercase;
    font: 20px 'CubanoRegular';
    letter-spacing: 1px;
    color: #3c3b3b;
    margin: 30px 0;
}
.azul_instagram{
	position: relative;
	width: 100% !important;
	overflow: hidden;
	float: left;
	background-color: #fff;
	padding: 10px 0;
}
.azul_instagram .instagram_img{
	float: left;
	width: 18%;
	margin:10px 1%;
}
.azul_instagram .instagram_img img{
	width: 100%;
}
.azul_car{
	position: absolute;
	z-index: 99;
	left: 20%;
	top: -80px;
}
.azul_yelp{
	position: relative;
	width: 100%;
	background-color: #fff;
	float: left;
	padding: 70px 0;
	text-align: center;
}
.azul_yelp img{
	margin: 20px 0;
}
.azul_yelp .arrows{
	position: absolute;
	top: 45%;
	width: 100%;
}
.azul_yelp .arrows .t_prev{
	left: 25%;
	top: -30px;
	position: absolute;
	cursor: pointer;
}
.azul_yelp .arrows .t_next{
	right: 25%;
	top: -30px;
	position: absolute;
	cursor: pointer;
}
.azul_yelp .yelp_list{
	width: 50%;
	margin: 40px auto;
	overflow: hidden;
	height: 100px;
}
.azul_yelp .yelp_list .quote{
	color: #2f2f2f;
	height: 250px;
	font-size: 16px;
	width: 100% !important;
	padding: 30px 0 0 0;
}
.azul_yelp .yelp_list .quote span{
	font-style: italic;
	font-size: 13px;
	margin-top: 10px;
}
.azul_footer{
	background-color: #0fa0be;
	position: relative;
	width: 100%;
	padding: 30px 0 !important;
	float: left;
}
.azul_footer h3{
	font-family: 'DinRegular';
	font-size: 12px;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 30px 0;
}
.azul_footer .connect h3{
	float: left;
	width: 100%;
	text-align: center;
}
.azul_footer .connect{
	text-align: center;
}
.azul_footer .connect, .azul_footer .nav_tambo{
	float: left;
	width: 29%;
	margin: 0 2%;
	color: #fff;
}
.azul_footer .connect a{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin: 0 0 0 10px;
}
.azul_footer .connect a.facebook{ background: url(images/social.png) 0 0;}
.azul_footer .connect a.twitter{ background: url(images/social.png) -68px 0;}
.azul_footer .connect a.instagram{ background: url(images/social.png) -35px 0;}
.azul_footer .connect a.google{ background: url(images/social.png) -100px 0;}
.azul_footer .info{
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 25%;
	color: white;
}
.azul_footer .info:nth-child(2){
	width: 40%;
}
.azul_footer .info a{
	color: #fff !important;
}
.azul_footer .nav_tambo #third-nav{
	float: left;
	clear: both;
	margin: 0 0 20px 0;
	width: 100%;
	font-family: 'DinLight';
}
.azul_footer .nav_tambo #third-nav li{
	list-style: none;
	display: inline;
	padding: 0 15px 0 5px;
	border-right: 1px solid #fff;
}
.azul_footer .nav_tambo #third-nav li:last-child{
	padding: 0 0 0 5px;
	border: none;
}
.azul_footer .nav_tambo #third-nav li:first-child{
	padding: 0 15px 0 0;
}
.azul_footer .nav_tambo #third-nav li a{
	font-size: 13px;
	color: #fff;
	text-transform: capitalize;
}
.azul_footer .nav_tambo #third-nav li a:hover, .azul_footer .nav_tambo #third-nav li a.active{
	color: #fff;
}
.azul_footer .info p{
	font-size: 15px;
	float: left;
	clear: both;
	margin: 0 0 10px 0;
	color: #fff;
}
.azul_footer .info p a{
	color: #fff;
}
.azul_footer .info p a:hover, #sub-footer .info p a.active{
	color: #fff;
}
.azul_footer p.copyright{
	font-size: 13px;
	text-align: left;
}
.azul_footer .tambourine{
	float: right;
	margin: 60px 0 0 0;
	text-transform: uppercase;
}
.azul_footer .tambourine a{
	color: #fff;
	font-size: 10px;
	background: url(images/tambourine.png) no-repeat right center;
	width: 200px;
	float: left;
	height: 50px;
}

.azul_car:hover{
	animation-name: hatch;
	-webkit-animation-name: hatch;	

	animation-duration: 1s;	
	-webkit-animation-duration: 1s;

	animation-timing-function: ease-in-out;	
	-webkit-animation-timing-function: ease-in-out;

	transform-origin: 50% 100%;
	-ms-transform-origin: 50% 100%;
	-webkit-transform-origin: 50% 100%; 

	visibility: visible !important;		
}

@keyframes hatch {
	20% {
		transform: rotate(-1deg);
	}	
	60% {
		transform: rotate(1deg);
	}	
	80% {
		transform: rotate(-1deg);
	}		
	100% {
		transform: rotate(0deg);
	}									
}

@-webkit-keyframes hatch {

	20% {
		-webkit-transform: rotate(-1deg);
	}	
	60% {
		-webkit-transform: rotate(1deg);
	}	
	80% {
		-webkit-transform: rotate(-1deg);
	}		
	100% {
		-webkit-transform: rotate(0deg);
	}		
}


/****************  LANDING PAGE  ***********************/
.slick-prev,
.slick-next{
	display: inline-block;
    position: absolute;
    top: 55%;
    width: 31px;
    height: 69px;
    margin-top: -35px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 20;
}
.slick-prev {
	background: url('images/prev_arrow.png') no-repeat;
	left: 2%;
}
.slick-next {
	background: url('images/next_arrow.png') no-repeat;
	right: 2%;
}
body#landing-page .azul_header {
	position: absolute;
}
body#landing-page .azul_header .azul_logo {
	margin-top:0!important;
}
body#landing-page .azul_header .gohotel {
	clear: none;
	margin: 22px 20px 0 0;
}
body#landing-page .azul_header .gohotel a {
	color: #fff;
}
body#landing-page .azul_instagram{
	padding: 60px 0 80px 0;
}
body#landing-page .azul_yelp{
	padding: 30px 0;
}
body#landing-page .azul_yelp .azul_car{
	top:-120px;
}
#landing-page .header {
	width: 1500px;
	margin: 0 auto;
	padding:100px 0 0;
}
#lp-top{
	height: 500px;
	width: 100%;
	max-width: 1500px;
	background-position: center center;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	margin: 60px auto 0 auto;
	padding: 0;
}
#lp-content{
	background-color: white;
	width: 100%;
	text-align: center;
	padding: 50px 0 0 0;
}





#default #lp-content .cha-cha{
	margin: 0px 0 40px;
}


#lp-content .copy{
	padding: 0;
	margin-bottom: 0px;
}

.default-short-content{
	max-width: 800px;
	margin: auto;
}

#lp-content .default-short-content p{
	font-size: 20px;
	line-height: 32px;
	color: #6c6c6c;
	letter-spacing: : 0.015em;
}

.short-author{
	color: #6c6c6c;
	font-size: 15px;
	font-family: 'AvenirRegular';
}
.short-author:before{
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #da0785;
	content: '';
	margin-right: 15px;
	vertical-align: middle;
}

.short-author:after{
	display: inline-block;
	width: 18px;
	height: 2px;
	background: #da0785;
	content: '';
	margin-left: 15px;
	vertical-align: middle;
}

.short-author a{
	font-weight: bold;
	color: #79b8f5;
}

.cinema-short-content p{
	margin: 0 auto 25px auto;
	width: 95%;
	max-width: 720px;
	font-size: 27px !important;
}
.cinema-short-content p strong{
	text-transform: uppercase;
    letter-spacing: 3px;
}
#lp-content .full-content{
	background: url(images/lines-right.png) no-repeat 110% bottom, url(images/lines-left.png) no-repeat -10% bottom, url(images/gray-texture.jpg) repeat center center;
	padding: 40px 0;
	margin: 60px 0 0 0;
}
#lp-content .full-content article{
	display: inline-block;
	vertical-align: top;
	width: 380px;
	margin: 0 2% 0px 2%;
}
#lp-content .full-content article h2{
	font-size: 0px;
	height: 150px;
	width: 100%;
	display: inline-block;
	background-position: left bottom;
	background-repeat: no-repeat;
	margin-bottom: 50px;
}
#lp-content .full-content article p{
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.5;
}
#lp-content .full-content article ul li{
	font-size: 14px;
	text-transform: uppercase;
	text-align: left;
	line-height: 1.5;
	margin-bottom: 10px;
}

.press-list{
	max-width: 1140px;
	margin: auto;
	padding: 0 20px;
}

.press-list .row{
	margin-left: -15px;
	margin-right: -15px
}

.press-list .row:after {
  display: block;
  content: "";
  clear: both;
}

.press-list .row .col-sm-6{
	width: 50%;
	float: left;
	padding: 0 15px;
	box-sizing: border-box;
}

.press-item{
	max-width: 410px;
	margin: auto;
	text-align: left;
	color: #2f2f2f;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 25px;
}


.logo_wrapper{
	background-color: rgb(205, 205, 205);
	width: 100%;
	padding-top: 30px;
}
.logo_wrapper h4{
	text-align: center;
	font-weight: bold;
	
}


.logo-box{
	width: 60%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0px 70px;
}
.item-logo{
	padding-left: 20px;
}

.logo-box svg{
	height: 100px;
	width: 120px;
}

.logo-1 svg{
	width: 100px;
    height: 100px;
}
.logo-4 svg{
	height: 88px !important;
    width: 175px !important;
}
.item-logo:hover{
	opacity: 0.65;
}

.press-item .press-date{
	font-weight: bold;
}
.press-item a{
	color: #79b8f5;	
}

body#landing-page .gallery{
	margin: 110px 0 140px 0;
}
body#landing-page .gallery .wrapper .slide{
	margin: 0 5px;
}
body#landing-page .gallery .wrapper a{
	display: block;
	overflow: hidden;
	height: 390px;
	width:100%;
	text-align: center;
	overflow: hidden;
}
body#landing-page .gallery .wrapper a img{
	display: inline-block;
}
body#landing-page .gallery .wrapper .slick-next, body#landing-page .gallery .wrapper .slick-prev{
	position: absolute;
	top:50%;
	width: 40px;
	height: 60px;
	margin-top: -30px;
	border: none;
	font-size: 0px;
	z-index: 10;
}
body#landing-page .gallery .wrapper .slick-next{
	background: url(images/next_arrow.png) no-repeat center center;
	right: -50px;
}
body#landing-page .gallery .wrapper .slick-prev{
	background: url(images/prev_arrow.png) no-repeat center center;
	left: -50px;
}
/***
@media only screen and (max-width:1300px) {
	.azul_banner{ height: 350px;}
}
@media only screen and (max-width:1200px) {
	.azul_banner{ height: 300px;}
}
--*/


/* Ipad */
@media only screen and (max-width:1090px) {
	.azul_welcome h2{ font-size: 55px;}
	.azul_welcome p{ width: 90%;}
	.azul_welcome .hours{ width: 65%;}
	.azul_events .hours{ width: 50%; margin: 40px 10% 40px 0}
	.azul_food{ background-size: 150% auto}
}
@media only screen and (max-width:880px) {
	.azul_welcome h2{ font-size: 45px; margin-top: 50px}
	.azul_welcome p{ font-size: 24px;}
	.azul_events .hours{ width: 55%; margin: 40px 5% 40px 0;}
	.azul_food{ background-size: 155% auto}
	.azul_yelp .arrows .t_prev{ left: 10%;}
	.azul_yelp .arrows .t_next{ right: 10%;}
	.azul_yelp .yelp_list{ width: 60%}
	.azul_banner{ height: 200px;}
	.center{ width: 90%}
}
@media only screen and (max-width:769px) {
	.azul_welcome .hours{ width: 90%}
	.azul_events{ background: url(images/events.png) no-repeat 5% center; padding: 50px 0;}
	.azul_events .hours{ width: 65%; margin: 40px 2% 40px 0;}
	.azul_gallery .bx-controls{ width: 120%; margin-left: -10%;}
	.azul_food{ background-size: 195% auto; }
}
.bold-btn{
	font-size: 16px;
	font-weight: bold;
}