@charset "utf-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	padding:0;
	margin:0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*----*/

html,
body {
	width:100%;
	height:100%;
	position:relative;
}

body {
	color:#9e9e9e;
	position:relative;
	background:url(../images/light_grey.png) repeat center center #CCC;
}

.pagina {
	margin:auto;
	position:relative;
	z-index:1;
	overflow:hidden;
	max-width:1600px;
	background-color:#fff;
	margin:40px auto;
}

.cont {
	max-width:1200px;
	margin:auto;
}

.box {
	padding:20px;
}

.half-cont {
	overflow:hidden;
}

.w50 {
	width:50%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.w33 {
	width:33.3%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.w25 {
	width:25%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.w20 {
	width:20%;
	float:left;
	display:block;
	box-sizing:border-box;
}

.clear {
	clear:both;
}

/*----GENERALES----*/

body {
	font:1em 'Inder', sans-serif;
	letter-spacing: 1px;
	height:auto;
}

a {
	text-decoration:underline;
	color:#958c28;
}

p {
	text-align:justify;
	margin-bottom:20px;
}

li {
	margin-bottom:20px;
}

h1 { font:1.6em 'Inder', sans-serif; margin-bottom:20px; color:#5d5d5d; }
h2 { font:1.4em 'Inder', sans-serif; margin-bottom:20px; color:#5d5d5d; }
h3 { font:1.2em 'Inder', sans-serif; margin-bottom:20px; color:#5d5d5d; }
h4 { font:1.1em 'Inder', sans-serif; margin-bottom:20px; color:#5d5d5d; }
h5 { font:1em 'Inder', sans-serif; margin-bottom:20px; color:#5d5d5d; }

.title {
	font-size:2em;
}

.title .first-letter {
	display:inline-block;
	color:#fff;
	background-color:#958c28;
	height:2em;
	width:2em;
	line-height:2em;
	text-align:center;
	vertical-align:middle;
	position: relative;
	top: -0.2em;
	margin-right: 0.2em;
}


strong,
.bold {
	font-weight:bold;
}

img { max-width:100%; vertical-align:middle; }

.button {
	color:#fff;
	padding:15px 20px;
	display:inline-block;
	text-decoration:none;
	font-size:1em;
	line-height:1em;
	font-family:inherit;
	box-shadow:0 2px 3px #aaa;
	border:none;
	margin:3px;
	box-sizing:content-box;
	cursor:pointer;
	background-color:#958c28;
	transition:all 0.2s ease;
}

.full {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	display:block;
	z-index:10;
}

.bg-fixed {
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	background-attachment:fixed;
	width:calc(100% + 80px);
	margin-left:-40px;
	margin-top:30px;
	min-height:250px;
	padding:40px 0;
	color:#fff;
	font-weight:normal;
}

.bg-fixed h3 {
	font-size:3em;
	color:#fff;
}


.frame {
	/*position:relative;
	z-index:3;*/
	min-height:400px;
	width:calc(100% + 80px);
	box-sizing:border-box;
	padding:40px 0;
	margin-left:-40px;
	margin-top:30px;
	color:#fff;
	font-weight:normal;
	overflow:hidden;
}

.white {
	color:#000;
}

.frame.white .cont {
	padding:40px;
	color:#fff;
}

.frame.white .cont h3 {
	font-size:3em;
	color:#fff;
	text-transform:uppercase;
}

.frame.white .cont p {
	font-size:1.6em;
	max-width:76%;
}

.parallax-inner {
	top:0;
}

/*---*/

header {
	padding:50px 200px;
	position:relative;
}

header .social {
	float:left;
	line-height:185px;
}

.social-i {
	width:30px;
	height:30px;
	display:inline-block;
	text-align:center;
	line-height:30px;
	color:#9e9e9e;
	font-size:22px;
	transition:all 0.2s ease;
}

.social-i:last-child {
	border:none;
}

.social-i:hover {
	background-color:#958c28;
	color:#fff;
}


#logo {
	/*margin: 0 160px 0 0;*/
	text-align:center;
	max-height:185px;
}

#logo img {
	max-width:100%;
}

#menu {
	float:right;
	line-height:185px;
	position:relative;
}

#menu span.open {
	position:relative;
	z-index:6;
	font-size:30px;
	cursor:pointer;
}

#menu nav {
	position:absolute;
	top:-100%;
	right:-20px;
	opacity:0;
	background-color:#F8F7F6;
	font-size:1.4em;
	padding:40px 20px 20px;
	z-index:5;
	transition:all 0.5s ease;
}

#menu.opened nav {
	top:60px;
	opacity:1;
}

#menu li {
	display:block;
	border-bottom:2px solid #transparent;
	margin-bottom:-1px;
	transition: all 0.2s ease;
	position:relative;
	width:270px;
}

#menu li.is-page {
	border-bottom:2px solid #958c28;
}

