html,body,#page{width: 100%; height: 100%;margin: 0px;padding: 0px; -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;}
html{-webkit-font-smoothing: antialiased;}
body {font:normal 100%/1.6; line-height: 2em;}   
h1,h2,h3,h4,h5,h6{color: #1f242a; font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif; padding: 0; margin: 0;}



a{color: #FFF; cursor:pointer; font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;}
a:hover{text-decoration: none; font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;}
p{color: #1f242a; font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif; }



@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?ka7ncr');
  src:  url('../fonts/icomoon.eot?ka7ncr#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?ka7ncr') format('truetype'),
    url('../fonts/icomoon.woff?ka7ncr') format('woff'),
    url('../fonts/icomoon.svg?ka7ncr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-medium:before {
  content: "\e911";
}
.icon-youtube:before {
  content: "\e906";
}
.icon-trash-o:before {
  content: "\e904";
}
.icon-google-plus:before {
  content: "\e910";
}
.icon-facebook:before {
  content: "\e90c";
}
.icon-linkedin:before {
  content: "\e90d";
}
.icon-linkedin2:before {
  content: "\e90e";
}
.icon-phone:before {
  content: "\e90f";
}
.icon-locked:before {
  content: "\e901";
}
.icon-email:before {
  content: "\e905";
}
.icon-grid:before {
  content: "\e903";
}
.icon-home:before {
  content: "\e902";
}
.icon-credit-card:before {
  content: "\e93f";
}
.icon-zoom-in:before {
  content: "\e987";
}
.icon-zoom-out:before {
  content: "\e988";
}
.icon-truck:before {
  content: "\e9b0";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-circle-up:before {
  content: "\ea41";
}
.icon-circle-right:before {
  content: "\ea42";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-circle-left:before {
  content: "\ea44";
}
.icon-facebook2:before {
  content: "\ea91";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
.icon-vimeo2:before {
  content: "\eaa1";
}
.icon-flickr4:before {
  content: "\eaa6";
}
.icon-pinterest:before {
  content: "\ead1";
}
.icon-paypal:before {
  content: "\ead8";
}
.icon-menu:before {
  content: "\e90b";
}
.icon-minus1:before {
  content: "\e90a";
}
.icon-plus1:before {
  content: "\e908";
}
.icon-cube:before {
  content: "\e909";
}
.icon-gift:before {
  content: "\e900";
}
.icon-basket:before {
  content: "\e907";
}


#page{
	padding-bottom: 60px;
}


#bg-holder{
	display: block;
	margin: 0 0 60px 0;
	padding: 0 0 0 0;
	height: 100%;
	
}


/*fix row -15px margin*/
.container-fluid {
    padding: 0 15px;
}


#fixed-logo{
 	position: fixed; 
    top: 20px;
    left: 20px;
    right: 0;
    display: block;
    z-index: 100;
    width: 596px;
    height: 219px;
    display: none;
}

#fixed-logo img{
	width: 45%;
	height: 45%;

}



/*-- Collection Ink --*/

@media (min-width: 992px){

.item-wrapper-ink {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}
.item-wrapper-ink:after {
    padding-top: 150%; 
    display: block;
    content: '';
}

#colection-label-ink{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0;
	background-color: #1f242a;
	padding: 0;
	color: #FFF;
}

}

@media (max-width: 991px){
	#colection-label-ink {
	   padding-bottom: 150px;
	}

}

#colection-label-ink h2{
	border-bottom: 1px solid #505e6d;
}


.ink{
	background: #1f242a;
}

.ink .navbar-nav a{
	color: #FFF !important;
}

.ink .navbar-nav a:hover, .ink .navbar-nav a:focus{
	color: #505e6d !important;
}

.ink a:hover, .ink a:active{
	color: #505e6d;
}




/*-- Collection Rust --*/

@media (min-width: 992px){
.item-wrapper-rust {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.item-wrapper-rust:after {
    padding-top: 150%; /*16:9 ratio*/
    display: block;
    content: '';
}

#colection-label-rust{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
	background: #361713;

}

}

@media (max-width: 991px){
	#colection-label-rust {
	   padding-bottom: 150px;
	}

}

