/* @override 
	http://mentayerbabuenimac.local/~danbuenfil/sonoragrill/wp-content/themes/sonora_grill/sgg-styles.css
	http://blog.sonoragrillprime.com/wp-content/themes/sonora_grill/sgg-styles.css */
	
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,700italic,400italic,300italic,900,900italic);

a:visited {
  color: #FFFFFF !important;
}

body {
	font-family: "Raleway"!important;
	font-weight: 400;
	font-size: 14px!important;
}

.np {
	padding: 0 !important;
}

.site-content {
	padding-top: 90px;
}

/* @group Main menu */

.main-navigation {
	margin: 0!important;
	background-color: #3d454a;
}

.main-navigation.navUnScrolled {
	height: 90px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #3d454a;
}

.main-navigation.navScrolled {
	height: 50px;
	border-bottom: 1px solid white;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: rgba(60, 69, 74, 0.95);
}

.main-navigation a {
	color: white;
}

.main-navigation.navUnScrolled .nav>li>a {
	height: 90px;
}

.main-navigation.navScrolled .nav>li>a {
	height: 50px;
}

.nav>li>a:focus, .nav>li>a:hover, .nav>li>a:visited {
	text-decoration: none;
	background-color: #727d83!important;
	color: white;
}

.main-navigation.navUnScrolled .nav.navbar-nav.navbar-right li a {
	padding-top: 36px;
	padding-bottom: 36px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-navigation.navScrolled .nav.navbar-nav.navbar-right li a {
	padding-top: 17px;
	padding-bottom: 17px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}


.main-navigation.navUnScrolled img {
	height: 58px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-navigation.navScrolled img {
	height: 40px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.main-navigation.navScrolled .logosHead li a, .main-navigation.navScrolled a.navbar-brand {
	padding-top: 5px;
	padding-bottom: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.searchHome {
	position: absolute;
	z-index: 999;
	width: 100%;
	background-color: rgba(68, 80, 86, 0.7);
}

#searchHeader {
	text-align: center;
	padding-top: 6px;
	padding-bottom: 6px;
}

#searchHeader input#s.textbox {
	background-color: white;
	border-color: #3c454a;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 50%;
	height: 34px;
	padding: 6px 12px 4px;
	font-size: 12px;
	line-height: 12px;
	-webkit-appearance: none;
	margin: 0!important;
}

#searchHeader input#s.textbox:focus, #searchHeader input#s.textbox:hover {
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	outline-color: transparent!important;
	outline-style: auto;
	outline-width: 0;
}

#searchHeader input#btnSearch {
	font: 14px/0 FontAwesome;
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #6f7f88;
	border-left-style: none;
	border-color: #3c454a;
	color: white!important;
	left: -4px;
	position: relative;
	padding: 4px 6px;
	height: 34px;
	width: 34px;
	-webkit-appearance: none;
	margin: 0!important;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

#searchHeader input#btnSearch:hover {
	background-color: #3c454a;
	color: white;
}

@media (max-width: 768px) {

	.navbar-header {
		float: left;
		padding-left: 25px;
	}

	.main-navigation .container {
		padding: 0;
	}

	div.menu-main-menu-container {
		margin: 0;
		padding: 0;
	}

	.main-navigation ul {
		display: none;
		list-style: none;
		margin: 0;
		padding-left: 0;
	}
	
	.main-navigation.navUnScrolled button {
		margin-top: 25px!important;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.main-navigation.navScrolled button {
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	.main-navigation button {
		border: 2px solid white!important;
		border-radius: 3px;
		background: #3c454a;
		box-shadow: none!important;
		font-size: 14px!important;
		font-size: 0.75rem;
		line-height: 1;
		padding: .6em 1em .4em;
		text-shadow: none!important;
		color: white;
	}
	
	.main-navigation button:hover, .main-navigation button:active, .main-navigation button:focus {
		border: 2px solid #707f87 !important;
		border-radius: 3px;
		background: white;
		box-shadow: none!important;
		font-size: 14px!important;
		font-size: 0.75rem;
		line-height: 1;
		padding: .6em 1em .4em;
		text-shadow: none!important;
		color: #707f87;
	}
		
	ul#primary-menu {
		background-color: #3d454a;
		min-height: 100%;
		border-bottom: 3px solid white;
		box-shadow: 0 3px 10px #444;
		-moz-box-shadow: 0 3px 10px #444;
		margin-top: 0;
		top: -6px !important;
		position: relative;
	}

	.main-navigation .logosHead {
		display: inline-block;
	}
	
	.main-navigation .nav.navbar-nav.navbar-right li {
		display: block;
		float: right;
		clear: both;
	}
	
	.main-navigation.navUnScrolled .nav.navbar-nav.navbar-right li a, .main-navigation.navScrolled .nav.navbar-nav.navbar-right li a {
		padding-top: 36px;
		padding-bottom: 36px;
	}
	
	.main-navigation.navUnScrolled .nav.navbar-nav.navbar-right li, .main-navigation.navScrolled .nav.navbar-nav.navbar-right li {
		height: 90px;
		width: 100%;
		text-align: right;
	}
	
	
}

/* @end */

/* @group Back To Top */

.backToTopArrow {
	position: fixed;
	bottom: 30px;
	right: 0;
	left: 0;
	width: 60px;
	height: 60px;
	margin-right: auto;
	margin-left: auto;
	color: white;
	z-index: 9999;
	text-align: center;
	font-size: 35px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border: 3px solid white;
	opacity: 0.3;
	display: none;
}

.backToTopArrow a, .backToTopArrow a:hover  {
	color: white;
	text-decoration: none;
}

.backToTopArrow:hover {
	opacity: 0.8;
}

/* @end */

/* @group Containers */

.container-fluid{
	padding: 0!important;
}

/* @end */


/* @group Side Bar */

#fixedSideBar h2 {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 14px;
}