#menu a {
	color:#999;
	padding:5px 15px;
	display:block;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:bold;
	font-size:0.8em;
	line-height:30px;
	transition: all 0.2s ease;
}

#menu a:hover,
#menu .dest a {
	background-color:#958c28;
	color:#fff;
}

#languages {
	float:left;
	width:100px;
	height:30px;
	line-height:30px;
	margin-top: 75px;
	margin-left: 60px;
}

#languages span {
	display:inline-block;
	text-align:center;
}

#languages span.lang {
}

#languages span.lang-long {
	display:block;
	text-align:left;
	color:#9e9e9e;
}

#languages .lang-list {
	min-width:125px;
	background-color:rgba(255,255,255,0.9);
}

#languages .lang-list span {
	display:block;
}

#languages a {
	text-decoration:none;
	display:block;
}

#languages img {
	width:20px;
}

.desp-parent {
	position:relative;
}

.desp-parent a.desplega {
	display:block;
	text-decoration:none;
	cursor:pointer;
	color:inherit;
}

.desp-parent a.desplega img {
	display:inline-block;
	margin-right:5px;
	vertical-align:middle;
}

.desplegable {
	position:absolute;
	top:100%;
	left:0;
	display:none;
	box-shadow:0 0 2px #999;
}

.desp-parent i {
	transition:all 0.5s ease;
}

.desplegable.desplegado {
	background-color:#999;
}

.desp-parent.desplegado i {
	transform:rotate(180deg);
}

.desplegable a {
	display:block;
	text-decoration:none;
	padding:5px 10px;
	color:#fff !important;
}

.desplegable a:hover {
	background:#958c28;
	color:#fff !important;
}

.desplegable a:hover .lang-long {
	color:#fff !important;
}

#content {
	padding:40px;
}

header:after {
	content:' ';
	width:80%;
	display:block;
	height:2px;
	background-color:#ccc;
	position:absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}

#index header:after {
	display:none;
}


footer {
	font-size:0.8em;
}

footer a{
	text-decoration:none !important;
	color:#5d5d5d !important;
}

.footer-top {
	background-color:#f5f5f5;
	padding:40px 0;
	color:#5d5d5d;
}

footer .box {
	padding-right:20px;
}

footer p {
	text-align:left !important;
}

/* 34. Brands carousel */
.pm-brand-carousel-btns {
  display: block;
  margin: 20px auto;
  width: 118px; }

.pm-brand-item {
	display: inline-block;
	text-align: center;
  	/*position: relative;*/
	min-height:160px !important; }

