@import url(../fonts/lato/lato-font.css);
@import url(http://fonts.googleapis.com/css?family=Quicksand:300,400,700);

body {
	margin: 0;
	/*background-color: #F7F7F7;*/
	background-color: #FFFFFF;
  font: "latoregular", sans-serif;
}

html, body {
	height: 100%;
	min-height: 100%;
}

nav {
	display: block;
}

#navigation-wrapper {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	top: 124px;
}

.header_container {
	/* margin-bottom: 31px; */
	margin-bottom: 26px;
    position: relative;
    top: -35px;
}

.page-wrapper {
	min-height: 100%;
}

.clearfix, .tab_entry {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after,
.tab_entry:before,
.tab_entry:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after,
.tab_entry:after {
  clear: both;
}

b, strong {
  font-weight: normal;
}

.clear {
	clear: both;
}

.spacer {
	display: none;
	height: 20px;
  background-color: #FFFFFF;
  width: 100%;
  clear: both;
}

.webkit body.page-template-section-subcat-level3-php .header_container {
	height: 100px;
}

.webkit body.page-template .first_slider {
	margin-top: -31px;
}

.header_container {
	/* background: #0A0A0A url(../img/header/header.png) top center no-repeat; */
	/* background: #0A0A0A url(../img/header/logov2bl.png) center center no-repeat; */
	background: #0A0A0A url(../img/logo-temp.png) center center no-repeat;
	position: relative;
	z-index: 1000;
}

.header_container .site-header {
	position: relative;
}

.header-region {
	display:none;
}
.header_container .header-region {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 0;
}

.header_container ul.social {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
}

.header_container .header-region:after,
.header_container .header-region:before,
.header_container ul.social:after,
.header_container ul.social:before {
	content: "";
	display: table;
}

.header_container ul.social:after,
.header_container .header-region:after {
	clear: both;
}

.header_container ul.social li {
	list-style: none;
	float: left;
}

.header_container ul.social li + li {
	margin-left: 8px;
}

.header_container ul.social li a {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -99999px;
	background-position: center;
	background-repeat: no-repeat;
}

.header_container ul.social li.facebook a {
	background-image: url(../img/header/fb_icon.png);
}

.header_container ul.social li.twitter a {
	background-image: url(../img/header/tw_icon.png);
}

.header_container ul.social li.youtube a {
	background-image: url(../img/header/youtube_icon.png);
}

.header_container ul.social li.vimeo a {
	background-image: url(../img/header/vimeo_icon.png);
}

.header_container .search-form {
	float: left;
	margin-left: 10px;
}

.header_container .search-form .search-text {
	border-width: 0;
	background: #F71B37 url(../img/header/search_icon.png) 2px no-repeat;
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	color: #FFFFFF;
	font-family: "latoregular", sans-serif;
	padding-left: 20px;
	width: 1px;
	-webkit-transition: 0.2s ease-in-out width;
	transition: 0.2s ease-in-out width;
}

.header_container .search-form .search-text:focus,
.header_container .search-form .search-text:hover {
	width: 100px;
}

.banner_logo {
	/*background-image:url(../img/banner.jpg);*/
	display: block;
	height: 110px;
	/* height: 87px; */
	width: 50%;
}

.wrapper {
	margin: 0 auto;
	width: 1000px;
}

.top_navbar {
	background-color: #272727;
	height: 31px;
	position: relative;
	width: 100%;
}

.top_navbar.without-header-menu {
	background: none;
}

.top_navbar ul {
	list-style: none;
}

.top_navbar .navbar-collapse > div > ul {
	font-family: 'latoregular', 'Conv_Quicksand-Regular', 'Open Sans';
	margin: 0;
	padding: 0;
	z-index: 99999;
	float: left;
	max-height: 30px;
	padding-left: 20px;
}

.top_navbar .navbar-collapse > div > ul > li + li {
	margin-left: 2px;
}

.top_navbar .navbar-collapse > div > ul ul {
	font-family: 'latoregular', sans-serif;
}

.top_navbar .navbar-collapse > div > ul > li {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	height: 30px;
}

.top_navbar .navbar-collapse > div > ul > li.giant-destinations {
	position: static;
}

.top_navbar .navbar-collapse > div > ul > li > ul {
	display: none;
	position: absolute;
	background-color: #0A0A0A;
	left: 0;
	width: 180px;
	padding: 10px 0;
	top: 30px;
}

.top_navbar .navbar-collapse > div > ul > li:last-child > ul.sub-menu {
	left: auto;
	right: 0;
}

.top_navbar .navbar-collapse > div > ul > li > ul > li {
	list-style: none;
}

.top_navbar .navbar-collapse > div > ul > li > ul > li > a {
	color: #FFFFFF;
	text-transform: none;
}

.top_navbar ul li a {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 12px;
	padding: 5px 15px;
	display: block;
}

.top_navbar .header_menu > li > a {
	/*height: 30px;
	line-height: 30px;*/
	letter-spacing: 0.6px;
	height: 25px;
	line-height: 25px;
	padding-top: 0;
	padding-bottom: 0;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	margin-top: 2px;
	color: rgb(178,178,178);
}

.top_navbar ul li.current-menu-item > a {
  color: #FFFFFF;
}

.top_navbar ul li ul a {
  font-size: 13px;
}

.top_navbar ul.header_menu.stylize > li > a {
	padding: 0;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.top_navbar ul.header_menu.header_menu_3_childs.stylize > li {
	width: 33.333333333333333%;
}
.top_navbar ul.header_menu.header_menu_6_childs.stylize > li {
	width: 16.66666666666667%;
}
.top_navbar ul.header_menu.header_menu_7_childs.stylize > li {
	width: 14.28571428571429%;
}
.top_navbar ul.header_menu.header_menu_8_childs.stylize > li {
	width: 12.5%;
}
.top_navbar ul.header_menu.header_menu_9_childs.stylize > li {
	width: 11.111111111111111%;
}

.top_navbar a.home {
	background-image: url("../img/button_home.jpg");
	line-height: 23px;
	font-size: 1em;
	display: block;
	width: 37px;
	height: 30px;
	text-decoration: none;
	float: left;
}

.red {
	background-image: url("../img/button_home.png") !important;
}

.top_navbar a.home_section {
	/*background-color: #ff2145;
	color: #100F0F;*/
	background-color: #FF2145;
	color: rgb(18,18,18);
	letter-spacing: 1px;
	/*padding: 7px 12px 5px 8px;*/
	padding: 0 0 0 10px;
	height: 30px;
	line-height: 30px;
	text-transform: uppercase;
	font-size: 14px;
	float: left;
	text-decoration: none;
	display: block;
	font-family: 'latolight', 'Conv_Quicksand-Regular', sans-serif;
	position: relative;
}

.top_navbar a.home_section:after {
	position: absolute;
	display: block;
	content: "";
	height: 30px;
	width: 14px;
	background: url(../img/menu_seccion.png) center no-repeat;
	top: 0;
	right: -14px;
}

.top_navbar a.home_section.two_line_name {
	line-height: 1;
	padding: 1px 0 0 10px !important;
	font-size: 14px;
	height: auto;
}

.top_navbar .navbar-collapse > div > ul > li > a:hover,
.top_navbar .navbar-collapse > div > ul > li:hover > a {
	background-color: #0A0A0A;
	color: #FFFFFF;
}

.top_navbar .navbar-collapse > div > ul > li > ul > li > a {
	transition: none;
}

.top_navbar .navbar-collapse > div > ul > li > ul > li > a:hover {
	background-color: #272727;
	color: #FFFFFF;
	/*padding-left: 18px;*/
}

.top_navbar .navbar-collapse > div > ul > li > a.current-menu-item {
	background-color: #5ea1c7;
	color: #000;
}

.top_navbar .header_menu > li.current-menu-item > a,
.top_navbar .header_menu > li.current-menu-item > a:hover,
.top_navbar .header_menu > li.current-menu-parent > a,
.top_navbar .header_menu > li.current-menu-parent > a:hover,
.top_navbar .navbar-collapse > div > ul > li.current-menu-item > a:hover,
.top_navbar .navbar-collapse > div > ul > li.current-menu-item:hover > a {
	/*background-color: #F6213F;*/
	background-color: rgb(245,16,0);
	color: #FFFFFF;
	border-width: 0;
}

.top_navbar ul li a.home_section:hover {
	background-color: #ff2145;
}

.super_menu_container {
	display: none;
	position: absolute;
	/*right: 0;*/
	width: 1000px;
	max-width: 1000px;
	background-color:#2C2C2C;
	/*top: 30px;*/ top: 31px;
	border-top: solid 5px #333333;
	left: 50%;
	margin-left: -500px;
}

.super_menu_container > div > div > div > ul.menu > li.current-menu-item > a, .super_menu_container > div > div > div > ul.menu > li > a:hover {
	color:#FFFFFF;
	padding-left: 10px;
	background-color:#5EA1C7;
	transition-duration: 0.2s;
}

.top_navbar .navbar-collapse > div > ul > li:hover > .super_menu_container {
	display: block;
}

.highlights {

}
.absolute {
	position: absolute;
	z-index: 99;
}
.relative {
	position: relative;
}
.stack_menu {
	/*background-color:#100F0F;*/
	height: 31px;
}
a.highlight_item {
	background-color: #2D2D2D;
	border: solid 1px #343434;
	display: block;
	height: 130px;
	margin: 10px;
	padding: 0 !important;
	position: relative;
}
a.highlight_item span.highlight_title {
	background-color: #161616;
	bottom: 0;
	color: #4ebeff;
	display: block;
	line-height: 20px;
	margin: 0;
	position: absolute;
	text-transform: none;
	width: 100%;
}
h3.highlights_title {
	margin-left: 20px;
}
.super_menu_container h3, .super_menu_container ul li:first-child a {
	color: #FFFFFF;
	font-size: 11pt;
	margin-top: 5px;
	margin-bottom: 5px;
}
.super_menu_container ul {
	padding: 0;
	margin: 0;
}
.super_menu_container ul li {
	display: block;
}
.super_menu_container ul li a {
	color: #4ebeff;
	font-size: 0.8em;
	padding: 3px 0;
	text-transform: none;
	text-decoration: none;
}
.first_slider {
	margin-top: -31px;
}
.slider {
	position: relative;
}
.rslides_nav {
	opacity: 0;
	width: 38px;
	height: 39px;
	position: absolute;
	top: 45%;
	z-index: 99;
}
.slider_text ul.slider_menu {
	padding-left: 0;
}
ul.slider_menu {
	float: right;
}
ul.slider_menu > li {
	list-style: none;
	display: block;
	float: left;
}
ul.slider_menu > li > a {
	color: #FFFFFF;
	text-decoration: none;
	font-family: "latoregular";
	text-transform: uppercase;
	padding: 15px;
	line-height: 3.8;
	font-size: 95%;
}
ul.slider_menu > li > a:hover {
	background: rgba(0,0,0,0.5);
}

.rslides_nav_wrapper {
	height: 1px;
}

.slider-top-page .rslides_nav {
	top: 50%;
	margin-top: -20px;
}

.gallery-wrapper-container {
	position: relative;
	z-index: 1;
}

.gallery-nav-container {}

.rslides_nav.prev {
	background-image: url(../img/prev.png);
	left: 0;
}
.rslides_nav.next {
	background-image: url(../img/next.png);
	right: 0;
}
.floating_menus_slider {
	background-color: #5EA0C6;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	height: 40px;
	min-width: 250px;
	overflow: hidden;
	position: absolute;
}
.floating_menus_slider span {
	color: #FFFFFF;
	font-size: 21pt;
	line-height: 40px;
	padding: 10px;
	text-transform: lowercase;
  font-family: 'latolight', sans-serif;
}
.floating_menus_slider a.sticky_text_link {
	text-decoration: none;
}
a.floating_article {
	background-image:url(../img/trans_black.png);
	color: #FFFFFF;
	display: block;
	font-family: 'latolight', 'Conv_Quicksand-Regular', 'Open Sans';
	font-size: 16px;
	max-width: 250px;
	padding: 7px;
	position: absolute;
	text-decoration: none;
	transition-duration: 0.3s;
}
a.floating_article:hover {
	box-shadow: 0 0 3px #333333;
	background-color: #222222;
	transform: translate(0, -2px);
	transition-duration: 0.3s;
}
div.floating_menus_slider:hover {
	height: auto;
	box-shadow: 0 0 3px #333333;
}
.floating_menus_slider ul {
	background-color: #121111;
	padding: 8px 15px;
}
.floating_menus_slider ul li {
	list-style: none;
}
.floating_menus_slider ul li:last-child a {
	border-bottom: none;
}
.floating_menus_slider ul li a {
	display: block;
	color: #5EA0C6;
	text-decoration: none;
	padding: 5px 0;
	border-bottom: solid 2px #5EA0C6;
	font-size: 0.85em;
}
.rslides > li.hg_slides {
	border-bottom: solid 2px #FFFFFF !important;
}
.hg_floating_article_container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.hg_floating_article {
	margin-top: 8%;
	width: 50%;
	min-width: 200px;
}
.hg_floating_article, .hg_floating_article a {
	text-decoration: none;
	color: #603813; 			/* Cambiado por Fernando. Valor original: color: #333333; */
	font-family: "latobold"; 	/* Cambiado por Fernando. Valor original: font-family: "latoregular"; */
	font-size: 200%;
}
.hg_floating_article.colored {
	margin-top: 10%;
	min-width: 300px;
	max-width: 300px;
	width: 300px;
	float: right;
}
.hg_floating_article.colored a {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "Georgia", serif; /* Cambiado por Fernando. Valor original: font-family: "latoregular"; */
	display: block;
	padding: 20px;
	background-color: #29AAE1;
	font-size: 120%;
}
.hg_floating_article.colored a.hg_floating_article_page_sup {
	text-decoration: none;
	color: #FFFFFF;
	font-family: "latolight";
	display: block;
	padding: 5px 20px !important;
	background-color: #1B7BA5;
	font-size: 80% !important;
	text-transform: uppercase;
	margin-top: 3px;
}

img.whats_on_big {
	width: auto !important;
	display: block;
	margin: 15px 0 20px;
	float: none !important;
}

.bullet-magazine {
	width: auto !important;
}

.column_2 {
	float: left;
	width: 50%;
}

.clear {
	display: block;
	clear: both;
}

.stuck {
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.stuck .top_navbar#top_navbar {
	position: static;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
.stuck.top_navbar ul {
	width: auto;
}

.column .prov_img,
.column .prov_img_secondary {
	width: auto;
	height: auto;
	left: 0;
	/*top: -40%;*/
	top: 0;
	min-width: 100%;
	min-height: 100%;
}

.column .province_box {
	height: 270px;
}

.column .box_name_container,
.column .box_name {
	width: 100%;
	min-width: 1px;
}

.column .box_name a {
	display: block;
	padding: 0 10px;
	width: auto;
}

.column .box_name span {
	font-family: "latobold", sans-serif;
	font-size: 16px;
	display: block;
	padding: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.column .box_name_container .box_name_triangle {
	display: none;
}

.column .column_3 {
	float: left;
	font-family: 'latolight', 'Open Sans', sans-serif;
	/*width: 33.33%;*/
	/*width: 320px;*/
	width: 235px;
}

.column .column_3 .destinations_categ_desc {
  font-family: 'latoregular', 'Open Sans', sans-serif;
  font-size: 14px;
  color: #313131;
  line-height: 1.3;
}

.column .column_4 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: auto;
}

.column .column_6 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: 16.66%;
}

.column .column_6_2 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: 33.32%;
}

.column .column_3_2 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	/*width: 66.66%;*/
	/*width: 660px;*/
	width: 490px;
}

