/*
Template Name: Gula
Author: Ingrid Kuhn
Author URI: themeforest/user/ingridk
Version: 1.0
Last change: 22th February 2017

	Table of Contents

	#General and Typography
	#Preloader
	#Navigation
	#Logo
	#Main Slider
	#Video Header
	#Accordion
	#Feature section
	#Call to action
	#Offer of the week
	#Reviews section
    #Contact
	#Timeline
	#Price table
	#Staff
	#Gallery Masonry
	#Gallery Polaroid
	#Menu1
	#Menu2
	#Blog pages
	#Reservation
	#Footer
	#Miscellaneous
	#Media Queries

===========================
  General and Typography
============================ */ 
 
html {
	width: 100%;
	height: 100%;
 }
 
body {
	width: 100%;
	height: 100%;
	font-family: 'Lato',sans-serif;
	}
 
p,ul {
	font-size: 16px;
	line-height: 30px;
	color: #696767;
 }
 
img {transition: all .2s ease-in-out;}
 
/* Headings */

h1 {
	font-size: 2.899em;
	margin-bottom: 10px;
	font-family: 'Coustard',serif;
	margin-top: 0px;
	color: #58B447;
	letter-spacing: 1px;
 }
 
h2 {
	font-size: 3.4em;
	font-family: 'Coustard',serif;
	color: #59420C;
	margin-top: 20px;
	font-weight: 900;
 }
 
h3 {
	font-family: 'Coustard',serif;
	color: #333;
	font-weight: 900;
	font-size: 1.299em;
	margin-bottom: 20px;
	margin-top: 0px;
	letter-spacing: 0.2px;
	position: relative;
 }
 
h4 {
	font-family: 'Coustard',serif;
	font-size: 2.200em;
	margin-bottom: 10px;
	font-weight: 400;
	letter-spacing: 0.2px;
	color: #58B447;
 }
 
h5 {
	font-size: 1.614em;
	margin: 0;
	font-family: 'Coustard',serif;
	color: #58B447;
	font-weight: 900;
	margin-bottom: 20px;
	letter-spacing: 0.6px;
	text-transform: uppercase;
 }
 
h6 {
	font-size: 1.114em;
	line-height: 1.214em;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-family: 'Coustard',serif;
	font-weight: 800;
	letter-spacing: 0.4px;
 }
 
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
	text-transform: none;
	font-family: 'Lato',sans-serif;
	font-weight: 800;
 }
 
/* Links */

a {transition: color .2s ease-in-out;}
 
a:hover,
a:focus {text-decoration: none;}
 
/* Others */

.subtitle {
	font-weight: 500;
	font-size: 20px;
	letter-spacing: 0.3px;
 }
 
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p {color: #fff !important;}
 
i {transition: all .2s ease-in-out;}
 
.small-heading {
	font-size: 1.100em;
	margin-bottom: 10px;
	font-family: 'Coustard',sans-serif;
	font-weight: 400;
	letter-spacing: 0.2px;
	padding-bottom: 15px;
 }

 
/*===========================
  Preloader
============================ */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
}

.spinner {
  position: relative;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 46%;
  animation: rotate 2.0s infinite linear;
}

.spinner > div {
  width: 18px;
  height: 18px;
  border-radius: 100%;
  display: inline-block;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  animation-fill-mode: both;
}

.spinner .bounce1 {animation-delay: -0.32s;}

.spinner .bounce2 {animation-delay: -0.16s;}

@keyframes bouncedelay {
  0%, 80%, 100% { 
    transform: scale(0.0);
  } 40% { 
    transform: scale(1.0);
  }
}

/*===========================
  Navigation
============================ */

.navbar {
	margin-bottom: 0;
	z-index: 99991;
	border: 0px;
	height:70px;
	background-image: url(../img/noisetexture.png);
	box-shadow: 6px 0px 5px 0px rgba(0,0,0,0.2);
 }

.navbar-nav > li > a {padding: 10px 23px;}

.navbar-custom ul.nav li a {
	font-size: 11px;
	padding:25px 30px;
	text-align: center;
	transition: all .2s ease-in-out;
	font-family: 'Lato',sans-serif;
	background: transparent;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.8px;
	text-transform: uppercase;
 }

.navbar-custom ul.nav ul.dropdown-menu {
	text-align: center;
	border: 0px;
	border-radius: 0px;
 }

.navbar-custom ul.nav ul.dropdown-menu li:last-child {border-bottom: none;}

.navbar-custom ul.nav ul.dropdown-menu li a {
	line-height: 20px;
	color: #fff;
	padding: 20px;
 }

.dropdown-menu .divider {
	height: 1px;
	margin: 0px;
 }

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {color: #fff;}

/* Responsive navbar  */

.navbar-toggle:focus,
.navbar-toggle:active {outline: 0;}

.navbar-toggle {
	font-size: 35px;
	color: #fff;
	transition: all .2s ease-in-out;
	position: relative;
	float: right;
	line-height: 35px;
 }

.navbar-toggle i:focus,
.navbar-toggle i :active,
.navbar-toggle i:hover {color: #fff;}

.navbar-right {
	margin-right: 0px;
	height: 70px;
	line-height: 70px;
 }

.navbar-collapse {
   padding-right:0px; 
   padding-left: 0px; 
}

/*===========================
  Logo
============================ */

.navbar-brand {
	margin: auto;
	position: absolute;
	transition: all .2s ease-in-out;
 }

.navbar-brand img {
	max-height: 70px;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0px;
	padding-top: 0px;
 }
    
/* =========================== Index page ============================ */   

/* ===========================
 Main Slider
============================ */

.slider-wrapper { padding-bottom:23%;}

.slider-full #layerslider {
	margin-top: 70px;
	box-shadow: none;
 }

#layerslider {
	height:650px;
	margin-top: -290px;
	margin-bottom: -65px;
	padding: 0px;
	width: 100% !important;
 }

.ls-bottom-nav-wrapper {
	margin-top: -45px!important;
	z-index: 99!important;
 }

/* Slider text boxes  */

.header-text {
    margin-left: 90px;
    margin-top:10%;
    background: rgba(255, 255, 255, 0.7);
	max-width: 400px;
    text-align: center;
	padding: 0px;
    outline: 10px #fff double !important;
}

.header-text .btn{margin:15px 0px 0 0;}

.ls-wrapper > .ls-layer, .ls-wrapper > a > .ls-layer
.ls-wrapper > .ls-bg { white-space:normal!important; }