.pm-brand-item span {
  height: 0px;
  width: 100%;
  /*background-color: #958c28;*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s; }

.pm-brand-item a {
  display: block;
  font-family: 'Open sans';
  font-weight: bold;
  color: black;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 2;
  transition: all 0.6s;
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s; }
  
.carousel-logos{
	text-align:center;
	margin-top:15px;
}
.carousel-item{   
    display: inline-block;
    text-align: center;
}

.carousel-logos img{
	max-height:150px !important;
	max-width:150px !important;
	padding-bottom: 22px;
	filter: grayscale(100%);
}

.copy {
	background-color:#fff;
	padding:40px;
	text-align:center;
}

.copy p {
	margin:0;
	text-align:center !important;
}

dt {
	font-weight:bold;
	width:180px;
	height:54px;
	float:left;
	clear:both;
	margin-bottom:10px;
}

.dl-icon {
	height:50px;
	width:50px;
	font-size:25px;
	text-align:center;
	line-height:50px;
	border:2px solid #fff;
	border-radius:50px;
	color:#fff;
	margin-right:20px;
}

dd {
	overflow:hidden;
	padding-top:18px;
	margin-bottom:10px;
	float:left;
}


.page ol, .page ul {
	padding-left:35px;
}

.page ol {
	list-style:decimal;
}

.page li {
	margin-bottom:20px;
	text-align:justify;
}


.slider {
	position:relative;
}

.slide {
	position:relative;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
}

#main-slider .slide {
	min-height:600px;
	line-height:600px;
	text-align:center;
}

.slide-text {
	color:#fff;
	text-shadow:1px 1px 3px #000;
	font-size:4em;
	text-align:center;
	padding:40px;
	line-height:1em;
	display:inline-block;
	vertical-align:middle;
	opacity:0;
	transition:all 0.2s ease;
	transition-delay:0.5s;
}

.slick-active .slide-text {
	opacity:1;
}

.slide-text p {
	text-align:center;
	margin:0;
	line-height:2em;
}

.slide img {
	position:relative;
	z-index:1;
	width:100%;
}

.slide span {
	position:absolute;
	right:20px;
	bottom:20px;
	font-size:2em;
	opacity:0.6;
	z-index:2;
	transition: all 0.2s ease;
}

.slide:hover span {
	opacity: 1;
}

.prev-arrow,
.next-arrow {
	display:block;
	position:absolute;
	top:45%;
	background-color:#fff;
	color:#000;
	width:40px;
	height:40px;
	border-radius:40px;
	text-align:center;
	line-height:40px;
	font-size:14px;
	cursor:pointer;
	opacity:0.8;
	transition: all 0.2s ease;
}

.slider:hover .prev-arrow,
.slider:hover .next-arrow {
	opacity:1;
}

.prev-arrow {
	left:20px;
}

.next-arrow {
	right:20px;
}
/*---index---*/

#index #content {
	padding:40px 0;
}

#index #content section {
	padding:40px 0;
}

.cat-list li {
	width:33.33%;
	box-sizing:border-box;
	border:3px solid #fff;
	display:block;
	float:left;
	position:relative;
}

.cat-list article {
	transition:all 0.2s ease;
	width:100%;
	padding-top:100%;/*  Relación: 1:1 = 100% */
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	z-index:1;
}

.cat-list .cat-content {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	overflow:hidden;
}

.cat-content img {
	max-width:none;
	display:block;
	width:100%;
	height:100%;
	position:absolute;
	z-index:1;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	transition:all 0.5s ease;
}

.cat-list li:hover img {
	width:110%;
	height:110%;
}

.cat-title {
	position:absolute;
	padding:20px;
	color:#fff;
	z-index:2;
	background-color:rgba(150,150,150,0.6);
	font-size:2em;
	text-align:center;
	top:50%;
	width:60%;
	right:0;
	left:0;
	margin:auto;
	transform:translateY(-50%);
	transition:all 0.5s ease;
	text-transform:uppercase;	
}

.cat-list li:hover .cat-title {
	background-color:transparent;
	text-shadow:0 0 3px #000;
	mix-blend-mode: overlay;
}

/*---- pagina de texto ---*/

.page-tit {
	padding-bottom:20px;
	margin-bottom:20px;
	position:relative;
}

.page-tit h1,
.page-tit h2 {
	margin-bottom:0;
}



.page-desc {
	max-width:800px;
	margin:auto;
	overflow:hidden;
}

