@charset "utf-8";
/* OWLHEE CSS Document */
*{
	box-sizing:border-box;
	transition: width .5s;
}

body,html{
	min-height:100%;
}
body{
	background:url(images/1.jpg)
  	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	margin: 0;
	font-size: 100%;
	overflow-x: hidden;
	}

d
@font-face {
	font-family: serif;;
    src:url(fonts/serif%20Light_0.otf);
	}
	
@font-face {
	font-family:serif;
    src:url(fonts/serif%20Bold_0.otf);
	}

.serif{
    font-family: serif;
	}

.serif;-bold{
    font-family: serif;-bold;
	}

.container{
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-left:1%;
	padding-right:1%; 
	padding-bottom:8%;
	}
	
.cover {
    z-index:-800;
	background-image:url(images/1.jpg);
	background-repeat:no-repeat
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	-webkit-box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	margin: 0;
	position:absolute;
	height:250px;
	width:100%;


}


.owlheecover{
	z-index:-800;
	background-image:url(images/main.jpg);
	background-repeat:no-repeat
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	-webkit-box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 10px 31px 0px rgba(0,0,0,0.75);
	margin: 0;
	position:absolute;
	height:500px;
	width:100%;
	}

.row{
	margin-right: -5px;
	}

.row:after{
	/*clear fix*/
	clear: both;
	display: table;
	content: "";
	}

.column{
	float: left;
	padding-left: 10px;
	padding-right: 0px;
	}
	
.column-white{
	background-color:#C0C0C0;
	float: left;
	padding: 5px 5px 5px 5px; 
	margin: 5px;
	transition:all .5s;
	}
	
.column-white:hover{
	/*left: calc(100% - 100px);*/
	transition:all .5s;
	background-color:white;
	
}


.thumbnails img {
	width:72px;
	margin: 0px;
}

.thumb-imagee{
	float:right;
	margin:10px 10px;
	display: none;
}



.tab-list {
	text-align:center;
}
.tab {
	display:inline-block;
	background-color:rgb(198, 243, 232);
	padding:.2em .5em;
	border-radius:.3em .3em 0 0;
	position:relative;
}
.tab:hover, .tab.active {
	background-color:rgb(114, 180, 164);
	color:white;
	cursor:pointer;
}
.tab:hover {
	left:3px;

}
.content-list {
	background-color:rgb(114, 180, 164);
	overflow:hidden;
	height:50vh;
	min-height:300px;

	position:relative;
}
.content {
	box-sizing:border-box;

	position:absolute;
	top:0;
	left:0;
	padding: 0 1em;
	width:100%;
	height:100%;
	transition:all .4s;
	opacity:0;
	left:-100%;
	overflow:auto;


}
.content.active {
	opacity:1;
	left:0;

}

---------

.hero-hover {
	text-align:center;
	background-color:transparent;
	transition:background-color .3s;
	overflow:hidden;
}
.hero-hover img {
	opacity:1;
	transition:opacity .3s;
}
.hero-hover:hover {
	background-color:rgba(94,173,157,.5);
}

.hero-hover:hover img {
	opacity:0.4;
}
.hero-hover>div {
	position:relative;
}
.hover-description {
	position:center;
	bottom:40px;
	right:90px;
	color:white;
	width:100%;
}
.hover-description h3,
.hover-description p {
	position:relative;
	top:30px;
	opacity:0;
}
.hover-description h3 {
	transition:all .3s;
}
.hover-description p {
	transition:all .9s;
}
.hero-hover:hover .hover-description h3,
.hero-hover:hover .hover-description p {
	top:0;
	opacity:1;
}
------
/*----owlhee------*/

.col-quarter{
	width: 24%;
	}

.col-half{
	width: 40.5%;
	}

.col-half1{
	width: 70.5%;
	}
.col-threequarter{
	width: 76%;
	}

.col-full{
	width: 100%;
	}

.col-one-third{
	width: 32%;
	}

header{
	background-color:rgb(255,255,255); 
	width:100%;
	margin:0;
	}
	
.logo{
	margin-top:5px;
	max-height:56px;
	}

nav{
	float:right;
	}

nav li{
	vertical-align:central;
	text-align:left;
	display:inline-block;
   	margin:0.5em 0.5em -0.8em 1.5em;
	}
	
nav li a{ 
	position: relative;
	left:0px;
	top:0px;	
	float:left;
	color:gray; 
	text-decoration:none;
	transition:all .s;
	}
	
nav li a:hover{ 
	transition:color .2s;
	color:#2be3be;
	}
	
.circle{
  border-radius: 46%;
  background-color: #2be3be;
  width: 17px;
  height: 0px;
  padding: 3px 6px 0px 8px;
  color:gray;
}

