/*****************************************************/
/*FONTS*/
/*****************************************************/
@font-face {
	font-family: 'sourcetexregular';
	src: url('../fonts/sourcetex_font-webfont.eot');
	src: url('../fonts/sourcetex_font-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sourcetex_font-webfont.woff2') format('woff2'),
		 url('../fonts/sourcetex_font-webfont.woff') format('woff'),
		 url('../fonts/sourcetex_font-webfont.ttf') format('truetype'),
		 url('../fonts/sourcetex_font-webfont.svg#sourcetexregular') format('svg');
	font-weight: normal;
	font-style: normal;

}




@font-face {
	font-family: 'sourcetexbold';
	src: url('../fonts/sourcetex_bold-webfont.eot');
	src: url('../fonts/sourcetex_bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/sourcetex_bold-webfont.woff2') format('woff2'),
		 url('../fonts/sourcetex_bold-webfont.woff') format('woff'),
		 url('../fonts/sourcetex_bold-webfont.ttf') format('truetype'),
		 url('../fonts/sourcetex_bold-webfont.svg#untitledregular') format('svg');
	font-weight: normal;
	font-style: normal;

}

html, body{
	height: 100%;
}

/*****************************************************/
/*Clearfix*/
/*****************************************************/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


.relative{
	position: relative;
}
.absolute{
	position: absolute;
}
.fixed{
	position: fixed;
}

/*****************************************************/
/*General styles*/
/*****************************************************/

.m-left{
	margin-left: 30px !important;
}
	
	
/* ORIENTATION STYLING */

body{
	margin: 0;
	padding: 0;
	 -webkit-font-smoothing: antialiased;
	color: #333;
	font-family: 'Fira Sans', Arial, Verdana, sans-serif;
	border: 20px solid #f3d962;
	box-sizing: border-box;
	min-height: 100% !important;
}


/* List Style */
ul, ol{
	list-style: none;
	margin: 0;
	padding: 0;
}


/* Style for our header texts
* --------------------------------------- */
h1{
	font-size: 24px;
	font-family: 'Fira Sans', arial,helvetica;
}
h2{
	font-size: 18px;
	font-family: sourcetexbold;
}




/* Style for buttons
* --------------------------------------- */
.btn{
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 20px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.btn-mod, a.btn-mod {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 20px;
	color: #fff;
	background: rgba(34,34,34, .9);
	border: 2px solid transparent;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-border-white,
a.btn-border-white{
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	padding: 10px 25px;

	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.btn-border-white:hover,
a.btn-border-white:hover{
	background-color: #fff;
	color: #201815;
}


/*Button Dark*/
a.btn-dark,
.btn-dark{
	background: #201815;
	color: #fff;
	font-size: 12px;
	text-transform: none;
}
a.btn-dark:hover,
a.btn-dark:focus,
.btn-dark:hover,
.btn-dark:focus{
	background-color: #f3d962;
	color: #fff; 
}





/*****************************************************/
/* Borders */
/*****************************************************/
.border-top{
	position: fixed;
	left: 0;
	top: 0;
	height: 20px;
	background-color: #f3d962;
	width: 100%;

	z-index: 100;
}
.border-right{
	position: fixed;
	right: 0;
	top: 0;
	height: 100%;
	background-color: #f3d962;
	width: 20px;

	z-index: 100;
}
.border-bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 20px;
	background-color: #f3d962;
	width: 100%;

	z-index: 100;
}
.border-left{
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	background-color: #f3d962;
	width: 20px;

	z-index: 100;
}




/*****************************************************/
/* Menu Stuff */
/*****************************************************/
#menu-lateral {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    /*left: -280px;*/
    position: fixed;
    top: 0;    
    width: 280px;
    z-index: 10;
    box-sizing: border-box;
	padding: 30px 15px 0px 30px;

	-webkit-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
#overlay{
	background: rgba(0,0,0,0.5);
	position:fixed;
	top:0;
	left:0;
	bottom: 0;
	right: 0;
	z-index:5;
	visibility: hidden;
}
body.menu-open #overlay{
	visibility: visible;
}

body.menu-open #menu-lateral{
	left:0;	
	-webkit-box-shadow: 6px 0px 10px rgba(0,0,0, .3);
	-moz-box-shadow: 6px 0px 10px rgba(0,0,0, .3);
    box-shadow: 6px 0px 10px rgba(0,0,0, .3);
}