.ls-bottom-slidebuttons{margin-top:40px;}

/* ===========================
   Video Header
============================ */	

.header-video {
	margin-top: 65px;
	position: relative;
    overflow: hidden;
	background: url(../videos/cover.jpg) no-repeat;
	background-size:cover;
}

.header-video video {
	min-width:100%;
	margin-bottom: -5px;
}

.header-video .header-text {margin-top:18%;}

.header-video .video-wrapper {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

.video-wrapper {
	width:100%;
	height:auto;
	position:absolute;
}

.video-title {
	margin:0 auto;
	color:#FFF;
	text-align:center;
	position:absolute;
}
	

/* ===========================
 Features accordion
============================ */

.accordion-group li .accordion-overlay {opacity: 1;}

.accordion-group li h4 {
	color: #fff;
	outline: 5px double #ffffff;
	display: inline-grid;
	padding: 10px;
	transition: all 300ms ease;
 }

.accordion-group li:nth-child(1) {background-image: url('../imagenes/leche-pasajinak.jpg');}

.accordion-group li:nth-child(2) {background-image: url('../imagenes/productos-pasajinak.jpg');}

.accordion-group li:nth-child(3) {background-image: url('../imagenes/vacas-jersey.jpg');}

.accordion-group {
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	width: 100%;
	height: 400px;
	text-align: center;
	transition: all 300ms ease;
 }

.accordion-group li {
	cursor: pointer;
	position: relative;
	display: block;
	overflow: hidden;
	float: left;
	margin: 0;
	padding: 0px 30px;
	list-style: none;
	width: 29.999%;
	height: inherit;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: all 250ms ease-in-out;
	border-left: 3px solid #fff;
 }

.accordion-group li .accordion-overlay {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	transition: all 250ms ease-in-out;
}

.accordion-group li .accordion-overlay:hover,
.accordion-group  li.out .accordion-overlay {
	background: #fff;
	opacity: 0.9;
 }

.accordion-group li div {
	width: 75%;
	height: auto;
	margin: 0 auto;
	min-height: 100%;
}

.accordion-group li article {
	display: block;
	vertical-align: middle;
	position: relative;
	right: -200%;
	transition: all 0.5s ease-in-out;
}

.accordion-group li article p:before,
.accordion-group li article p:after {
	content: "";
	display: block;
	height: 1px;
 }

.accordion-group li.out {width: 40%;}

.accordion-group li.out article {right: 0;}

.accordion-group li.out h4 {opacity: 0;}

/* ===========================
--- Feature section
============================ */

/*  icons */

#feature .media i{
	font-size: 70px;
    margin-bottom: 20px;
    display: block;
	height:110px;
	transition: all 0.5s ease-out;
}  
 
#feature .media-heading {
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

#feature .media:hover i{transform: rotate(5deg);}


/*===========================
 Call to Action sections
============================ */

.call-to-action {
	background-size: cover !important;
    background-attachment:fixed!important;
}
 
.call-to-action.bg1 {background: url(../img/calltoactionbg1.jpg);}

.call-to-action.bg2 {background: url(../imagenes/bg-titulos-intro.jpg);}


/* ===========================
 Offer of the week
============================ */

.featured_meal {position: relative;}

.featured_meal .image-container {
	position: absolute;
	height: 100%;
	padding: 0px;
	top: 0px;
}

.featured_meal .image-container .background-image-holder {
	background: url("../imagenes/pasajinak/pasajinak-mozzarella-oaxaca.jpg") no-repeat center center;
	background-size: cover;
	height: 100%;
}

/*  offer price*/

.featured_meal .price_offer{      
    padding: 30px;
    outline: 4px double #fff;
    position: absolute;
    margin: 0 auto;
    left: 15%;
    top: 70%;
	background: #fff;
}
.featured_meal .price_offer h3{ margin:0;}


/* ===========================
--- Reviews section
============================ */

.review {
	position: relative;
	display: inline-block;
	width: 100%;
 }
 
.review blockquote {padding: 0px}
 
.review .review-profile-image img {
	max-width: 100px;
	vertical-align: top;
	float: left;
	outline: 3px solid;
	outline-offset: 5px;
	margin: 20px;
 }
 /*  Captions */
 
.review .review-caption {
	width: 100%;
	padding: 45px;
	box-shadow: inset 2px 0px 20px 20px rgba(0, 0, 0, 0.02);
	display: inline-block;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 0px;
	position: relative;
 }
 
.review .review-caption:after {
	content: '';
	position: absolute;
	left: 32px;
	top: 100%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #ccc transparent transparent transparent;
 }
 
.review h5,
.review h6 {margin: 0 0 5px;}
 
.review p {margin-top: 15px;}
 
.review .review-icons {padding-top: 20px;}
 
 /*  Rating icons */

.review i {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
 }
 
/*===========================
  Contact
============================ */

#contact i{
	font-size:20px;
	vertical-align:middle;
	margin-right:8px;
}

/*Map */

#map-canvas {
	max-width:100%;
	min-height: 456px;
}
.map-block{padding: 10px;}

 
/* =========================== About us Pages ============================ */   

/*===========================
  Timeline
============================ */

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  right: 25px;
  margin-left: -1.5px;
}

.timeline-panel i{margin-right:8px;}

.timeline-heading{margin-bottom:20px;}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {clear: both;}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {clear: both;}

.timeline > li > .timeline-panel {
  width: calc( 100% - 75px );
  float: left;
  padding: 20px;
  position: relative;
}