.page-img {
	text-align:center;
	margin:20px 0;
}

/*----menu / carta----*/

.platos-cat-list {
	text-align:center;
	margin-bottom:40px;
}

.platos-cat, .PDF-cat {
	display:inline-block;
	padding:10px 15px;
	border-bottom:3px solid transparent;
	cursor:pointer;
	margin:0 5px;
	text-align:center;
	vertical-align:bottom;
	color:#958c28;
	filter:grayscale(100%) brightness(110%);
	transition:all 0.5s ease;
}

.platos-cat-img, .PDF-cat-img {
	margin-bottom:10px;
	text-align:center;
}


.platos-cat.selected {
	border-bottom:3px solid #958c28;
	filter:none;
}

.prod {
	display:inline-block;
	width:31%;
	padding:10px;
	position:relative;
	height:542px;
}

.prod-text {
	background-color:#f0f0f0;
	color:#aaa;
	padding:20px;
	min-height:110px;
}

.prod-title {
}

.prod-image img {
	width:100%;
}

.prod-price {
	position:absolute;
	left:10px;
	top:300px;
	background-color:#958c28;
	width:50%;
	padding:5px 20px;
	color:#fff;
	font-size:1.4em;
}

/* lo indicamos según la cantidad de articulos que mostrar 550px para tres, el doble para más
.prod-list{
	min-height:550px !important;
}
*/
/*---contacto--*/

#gmap {
	width:100%;
	height:400px;
	background-color:#CCC;
}

.msg-error p {
	padding:5px;
	margin:20px 0;
	border-style:solid;
	border-width:1px;
	font-size:0.8em;
	background:#fbd3b1;
	color:#ce2700 !important;
	border-color:#f5c69a;
	display:none;
}

label {
	display:block;
	font-size:0.8em;
	font-weight:bold;
}

label span {
	color:#0065B1;
	font-size:2em;
	position:relative;
	top:5px;
}

input[type=text] {
	display:block;
	box-sizing:border-box;
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:10px 20px;
	width:100%;
	font:0.8em 'Open Sans', sans-serif;
}

input.medio {
	width:calc(50% - 10px);
	float:left;
}

input.medio:nth-of-type(2) {
	margin-left:20px;
}

textarea {
	display:block;
	border:1px solid #ccc;
	margin-bottom:20px;
	padding:10px 20px;
	width:100%;
	box-sizing:border-box;
	height:150px;
	font:0.8em 'Open Sans', sans-serif;
}

input[type=text]:focus,
textarea:focus {
	box-shadow: 0 0 3px #958c28;
}
	

input[type=submit]:hover,
input[type=submit]:focus {
	background:#000;
}

.thanks {
	display:none;
	padding:20px;
	width:60%;
}

.thanks h2 {
	font-size:1.6em;
}

.thanks p {
}

/*---paquetes--*/

.paq-leyenda {
	font-size:0.9em;
	padding:20px 0;
	text-align:right;
	font-style:italic;
}

.paquetes {
	padding:40px 0;
}

.paquete {
	float:left;
	text-align:center;
	position:relative;
	z-index:1;
	top:0;
	transition:all 0.2s ease;
}

.paquete.paq-carac-col {
	text-align:left;
}

.paq-head {
	font-weight:bold;
	color:#fff;
}

.paq-head-tit {
}

.paq-head-price {
	display:block;
	font-weight:lighter;
	font-size:2em;
}

.paq-cell {
	padding:20px 10px;
	transition:all 0.2s ease;
}

.paq-carac {
	background-color:#f0f0f0;
}

.paq-carac:nth-of-type(2n+2) {
	background-color:#ddd;
}

.paq-icon {
	font-size:1.4em;
}

.paq-icon-ok {
	color:#060;
}

.paq-icon-ko {
	color:#C00;
}

.paq-red {
	background-color:#F30;
}

.paq-yellow {
	background-color:#FF0;
	text-shadow:0 0 2px #000;
}

