html {
	-webkit-font-smoothing: antialiased !important;
}
*{
	padding: 0px;
	margin: 0px;
}
body {
	background-color: #fffde6;
    color: #555555;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 100%;
}
a{
	color: #353535;
}
a:hover{
	text-decoration:none;
}
b, strong{
	color: #555555;
}
#header{
	background-image: url("../images/bg-top.jpg");
    background-repeat: repeat-x;
    height:auto;
    width: 100%;
}
.header-top {
    padding-top: 30px;
}
.website-header{
	background: url("../images/red-bg.png");
	background-repeat: repeat-y;
	display: block;
    max-width: 100%;
    height: auto;
    background-size: 100%;
}
.website-header-red-bg{
	background: url("../images/red-bg.png");
	background-repeat: repeat-y;
	height: 100px;
	display: block;
    max-width: 100%;
}
.main-logo{
	padding-bottom: 32px;
	padding-left: 45px;
    padding-top: 5px;
    margin-left:2px;
}
.header-right{
	color:#FFFFFF;
	margin-bottom: 10px;
	padding-right:55px;
}
.header-right .text{
    font-size: 16px;
    margin-bottom: 9px;
    letter-spacing: -0.025em
}
.header-right .email{
    font-size: 16px; 
    margin-bottom: 20px;
}
.header-right .email a{
	color:#FFFFFF;
}
#artist{
	white-space:nowrap;
}
.form-search{
	display: inline-block;
}
.form-search .search-input{
    height: 25px;
    background-color:#FFFFFF;
    background-repeat: no-repeat;
    background-position: 1.5%;
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #666666;
    width: 179px;
    margin-right:5px;
    display:inline-block;
    float:left;
}
#search_image{
	background-image: url("../images/search-button.jpg");
    background-repeat: no-repeat;
    height: 25px;
    width:55px;
    border:none;
    display:inline-block;
}


.navigation{
	background-image: url("../images/menu-bg.jpg");
    background-repeat: repeat-x;
    height: 33px;
    margin-left: 0.6%;
    width:98.2%;
}
.navbar-nobgcolor{
	background-color: transparent;
    border: none;
    margin-bottom: 10px;
    min-height: 30px;
    /*padding-left: 2px;*/
    text-align: center;
    margin-bottom:0px;
}
.navbar-collapse-custom {
    padding-left: 20px !important;
}

.nav-item-custom {
	background-image: url("../images/menu-seperator.jpg");
    background-repeat: no-repeat;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    line-height: 33px;
    list-style-type: none;
    white-space: nowrap;
}
.nav > li > .nav-text-link{
	color: #FFFFFF;
    font-size: 14px;
    line-height: 31px;
    display: inline\0/;
    padding: 0 28.2px;
    text-decoration: none;
	padding:0 20px\9\0;/*Only works in IE9*/
}
.navbar-default .navbar-nav > li > a{
	color: #FFFFFF;
    font-size: 15px;
}
.navbar-collapse-custom{
	padding-left: 30px;
    padding-right: 0px;
}
#basket-icon{
	margin-left:22%;
	margin-right:7%;
}
#basket-icon, #checkout-icon{
	line-height: 28px;
}

.website-border{
	background: url("../images/background-stripe.png");
	background-repeat: repeat-y;
	height: 100px;
	display: block;
    max-width: 100%;
    height: auto;
    background-size: 100%;
	margin-left: -1px;

}
.pixel16{
	height: 16px;
	max-width: 100%;
	/*margin: 0 8px;
    max-width: 98%;
	background-color: #fffde6;*/
}