.timeline > li > .timeline-badge {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.8em;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0px;
  margin-left: -25px;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge i {color:#fff;}

.timeline-title {
  margin-top: 0;
  color: inherit;
}
.timeline-body > p,
.timeline-body > ul {margin-bottom: 0;}

.timeline-body > p + p {margin-top: 5px;}


/* ===========================
  Price Table
============================ */

.price-table {
	color: #ffffff;
	text-align: left;
	font-size: 16px;
	margin: 50px 10px 10px;
 }

.price-table .plan {
	margin-bottom: 20px;
	transition: all 0.2 ease-in-out;
	padding: 20px;
	background-image: url(../img/noisetexture.png);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
 }

.price-table .plan:hover i {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
 }

.price-table header {
	position: relative;
	padding: 0px 10px;
	text-align: center;
 }

.price-table header i {
	font-size: 76px;
	margin: 0 15px;
	height:100px;
	display: inline-block;
 }

.price-table .plan-title {
	top: 0;
	margin: 10px 0 0;
	letter-spacing: 1px;
 }
.price-table .btn {margin-bottom: 20px;}

.price-table .plan-cost {margin: 0;}

.price-table .plan-price {
	font-weight: 800;
	font-size: 1.3em;
 }

.price-table .plan-features {
	padding: 0;
	margin: 20px 0;
	text-align: center;
	list-style: none;
	font-size: 0.9em;
	font-weight: 700;
}

.price-table .plan-features li {
	padding: 5px 5%;
 }

.price-table .plan-select a {
	color: #ffffff;
	text-decoration: none;
	padding: 15px 20px;
	margin: 20px;
	border-radius: 40px;
	font-size: 0.75em;
	font-weight: 800;
	text-transform: uppercase;
	display: inline-block;
}

.price-table .featured {
	margin-top: -10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.price-table .featured .plan-select a {margin: 30px 20px;}

/*===========================
  Staff
============================ */

/* staff layout 1 */

.staff-border {
	position: relative;
	float: left;
	width: 100%;
	text-align: center;
 }

.staff-border p {margin: 20px 0;}

.staff-border h4 {margin-bottom: 10px;}

.staff-border .profile-image {
	display: inline-block;
	max-width: 200px;
	z-index: 1;
	position: relative;
	padding: 10px;
	transition: all 0.2s ease-in-out 0s;
 }

.staff-border .staff-border-caption {
	width: 100%;
	padding: 125px 25px 10px 25px;
	margin-top: -100px;
	display: inline-block;
	border-top: 4px double;
 }
 
.staff-border .smaller.social-media { 
    opacity: 0;
	transform: translatey(100%);
	transition: all 0.4s ease-in-out 0s;
}

.staff-border:hover .smaller.social-media { 
    opacity: 1;
	transform: translatey(0%);
}

/* staff layout 2 */

.staff-layout2 {
  overflow: hidden;
  margin: 10px 1%;
  text-align: right;
}

.staff-layout2 > img {
	max-width:200px;
    margin:0 auto;
}

.staff-layout2 .staff-layout2-caption {
  padding: 20px 30px 20px 25%;
  position: relative;
}

.staff-layout2 .staff-layout2-caption h2,
.staff-layout2 .staff-layout2-caption p {
  margin: 0;
  padding: 10px 0;
  right: 0;
  width: 100%;
}

.staff-layout2 .staff-layout2-caption h4 span {font-weight: 900;}

.staff-layout2:after {
  position: absolute;
  top: 0;
  left: -20%;
  height: 110%;
  width: 30%;
  content: '';
  transform: skewX(-7deg) translateX(0px);
  transition:transform 0.35s;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.staff-layout2:hover:after {transform: skewX(-7deg) translateX(10px);}

.staff-layout2 .smaller.social-media {text-align: right;}

/* =========================== Image Gallery pages ============================ */   


/* ===========================
--- Gallery Masonry
============================ */	

.portfolio-item{position:relative;}

/* Isotope */

.isotope-item { z-index: 2 }
.isotope-hidden.isotope-item { z-index: 1 }
.isotope,
.isotope .isotope-item {transition-duration: 0.8s;}

.isotope-item {
    margin-right: -1px;
    backface-visibility: hidden;
}

.isotope {transition-property: height, width;}

.isotope .isotope-item {transition-property: transform, opacity;}

/* Gallery */

.gallery-item.selected img {transition: opacity 1s ease-in-out;}

.gallery-thumb {
    display: block;
    position: relative;
    overflow: hidden;
	margin-bottom:30px;
}

/* thumbnail Overlay */

.gallery-thumb .overlay-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 1;
    transition: opacity .3s ease-out;
}

.gallery-thumb:hover .overlay-mask {
   opacity:1;
   border:10px solid ;
}

/* ===========================
--- Gallery Polaroid
============================ */	

/* Polaroids */

.polaroids {padding:0 50px;}

ul.polaroids p {
  text-align:center;
  padding-top:40px;
  font-weight:900;
  color:#696767;	
  text-transform: uppercase;
  transform: translate3d(0,0,0);     
}

ul.polaroids li {
	list-style:none;
	transform: rotate(6deg);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	padding:30px;
	background-color:#fff;
	background: url(../img/polaroid_texture.png) repeat;
	transition: transform .8s ease-in-out;
}

/* Rotate all even images 2 degrees */
ul.polaroids li:nth-child(even) {
  transform: rotate(-4deg);
  margin-top:60px;
}

/* Rotate every third image*/
ul.polaroids li:nth-child(3n) {
  transform: rotate(3deg);
  position: relative;
  right: 5px;
} 
 
/* Rotate every fifth image*/
ul.polaroids li:nth-child(5n) {
  transform: rotate(5deg);
  position: relative;
  right: 5px;
}
 
/* Keep default rotate for every seventh, but offset it */
ul.polaroids li:nth-child(7n) {
  position: relative;
  top: 3px;
  left: -5px;
}

/* Hover effect*/
ul.polaroids li:nth-child(even):hover {
	transform: rotate(-8deg);
	box-shadow: 0 3px 6px rgba(0,0,0,.7);
}

ul.polaroids li:nth-child(3n):hover,
ul.polaroids li:nth-child(5n):hover {
	transform: rotate(7deg);
	box-shadow: 0 3px 6px rgba(0,0,0,.7);  
}

ul.polaroids li:hover{transform: rotate(9deg);}


/* =========================== Menu pages ============================ */   

/* ===========================
 Menu 1
============================ */

#menu .tab-pane img{margin-top: 53px;}

/* Menu styling */

.menu-body {
  max-width: 680px;
  margin: 0 auto;
  display: block;
  color: rgb(92, 92, 92);
}

.menu-section-title {
  font-size: 50px;
  display: block;
  font-weight:normal;
  margin: 20px 0; 
  text-align: center;
}

.menu-item {    
    margin: 35px 0;
    padding: 10px;
	transition: all 0.2s ease-in-out 0s;
}

/* menu featured */

.menu-item.featured{
    margin: -35px 0 10px;
    padding: 30px;
    color: #fff;
    position: relative;
}
.menu-item.featured .menu-item-name,
.menu-item.featured .menu-item-description p,
.menu-item.featured .menu-item-price{color: #fff;}

/* menu Name */

.menu-item-name{
    font-weight: 900;
    color: #333;
    font-size: 20px;
    text-align: left;
	padding-bottom: 5px;
    border-bottom: 1px dotted;
    margin-right: 80px;
}

/* menu Description */

.menu-item-description {
  margin-top:20px;
  text-align:left;
}

/* menu Price */

.menu-item-price{
	transition: all 0.2s ease-in-out 0s;
    float: right;
    margin-top: -32px;
	font-weight: 900;
	text-align:center;
    font-family: Coustard;
    line-height: 50px;
    font-size: 24px;
    margin-left: 100px;
}


/*===========================
  Menu 2
============================ */ 

.menu-img img{
    max-width: 150px;
    float: left;
	margin-right: 40px;
    border: 5px solid;
}

#menu2 .menu-item-name {border-bottom: 3px double;}

#menu2 .menu-item {    
    margin: 65px 0;
	transition: all 0.2s ease-in-out 0s;
}

/* =========================== Blog Pages ============================ */   

/*===========================
 Blog main Simple
============================ */  


#blog-page h6 {margin-bottom:10px;}

#blog-container {padding: 0px 40px;}

/* date & category badge */

.date-category {
	position: absolute;
    z-index: 10;
    color: #fff;
    min-width: 130px;
    padding: 20px;
    left: 30px;
}

.date-category p {
	color: #fff;
    font-family: Coustard;
    font-size: 20px;
    line-height: 24px;
	margin:10px 0px 0px 0px;
}

/* Post info */

.post-info p {
	margin-right: 15px;
    display: inline-block;
    font-weight: 900;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.post-info p + p {line-height: 0px !important;}

.post-info i {margin-right: 5px;}

/* blog post */

.blog-post{ 
	border-bottom: 1px solid #f5f5f5; 
	margin-bottom:30px;
	padding-bottom:50px;
}

.blog-post:last-child{border-bottom: 0px;}

.blog-post h3 {    
    margin-top: 20px;
	transition: all 0.2s ease-in-out;
}

.blog-post i {margin-right : 5px;}

.single-page .blog-post h3{margin-top:0px;}

.post-main img{margin-bottom:20px;}

/* Blog tags */

.blog-tags a {
  border-radius: 0px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.blog-tags a::before {
  background: #fff;
  border-radius: 5px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.post-info .blog-tags {margin-top:20px;}

/* Comments */

.comment-form.media{
	margin-top:30px;
	overflow:visible;
}

.comments-block{
	padding:20px; 
	margin:30px 0px 60px 0px;
}

.comment.media-body {margin-right: 10px;}

.comments-block .media-body {overflow:visible;}

.comments-block .btn{padding: 10px;}

.comments-block .media-object{
   max-width:120px;    
   float: left;
   margin-right:20px;
}

.comment {
  margin: 40px auto 20px;
  padding: 30px;
  position: relative;
}

.nested {display: inline-block;}

/*===========================
 Blog Home with Image grid
============================ */

.img-grid {
  font-family: 'Lato',sans-serif;
  line-height: 1.6em;
  margin-bottom:20px;
  overflow: hidden;
}

.img-grid .grid-caption {
  padding: 15px 10px 15px;
  position: absolute;
  bottom: 0;
  margin: 10px;
  z-index: 1;
  width:45%;
  outline: 4px double;
}

.img-grid p {
	margin-top:10px;
	color:#fff;
}
 
.img-grid h5 {
 color:#fff;
 margin-bottom:0px;
 }

.img-grid .date {
  color: #fff;
  font-size: 28px;
  font-weight: 900;
  min-height: 68px;
  min-width: 68px;
  padding: 10px 0;
  transform: translateY(-100%);
  position: absolute;
  text-align: center;
  transition: all 0.2s;
  text-transform: uppercase;
  top: 0;
}

.img-grid .date span {
  display: block;
  line-height: 26px;
  color:#fff;
}

.img-grid .date .month {font-size: 11px;}

.img-grid:hover .date {transform: translateY(0%);}


/* =========================== Contact and Reservation Pages ============================ */   


/*===========================
  Reservation
============================ */

.input-group.date .input-group-addon {
	cursor: pointer;
	border-bottom: 0px;
 }

.bootstrap-datetimepicker-widget.dropdown-menu {
	border-radius: 0px;
	outline: 4px double;
 }

.bootstrap-datetimepicker-widget table thead tr:first-child th {
	font-weight: 900;
	padding-bottom: 20px;
 }

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {font-weight: 900;}

.bootstrap-datetimepicker-widget .picker-switch td span {font-size: 30px;}

.bootstrap-datetimepicker-widget .btn {border-radius: 0px!important;}

.bootstrap-datetimepicker-widget .btn {
	margin: 0px;
	background: transparent;
	color: #222;
 }

.bootstrap-datetimepicker-widget .btn:before {display: none;}

.bootstrap-datetimepicker-widget .btn span {color: #222;}

.bootstrap-datetimepicker-widget .btn:hover {background: transparent;}

#datetimepicker1 {margin-bottom: 15px;}


/* =========================== Footer and Credits ============================ */   


/* footer */

footer {
	padding: 35px 0px 15px 0px;
	border-top: 10px double;
 }

.logo-footer {
	margin-bottom: 30px;
	max-height: 155px;
 }

footer.no-margin {margin-top: 0px;}

footer p {
	margin-top: 20px;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
 }

footer i {
	font-size: 12px;
	margin-right: 8px;
 }

.credits {
	color: #fff;
	font-size: 13px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding: 20px;
 }

.credits a {
	color: #fff;
	font-weight: 700;
 }
 
 /* Go to top icon */
 
.back-to-top {
	display: none;
	position: fixed;
	bottom: 58px;
	right: 42px;
	z-index: 119;
 }

.back-to-top i {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 40px;
	font-size: 22px;
	color: #fff;
	text-align: center;
	transition: all 0.2s ease-in-out;
 }

 
 /* =========================== Miscellaneous  ============================ */   

/* Mailchimp message */

#mce-error-response,
#mce-success-response {display: none;}


/* Owl-carousel */

.owl-carousel {padding: 20px;}

.owl-carousel .owl-item {perspective: 1000px;}

.owl-prev,.owl-next {
	position: absolute;
	top: 50%;
	margin-top: -50px;
	text-align: center;
 }

.owl-prev {left: -15px;}

.owl-next {right: -15px;}

.owl-prev:hover, .owl-next:hover {transition: all .3s ease-in-out;}

.owl-prev i, .owl-next i {
	color: #fff;
	font-size: 30px;
	padding: 20px 10px;
 }

.owl-carousel.owl-loaded {
	display: block;
	clear: both; /* Important fix */
 }

.owl-dots {
	text-align: center;
	margin-top: 20px;
 }

.owl-theme .owl-dots .owl-dot {display: inline-block;}

.owl-theme .owl-dots .owl-dot span {
	border: 2px solid #cecece;
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 1rem;
	height: 1rem;
	margin: 0 0.5rem;
	border-radius: 50%;
	cursor: pointer;
	color: #333;
 }

.owl-theme .owl-dots .owl-dot span:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 1.2rem;
	height: 1.2rem;
	border-radius: 50%;
	transition: transform 0.3s;
	transform: translate(-50%, -50%) scale(0);
 }

.owl-theme .owl-dots .owl-dot span:hover:before {transform: translate(-50%, -50%) scale(1);}

.owl-theme .owl-dots .owl-dot.active span:before {transform: translate(-50%, -50%) scale(1);}

/* Sections */

section {
	background: #fff;
	padding: 60px 0px;
 }

section.no-padding {padding-bottom: 0px!important;}

.small-section section {padding: 30px 0px;}

section.bg-lightcolor {background-image: url(../img/noisetexture.png);}

/* Sections heading */

.section-heading {margin-bottom: 20px;}

/* elements page */

#elements .sub-header {
	padding: 70px 0px 10px; 
	text-align:center;
}

.glyph {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	padding:20px;
	width: 24%;
 }

.glyph .glyph-icon {
	padding: 10px;
	display: block;
	font-family: "Flaticon";
	line-height: 20px;
	margin-top:20px;
 }

.glyph .glyph-icon:before {
	font-size: 42px;
	color: #2F2F2F;
	margin-left: 0;
 }

.page-header {border-bottom: 2px solid #eee !important;}

.page-header h2{
	margin-top:30px;
    display: inline-table;
}

/* Img Shapes */

.img-circle {border: 10px solid;}

.img-outline {
	outline: 2px solid #fff;
	outline-offset: -10px;
 }

.img-opacity:hover {opacity: 0.7;}

/* Featured boxes */

.box_icon > .icon {
	text-align: center;
	position: relative;
 }

.box_icon > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	vertical-align: middle;
	transition: all 0.3s;
	margin-bottom: 20px;
 }

.box_icon:hover .image img {
	outline: 4px solid #fff;
	outline-offset: -10px;
	opacity: 0.6;
 }

.box_icon .image img {
	outline: 2px solid transparent;
	transition: all 0.25s;
 }

.box_icon > .icon > .info {
	margin-top: -24px;
	padding: 40px 25px 35px 25px;
 }

/* Img description box */

.img-description {
	display: inline-block;
	position: absolute;
	min-width: 53%;
	max-width: 63%;
	padding: 10px;
	z-index: 10;
	background: #fff;
	outline: 6px double;
	outline-offset: -10px;
	text-align: center;
 }

.img-description h5 {margin-bottom: 0px;}

.img-description p {font-weight: 700;}

.img-description.bottom {top: 60%;}

.img-description.right {left: 50%;}

.img-description.left {right: 50%;}

/* Image Zoom Hover effect */

.img-effect {overflow: hidden;}

.img-effect img {transition: opacity 0.7s, transform 2.5s;}

.img-effect:hover img {transform: scale3d(1.2,1.2,1);}

/* Image hover */

.img-hover img {
	transition: opacity 0.2s;
	opacity: 1;
 }

.img-hover:hover img {opacity: 0.8;}

/* Dropdown */

.dropdown-menu>li>a {
	display: block;
	padding: 13px 10px;
	clear: both;
	font-weight: 400;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	border-radius: 0px;
	transition: all .2s ease-in-out;
 }

/* Pagination */

.pagination>li {display: inline-block;}

.pagination>li>a, 
.pagination>li>span {
	margin: 0 1px;
	border: 0;
	font-weight: 600;
	color: #fff;
	border-radius: 0%;
	transition: all .2s ease-in-out;
 }

.pagination>li>a:hover,
.pagination>li>a:focus {color: #fff;}

.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
 }

.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
 }

/* Alerts */

.alert {
	padding: 25px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 0px;
	font-size: 16px;
 }

/* Breadcrumbs */

.breadcrumb {
	padding: 8px 25px;
	list-style: none;
	letter-spacing: 0.3px;
	text-align: left;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	background: transparent;
	border-radius: 0px;
 }
 
ul.breadcrumb  {line-height:18px!important;}

.breadcrumb>li+li:before {
	padding: 0 10px;
	content: "»";
	font-size: 16px;
 }

/* Labels */

.label {
	padding: .2em .6em .3em;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8;
	color: #fff;
	border-radius: 0px;
 }

/* Form Labels */

label {
	display: block;
	max-width: 100%;
	margin-bottom: 5px;
 }

/* Progress bar */

.progress-bar {
	height: 10px;
	box-shadow: 6px 6px 0px rgba(103, 102, 102, 0.2);
 }

.progress {box-shadow: none;}

/* fade tab transition */

.fade {
	opacity: 0;
	transition: opacity 0.55s linear;
 }

/* Page  */

section.pages {padding: 0px 0px 10px;}

.image-page {margin: 20px 0;}

/* Dropdown */

.dropdown-menu {
	font-size: 16px;
	border: 0px;
	color: #fff;
	padding: 0px;
 }

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
	color: #fff;
	transition: all .2s ease-in-out;
 }

/* Pager */

.pager li > a, .pager li > span {
	display: inline-block;
	padding: 10px 24px;
	font-size: 18px;
	color: #fff;
	font-weight: 900;
	border: 1px solid;
	font-family: 'Coustard',serif;
	border-radius: 0px;
	transition: all .2s ease-in-out;
 }

.pager li > a:hover {color: #fff;}

/* tab content */

.tab-content {
	padding: 130px 40px;
	outline: 4px double #fff;
	outline-offset: -20px;
 }

/* Nav-tabs */

.nav-tabs {
	text-align: center;
	border-bottom: 0;
 }

.nav.nav-tabs > li.active > a:hover,
.nav.nav-tabs > li.active > a:focus,
.nav.nav-tabs > li >a:hover {border: 0;}

.nav.nav-tabs > li {
	float: none;
	display: inline-block;
	margin: 0px 10px;
 }

.nav.nav-tabs > li > a {
	position: relative;
	font-weight: 900;
	display: block;
	letter-spacing: 0.2px;
	min-height: 50px;
	line-height: 57px;
	border: 0;
	padding: 15px 35px;
	color: #fff;
	font-size: 22px;
	border-radius: 0px;
	transition: all .2s ease-in-out;
 }

/* Panels */

.panel {
	border: 0;
	background: transparent;
	box-shadow: none;
 }

.panel-title {font-size: 18px;}

.panel-default > .panel-heading + .panel-collapse > .panel-body {border: 0;}

.panel-heading a {
	display: block;
	text-transform: none;
	padding: 5px;
	font-family: 'Lato',sans-serif;
	font-weight: 900;
	letter-spacing: 0.4px;
	border: 0px;
	border-bottom: 3px solid;
	transition: all .2s ease-in-out;
	border-radius: 0px;
 }

.panel-group .panel+.panel {margin-top: 0px;}

.panel-group .panel-heading {border-bottom: 0px;}

.panel-group .panel-heading+.panel-collapse>.panel-body {border-top: 0px;}

.panel-heading {padding: 10px 0px;}

.panel-heading [data-toggle="collapse"]:after {
	content: "\f077";
	font-family: FontAwesome;
	float: right;
	font-size: 18px;
	line-height: 22px;
 }

.panel-heading [data-toggle="collapse"].collapsed:after {transform: rotate(180deg);}

/* Lists */

ul.no-margin {
	margin: 20px;
	padding: 0;
 }

/* Buttons */

.btn {
	border: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'Coustard', sans-serif;
	font-size: 13px;
	border-radius: 0px;
	letter-spacing: 0.6px;
	line-height: 1em;
	margin-top: 20px;
	outline: none;
	padding: 20px 30px;
	position: relative;
	text-transform: uppercase;
	background-image: url(../img/noisetexture.png);
 }

.btn:before,
.btn:after {
	border-color: transparent;
	transition: width 0.25s,height 0.25s;
	border-style: solid;
	border-width: 0;
	content: "";
	height: 24px;
	position: absolute;
	width: 24px;
 }

.btn:before {
	border-left-width: 2px;
	border-top-width: 2px;
	left: -5px;
	top: -5px;
 }

.btn:after {
	border-bottom-width: 2px;
	border-right-width: 2px;
	bottom: -5px;
	right: -5px;
 }

.btn:hover:before,
.btn:hover:after {
	height: 100%;
	width: 100%;
 }
.btn:focus {color: #fff;}

/* Forms */

.input-color {
	color: #C30;
 }

.form-control {
	display: block;
	color: #333;
	width: 100%;
	height: 35px;
	border: 0;
	border-radius: 0px;
	font-size: 16px;
	outline: 0;
	box-shadow: none;
	padding: 20px;
	border: 2px solid;
	margin-bottom: 15px;
	box-shadow: inset 0px 7px 20px -3px #ececec;
 }
 
.form-horizontal .control-label {text-align:left!important; }

.input-group-btn:last-child>.btn {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
 }

.input-group-btn .btn {
	font-size: 14px;
	padding: 15px 30px;
	margin-top: -1px;
 }

.input-group-btn span,
.input-group-addon span,
.btn span {color: #fff;}

.form-control.form-control.input-lg {margin-top: 0px;}

.input-group .form-control:focus {box-shadow: 0 0 10px rgba(255, 255, 255, 1);}

.form-control,.textarea-field:focus,.input-field:focus {outline: 0 none;}

textarea {
	height: 150px;
	resize: none;
 }

textarea.form-control:focus {outline: 0 none;}

/* search form */

.search-group .input-group-addon {
	background: white !important;
	border-radius: 0px 10px 10px 0px;
	border: 0px;
 }

.search-group .form-control {border: 2px solid;}

.search-group button {
	border: 0px;
	background: transparent;
 }

.search-group .fa {color: #808080;}

/* Icons */

i{display:inline-block;}

.huge-icon {
	font-size: 280px;
	opacity: 0.6;
	height:300px;
 }

.big-icon {
   font-size: 80px;
   height:120px;
}

/* BIG Social Media Icons */

.social-media {
	width: 100%;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
 }

.social-media a {
	display: inline-block;
	font-size: 25px;
 }

.social-media a i {
	font-weight: normal;
	color: #fff;
	transition: .3s;
	margin: 3px;
	padding: 10px 12px;
	width: 60px;
	border: 3px solid;
 }

.social-media i {transition: color .3s ease-in-out;}

/* Small Social Media Icons */

.smaller.social-media a i {
	font-size: 22px;
	transition: .3s;
	margin: 0px;
	border: 0px;
	background: none;
	padding: 0;
	width: 30px;
	color: #fff;
 }

.smaller.social-media a i:hover {background: none;}

.smaller.social-media {
	margin-top: 10px;
	margin-bottom: 10px;
 }

/* Centered columns */

.col-centered {
	float: none;
	margin: 0 auto;
 }

/* Blockquote */

blockquote {
	padding: 30px;
	font-size: 16px;
	line-height: 28px;
	border-radius: 0px;
	border-left: none;
	text-align: center;
	font-family: 'Coustard',serif;
 }

blockquote:before {
	content: "\f10d";
	font-family: 'Fontawesome';
	font-size: 2.3em;
	line-height: 0.1em;
	margin-right: 0.5em;
	vertical-align: 0.2em;
 }

/* Nav-pills */

.nav-pills {
	display: inline-block;
	margin-bottom: 20px;
 }

.nav-pills>li>a {
	transition: all .2s ease-in-out;
	border-radius: 0px;
 }

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills>li>a:hover,
.nav-pills>li>a,
.nav-pills .nav > li > a:hover {
		color: #fff;
		font-size: 16px;
		font-weight: 900;
		letter-spacing: 0.5px;
		margin: 5px;
		padding: 10px 25px;
		text-transform: uppercase;
 }

/* Remove padding in container fluid */

.container-fluid {
	padding-right: 0px;
	padding-left: 0px;
 }

/* Tables */

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid;
 }

.table > tbody > tr:first-child > td {border: none;}

/* Wells */

.well {
	border: 0;
	box-shadow: none;
	margin-bottom: 0px;
	border-radius: 0px;
	background-color: rgba(255, 255, 255, 0.6);
 }

.well .list-unstyled {
	padding-left: 15px;
	font-size: 16px;
	list-style: none;
	line-height: 30px;
	font-weight: 400;
	font-family: 'Lato',sans-serif;
 }

.border-well.well {
	outline: 4px double;
	outline-offset: -10px;
	padding: 40px 20px;
 }

.border-well.well.small {padding: 20px;}

.call-to-action .well {margin-bottom: 0;}

/* Media */

.media {margin-top: 45px;}

.media-heading small {
	font-weight: 700;
	display: block;
	margin: 10px 0 20px;
	line-height: 20px;
 }

/* Margins */

.margin1 {margin-top: 50px;}

/* Primary block */

.block {padding: 20px 40px;}

/* Jumbotron */

.jumbotron {
	background-size: cover!important;
	background-position: center center!important;
	height: 400px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
	background: url(../imagenes/bg-titulos-intro.jpg);
	border-bottom: 10px double;
 }

.jumbotron .jumbo-heading {
	background-image: url(../img/noisetexture.png);
	color: #fff;
	padding: 10px 40px;
	margin-top: 250px;
	border: 10px double;
	position: absolute;
	float: none;
	left: 20%;
	right: 20%;
 }

.jumbo-heading h1 {
	margin: 0px;
	font-weight: 600;
 }

.jumbo-heading h3 {
	font-family: 'Coustard',serif;
	font-size: 22px;
	margin-bottom: 0px;
	line-height: 44px;
	margin-top: 10px;
	position: relative;
	text-transform: uppercase;
 }

/* Sidebar */

.sidebar {
	padding: 20px;
	border: 5px solid;
 }
 
.sidebar .well {
	padding: 0px;
	margin:60px 0;
 }
 
.sidebar .well:first-child {margin-top: 0px;}
 
.sidebar .social-media{text-align:left;}

/* divider */

hr {
	margin-top: 20px;
	border: 0;
	border-top: 4px double;
 }

/* List group */

.list-group-item {
	position: relative;
	display: block;
	border-radius: 0px;
	padding: 10px 15px;
	margin-bottom: -1px;
	transition: all 0.6s;
 }

.list-group-item:first-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
 }

.list-group-item:last-child {
	margin-bottom: 0;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
 }

a.list-group-item, button.list-group-item {color: #fff;}

a.list-group-item:focus, a.list-group-item:hover, button.list-group-item:focus, button.list-group-item:hover {
	color: #fff;
	text-decoration: none;
 }


/*===========================
  Media Queries
============================ */

/************ min width 1199px *************/

@media (min-width: 1199px) {
					
	.header-text {
	   padding: 20px; 
	  max-width:400px;
	}
	
}

/************ max width 1199px *************/

@media (max-width: 1199px) {
					
	.img-description {
		max-width: 100%;
		min-width: 100%;
		position: initial;
	}

	
	/* layerslider */
	
    #layerslider{
		height:500px!important;
	    margin-top: -150px;
	}

	
}		
/************ min width 992px *************/

@media (min-width: 992px) {
	
	/* header video */
	
	.header-video video {min-height:580px;}
	
}

/************ max width 992px *************/

@media (max-width: 992px) {
	
	/* layerslider */
	
    #layerslider{height:400px!important;}
	
	.header-text {
		margin-left: 60px;
		margin-top: 12%;
		padding: 10px;
	}

     .ls-nav-prev, body .ls-nav-prev, #ls-global .ls-nav-prev, html .ls-nav-next{display:none;}

	/* menu  */	

	.featured_meal .price_offer {
		position: relative;
		margin: auto 0; 
		left:0%;
		margin:20px;
	}

    /* Headers */

	h1{font-size:42px !important;}
	
	h2{font-size:34px !important;}
	
	h3{font-size:28px;}

	h4{font-size:26px;}

	h5{font-size:22px;}
	
	h6{font-size:20px;}
	
	/* Responsive margin*/

	.res-margin  {margin-top: 30px;}
	
	/*navbar */
		
	.nav>li {text-align: center; font-size:20px;}
	
	/* navbar collapse at 991px */
		    
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse.collapse {
        display: none !important;
    }
    .navbar-collapse.collapse.in {
        display: block !important;
        overflow-y: auto !important;
    }
    .navbar-nav {
        margin: 0;
        float: none !important;
        height: 100%;
    }
    .navbar-right {
        line-height: 0px;
    }
    .navbar-nav li {
        float: none;
		text-align:center;
    }
    .navbar-nav li > .dropdown-menu {
        border: 0;
        float: none;
        width: auto;
        position: static;
        box-shadow: none;
		text-align:center;
        background: inherit;
    }
	
	.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
		max-height: 200px;
    }
	.navbar-collapse.collapse.in {
		display:block!important;
		padding-bottom: 40px;
	    max-height:200px!important; 
		overflow-y:scroll!important; 
		overflow-x:hidden!important;
	}
	.navbar-collapse::-webkit-scrollbar {
		width: 20px;
	}
	.navbar-collapse::-webkit-scrollbar-track {
		background-color: lightgray;
	}
	.navbar-collapse::-webkit-scrollbar-thumb {
		background-color: darkgray;
	}

	.navbar-nav {
		margin: 0;
		float: none !important; 
		height: 100%;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header, .navbar-nav .open .dropdown-menu>li>a {
      padding: 10px; 
    }
	
	/* Space between sections */
	
	.section-heading {margin-bottom: 30px;}	 	
			
	/* miscelaneous */

	.owl-prev i, .owl-next i {display:none;}

	.sidebar{border:0px;}

	.back-to-top{display:none;}
	
	.img-paragraph {margin: 0px 0px 20px 0px;}
	
	.jumbotron {margin-bottom: 13em;}
				
}

/************ max width 767px *************/

@media (max-width: 767px) {
	
	/* layerslider */

	.slider-wrapper {padding-bottom: 20%;}

	/* Slider */
	
	#layerslider{height:300px!important;margin-top: 0px;}
	
	.header-text {
		max-width:250px;
		margin-top: 20px;
		margin-left: 20px;
		padding: 20px;
    }
	
   .header-text h1 {margin-bottom:0px;}
   
	/* Jumbotron */

	.jumbotron{margin-bottom:8em;}

	.jumbotron .jumbo-heading  {
		left: 10%;
	  right: 10%;
	}
		
	/* Miscelaneous */
	
	.nav-tabs > li {margin-bottom: 10px!important;}

	.breadcrumb>li+li:before {padding: 0 4px;}

	h1 {font-size: 2.998em;}

	#map-canvas {min-height: 290px;}

	.staff-layout2  { margin:0px;}
		
	.staff-layout2 .staff-layout2-caption {
		padding: 0px;
		text-align: center;
	}
	.staff-layout2 .smaller.social-media {text-align: center;}

	.staff-layout2:after {display:none;}

	.call-to-action {background-attachment:scroll!important;}

	.wow{
	     animation-name: none !important;
		 visibility: visible !important;
	}
	section,section.pages  {padding: 10px 0px;}

}
	

/************ min width 480px *************/

@media (min-width: 480px) and (max-width: 600px) {

	/* layerslider */
	
	#layerslider{height:220px!important;}

   /* header video */
	
	.header-video {height:270px;}

	.header-video video {min-height:270px;}
}
	
/************ max width 480px *************/

@media (max-width: 480px) {
	
	/* layerslider */
	
	#layerslider{height:170px!important;}

	.slider-wrapper {padding-bottom: 30%;}
	
	.header-text {
        max-width: 200px;
		margin-left: 15px;
		margin-top: 20px;
		padding: 10px;
		margin-right: 0px;
    }

	/* header video */
	
	.header-video {height:170px;}

	.header-video video {min-height:170px;}

	/* Jumbotron */

	.jumbotron .jumbo-heading {
		left: 0%;
		right: 0%;
		padding: 10px;
		margin-top: 80px;
	}
		
	.jumbotron {
		margin-bottom:5em;
		padding: 10px;
		height:160px;
	}
	
	/* Blog Img grid */

	.img-grid .grid-caption {
	  padding: 15px;
	  width: 100%;
	  position: relative;
	  margin:10px 0;
	}
	.img-grid .date{font-size:18px;
		min-height: 48px;
		min-width: 48px;
	}
	.img-grid .date span {line-height: 18px;}
		
	/* Headers */

	h1{font-size:22px !important;text-transform:uppercase;}
	
	h2{font-size:24px !important;}
	
	h3{font-size:22px;}

	h4{font-size:20px;}

	h5{font-size:16px;text-transform:uppercase;}
	
	h6{font-size:13px;}
	
	.jumbo-heading h1 {text-shadow: none!important;}
	
	.jumbo-heading h3 { 
		font-size:14px;
		text-transform:uppercase;
		line-height: 17px;
		text-align:center;	
	}
	
	/* section */
	
	.section-heading h2{
		border: 0;
		line-height: 28px;
		letter-spacing: 0px;
		font-size: 26px;
    }			
	.section-heading {margin-bottom: 2rem;}	
		
	.block {padding: 10px;}
	
	h1 span {font-size: 38px;}
	
	.date-category i {display:none;}

	.date-category {
		 position: relative; 
		color: #fff;
		min-width: 0px;
		 padding: 0px;
		left: 0px; 
	}

	.breadcrumb {font-size: 11px;}

	/* Miscellaneous */
	
	.glyph {width: 100%;}

    .post-info p{ line-height: 13px;}

    .comments-block {padding: 0px;}

    .panel-heading [data-toggle="collapse"]:after {display:none;}
	
	#blog-container {padding: 20px;}
	
	.timeline-badge,.timeline:before {display:none;}

	.timeline > li > .timeline-panel {width:100%;}

	.polaroids {padding: 30px;}
	
	footer p {		
	    line-height: 20px;
		word-wrap: break-word;
    }	
	
    #mc_embed_signup .input-group-btn .btn{margin-top:10px;}

	.input-group-btn:last-child>.btn,.input-group .form-control:first-child,
	.search-group.input-group-btn:last-child>.btn,.search-group.input-group .form-control:first-child{
		border-radius:0px; 
		margin-top:0px;
	}
	
	.input-group .form-control, .input-group-btn {display: inline;}	
		
	.navbar.navbar-custom.navbar-fixed-top {margin-bottom: 30px;}

	.nav-pills> li.active:after, .nav-pills> li.active:before {top: -45%;}
		
	.nav-pills > li {float: none;}
		
	.owl-carousel { padding: 0px 0px;}
		
	.margin1 {margin-top: 0px;}
	
	.comment {padding: 10px;    text-align: center;}
		
	.comments-block .media-object {
		max-width: 100%;    
		float: none;
		margin-right: auto;
		margin-left: auto;
		margin-bottom: 20px;
    }
	.comment.media-body {margin-right: 0px;}
			
	.tab-pane h3 {margin-top:10px;}
	
	.btn {
		font-size: 11px;
		margin: 10px 0px;
		padding: 20px 20px;
	}	
	.box_icon > .icon > .info {padding: 20px;}
	
	.review .review-caption {padding: 25px;}
	
	.tab-content {
		padding: 80px 20px;
		outline: 0;
	}
	.huge-icon {font-size: 180px;}
	
	.menu-img img {
		float: none;
		margin: 0 auto 30px;
    }
	.spinner {left: 40%;}
	
}

/************ max width 320px *************/

@media (max-width: 320px) {
	
	/* Layerslider */

	#layerslider {height:120px!important;}
	
    .header-text {
		max-width: 100%;
		margin:20px!important;
	    padding: 0px;
	}

	/* header video */
	
	.header-video {height:140px;}

	.header-video video {min-height:140px;}

	/* Reviews */
		
	.review .review-icons{
		padding:0px;    
		text-align: center;
		margin-top: 20px;
	}
	.review .review-profile-image img{
		float:none; 
	   margin:0 auto;
	}
				
	/* Menu */

	.menu-item-name {
		text-align:center;
		margin-right:0;
    }
	.menu-item-price {
		float: none;
		margin-top: 0px; 
		margin-left: 0px; 
   }

	/* Polaroids */

	ul.polaroids li {padding: 10px;}

	ul.polaroids p {padding-top: 20px;}

	td.text-left,td.text-right{text-align:center;}


	/* Nav-tabs */

	.nav.nav-tabs > li > a {
		min-height: 30px;
		font-size: 16px;
		padding: 15px 15px;
		line-height: 15px;
	}
	
	/* Miscellaneous */

	footer .table .text-left{font-weight: 900;}

	.small-section .well {padding: 25px 13px;outline:0;}
		
	.label,.table {font-size: 14px;}
		
	.table table, 
	.table thead, 
	.table th, 
	.table td, 
	.table tr { display: block; }
	
	
}

/************ max width 240px *************/

@media (max-width: 240px) {
	
	/* Layerslider */

	#layerslider {
		height:105px!important;
	    margin-top: 20px;
	}
	
	/* header video */
	
	.header-video {height:105px;}

	.header-video video {min-height:105px;}

	
}
