body, html {
	font-family: 'Open Sans', serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	font-weight: 400;
	width: 100% !important;
	height: 100% !important;
}
h1, h2, h3, h4 {
	font-family: 'Raleway', sans-serif;
}
h2 {
	font-weight: 400;
	font-size: 38px;
	color: #333;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

        h2::after {
        position: absolute;
        content: "";
        background: #87bf40;
        height: 2px;
        width: 70px;
        bottom: 0;
        left: 0%;
        /*
            margin-left: -35px;
            left: 50%;

        */
    }

.font-white::after {
	background: #fff !important;
}
h3 {
	font-size: 24px;
	font-weight: 400;
	color: #333;
}
h4 {
	font-weight: 400;
	font-size: 45px;
	color: #FFF;
	text-transform: uppercase;
	position: relative;
	margin-top: 10px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

	h4 a,
	h4 :active
	{
		color: #f1ffe0;
	}

	h4 a:hover {
		color: #bbe489;
	}

h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
}
p {
	font-size: 15px;
}
p.intro {
	margin: 12px 0 0;
	line-height: 24px;
}
a, {
    color: #87bf40;
}
a:hover, a:focus {
	text-decoration: none;
	color: #222;
}
ul, ol {
	list-style: none;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}

.img-center {
    margin: 0 auto;
}

.btn-green {
	background-color: #87bf40;
	border-width: 0px;
	color: #fff !important;
}

.btn-primary:hover {
	background-color: #00944d;
}

.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
/* Navigation */
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eee;
	font-weight: 400;
	font-size: 15px;
	padding: 5px 0;
	border: 2px solid transparent;
	letter-spacing: 0.5px;
	margin: 0 40px 0 40px;
}
    #menu.navbar-default .navbar-nav > li > a:hover {
        color: #37d25a;
    }
.on {
	background-color: #262626 !important;
	padding: 0 !important;
	padding: 10px 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #37d25a !important;
    background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #d43031;
	border-color: #d43031;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #FFF;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
.section-title {
	margin-bottom: 40px;
}
.section-title .overlay {
	padding: 80px 0;
	background: rgba(0, 0, 0, 0.7);
}
.section-title p {
	font-size: 22px;
}
.section-title hr {
	margin: 0 auto;
	margin-bottom: 40px;
}
.btn-custom {
	text-transform: uppercase;
	color: #777;
	background-color: transparent;
	border: 2px solid #777;
	padding: 14px 20px;
	margin: 0;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0.5px;
	border-radius: 0;
	margin-top: 20px;
	transition: all 0.3s;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
	color: #ddd;
	border: 2px solid #d43031;
	background-color: #d43031;
}

.center-block {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

/* Header Section */
.intro {
	display: table;
	width: 100%;
	padding: 0;
	background: url(../img/intro-bg.jpg) center center no-repeat;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
.intro .overlay {
	background: rgba(0,0,0,0.4);
}
.intro h1 {
	color: #fff;
	font-weight: 400;
	margin-top: 80px;
    font-size: 40pt;
}
.intro span {
	color: #a7c44c;
	font-weight: 600;
}
.intro p {
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	margin-top: 150px;
}
header .intro-text {
    padding-top: 200px;
    padding-bottom: 50px;
	margin-bottom: 150px;
    /*text-align: center;*/
}
/* Restaurantes Section */
#restaurantes {
	padding: 120px 0;
	background-color: #87bf40;
}


.restaurant-tile {
	background-color: #fff;
	margin-bottom: 30px;
}

.restaurant-img-container {
	padding: 0px;
}

.restaurant-img {
	overflow: hidden;
}

.restaurant-img  img {
	transform: scale(1);
	transition: .4s;
	opacity: 1;
}

#restaurantes restaurant-img {
	width: 100%;
	height: auto;
}

.restaurant-content h3 {
	margin-top: 0px;
	margin-bottom: 20px;

}

.restaurant-content {
	padding: 5px 20px 10px;
}

.restaurant-tile {
	padding: 25px 25px 25px;
}

/* Features Section */
#features {
	padding: 120px 0;
}
#features .features-item {
	margin: 0 20px;
}
    #features img {
        /*margin: 30px auto 20px;*/
        margin: 30px 0 20px;
    }