.slider-container{
	border: 1px solid #CCCCCC;
	margin: 0% 1.5% 5.2% 1.7%;
    width: 96%;
}
.carousel-pagination{
	/*bottom: -7%;
	text-align: right;
    width: 71.1%;
    margin-bottom: 0px;*/
    
   /* text-align: right;
    width: 90.5%;*/
   margin-left:0px !important;
    margin-right:0px !important;
    margin-top:3% !important;

   width:unset !important;
}
.carousel-indicators{
	bottom: 0;
    margin-right: 0;
    right: 10%;
    top: 100%;
    left: unset !important;
    width:unset !important;
    z-index:9999;
}
.carousel-pagination li{
	background-image: url("../images/dot.png");
    background-repeat: no-repeat;
    height:8px;
    width:8px;
    margin-right:8px;
}
.carousel-pagination .active{
	background-image: url("../images/dot-hover.png");
    background-repeat: no-repeat;
    height:9px;
    width:8px;
    margin-right:8px;
}
.carousel-indicators li {
	background-color: none;
	border: none;
    border-radius: none;
}
.left.carousel-control, .right.carousel-control{
	filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.carousel-control.left, .carousel-control.right{
	background: none !important;
}
.carousel-control{
	width:50%;
	/*z-index: 100 !important;*/
	opacity: unset !important;
}
.glyphicon-chevron-left {
    top: 96% !important;
    display: inline-block;
	background-image: url("../images/prev_arrow.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    margin-top:0px !important;
    left: 100% !important;
    margin-left: 55.6% !important;
    height: 27px;
    width: 27px;
    z-index:9999 !important;
}
.glyphicon-chevron-right{
    top: 96% !important;
    display: inline-block;
	background-image: url("../images/next_arrow.png");
    background-repeat: no-repeat;
    -webkit-font-smoothing: antialiased;
    margin-top:0px !important;
    right: 20.4% !important;
    height: 27px;
    width: 27px;
    z-index:9999 !important;
}
.glyphicon-chevron-left::before, .glyphicon-chevron-right::before, .glyphicon-play::before, .glyphicon-pause::before,.glyphicon-chevron-left:before, .glyphicon-chevron-right:before{
	content:initial !important;
}
#playButton{
	background-color: transparent;
	background-image: url("../images/play.png");
    background-repeat: no-repeat;
    border:none;
    height: 27px;
    width:27px;
}
#pauseButton{
	background-color: transparent;
	background-image: url("../images/pause.png");
    background-repeat: no-repeat;
    border:none;
    height: 27px;
    width:27px;
    padding: 0px !important;
    line-height: 0px !important;
}
#carouselButtons{
    position: absolute;
    right:5%;
    bottom: 0.4%;
    z-index: 1000 !important;
    width:27px;
}
#playButton{display:none;}


.main-container{
	padding: 0 2.2% 1% 1.7%;
}
.main-container h1{
	color: #666666;
    font: bold 20px Arial,Verdana,Helvetica,Georgia,sans-serif;
    margin-top: 25px;
    margin-bottom: 24px;
    padding: 0 4px;
}
.main-container h2{
	color: #666666;
    font: bold 18px Arial,Verdana;
    margin-top: 25px;
    margin-bottom: 24px;
    padding: 0 4px;
}
.home-page{
	padding: 0 2.2% 1% 1.7% !important;
}
.home-page h1{
	margin-top: -25px;
}
.main-container p{
    font-size: 15px;
    line-height: 26px; 
    margin-bottom:17px; 
    padding: 0 4px;
}
.seperator-line{
	background-color: #757575;
	height:1px;
	margin: 12px 0px;
	width:100%;
}
.readmore, .readmore:hover{
	color: #AD060D;
	text-decoration:underline;
}

.galleries-tab .img-responsive{
	display:block;
}
.galleries-tab .img-non-responsive{
	display: none;
}
.galleries-tab{	
	margin-left:3px;
	margin-bottom:20px;
	width: 98.9%;
}
.galleries-tab .title{
	color: #ffffff;
    font-size: 17px;
    padding-top: 0.5%;
    position: absolute;
    text-align: center;
    width: 18%;
}
.home-gallery img{
	margin-left:1.3%;
	margin-bottom: 9px;
}
.gal-cat-title{
	font-size:15px;
	text-align:center;
	margin-bottom: 29px;
}

