/*	Bootstrap overridess	*/
body {
  Helvetica, Arial, sans-serif
  font-size: 13px;
  line-height: 1.8;
  color: #727272;
  background-color: #ffffff;  
  width: 100%;
  height: 100%;
  
  /*	add margin of header hieight not on index	*/
  
}
html {
	width: 100%;
	height: 100%;
	
}

.not-index {
	margin-top: 90px /*	height of header */ 
}




a {
  color: #b6b6b6;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #212121;
  text-decoration: none;
}
a:focus {
  outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  Helvetica, Arial, sans-serif
  color: #ff0000;
  font-weight: bold;
  line-height: 1.1;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 20px;
  margin-bottom: 20px;
}
h1, .h1 {
  font-size: 28px;
}
h2, .h2 {
  font-size: 24px;
}
h3, .h3 {
  font-size: 20px;
}
h4, .h4 {
  font-size: 18px;
}
h5, .h5 {
  font-size: 14px;
}
h6, .h6 {
  font-size: 13px;
}


p {
  margin: 0 0 20px;
}
ul, ol {
	margin-bottom: 20px;
}
ul li, ol li {
	line-height: 1.8em;
    list-style-position: inside;
}
table {
	margin-bottom: 20px;
}
th {
  color: #000000;
}
.form-control {
	border-radius: 0;
	/*padding: 16px 12px;*/
}
.country-form {
	padding: 0px !important;
}
.btn {
	padding: 7px 70px;
	color: #000000;
	background: #ffffff;
	border: 2px solid #000000;
	border-radius: 0px;
	text-transform: uppercase;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
  text-decoration: none;
}

form {
	margin-bottom: 20px;
}
textarea {
	margin-bottom: 20px;
}
.selector-wrapper select {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #b6b6b6;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.errors {
	background-color: #fcf8e3;
}
.errors ul {
	margin: 0 0 20px 0;
	padding: 20px;
	list-style: none;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}



/*	Navbar	

.navbar {
	margin-bottom: 0;
}
.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
}

.index .navbar-default {
	background: transparent;
	border: none;
}

.index .top-nav-background {
	background-color: #ffffff;
	border-color: #e7e7e7;
	-webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}


.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
	background: none; 
	color: #212121;
}
.navbar-default .navbar-nav>li>a {
	color: #707070;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav li.nav-active a {
	color: #000000;
}

.nav li a:hover {
	background: transparent;
}
.dropdown-menu>li>a {
	color: #b6b6b6;
}
.dropdown-menu>li>a:hover {
	color: #212121;
}


.navbar-toggle {
	padding: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: none;
	border-radius: 4px;
	font-size: 18px;
}
button.navbar-toggle:hover {
	background: transparent !important;
}






	.navbar-fixed-top .nav {
	    padding: 15px 0;
	}
	.navbar-fixed-top .navbar-brand {
	    padding: 0 15px;
	}
	
	.navbar-nav>li>.dropdown-menu {
		margin-top: 0px;
	}
	
	@media(min-width:768px) {
	
	    .navbar-fixed-top .navbar-brand {
	        padding: 15px 0;
	    }
	    
	    .navbar-nav>li>.dropdown-menu {
			margin-top: 15px;
		}
	}



*/


/*	Navbar	*/

.navbar-custom {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    background-color: #ffffff;
    border-bottom: 1px solid #e7e7e7;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}
.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.logo-height {
	max-height: 50px; 
	margin-top: -15px;
}


.logo-max-height {
	max-height: 30px !important;
	margin-top: -5px;
}


.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}
.navbar-custom a {
    color: #000000;
}
.navbar-custom a:hover {
	color: #000000;
}

.navbar-custom .nav li.active {
    outline: none;
    color: #000000;
}

.navbar-custom .nav li a {
	background: none; 
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    
    color: #707070;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a.active {
    outline: 0;
    background-color: none ;
    color: #000000;
}

/*	Dropdown	*/
.dropdown-menu {
	background-color: #ffffff;
	border-color: #e7e7e7;
	padding: 15px 0;
}

.navbar-custom .navbar-nav>.open>a, 
.navbar-custom .navbar-nav>.open>a:focus,
.navbar-custom .navbar-nav>.open>a:hover {
	background: none;	
}


@media(min-width:767px) {
    .navbar {
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 0;
        background-color: #ffffff;
    }
    .navbar-custom.top-nav-collapse {
        border-bottom: 1px solid #e7e7e7;
    }
}



/*	Footer	*/
#footer {
    font-size: 12px;
    padding-top: 20px;
    background: #222;
    color: #7f7f7f;
}
#footer .form-control {
	font-size: 12px;
}
#footer button {
	padding: 7px; 
	font-size: 11px;
}
#footer #footer-social {
	font-size: 16px;
	text-align: left;
}
#copy {
	text-align: left;
}