#features .conocenos-img:before {
	display: block;
	content: '';
	position: absolute;
	top: 8px;
	right: 8px;
	bottom: 8px;
	left: 8px;
	border: 1px solid rgba(255, 255, 255, 0.5);
}
#features p {
	line-height: 24px;
	margin: 15px 0 30px;
}

/* novedades Section */
 #novedades {
	padding: 0;
	background: #f6f6f6;
}

	#novedades h2 {
		font-size: 50pt;
		padding-top: 50px;
		margin-left: 50px;
		margin-bottom: 50px;
	}


	#novedades p {
		font-size: 20pt;
		padding-top: 50px;
		margin-bottom: 50px;
	}

/* conocenos Section */
#conocenos, #novedades {
	padding: 0;
	background: #f6f6f6;
}
#conocenos h2::after {
	bottom: 0;
	margin-left: 0;
	left: 0;
}
#conocenos .conocenos-text {
	padding: 80px 0;
}
    #conocenos .conocenos-img {
        background: #444 url(../img/somoseandg.jpg) center center no-repeat;
        background-size: cover;
        height: 615px;
    }
#conocenos p {
	line-height: 24px;
	margin: 15px 0 30px;
}
/* Menu Section */
.restaurant-menu {
	padding: 100px 0 60px 0;
}
    /*
.restaurant-menu img {
	width: 300px;
	box-shadow: 15px 0 #a7c44c;
}
    */
.restaurant-menu h3 {
	padding: 10px 0;
	text-transform: uppercase;
}
.restaurant-menu .menu-section hr {
	margin: 0 auto;
}
.restaurant-menu .menu-section {
	margin: 0 20px 80px;
}
    .restaurant-menu .menu-section-title {
        font-size: 32px;
        display: block;
        font-weight: 400;
        color: #444;
        margin: 20px 0;
        /*text-align: center;*/
    }
.restaurant-menu .menu-item {
	margin: 45px 0;
	font-size: 18px;
}
.restaurant-menu .menu-item-name {
	font-weight: 400;
	font-size: 20px;
	color: #444;
	margin-bottom: 10px;
}


.restaurant-menu .menu-item-name i {
    font-weight: bold;
}


.restaurant-menu .menu-item-description {
	font-size: 15px;
	width: 90%;
}

    .menu-brunch .menu-item .menu-item-description {
        width: 100% !important;
    }

.restaurant-menu .menu-item-price {
	float: right;
	font-weight: 400;
	color: #555;
	margin-top: -36px;
    visibility: hidden;
}
/* Gallery Section */
#gallery {
	padding: 0;
}
#gallery .gallery-item {
	margin: 0 -15px;
}
/* Frase Section */

#frase {
    background-color: #1f801d;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}


/* Contact Section */
#contacto {
	padding: 100px 0;
	background: #333;
}

#contacto a:hover {
    color:#a9ff76 ;
}
    
#contacto .contact-item p {
    font-size: 15px;
    color: #777;
}
#contacto .section-title {
	margin-top: 10px;
	margin-bottom: 40px;
}
#contacto form {
	padding: 0;
}
#contacto h3 {
	position: relative;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 400;
	color: #aaa;
	padding: 20px 0;
}
    #contacto h3::after {
        position: absolute;
        content: "";
        background: #37d25a;
        height: 2px;
        width: 40px;
        bottom: 0;
        margin-left: -20px;
        left: 50%;
    }
#contacto .text-danger {
	color: #cc0033;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contacto .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 16px;
	line-height: 1.42857143;
	color: #ccc;
	background-color: rgba(255,255,255,.2);
	background-image: none;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contacto .form-control:focus {
	border-color: #999;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contacto .contact-item {
	margin: 20px 0 40px 0;
}
#contacto .contact-item span {
	font-weight: 400;
	color: #aaa;
	text-transform: uppercase;
	margin-bottom: 6px;
	display: inline-block;
}
/* Footer Section*/
#footer {
	background: #262626;
	padding: 40px 0 20px 0;
}
#footer .social {
	margin-top: -5px;
	text-align: right;
}
#footer .social ul li {
	display: inline-block;
	margin: 0 15px;
}
#footer .social i.fa {
	font-size: 24px;
	padding: 4px;
	color: #888;
	transition: all 0.3s;
}
#footer .social i.fa:hover {
	color: #eee;
}
#footer p {
	font-size: 14px;
	color: #666;
}
#footer a {
	color: #999;
}
#footer a:hover {
	color: #eee;
}