.links-container{
	background-image: url("../images/links-bg.jpg");
    height: auto;
    margin-left: 0.75%;
    width: 98%;
}
.site-pages-links, .buying-links{
	padding-right:0;
}
.links-title {
    color: #686868;
    font-size: 18px;
    line-height: 16px;
    margin-bottom: 24px;
}
.pages-links {
    padding-left: 25px;
    margin-left: 7px;
}
.site-links {
	padding-left: 15px;
    margin-bottom: 35px;
    margin-top: 24px;
}
.site-links ul {
    font-size: 13px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.site-links li {
    font-size: 14px;
    line-height: 17px;
    list-style-type: none;
}
.site-links li a {
    color: #686868;
    text-decoration: none;
}
.site-links {
    border-left: 1px solid #686868;  
    min-height: 108px;
    height: auto;
}
.newsletter-links{
	border-right: 1px solid #686868;  
    height: 108px;
    margin-right: 6px;
    padding-right:15px;
}
.email-subscribe{
	border: 1px solid #757575;
    color: #343259;
    height: 25px;
    margin-bottom: 12px;
    padding: 6px;
}
#NewsLetter {
    color: #cc0000;
    font-size: 11px;
}
.secure-checkout-links{
	width: 42%;
}
.special-offers-links{
	width: 58%;
}
.special-offers-links .links-title{
	text-align:center;
}
.subscribe-button{
	text-align:center;
}

.info-container{
	background-color: #AA0000;
	border: 1px solid #666666;
	border-top: 1px solid #CBA7A7;
	height:auto;
    margin-left: 0.6%;
    width: 98.2%;
}
.information {
    border-right: 1px solid #FFFFFF; 
    margin-top:10px;
	margin-bottom: 18px;
	min-height:132px;
}
.example-prices{
	width: 29%;
}
.pay-securely{
	width: 21%;
}
.eprices{
	margin-left: 20px;
}
.info-title {
    color: #FFFFFF;
    font-size: 18px;
    margin-bottom: 15px;
}
.info-text {
    color: #FFFFFF;
    font-size: 14px;
    letter-spacing: -0.03em;
}
.info-text a{
	color: #FFFFFF;
}
.info-textline2 {
    margin-top: 2px;
    margin-bottom:16px;
}
.contact-text{
	margin-bottom:20px;
}
.payment{
	border-right: none;
}
.paypal{
	margin-top:25px;
}
.footer-info {
    font-size: 12px;
    margin-left: 3.2%;
    padding-bottom: 30px;
    padding-top: 17px;
}
.footer-info-right {
    margin-left: 0 !important;
    margin-right: 13%;
}
.designed-by a {
    color: #555555;    
}
.designed-by a:hover{
	text-decoration: underline;
}
#footer{
	background-image: url("../images/bg-bottom.jpg");
    background-repeat: repeat-x;
    height:auto;
    width: 100%;
	background-position:center bottom;
}
.page-image{
	padding-left:10px;
	padding-bottom: 20px;
}
.asterisk {
    color: #ff0000;
    vertical-align: top;
    width:10px;
}
.page-text a{
	color: #ff1a1a;
	text-decoration:underline;
}
.page-text a:hover{
	color: #555555;
	text-decoration:none;
}

/*Contact*/
.btn-success, .btn-success:hover{
	background-color: #AA0000;
	border-color: #cccccc;
}
.btn-success{
	background-color: #AA0000 !important;
	border-color: #cccccc !important;
}
.form-submit{
	margin-bottom:20px;
}