.column .column_3_3 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	/*width: 66.66%;*/
	width: 745px;
	margin: 0;
}

.column .column_3_3 .prov_img {
	min-width: 100%;
}

.column .column_3_4 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: auto;
}

.column .column_3_5 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: 830px;
}

.column .column_3_6 {
	float: left;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	width: 1000px;
	margin: 0;
}

.column .column_3_4 .prov_img,
.column .column_3_5 .prov_img,
.column .column_3_6 .prov_img {
	width: 100%;
}

.footer_col {
	width: 25%;
	float: left;
	font-family: 'latoregular', sans-serif;
	color: #FFFFFF;
}

.inner_column {
	margin: 10px 0 0 10px;
}
.p5_10 {
	padding: 5px 10px;
}
.column_3 .inner_column, .column_3_2 .inner_column {
	/*background-color:#C1C1C1;*/
}
.column_3 .inner_column p:first-child,
.column_3_2 .inner_column p:first-child {
	margin-top: 0;
}

.page-template-section-subcat-level2-php .column_3_2 .inner_column {
	width: 660px;
	overflow: hidden;
}

.column_3, .column_3_2, .column_3_3 {
	position: relative;
	overflow: hidden;
}

.column .columns-wrapper-row {
	padding-top: 20px;
}
.column .columns-wrapper-row:first-child {
	padding-top: 0;
}
.column .columns-wrapper-row .column-wrapper-cell {
	margin-left: 20px;
}
.column .columns-wrapper-row .first-child {
	float: left;
	margin-left: 0;
}
.column .columns-wrapper-row .last-child {
	float: right;
}
.column .columns-wrapper-row .column-wrapper-cell .inner_column {
	margin: 0;
}