#fixedSideBar ul.nav-tabs  {
	margin-left: 0;
	padding-left: 12px;
}

#fixedSideBar .tab-content ul {
	margin-left: 0;
	padding-left: 0px;
	list-style: none;
	margin-bottom: 0;
}

/* @group Buscar Sidebar */

#fixedSideBar #searchform {
	display: inline-block;
	width: 100%;
	margin-top: 30px;
}


div.search-box {
	position: relative;
	top: -2px;
}

#searchform div.form-group {
	width: 86%;
	float: left;
}

input#s.searchField {
	background-color: white;
	border-color: #c8d0d8;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	width: 100%;
	height: 34px;
	padding-left: 12px;
}

input#s.searchField::-webkit-input-placeholder, input#s.searchField:-moz-placeholder, input#s.searchField::-moz-placeholder, input#s.searchField:-ms-input-placeholder {
    color: #b6b6b6;
	opacity: 1;
}

#searchform button.btn.btn-default.searchButton {
	-moz-box-shadow: none!important;
	box-shadow: none!important;
	-webkit-border-top-left-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
	background-color: #dadfe5;
	border-left-style: none;
	border-color: #c8d0d8;
	color: white!important;
	float: right;
	padding-right: 10px;
	left: -1px;
	position: relative;
	padding-left: 10px;
	width: 14%;
}

#searchform button.btn.btn-default.searchButton:hover{
	background-color: #3d454a;
}

#searchform button.btn.btn-default.searchButton span {
	position: relative;
	top: 2px;
	width: 15px;
}

@media (max-width: 1200px) {
	#searchform div.form-group {
		width: 86%;
		float: left;
	}
}

/* @end */

/* @group Tabs */

#fixedSideBar div ul.nav.nav-tabs li a {
	padding-right: 6px;
	padding-left: 6px;
	color: #404040;
}

#fixedSideBar div ul.nav.nav-tabs li a:hover {
	color: white;
}

#fixedSideBar .tab-content {
	padding: 15px;
	border: 1px solid #ddd;
	border-top-style: none;
}

#fixedSideBar #categorias h2 {
	display: none;
}

@media (max-width: 1200px) {
	#fixedSideBar ul.nav-tabs  {
		margin-left: 0;
		padding-left: 0;
	}
	
	#fixedSideBar div ul.nav.nav-tabs li {
		padding-right: 0px;
		padding-left: 0px;
		color: #404040;
		font-size: 12px;
		width: 33%;
	}
	
	#fixedSideBar div ul.nav.nav-tabs li a {
		font-size: 12px;
		width: 100%;
	}
}

/* @end */

/* @group Recientes */

#fixedSideBar #recientes li {
	margin-bottom: 16px;
	font-size: 12px;
	display: block;
	min-height: 50px
}

#fixedSideBar #recientes li a {
	overflow: auto;
	display: block;
	color: #404040;
}

#fixedSideBar .recientesImg {
	width: 40%;
	height: 50px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	display: inline-block;
	float: left;
	margin-right: 10px;
	border-radius: 3px;
}

/* @end */

/* @group Populares */

#fixedSideBar .wpp-list li {
	margin-bottom: 12px;
}