#colection-label-rust h2{
	border-bottom: 1px solid #7f3b25;
}

.rust{
	background: #361713;
}

.rust .navbar-nav a{
	color: #FFF !important;
}

.rust .navbar-nav a:hover, .rust .navbar-nav a:active{
	color: #7f3b25 !important;
}

.rust a:hover, .rust a:active{
	color: #7f3b25;
}




/*-- Collection BIRCH --*/

@media (min-width: 992px){
.item-wrapper-birch {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.item-wrapper-birch:after {
    padding-top: 150%; /*16:9 ratio*/
    display: block;
    content: '';
}

#colection-label-birch{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
	background: #464a3f;

}

}

@media (max-width: 991px){
	#colection-label-birch {
	   padding-bottom: 150px;
	}

}

#colection-label-birch h2{
	border-bottom: 1px solid #7c7970;
}

.birch{
	background: #464a3f;
}


.birch .navbar-nav a{
	color: #FFF !important;
}

.birch .navbar-nav a:hover, .birch .navbar-nav a:focus{
	color: #7c7970 !important;
}


.birch a:hover, .birch a:active{
	color: #7c7970;
}


/*-- Collection CHINA --*/

@media (min-width: 992px){
.item-wrapper-china {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding: 0;
}

.item-wrapper-china:after {
    padding-top: 150%; /*16:9 ratio*/
    display: block;
    content: '';
}

#colection-label-china{
	position: absolute;
    top: 0; bottom: 0; right: 0; left: 0; /*fill parent*/
	background: #1c2335;

}

}


@media (max-width: 991px){
	#colection-label-china {
	   padding-bottom: 150px;
	}

}


#colection-label-china h2{
	border-bottom: 1px solid #7c7970;
}

.china{
	background: #1c2335;
}


.china .navbar-nav a{
	color: #FFF !important;
}

.china .navbar-nav a:hover, .birch .navbar-nav a:focus{
	color: #304b9a !important;
}


.china a:hover, .birch a:active{
	color: #304b9a;
}

.tobacco{
	background: #252015;
}

.tobacco .navbar-nav a{
	color: #FFF !important;
}

.tobacco .navbar-nav a:hover, .tobacco .navbar-nav a:focus{
	color: #3b3321 !important;
}


.stone{
	background: #dddcd7;
}

.stone p, .stone h2, .stone .shop__message{
	color: #1f242a !important;
}

.stone h2{
	border-bottom: 1px solid #1f242a;
}

@media (min-width: 992px){


.stone p.last{
	padding-bottom: 1.75em;
}

}


.stone hr{
	margin: 2.75em;
	border-top: 1px solid #1f242a;
	display: block;
}

.stone .shop-columns{
	margin-top: 3em;
	margin-bottom: 3em;
	padding: 2em;




}

@media (min-width: 992px){
	.stone .shop-columns{
		border-top: 1px solid #1f242a;
		border-bottom: 1px solid #1f242a;
		-webkit-column-count:3; /* Chrome, Safari, Opera */
		-moz-column-count:3; /* Firefox */
		column-count:3;
	}
}


	.stone .wide{
		margin: 3em 0 3em 0;
		padding: 1.75em 0 1.75em 0;
	}
@media (max-width:768px){
	.stone .wide{
		border: none!important;
	}
}




.stone .navbar-nav a{
	color: #1f242a !important;
}

.stone .navbar-nav a:hover, .stone .navbar-nav a:focus{
	color: #505e6d !important;
}

.stone a{
	color: #1f242a;
}

.stone a:hover, .stone a:active{
	color: #505e6d;
}


/*color: #8a7c68;*/

.collection-item p{
	font-size: 1.4em;
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	padding: 0 2em 0 2em;
	color: #FFF;
}
@media (min-width: 992px) and (max-width: 1200px){
	.collection-item p{
		font-size: 1.2em;
	}
}

.collection-item h2{
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 2em 0 1.5em 0;
	margin: 0 2em 2em 2em;
	text-align: center;
	color: #FFF;
	font-weight: 600;
	
}