#menu-button {
  position: fixed;
  left: 20px;
  top: 20px;
  height: 45px;
  width: 70px;
  line-height: 20px;
  z-index: 11;
  cursor: pointer;
  overflow: hidden;
  text-indent: 10000px;  
  background: url('../imgs/icons/menu-icon.png') no-repeat 15px 15px;
  background-color: #fff;
  padding: 10px;
  display: none;
}

body.menu-open #menu-button{
	
	visibility:hidden;
	opacity: 0;
    transition: all 0.8s ease-out; 
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;

    /*
	-webkit-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    */
}
body.menu-open #menu-button.top-button{
	left: 225px;
	background: url('../imgs/icons/close-icon.png') no-repeat;
	top: 30px;
	z-index:15;

	visibility:visible;
	opacity: 1;
    transition: all 0.8s ease-out; 
    -webkit-transition: all 0.8s ease-out;
    -moz-transition: all 0.8s ease-out;
    -o-transition: all 0.8s ease-out;

    /*
	-webkit-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    */
}

 
 /*Logo
#menu-lateral a.logo{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 60px;
}


#menu-lateral ul li a{
	display: inline-block;
	text-decoration: none;
	color: #201815;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

#menu-lateral ul li a:hover,
#menu-lateral ul li a.active{
	text-decoration: line-through;
}
*/


div.navigation{
	background: #fff none repeat scroll 0 0;
	height:100%;
    height: 100vh;
    float: left;
    position: fixed; 
    left: 0;
    top: 0;
    width: 280px;
    z-index: 12;
	padding: 30px 20px 30px 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	-webkit-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: all 0.5s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

div.navigation a.logo{
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 60px;
}


div.navigation ul li a{
	display: inline-block;
	text-decoration: none;
	color: #201815;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.4;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

div.navigation ul li a:hover,
div.navigation ul li a.active{
	text-decoration: line-through;
}

div.navigation ul li a:focus{
	outline: none;
}


/*Multilingue*/
.multilingue a{
	font-size: 10px;
	color: #201815;
}
.multilingue a:hover{
	text-decoration: line-through;
}
.multilingue a.active{
	color: #f3d962;
	text-decoration: line-through;
	cursor: default;
}


div.navigation div.socials{
	width: 100%;
	position: absolute;
	background: #fff; 
	bottom: 0;
	left: 0;
	padding: 0 20px 30px 50px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.navigation div.socials a{
	text-decoration: none;
}

div.navigation div.socials ul{
	margin-top: 20px;
	padding: 0 20px 30px 0px;
}

div.navigation div.socials ul li{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}

div.navigation div.socials ul li a{
	display: block;
}

div.navigation div.socials ul li a img{
	text-decoration: none;
	display: block;
	opacity: .85;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

div.navigation div.socials ul li a img:hover{
	opacity: 1;
}


/* Social Links 
#menu-lateral div.socials{
	width: 100%;
	position: absolute;
	background: #fff; 
	bottom: 0;
	left: 0;
	padding: 20px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#menu-lateral div.socials a{
	text-decoration: none;
}

#menu-lateral div.socials ul{
	margin-top: 20px;
}

#menu-lateral div.socials ul li{
	position: relative;
	display: inline-block;
	width: 30px;
	height: 30px;
}

#menu-lateral div.socials ul li a{
	display: block;
}

#menu-lateral div.socials ul li a img{
	text-decoration: none;
	display: block;
	opacity: .85;

	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out; 
    transition: all 0.2s ease-in-out;
}

#menu-lateral div.socials ul li a img:hover{
	opacity: 1;
}
*/

/* Menu on mobile */
.menu-on-mobile{
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}

.menu-on-mobile .socials{
	position: relative !important;
	padding: 20px 0 !important;
	margin-top: 80px;
}


/*****************************************************/
/*Section Home*/
/*****************************************************/
#section0{
	height: 100%;
	color: #fff; 
	text-align: center;
	padding: 60px 0;

	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; 
	-webkit-box-orient: vertical; 
	-webkit-box-direction: normal; 
	-webkit-flex-direction: column; 
	    -ms-flex-direction: column; 
	        flex-direction: column; 
	-webkit-box-pack: center; 
	-webkit-justify-content: center; 
	    -ms-flex-pack: center; 
	        justify-content: center; 
	-webkit-box-align: center; 
	-webkit-align-items: center; 
	    -ms-flex-align: center; 
	        align-items: center;  

	background: url(../imgs/bg2.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	/*border: 20px solid #f3d962;*/
}



#section0 h2{
	color: #ffffff;
	display: block !important;
	text-transform: uppercase;
	font-size: 22px;
	text-align: center !important;
	line-height: 30px;
	font-weight: 400 !important;
	font-family: sourcetexbold; // Courier New
}

#section0 img,
#section0 > h2 > img{
	height: auto !important;
}

#section0 img{
	text-align: center !important;
	margin-bottom: 25px;
}

/* END CITATION HOME */


/* SCROLL EFFECT HOME */

@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0);
	transform: translateY(0);
  }
  40% {
	-moz-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  60% {
	-moz-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40% {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  60% {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-webkit-transform: translateY(0);
	transform: translateY(0);
  }
  40% {
	-moz-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
  }
  60% {
	-moz-transform: translateY(-15px);
	-ms-transform: translateY(-15px);
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
  }
}


.arrow {
  position: fixed;
  bottom: 35px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background-image: url(../imgs/scroll.png);
  background-size: contain;
  cursor: pointer;
}

.bounce {
  -moz-animation: bounce 5s infinite;
  -webkit-animation: bounce 5s infinite;
  animation: bounce 5s infinite;
}
	
/* END OF SCROLL EFFECT HOME */


	

/*****************************************************/
/*Section About*/
/*****************************************************/
#section1{
	/*border: 20px solid #f3d962;*/
	background-color: #fff !important;
}

.section-about{
	height: 100%;
	min-height: 100%;
	display: table;
	width: 100%;
	box-sizing: border-box;
	padding: 0 30px;
}

.section-about .content{
	display: table-cell;	
	vertical-align: middle;	
}

/*Slider Container*/
.slider{
	width: 100%;
}


/*Slider Section*/
#slides {
  display: none
}