#fixedSideBar .wpp-list li a {
	margin-bottom: 12px;
	color: #404040;
}

#fixedSideBar .wpp-views {
	color: #b6b6b6;
	font-size: 12px;
	display: block;
}

#fixedSideBar .wpp-views:before {
	color: #b6b6b6;
	font-size: 12px;
	display: block;
	font-family: "Fontawesome";
	content:"\f06e";
	float: left;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

/* @end */

/* @group Categorias */

#fixedSideBar #categorias a {
	margin-bottom: 12px;
	color: #404040;
}

#fixedSideBar #categorias ul ul {
	padding-left: 12px;
}

#fixedSideBar #categorias ul ul li:before {
	color: #b6b6b6;
	font-size: 12px;
	display: block;
	font-family: "Fontawesome";
	content:"\f192";
	float: left;
	margin-right: 5px;
	position: relative;
	top: 1px;
}

/* @end */

/* @end */

/* @group Blog */

#postHeader {
	height: 350px;
	position: relative;
	margin-bottom: 46px;
	/*background-attachment: fixed;*/
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover !important;
}

.postTitle {
	position: absolute;
	bottom: 0;
	max-height: 65px;
}

.postCats {
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	bottom: 0;
	z-index: 0;
	color: #868375;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 3px;
	display: inline-block;
	margin-left: 0;
	padding: 13px 20px;
	height: 80px;
}

.postCats a, .postCats a:visited {
	color: #828282;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.postCats a:hover {
	color: white;
	text-decoration: none;
}

.postTitle h1 {
	background-color: white;
	margin-bottom: 0;
	margin-top: 5px;
	margin-left: 20px;
	padding: 12px 16px 7px;
	display: block;
	z-index: 13;
	position: relative;
	text-transform: uppercase;
	font-weight: 100;
	font-size: 36px;
	top: 21px;
	clear: both;
	max-height: 97px;
	/*overflow: hidden;*/
}

.maridajes {
	color: maroon;
}

.enologia {
	color: purple;
}

.estilo-de-vida {
	color: #117ed3;
}

.cocina {
	color: #b0d310;
}

.carnes-y-cortes  {
	color: red;
}

#blogContent h2, #blogContent h3  {
	text-transform: uppercase;
}

#blogContent p {
	text-align: justify;
	font-size: 16px;
	line-height: 170%;
}

#blogContent blockquote {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 18px 0;
	border-style: none;
	margin-bottom: 30px;
}

#blogContent blockquote p {
	font-size: 2.1em;
	font-weight: 100;
	text-align: center;
	padding-right: 40px;
	padding-left: 40px;
}

#blogContent blockquote:after {
	color: #b6c1c6 !important;
	content:"\f10e"!important;
	display: block;
	height: 40px;
	width: 40px;
	position: relative;
	bottom: 40px;
	font: 40px FontAwesome;
	float: right;
}

#blogContent blockquote:before {
	color: #b6c1c6 !important;
	content:"\f10d" !important;
	display: block;
	height: 40px;
	width: 40px;
	position: relative;
	font: 40px FontAwesome;
	float: left;
}

#blogContent ul {
	margin: 0 3em 1.5em;
	font-size: 16px;
	line-height: 170%;
	list-style: none;
	padding-left: 0;
}

#blogContent ul li:before {
	content:"\f111";
	font: 12px "Fontawesome";
	bottom: 2px;
	position: relative;
	margin-right: 10px;
}

/* @group Buscar y Categorķas */

#categorias_archivo h2.entry-title a {
	color: #565656;
}

#categorias_archivo .entry-summary img {
	margin-bottom: 12px;
}

#categorias_archivo span.cat-links a, #categorias_archivo span.tags-links a, #categorias_archivo time.entry-date.published, #categorias_archivo span.byline span.author.vcard a {
	color: #565656;
}

#categorias_archivo span.tags-links {
	margin-left: 12px;
}

#categorias_archivo span.comments-link a{
	background-color: #d9dfe5;
	border: 1px solid #c8d0d8;
	padding: 6px 12px;
	font-size: 10px;
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
	float: right;
}

#categorias_archivo article {
	padding-top: 24px;
	border-top: 1px solid #dddddd;
}

/* @end */

/* @end */

/* @group Comments */

#comments {
	padding-top: 14px;
	border-top: 1px solid #dddddd;
}

h2.comments-title {
	font-size: 18px;
}

#comments li {
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}

#comments .comment-avatar {
	border: 2px solid white;
	-moz-box-shadow: 0 3px 7px #d5d5d5;
	box-shadow: 0 3px 7px #d5d5d5;
	border-radius: 4px;
	-moz-border-radius: 4px;
	width: 48px;
	height: 48px;
	margin-right: 10px;
	vertical-align: top;
	float: left;
}


