.full-width{
	width:100%;
	height:100%;
	border:none;
}

.margin-top{
	margin-top:15px;
}

.padding-no{
	padding-left:0 !important;
	padding-right:0 !important;
}

#header-position{
	z-index:1;
	width:100%;
	margin-top:30px;
	background:rgba(0,0,0,0.5);
	position: absolute !important;
}

#logo {
	margin:-15px 0;
}
#logo a img{
	border:none;
}

#nav{
	background:none;
	border:none;
	border-radius:0px;
	margin-bottom:0px;
	margin-top:17px;
}

.navbar {
    min-height: inherit !important;
    margin-bottom:0px !important;
}

#formal{
	float:right;
	margin:0px !important;
	padding:0px !important;
}
#formal > li > a{
	padding:10px 13px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
}

#formal li a:hover{
	text-decoration:underline;
	color:#fff;
	background:#ff0000 !important;
}
.formal-dropdown li{
	font-family: 'Raleway', sans-serif;
	font-weight:600 !important;
	font-size:12px;
	color:#212121;
}

.navbar-nav>.open>a{
	color:#fff !important;
	background-color:#ff0000 !important;
}

.navbar-toggle2 {
    position: relative;
    float: none !important;
	width:100%;
    padding:10px;
	margin:0!important;
    background-color: #fff !important;
    background-image: none;
    border:none;
    border-radius:0;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:14px;
	text-transform:uppercase;
	color:#414141 !important;	
}

#search{
	padding:15px 0;
	background:#fe0000;
}

#search-btn{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	height:40px;
	font-size:12px;
	color:#212121;
	background:#fff;
	text-transform:uppercase;
}
#search-input{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#212121;
	padding:10px;
	height:40px;
	border: 1px solid #CCC;
	box-shadow:none;
}

#content{
	background:url(../images/content-bg.jpg) fixed no-repeat top center;
	background-size:cover;
	padding:30px 0;
}

#highlight-categories{
	margin-bottom:15px;}
#highlight-categories h1{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/heading-border-bg.jpg) repeat-x center;
}
#highlight-categories h1 span{
	width:auto;
	background:#000;
	padding:0 15px;
}
#highlight-categories h1 span i{
	margin-left:10px;
	color:#fe0000;
}


.cat-thumb{
	position:relative;
	margin:15px 0;
}
.cat-thumb img{
	opacity:0.50;
	filter:alpha(opacity=50); /* For IE8 and earlier */ 
	transition: all .2s ease-in-out;
}

.cat-thumb:hover .cat-thumb-text{
	display: inline;
}
.cat-thumb:hover img{
	display: inline;
	opacity:1.0;
	filter:alpha(opacity=100); /* For IE8 and earlier */ 
}

.cat-thumb-text{
	position:absolute;
	width:90%;
	height:90%;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	top:5%;
	left:5%;
	border:1px dashed #858680;
}
.cat-thumb-text h2{
	position:absolute;
	margin:0px;
	width:100%;
	padding:0px;
	top:35%;
	text-align:center;
}
.cat-thumb-text h2 a{
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:30px;
}

.cat-thumb-text h2 a span{
	color:#fe0000;
}
.cat-thumb-text h2 a span:hover{
	text-decoration:underline #fe0000;
}


#highlight-products{}
#highlight-products h1{
	width:100%;
	margin:0;
	padding:0;
	color:#fff;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	text-align:center;
	text-transform:uppercase;
	background:url(../images/heading-border-bg.jpg) repeat-x center;
}
#highlight-products h1 span{
	width:auto;
	background:#000;
	padding:0 15px;
}
#highlight-products h1 span i{
	margin-left:10px;
	color:#fe0000;
}

.pro-thumbnail{
	width:auto;
	margin-top:20px;
	padding-bottom:10px;
	background:#e3e3e3;
}
.pro-thumbnail-image{
	width:auto;
	height:auto;
	background:#fff;
	border:1px solid #f3f3f3;
}