/*Login/Register*/
select{
    border: 1px solid #666666;
    border-radius: 3px;
    height: 25px;
    padding-left: 3px;
    padding-top:2px;
    width: 97%;
}
.text-input{
	width:99%;
}
.customer-input{
	margin-bottom:8px;
	font-size: 13px;
}
.last-input{
	margin-bottom:18px;
}
.customer-input input{
	border: 1px solid #666666;
    border-radius: 3px;
    padding-left: 6px;
    height: 25px;
    box-shadow: none;
    width: 97%;
}
.customer-input #captchaimg{
	float:left;
}
.customer-input #captcha_code{
	width: 70%;
	float:left;
	background-color: #FFFFFF;
	margin-left:4px;
}
.customer-submit{
	margin-bottom:20px;
	height:26px;
}
#showdel{
	width: 2%;
	height:auto;
	margin: 0 5px 0 0;
}
/*.signUpBtn {
	background-image: url('../images/sign-in.png');
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    float: left;
    height: 26px;
    width: 80px;
}*/
/*.submitBtn {
	background-image: url('../images/sign-up.png');
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 80px;
    font-size: 13px;
}*/
.errorDisplay{
    color: red;
    float: left;
    font-size: 13px;
    height: 20px;
    margin-top: 0px;
    width: 100%;
}
.regErrorClass, .errorClass {
    color: #FF0000;
    height:15px;
}
#userForgotPassContainer {
    display: none;
    height: auto;
    width: 100%;
}
.forgotTopTxt{
	color: #666666;
    font-size: 13px;
    font-weight: bold;
    margin-bottom:5px;
}
/*.pasSubmitBtn {
	background-image: url("../images/submit.png");
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    height: 26px;
    width: 80px;
}*/
.forgotLink, .forgotLink a, .backLoginBtn, .backLoginBtn a{
	color: #666666;
    font-size: 14px;
    font-weight: bold;
}
.forgotLink a:hover{
	color: #666666;
}
.ThankContent{
	display: none;
	background-color:#AA0000;
	color:#FFFFFF; 
	float: left;
	padding: 5px 0px;
	margin:15px 0px;
	text-align: center;
	width:94%;
}
.sign-ups{
	font-size:15px;
	width: 99.2%;
}
.reg-info p {
	font-size: 14px;
}
.upadte-message{
	
}
.payment-btn{
	margin-top:10px;
}

/***Cart styles***/
.cart-table th, .cart-table td {
    text-align:center;
    vertical-align: middle !important;
}
.cart_item, .checkout_item, .order_item{
	font-size:14px;
}
.cart-heading, .table-heading{
	background: none repeat scroll 0 0 #e2e2e2;
}
.table-heading{
	font-size:13px;
}
.product-name, .product-name a{
	font-size:13px;
	font-weight:bold;
}
.size{
	float:left;
	margin-top: 3px !important;
}
.size-display{
	font-size:11px;
	font-weight:normal;
}
.product-remove a, .voucher-remove a {
    color: #050636;
    padding: 0px 5px;  
    font-weight:bold;  
}
td.product-remove a:hover, td.voucher-remove a:hover {
    background: none repeat scroll 0 0 red;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0px 5px;
    font-weight:bold;   
}
.input-text{
	border: 1px solid #ddd;
    padding: 9px 6px;
}
.amount, .cart-subtotal, .order-total, .cart-delivery, .grand-total{
    font-size: 14px;
}
.cart-button {
    background: #e2e2e2 none repeat scroll 0 0;
    border: medium none;
    border-radius: 6px;
    color: #000;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 10px;
    text-transform: uppercase;
}
.cart_actions .no-border{
	border: none;
}
.cart_actions .cart-coupon{
	text-align: center;
}
.grand-total{
	background: none repeat scroll 0 0 #F1F2F4;
}
.checkout-message p{
	font-size:13px;
}
.customer-input .checkout-input, .customer-input .login-input{
	width:70%
} 
.checkout-text{
	display: inline-block;
    width: 20%;
} 
.checkout-inputs{
	margin-bottom:20px;
}
.checkout-inputs select{
	width: 70%;
}
.cart-table .cart-text-left{
	text-align:left;
}
.paypal-check{
	margin-bottom:30px;
	margin-top:10px;
}