#slides .slidesjs-navigation {
  margin-top:5px;
}

a.slidesjs-next,
a.slidesjs-previous,
a.slidesjs-play,
a.slidesjs-stop {
  display: none;
}

a.slidesjs-play {
  display: none !important;
}

a.slidesjs-stop {
  display: none !important;
}

.slidesjs-pagination {
  padding: 7px 0 0;
  float: right;
  list-style: none;

  width: 100%;
  text-align: right;
  background: #fff;
}

.slidesjs-pagination li {
  display: inline-block;
  margin: 0 1px;
}

.slidesjs-pagination li a {
  display: block;
  width: 13px;
  height: 0;
  padding-top: 13px;
  background-image: url(../imgs/slider/pagination.png);
  background-position: 0 0;
  float: left;
  overflow: hidden;
}

.slidesjs-pagination li a.active,
.slidesjs-pagination li a:hover.active {
  background-position: 0 -13px
}

.slidesjs-pagination li a:hover {
  background-position: 0 -26px
}

#slides a:link,
#slides a:visited {
  color: #333
}

#slides a:hover,
#slides a:active {
  color: #9e2020
}

.navbar {
  overflow: hidden
}



/*About Text*/
.section-about .content .about-container{
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative;
	height: 80%;
	/*background: turquoise;*/
	margin-bottom: 60px;
	overflow-y: scroll;
	overflow-x: hidden; 
}

.section-about .content .about-container .col-3{
	width: 100%;
	max-width: 370px;
	display: inline-block;
	margin-left: 10px;
}

.section-about .content .about-container .col-3:nth-child(3n-1){
	margin-left: 0px;
}




/*****************************************************/
/*Section Collection*/
/*****************************************************/
#section2{
	/*border: 20px solid #f3d962;*/
	background-color: #231e1c !important;
	color: #fff;
	width:100%;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-webkit-flex-wrap:wrap;
	    -ms-flex-wrap:wrap;
	        flex-wrap:wrap;
}


/*If grid have only 1 item*/

/* Opacity for iphone solution */
/*
.mydiv {
        visibility:hidden;
        opacity: 0;
        transition: all 1s ease-out; 
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
}
.mydiv:hover {
            visibility:visible;
            opacity: 1;
}
.mydiv:active {
            -webkit-transition: opacity 1s ease-out;
}
*/
.items-1{
	width: 100%;
	height: 100%;
	float: left;
	display: block;

	background-repeat: no-repeat !important;
	background-position: center center fixed !important;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}
