/* Header */
#header .header-btn-collapse-nav {
	margin-top: 18px;
}




/* ----------------------------------------------------------------- */
/*agrego yo para drop down de idioma */
#header .dropdowns-container {
	float: left;
}
#header .dropdowns-container:after {
	content: '';
	display: table;
	clear: both;
}


#header .header-dropdown {
	position: relative;
	float: left;
}
#header .header-dropdown > a {
	display: inline-block;
	font-size: 13px;
	line-height: 24px;
	color: #000;
	padding-left: 10px;
	padding-right: 15px;
	padding-top: 7px;
}
#header .header-dropdown > a i {
	margin-left: 4px;
}

#header .header-dropdown:first-child > a {
	padding-left: 10;
}
#header .header-dropdown a {
	text-transform: uppercase;
}
#header .header-dropdown a img {
	display: inline-block;
	max-width: 16px;
	height: auto;
	vertical-align: middle;
	margin-right: 6px;
	margin-top: -2px;
}
#header .header-dropdown a:hover, #header .header-dropdown a:focus {
	text-decoration: none;
}
#header .header-dropdown .header-dropdownmenu {
	list-style: none;
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
	padding: 4px 0;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}
#header .header-dropdown .header-dropdownmenu li {
	padding: 2px 9px;
	line-height: 1;
}
#header .header-dropdown .header-dropdownmenu li a {
	font-size: 11px;
	line-height: 1;
	color: #777;
}
#header .header-dropdown .header-dropdownmenu li a img {
	margin-top: -3px;
}
#header .header-dropdown .header-dropdownmenu li:hover {
	background-color: #ccc;
}
#header .header-dropdown .header-dropdownmenu li:hover a {
	color: #fff;
}
#header .header-dropdown.lang-dropdown .header-dropdownmenu {
	min-width: 98px;
}
#header .header-dropdown:hover .header-dropdownmenu, #header .header-dropdown:focus .header-dropdownmenu {
	display: block;
}
#header .header-dropdown + .header-dropdown,
#header .header-dropdown + .compare-dropdown {
	margin-left: 7px;
}
#header .header-dropdown + .header-dropdown:before,
#header .header-dropdown + .compare-dropdown:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 1px;
	height: 14px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -7px;
	background-color: #eee;
}

/* ----------------------------------------------------------------- */

@media (min-width: 992px) {
	#header .header-nav-main {
		margin: 6px 0 0;
	}
	/*agrego para menu idioma --------------------------------------- */
	#header .header-dropdown + .header-dropdown,
	#header .header-dropdown + .compare-dropdown {
		margin-left: 6px;
	}
	#header .header-dropdown + .header-dropdown:before,
	#header .header-dropdown + .compare-dropdown:before {
		left: -5px;
	}
	/*--------------------------------------------------------------*/
}

/* Custom Icon */
.thumb-info .thumb-info-custom-icon {
	width: auto;
	margin: -30px auto 0;
	transform: none !important;
}

/* Custom Divider */
.custom-divider {
	height: 56px;
	background: transparent url(../../img/custom-divider-1.png) no-repeat center center;
}

/* Custom Thumb Info */
.thumb-info-custom {
	position: relative;
	overflow: visible;
	z-index: 2;
}
.thumb-info-custom:before {
	border: 1px solid #ddd;
	bottom: -5px;
	content: "";
	height: 5px;
	left: 2px;
	position: absolute;
	right: 2px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom:after {
	border: 1px solid #ddd;
	bottom: -9px;
	content: "";
	height: 5px;
	left: 5px;
	position: absolute;
	right: 5px;
	width: auto;
	z-index: 0;
}
.thumb-info-custom .btn {
	margin: 0 0 -45px;
	position: relative;
	z-index: 10;
}

/* Thumb Info Custom Icon */
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom {
	top: 0;
	margin-top: 0;
	height: 100%;
	left: 0;
	width: 100%;
	display: block;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom a {
	display: block;
	width: 100%;
	height: 100%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:before {
	border-top: 1px solid #ddd;
	content: "";
	height: 1px;
	left: 20%;
	position: absolute;
	right: 2px;
	top: 50%;
	width: 60%;
}
.thumb-info.thumb-info-centered-icons .thumb-info-action-custom .thumb-info-icon-custom:after {
	border-left: 1px solid #ddd;
	content: "";
	height: 60%;
	left: 50%;
	position: absolute;
	right: 2px;
	top: 20%;
	width: 1px;
}

/* Thumb Info Caption Text Custom */
.thumb-info-caption-text-custom {
	background: #F4f4f4;
	margin: 0 !important;
	padding: 14px !important;
}

/* Thumb Info Custom Blog */
@media (max-width: 991px) {
	.thumb-info-blog-custom img {
		max-width: 120px;
		margin-bottom: 10px !important;
	}
	/* agrego para menu de idioma ---------------------------------------------*/
	#header .header-dropdown > a {
		padding-left: 5px;
		padding-right: 10px;
	}
	#header .header-dropdown > a i {
		margin-left: 3px;
	}
	/*-------------------------------------------------------------------------*/	
}
/* Menu */
.menu-title {
	color: #a2a2a2;
	font-size: 16px;
	margin: 0 0 20px;
	padding: 30px 0 10px;
	text-transform: uppercase;
}

.menu-item {
	margin-bottom: 40px;
}
.menu-item h4 {
	color: #444;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
}
.menu-item .menu-item-price {
	font-size: 16px;
	color: #999;
	float: right;
	margin: 3px 15px 0 0;
}
.menu-item p {
	font-size: 14px;
	color: #999;
}

/* Special Menu */
.special-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.special-menu li {
	margin: 0 0 32px 0;
	padding: 0;
	clear: both;
}
.special-menu img {
	float: left;
	margin: 0 25px 0 0;
	max-width: 68px;
}
.special-menu h3 {
	font-size: 24px;
	padding: 7px 0 4px 95px;
	margin: 0;
	text-transform: none;
	font-family: Georgia, serif;
	font-style: italic;
}
.special-menu h3 em {
	font-size: 16px;
}
.special-menu p {
	font-size: 1.3em;
	font-family: Georgia, serif;
	font-style: italic;
	margin: 0 0 0 95px;
	position: relative;
	display: block;
}
.special-menu p span {
	background: #FFF;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 10px 0 0;
}
.special-menu p:before {
	border-bottom: 2px dotted #ddd;
	content: "";
	height: 1px;
	left: 0%;
	position: absolute;
	bottom: 5px;
	width: 100%;
	z-index: 1;
}
.special-menu .special-menu-price {
	background: #fff;
	display: inline-block;
	float: right;
	font-size: 22px;
	margin-top: -26px;
	padding: 0 0 0 10px;
	position: relative;
	z-index: 3;
}

@media (max-width: 991px) {
	.special-menu p {
		padding-bottom: 35px;
	}
	.special-menu .special-menu-price {
		margin-top: -20px;
	}
}
.google-map.small {
	max-width: 300px;
	height: 200px;
}

#footer {
	margin-top: 0;
}
#footer .footer-copyright p {
	color: rgba(255, 255, 255, 0.25);
	font-size: 15px;
	padding: 45px 0 10px 0;
	text-transform: uppercase;
}
#footer .footer-copyright p a {
	color: rgba(255, 255, 255, 0.25);
}
#footer .footer-copyright p .separator {
	display: inline-block;
	padding: 0 10px;
	font-size: 10px;
	position: relative;
	top: -2px;
}