@media(min-width:767px) {
	
	#footer #footer-social {
		text-align: right;
	}
	#copy {
		text-align: right;
	}
	
}


/*	Carousel	
.carousel,
.item,
.item.active {
    min-height: 250px;
}

.carousel-inner {
    min-height: 250px;
}*/
.fill {
   smin-height: 250px;
	width: 100%;
    display: table;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.carousel-description {
	display: table-cell;
	vertical-align: middle;
	padding: 15%;
}
.carousel-description h1,
.carousel-description h2,
.carousel-description h3,
.carousel-description h4,
.carousel-description h5,
.carousel-description h6,
p{
	color: #000000;
}





/*	Index Template */
.spacer {
	margin-top: 30px;
}

.collections_index {
	margin-bottom: 30px;
}
.collections_index img {
	display: block;
	width: 100%;
}




/*	Collections page	*/
#collection-description {
	margin-bottom: 20px;
}
#collection-sorting {
	margin-bottom: 20px;
}


.product-grid {
    margin-bottom: 20px;
    /*min-height: 470px;*/
}
.product-grid-image {
	display: block;
	position: relative;
}
.product-grid-image span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1em;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}
.product-grid-image img {
	width: 100%;
}
.product-grid h3 {
	margin: 0;
}
.product-grid h3 a {
	padding: 20px 0 10px 0;
	display: block;
	    font-size: 14px;
}

.product-grid del, .product-list del {
	opacity: 0.6;
	margin-right: 5px;
}




.product-list {
	margin-bottom: 40px;
}
.product-list-image {
	display: block;
	position: relative;
}
.product-list-image span {
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px;
	padding: 4px 10px;
	line-height: 1em;
	text-transform: uppercase;
	background: #000000;
	color: #ffffff;
}
.product-list h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 0;
}




/*	Product Page	*/
#product {
	margin-bottom: 40px;
}
#product-thumbs ul li {
	margin-bottom: 20px;
	cursor: pointer;
}

#product-title {
	margin-bottom: 10px;
}

#product-price-holder {
	margin-bottom: 40px;
}
#product-price {
	font-size: 24px;
	margin-bottom: -5px;
}
#AddToCartForm {
	margin-bottom: 40px;
}
.quantity-selector:last-child {
	margin-bottom: 20px;
}
input.quantity-selector {
	padding-left: 10px;
	width: 80px;
}



/*	Product Page - Extras	*/

.custom-pagination {
	margin-bottom: 0;
	line-height: 34px;
}
#collection-view a {
	line-height: 34px;
	cursor: pointer;
}
.collection-view-active {
	color: #212121; 
	cursor: default;
}



/*	Cart	*/
.cart {}
#cart-headers {
	margin-bottom: 20px;
}
.cart-row {
	margin-bottom: 40px;
}
.cart-row h5{
	margin-top: 10px;
}
.subtotal input {
	margin-bottom: 20px;
}
.cart textarea {
	margin-bottom: 40px;
}
.cart input[type="number"] {
	width: 80px;
}
.subtotal .btn.checkout {
	margin-bottom: 20px;
}



/*	Page Template	*/
#page-content {
	padding-bottom: 20px;
}
#page-content img {
    margin-right: 20px;
    width: 100%;
	max-width:900px;
}
#page-title {
	padding: 20px 0;
}



/*	Sidebar	*/
#sidebar {
	display: none;
}
#sidebar>div {
	margin-bottom: 40px;
}
#sidebar ul li.active a {
	color: #212121;
}

#sidebar .product-grid-image span {
	zoom: 60%
}
#sidebar .product-grid h5 a {
 padding-top: 10px 0 5px 0;	
}

@media(min-width:767px) {
	#sidebar {
		display: inherit;
	}	
}


/*	Blog / Article	*/
.article-title {
	margin-bottom: 40px;
}
.article-title h3 {
	margin-bottom: 5px;
}
.article-content {
	margin-bottom: 20px;
}
.article-content img {
	max-width: 100%;
}
#tags-article {
	margin-bottom: 40px;
}
.blog-content article {
	border-bottom: 1px solid #ebebeb;
}
.blog-content .article-content p {
	margin-bottom: 10px;	
}


#comments h3 {
	margin-bottom: 40px;
}
.comment {
	margin-bottom: 40px;
}


.social-share {
	padding: 20px 0 0 0;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-color: #b6b6b6;
}
.social-share a {
	font-size: 18px;
}
.next-previous {
	padding: 20px 0;
	margin-bottom: 40px;
	border-bottom: 1px solid; 
	border-color: #b6b6b6;
	text-transform: uppercase;
}

/*	search results	*/
.search-results-pager {
	margin-bottom: 20px;
}
.search-results {
	margin-bottom:40px;
}
.search-results img {
	margin-bottom: 20px;
}
.search-results h4 {
	margin-top: 0;
}


/*	Carousel	*/
.carousel-control i {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
}