@charset "UTF-8";

@import url('https://fonts.googleapis.com/css?family=Montserrat');

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	/*outline: 1px solid red !important;*/
}

*:first-letter {
	text-transform: uppercase;
}

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, 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, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background: #fff;
	-webkit-font-smoothing: antialiased;
}

body, html {
	width: 100%;
	top: 0;
	left: 0;
	font-size: 100%;
}

a {
	text-decoration: none;
	cursor: pointer;
}

ul li {
	list-style: none;
}

/*font style*/

body {
	font-family: 'Montserrat', sans-serif;
}

div.navigation h3 {
	font-family: 'Montserrat', sans-serif;
}

div.navigation h4 {
	font-family: 'Montserrat', sans-serif;
}

footer h3 {
	font-family: 'Montserrat', sans-serif;
}

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

div.navigation {
	position: fixed;
	width: 100%;
	height: 130px;
	top: 0;
	left: 0;
	padding: 0 20px;
	background: #000;
	z-index: 10;
}

nav.desktop {
	position: relative;
	width: 100%;
	max-width: 1200px;
	min-width: 745px;
	height: 100%;
	margin: 0 auto;
}

nav.desktop div.top {
	position: relative;
	width: 100%;
	height: 62px;
	top: 0;
	overflow: hidden;
}

nav.desktop div.top > a {
	margin: 7px 0 0 0;
	float: left;
}

nav.desktop div.top > a > img {
	height: 54px;
}

nav.desktop div.top  div.social {
	position: relative;
	top: 18.5px;
	float: right;
}

div.social > div {
	position: relative;
	float: left;
	cursor: pointer;
}

div.social > div::after {
	content: "";
	position: relative;
	margin: 5px 4px 0 4px;
	height: 15px;
	float: right;
	border-right: 1px solid #fff;
	cursor: default;
}
/*ec00c6*/

div.social > div.lang::after {
	content: "";
	border: 0;
	margin: 0px 0 0 0;
	height: 0;
}

.social img {
	width: 25px;
	height: 25px;
}

/*bottom*/

div.navigation div.bottom {
	position: relative;
	margin: 20px 0 0 0;
	width: 100%;
	height: 30px;
}

ul.desktopMenu {
	float: left;
	overflow: hidden;
}

ul.desktopMenu:hover > li h3 {
	color: #b8b8b8;
}

ul.desktopMenu > li {
	float: left;
	margin: 0 15px 0 0;
}

ul.desktopMenu > li a h3 {
	color: #fff;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 18px;
}

ul.desktopMenu > li:hover a h3 {
	color: #fff !important;
}

ul.desktopMenu > li ul {
	display: none;
	margin-top: 5px;
	margin-bottom: 8px;
	background-color: #C0C0C0;
	border-radius: 2px;
	box-shadow: 0 1px 7px #000;
}

ul.desktopMenu > li ul li {
	padding: 0 0 0 2px;
}

ul.desktopMenu > li ul li a h4 {
	padding: 4px;
	color: #000;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
	font-size: 18px;
}

ul.desktopMenu > li ul li:hover a h4 {
	color: #ec00c6;
}

ul.desktopMenu > li:nth-child(2):hover ul {
	display: block;
}

ul.desktopMenu > li:nth-child(3):hover ul {
	display: block;
}

ul.desktopMenu > li:nth-child(4):hover ul {
	display: block;
}
div.search {
	position: relative;
	width: 350px;
	height: 22px;
	background: yellow;
	float: right;
	border-radius: 5px;
}


div.search > input {
	position: relative;
	width: 90%;
	height: 22px;
	float: left;
	padding: 0 4px;
	border-radius: 5px 0 0 5px;
	outline: none !important;
}

div.search > svg {
	position: absolute;
	float: right;
	right: 6px;
	top: 1px;
	z-index: 20;
	
}

div.search div.auto_suggestion {
	display: none;
	position: absolute;
	width: 100%;
	top: 26px;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 1px 7px rgba(0,0,0,.15);
	z-index: 20;
}

div.search div.auto_suggestion > ul {
	list-style: none;
	width: 100%;
}

div.search div.auto_suggestion > ul li {
	width: 100%;
	padding: 4px 0;
	font-size: 15px;
}

/*MOBILE NAVIGATION*/

.mobile {
	display: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
/*	z-index: -100000000000000;*/
}

.mobile > div > p {
	padding: 16px 0;
	color: rgb(195, 25, 22);
	font-size: 16px;
}

.mobile > div > p, .mobile > div > div {
	float: left;
}

.mLogo {
	position: relative;
	width: 70px;
}

.mLogo > a {
	width: 100%;
	margin: 5px 0 0 0;
}

.mLogo > a > img {
	width: 100%;
	margin: 7px 0 0 0;
}

