@font-face {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	src: url('../fonts/bpicons/bpicons.eot');
	src: url('../fonts/bpicons/bpicons.eot?#iefix') format('embedded-opentype'),
	url('../fonts/bpicons/bpicons.woff') format('woff'),
	url('../fonts/bpicons/bpicons.ttf') format('truetype'),
	url('../fonts/bpicons/bpicons.svg#bpicons') format('svg');
} /* Made with http://icomoon.io/ */
@font-face {
    font-family: Lato;
    src: url(../fonts/Lato.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald.ttf);
}
@font-face {
    font-family: Oswald;
    src: url(../fonts/Oswald-Bold2.ttf);
    font-weight: bold;
}
@font-face {
    font-family: Lobster;
    src: url(../fonts/Lobster.otf);
}


/* Resets */
*,
*:after,
*:before {
	box-sizing: border-box;
}

html {
	overflow-y: scroll; 
}

body,
html {
	font-size: 100%;
	margin: 0;
	padding: 0;
}

/* Helper classes */
.cf:before,
.cf:after {
	content: ' ';
	display: table;
}

.cf:after {
	clear: both;
}

.hidden {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

/* Main styles */
body {
	font-family: Avenir, 'Helvetica Neue', 'Lato', 'Segoe UI', Helvetica, Arial, sans-serif;
	color: #CECECE;
	background: white;
    background-size: cover;
    background-attachment: fixed;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	text-decoration: none;
	color: #f0f0f0;
	outline: none;
}

a:hover {
	color: #5C5EDC;
}

/* Blueprint header */
.bp-header {
	width: 100%;
/*	max-width: 69em; */
	margin: 0 auto;
	padding: 0.5em 0 0 0;
	text-align: center;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 20px black;
}

.bp-header h1 {
	font-size: 2.125em;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}

.bp-header img {
    width: 50%;
    height: auto;
}

.bp-header h1 > span {
	font-size: 50%;
	display: block;
	color: #FFFFFF;
} 

.bp-header > span {
	font-weight: 700;
	font-size: 0.85em;
	color: #5C5EDC;
	position: relative;
	z-index: 100;
	display: block;
	padding: 0 0 .6em .1em;
	letter-spacing: .5em;
	text-transform: uppercase;
	text-indent: 30px;
}

.bp-header > span span:after {
	font-size: 50%;
	font-size: 75%;
	position: relative;
	top: -8px;
	left: -12px;
	width: 30px;
	height: 30px;
}

.bp-header > span span:hover:before {
	content: attr(data-content);
	font-size: 110%;
	font-weight: 700;
	line-height: 1.2;
	position: absolute;
	left: auto;
	margin-left: 4px;
	padding: .8em 1em;
	text-align: left;
	text-indent: 0;
	letter-spacing: 0;
	text-transform: none;
	color: #fff;
	background: #5C5EDC;
}

.bp-header nav {
	text-align: center;
	margin: 0 auto;
}

.bp-header nav a {
	position: relative;
	display: inline-block;
	width: 2.5em;
	height: 2.5em;
	margin: 0 .1em;
	text-align: left;
	border-radius: 50%;
}

.bp-header nav a > span {
	display: none;
}

.bp-header nav a:hover:before {
	content: attr(data-info);
	color: #595A5F;
	font-weight: bold;
	font-size: 0.85em;
	position: absolute;
	top: 120%;
	right: 0;
	width: 600%;
	text-align: right;
	pointer-events: none;
}

.bp-header nav a:hover {
	background: #5C5EDC;
}

.bp-icon:after {
	font-family: 'bpicons';
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-align: center;
	text-transform: none;
	color: #5C5EDC;
	speak: none;
	-webkit-font-smoothing: antialiased;
}

.bp-header nav .bp-icon:after {
	line-height: 2.4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: 0;
}

.bp-header nav a:hover:after {
	color: #fff;
}

.bp-icon-next:after {
	content: '\e000';
}

.bp-icon-drop:after {
	content: '\e001';
}

.bp-icon-archive:after {
	content: '\e002';
}

.bp-icon-about:after {
	content: '\e003';
}

.bp-icon-prev:after {
	content: '\e004';
}

@media screen and (max-width: 40em) {
	.bp-header h1 {
		font-size: 1.8em;
	}
}

.example-image{
	height: 100%;
	width: 100%;
	border-radius: 5px;
	cursor: pointer;
}
.presentation{
	padding: 5px;
}
.presentation:hover{
	background-color: #424242;
	border-radius: 2px;
	-webkit-transition: background-color 1000ms linear;
    -moz-transition: background-color 1000ms linear;
    -o-transition: background-color 1000ms linear;
    -ms-transition: background-color 1000ms linear;
    transition: background-color 250ms linear;
}

header a {
    font-family: sans-serif;
    font-size: 24px;
    line-height: 24px;
    padding: 8px 13px 7px;
    color: #4d5256;
    text-decoration:none;
    transition: color 0.7s;
}
header a.active {
    font-weight:bold;
    width: 24px;
    height: 24px;
    padding: 4px;
    text-align: center;
    display:inline-block;
    border-radius: 50%;
    background: #4d5256;
    color: #191919;
}
.gallery img{
    width:179px;
    cursor:pointer;
}

.box{
    cursor: pointer;
    width: 100%;
    height: 100%;
    font-size: 120%;
    line-height: 90%;
    overflow: hidden;
	background-color: #044150;
    margin: auto;
    position: relative;
    display: inline-block
}
.box img{
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
	opacity: 0.9;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.box:hover img {
	opacity: 0.5;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.box span{
	position: absolute;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
    font-family: 'Oswald', sans-serif;
    color: white;
    top: 80%;
    left: 0;
    width: 100%;
}
.box:hover span {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    transform: scale(1.2);
}
.meta{display: none; }



/****************** INITIAL MASK ******************/
#mask{  
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100% !important;    
    display: inline-block;
    text-align: center;
    padding: 0;
    overflow: hidden;
    background: rgba(255,255,255, 0.9); 
    z-index: 9999;
display: none;
}
#mask > h1{
    font-family: 'Lobster', cursive;
    font-size: 15vw;
    color: #452200;
    position: absolute;
    margin-top: 2%;
    width: 100% !important;    
    font-weight: lighter;
    line-height: 0vw;
}
#mask > h1 > img{
    display: block;
    margin: 0 auto 7% auto;
    position: relative;
    width: 35%;
}
#mask > h1:before, #mask > h1:after{
    content: " ";
    display: inline-block;
    position: absolute;
    width: 42%;
    height: 1%;
    top: 125%;
    border-top: 1px double #452200;
    border-bottom: 1px double #452200;
}
#mask > h1:before{left:  0px;}
#mask > h1:after {right: 0px;}