.paq-blue {
	background-color:#958c28;
}

.paq-green {
	background-color:#393;
}


.paq-blue1 {
	background-color:#111E84;
}

.paq-blue2 {
	background-color:#0082C3;
}

.paq-blue3 {
	background-color:#0A8ECB;
}

.paq-blue4 {
	background-color:#0068B4;
}


.paquete.paq-animation:hover {
	box-shadow:0 0 3px #000;
	top:-20px;
	z-index:2
}

.paquete.paq-animation:hover .paq-cell {
	padding:22px 10px;
}

/* 38. Progress Bar */

.progress-bar-cont {
	margin-bottom:20px;
}

.progress-bar-bg {
	background-color:#333;
	padding:5px;
	box-sizing:border-box;
	width:100%;
	border-radius:5px;
}

.progress-bar-grow {
	transition:all 0.5s ease;
	height:20px;
	background-color:#958c28;
	width:0;
	text-align:left;
	font-weight:bold;
	color:#fff;
	font-size:0.8em;
	line-height:20px;
	text-indent:10px;
	overflow:hidden;
	border-radius:3px;
}


/*----equipo----*/

.equipo {
	padding: 40px 0;
	text-align:center;
}

.eq-mini {
	margin: 0 20px 20px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
}

.eq-mini-img {
	width:200px;
	height:200px;
	border-radius:200px;
	border:10px solid #958c28;
	margin:0 auto 40px;
	overflow:hidden;
}

.eq-mini-text {
	overflow:hidden;
}

.eq-mini p {
	text-align:center;
}

/*---noticias---*/

.masnots{
	color:#d2cc8a;
	font-size:smaller;
}
.not-mini {
	overflow:hidden;
	margin-bottom:20px;
	padding-bottom:20px;
	position:relative;
}

.not-mini-img {
	float:left;
	margin-right:40px;
	width:250px;
}

.not-mini-date {
	color:#fff;
	background-color:#958c28;
	text-align:center;
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	padding:20px;
}

.not-mini-day {
	display:block;
	font-size:2em;
}

.not-mini-month {
	display:block;
	font-size:0.8em;
}

.not-mini-text {
	overflow:hidden;
}

.not-mini-buttons {
	padding-top:20px;
}

.not-mini-desc {
	clear:both;
}

.noti-content {
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
	transition:all 0.5s ease;
}

.noti-content:hover {
	box-shadow:0 0 3px #ccc;
}

.noti-content .noti-image {
	width:80px;
	margin-right:20px;
	display:inline-block;
	vertical-align:middle;
}

.noti-content .noti-title {
	display:inline-block;
	vertical-align:middle;
	max-width:75%;	
}

/*--paginador---*/

.paginador {
	padding:5px 0;
	text-align:center;
}

.paginador span {
	color:#fff;
	display:inline-block;
	width:35px;
	height:35px;
	line-height:35px;
	margin:0 2px;
	background-color:#958c28;
	box-shadow:0 0 3px #e9e9e9;
	text-align:center;
	font-weight:bold;
}

.paginador span.is-pag {
	opacity:0.8;
}

.paginador span a {
	display:block;
	height:35px;
	width:35px;
	color:#fff;
	text-decoration:none;
	transition:all 0.2s ease;
}

.paginador span a:hover {
	box-shadow:0 0 3px #000;
}

/*---movil---*/


.mob { display: none; }

#menu-fixed {
	text-align:center;
	width:100%;
	font-family:'Open Sans', sans-serif;
	background:#fff;
	margin:0;
	position:fixed;
	top:0;
	left:0;
	z-index:3;
	box-shadow:0 0 5px #000;
	display:none;
	height:53px;
}

.menu-logo {
	position:absolute;
	left:5px;
	top:4px;
	height:40px;
}

.menu-logo img {
	max-height:100%;
}

#menu-fixed ul {
	padding:0 !important;
	background:#fff;
	border-radius:0 !important;
	width:100% !important;
	position:absolute;
	z-index:1;
	top:-1000px;
	transition:all 0.2s ease;
}