.parallax-separator-eyg {
    background: url(/Content/img/bkg1-parallax.jpg) no-repeat fixed 0 0 #000;
    background-size: cover;
    width: 100%;
    min-height: 500px !important;
}

.parallax-separator-eyg-2 {
    background: url(/Content/img/bkg2-parallax.jpg) no-repeat fixed 0 0 #000;
    background-size: cover;
    width: 100%;
    min-height: 500px !important;
}

/* Brunch  */
#brunch {
    background: #87bf40;
}

#brunch.restaurant-menu .menu-section-title {
    color: white !important;
}

    #brunch h2::after {
        position: absolute;
        content: "";
        background: #fff;
        height: 2px;
        width: 70px;
        bottom: 0;
        left: 0%;
    }

    
.font-white, .font-white .section-title h2, .font-white .menu-item-name {
    color: #fff;
}

/* MENU NUEVO EYG */



.menueyg {
	background-color: #f1f1f1;
	font-family: 'Raleway', sans-serif;
}

	.menueyg h6, .pasos {
		font-size: 20pt !important;
	}

	.menueyg h5 {
		text-transform: inherit !important;
	}




	.menueyg h3 {
		display: inline-block;
		font-size: 32px;
		line-height: 36px;
		position: relative;
		margin-top: 28px;
		margin-bottom: 15px;
	}

		.menueyg h3:before {
			left: -40px;
			height: 0;
			height: 1px;
		}

		.menueyg h3:before, .menueyg h3:after {
			content: "";
			position: absolute;
			bottom: 18px;
			height: 1px;
			width: 40px;
			margin: 0 -15px;
			background-color: #87bf40;
		}

		.menueyg h3:after {
			right: -40px;
		}

	.menueyg h5 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 15px;
		font-weight: 400;
	}


.item {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px;
}

	.item h4, .item p {
		display: block;
		clear: both;
		color: #533834;
	}

.badgep {
	display: inline-block !important;
}

.item p {
	clear: both;
	color: #938372;
}

.item span:first-of-type {
	background-image: linear-gradient(to right,rgba(56,47,47,.5) 33%,rgba(0,0,0,0) 0%);
	background-position: bottom;
	background-size: 3px 1px;
	background-repeat: repeat-x;
	height: 1px;
	width: 100%;
	position: absolute;
	top: 22px;
}
/* Dots in IE */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	.dots {
		background: transparent url('/img/dot.gif') repeat-x bottom left;
	}
}

.badge {
	display: inline-block;
	padding: 0 10px;
	background: #d2c82a;
	font-size: 9px;
	font-weight: 300;
	line-height: 26px;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	border: 1px solid rgba(0,0,0,.05);
	letter-spacing: 1px;
	border-radius: 3px;
	margin: -2px 5px 0 0;
}

.note {
	padding: 0 5px 0 7px;
	min-width: 23px;
	background: rgba(0,0,0,0);
	border: 1px solid #382f2f;
	color: #382f2f;
	box-sizing: border-box;
	border-radius: 12px;
	line-height: 16px;
}

.veggie {
	color: #82b440;
	border-color: #82b440;
}

.gray {
	color: #dcdcdc;
}

.item span:nth-of-type(2n) {
	position: absolute;
	font-size: 18px;
	font-weight: 400;
	right: 0;
	padding-left: 8px;
	/* Cambiar por */
	background-color: #f1f1f1;
	z-index: 0;
}

.item h4 {
	display: inline-block;
	padding-right: 8px;
	padding-bottom: 0px !important;
	font-size: 1.5rem;
	max-width: 80%;
	margin-bottom: 3px;
	position: relative;
}