.list_icon img{
	float:right;
	margin:10px 10px;
	display: none;
	cursor:pointer;
}

.cart{
	margin-bottom:-4px;
	width:22px;
	}

.content{
	margin-top:530px;
	position:relative;
	}

.tagline{
	position:relative;
	top:120px;
	z-index:1000;
	text-align:center;
	color:gray;
	font-size:64px;
	margin-left:auto;
	margin-right:auto;
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.72);
	padding: 5px;
	}


		
.sub-title{
	text-align:left;
	color:gray;
	font-size:24px;
	}
	
a{
	text-decoration:none;
	color:#3a3a3a;
	}
	
a:hover{
	transition:color .2s;
	color:#2be3be;
	}
	
.title{
	float:left;
	margin-top: 5px;
	margin-left: 3px;
	}

/*owlhee footer*/

footer{
	margin-top:100px;
	width: 100%;
	background-color:gray;
	}

footer.client_footer {
    text-align: center;
    font-family: sans-serif;
    font-weight: 100;
    padding-top: 20px;
    padding-bottom: 50px;
    margin: 5px 0px 0px 0px;
    background: gray;
}

footer.client_footer .footer_box {
    text-align: left;
    font-family: sans-serif;  
    margin: 0 1% 15px 1%;
    font-size: 0.9rem;
    line-height: 1.9rem;
    display: inline-block;
    vertical-align: top;
    width: 30%;
    text-align: center;
    color: #ffffff;
    letter-spacing: 1.5px;
}

 footer.client_footer #footer_email_form .sub_email_input {
    width: 200px;
}

.client_copyright.default {
    margin: 3px auto;
    color: #ffffff;
}




.copyrights{
	float:right;
	color:#464646;
	font-size:90%;
	text-align:right;
	margin-top:8px;
	}
	
.product_title{
	text-align:right;
	color:gray;
	font-size:38px;
	padding: 40px;
	}

	
.price{
	float:right;
	margin-top: 5px;
	color:#363636;
	margin-right: 3px;
	}

p{
	font-size:14px;
	line-height:20px;
	}
	
.share{
	float:right;
	}


input{
	width:100px;
}

.buy{
	float:left;
	background-color:#2be3be;
	border-radius:50%;
	text-align:center;
	color:gray;
	padding: 5px 8px 0px 8px;
	width:60px;
	}
	
.column-product{
	background-color:white;
	float: left;
	padding: 5px 5px 5px 5px; 
	margin: 5px;
	}
	
.details{
	line-height:24px;
	padding:10px;
	}
	
.search{
	z-index:-1000;
	background-color: rgba(0, 0, 0, 0.4);
	margin: 0;
	position:absolute;
	height:50px;
	width:100%;
	}
		
.filters{
	float:left;
	margin-left:10%;
	margin-right:auto;
	margin-top:10px;
	font-size:18px;
	color:gray;
	z-index:1000;
	}
	
.srch-text{
	width:180px;}
	
.owlhee-content{
	margin-top:5px;
	position:relative;
	z-index:0;
	}
	
@media(max-width: 1000px){
	.container{
		width: 100%;
	}


@media(max-width: 800px){
	
	nav{
		display:none;
	}
	
	nav li {
        display: block;
    }
	
	.list_icon img{
        display: block;
    }

    .list-down {
        display: block;
    }
	
	.col-m-quarter{
		width: 38%;
		}

	.col-m-half{
		width: 100%;
		}

	.col-m-threequarter{
		width: 58%;
		}

	.col-m-full{
		width: 100%;
		}
	
	.col-m-one-third{
		width: 49%;
		}
	
	.column-white{
		margin-left:1px;
		}
		
	.column-product{
		margin: 2px;
	}
	
	.search{
		height:80px;
	}
	
	.miniature-content{
	margin-top:90px;
	
}

@media(max-width: 640px){
	.col-xm-quarter{
		width: 100%;
		}
	
	.col-xm-threequarter{
		width: 100%;
		}
	
	.col-xm-one-third{
		width: 48.6%;
		}

	.column-white{
		margin-left:1px;
		}
		
	.search{
		height:80px;
	}
	
	.miniature-content{
	margin-top:90px;
	
}

@media(max-width: 480px){

	
	.col-xs-one-third{
		width: 100%;
		}
	
	.sub-title{
		text-align:center;
	}

	.footer-xs-logo{
		margin-left: auto;
		margin-right: auto;
	}
	
	.copyrights-xs{
		float: none;
		text-align:center;
	}
	
	.search{
		height:100px;
	}
	
	.miniature-content{
	margin-top:110px;
	}