#comments .comment-author.vcard {
	float: left;
	margin-right: 10px;
	font-size: 12px;
	line-height: 12px;
}

cite.fn {
	font-weight: normal;
	font-style: normal;
}

#comments .comment-meta.commentmetadata {
	overflow: hidden;
}

#comments .comment-meta.commentmetadata a {
	font-size: 12px;
	color: gray;
	line-height: 12px;
	float: left;
}

#comments .comment-body-inner p {
	font-size: 12px;
	padding-left: 58px;
	padding-top: 5px;
	margin-bottom: 5px;
}

#comments .reply {
	text-align: right;
	margin-bottom: 12px;
	margin-top: 12px;
}

#comments a.comment-reply-link {
	background-color: #d9dfe5;
	border: 1px solid #c8d0d8;
	padding: 6px 12px;
	font-size: 10px;
	color: white;
	border-radius: 4px;
	-moz-border-radius: 4px;
}

#comments a.comment-reply-link:before {
	content:"\f086";
}

/* @end */

/* @group Home */

/* @group Home Slider */

#myCarousel .fill {
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-control {
	width: 5%!important;
}

.carouselColorLayer {
	display: flex;
	display:  flex-box;
	align-items: center;
	justify-content: center;
	text-align: left;
	background-color: rgba(60, 69, 74, 0.60);
	min-height: 574px;
	padding-right: 5%;
	padding-left: 5%;
}

.carouselColorLayer h1 a {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 165px;
	line-height: 165px;
}

.carouselColorLayer h1 a:hover {
	text-decoration: none;
}

.carouselColorLayer h1 a span {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
	display: block;
	line-height: 40px;
	padding-left: 10px;
}

@media (max-width: 768px){
	.carouselColorLayer h1 a {
		font-size: 65px;
		line-height: 65px;
	}
}

.carouselColorLayer h1 a span.tituloParcial {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 28px;
	display: block;
	line-height: 28px;
	padding-left: 10px;
	font-style: normal;
}

.carouselCaption .readMore {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: rgba(256, 256, 256, 0.60);
	color: #3d454a;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	margin-left: 10px;
	margin-top: 100px;
}

.carouselCaption .readMore:hover {
	background-color: rgba(256, 256, 256, 1);
	text-decoration: none;
}

/* @end */

/* @group Home Grid */

#homeGrid .col-md-4 {
	padding: 0;	
}

.gridHome {
	border: 1px solid white;
	min-height: 470px!important;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-size: cover;*/
}

.gridColorLayer {
	display: flex;
	display:  flex-box;
	align-items: center;
	justify-content: center;
	text-align: left;
	background-color: rgba(60, 69, 74, 0.05);
	height: 100%;
	min-height: 400px!important;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;	
}


.gridColorLayer:hover {
	background-color: rgba(60, 69, 74, 0.50);
	
}

.gridColorLayer h1{
	text-align: center;
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

.gridColorLayer h1 a {
	color: white;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

.gridColorLayer h1 a span.tituloParcialGrid {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18px;
	display: block;
	line-height: 24px;
	padding-left: 10px;
	font-style: normal;
}

.gridColorLayer h1 a:hover {
	text-decoration: none;
}

@media (max-width: 992px) {
	.gridHome {
		background-size: cover!important;
	}
}

/* @end */

/* @group Random Post */

#randomPost  {
	height: 575px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	filter: saturate(40%);
	-webkit-filter: saturate(40%);
	-moz-filter: saturate(40%);
	-ms-filter: saturate(40%);
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}

#randomPost .randomPostColorLayer {
	display: flex;
	display:  flex-box;
	align-items: center;
	justify-content: center;
	text-align: left;
	background-color: rgba(60, 69, 74, 0.60);
	padding-top: 38px;
	padding-bottom: 38px;
	height: 100%;
	filter: saturate(160%);
	-webkit-filter: saturate(160%);
	-moz-filter: saturate(160%);
	-ms-filter: saturate(160%);
}

#randomPost .postTag {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	background-color: rgba(255, 57, 254, 0.6);
	line-height: 14px;
}

#randomPost .postTag:before {
	font: 18px/18px "Fontawesome";
	content:"\f02b";
	margin-right: 10px;
	position: relative;
	top: 2px;
}

#randomPost h1 a {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 60px;
	margin: 0;
}