.items-1 .hover-content{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 60px 20px 20px 20px;
	background: #201815;

	-webkit-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.items-1:hover .hover-content{
	opacity: .9;
}



/*If grid have 2 items*/
.items-2{
	width: 50%;
	height: 100%; /* for safari */
	height: 100vh; /* other */
	position:relative;
	float: left;
	
	
	background-repeat: no-repeat !important;
	background-position: center center !important;
	

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;	
	background-size: cover !important;

}
.items-2 .hover-content{
	/* position: absolute; */
	height: 100%; /* for safari */
	height: 100vh; /* other */
	width: 100%;
	box-sizing: border-box;
	padding: 60px 20px 20px 20px;
	background: #201815;
	
	opacity: 0;
    transition: all 0.3s ease-out; 
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
	
	/*
	-webkit-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    */
}
.items-2:hover .hover-content{
	 visibility:visible;
            opacity: .9;
}

.items-2:active .hover-content{
	 visibility:visible;
            opacity: .9;
}

/*If grid have 3 items*/
.items-3{
	width: 33.33333333333333%;
	height: 100%;
	float: left;
	
	background-repeat: no-repeat !important;
	background-position: center center !important;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}
.items-3 .hover-content{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 33.33333333333333%;
	box-sizing: border-box;
	padding: 60px 20px 20px 20px;
	background: #201815;

	-webkit-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.items-3:hover .hover-content{
	opacity: .9;
}



/*If grid have 4 items*/
.items-4{
	width: 25%;
	height: 100%;
	float: left;
	
	background-repeat: no-repeat !important;
	background-position: center center !important;

	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
}
.items-4 .hover-content{
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 25%;
	box-sizing: border-box;
	padding: 60px 20px 20px 20px;
	background: #201815;

	-webkit-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -moz-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
    -o-transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000); 
    transition: opacity 0.3s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}
.items-4:hover .hover-content{
	opacity: .9;	
}


.hover-content h4.collection-title{
	font-size: 20px;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 0px;
}

.hover-content span{
	font-size: 12px;
}


.btn-collection{
	position: absolute;
	display: block;
	bottom: 60px;
	right: 20px;
	font-size: 12px;
}




/*****************************************************/
/*Section Contacts*/
/*****************************************************/
#section3{
	/*border: 20px solid #f3d962;*/
	background: url('../imgs/background_pattern.png') -5px -15px;
	background-color: #f3d962 !important;

	display: table;
	width: 100%;
	height: 100%;
	padding-left: 280px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* CONTACT SECTION */
.contact-area {
	margin-left: 280px; 
	padding: 50px 30px 50px 30px; 
	
	max-width: 900px;
	margin: 0 auto;

	display: table-cell;
	vertical-align: middle;
}

.contact_texts, .product_texts {
	width: 100%;
	max-width: 900px;
	height: 14	0px;
	margin: 0 auto;
	position: relative;
	background: #ffffff;
	padding: 30px;
	font-family: 'Fira Sans', Arial !important;
	box-sizing: border-box;
}

.product_texts {
	max-width: 500px !important;
}

/* For the first element */
.contact_texts.first, .product_texts.first{
	margin-bottom: 30px;
}

.contact_texts .data-content, .product_texts .data-content{
	width: 100%;
}


.contact_texts a, .product_texts a{
	color: #201815;
}

.contact_texts a:hover, .product_texts a:hover{
	color: #000000;
}

.contact_texts .spacer, .product_texts .spacer{
	margin: 0  1.7857142857142856%; /* 15 / 840 */
	border-right: 1px dashed #231e1c;
	float: left;
	height: 130px;
}

.contact_texts ul, .product_texts ul{
	width:48.214285714285715%; /* 405 / 840 */
	float: left;
	color: #201815;
}

.contact_texts ul li, .product_texts ul li{
	border-bottom: 1px dashed #231e1c;
	color: #201815;
	text-align: left;
	font-size: 16px;
	padding: 26px 0 20px 0;
}

.contact_texts ul li:last-child, .product_texts ul li:last-child
{
	border-bottom: none !important;
}


.general-contacts{padding-bottom:60px !important;}

.general-contacts ul li{list-style: none;}
.general-contacts ul li a{text-decoration: none;}


.noborder {
	border-bottom: none !important;
}

.address {
	width: 47.114186%; /* 405 / 840 */
	float: left;
}

.address ul{
	width: 100%;
	color: #201815;
}

.address ul li{
	padding: 35px 0px 35px 0px;
	margin-left: 20px;
	border-bottom: 1px dashed #231e1c;
	color: #201815;
	vertical-align:middle;
	display:table-cell;
	font-size: 14px !important;
}

.address ul li:first-child {
	font-size: 14px !important;
}

.address ul li:last-child{
	border-bottom: none !important;
	padding-left: 15px;
	font-size: 14px !important;
	line-height: 20px;
}


form{
	width: 100%;
	text-align: left;		
}

form input[type="text"], form input[type="password"]{
	width:48.214285714285715%; /* 405 / 840 */
	float: left;
	border: 0px;
	border-bottom: 1px dashed #231e1c;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'Fira Sans', Arial;	
	-webkit-appearance: none;
	border-radius: 0;	
}

form input[type="email"]{
	width:48.214285714285715%; /* 405 / 840 */
	float: left;
	border: 0px;
	border-bottom: 1px dashed #231e1c;
	height: 30px;
	line-height: 30px;
	margin-bottom: 15px;
	font-family: 'Fira Sans', Arial;
	-webkit-appearance: none;
	border-radius: 0;
	margin-left: 3.571428571428571%; /* 30 / 840 */
}

form textarea{
	width: 100%;
	max-width: 840px;
	float: left;
	border: 0px;
	border-bottom: 1px dashed #231e1c;
	max-height: 30px;
	overflow:hidden;
	line-height: 30px;
	text-align: left;
	color: #231e1c;
	margin-bottom: 15px;
	font-family: 'Fira Sans', Arial;
	-webkit-appearance: none;
	border-radius: 0;
}


form input[type="submit"]{
	width: 100%;
	max-width: 220px;
	float: right;
	border: 0px;
	background: #231e1c;
	height: 35px;
	/*line-height: 35px;*/
	color: #fff;
	font-family: 'Fira Sans', Arial;		
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

*:focus {
	outline: 0;
}

::-webkit-input-placeholder {
   color: #231e1c;
}

:-moz-placeholder { /* Firefox 18- */
   color: #231e1c;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #231e1c; 
}

:-ms-input-placeholder {  
   color: #231e1c; 
}

/* END OF CONTACT SECTION */

.qr-code{
	width: 180px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -90px;
	background-color: #fff;
}

.qr-code img{
	width: 60px;
	margin: 0 5px;
	float: left;	
}

.qr-code span{
	font-size: 11px;
	float: left;
	text-align: left;
	padding-top: 8px;
}




/*****************************************************/
/*Collection Login*/
/*****************************************************/
.collection_login{
	position: absolute;
	margin-top: -175px;
	width: 500px;
	left: 50%;
	margin-left: -250px;

    background: rgba(255, 255, 255, .7);
    border: 2px solid #231e1c;
    z-index: 10;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.collection_login form input[type="password"]{
	background-color: transparent;
}

.ref{
	font-size: 16px;
}



/*****************************************************/
/*** Collection Login & Slider Hover Effects ***/
/*****************************************************/
.login-area .slider #slides{
	background: #231e1c;
}

.login-area .slider #slides .slidesjs-container{

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.login-area:hover .slider #slides .slidesjs-container{
	opacity: .2;
}


.login-area .collection_login{
	opacity: 0;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.login-area:hover .collection_login{
	opacity: 1;
}


/*****************************************************/
/*New Page Content*/
/*****************************************************/

/*Back Bar*/
.page-back{
	position: fixed;
	top: 20px;
	left: 0px;
	width: 100%; 
	padding:20px 40px;
	background: #fff;
	text-align: center;
	z-index: 20;

	box-shadow: 0px 1px 5px rgba(0, 0, 0, .1);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.page-back a{
	text-decoration: none;
	color: #201815;
	position: absolute;

	left: 40px; top: 20px;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.page-back a:hover{
	text-decoration: line-through;
}

.page-back h2{
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin: 0;
	font-weight: 700;
}


/*Page Content*/
div.new-page-content{
	width: 100%; 
	height: 100%;
	padding-left: 280px;
	padding-right: 20px;
	font-size: 14px;
	display: block;
	position: relative;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

div.new-page-content .content{
	width: 100%;
	height: 100%;
	position: inherit; 
	display: table; 
	background: #fff;
}


main.new-page-content .content h1{
	margin-top: 0;
	padding-top: 0;
	text-transform: uppercase;
}



/*Notícias*/
.news-prev-img{
	position: relative;
	margin-bottom: 18px;
}
.news-prev-img img{
	width: 100%;
}

.news-prev-title{
	font-family: 'Fira Sans', arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	letter-spacing: 1px;
	margin-bottom: 2px;
}
a.news-prev-title, a.news-prev-title:focus, a.news-prev-title:hover{
	font-family: 'Fira Sans', arial, sans-serif;
	font-size: 18px;
	font-weight: 700;
	margin-top: 0;
	letter-spacing: 1px;
	margin-bottom: 2px;
	color: #333;
	text-decoration: none;
}


.news-info{
	font-family: 'Fira Sans', arial, sans-serif;
	color: #ababab;
	font-size: 11px;
	letter-spacing: .2px;
	margin-bottom: 15px;
}


.news-title{
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1.5px;
	margin-bottom: 5px;
}

.news-img{
	position: relative;
	margin-bottom: 25px;
}

.news-img img{
	width: 100%;
}

.news-text a{
	color: #f3d962;
	text-decoration: underline;

	-webkit-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-moz-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-o-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	-ms-transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
	transition: all 0.2s cubic-bezier(0.000, 0.000, 0.580, 1.000);
}

.news-text a:hover{
	color: #201815;
}


/*Collection Gallery*/
.collection-img{
	position: relative;
}

.collection-img img{
	width: 100%;
}




/*****************************************************/
/*Modal Window Styles*/
/*****************************************************/

.modal-content{
	border: 10px solid #f3d962;
	border-radius: 0;
}


.modal-header{
	border-bottom: none;
}

.modal-header .modal-title{
	font-family: 'Fira Sans', arial, helvetica, sans-serif;
	letter-spacing: 1px;
}

.close{
	font-size: 30px;
}

.modal-footer{
	border-top: none;
}

form input[type="email"].newsletter-email{
	float: none;
	margin-bottom: 0;
	border-bottom: 1px dashed #231e1c;
	width: 100%;
	max-width: 550px;
	box-shadow: none;
	padding: 10px 0;
	margin-left: 0;
}

.form input[type="text"]:focus,
.form input[type="email"]:focus,
.form input[type="number"]:focus,
.form input[type="url"]:focus,
.form input[type="search"]:focus,
.form input[type="tel"]:focus,
.form input[type="password"]:focus,
.form input[type="date"]:focus,
.form input[type="color"]:focus,
.form select:focus{
	box-shadow: none;
	outline: none;
}




/* --------------------------------------- */
/* 1024PX
/* --------------------------------------- */
@media all and (max-width: 1024px) {
	
	.m-left{
		margin-left: 20px !important;
	}

	/*****************************************************/
	/* Home Page Stuff */
	/*****************************************************/
	.citation_home{
		height: 360px;
	}

	.citation_home h2{
		color: #ffffff;
		display: block !important;
		text-transform: uppercase;
		font-size: 20px;
		text-align: center !important;
		line-height: 30px;
		font-weight: 400 !important;
	}

	.citation_home img{
		margin-bottom: 5px;
		width: 60px !important;
	}


	
	/* CONTACT SECTION */
	.contact-area {
		max-width: 680px;
		max-height: 376px;
		overflow-x: hidden;
		overflow-y: scroll;
	}
	
	.contact_texts {
		width: 100%;
		padding: 20px;
	}
	
	.contact_texts .spacer {
		margin: 30px 0;
		border-bottom: 1px dashed #231e1c;
		float: left;
		width: 100%;
		height: 1px;
	}
	
	.contact_texts ul{
		width: 100%;
		max-width: 300px;
	}
	
	.contact_texts ul li{
		font-size: 14px;
		padding: 27px 0 20px 0;
	}

	.address{  width: 100%;}
	
	.address ul li{
		padding: 35px 0px 35px 0px;
	}

	form input[type="text"]{
		width: 100%;	
	}
	
	form input[type="email"]{
		width: 100%;
		margin-left: 0 !important;
	}

}

/* --------------------------------------- */
/* 880PX
/* --------------------------------------- */
@media all and (max-width: 880px){

	body{
		border: 10px solid #f3d962;
	}

	/*****************************************************/
	/* Borders */
	/*****************************************************/
	.border-top{
		height: 10px;
	}
	.border-right{
		width: 10px;
	}
	.border-bottom{
		height: 10px;
	}
	.border-left{
		width: 10px;
	}


	.btn-border-white,
	a.btn-border-white{
		padding: 5px 10px;
	}

	/* Quando passa a posição relativa */
	div.navigation div.socials{
		position: relative;
		padding: 0 0px 30px 0px;
		margin-top: 60px;
	}
	#section2{
		-webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -webkit-flex-direction:column;
        -ms-flex-direction:column;
            flex-direction:column;
	}

	#menu-button {
	  left: 10px;
	  top: 10px;
	  height: 40px;
	  width: 60px;
	  line-height: 25px;
	  background: url('../imgs/icons/menu-icon.png') no-repeat 10px 10px;
	  background-color: #fff;
	}

	/*****************************************************/
	/* Menu Stuff */
	/*****************************************************/
	#menu-lateral {
		padding: 20px 15px 30px 20px;
	}

	body.menu-open #menu-button.top-button{
		top: 20px;
	}

	#menu-lateral ul li a img{
		margin-bottom: 20px;
		width: 40px;
	}


	/* Social Links */
	#menu-lateral ul.socials{
		position: absolute;
		bottom: 10px;
		left: 20px;
	}

	#menu-lateral ul.socials li{
		position: relative;
		display: inline-block;
		width: 20px;
		height: 20px;
	}

	#menu-lateral ul.socials li a{
		display: block;
	}

	#menu-lateral ul.socials li a img{
		width: 20px;
	}


	/*****************************************************/
	/* Home Page Stuff */
	/*****************************************************/
	.citation_home{
		height: 360px;
	}

	.citation_home h2{
		color: #ffffff;
		display: block !important;
		text-transform: uppercase;
		font-size: 16px;
		text-align: center !important;
		line-height: 30px;
		font-weight: 400 !important;
		font-family: sourcetexbold; // Courier New
	}

	.citation_home img{
		margin-bottom: 5px;
		width: 40px !important;
	}

	/*****************************************************/
	/*Collection Login*/
	/*****************************************************/
	.collection_login{
		position: relative;
		margin: 0 auto;
		left: auto;

		width: 100%;
		max-width: 500px;
	}

	.collection_login form input[type="password"]{
		width: 100%;
	}

	.collection_login form input[type="submit"]{
		width: 100%;
		max-width: 420px;
	}



	/*****************************************************/
	/* Collection Stuff */
	/*****************************************************/
	/*If grid have 1 item*/
	.items-1{
		width: 100%;
		height: 100%;
	}
	.items-1 .hover-content{
		height: 100%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 20px 20px;
	}

	.items-1 .hover-content	.btn-collection{
		bottom: 30px;
		right: 10px;
		font-size: 11px;
	}



	/*If grid have 2 items*/
	.items-2{
		width: 100%;
		height: 50%;
	}
	.items-2 .hover-content{
		height: 49vh;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 20px 20px;
	}

	.items-2 .hover-content .btn-collection{
		bottom: 10px;
		right: 10px;
		font-size: 11px;
	}
	
	/*
	.items-2:last-child .hover-content	.btn-collection{
		bottom: 30px;
		right: 10px;
		font-size: 11px;
	}*/



	/*If grid have 3 items*/
	.items-3{
		width: 100%;
		height: 33.33333333333333%;
	}
	.items-3 .hover-content{
		height: 33.33333333333333%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 20px 20px;
	}

	.items-3 .hover-content .btn-collection{
		bottom: 10px;
		right: 10px;
		font-size: 11px;
	}	



	/*If grid have 4 items*/
	.items-4{
		width: 100%;
		height: 25%;
	}
	.items-4 .hover-content{
		height: 25%;
		width: 100%;
		box-sizing: border-box;
		padding: 10px 10px 20px 20px;
	}

	.items-4 .hover-content .btn-collection{
		bottom: 10px;
		right: 10px;
		font-size: 11px;
	}	

	
	/*Hover Content*/
	.hover-content{
		text-align: right;
	}
	.hover-content h4.collection-title{
		font-size: 16px;
		font-weight: 700;
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.hover-content span{
		font-size: 12px;
	}


	
	/*Page Content*/
	div.new-page-content{
		padding: 10px 10px 10px 280px; 
	}



	/*****************************************************/
	/*Notícias*/
	/*****************************************************/

	main.new-page-content{
		padding: 80px 20px 20px 20px;
	}

	main.new-page-content .content{
		margin-bottom: 40px;
	}

	/*****************************************************/
	/*** Collection Login & Slider Hover Effects ***/
	/*****************************************************/
	.login-area:hover .slider #slides .slidesjs-container{
		opacity: 1;
	}

	.login-area .collection_login{
		opacity: 1;
	}

	
}
/* --------------------------------------- */
/* 1200PX
/* --------------------------------------- */

