@charset "utf-8";
/* CSS Document */
html, body {
	height: 100%;
}
body{	
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:14px;
	background:#fff;
	color:#000;
	line-height:1.4;
}
h1{
	font-size:20px;
	color:#000;
	text-align: center;
}
h2{
	font-size:14px;
}
h3{
	
}
p{
	
}
a{
	text-decoration:none;	
	outline:none !important;
	transition: all 0.5s ease;
	color: #fff;
}
a:hover{
	
}
.info2{
	display:none;
}
.clear{ clear:both; } .hide{display:none; }
.fll{ float:left; } .flr{ float:right; } 
.centre{
	text-align: center;
}
.clr3{
	clear:left;
}
.clr2{
	display:none;
}
.paging{
	margin: 30px 10px 10px;
	text-align: center;
}
.noshadow {
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
.fifty{
	width: calc(46% - 20px);
	margin: 2%;
	background: #989898;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	min-height: 100px;
}
.fifty span{
	color: #666666;
}
.half{
	width: 54%;
	margin: 20px auto;
}
#wrap {
	margin-right: auto;
	margin-left: auto;
	width: calc(100%-55px); /* Holding outermost DIV */
	max-width: 1414px;
	padding-left: 35px;
	padding-right:20px;
}
header, footer{
	background: #999;
	position: fixed;
	width: 100%;
	z-index: 2000;
}
header{
	height: 90px;
	top: 0;
	position: relative;
}
.logo{
	margin-top: 10px;
	float:left;
}
.tag{
	position: absolute;
	color: #fff;
	font-size: 26px;
	line-height: 90px;
	width: 70%;
	text-align: center;
	margin: 0 15% 0 15%;
}
nav{
	margin-top: 20px;
}
.logo img{
	height: 70px;
}
nav img{
	height: 35px;
}

.logo{
	float: left;
	margin-left: 40px;
}
nav,.share{
	margin-right: 40px;
	float: right;
}
nav a{
	margin-left: 20px;
}
.subscribe{
	float: left;
	margin-left: 40px;
	margin-top: 11px;
	
}

.copyright{
	text-align: center;
	margin-bottom: 90px;
}
.button{
	color:#fff;
	border: 3px solid #fff;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	text-align: center;
	font-size: 16px;
	padding: 6px 20px 6px 20px;
	font-weight: bold;
	background:#999;
	box-shadow:
    0 0 0 2px #999;
}
.button:hover,.button.active{
	color:#000;
	border: 3px solid #000;
}
main{
	padding-bottom: 50px;
}
#slider{
	width: calc(96% - 20px);
	margin: 2%;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 10px;
	border: 3px solid #989898;
	min-height: 230px;
	overflow: hidden;
	position: relative;
}
.cycle-slideshow{
	float: left;
	width: calc(86%);
	overflow: visible !important;
}
.cycle-slideshow a{
	display: block;
	height: 100%;
}
.cycle-slideshow img{
	display: block;
	max-width: 100%;
	margin: 20px auto;
	-webkit-box-shadow: 5px 5px 20px 10px #666;
	box-shadow: 5px 5px 20px 10px #666;
	max-height: 450px;
}
#slider span{
	float: left;
	width: 3%;
	display: block;
	margin-top: 13%;
}
#slider span img{
	width: 100%;
}
#slider span#prev{
	margin-right: 4%;
}
#slider span#next{
	float: right;
	margin-left: 4%;
}
.pager{
	text-align: center;
	
}
.pager span{
	font-size: 50px;
	width: 16px !important;
	height: 16px !important;
	display: inline-block !important;
	color: #ddd;
	cursor: pointer;
}
.pager span.cycle-pager-active{
	color:#000;
}
.review{
	
	text-align: center;
	padding: 20px;
	margin-top: 20px;
}
.review a{
	
}
.swipe {
	width: 85%;
	height: 100%;
}
.noborder{
	border: none !important;
}
.swipe img{
	max-height: calc(100% - 26px);
	max-width: 100%;
	width: auto !important;
}
.social{
	text-align: center;
	font-size: 26px;
	color: #666666;
}
.social span{
	
}
.social img{
	margin: 20px 15px 0 15px;
}
.buy{
	width: 28%;
	max-width: 460px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	padding: 1%;
	border: 3px solid #989898;
	margin: 2% 1% 0  1%;
	color:#666;
	font-size: 22px;
	float: left;
	min-height: 290px;
}

