/*  
Theme Name: Ixi'im
Author: Cantera Estudio
*/


			/*  CSS RESET  */
				  /**/
				  /**/
				  /**/
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;
}

a{
	text-decoration:none;
}

a:hover,
a:focus,
a:active, 
input:hover,
input:focus,
input:active{
	outline:none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; }

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;
}

::selection {
	background-color: #7DACDE;
	color: #fff;
}

::-moz-selection {
	background-color: #7DACDE;
	color: #fff;
}

										/* Tipografia */

@font-face {
    font-family: 'Corbert';
   /* src: url('assets/fonts/Corbert-Regular.eot');*/
    src: url('assets/fonts/Corbert-Regular.eot?#iefix') format('embedded-opentype'),
         /*url('assets/fonts/Corbert-Regular.woff') format('woff'),*/
         /*url('assets/fonts/Corbert-Regular.ttf') format('ttf'),
         url('assets/fonts/Corbert-Regular.svg#Corbert-Regular') format('svg');
    font-weight: normal;
    font-style: normal;*/

}

										/* Estructura */
										
html, body {
	position: relative;
	width: 100%;
	-webkit-font-smoothing: antialiased;
}

html {
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: #f3f5f6;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	height: 100%;
}

body {
	/*padding-bottom: 50px;*/
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	/*min-width: 940px;*/
	width: 100%;
	min-height: 100%;
	/*font-family: 'opensans regular', Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;*/
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

.margen{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	width: 100%;
	max-width: 900px;
	display: block;
	margin: 0 auto;
	padding: 0 20px;
}

b, strong{ font-weight:bold;}
i, em { font-style: italic; }


										/* Slick*/

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    height: 100%;
}

.slick-track li {
	/*display: table !important;*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
}

.slick-slider {
	position: absolute !important;
    width: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.slick-list {
	height: 100%;
}

.slick-initialized .slick-slide {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


								/* Header */

.header {
    position: absolute;
    z-index: 999;
    width: 17%;
    background-color: rgba(0, 0, 0, 0.5);
    border-right: 4px #EBB15A solid;
    height: 100%;
}

nav {
    display: table-cell;
    vertical-align: middle;
    position: absolute;
    width: 100%;
    height: 100%;
}

nav a {
	display: block;
}

nav a.ixim {
    padding: 0 10px;
    display: block;
    width: 65%;
    height: 200px;
    margin: 10px auto;
}

nav a.ixim img {
    display: block;
    width: 60%;
    margin: 30px auto;
    height: auto;
}
.chable {
	position: absolute;
    bottom: 20px;
    padding: 0 30px;
}

.chable img {
    width: 70%;
    margin: 0 auto;
    display: block;
}
								/* Slider */
								
.slide:after{
	content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0) 78%, rgba(0,0,0,0) 80%, rgba(0,0,0,0.59) 98%, rgba(0,0,0,0.65) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.59) 98%,rgba(0,0,0,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0) 78%,rgba(0,0,0,0) 80%,rgba(0,0,0,0.59) 98%,rgba(0,0,0,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#a6000000',GradientType=1 ); /* IE6-9 */
}

								/* Section */
								
section article:last-child {
    display: table;
    width: 100%;
    height: 100vh;
}

.pleca {
	position: fixed;
    right: 100px;
    height: 100%;
    width: 100px;
    z-index: 9;
	background-image: url('http://ixiimrestaurant.com/assets/img/pleca.png');
	background-size: cover;
	background-position: center;
	background-repeat: repeat-y;
}

.cont {
    position: absolute;
    vertical-align: middle;
    width: 80%;
    height: 100vh;
    right: 0px;
    padding-top: 10%;
    box-sizing: border-box;
}

h1 {
	position: relative;
	display: block;
	font-family: 'Corbert', Arial;
	color: #fff;
    font-size: 32px;
   	padding: 60px 0 60px 60px;
    line-height: 45px;
    text-transform: uppercase;
    max-width: 300px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 1); }

h1:after,
h1:before {
    content: '';
    position: absolute;
	background-image: url(../img/vineta.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
    top: 30px;
    left: 60px;
    width: 30px;
    height: 20px;
    /*border: 1px red solid;*/
}

h1:before {
	top: 160px;
    left: 60px;
}

p {
	color: #fff;
    font-family: 'Corbert', Arial;
    padding-left: 60px;
    font-weight: bold;
    max-width: 370px;
    line-height: 25px;
    font-size: 14px;
    text-align: justify;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 1); }

a { color: #FFF; }
								
								/* Footer */
								
footer {
    position: absolute;
    color: #fff;
    z-index: 999;
    width: 76%;
    bottom: 25px;
    right: 0px;
    padding: 0;
    font-family: 'Corbert', Arial;
    font-weight: bold;
}

footer ul li {
	display: inline-block;
	padding-right: 10px;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, 1); }

footer ul li:first-child {
	color: #EBB15A;
}
		
a.menu-degustacion {
    position: relative;
    top: 0px;
    color: #EBB15A;
    cursor: pointer;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    font-family: 'Corbert', Arial;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 20px;
    float: left;
    font-size: 22px;
}						