.mMenuBtn {
	display: block;
	width: 48px;
	height: 50px;
	padding: 16px;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    opacity: 1!important;
    position: relative;
	opacity: .25;
	will-change: opacity;
    z-index: 100;
}

.mMenuBtn span {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: rgb(195, 25, 22);
    display: block;
    height: 2px;
    left: 14px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px
}

.mMenuBtn span:first-child {
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -webkit-transform: translate(0,-6px);
    transform: translate(0,-6px);
}

.mMenuBtn span:last-child {
    -moz-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -webkit-transform: translate(0,6px);
    transform: translate(0,6px);
}

.mobileNav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    background: -webkit-linear-gradient(left top,#C09,#F42 85%);
    background: -moz-linear-gradient(bottom right,#C09,#F42 85%);
    background: -o-linear-gradient(bottom right,#C09,#F42 85%);
    background: linear-gradient(to bottom right,rgb(195, 25, 22),#C09 100%);
    height: 100%;
    left: 0;
    padding: 50px 20px 5px 20px;
    position: fixed;
    right: 0;
    top: 0;
    will-change: transform;
    z-index: 11;
}

.mobileNav .container {
	width: 100%;
	max-width: 500px;
}

.mobileNav .mobileSearch {
	width: 100%;
	padding: 6px 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
}

.mobileNav .mobileSearch form {
	width: 300px;
	margin: 0 auto;
	text-align: center;
}

.mobileNav .mobileSearch form > input {
	width: 100%;
	padding: 8px;
	border-radius: 3px;
	font-size: 16px;
}

.mobileNav .mSocial {
	position: relative;
	width: 100%;
	padding: 9px 0;
	border-bottom: 1px solid #aaa;
}

.mobileNav .mSocial ul {
	position: relative;
	width: 152px;
	margin: 0 auto;
	overflow: hidden;
}

.mobileNav .mSocial ul > li {
	position: relative;
	float: left;
}

.mobileNav .mSocial ul > li::after {
	content: "";
	position: relative;
	margin: 5px 8px 0 8px;
	height: 15px;
	float: right;
	border-right: 1px solid #fff;
	cursor: default;
}

.mobileNav .mSocial ul > li:last-child::after {
	content: "";
	border: 0;
	margin: 0;
	height: 0;
}

.mobileNav .mSocial ul > li img {
	width: 25px;
	height: 25px;
}

#snapchatpp {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	background-color: #000;
	color: #ffffff;
	overflow:hidden;
	z-index: 100000000000000000000000;
}

#snapchatpp > div.top {
	position:relative;
	float:right;
	right: 10px;
	padding: 10px;
	color:#ffffff;
	font-size:20px;
	font-weight:bold;
cursor:pointer;
}

#snapchatpp > div.down {
width: 100%;
height: 100%;
margin-top: 20%;
}

#snapchatpp > div.down > div {
max-width: 500px;
margin:0 auto;
}

#snapchatpp > div.down > div > img {
width: 100%;
}

#snapchatpp > div.down > p {
text-align:center;
}

.menuContainer {
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid #aaa;
}

.menuContainer .content {
    display: -webkit-flex;
    display: flex;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	overflow: hidden;
}