/*Galleries*/
.image-wrapper{
    border: 1px solid #ebebe9;
    box-shadow: 0 0 5px #acacac;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
}
.prod-thumbnail{
    margin: 10px 0;
    /*max-height: 205px;*/
   max-height: 307px;
}
.prod-price{
    padding: 10px 2px 10px 0;
    margin: 0 8px;
    font-size: 15px;
    font-weight:bold;
    border-bottom: 1px solid #ccc;
    text-align: right;
}
.image-wrapper h3{
	line-height: 18px;
	padding-left:10px;
	padding-right:10px;
	text-align: left;
	min-height: 38px;
}
.image-wrapper h3 a{
    font-size: 14px;
    font-weight: bold;
}
.add-to-cart{
	padding-left:10px;
	text-align: left;
	margin-bottom: 10px;
}
.imagearea{
	min-height:205px;
}
.imagearea .img-responsive{
	margin: 0 auto;
}
.overlay {
	position: absolute;
	visibility: visible;
	z-index: 999;
}
.paypal-icon{
	text-align: right;
}
.form-control{
	background-color: #fffde6;
}
.contactThankContent{
	display:none;
	border: 1px solid green;
	border-radius: 4px;
	color: green;
	font-size: 14px;
	padding: 6px 12px;
}
.contactErrContent{
	padding: 6px 0; 
	font-size: 14px;
	color:red;
}

@media (max-width: 1199px) and (min-width: 992px){
	.nav > li > .nav-text-link{
		padding: 0 15px;
	}
	.galleries-tab{
    	width: 98.7%;
    }   
}

@media (max-width: 991px) {
	#search_image{
		background-image: none;
		display: none;
	}
	.form-search .search-input{
    	background-image: url("../images/search-icon.png");
    	background-repeat: no-repeat;
    }
    .nav > li > .nav-text-link{
		padding: 0 4px;
	}
    .nav-item-custom{
    	background:none;
    }
    #basket-icon{
		margin:0px;
	}
	.galleries-tab .title{
    	padding-top: 0.2%;
    }
    .galleries-tab{
    	width: 98.7%;
    }
    .information{
    	text-align:center;
    }
    .example-prices, .pay-securely{
    	width:25%;
    }
    .paypal img, .official-image img{
    	display: inline;
    }
    .eprices{
		margin-left:7px;
		padding-right:7px;
	}
	.paypal{
		margin-right: 15px;
	}
	.home-page h1{
		margin-top:10px;
	}
	

	
	.glyphicon-chevron-right, .glyphicon-chevron-left{
    	top: 95.5% !important;
    }
	#carouselButtons{
		bottom: -0.5%;
	}
	
	.form-search .search-input{
    	padding-left: 17px;
    }

}

@media (max-width: 768px) {
	.navbar-collapse{	
		border:none;
		box-shadow: none;
	}
	.main-logo {		
	    padding: 0 10px;
	    margin: 0 0 10px;
	    text-align: center;
	}
	.main-logo .img-responsive{
		display: inherit;
	}
	.header-right{
		padding: 0;
		text-align: center;
	}
	.navbar-button-toggle{
	    margin-top: 2px;
	}
	.navbar-toggle{
		padding: 6px;
	}
	.navbar-collapse-custom{
		padding-left: 0px;
	}
	.nav{
		margin: 0px;
	}
	.basket-checkout-icons{
		text-align: center;
	}
	#basket-icon, #checkout-icon{
		margin: 0px 10px;
	}
	.home-gallery{
		text-align:center;
	}
	.home-gallery img{
		display:inline;
	}
	.example-prices, .pay-securely{
    	width:100%;
    }
    .information{
    	border:none;
    }
    .dotted-border{
		display: block;
		border-bottom: 1px dotted #fff;
		width:90%;
		margin-left:5%;
	}	
	.site-links {
	    min-height: 125px;
	}
	.basket-checkout-icons{
		margin-bottom:5px;
	}
	#carouselButtons{
		bottom: -1%;
	}
	.glyphicon-chevron-right{
		right: 22.5% !important;
	}
	.carousel-indicators{
		right: 11.5%;
	}
}