#randomPost h1 a span.tituloParcialRandom {
	color: white;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24px;
	display: block;
	line-height: 28px;
	padding-left: 10px;
	font-style: normal;
}

#randomPost .postContent {
	color: white;
	height: 218px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

#randomPost .readMore {
	display: inline-block;
	padding: 8px 16px;
	margin-top: 16px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color: rgba(255, 57, 254, 0.6);
	color: white;
}

#randomPost .postContent blockquote {
	display: none;
}

@media (min-width: 768px) {
	#randomPost .postContent {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
		-moz-column-count: 2; /* Firefox */
		column-count: 2;
	}
}

@media (max-width: 768px) {
	#randomPost .postContent p {
		overflow: hidden;
		text-overflow: ellipsis;
		-ms-text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 7;
		-webkit-box-orient: vertical;
	}
}


/* @end */

/* @group Random Tag  */

#highlightCat {
	height: 372px;
}

#highlightCat h1 {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 145px;
	margin: 0;
}

#highlightCat a {
	color: white;
	text-transform: uppercase;
	font-size: 14px;
	margin: 0;
	display: inline-block;
	padding: 4px 12px;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.colorLayer {
	display: flex;
	display: flex-box;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 765px) {
	#highlightCat h1 {
		color: white;
		font-weight: 700;
		text-transform: uppercase;
		font-size: 40px;
		margin: 0;
	}
}

/* @group Vinos */

.vinos {
	background: url(img/fixedBGs/randomTagVinos.jpg) center fixed;
	background-size: cover;
}