.breadcrumbs {
	background-color: #1F1F1F;
	min-height: 64px;
	border-bottom: solid 1px #282828;
}
.top_breadcrumb > .breadcrumbs {
	background: none;
	min-height: 20px;
	border-bottom: none;
}
.footer {
	background-color: #161616;
}
.footer .wrapper {
	padding-bottom: 20px;
}
h3.footer_widget_header,
.highlights h3,
h2.widgettitle {
	color: #FFFFFF;
	font-size: 12pt;
  font-weight: normal;
  font-family: "latobold", sans-serif;
}
.footer ul {
	margin: 0;
	padding: 0;
	line-height: 1;
}
.footer ul li {
	list-style: none;
	padding: 5px 0;
}
.footer ul li a {
	text-decoration: none;
	color: #CBCBCB;
	color: rgba(255,255,255,.5);
	font-size: 13px;
	-webkit-transition: .2s ease-in-out all;
	   -moz-transition: .2s ease-in-out all;
	        transition: .2s ease-in-out all;
}
.footer ul li a:hover {
	text-decoration: underline;
	color: #55BEFF;
}
ul.footer_social li {
	margin-bottom: 5px;
}
ul.footer_social li a {
	background-image:url(../img/footer_social.png);
	background-repeat: no-repeat;
	padding: 0 0 0 27px;
	line-height: 22px;
  height: 22px;
	transition-duration: 0.3s;
  display: inline-block;
  *display: inline;
}
ul.footer_social li a:hover {
	text-decoration: none;
	color: #55BEFF;
}
ul.footer_social li a.twitter:hover {
	background-position: 0 -22px;
}
ul.footer_social li a.facebook {
	background-position: 0 -44px;
}
ul.footer_social li a.facebook:hover {
	background-position: 0 -66px;
}
ul.footer_social li a.vimeo {
	background-position: 0 -88px;
}
ul.footer_social li a.vimeo:hover {
	background-position: 0 -110px;
}
ul.footer_social li a.youtube {
	background-position: 0 -132px;
}
ul.footer_social li a.youtube:hover {
	background-position: 0 -154px;
}
.footer_logo {
	margin-top: 50px;
}
.breadcrumbs_cont {
	padding-top: 20px;
	color: #FFFFFF;
	font-family: 'latoregular', sans-serif;
	font-size: 13px;
}
.top_breadcrumb .breadcrumbs_cont {
	padding: 13px 0;
	color: #333333;
}
.sliders_area .top_breadcrumb .breadcrumbs_cont {
	color: #333333;
}
.breadcrumbs_cont a {
	color: #2f8bdf;
	padding: 0 2px;
	text-decoration: none;
  display: inline-block;
  *display: inline;
  line-height: 24px;
}
.top_breadcrumb .breadcrumbs_cont a {
	color: #333333;
}
.top_breadcrumb .breadcrumbs_cont a:hover {
	color: #8A8A8A;
}
.breadcrumbs_cont span {
	padding: 5px;
	color: #FFFFFF;
}
.top_breadcrumb .breadcrumbs_cont span {
	padding: 5px;
	color: #8A8A8A;
}
.here {
	background-image:url(../img/here.png);
	background-repeat: no-repeat;
	background-position:top right;
	background-color: #393838;
	color: #8D8D84;
	font-weight: normal;
	line-height: 24px;
	padding: 0 12px 0 7px !important;
  font-family: "latobold", sans-serif;
  font-size: 13px;
  display: inline-block;
  *display: inline;
  margin-right: 5px;
}
.top_breadcrumb .here {
	background-image: url(../img/here-light.png);
	background-color: #E1E1E1;
  color: #333333 !important;
}
.tac {text-align: center;}
.plusminus .tac:first-child img {
	margin-top: 10px;
}
.bdb {border-bottom: 1px dashed #AEAEAE;}
.bdb1 {border-bottom: solid 1px #A2A2A2;}
.mr5 {margin-right: 5px;}
.mb10 {margin-bottom: 10px;}
.pb10 {padding-bottom: 10px;}
.pt10 {padding-top:10px;}
.mih200 {min-height: 200px;}
.box_name_container {
	position: absolute;
	z-index: 10;
}
.box_name {
	background-image:url(../img/trans_black.png);
	height: 30px;
	float: left;
	min-width: 170px;
}
.box_name span {
	padding: 10px;
	line-height: 30px;
	font-size: 14pt;
	color: #FFFFFF;
	font-family: "latolight", sans-serif;
}
.box_name_triangle {
	background-image:url(../img/trans_triangle.png);
	height: 30px;
	width: 13px;
	background-repeat: no-repeat;
	float: left;
}
.blue_box .box_name {
	background-image:url(../img/blue.png);
}
.blue_box .box_name_triangle {
	background-image:url(../img/blue_triangle.png);
}
.blue_box .box_name span {
	color: #FFFFFF;
}

.box_name a {
	text-decoration: none;
	display: block;
}

.prov_img,
.prov_img_secondary {
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
}

.prov_img {
	z-index: 2;
}

.prov_img_secondary {
	z-index: 1;
	opacity: 0;
	filter: alpha(opacity=0);
}

.province_box {
	height: 210px;
	overflow: hidden;
	position: relative;
}
.destinations_categ_desc {
	font-size: 0.8em;
	text-align: justify;
}
a.read_more {
	color: #000000;
	text-decoration: none;
	display: inline-block;
	*display: inline;
}
a.read_more img {
	vertical-align: middle;
}
a.read_more:hover,
a.read_more:focus {
	color: #7DB2D1;
}
.slider_text {
	position: absolute;
	bottom: 0;
	background: url(../img/trans_black_slider.png) repeat;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.entry-content .slider_text {
	display: none;
}

.slider_text h1,
.slider_text h1 a {
	margin: 0;
	line-height: 58px;
	/*padding: 5px 20px;*/
	padding: 0;
	font-weight: 300;
	font-family: 'latoregular', sans-serif;
	font-size: 40px;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
}

.slider_text h1 a:hover {
	color: #000000;
	text-shadow: 0 0 15px #FFFFFF;
}
.slider_text h1 a:active {
	color: #FB1F40;
	text-shadow: 0 0 15px #000000;
}

/*--------------------------------------------*/
.slider_text_home a:hover {
	color: #FFFFFF !important;
	text-shadow: none !important;
}
.slider_text_home a:active {
	color: #FFFFFF !important;
	text-shadow: none !important;
}
/*--------------------------------------------*/

.slider_text .slider-text-span,
.slider_text .slider-photographer {
	margin: 0;
	padding: 5px 20px;
	font-weight: 300;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;
	display: block;
	line-height: 1.3;

}

.left {
	float: left !important;
}

.slider_text .slider-description {
	display: inline-block;
	*display: inline;
	overflow: hidden;
}

.slider_text .rslides-counter {
	float: left;
	margin-right: 10px;
	font-weight: normal;
	color: #fff;
	color: rgba(255,255,255,.7);
}

.slider_text .slider-text-span

.slider_text .slider-text-span .slider-description {
	display: inline-block;
	*display: inline;
}

.dark_slide {
	/*background-color: #333333;*/
}

.dark-container-slider {
	background-color: #171516;
}

.dark-container-slider .column_4 {
	float: left;
	width: 25%;
}

.nice-list,
.nice-list li {
	list-style: none;
}

.nice-list li {
	position: relative;
	z-index: 1;
	padding-left: 10px;
}

.nice-list li:after {
	content: "";
	display: block;
	background: url(../img/bullet-hg-magazines.png) center no-repeat;
	/* @CHANGE */
	width: 36px;
	height: 27px;
	position: absolute;
	z-index: 2;
	top: -3px;
	left: -36px;
}

.nice-list li + li {
	margin-top: 10px;
}

.dark-container-slider .nice-list {
	color: #CCCACB;
	font-size: 16px;
	font-family: "latolight", sans-serif;
	line-height: 1.3;
	padding: 0;
	margin: 0 30px 15px 0;
}

.dark-container-slider.dark-container-padding {
	padding: 0;
}

.dark-container-padding .floating-image {
	position: absolute;
	z-index: 2;
	bottom: 0;
	top: 0;
}

.dark-container-padding .floating-image img {
	width: 100%;
	height: 100%;
}

.dark-container-padding .column:after,
.dark-container-padding .column:before {
	content: "";
	display: table;
}

.dark-container-padding .column:after {
	clear: both;
}

.dark-container-padding .column .inner-column {
	float: right;
}

.dark-container-slider .wrapper {
	position: relative;
}

.white-box-container {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	/*text-align: center;*/
	padding-top: 37px;
}

.white-box-container .white-box {
	display: inline-block;
	background-color: #FFFFFF;
	margin: 0 20px 0 20%;
	width: 235px;
	height: 275px;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.white-box-container .white-box h3 {
	padding: 35px 20px 0 20px;
	font-family: "latoitalic", sans-serif;
	font-weight: normal;
	line-height: 1.2;
	font-size: 35px;
	margin: 0;
	color: #353535;
}

.white-box-container .white-box .white-box-footer {
	border-top: 1px solid #000000;
	position: absolute;
	bottom: 0;
	left: 10px;
	right: 10px;
	padding: 15px 0;
}

.white-box-container .white-box .white-box-footer .button {
	background-color: #000;
	color: #FFFFFF;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: normal;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	font-family: "latoregular", sans-serif;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.white-box-container .white-box .white-box-footer .button:hover,
.white-box-container .white-box .white-box-footer .button:focus,
.white-box-container .white-box .white-box-footer .button:active {
	background-color: #FF2145;
}

.inline-columns-wrapper {
	text-align: center;
}

.inline-columns-wrapper .inline-column {
	display: inline-block;
	margin: 0 20px;
}

.inline-columns-wrapper .inline-column:first-child {
	margin-left: 0;
}

.inline-columns-wrapper .inline-column:last-child {
	margin-right: 0;
}

.inline-columns-wrapper .black-box {
	width: 230px;
	height: 303px;
	max-width: 95%;
	/*background: #000 url(../img/tmp/home_hg_restaurant_02.jpg) top center no-repeat;*/
	position: relative;
	margin: 12px auto 65px;
}

.black-box-image a.image {
	display: block;
  height: 100%;
  width: 100%;
}

.inline-columns-wrapper .black-box .black-box-footer {
	position: absolute;
	z-index: 2;
	background-color: #1E1E1E;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0 10px;
	font-family: "latoregular", sans-serif;
}

.inline-columns-wrapper .black-box .black-box-footer:after {
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	top: -1px;
	left: 0;
	right: 0;
	background-color: #FFFFFF;
	background-color: rgba(255,255,255,.2);
}

.inline-columns-wrapper .black-box .black-box-footer a {
	text-decoration: none;
}

.inline-columns-wrapper .black-box .black-box-footer h3 {
	margin: 0;
	margin-right: 10px;
	font-weight: normal;
	font-family: "latobold", sans-serif;
	font-size: 19px;
}

.inline-columns-wrapper .black-box .black-box-footer h3 a {
	color: #939798;
}

.inline-columns-wrapper .black-box .black-box-footer h3 a:hover,
.inline-columns-wrapper .black-box .black-box-footer h3 a:focus,
.inline-columns-wrapper .black-box .black-box-footer h3 a:active {
	color: #FFFFFF;
}

.inline-columns-wrapper .black-box .black-box-footer h3,
.inline-columns-wrapper .black-box .black-box-footer span {
	float: left;
	display: block;
	height: 32px;
	line-height: 32px;
}

.inline-columns-wrapper .black-box .black-box-footer span {
	color: #C4C9C5;
	text-transform: uppercase;
	font-size: 13px;
	line-height: 35px;
}

.mb20 {margin-bottom: 20px;}
.pt0{padding-top:0 !important;}

.plusminus {
	/*background-color: #313131;
	float: right;
	width: 320px;*/
	min-height: 450px;
	/*margin: 0 0 20px 20px;*/
	background-color: #222222;
	float: right;
	width: 320px;
	/*height: 450px;*/
	margin: 0 0 0 20px;
}
.plusminus img {
	margin: 5px 0;
}
.plusminus_header {
	font-family: 'Conv_Quicksand-Regular';
	text-transform: uppercase;
	font-size: 1.2em;
	padding-right: 10px;
}
.plusminus_header.plus {
	color:#79B9D4;
}
.plusminus_header.minus {
	color:#F2EC7C;
}
.plusminus_item {
	border-bottom: solid 2px #9D9D9D;
	margin: 10px 20px;
}
.plusminus .plusminus_item:last-child {
	border-bottom-width: 0;
}
.plusminus_item img {
	float: left;
	margin: 7px 15px;
}
.plusminus_item p {
	color: #FFFFFF;
	font-size: 1em;
	margin: 6px;
	line-height: 1.25;
}
.plusminus_item:first-child p {
	padding-top: 5px;
}
.relative {
	position: relative;
}
.img_text {
	position: absolute;
	bottom: 4px;
	background-image:url(../img/trans_black_slider.png);
	width: 100%;
}
.img_text h4 {
	padding: 5px 10px;
	margin: 0;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.8em;
}
.img_text p {
	padding: 0 10px 0px;
	margin: -5px 0 5px;
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 0.8em;
}
.main-content {
	font-family: 'latoregular', 'Open Sans', sans-serif;
	font-size: 0.8em;
  line-height: 1.4;
}

.entry-header {
	width: 660px;
	position: relative;
	z-index: 1;
}

/**** Temporal ***********/
article.post.type-post.status-publish {
  position: relative !important;
}
header.entry-header {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5) !important;
  color: #FFFFFF !important;
  position: absolute !important;
  /*width: 710px !important;*/
  width: 660px !important;
  z-index: 6 !important;
  padding: 7px 0;
}

header.entry-header h1.entry-title {
	max-width: 65%;
	/*	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;*/
	font-family: 'latoregular', sans-serif;
	line-height: 1.1;
	padding-top: 5px;
}

h1.entry-title.restaurant-title {
  padding-left: 20px !important;
  margin-bottom: 0;
  /*margin-bottom: 5px !important;*/
}
/********* END temporal ***********/

.entry-title,
.post-author {
	font-family: 'latoregular', 'Conv_Quicksand-Regular', 'Open Sans';
	font-size: 25px;
  font-weight: normal;
}

.entry-title {
	font-family: Georgia,serif;
  font-size: 28px;
}

.entry-title {
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 10px;
}

.article-template.article-template-type-2 .article-template-header {
	/*margin-bottom: 20px;*/
}

.article-template-header .entry-title {
	color: rgb(51,51,51);
	font-family: Georgia, serif;
	font-size: 28px;
}

.entry-title.restaurant-title {
	/*font-size: 35px;*/
	font-size: 25px;
	margin-bottom: 10px;
	float: left;
}
.post-author {
	font-size: 18px;
	margin-top: 0;
	float: left;
	margin-bottom: 0;
}

.photographer {
	float: right;
	margin-top: 0;
	margin-bottom: 0;
	background-image:url(../img/camera.png);
	background-repeat: no-repeat;
	padding-left: 25px;
	font-family: 'Conv_Quicksand-Regular', 'Open Sans';
}

.entry-header .photographer {
	position: absolute;
	z-index: 2;
	right: 0;
	/*top: 50%;
	margin-top: -10px;*/
	bottom: 15px;
}

.entry-content > p {
	width: 660px;
  float: left;
  text-align: left;
}

.dark_container {
	background-color: #1A1A1A;
	width: 660px;
	/*height: 330px;
	padding: 30px 0;*/
	max-height: 450px;
  margin-bottom: 10px;
}

.main-content article.post .entry-content .dark_container {
  float: left;
}

.dark_container_large {
	background-color: #1A1A1A;
	width: 940px;
	height: 585px;
	max-height: 585px;
}
.article_columns_4{
	/*width: 710px;*/
	width: 660px;
}
.article_columns_6{
	width: 1000px;
}
.vimeo_iframe {
	margin: 0 auto;
	display: block;
}
.slider_area {

}
.content_subcat_l3 {
	font-family: "latoregular", sans-serif;
	font-size: 0.8em;
}
.wrapper.content_subcat_l3 {
  /*margin-top: 20px;*/
  margin-bottom: 20px;
  display: none;
}

.content_subcat_l3 > p {
	width: 660px;
	float: left;
	margin-top: 0;
	line-height: 1.4;
}

.filter_area {
	/*background-color:#333;
	margin-bottom: 10px;
	padding: 10px;*/
	margin-bottom: 25px;
}
.filter_area .filter_area_form {
	background-color: #333;
	padding: 10px;
}
.filter_area select,
.filter_area input {
	border: solid 1px #363636;
	background-image:url(../img/select_bg.png);
	background-size: 5px;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px;
	width: 160px;
	margin-right: 5px;
	color: rgb(77,77,77);
	font-family: "latoregular", sans-serif;
}

.filter_area .sorted_by_select {
	color: rgb(51,51,51);
}

.filter_area input {
	padding: 3px;
	width: 160px
}

.filter_label {
	width: 170px;
	text-transform: uppercase;
	font-family: 'latoregular', sans-serif;
	color: rgb(211,211,211);
	font-size: 11px;
	margin-bottom: 5px;
	display: block;
}

.filter-group {
	display: inline-block;
	*display: inline;
}

.filter_area select:focus, .filter_area select:hover {
	background-image:url(../img/select_bg_hover.png);
}

.filter_area select option {
	border: none;
	background-color:#F7F7F8;
}

.sorted_by {
	background: #E6E6E6;
	margin: 10px -10px -10px;
	padding: 5px 10px;
	text-align: right;
}
.sorted_by label {
	color: #333333;
	font-family: 'latoregular', 'Open Sans', sans-serif;
	font-size: 0.8em;
}

.rank_box {
	position: absolute;
	top: 14px;
	right: 0;
	display: block;
	padding-left: 40px;
	font-size: 15px;
	line-height: 14px;
	font-family: 'latoblack', 'Open Sans', sans-serif;
}

.rank_box small {
	font-size: 15px;
}

.rank_boxi img {
	vertical-align: middle;
}

.tab_entry.tab_entry_top_pic .rank_box {
	display: inline-block;
	*display: inline;
	position: static;
	padding: 0;
	margin-left: 10px;
}

.tab_entry.tab_entry_top_pic .article-top-pic-indicator {
	display: block;
	position: absolute;
	z-index: 2;
	right: 171px;
	top: 0;
	background-color: #323232;
	text-transform: uppercase;
	font-size: 11px;
	font-family: 'latoblack',sans-serif;
	color: #EFEFEF;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	-webkit-border-radius: 0 0 0 10px;
	   -moz-border-radius: 0 0 0 10px;
	        border-radius: 0 0 0 10px;
}

.rank_box img {
	vertical-align: text-top;
	margin: 0 2px;
}
.right {
	float: right !important;
}
img.right {
	margin-left: 5px;
}
.no_tabs {
	display: none;
	background-color: #E5E5E5;
	text-align: center;
	color: #454545;
	font-family: "latolight", sans-serif;
	text-shadow: 0 1px #fff;
	font-size: 26px;
	padding: 15px 10px;
	margin-top: 10px;
}
.more_info {
	display: inline-block;
	*display: inline;
	height: 11px;
	background: url("../img/more-info.png") center no-repeat;
	width: 66px;
	margin-left: 2px;
}
.tar {
	text-align: right !important;
}
.taj {
	text-align: justify;
}
.tab_entry_info {
	float: left;
	/* width: 160px; */
	color: #5D5D5D;
	height: 180px;
}

.tab_entry_info .tab_entry_info_inner {
	font-size: 12px;
	line-height: 1.2;
	/*padding: 10px 25px 10px 10px;*/
  color: #030303;
  /*padding-bottom: 10px;*/
  height: 100%;
  display: table;
  border-collapse: collapse;
  width: 100%;
}

.tab_entry_info .top {
	height: 100%;
	display: table-row;
	vertical-align: top;
}

.tab_entry_info .top:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.tab_entry_info .tab_entry_info_keys {
	display: inline-block;
	vertical-align: middle;
}

.tab_entry_info .other-info {
	display: table-row;
	vertical-align: bottom;
	height: 1px;
}

.tab_entry_info .other-info .inner-box {
	padding: 10px 0;
	margin-right: 10px;
	border-top: 1px solid #787878;
}

.tab_entry_info .other-info .inner-box .entry_info_item + .entry_info_item {
	margin-top: 5px;
}

.tab_entry.tab_entry_top_pic .tab_entry_info .tab_entry_info_inner {
	color: #FFFFFF;
}

.tab_entry_info .tab_entry_info_inner .uppercase {
  text-transform: uppercase;
  font-family: 'latoblack', sans-serif;
}

.tab_entry_info .tab_entry_info_inner .label {
  display: inline-block;
  *display: inline;
  margin-right: 2px;
  font-size: 11px;
}

.tab_entry_info .tab_entry_info_inner .entry_info_item {
	display: block;
  font-size: 12px;
}

.tab_entry_info .tab_entry_info_inner .entry_info_item .info_label,
.tab_entry_info .tab_entry_info_inner .entry_info_item strong {
	font-style: normal;
  font-family: 'latobold', sans-serif;
}

.tab_entry_info .tab_entry_info_inner .entry_info_item .info_label {
	font-family: 'latoblack', sans-serif;
}

.tab_entry_info .tab_entry_info_keys {
	padding: 10px 0px;
	line-height: 1.7;
	color: #131313;
	/* width: 90%; */
}

.tab_entry.tab_entry_top_pic .tab_entry_info .tab_entry_info_keys {
	color: #F9F9F9;
}

.tab_entry_info .tab_entry_info_keys .entry_info_item {
	padding: 0 15px 0 15px;
	line-height: 1.2;
  position: relative;
  font-size: 13px;
}

.tab_entry_info .tab_entry_info_keys .entry_info_item.entry_info_style_food {
	font-family: "latobold", sans-serif;
}

.tab_entry_info .tab_entry_info_keys .entry_info_item + .entry_info_item {
	margin-top: 5px;
}

.tab_entry_info .tab_entry_info_keys .entry_info_item .star {
  position: absolute;
  margin: 0;
  top: 2px;
  left: 0;
}

.tab_entry_info .tab_entry_info_keys .entry_info_item .label.uppercase {
  text-transform: uppercase;
}

.tab_entry_info .entry_top_rank,
.tab_entry_header .entry_top_rank {
	display: block;
	position: absolute;
	background-position: center;
	background-repeat: no-repeat;
	top: 0;
	right: 0;
}
.tab_entry_info .entry_top_rank {
	display: block;
	position: absolute;
	width: 26px;
	height: 28px;
	background: url("../img/ca-top-rank-black.png") center no-repeat;
	top: 0;
	right: 0;
}
.tab_entry_info span{
	/*font-size: 0.75em;
	line-height: 13px;
	padding-bottom: 4px;
	display: block;*/
}
img.star {
	margin-right: 10px !important;
}
.hotel_categ {
	margin-bottom: 10px;
}
.phone {
	/*margin:0 5px 10px 0 !important;*/
}
.hours {
	margin:0 5px 5px 0 !important;
}
.mt5 {margin-top:5px !important;}

/** Miscelanious
	------------------------------------------------------------------------ */
.stars {
	margin-left: 2px;
	display: inline-block;
	*display: inline;
}

.stars .star {
	vertical-align: middle;
}

/** Blocks
	------------------------------------------------------------------------ */
.block {
	background-color: #4D4D4D;
}

.block .block_header {
	background-color: #222222;
	text-align: center;
	line-height: 30px;
}

.block .block_header .block_title {
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-weight: normal;
	font-size: 15px;
}

.block .block_content {
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
}

.block .block_content .item_list,
.block .block_content ul {
	margin: 0;
	padding: 10px 15px;
	list-style: none;
}

.block .block_content .item_list li,
.block .block_content ul li {
	margin: 2px 0 0;
	padding: 1px 0;
}

.block .block_content .item_list li:first-child,
.block .block_content ul li:first-child {
	margin-top: 0;
	padding-top: 0;
}

/** Added
	------------------------------------------------------------------------ */
.section_state_component {
	width: 660px;
}

.section_state_component .section_state_column {
	width: 37.5%;
	overflow: hidden;
	position: relative;
}

.section_state_component .section_state_column img {
	width: 100%;
	height: 180px;
}

.section_state_component .section_state_column,
.section_state_component .section_state_component_block {
	height: 180px;
	float: left;
}

.section_state_component .section_state_component_block {
	width: 25%;
}

.section_state_component .section_state_column .section_state_breadcrumb,
.section_state_component .section_state_photo_link {
	display: block;
	position: absolute;
	top: 10px;
}

.section_state_component .section_state_column .section_state_breadcrumb {
	padding: 0;
	left: 10px;
}

.section_state_component .section_state_column .section_state_breadcrumb a,
.section_state_component .section_state_column .section_state_breadcrumb {
	color: #B3B3B3;
}

.section_state_component .section_state_column .section_state_breadcrumb a,
.section_state_component .section_state_column .section_state_breadcrumb span {
	padding: 0;
}

.section_state_component .section_state_column .section_state_breadcrumb a:hover {
	color: #fff;
}

.section_state_component .section_state_column .section_state_breadcrumb span {
	color: #5FA0C6;
}

.section_state_component .section_state_photo_link {
	width: 20px;
	height: 20px;
	background: url("../img/camera-opacity.png") center no-repeat;
	right: 10px;
	top: 5px;
}

/** Buttons
	------------------------------------------------------------------------ */
.button {
	display: inline-block;
	*display: inline;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	background-color: #838383;
	text-decoration: none;
	color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	letter-spacing: .05em;
  font-family: "latoblack", sans-serif;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
	-webkit-transition: .2s ease-in-out all;
	   -moz-transition: .2s ease-in-out all;
	    -ms-transition: .2s ease-in-out all;
	     -o-transition: .2s ease-in-out all;
	        transition: .2s ease-in-out all;
}

.button.button-primary {
	background-color: #FD1F46;
}

.button:hover,
.button:focus,
.button:active,
.button.button-primary:hover,
.button.button-primary:focus,
.button.button-primary:active {
	background-color: #212121;
}

.buttons-group .button + .button {
	margin-left: 10px;
}

.page-template-home-section-php .provinces {
	margin-top: 20px;
  margin-bottom: 30px;
}
.page .provinces {
	margin-bottom: 20px;
	padding-bottom: 20px;
}
.restaurant_info {
	float: right;
	/*background-color:#E6E6E6;*/
	background-color: #1D1D1B;
	/*width: 290px;*/
	width: 340px;
	font: 14px 'latoregular', 'Conv_Quicksand-Regular', 'Open Sans';
	font-family: "latolight", sans-serif;
	color: #D6D6D4;
}

.restaurant_info .box {
	min-height: 370px;
	max-height: 370px;
}

.restaurant_info.restaurant_info_gray {
	color: #717171;
	font-size: 13px;
	background-color: #F7F7F7;
}

.restaurant_info.restaurant_info_gray .box {
	background-color: #E8E8E8;
}

.restaurant_info strong {
	color: #F6F6F6;
}
.inner_box {
	padding: 15px;
}
.restaurant_info p {
	margin: 0 0 10px;
}
.restaurant_info .inner_box p strong {margin-right: 10px;}
table.stars tr td {padding:2px 10px 0 0;}
.separator {
	border-bottom: solid 1px #333333;
}

.rest_map {
	/*background-color:#F7F7F7;*/
	background-color: #FFFFFF;
	text-align: right;
	margin-top: 20px;
	border: solid 1px #333333;
}

.rest_map .map {
	height: 290px;
	width: 290px;
	display: block;
	text-align: center;
}

.average_score {
	/*float: right;*/
	float: left;
	font-family: 'latoblack', sans-serif;
	font-size: 15px;
	vertical-align: middle;
	line-height: 30px;
  margin-top: 5px;
  margin-left: 10px;
}

.average_score small {
	font-size: 15px;
}

.average_score img {
	vertical-align: text-top;
	margin: 0 2px 0 2px;
}
.minh390 {min-height: 450px;}
.maxh390 {max-height: 450px;}

.read_review {
	text-decoration: none;
	font-family: 'latoblack', sans-serif;
	font-size: 14px;
	display: block;
	margin-top: 7px;
  text-transform: uppercase;
  color: rgb(51,51,51);
}

.read_review:hover {
	color: #5EA2C3;
}

.review_container:after,
.review_container:before {
	content: "";
	display: table;
}

.review_container:after {
	clear: both;
}

.review_container {
	width: 660px;
	font-family: 'latoregular', 'Conv_Quicksand-Regular', 'Open Sans';
  font-weight: normal;
}
h3.review_author {
  float: left;
  font-size: 26px;
  margin: 0;
  font-weight: normal;
  color: #000000;
}

.main-content article.post .entry-content .review_container:after,
.main-content article.post .entry-content .review_container:before {
	content: "";
	display: table;
}

.main-content article.post .entry-content .review_container:after {
	clear: both;
}

.main-content article.post .entry-content .review_container {
	padding: 10px 0 0;
	clear: both;
}

.main-content article.post .entry-content .review_container:first-child {
	padding-top: 0;
}
span.review_date {
  float: right;
  display: block;
  font-size: 13px;
  line-height: 40px;
  font-family: "latoregular", sans-serif;
}

.main-content article.post .entry-content {
  position: relative;
  font-family: "Georgia", "latoregular", sans-serif;
  color: #353535;
  font-size: 16px;
  padding-bottom: 20px;
}

.main-content article.post .entry-content p {
  font-size: 16px;
  line-height: 1.5;
  color: rgb(51,51,51);
  text-align: left !important;
  margin: .3em 0 0;
}

.main-content article.post .entry-content p b,
.main-content article.post .entry-content p strong,
.content_subcat_l3 strong,
.content_subcat_l3 b {
	font-weight: normal;
	font-family: "latobold", sans-serif;
}

.main-content article.post .entry-content p + p {
	margin-top: .8em;
}

.main-content article.post .entry-content h1,
.main-content article.post .entry-content h2 {
	float: left;
  width: 660px;
  font-weight: normal;
}

.main-content article.post .entry-content table {
	float: left;
  /*width: 660px;*/
}

.main-content article.post .entry-content h1 {
	font-size: 1.5em;
	margin: .5em 0 .3em 0;
	font-family: "latobold", sans-serif;
}

.main-content article.post .entry-content h2 {
	font-size: 1.3em;
	font-family: "latobold_italic", sans-serif;
	margin: 0 0 .4em 0;
}

.main-content article.post .entry-content em,
.content_subcat_l3 em {
	font-family: "latoitalic", sans-serif;
}

.main-content article.post .top-pick {
  display: block;
	position: absolute;
	z-index: 7;
	/*right: 290px;*/
	right: 345px;
	top: 0;
  background-color: #0A0A0A;
  height: 40px;
  width: 118px;
  text-align: center;
  -webkit-border-radius: 0 0 0 8px;
     -moz-border-radius: 0 0 0 8px;
          border-radius: 0 0 0 8px;
}

.main-content article.post .top-pick img {
  display: block;
  /*margin: 3px auto auto;*/
}


/* Restaurants information ----------------------------------------------------------- */
.restaurant_info .box .inner_box {
  padding: 0;
}

.restaurant_info.restaurant_info_gray .box {
	position: relative;
	z-index: 1;
}

.restaurant_info.restaurant_info_gray .also-included {
	position: absolute;
	z-index: 2;
	background-color: #828282;
	color: #F9F9F9;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 5px 15px;
}

.restaurant_info.restaurant_info_gray .also-included .also-included-section {
	font-size: 15px;
	font-family: "latoblack", sans-serif;
}

.restaurant_info.restaurant_info_gray .also-included .also-included-section a {
	color: #F9F9F9;
	text-decoration: none;
}

.restaurant_info.restaurant_info_gray .also-included .also-included-section a:hover {
	text-decoration: underline;
}

.restaurant_info .box .inner_box .inner-box-group {
  padding: 5px 15px;
  line-height: 1.3;
  color: #FBFBFB;
}

.restaurant_info.restaurant_info_gray .box .inner_box .inner-box-group {
	color: #717171;
}

.restaurant_info.restaurant_info_gray .box .inner_box .inner-box-group:first-child .iner-box-item:first-child {
	font-size: 14px;
}

.restaurant_info .box .inner_box .inner-box-group .label {
  font-weight: normal; /* @todo Remove this property by the 'bold' web font style */
  font-family: "latobold", sans-serif;
}

.restaurant_info.restaurant_info_gray .box .inner_box .inner-box-group .label {
	color: #0F0F0F;
}

.restaurant_info .iner-box-ranking-item img {
	vertical-align: text-top;
	margin-top: -1px;
}

.restaurant_info .box .inner_box .inner-box-group table .hotel_categ {
  margin-left: 5px;
}

.restaurant_info .box .inner_box .inner-box-group + .inner-box-group {
  border-top: 1px solid #AAAAAA;
}

.restaurant_info .box .inner_box .inner-box-group .iner-box-item {
  margin-top: 2px;
}

.restaurant_info .box .inner_box .inner-box-group .iner-box-item:first-child,
.restaurant_info .box .inner_box .inner-box-group.contact-details .iner-box-item {
  margin-top: 0;
}

.restaurant_info .box .inner_box .inner-box-group .iner-box-item .img-icon {
  vertical-align: middle;
  margin-top: -1px;
}

/* Custom articles templates */
.pull-left {
	float: left;
	display: block;
}

.pull-right {
	float: right;
	display: block;
}

.article-template {
	width: 660px;
	margin-bottom: 20px;
	margin-right: 340px;
	overflow: hidden;
}

.article-template .dark_container,
.article-template .dark_container_large {
	background: none;
	max-height: 10000px;
}

.article-template-sidebar {
	width: 320px;
	float: right;
}

.article-template.article-template-type-2 {
	width: 100%;
}

.article-template .article-template-header-right {
	float: right;
	text-align: right;
	padding: 11px 0 0;
}

.article-template .article-template-post-information span {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
	font-family: Georgia, serif;
}

.article-template .article-template-content {
	margin-top: 20px;
}

.article-template.article-template-type-2 .article-template-content {
	/*margin-top: 0;*/
}

.article-template .article-template-content .dark_container,
.article-template .article-template-content .dark_container_large {
	margin: 15px 0;
}

.article-template .article-template-content .dark_container:first-child,
.article-template .article-template-content .dark_container_large:first-child {
	margin-top: 0;
}

.article-template.article-template-type-2 .article-template-content .dark_container_large {
  height: auto;
  width: 100%;
}

.article-template.article-template-type-2 .article-template-content .dark_container .rslides > li > a,
.article-template.article-template-type-2 .article-template-content .dark_container_large .rslides > li > a {
	height: 560px !important;
}

.article-template.article-template-type-2 .article-template-content .dark_container_large .rslides img {
	height: auto !important;
	max-height: 595px !important;
}

.article-template .article-template-content p:nth-of-type(1) {
	margin-top: 0 !important;
}

.main-content .article-template article.post .article-template-content p {
	float: none;
	width: 100%;
	font-size: 16px;
	color: rgb(51,51,51);
	line-height: 1.5;
	font-family: "Georgia", serif;
}

.main-content .article-template.article-template-type-2 article.post .article-template-content p {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.article-template article.post .article-template-content p + p {
	margin-top: 15px;
}

.article-template .article-template-author {
	font-family: "latoregular", sans-serif;
	color: #434343;
	margin-top: 5px;
	font-size: 20px;
	line-height: 1;
}

.article-template .article-abstract {
	width: 80%;
	margin-top: 20px;
	color: #2C2C2C;
	font-family: "latolight_italic", sans-serif;
	font-size: 18px;
	line-height: 1.3;
}

.article-template .article-abstract p {
	margin: 0;
}

.article-template .article-template-footer {
	margin-top: 30px;
	border-bottom: 2px solid #E4E4E4;
	padding-bottom: 10px;
}

.article-template .article-widget {
	float: left;
	padding: 2px 15px;
}

.article-template .article-widgets-group .article-widget + .article-widget,
.article-template .article-widgets-group.pull-right .article-widget:first-child {
	border-left: 1px solid #E4E4E4;
}

.article-template .article-widgets-group.pull-right .article-widget + .article-widget {
	border-left-width: 0;
	border-right: 1px solid #E4E4E4;
}

.article-template .article-widgets-group.pull-right .article-widget:last-child {
	padding-right: 2px;
}

.article-template.article-template-type-2 .article-template-post-information {
	/*float: right;
	display: block;
	margin-top: 18px;*/
}

/* Sliders in this templates types */
.article-template .slider-post-title {
	position: absolute;
	z-index: 10;
	display: block;
	left: 0;
	right: 0;
	bottom: 35px;
	padding: 5px 6em;
	text-align: center;
	color: #FFFFFF;
	background: rgba(0,0,0,.6235);
	font-size: 35px;
	font-family: "Georgia", "latolight", sans-serif;
	line-height: 1.1;
	font-weight: normal;
}

.article-template.article-template-type-1 .slider-image-metadata,
.article-template.article-template-type-2 .slider-image-metadata {
	font-size: 13px;
	color: #373737;
	padding-top: 5px;
	position: relative;
	z-index: 1;
	height: auto;
}

.article-template.article-template-type-1 .slider-image-metadata:after,
.article-template.article-template-type-1 .slider-image-metadata:before,
.article-template.article-template-type-2 .slider-image-metadata:after,
.article-template.article-template-type-2 .slider-image-metadata:before {
	content: "";
	display: table;
}

.article-template.article-template-type-1 .slider-image-metadata:after,
.article-template.article-template-type-2 .slider-image-metadata:after {
	clear: both;
}

.article-template.article-template-type-1 .slider-image-metadata .slider-image-description,
.article-template.article-template-type-1 .slider-image-metadata .slider-image-photogapher {
	width: 50%;
	line-height: 1.2;
}

.article-template.article-template-type-2 .slider-image-metadata .slider-image-description,
.article-template.article-template-type-2 .slider-image-metadata .slider-image-photogapher {
	width: 40%;
	line-height: 1.2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.article-template.article-template-type-1 .slider-image-metadata .slider-image-photogapher,
.article-template.article-template-type-2 .slider-image-metadata .slider-image-photogapher {
	position: absolute;
	z-index: 2;
	top: 5px;
	right: 0;
	font-size: 13px;
	text-align: right;
	font-family: 'latoregular', sans-serif;
}

/* Slider image in the template of type 2 */
.article-template.article-template-type-2 .slider-image-metadata {
	width: 650px;
	margin-left: auto;
	margin-right: auto;
}

.article-template.article-template-type-2 .slider-image-metadata .slider-image-description {
	width: 60%;
}

/* Slider gallery info */
.slider-gallery-info {
	position: absolute;
	z-index: 500;
	background: #000000;
	background: rgba(0,0,0,.8);
	bottom: 30px;
	left: 30px;
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,.5);
	box-shadow: 0 0 3px rgba(0,0,0,.5);
	color: #FCFBF9;
	padding: 12px;
}

.slider-gallery-info .slider-gallery-title {
	margin: 0 0 7px 0;
	font-weight: normal;
	line-height: 1;
	font-size: 18px;
}

.slider-gallery-info .slider-gallery-info-handlers {
	font-size: 10px;
	text-transform: uppercase;
	height: 18px;
	line-height: 18px;
	letter-spacing: 0.05em;
}

.slider-gallery-info .slider-gallery-view-gallery {
	color: #FCFBF9;
	text-decoration: none;
	display: inline-block;
}

.slider-gallery-info .slider-gallery-count {
	border-left: 1px solid rgba(255,255,255,.5);
	margin-left: 10px;
	padding-left: 10px;
	display: inline-block;
}

/* Events widget */
.events-widget {
	border-bottom: 2px solid #E8E8E8;
	padding: 10px 0;
}

.events-widget .event-title {
	font-size: 30px;
	font-weight: normal;
	margin: 0;
}

.events-widget .events-columns:after,
.events-widget .events-columns:before {
	content: "";
	display: table;
}

.events-widget .events-columns:after {
	clear: both;
}

.events-widget .events-columns {
	padding: 10px 0;
}

.events-widget .events-columns .event-column {
	float: left;
}

.events-widget .events-columns .event-column.event-editions {
	float: right;
}

.events-widget .events-columns .event-column .column-title {
	margin: 0;
	font-weight: normal;
	text-transform: uppercase;
	color: #C72F55;
	display: inline-block;
	*display: inline;
	border-bottom: 2px solid #E5E7E6;
	padding-bottom: 3px;
	line-height: 1.2;
}

.events-widget .events-columns .event-column a {
	text-transform: uppercase;
	font-size: 10px;
	color: #323232;
	text-decoration: none;
}

.events-widget .events-columns .event-column a:hover {
	text-decoration: underline;
	color: #C02F4E;
}

.events-widget .events-columns .event-column .column-content {
	padding-top: 10px;
	color: #323232;
}

.events-widget .events-columns .event-column.event-when .event-date {
	font-size: 15px;
}

.events-widget .events-columns .event-column.event-when .event-date span {
	font-size: 22px;
}

.events-widget .events-columns .event-column.event-where {
	margin-left: 40px;
}

.events-widget .events-columns .event-column.event-where .column-content {
	padding-top: 1.2em;
}

.events-widget .events-columns .event-column.event-where .event-where {
	font-size: 15px;
}

.events-widget .events-columns .event-column.event-editions .event-edition {
	line-height: 1.6;
}

/* Share this widget */
.sharedaddy .sd-content > ul {
	display: none;
}

.sharedaddy .sd-content .sharing-hidden > .inner {
	display: block !important;
	width: auto;
}

.sharedaddy .sd-content .sharing-hidden ul,
.sharedaddy .sd-content .sharing-hidden ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.sharedaddy .sd-content .sharing-hidden ul:after,
.sharedaddy .sd-content .sharing-hidden ul:before {
	content: "";
	display: table;
}

.sharedaddy .sd-content .sharing-hidden ul:after {
	clear: both;
}

.sharedaddy .sd-content .sharing-hidden ul li {
	float: left;
}

.sharedaddy .sd-content .sharing-hidden ul li + li {
	margin-left: 15px;
}

.sharedaddy .sd-content li.share-end {
	display: none;
}

.sharedaddy .sd-content .share-icon,
.comments-count:after {
	display: block;
	width: 22px;
	height: 17px;
	background: blue;
	background-image: url(../img/share.png);
	background-repeat: no-repeat;
	background-position: center;
}

.sharedaddy .sd-content .share-email .share-icon {
	background-position: -4px -8px;
}

.sharedaddy .sd-content .share-twitter .share-icon {
	background-position: -45px -8px;
}

.sharedaddy .sd-content .share-facebook .share-icon {
	background-position: -82px -8px;
}

.comments-count:after {
	background-position: -118px -7px;
	content: "";
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.comments-count {
	position: relative;
	display: block;
	z-index: 1;
	padding-left: 30px;
}

/* Jetpack prsonalization */
.jp-carousel-wrap.jp-carousel-transitions {
	z-index: 2000px !important;
}

/* Inicio de clases temporales para setear cada una de las imagenes del Home de HG en el bloque de Restaurantes y bare */
.imagen_rest_1 {
	background: #000 url(../img/tmp/home_hg_restaurant_01.jpg) top center no-repeat;
}

.imagen_rest_2 {
	background: #000 url(../img/tmp/home_hg_restaurant_02.jpg) top center no-repeat;
}

.imagen_rest_3 {
	background: #000 url(../img/tmp/home_hg_restaurant_03.jpg) top center no-repeat;
}

.imagen_rest_4 {
	background: #000 url(../img/tmp/home_hg_restaurant_04.jpg) top center no-repeat;
}

.imagen_bars_1 {
	background: #000 url(../img/tmp/home_hg_bars_01.jpg) top center no-repeat;
}

.imagen_bars_2 {
	background: #000 url(../img/tmp/home_hg_bars_02.jpg) top center no-repeat;
}

.imagen_bars_3 {
	background: #000 url(../img/tmp/home_hg_bars_03.jpg) top center no-repeat;
}

.imagen_bars_4 {
	background: #000 url(../img/tmp/home_hg_bars_04.jpg) top center no-repeat;
}


/*** Google Custom Search ****/
.cse form.gsc-search-box,
form.gsc-search-box {
	/* margin-bottom: 0 !important;
	padding: 0 !important;
}
form.gsc-search-box {
  margin: 0 0 0 5px !important;
  width: auto !important;
} */
div.header-region > div {
	float: left !important;
	width: auto !important;
}

/*
form.gsc-search-box input.gsc-input {
	border-width: 0 !important;
	background: #F71B37 url(../img/header/search_icon.png) 2px no-repeat !important;
	height: 18px !important;
	line-height: 18px !important;
	font-size: 12px !important;
	color: #FFFFFF !important;
	font-family: "latoregular", sans-serif !important;
	padding-left: 20px !important;
	width: 1px !important;
	-webkit-transition: 0.2s ease-in-out width;
	transition: 0.2s ease-in-out width;
}
form.gsc-search-box input.gsc-input:focus,
form.gsc-search-box input.gsc-input:hover {
	width: 100px !important;
}

#gcs {
	margin: 0 auto !important;
  width: 1000px !important;
  display: none;
}
body.page #gcs {
	display: none;
}
.gsc-control-cse {
	padding: 0 !important;
	width: auto !important;
}
#gcs:after {
	display: block;
	clear: both;
	content: "";
	width: 100%;
	height: 30px;
}

*/