@media (max-width: 670px) {
	.galleries-tab{
    	width: 98.6%;
    }
    .galleries-tab .title{
    	font-size:14px;
    	padding-top: 0%;
    }
    .information{
    	border:none;
    }
    .example-prices, .pay-securely{
    	width:100%;
    }
    .dotted-border{
		display: block;
		border-bottom: 1px dotted #fff;
		width:90%;
		margin-left:5%;
	}
	.home-gallery img{
		padding-right:5px;
	}
	.email-subscribe{
		font-size:11px;
	}
	#carouselButtons{
		bottom: -1.5%;
	}
	.carousel-indicators{
		right: 13.5%;
	}
	/*.glyphicon-chevron-right{
		right: 25% !important;
	}*/
	
	.glyphicon-chevron-right, .glyphicon-chevron-left, #pauseButton{
		display:none !important;
	}
	.carousel-indicators {
	    right: 0% !important;
	}
}

@media (max-width: 545px) {
	#carouselButtons{
		bottom: -2.5%;
	}
}

@media (max-width: 500px) {
	.carousel-indicators{
		right: 18.5%;
	}
	/*.glyphicon-chevron-right{
		right: 32% !important;
	}*/
	#carouselButtons{
		bottom: -3.2%;
	}
}
@media (max-width: 400px) {
	#carouselButtons{
		display:none;
	}
	/*.glyphicon-chevron-right{
		right: 22% !important;
	}*/
	.carousel-indicators {
	    right: 14%;
	}
}

/* Zebra striping */
.cart_item:nth-of-type(even), .checkout_item:nth-of-type(even), .order_item:nth-of-type(even) { 
	background: #f9f9f9; 
}

/* 
	Generic Styling, for Desktops/Laptops 
	*/
	table { 
		width: 100%; 
		border-collapse: collapse; 
	}

/*
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	/* (min-device-width: 667px) and (max-device-width: 1024px)  {*/
	@media
	only screen and (max-width: 667px),
	(min-device-width: 320px) and (max-device-width: 667px)  {

		/* Force table to not be like tables anymore */
		table, thead, tbody, th, td, tr {
			display: block;
		}

		/* Hide table headers (but not display: none;, for accessibility) */
		thead tr {
			position: absolute;
			top: -9999px;
			left: -9999px;
		}

		/*tr { border: 1px solid #ccc; }*/

		.cart_item td, .checkout_item td, .order_item td {
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #eee;
			position: relative;
			padding-left: 23% !important;
		}

		td:before {
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			/*width: 45%;*/
			padding-right: 10px;
			white-space: nowrap;
		}
		
		.voucher_item .voucher-remove{
			width:none;
		}

		/*
		Cart Design
		*/
		.cart_item>td:nth-of-type(1):before { content: "Image"; }
		.cart_item>td:nth-of-type(2):before { content: "Product"; }
		.cart_item>td:nth-of-type(3):before { content: "Price"; }
		.cart_item>td:nth-of-type(4):before { content: "Quantity"; }
		.cart_item>td:nth-of-type(5):before { content: "Total"; }
		.cart_item>td:nth-of-type(6):before { content: "Remove"; }
		
		.checkout_item>td:nth-of-type(1):before { content: "Product"; }
		.checkout_item>td:nth-of-type(2):before { content: "Price"; }
		.checkout_item>td:nth-of-type(3):before { content: "Quantity"; }
		.checkout_item>td:nth-of-type(4):before { content: "Total"; }
				
		.order_item>td:nth-of-type(1):before { content: "View"; }
		.order_item>td:nth-of-type(2):before { content: "Order"; }
		.order_item>td:nth-of-type(3):before { content: "Date"; }
		.order_item>td:nth-of-type(4):before { content: "Order Total"; }
		.order_item>td:nth-of-type(5):before { content: "Status"; }
		
		/*.voucher_item>td:nth-of-type(1):before { content: "Product"; }
		.voucher_item>td:nth-of-type(2):before { content: "Total"; }
		.voucher_item>td:nth-of-type(3):before { content: "Remove"; }*/

	}