/*

	Glef Nutrición Deportiva
	
	. website | css | layout.css

*/

@import "reset.css";
@import "fonts/oswald/oswald.css";

body {
	background-image:url(images/layout/bg-html.png);
	background-repeat:repeat;
	overflow: hidden;
	font-family: Tahoma, Helvetica, sans-serif;
	overscroll-behavior: none;
}

a:link,
a:visited,
a:active,
a:hover {
	color: #3d3d3d;
	text-decoration: none;
}

strong {
	font-weight: bold;
}

a, button, input
{
    color: black;
    text-decoration: none;

    -webkit-transition: background-color 100ms, color 100ms;
    -moz-transition: background-color 100ms, color 100ms;
    -ms-transition: background-color 100ms, color 100ms;
    transition: background-color 100ms, color 100ms;
}

.btn-close {
	z-index: 3;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid rgba(0,0,0,0.07);
	background: #fff url(images/layout/close-icon.png) no-repeat center;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	outline: none;
}

.btn-close:hover {
	background-color: rgba(0,0,0,0.03);
}

/*-----------------------------------------------*/
#container {
	width:960px;
	height:594px;
	position:absolute;
	left:50%;
	top:50%;
	background-color: #ffffff;
	margin-left:-480px;
	margin-top:-297px;
	z-index:1;
}
/*-----------------------------------------------*/
#container > div.logo {
	width:237px;
	height:250px;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-518px;
	margin-top:-348px;
	z-index:10;
}
#container > div.logo > a {
	display: block;
	width:100%;
	height:100%;
	background-image:url(images/layout/logo.png);
	background-repeat:no-repeat;
	text-indent: -9999px;
}
#container > div.logo > a:hover {
	background-position: 0 -250px;
}
/*-----------------------------------------------*/
#loading {
	width:735px;
	height:594px;
	background-color:#FFF;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-297px;
	margin-left:-256px;
	z-index:9;
	filter:alpha(opacity=60);
	-moz-opacity:.60;
	opacity:.60;
}
#loading > .gif {
	width:16px;
	height:16px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-12px;
	margin-left:-12px;
}
/*-----------------------------------------------*/
#header {
	width:960px;
	height:51px;
}
#header > .left-image {
	width:225px;
	height:594px;
	position:absolute;
	left:0;
	top:0;
	z-index:2;
	background-color: #3d3d3d;
}

#header > .menu-top {
	height:50px;
	background-color:#f2f2f2;
	border-bottom:1px solid #dcdcdc;
	z-index:1;
}

#header .menu-top .btn-close {
	border-left: 1px solid #dcdcdc;
	border-radius: 0;
}

#header > .menu-top > ul {
	margin-left: 225px;
	list-style-type:none;
	text-align:left;
	padding-left:20px;
	padding-top:16px;
}

#header > .menu-top > ul > li
{
	position: relative;
	display: inline-block;
	padding-right: 18px;
}

#header > .menu-top > ul > li > span {
	position:absolute;
	top: -2px;
	right: -1px;
	width: 2px;
	height: 15px;
	text-indent: -999px;
	overflow: hidden;
	background-color: #a3a3a3;
	margin-left: 8px;
	margin-right: 8px;
	margin-top: 2px;
}

#header > .menu-top > ul > li > a
{
	position: relative;
	z-index: 2;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:700;
	color:#494949;
	cursor:pointer;
}

#header > .menu-top > ul > li > .hover-bg
{
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 50px;
	top: -17px;
	left: 0;
}

#header > .menu-top > ul > li > a:link,
#header > .menu-top > ul > li > a:visited,
#header > .menu-top > ul > li > a:active
{
	color: #494949;
	text-transform:bold; 
	text-decoration:none;
	font-size:14px;
}

#header > .menu-top > ul > li > a:hover,
#header > .menu-top > ul > li > a.selected
{
	color: #2599cf;
	text-transform:bold;
	text-decoration:underline none;
	font-size:14px;
}