.pro-thumbnail-text{
	width:auto;
	padding:0 10px !important;
	margin-top:5px;
}
.pro-thumbnail-text h2{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:14px;
	text-align:center;
	color:#282826;
	padding:0px 0px 5px 0px !important;
	margin:0px !important;
	border-bottom:1px solid #c6c6c6;
}
.pro-thumbnail-text p{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	text-align:center;
	padding:3px 0px !important;
	margin:0px !important;
	color:#282826;
	border-bottom:1px solid #c6c6c6;
}
.pro-thumbnail-text p a{
	color:#282826;
}

.pro-thumbnail-text button{
	width:100%;
	background:#282826 !important;
	border:none;
	border-radius:0px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#fff !important;
	text-align:center;
	padding:3px 0;
}
.pro-thumbnail-text button:hover{
	text-decoration:underline;
}


#testimonials{
	background:url(../images/testimonials-bg.jpg) no-repeat center fixed;
	background-size:cover;
	padding-bottom:30px;
	padding-top:30px;
}

#testimonials h1{
	width:auto;
	padding:0;
	margin:0;
	color:#fff;
	text-align:center;
	font-size:24px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;	
}

carousel-control.left2 {
	background:none;
}

.left2 span{
	left:12px !important;
	color:#fff;  
}

.carousel-control.right2 {
    right:12px;
    left:auto;
	background:none;
}

.right2 span{
	right:0 !important;
	color:#fff;  
}

.testimonials{
	margin:15px 30px 0px 30px;	
}

.testimonials p{
	width:auto;
	margin:0;
	padding:0;
	color:#878787;
	text-align:center;
	font-size:12px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;	
}

.testimonials h2{
	width:auto;
	margin:10px 0 0 0;
	padding:0;
	color:#fff;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Raleway', sans-serif;
	font-weight:700;	
}


#footer{
	background:url(../images/bottom-bg.jpg) top center no-repeat;
	background-size:cover;
	padding-top:30px;
}

#bottom-nav{
	width:auto;
}
#bottom-nav h1{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}

#bottom-nav ul{
	width:47%;
	margin:0 !important;
	padding:0 !important; 
}
#bottom-nav ul li{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	color:#fff; 
	list-style:none;
	margin-top:5px;
	border-bottom:1px solid #212121;
	transition:all .3s ease-in-out; 
	background:url(../images/arrow.png) no-repeat;
	background-position: -5px center;
}
#bottom-nav ul li a{
	width:auto;
	color:#fff; 
 	display:block;
	text-decoration:none;
}
#bottom-nav ul li:hover{
	padding-left:10px;
	border-bottom:1px solid #fff;
	transition:all .3s ease-in-out;
	background:url(../images/arrow.png) center left no-repeat;
}

#facebook{
	width:auto;
}
#facebook h1{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	margin:0 0 15px 0;
	padding:0 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}


#newsletters{
	width:auto;
	margin-top:15px;
}
#newsletters h1{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	margin:0 0 5px 0;
	padding:0 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}
#newsletters p{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
	color:#fff;
}
#newsletters .input-group{
	margin-top:10px;
}

#email-btn{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#292826;
}
#email-input{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:11px;
	color:#292826;
	padding:10px;
	height:30px;
}

#about{
	width:auto;
}
#about h1{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	margin:0;
	padding:0 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}

#about p{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0;
	color:#fff;
	height:221px;
	overflow:auto;
}

#contact{
	width:auto;
	margin-top:15px;
}
#contact h1{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:18px;
	margin:0 ;
	padding:0 0 5px 0;
	color:#fff;
	text-transform:uppercase;
	border-bottom:1px solid #fff;
}

#contact .embed-responsive{
	margin-top:15px;
}
#contact p{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px;
	margin:10px 0 0 0;
	padding:0 ;
	color:#fff;
}

#copyright{
	width:100%;
	margin-top:15px;
	background:#fe0000;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px; 
	color:#fff;
	padding:10px 0 10px 0;
	text-transform:uppercase;
	text-align:center;
}
#copyright a{
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:12px; 
	color:#fff;
	padding:0 5px;
}


#cat-banner{
	background:#000;
	padding-left:0px;
	padding-right:0px;
}