.menuContainer .content > div {
	-webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.menuContainer .content > div h3 {
	padding: 6px 0;
	color: #FFF;
	font-size: 22px;
}

.menuContainer .content > div h4 {
	padding: 2px 0;
	color: #aaa;
	font-size: 18px;
}

body.show-nav .mMenuBtn {
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body.show-nav .mMenuBtn span {
    background-color: #FFF;
}

body.show-nav .mMenuBtn span:first-child {
    -moz-transform: rotate(45deg) translate(0,0);
    -ms-transform: rotate(45deg) translate(0,0);
    -webkit-transform: rotate(45deg) translate(0,0);
    transform: rotate(45deg) translate(0,0);
}

body.show-nav .mMenuBtn span:nth-child(2) {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

body.show-nav .mMenuBtn span:last-child {
    -moz-transform: rotate(-45deg) translate(0,0);
    -ms-transform: rotate(-45deg) translate(0,0);
    -webkit-transform: rotate(-45deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
}

body.show-nav .mobileNav {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

/*-----------------FILTER---------------------*/

.filter {
	display: none;
	position: relative;
	width: 100%;
	padding: 20px 0 20px 20px;
	overflow: hidden;
}

.filter p {
	height: 50px;
	padding: 16px 0;
	font-size: 16px;
}

.filter p, .filter div:first-child {
	float: left;
}

.filter-btn {
	display: block;
	width: 48px;
	height: 50px;
	padding: 16px;
    -moz-transition: -moz-transform .4s;
    -o-transition: -o-transform .4s;
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    opacity: 1 !important;
    position: relative;
	opacity: .25;
	will-change: opacity;
    z-index: 100;
}

.filter-btn span {
    -moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    background-color: #000;
    display: block;
    height: 2px;
    left: 14px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 20px
}

.filter-btn span:first-child {
    -moz-transform: translate(0,-6px);
    -ms-transform: translate(0,-6px);
    -webkit-transform: translate(0,-6px);
    transform: translate(0,-6px);
}

.filter-btn span:last-child {
    -moz-transform: translate(0,6px);
    -ms-transform: translate(0,6px);
    -webkit-transform: translate(0,6px);
    transform: translate(0,6px);
}


.filter-menu {
	width: 25%;
	-moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-color: #F2F3F4;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    max-height: 60%;
    left: 0;
    padding: 15px 0 15px 10px;
    position: fixed;
    top: 140px;
    will-change: transform;
    z-index: 11;
    overflow-y: scroll;
}

.filter-menu > #filter-content > ul > li {
	padding: 10px 0;
}

.filter-menu > #filter-content > ul > li > a {
	font-size: 16px;
	color: #000;
	text-decoration: underline;
}

body.show-filter .filter-btn {
	-moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

body.show-filter .filter-btn span:first-child {
    -moz-transform: rotate(-45deg) translate(0,0);
    -ms-transform: rotate(-45deg) translate(0,0);
    -webkit-transform: rotate(-45deg) translate(0,0);
    transform: rotate(-45deg) translate(0,0);
}

body.show-filter .filter-btn span:nth-child(2) {
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

body.show-filter .filter-btn span:last-child {
    -moz-transform: rotate(45deg) translate(0,0);
    -ms-transform: rotate(45deg) translate(0,0);
    -webkit-transform: rotate(45deg) translate(0,0);
    transform: rotate(45deg) translate(0,0);
}

body.show-filter .filter-menu {
	-moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media only screen and (max-width: 1024px) {
	.filter {
		display: block;
	}
}

@media only screen and (max-width: 900px) {
	.filter-menu {
		width: 25%;
	}
}

@media only screen and (max-width: 500px) {
	.filter {
		padding: 10px 0 10px 6px;
	}

	.filter-menu {
		width: 35%;
		top: 120px;
		padding: 10px 0 10px 5px;
	}
}
/*-------------------------------------------------------------------*/

/*main*/

#body {
	position: relative;
	width: 100%;
	min-height: 1000px;
	padding: 130px 0 0 0;
	background: transparent;
	-moz-transition: .4s;
    -o-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
    will-change: transform;
}

body.show-nav #body {
	-moz-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
}

#main {
	position: relative;
	width: 100%;
	background: #FFF;
}

.loadingPage {
	width: 100%;
	height: 200px;
	padding: 0 45px 0 0;
}

@media only screen and (max-width: 1024px) {
	.loadingPage {
		padding: 0 20px 0 0;
	}
}

@media only screen and (max-width: 500px) {
	.loadingPage {
		padding: 0 6px 0 0;
	}
}

.loadingPage > div {
	width: 115px;
	margin: 0 auto;
}

.loadingPage > div > img {
	width: 115px;
	height: 115px;
}

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

/*footer*/

footer {
	display: block;
	position: relative;
	width: 100%;
	/*height: 200px;*/
	background: #000;
	margin-top: 200px;
	padding: 20px 0 0 0;
	overflow: hidden;
}

footer div.container {
	position: relative;
	width: 100%;
	max-width: 350px;
	min-width: 315px;
	padding: 0 5px;
	margin: 0 auto;
	overflow: hidden;
}

footer div.container  div.bLogo {
	position: relative;
	width: 106px;
	height: 106px;
	margin: 0 auto;
	overflow: hidden;
}

footer div.container div.bLogo a img {
	height: 106px;
	margin: 0 auto;
}

footer div.container > p {
	position: relative;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

footer div.container ul {
	position: relative;
	display: flex;
	justify-content: space-between;
}

footer div.container ul li h3 {
	color: #fff;
	text-transform: uppercase;
	text-decoration: underline;
	font-size: 17px;
}

/*----------------------------------------------*/
/*product nav*/

.productNav {
	position: relative;
	width: 100%;
}

.productNav ul {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 13px 0;
	overflow: hidden;
}

.productNav ul li {
	float: left;
	margin: 0 13px 0 0;
}

.productNav ul li h3 {
	color: #000;
	font-size: 16px;
}

/*RESPONSIVE*/
@media only screen and (max-width: 1024px) {
	div.navigation {
		height: 50px;
		padding: 0 10px;
	}

	nav.desktop {
		display: none !important;
	}

	#body {
		padding: 50px 0 0 0;
	}

	.mobile {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

}