@media (min-width: 992px) and (max-width: 1110px){

	.collection-item p{
		line-height: 1.4em;
	}

	.collection-item h2{
		font-size: 1.6em;
		text-transform: uppercase;
		padding: 1.25em 0 1.25em 0;
		margin: 0 2em 1.25em 2em;
		text-align: center;
		color: #FFF;
		font-weight: 600;
		
	}
}

.collection-item img{
	width: 100%;

}

.last-row{
	padding-bottom: 60px;
}


.vcard{
	font-size: 1.6em;
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	text-align: center;
	margin: 3em auto 0 auto;
	width: 80%;
	padding: 5px 0 0 0;
	font-weight: 600;
	color: #1f242a;
}

@media (min-width: 992px) and (max-width: 1110px){
	.vcard{
		font-size: 1.4em;
	}
}


.org{
	display: block;
	text-transform: uppercase;
}

.locality{
	display: block;
}


.shop__message{
	font-size: 1.6em;
	padding: 0 0 0 0;
	margin: 0 2em 2.6em 2em;
	text-align: center;
	font-weight: 600;
}

.opeining-times {
	padding-bottom:3em;
}

.opeining-times h2{
	font-size: 1.6em;
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	text-align: center;
	margin: 3em auto 10px auto;
	width: 80%;
	padding: 5px 0 0 0;
	font-weight: 600;
	color: #1f242a;
	border: none !important;
}

.opeining-times p{
	color: #1f242a !important;
	text-align: center;
}



/*----------------------
	NEWSLETTER SIGNUP
-----------------------*/

.newsletter-signup__message{
	font-size: 1.4em;
	padding: 0 0 0 0;
	margin: 0 2em 1em 2em;
	text-align: center;
	font-weight: 600;
}


button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


input { outline: none; }

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}


.newsletter__signup {
  width: 90%;
  margin: 0 auto 4em auto;
  padding: 0;
  text-align: center;
  display: block;
 
 }
 



.input__signup-container {
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
  margin: 0 1em 0 1em;
  display: block;
  position: relative; 
 }


input.input__signup {
  border: 1px solid #e8e7e2;
  padding: 18px 20px 18px 50px;
  display: block;
  background: #e8e7e2;
  font-size: 20px;
  color: #36452f;
  width: 100%; 
  font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
  }

input.input__signup::-webkit-input-placeholder {
  color: #36452f;
   font-size: 18px;
  font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
  }

.newsletter-signup__icon {
  color: #1f242a;
  position: absolute;
  z-index: 1;
  left: 15px;
  display: block;
  top: 19px;
  font-size: 22px; }

button.newsletter-signup__submit {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 8px;
  display: block;
  background: none;
  border: none;
  cursor: pointer; 
  font-size: 23px}
  
 .button.newsletter-signup__submit img{
	 width: 100%; 
  }


/*-- Footer --*/ 

#footer{
 	position: fixed; 
    bottom: 0;
    left: 0;
    right: 0;
    height: 60px;
    color: #FFF;
    display: block;
}


.navbar-nav{
	font-size: 1.2em;
	font-family: Perpetua, Baskerville, "Big Caslon", "Palatino Linotype", Palatino, "URW Palladio L", "Nimbus Roman No9 L", serif;
	margin: 0 auto 0 auto;
	padding: 10px 0 5px 0;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
}

.navbar-collapse  {
	border: none;
}

.rust .navbar{
	background-color: #361713;
	border: none;
}

.ink .navbar{
	background-color: #1f242a;
	border: none;
}

.birch .navbar{
	background-color: #464a3f;
	border: none;
}

.china .navbar{
	background-color: #1c2335;
	border: none;
}

.stone .navbar{
	background-color: #dddcd7;
	border: none;
}

.tobacco .navbar{
	background-color: #252015;
	border: none;
}

@media (min-width:768px) { 
	.navbar > .container {
	    text-align: center;
	}
	.navbar .navbar-nav,.navbar .navbar-nav > li {
	    float: none;
	    display: inline-block;
	}
	.collapse.navbar-collapse {
	    float: none;
	    display: inline-block!important;
	    width: auto;
	    clear: none;
	}
}

.navbar-toggle{

outline:0 !important;

}