#pro-ol{
	width:auto;
	margin:0px;
	padding:0 15px;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	color:#fff;
	border:none;
	border-radius:0px ;
	background:#292826;
}
#pro-ol li{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:14px;
	padding:10px 0;
	color:rgba(225, 225, 225, 0.8);
}
#pro-ol li a{
	color:#fff;
}

.large-image{
	width:auto;
	border:1px solid #212121;
	background:#fff;
	padding:10px;
}
.large-image a{
	border:none;
}

.large-text{
	width:auto;
}
.large-name{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:20px;
	margin:0px;
	color:#fe0000;
	text-transform:uppercase;
}
.large-art{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:14px;
	color:#fff;
}
.large-art s{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
	color:#fff;
}
.large-discriptions{
	width:auto;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:18px;
	margin-top:6px;
	margin-bottom:15px;
	color:#fff;
}
.large-discriptions p{
	width:auto;
	padding:10px;
	margin-top:5px;
	line-height:17px;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size:11px;
	overflow:auto;
	max-height:100px;
	color:#fff;
	background:#212121;
}

.select select{
	width:100%;
	border:1px solid #fff;
	background:none;
	padding:6px;
	border-radius:0px;
	color:#fff;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
}

.btnn{
	width:100%;
	border:1px solid #fff;
	background:none;
	border-radius:0px;
	color:#fff;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
}


.btnn input{
	width:100%;
	background:none;
	border-radius:0px;
	color:#fff;
	box-shadow:none;
	border:none;
	text-align:left;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
}

.large-basket{
	width:100%;
	background:#fe0000;
}

.large-basket a{
	color:#fff;
	padding-top:10px;
	padding-bottom:9px;
	text-align:center;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
	text-decoration:none;
}
.large-basket a:hover{
	text-decoration:underline;
}

@media (min-width:767px) and (max-width:991px){
#header-position{
	z-index:1;
	width:100%;
	background:#000;
	margin-top:0px;
	position: static !important;
}

#nav{
	margin-top:42px;
}
#formal > li > a{
	padding:10px 10px;
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size:12px;
	color:#fff;
	text-transform:uppercase;
}

#logo{
	margin:10px 0;
}		
#logo a img{
	display:block;
	margin-right:auto;
	margin-left:auto
}	

.cat-thumb-text h2{
	top:20%;
}

#about{
	margin-top:15px;
}
#about p{
	height:inherit;
	overflow:auto;
}

}

@media (min-width:0px) and (max-width:767px){
	
#header-position{
	z-index:1;
	width:100%;
	background:#000;
	margin-top:0px;
	padding-bottom:15px;
	position: static !important;
}

#logo{
	margin:10px 0;
}		
#logo a img{
	display:block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}

#formal{
	float:none !important;
}
	
.cat-thumb-text h2{
	top:20%;
	bottom:20%;
}
.cat-thumb-text h2 a{
	font-size:30px;
}
	
#highlight-products h1{
	font-size:20px;
}

#highlight-categories h1{
	font-size:20px;
}

#facebook{
	margin-top:15px;
}

#about{
	margin-top:15px;
}
#about p{
	height:inherit;
	overflow:auto;
}


}

.holder {
	font-size: 14px;
	font-family:'Raleway', sans-serif;
	padding-top:10px;
	
    text-decoration: none;
	text-align:right;
	}
.holder a {
	color: #FFF; text-decoration: underline;
	border: 1px solid #FFF;
	text-decoration: none;
	padding: 0.2em 0.5em;
	cursor:pointer; margin:2px;
	}
.holder a:hover {
border: 1px solid #FFF;
background-color: #EE0000;
color:#FFF;

}
.holder a.jp-previous { margin-right: 20px; }
.holder a.jp-next { margin-left: 20px; }
.holder a.jp-current, a.jp-current:hover { 
	border: 1px solid #FFF;
	padding: 0.3em 0.5em; 
	font-weight: bold;
	background:   #EE0000; 
	color: #FFF;

}
.holder a.jp-disabled, a.jp-disabled:hover {
	color:;
	
}
.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
	cursor: default; 
}
.holder span { margin: 0 0px;  }
/* Content -> Unordered Lists */
#itemContainer { list-style: none; padding:0; margin: 0px 0;  }
#itemContainer li { display: inline;  }