@media (max-width: 1200px) {
	.items-2{
		cursor:pointer;
	}
}
/* --------------------------------------- */
/* 768PX
/* --------------------------------------- */
@media all and (max-width: 768px){

	/* Quando passa a posição relativa */
	div.navigation div.socials{
		position: relative;
		padding: 0 0px 30px 0px;
		margin-top: 60px;
	}

	#section0,
	#section1,
	#section2,
	#section3{
		border-width: 15px;
	}

	/* Home Section */
	#section0 h2{
		font-size: 16px;
		line-height: 1.4;
	}

	#section0 img{
		width: 40px;
		height: auto !important;
	}

	.contact_texts {
		width: 100%;
		padding: 20px;
	}

	.address ul li{
		width: 100%;
		display: block;
		padding: 0px;
		margin-left: 0;
	}

	.address ul li:last-child{
		padding-left: 0px;
		padding-bottom: 40px;
	}

	.arrow {
	  bottom: 20px;
	}

	/*Page Content*/
	div.new-page-content{
		padding: 10px 10px 10px 280px; 
	}


	/* Newsletter */
	form input[type="email"].newsletter-email{
		width: 100%;
		max-width: 750px;
	}
}
/* --------------------------------------- */
/* 760PX
/* --------------------------------------- */
@media (max-width: 768px){
	img.col-sm-12{
		width:100%;
	}
}