#header > .menu-top > ul > li > ul.sub-menu
{
	display: none;
	position: absolute;
	top: 25px;
	width: 150px;
	z-index: 999;
	box-shadow: 0px 0px 12px #474747;
	left: -7px;
}

#header > .menu-top > ul > li:hover > ul.sub-menu
{
	display: block;
}

#header > .menu-top > ul > li > ul.sub-menu > .arrow
{
	position: absolute;
	top: -5px;
	left: 20px;
	width: 10px;
	height: 5px;
	background-image: url(images/layout/menu-arrow-top.png);
}

#header > .menu-top > ul > li > ul.sub-menu > li
{
	position: relative;
	cursor: default;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
	
}

#header > .menu-top > ul > li > ul.sub-menu > li > a
{
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-color: #f2f2f2;
	background-repeat: no-repeat;
	background-position: 93% 50%;
	color: #494949;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#header > .menu-top > ul > li > ul.sub-menu > li > a.is-current-section
{
	color: #2599CF;
	background-color: #fff;
	text-indent: 10px;
}

#header > .menu-top > ul > li > ul.sub-menu > li:hover > a
{
	color: #2599CF;
	background-color: #fff;
}

#header > .menu-top > ul > li > ul.sub-menu > li:first-child > a
{
	background-image: none;
}

#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu
{
	opacity: 0;
	pointer-events: none;
	position: absolute;
	z-index: 1; 
	width: 250px;
	max-height: 500px;
	overflow-y: auto !important;
	left: 150px;
	top: -1px;
	border-left: 1px solid #dcdcdc;
	box-shadow: 0px 0px 12px #474747;
	/*-webkit-transition: opacity 0.1s;
    transition: opacity 0.1s;*/
	
}

#header > .menu-top > ul > li > ul.sub-menu > li:hover > ul.sub-menu
{
	opacity: 1;
	pointer-events: auto;
}

#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li
{
	cursor: pointer;
	background-color: #f2f2f2;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dcdcdc;
}

#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li > a
{
	display: block;
	padding-left: 8px;
	padding-right: 16px;
	padding-top: 7px;
	padding-bottom: 8px;
	background-position: 96% 50%;
	background-repeat: no-repeat;
	color: #494949;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover
{
	background-color: #fff;
}

#header .menu-top-open-bt 
{
	display: none;
}

#header .search-menu-open-bt
{
	position: absolute;
	top: 4px;
	right: 4px;
	background: url(images/layout/search-icon-normal.png) no-repeat center;
	border: none;
	width: 40px;
	height: 40px;
	text-indent: -999px;
	overflow: hidden;
	cursor: pointer;
	opacity: 0.6;
	outline: none;
}

#header .search-menu-open-bt:hover
{
	opacity: 1;
}

#header .search-menu {
	position: absolute;
	top: 5px;
	left: 230px;
	z-index: 10;
	background: #fff url(images/layout/search-icon-unabled.png) no-repeat 9px 10px;
	border: 1px solid rgba(0,0,0,0.12);
	width: 693px;
	height: 37px;
	border-radius: 3px;
	padding-left: 30px;
}

#header .search-menu .title {
	display: block;
	position: relative;
	z-index: 2;
	padding-top: 11px;
	padding-bottom: 8px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial, sans-serif;
	color: rgba(0,0,0,0.54);
}

#header .search-menu input {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	/*left: 183px;*/
	padding-left: 183px;
	padding-right: 30px;
	width: 100%;
	box-sizing: border-box;
	height: 37px;
	padding-bottom: 2px;
	border: none;
	background: none;
	font-size: 14px;
	outline: none;
}

#header .search-menu .btn-close {
	z-index: 3;
	position: absolute;
	top: 0;
	right: 0;
	width: 37px;
	height: 100%;
	border: none;
	border-left: 1px solid rgba(0,0,0,0.11);
	border-radius: 0 2px 2px 0;
}

.ui-autocomplete {
	background: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.12);
	box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.11);
	border-radius: 3px;
	max-height: 500px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete > .ui-menu-item {
	position: relative;
	padding: 0 !important;
}