#menu-fixed.opened ul {
	top:53px;
}

#menu-fixed li {
	display:block !important;
	margin:0 !important;
	padding: 0 !important;
	border-bottom:1px solid #000;
	transition: all 0.2s ease;
}

#menu-fixed li.selected,
#menu-fixed li:hover {
	border-bottom-color:#000;
	background:#f0f0f0;
}

#menu-fixed a {
	color:#000 !important;
	text-transform:uppercase;
	display:block;
	line-height:30px;
	text-decoration:none;
	font-size:1.1em;
	padding:0;
	margin:0 !important;
	margin-top:5px;
	transition:all 0.2s ease;
	text-shadow:none !important;
}

#menu-fixed a:hover {
	font-weight:bold;
}

.select-menu {
	position:absolute;
	right:5px;
	top:7px;
	width:40px;
	height:40px;
	z-index:3;
}

.select-menu a {
	display:block;
	width:40px;
	height:40px;
	background:#fff;
	border-radius:20px;	
	vertical-align:middle;
	text-align:center;
	color:#000;
	box-shadow:0 0 3px #e9e9e9;
}

.select-menu i {
	line-height:40px;
	font-size:20px;
	color:#000;
	vertical-align:middle;
	text-align:center;
}

#menu-tit {
	height:53px;
	display:block;
	color:#000;
	background:#fff;
	line-height:53px;
	text-align:center;
	transition: all 0.2s ease;
	font:bold 1em/53px 'Open Sans', sans-serif;
	position:relative;
	z-index:2;
}

.opened #menu-tit {
	color:#fff;
	background-color:#958c28;
}


@media only screen and (max-width: 850px) {
	.mob { display:block; }
	.screen { display:none; }
	.pagina { overflow:hidden; margin:0; }
	#logo { width:auto; display:block; max-width:300px; margin:50px auto 20px !important; }
	.menu-logo { height:45px; }
	#menu-fixed { display: block !important; }
	
	#languages { padding: 0; margin:0; text-align:right; float:right; }
	#languages .desplega > span { text-align:right; padding:0;}
	
	body { background-image:none; }
	header { padding:20px; }
	.header-sup { text-align:center; padding:20px 0 0; }
	.social-i { margin:0 2px 0; float:none; display:inline-block; }
	.contact-head p { text-align:center; }
	
	header .social { line-height:1em; float:right; margin-left:10px; text-align:right; }
	header #menu { line-height:1em; float:none; position:absolute; top:20px; left:20px; }
	#menu nav { right:auto; left:0; top: -500px;}
	#menu.opened nav { top:1em; }
	
	#main-slider .slide { line-height:300px; min-height:300px; }
	
	.frame { padding:40px 20px; }
	.white { background-color:rgba(255,255,255,0.8); }	
	
	.bg-fixed { width:calc(100% + 40px) !important; margin-left:-20px; box-sizing:border-box; padding:40px 20px; }
	
	.not-mini-img { float:none; margin:0 0 20px 0; width:auto; }
	
	#content { padding:20px; }
	.slider-inner { float:none; height:auto; width: auto; }
	
	.half, .three, .four, .five { float:none; width:auto; padding:0 !important; clear:both; }
	
	.page-desc { max-width:100%; }
		
	.prod { width:auto; display:block; }
	
	.not-list { padding-top: 0 !important; }
	
	.box{ width:auto; display:block; }
	
	.cat-list li { width:auto; float:none; }
	
	.prod-price { top:20px; }
	
	.footer_cont { display: block !important; width: 100% !important; }
	
	.pm-brand-carousel-btns { visibility:visible !important;}
	
	input.medio { width:100%; margin-left:0 !important; margin-right:0 !important; }
	
	#updw-window { max-width:98%; box-sizing:border-box; width:auto !important; }
	#updw-close { right:3px !important; top:3px !important; }
	
}