.vinos a {
	background-color: rgba(145, 254, 74, 0.60);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.vinos a:hover {
	background-color: rgba(145, 254, 74, 1);
	text-decoration: none;
}

.vinosColorLayer {
	background-color: rgba(28, 95, 88, 0.60);
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Postres */

.postres {
	background: url(img/fixedBGs/randomTagVinos.jpg) center fixed;
	background-size: cover;
}

.postres a {
	background-color: rgba(253, 74, 199, 0.6);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.postres a:hover {
	background-color: rgba(253, 74, 199, 1);
	text-decoration: none;
}

.postresColorLayer {
	background-color: rgba(111, 22, 75, 0.6);
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Gadgets */

.gadgets {
	background: url(img/fixedBGs/randomTagVinos.jpg) center fixed;
	background-size: cover;
}

.gadgets a {
	background-color: rgba(253, 158, 74, 0.6);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.gadgets a:hover {
	background-color: rgb(253, 158, 74);
	text-decoration: none;
}

.gadgetsColorLayer {
	background-color: rgba(102, 72, 14, 0.6);
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Viajes */

.viajes {
	background: url(img/fixedBGs/randomTagVinos.jpg) center fixed;
	background-size: cover;
}

.viajes a {
	background-color: rgba(14, 142, 252, 0.60);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.viajes a:hover {
	background-color: rgb(14, 142, 252);
	text-decoration: none;
}

.viajesColorLayer {
	background-color: rgba(8, 45, 155, 0.6);
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
}

/* @end */

/* @group Carnes */

.carnes {
	background: url(img/fixedBGs/randomTagVinos.jpg) center fixed;
	background-size: cover;
}

.carnes a {
	background-color: rgba(252, 13, 13, 0.60);
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.carnes a:hover {
	background-color: rgb(252, 13, 13);
	text-decoration: none;
}

.carnesColorLayer {
	background-color: rgba(155, 8, 8, 0.6);
	position: relative;
	z-index: 999;
	width: 100%;
	height: 100%;
}

/* @end */

/* @end */

/* @group Menu Restaurantes */

/*.chooseRestaurant{
	text-align: center;
	height: 84px;
	padding-top: 13px;
	padding-bottom: 13px;
}

.chooseRestaurant:hover{
	background-color: #727d83;
}

.chooseRestaurant.active{
	background-color: #727d83;
}*/

.chooseRestaurant{
	background-color: #000000;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-align:center;
	border-bottom: 1px solid #6e6e6e;
	padding: 0 1px;
	height: 68px;
	margin-top: 9px;
}

.chooseRestaurant:hover, .chooseRestaurant.active{
	background-color: #000000;
}

.chooseRestaurant span {
	display: block;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background-image: -webkit-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -moz-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -ms-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -o-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: linear-gradient(to bottom, #657589 0%, #2f3439 100%);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
	-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
	box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
	padding-bottom: 7px;
}

.chooseRestaurant:hover {
	-moz-box-shadow: 0 0 6px #58a0c6;
	box-shadow: 0 0 6px #58a0c6;
}

.chooseRestaurant.active span {
	background-image: -webkit-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -moz-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -ms-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: -o-linear-gradient(top, #657589 0%, #2f3439 100%);
	background-image: linear-gradient(to bottom, #657589 0%, #2f3439 100%);
	padding-bottom: 3px;
	padding-top: 4px;
	-moz-box-shadow: inset 0 4px 5px #1c232a;
	box-shadow: inset 0 4px 5px #1c232a;
}

.chooseRestaurant.active span img {
	-webkit-filter: drop-shadow(0px -2px 0px #222);
	  filter: drop-shadow(0px -2px 0px #222);
}

@media (max-width: 768px ) {
	.chooseRestaurant{
		background-color: #000000;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		text-align:center;
		border-bottom: 1px solid #6e6e6e;
		padding: 0 1px;
		height: 68px;
		margin-top: 13px;
	}
	
	.chooseRestaurant:hover, .chooseRestaurant.active{
		background-color: #000000;
	}
	
	.chooseRestaurant span {
		display: block;
		-webkit-border-radius:4px;
		-moz-border-radius:4px;
		border-radius:4px;
		background-image: -webkit-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -moz-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -ms-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -o-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: linear-gradient(to bottom, #657589 0%, #2f3439 100%);
		-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
		-moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
		box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
		padding-bottom: 7px;
	}
	
	.chooseRestaurant:hover {
		-moz-box-shadow: 0 0 6px #58a0c6;
		box-shadow: 0 0 6px #58a0c6;
	}
	
	.chooseRestaurant.active span {
		background-image: -webkit-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -moz-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -ms-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: -o-linear-gradient(top, #657589 0%, #2f3439 100%);
		background-image: linear-gradient(to bottom, #657589 0%, #2f3439 100%);
		padding-bottom: 3px;
		padding-top: 4px;
		-moz-box-shadow: inset 0 4px 5px #1c232a;
		box-shadow: inset 0 4px 5px #1c232a;
	}
	
	.chooseRestaurant.active span img {
		-webkit-filter: drop-shadow(0px -2px 0px #222);
		  filter: drop-shadow(0px -2px 0px #222);
	}
	
}

/* @end */

/* @group Map */

#map {
	width: 100%;
	height: 350px;
}

#homeMap {
	background-color: #3d454a;
}

#map-info {
	background-color: #323941;
	color: white;
}

.review-item {
	margin-top: 15px;
	margin-left: auto;
	margin-right: auto;
	color: white;
}

.review-img {
	width: 84px;
	height: 84px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	float: right;
	display: inline-block;
	border-radius: 5px;
	margin-top: 15px;
	-moz-box-shadow: 0 0 4px #606466;
	box-shadow: 0 0 4px #606466;
	
}

.review-info {
	padding-right: 10px;
	float: left;
	display: inline-block;
	width: 70%;
}

.review-info h4 {
	margin: 0;
}

.review-rating {
	color: #ffca00;
}

.review-rating .star-off {
	color: rgba(182, 182, 182, 0.5);
}

.review-info p {
	margin: 0;
}

#mapDirections h3{
	color: #58a0c6;
}

#mapSchedule{
	text-align: center;
	border-right: 1px solid #657589;
	border-left: 1px solid #657589;
	padding-bottom: 15px;
}

.map-info-col{
	margin-bottom: 10px;
}

#mapRating{
	text-align: right;
}

#mapRating h4{
	color: #58a0c6;
}

#mapRating p{
	border-top: 1px solid #657589;
	text-align: justify;
	direction: rtl;
	padding-top: 5px;
	padding-bottom: 15px;
}

@media (max-width: 992px) {
	#mapDirections{
		text-align: center;
		border-top: 1px solid #657589;
	}
	
	#mapSchedule{
		border-right: none;
		border-left: none;
		border-top: 1px solid #657589;
		border-bottom: 1px solid #657589;
	}

	#mapSchedule ul{
		margin-bottom: 10px;
	}
	
	.review-item{
		width: 400px;
	}
	
	.review-img{
		float: left;
		margin-bottom: 15px;
	}
	
	.review-info{
		float: right;
	}
	
	#mapRating{
		text-align: left;
	}
	
	#mapRating p{
		direction: ltr;
	}

}

/* @end */

/* @end */

/* @group Search y Categorias */

#blogContent .page-header {
	margin: 0;
	padding-bottom: 0;
	border-bottom-color: white;
}

#blogContent .page-header {
	margin: 0;
}

#blogContent .page-header h1 {
	margin: 0;
	padding-top: 65px;
	padding-bottom: 24px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	font-size: 45px;
	background-color: #3c454a;
	color: white;
}

.post-item-1, .post-item-2, .post-item-3, .post-item-5 {
	min-height: 362px!important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0!important;
	border: 1px solid white;
}
.post-item-4 {
	min-height: 726px !important;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 0!important;
	border: 1px solid white;
	width: 100%;
}

.post-item-1 a, .post-item-2 a, .post-item-3 a, .post-item-5 a {
	min-height: 362px!important;
	display: block;
	color: white;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	display:  flex-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(60, 69, 74, 0.60);
	height: 100%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.post-item-4 a {
	min-height: 726px!important;
	display: block;
	color: white;
	padding-right: 15px;
	padding-left: 15px;
	display: flex;
	display:  flex-box;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: rgba(60, 69, 74, 0.60);
	height: 100%;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}

.post-item-1:hover a, .post-item-2:hover a, .post-item-3:hover a, .post-item-4:hover a, .post-item-5:hover a {
	color: white;
	text-decoration: none;
}

.post-item-1 a h1, .post-item-2 a h1, .post-item-3 a h1, .post-item-4 a h1, .post-item-5 a h1 {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 40px;
}

.post-item-1 a span:not(.tituloParcialGrid), .post-item-2 a span:not(.tituloParcialGrid), .post-item-3 a span:not(.tituloParcialGrid), .post-item-5 a span:not(.tituloParcialGrid) {
	opacity: 0;
	min-height: 362px;
	position: absolute;
	overflow: auto;
	height: 362px;
	color: white;
	left: 0;
	padding-right: 15px;
	padding-left: 15px;
	top: 0;
	vertical-align: middle!important;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	justify-content: center;
}
.post-item-3 a span:not(.tituloParcialGrid) {
	top: 1px;
	right: 1px;
}
.post-item-4 a span:not(.tituloParcialGrid) {
	top: 1px !important;
	left: 1px !important;
}
.post-item-5 a span:not(.tituloParcialGrid) {
	top: 365px;
	right: 1px;
}
.post-item-4 a span:not(.tituloParcialGrid) {
	opacity: 0;
	min-height: 726px;
	position: absolute;
	overflow: auto;
	height: 726px;
	color: white;
	left: 0;
	padding-right: 15px;
	padding-left: 15px;
	top: 0;
	vertical-align: middle!important;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	flex-direction: column;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	justify-content: center;
}

.post-item-1 a:hover span:not(.tituloParcialGrid), .post-item-2 a:hover span:not(.tituloParcialGrid), .post-item-3 a:hover span:not(.tituloParcialGrid), .post-item-5 a:hover span:not(.tituloParcialGrid) {
	opacity: 1;
	min-height: 362px;
	background-color: rgba(49, 56, 60, 0.9);
}
.post-item-4 a:hover span:not(.tituloParcialGrid) {
	opacity: 1;
	min-height: 726px;
	background-color: rgba(49, 56, 60, 0.9);
}

div.excerpt-overlay div {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	color: #3d454a;
	padding: 8px 16px;
	background: rgba(256,256,256,0.6);
	margin-top: 15px;
	text-transform: capitalize;
}

/* @end */

/* @group Footer */

#colophon {
	background-color: #3d454a;
	padding-top: 40px;
	padding-bottom: 40px;
	color: white;
	border-top: 7px solid #626f78;
}

#colophon a{
	color: white;
}

footer h2 {
	font: 12px "Raleway";
	text-transform: uppercase;
	font-weight: 700;
	padding-bottom: 14px;
	margin-bottom: 14px;
	border-bottom: 1px solid #f2f2f2;
	margin-top: 0;
}

footer ul {
	padding-left: 0;
	margin-left: 0;
	list-style: none;
}

footer ul li {
	font-size: 12px;
}

footer ul li:before {
	font-size: 5px;
	font-family: "Fontawesome";
	content:"\f111";
	display: block;
	float: left;
	margin-right: 5px;
	padding-top: 5px;
}

footer .logo img{
	max-height: 39px;
}

footer a.logo {
	width: 20%;
	display: block;
	float: left;
	text-align: center;
}

.footerBottom {
	display: flex;
	display: flex-box;
}

.footerBottom .site-info {
	align-self: flex-end;
}

footer .logoSGG img{
	max-height: 59px;
}

footer a.logoSGG {
	width: 33%;
	display: block;
	float: left;
	text-align: center;
}


/* @end */


/* @group switch toogle */

#transportSelect {
	padding-top: 12px;
	padding-bottom: 6px;
}