#mask > button{
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -8%;
    width: 16%;
    height: 4vw;
    display: inline-block;
    font-family: 'Oswald', sans-serif;
    font-size: 2.5vw;
    color: white;
    background: #452200;
    border: none;
    box-shadow: none;
    transition: all 0.5s;
    cursor: pointer;
}
#mask > button:hover{
    background: #dd3b00;
}

/************ BARRA INFERIOR  ***************/
.bar{    background: #DA251C !important; color: white; padding: 0.75em 1em; }
.bar .filter__label{ color: white !important; font-family: 'Lobster', cursive !important; font-size: 2em; }
.bar .filter__item{ 
    color: #ee7c0a !important; 
    font-family: 'Oswald', sans-serif !important; 
    text-transform: uppercase !important; 
    font-size: 1.5em;
    margin: 0 1%;
}
.bar .filter__item--selected{     
    color: #F7CD0E !important;
    border-color: #F4CC00 !important;
    font-weight: bolder !important; 
}

/********** SLIDE PRODUCTOS **********/
#ninja-slider.fullscreen{
    background: rgba(0, 0, 0, 0.8);
}
#ninja-slider .caption.ng-scope{
    background: black;
}
#ninja-slider .caption.ng-scope h3{
    font-family: 'Oswald', sans-serif;
    font-size: 3em;
    line-height: 0.5em;
}
#ninja-slider .caption.ng-scope p.ng-binding{
    display: none;
}
#ninja-slider .caption.ng-scope p.presentation{
    font-size: 2em;
    margin: 10px;
    cursor: pointer
}
#ninja-slider .fs-icon{
    height: auto;    }

/* items */
.box.gallery .ng-binding{
    text-shadow: 1px 1px 1px #051975;
}

/****** for PC ******/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
/*    #ninja-slider .ns-img, #ninja-slider .caption.ng-scope{ height: 70% !important; }*/
    .bar{padding: 0.5em 1em !important;}
    .bar .filter__label{ font-size: 1.5em;}
    .bp-header img{ width: 30%;}
}

/****** for PC y Tablets horizontal ******/
@media (min-width:450px)  { 
    
    .bar{ padding: 1.75em 5em;}
    .bar .filter__item{ margin: 0 2%; }
    
    /** slide de productos **/
    #ninja-slider.fullscreen .slider-inner{ 
        min-width: 701px;
        max-width: none !important;
        width: 95% !important;
        height: 100%;
    }
    #ninja-slider.fullscreen .slider-inner ul{ 
        overflow: hidden !important;
        padding-top: 0% !important; 
        height: 100% !important;
        margin-bottom: 0 !important; 
    }

    #ninja-slider .ns-img{ 
        position: relative;
        width: 60%;
        height: 90%;
        min-width: 200px;
        display: inline-block;
        vertical-align: middle;
        top: 5%;
        overflow-y: scroll;
        background-size: cover;
    }
    #ninja-slider .caption.ng-scope{
        position: relative;
        display: inline-block;
        width: 30%;
        height: 90%;
        min-width: 385px;
        vertical-align: middle;
        top: 5%;
        background: black;
        overflow-y: scroll;
    }
}

/****** for tablet ******/
@media (min-width:600px)  { 
    .bar{
        
    }
}