.full{
	width: 50%;
	margin: 2% auto 0 auto;
	max-width:none;
	float: none;
	padding: 3%;
}
.buy span{
	width:100%;
	display: block;
	text-align: center;
}
.buy span.price{
	width: auto;
}
.buy img{
	display: block;
	width: auto;
	-webkit-box-shadow: 5px 5px 10px 5px #666;
	box-shadow: 5px 5px 10px 5px #666;
	margin: 10px auto 20px auto;
	max-width:96%;
	height: auto;
	max-height: 190px;
}
.full img{
	width: auto;
}
.buynow, .buynows,.checkoutlink,.sold{
	display: block;
	text-align: center;
	background: #333333;
	color: #fff;
	padding: 5px 15px 5px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
}
.sold{
	background: hsla(359,89%,39%,1.00);
}
.commdiv a img{
		height: 100%;
	}
.comma{
	text-align: center;
	width: 88%;
	margin: auto;
}
.checkoutlink{
	float:right;
}
.checkout{
	margin: 0 20px 0 20px;
}
.cancel{
	display: block;
	text-align: center;
	color: #666666;
	padding: 5px 15px 5px 15px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 22px;
	border: 1px solid #666666;
}
#paintingTab{
	margin-top: 30px !important;
	font-size: 16px;
}
#paintingTab span{
	width: auto;
}
.info{
	float: left;
	width: 96%;
	border: 1px solid #989898;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	padding: 10px;
}
.ashare img{
	display: inline;
	-webkit-box-shadow: none;
	box-shadow: none !important;
	margin: 0;
}
.ashare{
	display: block;
	float: right;
	width: 35px;
}
.info p{
	font-size: 16px;
}
footer{
	height: 50px;
	bottom: 0;
	text-align: center;
	color:#fff;
	padding-top: 10px;
}
#popup,#returns{
	display: none;
	text-align: center;
}
#popup p{

}
/* FORM */
.contact-form{
	width: 80%;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
}
.contact-form form{
	margin-top: 40px;
}
.contact-form form input,.contact-form form textarea,#form1_register input,#form1_register text area{
	width: 100%;
	padding: 10px;
	background: rgba(255,255,255,0.50);
	border: 1px solid #939598;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.submit,.register{
	width: 130px !important;
	background: #666666 !important;
	border: 0;
	color:#fff;
}
.register{
	display: block;
	margin: 10px auto;
}
#form1_register,#reviews{
	max-width: 500px;
	margin: 0 auto;
}
#reviews{
	padding: 20px;
}
#form1_register fieldset{
	padding-right: 30px;
}
@media (max-width: 1000px) {
	.buy{
	min-height: 250px;
	}
}

@media (max-width: 700px) {
	
	#wrap {

	padding-left: 0px;
	padding-right:0px;
}
	header{
		height: 74px;
	}
	.logo img{
		height: 48px;
	}
	nav img{
		height: 38px
	}
	.logo,.subscribe{
		margin-left: 5px;
	}
	.subscribe .button{
	padding: 8px;
}
	nav,.share{
		margin-right: 15px;
	}
	.tag{
		display:none;
	}
	.fifty{
		font-size: 20px;
	}
	.half{
		width: calc(100% - 20px);
		margin: 10px;
	}
	.abt img{
		float:none !important;
		display: block;
		margin: 0 auto;
	}
	.buy{
		width: 43%;
		font-size: 14px;
		-webkit-border-radius: 15px;
		border-radius: 15px;
		min-height: 200px;
	}
	.clr3{
	clear:none;
}
.clr2{
	clear:left;
	display: block;
}
	.comma{
		width: 94%;
	}
	.commdiv{
		margin: 10px auto;
		width: 96%;
		max-width: none;
	}
	.buynow, .buynows,.sold{
		font-size: 16px;
		padding: 3px 10px 3px 10px;
	}
	.buy img,.cycle-slideshow img{
	-webkit-box-shadow: 3px 3px 6px 3px #666;
	box-shadow: 3px 3px 6px 3px #666;
}
	.full{
		width: 90% !important;
	}
	.noimage img{
		display: none;
	}
	.paging a{
		font-size: 10px;
	}
	.paging a.button{
		padding: 10px 10px 10px 10px;
	}
	.cycle-slideshow img{

	max-height: 200px;
}
	#slider span{

	margin-top: 20%;
}
}