.ui-autocomplete > .ui-menu-item > .cont {
	border-bottom: 1px solid rgba(0,0,0,0.07);
	padding: 24px 15px 15px 15px;
	padding-left: 90px;
	min-height: 90px;
	box-sizing: border-box;
    font-family: Arial, sans-serif;
}

.ui-autocomplete > .ui-menu-item > .cont .image {
	width: 60px;
	position: absolute;
	top: 15px;
	left: 15px;
}

.ui-autocomplete > .ui-menu-item > .cont .title {
	font-family: 'Oswald', sans-serif;
	font-size: 25px;
}

.ui-autocomplete > .ui-menu-item > .cont .sub-title {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #909090;
    font-family: Arial, sans-serif;
}

.ui-autocomplete > .ui-menu-item > .cont .price {
	font-size: 19px;
	font-weight: bold;
	color: #2B7A12;
	position: absolute;
	right: 30px;
	top: 25px;
	font-family: 'Oswald', sans-serif;
}

.ui-autocomplete > .ui-menu-item.ui-state-focus {
	background: none;
	border-color: transparent;
}

.ui-autocomplete > .ui-menu-item.ui-state-focus > .cont {
	background: rgba(49,149,210,0.10);
}

.ui-autocomplete-category {
	font-weight: bold;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(0,0,0,0.54);
    font-family: Arial, sans-serif;
    padding: 10px 15px;
}

/*-----------------------------------------------*/
#content {
	height:543px;
	padding-left: 225px;
	overflow: hidden;
}
#content > .section {
	position:relative;
	height:543px;
}
#content > .section > .title {
	border-bottom:1px solid #dcdcdc;
	padding:17px 0 19px 0;
}
#content > .section-title-xl > .title {
	height: 86px;
	box-sizing: border-box;
}
#content > .section > .title > h2 {
	text-transform: uppercase;
	font-family: 'Oswald', sans-serif;
	font-size:30px;
	font-weight:bold;
	color:#3d3d3d;
	letter-spacing:2px;
	padding-left:18px;
	margin-bottom: 3px;
	cursor: default;
}
#content > .section > .title > span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform: uppercase;
	color:#a1a1a1;
	padding-left:20px;
	padding-top:4px;
	cursor: default;
}
#content > .section > .title > p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7a7a7a;
	padding-left:20px;
	padding-top:7px;
	max-width:680px;
	line-height:14px;
}
#content > .section > .title > p > strong {
	color:#3d3d3d;
	font-weight:bold;
}
#content > .section > .content {
	height: 473px;
	box-sizing: border-box;
	overflow: auto;
}
#content > .section-title-xl > .content {
	height: 457px;
}


/*-----------------------------------------------*/
#footer {
	width:960px;
	height:16px;
	margin-top:8px;
}
#footer .phone {
	width:480px;
	height:auto;
	position:relative;
	float:left;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#f2f2f2;
}

#footer .AFIP {
	width:80px;
	height:80px;
	position:relative;
	float:left;
}
#footer .fb {
	width:150px;
	height:auto;
	position:relative;
	float:right;
	
}
#footer .fb .year {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size:11px;
	color:#f2f2f2;
	
}
#footer .fb .year > .logo {
	width:11px;
	height:9px;
}
#footer > .fb > p.year > span.kazuu-2 {
	font-weight:bold;
	color:#f2f2f2;
}

#footer > .fb > p.year > a.icon{
	display: inline-block;
	color: inherit;
}