/* --------------------------------------- */
/* 550PX
/* --------------------------------------- */
@media all and (max-width: 560px){
	div.navigation{
	    left: -280px;
	    top: 0;
	    width: 280px;

	}

	div.new-page-content {
		padding: 10px 10px 10px 10px;
	}
	.menu-open div.navigation{
	    left: 0px;
	    top: 0;
	    width: 280px;		
	}

	#section3{
		padding-left: 0;
	}


	#menu-button {
	  display: block;
	}

}



/* ==============================
   Bootstrap multicolumn grid
   ============================== */

/* clear the first in row for any block that has the class "multi-columns-row" */
.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: left; }
.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: left; }
.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: left; }
.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: left; }
.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: left; }

@media (min-width: 768px) {
	/* reset previous grid */
	.multi-columns-row .col-xs-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-xs-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-xs-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-xs-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-xs-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for small columns */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 992px) {
	/* reset previous grid */
	.multi-columns-row .col-sm-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-sm-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-sm-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-sm-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-sm-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for medium columns */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: left; }
}
@media (min-width: 1200px) {

	/* reset previous grid */
	.multi-columns-row .col-md-6:nth-child(2n + 3) { clear: none; }
	.multi-columns-row .col-md-4:nth-child(3n + 4) { clear: none; }
	.multi-columns-row .col-md-3:nth-child(4n + 5) { clear: none; }
	.multi-columns-row .col-md-2:nth-child(6n + 7) { clear: none; }
	.multi-columns-row .col-md-1:nth-child(12n + 13) { clear: none; }

	/* clear first in row for large columns */
	.multi-columns-row .col-lg-6:nth-child(2n + 3) { clear: left; }
	.multi-columns-row .col-lg-4:nth-child(3n + 4) { clear: left; }
	.multi-columns-row .col-lg-3:nth-child(4n + 5) { clear: left; }
	.multi-columns-row .col-lg-2:nth-child(6n + 7) { clear: left; }
	.multi-columns-row .col-lg-1:nth-child(12n + 13) { clear: left; }
}

.navigation ul ul{
    margin-left: 50px;
	display:none;
}

.clear{
	clear:both;
}