.toggle {
  position:relative;
  display:inline-block;
  width:40px;
  height:60px;
  background-color: #000000;
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
  border-radius:4px;
  text-align:center;
	border-bottom: 1px solid #6e6e6e;
}

.toggle input {
  width:100%;
  height:100%;
  margin:0 0;
  padding:0 0;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  z-index:2;
  cursor:pointer;
  opacity:0;
  filter:alpha(opacity=0);
}

.toggle:hover {
	-moz-box-shadow: 0 0 6px #58a0c6;
	box-shadow: 0 0 6px #58a0c6;
}

.toggle label {
  display:block;
  position:absolute;
  top:1px;
  right:1px;
  bottom:1px;
  left:1px;
  background-image: -webkit-linear-gradient(top, #657589 0%, #3e4c5a 49.8%, #2e343c 50.1%, #677683 50.6%, #2f3439 100%);
	background-image: -moz-linear-gradient(top, #657589 0%, #3e4c5a 49.8%, #2e343c 50.1%, #677683 50.6%, #2f3439 100%);
	background-image: -ms-linear-gradient(top, #657589 0%, #3e4c5a 49.8%, #2e343c 50.1%, #677683 50.6%, #2f3439 100%);
	background-image: -o-linear-gradient(top, #657589 0%, #3e4c5a 49.8%, #2e343c 50.1%, #677683 50.6%, #2f3439 100%);
	background-image: linear-gradient(to bottom, #657589 0%, #3e4c5a 49.8%, #2e343c 50.1%, #677683 50.6%, #2f3439 100%);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
  -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
  box-shadow: 0 2px 3px rgba(0,0,0,0.4), inset 0 -1px 1px #3c4a56, inset 0 -5px 1px #566678, inset 0 -6px #abb8c9;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  font:normal 11px Arial,Sans-Serif;
  color: #2c333a;
  text-shadow:0 1px 0 white;
  cursor:text;
}

.toggle label:before {
	font-family: FontAwesome;
  content:attr(data-off);
  position:absolute;
  top:6px;
  right:0;
  left:0;
  z-index:4;
}

.toggle label:after {
	font-family: FontAwesome;
  content:attr(data-on);
  position:absolute;
  right:0;
  bottom:11px;
  left:0;
  text-shadow:0 -1px 0 #abb8c9;
}

.toggle input:checked + label {
  background-image: -webkit-linear-gradient(top, #5f7182 0%, #31383f 49.9%, #495969 50.4%, #6d7d8b 100%);
	background-image: -moz-linear-gradient(top, #5f7182 0%, #31383f 49.9%, #495969 50.4%, #6d7d8b 100%);
	background-image: -ms-linear-gradient(top, #5f7182 0%, #31383f 49.9%, #495969 50.4%, #6d7d8b 100%);
	background-image: -o-linear-gradient(top, #5f7182 0%, #31383f 49.9%, #495969 50.4%, #6d7d8b 100%);
	background-image: linear-gradient(to bottom, #5f7182 0%, #31383f 49.9%, #495969 50.4%, #6d7d8b 100%);
	-webkit-box-shadow:0 0 1px rgba(0,0,0,0.4),
    inset 0 1px 7px -1px #3c4a56,
    inset 0 5px 1px #566678,
    inset 0 6px 0 #abb8c9;
  -moz-box-shadow:0 0 1px rgba(0,0,0,0.4),
    inset 0 1px 7px -1px #3c4a56,
    inset 0 5px 1px #566678,
    inset 0 6px 0 #abb8c9;
  box-shadow:0 0 1px rgba(0,0,0,0.4),
    inset 0 1px 7px -1px #3c4a56,
    inset 0 5px 1px #566678,
    inset 0 6px 0 #abb8c9;
}


.toggle input:checked + label:before {
  z-index:1;
  top:11px;
}

.toggle input:checked + label:after {
  bottom:9px;
  color:#4697FB;
  text-shadow:none;
  z-index:4;
}

@media (max-width: 992px) {
	.toggle {
		margin-top: 10px;
	}
}

#mapSchedule ul {
	padding: 0;
	margin: 0; 
	list-style: none;
}

#mapSchedule li.selected {
	/*text-shadow: 2px 1px black;*/
	color: #58a0c6;
	font-weight: bold;
}
/* @end */

/* @group switch spinner infinite scroll */
#load-more-wrapper{
	background-color: #3d454a;
	width: 100%;
}

.load-more-btn{
	color: white;
	margin: 15px 0;
	display: block;
}
/* @end */


/* COMMENTS */