#footer > .fb > p.year > a.icon > img {
	display: inline-block;
	vertical-align: top;
	position: relative;
	top:-5px;
}
/*-----------------------------------------------*/
#background {
	width:1134px;
	height:768px;
	background-image:url(images/layout/bg.png);
	background-repeat:no-repeat;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left:-566px;
	margin-top:-384px;
	z-index:0;
}
/*
	COMMON BUTTONS
*/
a.no-stock-bt,
a.add-to-cart-bt {
	height:27px;
	line-height:27px;
	display:inline-block;
	margin-right:6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	color:#f2f2f2;
	padding:1px 9px 0 7px; 
	text-decoration:none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
a.no-stock-bt:last-child,
a.add-to-cart-bt:last-child {
	margin-right:0;
}
a.no-stock-bt {
	background-color:#6a6a6a;
}
a.no-stock-bt:hover {
 	background-color:#a8a8a8;
}
a.add-to-cart-bt {
	background-color:#2599cf;
}
a.add-to-cart-bt:hover {
 	background-color:#2db6f6;
}
a.no-stock-bt > span.cart {
	background:url(images/icons/alert-01.png) no-repeat 1px 6px;
	text-indent:21px;
	display:block;
}
a.add-to-cart-bt > span.cart {
	background:url(images/icons/shipping-cart-01.png) no-repeat 1px 6px;
	text-indent:31px;
	display:block;
}


@media only screen and (max-width: 960px) {


	.noscroll {
		overflow: hidden !important;
		margin: 0;
		height: 100%;
		position: fixed;
	}
	
	body {
		overflow: auto;
		padding-top: 50px;
	}
	
	#container {
		position:static;
		width:auto;
		height:auto;
		margin-left:0;
		margin-top:0;
		background: transparent;
	}

	#container > div.logo {
		width:37px;
		height:38px;
		position:fixed;
		z-index: 20;
		left:7px;
		top:5px;
		margin-left:0;
		margin-top:0;
		z-index:10;
	}
	#container > div.logo > a {
		display: block;
		width:100%;
		height:100%;
		background-image:url(images/layout/logo.png);
		background-repeat:no-repeat;
		text-indent: -9999px;
		background-size: 37px 78px;
	}
	#container > div.logo > a:hover {
		background-position: 0 -39px;
	}

	#content {
		width:auto;
		height:auto;
		padding-left: 0;
		overflow: auto;
		background: white;
	}
	#content > .section {
		width:auto;
		height:auto;
		position:relative;
		float:none;
	}
	#content > .section > .title {
		width:auto;
		height:auto;
		position:relative;
		float:none;
		padding: 22px 0 19px 0;
	}

	#header {
		position: fixed;
	    z-index: 1;
		top: 0;
		left: 0;
		width:100%;
	    height: 50px;
		background-color: #f2f2f2;
		box-shadow: 0 0px 15px rgba(0,0,0,0.2);
	}
	#header > .left-image {
		display: none;
	}

	#header > .menu-top-open-bt 
	{
		position: absolute;
		z-index: 20;
		top: 5px;
		right: 50px;
		height: 40px;
		padding-left: 14px;
		padding-right: 10px;
		display: block;
		background: none;
		border: 1px solid transparent;
		text-transform: uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:700;
		color:#494949;
		cursor:pointer;
	}

	#header > .menu-top-open-bt:hover
	{
		color: #2599cf;
	}

	#header > .menu-top-open-bt.opened-mobile
	{
		background-color: white;
		border-radius: 3px;
		border-color: rgba(0,0,0,0.12);
		color: #2599cf;
	}

	#header > .search-menu-open-bt
	{
		position: absolute;
		z-index: 20;
		top: 4px;
		right: 4px;
		background: url(images/layout/search-icon-normal.png) no-repeat center;
		border: none;
		width: 40px;
		height: 40px;
		text-indent: -999px;
		overflow: hidden;
		cursor: pointer;
		opacity: 0.6;
		outline: none;
	}

	#header > .search-menu-open-bt.opened-mobile
	{
		background-color: white;
		border-radius: 3px;
		border: 1px solid rgba(0,0,0,0.12);
	}

	#header > .search-menu-open-bt:hover
	{
		opacity: 1;
	}

	#header > .menu-top {
		display: none;
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: auto;
		padding-top: 50px;
	    box-sizing: border-box;
		background-color: #f2f2f2;
	}

	#header .menu-top .btn-close {
		display: block;
		z-index: 100;
		height: 30px;
		float: right;
		margin-top: 8px;
		margin-bottom: 8px;
		margin-right: 15px;
		border: 1px solid rgba(0,0,0,0.12);
		border-radius: 3px;
	}

	#header > .menu-top.opened-mobile
	{
		display: block;
	}

	#header .menu-top .light-border-mobile {
		display: block;
		width: 100%;
		height: 1px;
		background: white;
		border-top: 1px solid #dbdbdb;
	}

	#header > .menu-top > ul
	{
		clear: both;
		margin-bottom: 100px;
		border-top: 1px solid #dbdbdb;
		margin-left: 0;
	    padding-left: 0;
	    padding-top: 0;
		background-color: #f2f2f2;
	}

	#header > .menu-top > ul > li:first-child
	{
	}

	#header > .menu-top > ul > li > span
	{
		display: none;
	}

	#header > .menu-top > ul > li
	{
		position: relative;
		display: block;
		margin-bottom: 0;
	    padding-right: 0;
		border-top: 1px solid white;
		border-bottom: 1px solid #dbdbdb;
	}

	#header > .menu-top > ul > li > a
	{
		position: relative;
		z-index: 2;
		display: block;
		padding: 15px 15px;
		text-transform: uppercase;
		font-family:Arial, Helvetica, sans-serif;
		font-size:14px;
		font-weight:700;
		color:#494949;
		cursor:pointer;
	}

	#header > .menu-top > ul > li > .hover-bg
	{
		display: none;
	}

	#header > .menu-top > ul > li > a:link,
	#header > .menu-top > ul > li > a:visited,
	#header > .menu-top > ul > li > a:active
	{
		color:#494949;
	}

	#header > .menu-top > ul > li > a:hover,
	#header > .menu-top > ul > li > a.selected
	{
		color: #2599cf;
		text-transform:bold;
		text-decoration:underline none;
		font-size:14px;
	}
	#header > .menu-top > ul > li > a.is-current-section
	{
		color: #2599cf;
		background-color: #fff;
	}

	#header > .menu-top > ul > li > ul.sub-menu
	{
		display: none;
		position: static;
		width: auto;
		z-index: auto;
		box-shadow: none;
		border-top: 1px solid #dbdbdb;
		background: #eaeaea;
	}

	#header > .menu-top > ul > li > ul.sub-menu.opened-mobile
	{
		display: block !important;
	}

	#header > .menu-top > ul > li:hover > ul.sub-menu
	{
		display: none;
	}

	#header > .menu-top > ul > li > ul.sub-menu > .arrow
	{
		position: absolute;
		top: -5px;
		left: 20px;
		width: 10px;
		height: 5px;
		background-image: url(images/layout/menu-arrow-top.png);
	}

	#header > .menu-top > ul > li > ul.sub-menu > li
	{
		position: relative;
		cursor: default;
		border-top: 1px solid white;
		border-bottom: 1px solid #dbdbdb;
		
	}

	#header > .menu-top > ul > li > ul.sub-menu > li:last-child
	{
		border-bottom: 0;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > a
	{
		display: block;
		padding-left: 30px;
		padding-right: 8px;
		padding-top: 7px;
		padding-bottom: 8px;
		font-size: 16px;
		font-weight: normal;
		text-transform: none;
		background: transparent;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li:hover > a
	{
		color: #2599CF;
		background-color: #fff;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > a.is-current-section
	{
		color: #2599CF;
		background-color: #fff;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li:first-child > a
	{
		background-image: none;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu
	{
		display: none;
		opacity: auto;
		pointer-events: none;
		position: static;
		z-index: auto; 
		width: auto;
		max-height: auto;
		overflow-y: auto !important;
		border-left: 0;
		box-shadow: none;
		/*-webkit-transition: opacity 0.1s;
	    transition: opacity 0.1s;*/
		
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu.opened-mobile,
	#header > .menu-top > ul > li > a.is-current-section+ul.sub-menu
	{
		display: block;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li:hover > ul.sub-menu
	{
		opacity: 1;
		pointer-events: auto;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li
	{
		cursor: pointer;
		background-color: #f2f2f2;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #dcdcdc;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li > a
	{
		display: block;
		padding-left: 8px;
		padding-right: 16px;
		padding-top: 7px;
		padding-bottom: 8px;
		background-position: 96% 50%;
		background-repeat: no-repeat;
		color: #494949;
		text-transform: uppercase;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		font-weight: bold;
	}

	#header > .menu-top > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover
	{
		background-color: #fff;
	}


	#header .search-menu
	{
		position: fixed;
		z-index: 10;
		top: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 100%;
		padding-top: 50px;
	    box-sizing: border-box;
		overflow: auto;
		border: none;
		border-radius: 0;
		padding: 0;
		margin: 0;
		background: #f2f2f2; 
	}

	#header .search-menu .container {
		position: relative;
		margin-top: 50px;
		padding:15px 15px;
		border-top: 1px solid #dbdbdb;
	}

	#header .search-menu .light-border-mobile {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: white;
	}

	#header .search-menu .title {
		display: block;
		position: relative;
		z-index: 2;
		margin-top: 8px;
		margin-bottom: 0;
	}

	#header .search-menu input {
		position: static;
		/*left: 183px;*/
		padding: 10px 15px;
		width: 100%;
		height: auto;
		border: none;
		background: white;
		font-size: 14px;
		border: 1px solid #dbdbdb;
		border-radius: 3px;
	}

	#header .search-menu .btn-close {
		display: none;
		height: 30px;
		float: right;
		border: 1px solid rgba(0,0,0,0.12);
		border-radius: 3px;
	}

	.ui-autocomplete {
		background: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.12);
		box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.11);
		border-radius: 3px;
		max-height: 60%;
	}

	.ui-autocomplete > .ui-menu-item {
		position: relative;
		padding: 0 !important;
	}

	.ui-autocomplete > .ui-menu-item > .cont {
		border-bottom: 1px solid rgba(0,0,0,0.07);
		padding: 24px 15px 15px 15px;
		padding-left: 90px;
		min-height: 90px;
		box-sizing: border-box;
	    font-family: Arial, sans-serif;
	}

	.ui-autocomplete > .ui-menu-item > .cont .image {
		width: 60px;
		position: absolute;
		top: 15px;
		left: 15px;
	}

	.ui-autocomplete > .ui-menu-item > .cont .title {
		font-size: 24px;
		margin-bottom: 10px;
	}

	.ui-autocomplete > .ui-menu-item > .cont .sub-title {
		font-size: 14px;
	}

	.ui-autocomplete > .ui-menu-item > .cont .price {
		font-size: 22px;
		float: right;
    	position: static;
	}

	.ui-autocomplete > .ui-menu-item.ui-state-focus {
		background: none;
		border-color: transparent;
	}

	.ui-autocomplete > .ui-menu-item.ui-state-focus > .cont {
		background: rgba(49,149,210,0.10);
	}

	.ui-autocomplete-category {
		font-weight: bold;
		border-bottom: 1px solid rgba(0,0,0,0.07);
		font-size: 14px;
		text-transform: uppercase;
		color: rgba(0,0,0,0.54);
	    font-family: Arial, sans-serif;
	    padding: 10px 15px;
	}

	#content > .section > .content {
		height: auto;
	}

	#footer {
		width:auto;
		height:auto;
		text-align: center;
		font-size: 20px;
	}
	#footer .phone {
		width:auto;
		height:auto;
		float:none;
		margin-top: 30px;
		margin-bottom: 30px;
		font-size: 16px;
	}

	#footer .AFIP {
		width:80px;
		height:80px;
		float:none;
		display: inline-block;
		margin-bottom: 20px;
	}

	#footer > .fb {
		width:auto;
		height:auto;
		float:none;
		display: block;
		margin-bottom: 20px;
	}
	#footer .fb .year {
		font-size:14px;
	}
	#footer .fb .logo {
		width:11px;
		height:9px;
		display: inline-block;
	}

	#background {
		display: none;
	}

	.close-bt {
		
	}

}

