@font-face {
    font-family: 'gothic';
    src: url('fonts/gothic.eot');
    src: url('fonts/gothic.eot') format('embedded-opentype'),
         url('fonts/gothic.woff2') format('woff2'),
         url('fonts/gothic.woff') format('woff'),
         url('fonts/gothic.ttf') format('truetype'),
         url('fonts/gothic.svg#gothic') format('svg');
}

@font-face {
    font-family: 'gothicb';
/*    src: local('Century Gothic Bold');*/
    src: url('fonts/gothicb.eot');
    src: url('fonts/gothicb.eot') format('embedded-opentype'),
         url('fonts/gothicb.woff2') format('woff2'),
         url('fonts/gothicb.woff') format('woff'),
         url('fonts/gothicb.ttf') format('truetype'),
         url('fonts/gothicb.svg#gothicb') format('svg');
}

@font-face {
    font-family: 'gothici';
    src: url('fonts/gothici.eot');
    src: url('fonts/gothici.eot') format('embedded-opentype'),
         url('fonts/gothici.woff2') format('woff2'),
         url('fonts/gothici.woff') format('woff'),
         url('fonts/gothici.ttf') format('truetype'),
         url('fonts/gothici.svg#gothici') format('svg');
}

@font-face {
    font-family: 'gothicbi';
    src: url('fonts/gothicbi.eot');
    src: url('fonts/gothicbi.eot') format('embedded-opentype'),
         url('fonts/gothicbi.woff2') format('woff2'),
         url('fonts/gothicbi.woff') format('woff'),
         url('fonts/gothicbi.ttf') format('truetype'),
         url('fonts/gothicbi.svg#gothicbi') format('svg');
}

@font-face {
    font-family: 'lovelo';
    src: url('fonts/lovelo.eot');
    src: url('fonts/lovelo.eot') format('embedded-opentype'),
         url('fonts/lovelo.woff2') format('woff2'),
         url('fonts/lovelo.woff') format('woff'),
         url('fonts/lovelo.ttf') format('truetype'),
         url('fonts/lovelo.svg#lovelo') format('svg');
}

html, body
{
	padding: 0px;
	margin: 0px;
	font-family: gothic;
	font-size: 15px;
	height: 100%;
	min-width: 400px;
	-webkit-text-size-adjust: none;
}

img
{
	border:0;
}

h1
{
	margin: 0px;
	width: 50%;
	background-color: #83786d;
	color: #FFF;
	font-size: 25px;
	padding: 3px 20px;
	font-weight: 100;
}

h3
{
	color: #83786D;
	font-size: 20px;
	font-family: gothicb;
	font-weight: 400;
}

.pagewrapper
{
	min-height: 100%;
	position: relative;
	background: url("/img/fabric.jpg");
}

.headerwrapper
{
	width:100%;
	background-color: #FFF;
	border-bottom: 6px solid #DCDCDC;
}

.header
{
	max-width: 1200px;
	margin: 0px auto;
	min-height: 110px;
}

.logo
{
	width: 300px;
	height: auto;
	margin-top: 10px;
	margin-right: 50px;
	float: left;
	animation: logoanim;
	animation-duration: 2.5s;
	animation-fill-mode: forwards;
	-webkit-animation: logoanim;
	-webkit-animation-duration: 2.5s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes logoanim
{
    0%
    {
    	transform: scale(0.1);
    	margin-left: -2000px;
    }
    50%
    {
    	transform: scale(0.1);
    	margin-left: -1000px;
    }
    100%
    {
    	transform: scale(1);
    	margin-left: 0px;
    }
}

@-webkit-keyframes logoanim
{
    0%
    {
    	-webkit-transform: scale(0.1);
    	margin-left: -2000px;
    }
    50%
    {
    	-webkit-transform: scale(0.2);
    	margin-left: -1000px;
    }
    100%
    {
    	-webkit-transform: scale(1);
    	margin-left: 0px;
    }
}

.topmenu
{
	min-width: 350px;
	float: left;
	margin-top: 45px;
	text-align: center;
	animation-name: menuanim;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: menuanim;
	-webkit-animation-duration: 1.5s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes menuanim
{
    0%
    {
    	margin-left: -2000px;
    }
    100%
    {
    	margin-left: 0px;
    }
}

@-webkit-keyframes menuanim
{
    0%
    {
    	margin-left: -2000px;
    }
    100%
    {
    	margin-left: 0px;
    }
}

.topmenu a
{
	font-family: lovelo;
	color: #000;
	text-decoration: none;
	margin: 0px 20px;
	font-size: 25px;
}

.topmenu a:hover
{
	color: #676767;
}

.tmlogged
{
	min-width: 550px !important;
}

.headloginwrapper
{
	width: 400px;
	float: right;
	margin-top: 45px;
/*	animation-name: hloginanim;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-name: hloginanim;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;*/
}

@keyframes hloginanim
{
    0%
    {
    	transform: scale(0.1);
    }
    100%
    {
    	transform: scale(1);
    }
}

@-webkit-keyframes hloginanim
{
    0%
    {
    	-webkit-transform: scale(0.1);
    }
    100%
    {
    	-webkit-transform: scale(1);
    }
}

.headlogin
{
	width: 400px;
	margin: 0px auto;
}

.hlogininput
{
	width: 115px;
	border: 0;
	background-color: #676767;
	color: #FFF;
	padding: 5px;
	font-family: gothic;
	text-transform: uppercase;
	height: 27px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.hlogininput::-webkit-input-placeholder
{
	color: #FFF;
	opacity: 1;
}
.hlogininput::-moz-placeholder
{
	color: #FFF;
	opacity: 1;
}
.hlogininput:-moz-placeholder
{
	color: #FFF;
	opacity: 1;
}
.hlogininput:-ms-input-placeholder
{
	color: #FFF;
	opacity: 1;
}

.hlogininput:focus::-webkit-input-placeholder
{
	line-height: 200px; 
}
.hlogininput:focus::-moz-placeholder
{
	line-height: 200px;
}
.hlogininput:focus:-moz-placeholder
{
	line-height: 200px;
}
.hlogininput:focus:-ms-input-placeholder
{
	line-height: 200px;
}

.hloginbtn
{
	background-color: #000;
	color: #FFF;
	font-family: lovelo;
	position: relative;
	cursor: pointer;
	float: right;
	width: 62px;
	text-align: center;
	height: 27px;
	line-height: 27px;
	font-size: 15px;
}

.hloginbtn:hover
{
	background-color: #FFF;
	color: #000;	
}

.mobhloginbtn
{
	background-color: #000;
	color: #FFF;
	font-family: lovelo;
	position: relative;
	cursor: pointer;
	float: right;
	width: 62px;
	text-align: center;
	height: 20px;
	font-size: 15px;
	padding-top: 7px;
}

.bottommenu
{
	text-align: center;
}

.bottommenu
{
	font-family: gothicb;
	font-weight: 400;
}

.footer
{
	min-height: 90px;
	position: absolute;
	bottom: 0px;
	width: 100%;
	background-color: #FFF;
	border-top: 6px solid #dcdcdc;
	padding-top: 20px;
}

.bottommenu a
{
	padding: 0px 10px 0px 7px;
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.bottommenu a:hover
{
	color: #676767;
}

.sep
{
	border-right: 3px solid #000;
}

.content
{
	padding-bottom: 150px;
}

.copyright
{
	text-align: center;
	font-size: 16px;
}

.sliderwrapper
{
	border: 10px solid #FFF;
	min-height: 700px;
	margin-top: -7px;
	position: relative;
}

.slide
{
	min-height: 700px;
	width: 100%;
	position: relative;
	background-position: top center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.homeauthordiv
{
	background: rgba(255,255,255,0.9);
	position: absolute;
	bottom: -1px;
	width: 100%;
	min-height: 80px;
}

.featuredcntnt
{
	text-align: center;
	font-size: 17px;
	margin-top: 27px;
}

.homeauthorname
{
	font-size: 22px;
}

.homefeaturedlink
{
	color: #000;
	font-size: 22px;
	font-family: gothicb;
	font-weight: 400;
}

.homefeaturedlink:hover
{
	color:#676767;
}

.hometablediv
{
	position: absolute;
	top: 0px;
	left: 0px;
	width:100%;
}

.hometable
{
	width: 100%;
	height: 620px;
	border-collapse: collapse;
}

.arrows
{
	width: 75px;
}

.slarrow
{
	fill: #000;
	height: 75px;
	width: auto;
	cursor: pointer;
}

.slarrow polygon:hover
{
	fill: #FFF;
}

.rotate
{
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.circlewrapper
{
	min-height: 510px;
	max-width: 820px;
	vertical-align: middle;
	margin: 0px auto;
	padding-top: 110px;
}

.leftcircle
{
	height: 400px;
	width: 400px;
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
	border-radius: 200px;
	display: inline-block;
	margin: 0px 5px 0px 0px;
	position: relative;
	animation-name: cgalleryanim;
	animation-duration: 4s;
	animation-fill-mode: forwards;
	-webkit-animation-name: cgalleryanim;
	-webkit-animation-duration: 4s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes cgalleryanim
{
    0%
    {
    	transform: scale(0) rotate(180deg);
    }
    75%
    {
    	transform: scale(0) rotate(180deg);
    }
    100%
    {
    	transform: scale(1) rotate(0deg);
    }
}

@-webkit-keyframes cgalleryanim
{
    0%
    {
    	-webkit-transform: scale(0) rotate(180deg);
    }
    75%
    {
    	-webkit-transform: scale(0) rotate(180deg);
    }
    100%
    {
    	-webkit-transform: scale(1) rotate(0deg);
    }
}

.rightcircle
{
	height: 400px;
	width: 400px;
	border-radius: 200px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	display: inline-block;
	margin: 0px 0px 0px 5px;
	position: relative;
	animation-name: signupanim;
	animation-duration: 5s;
	animation-fill-mode: forwards;
	-webkit-animation-name: cgalleryanim;
	-webkit-animation-duration: 5s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes signupanim
{
    0%
    {
    	transform: scale(0) rotate(-180deg);
    }
    80%
    {
    	transform: scale(0) rotate(-180deg);
    }
    100%
    {
    	transform: scale(1) rotate(0deg);
    }
}

@-webkit-keyframes signupanim
{
    0%
    {
    	-webkit-transform: scale(0) rotate(-180deg);
    }
    80%
    {
    	-webkit-transform: scale(0) rotate(-180deg);
    }
    100%
    {
    	-webkit-transform: scale(1) rotate(0deg);
    }
}

.rightcirclestatic
{
	height: 400px;
	width: 400px;
	border-radius: 200px;
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0% 0%;
	display: inline-block;
	margin: 0px 0px 0px 5px;
	position: relative;
}

.qsignuperror
{
	animation-name: signuperror;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-name: signuperror;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes signuperror
{
    0%
    {
    	background: rgba(256, 0, 0, 0.7);
    }
    100%
    {
    	background: rgba(0, 0, 0, 0.7);
    }
}

@-webkit-keyframes signuperror
{
    0%
    {
    	background: rgba(256, 0, 0, 0.7);
    }
    100%
    {
    	background: rgba(0, 0, 0, 0.7);
    }
}

.qsignupsuccess
{
	animation-name: signupsuccess;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-name: signupsuccess;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes signupsuccess
{
    0%
    {
    	background: rgba(0, 256, 0, 0.7);
    }
    100%
    {
    	background: rgba(0, 0, 0, 0.7);
    }
}

@-webkit-keyframes signupsuccess
{
    0%
    {
    	background: rgba(0, 256, 0, 0.7);
    }
    100%
    {
    	background: rgba(0, 0, 0, 0.7);
    }
}

.circlegallerybtn
{
	background-color: #000;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	position: absolute;
	left: 150px;
	top: -50px;
	color: #FFF;
	font-family: gothicb;
	font-weight: 400;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	z-index: 10;
	behavior: url("fonts/PIE.htc");
}

.circlegallerybtn:hover
{
	background-color: #FFF;
	color:#000;
}

.circlesignupbtn
{
	background-color: #FFF;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	position: absolute;
	left: 150px;
	bottom: -50px;
	color: #000;
	font-family: lovelo;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	font-size: 20px;
}

.circlesignupbtn:hover
{
	background-color: #000;
	color:#FFF;
}

.signupbtnanimation
{
	animation-name: submitsignup;
	animation-duration: 10s;
	animation-fill-mode: forwards;
	-webkit-animation-name: submitsignup;
	-webkit-animation-duration: 10s;
	-webkit-animation-fill-mode: forwards;
}

@keyframes submitsignup
{
    0%
    {
    	transform: scale(1);
    }
    100%
    {
    	transform: scale(0);
    }
}

@-webkit-keyframes submitsignup
{
    0%
    {
    	-webkit-transform: scale(1);
    }
    100%
    {
    	-webkit-transform: scale(0);
    }
}

.circletxt
{
	font-size: 20px;
	position: absolute;
	width: 400px;
	text-align: center;
	top: 65px;
}

.circletitle
{
	font-size: 50px;
	position: absolute;
	width: 400px;
	text-align: center;
	opacity: 0.3;
	font-family: lovelo;
	line-height: 400px;
	margin: 0px;
	z-index: 1;
}

.circleformtitle
{
	font-size: 25px;
	position: absolute;
	width: 400px;
	text-align: center;
	top: 65px;
	font-family: lovelo;
	color: #FFF;
}

.signupinput
{
	position: absolute;
	top: 150px;
}

.qsignupinput
{
	width: 200px;
	border: 0px none;
	background-color: #FFF;
	color: #000;
	padding: 5px;
	font-family: gothic;
	text-transform: uppercase;
	height: 27px;
	margin: 5px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
	-webkit-appearance: none;
	-webkit-border-radius:0px;
}

.qsignupagreement
{
	width: 200px;
	display: block;
	margin: 0px 0px 0px 100px;
	color: #FFF;
	font-size: 14px;
}

.wiggleerrortext
{
	animation-name: wiggleerror;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	-webkit-animation-name: wiggleerror;
	-webkit-animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
}

@keyframes wiggleerror
{
	0%
	{
		margin: 0px 0px 0px 100px;
	}
	2%
	{
		margin: 0px 0px 0px 90px;
	}
	6%
	{
		margin: 0px 0px 0px 120px;
	}
	10%
	{
		margin: 0px 0px 0px 90px;
	}
	14%
	{
		margin: 0px 0px 0px 120px;
	}
	18%
	{
		margin: 0px 0px 0px 100px;
	}
	100%
	{
		margin: 0px 0px 0px 100px;
	}
}

@-webkit-keyframes wiggleerror
{
	0%
	{
		margin: 0px 0px 0px 100px;
	}
	2%
	{
		margin: 0px 0px 0px 90px;
	}
	6%
	{
		margin: 0px 0px 0px 120px;
	}
	10%
	{
		margin: 0px 0px 0px 90px;
	}
	14%
	{
		margin: 0px 0px 0px 120px;
	}
	18%
	{
		margin: 0px 0px 0px 100px;
	}
	100%
	{
		margin: 0px 0px 0px 100px;
	}
}

.noselect
{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.signupsuccesstxt
{
	color: #FFF;
	width: 300px;
	position: absolute;
	top: 150px;
	left: 50px;
}

.logostamp
{
	display: block;
	margin: 100px auto 30px;
	width: 150px;
	height: auto;
}

.hcontentpanel
{
	background-color: #ded8c7;
	padding: 30px;
	max-width: 1040px;
	margin: 0px auto;
}

.contentpanel
{
	background-color: #ded8c7;
	padding: 30px;
	max-width: 1040px;
	margin: 50px auto;
}

.homeparagraph
{
	font-size: 18px;
}

.bold
{
	font-family: gothicb;
	font-weight: 400;
}

.loggedin
{
	width: 300px;
	float: right;
	margin-top: 30px;
/*	animation-name: hprofileanim;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	-webkit-animation-name: hprofileanim;
	-webkit-animation-duration: 1s;
	-webkit-animation-fill-mode: forwards;*/
}

@keyframes hprofileanim
{
    0%
    {
    	transform: scale(0.1);
    }
    100%
    {
    	transform: scale(1);
    }
}

@-webkit-keyframes hprofileanim
{
    0%
    {
    	-webkit-transform: scale(0.1);
    }
    100%
    {
    	-webkit-transform: scale(1);
    }
}

.profilelinks
{
	width: 180px;
	text-align: right;
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
}

.profilelinks a
{
	color:#000;
	display: block;
}

.profilethumb
{
	width: 90px;
	height: auto;
	float: right;
	border: 4px solid #DED8C7;
}

.profilethumb:hover
{
	border: 4px solid #000;
}

#loginerror, .contacterror
{
	margin: 0px;
	padding: 0px;
	color: #ae1027;
	display: none;
	font-size: 13px;
}

.contacterror
{
	font-size: 18px;
}

.center
{
	text-align: center;
}

.simpleinput
{
	border: 0px none;
	background-color: #FFF;
	color: #000;
	padding: 5px;
	font-family: gothic;
	text-transform: uppercase;
	height: 27px;
	margin: 20px 0px;
	box-sizing: border-box;
}

.roundformbtn
{
	background-color: #000;
	height: 100px;
	width: 100px;
	border-radius: 50px;
	color: #FFF;
	font-family: gothicb;
	font-weight: 400;
	text-align: center;
	line-height: 100px;
	cursor: pointer;
	font-size: 15px;
	border: 0px;
}

.roundformbtn:hover
{
	color: #000;
	background-color: #FFF;
}

.problem
{
	margin: 0px;
	color: #AE1027;
}

.static
{
	-webkit-animation: none !important;
	animation: none !important;
}

.datainput
{
	background-color: #FFF;
	color: #000;
	padding: 5px;
	font-family: gothic;
	height: 27px;
	margin: 8px 0px;
	box-sizing: border-box;
	width: 300px;
	float: right;
	border: 0px;
	border-bottom: 3px #DED8C7 solid;
}

input[class~="reduline"]
{
	border-bottom: 3px #AE1027 solid;
}

.datatextarea
{
	background-color: #FFF;
	color: #000;
	padding: 5px;
	font-family: gothic;
	height: 80px;
	margin: 8px 0px;
	box-sizing: border-box;
	width: 100%;
	float: right;
	border: 2px solid rgb(222, 216, 199);
	resize: none;
}

textarea[class~="reduline"]
{
	border: 2px #AE1027 solid;
}

.textfields
{
	width: 50%;
	max-width: 480px;
	display: inline-block;
	min-width: 400px;
}

.fieldtitle
{
	font-family: gothicb;
	font-weight: 400;
	color: #7c7c7c;
	font-size: 20px;
	line-height: 43px;
}

.file-well
{
	display: inline-block;
	width: 40%;
	max-width: 480px;
	height: 250px;
	float: right;
	border: 2px dashed #83786D;
	border-radius: 20px;
	position: relative;
	min-width: 400px;
	behavior: url("fonts/PIE.htc");
}

div[class~="reduline"]
{
	border: 2px dashed #AE1027;
}

.file-well input
{
	width: 100%;
	height: 250px;
	opacity: 0;
	cursor: pointer;
}

.file-well-edit
{
	display: inline-block;
	width: 40%;
	max-width: 480px;
	height: 250px;
	float: right;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position: relative;
	min-width: 400px;
}

.file-well-edit input
{
	width: 100%;
	height: 250px;
	opacity: 0;
	cursor: pointer;
}

.danddupltext
{
	position: absolute;
	top: 80px;
	width: 400px;
	text-align: center;
	font-size: 17px;
	pointer-events: none;
}

.hugesubmitbtn
{
	background-color: #000;
	color: #FFF;
	font-family: gothicb;
	font-weight: 400;
	width: 400px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	margin: 0px auto;
	position: relative;
	top: 60px;
	border: 1px #000 solid;
}

.hugesubmitbtn:hover
{
	background-color: #FFF;
	color: #000;	
}

.formerror
{
	color: #AE1027;
	text-align: center;
}

.paintingshowcase
{
	margin: 0px auto;
	border: 8px solid #FFF;
	background-color: #FFF;
}

#intensify
{
	width:100%;
	display: block;
	cursor: pointer;;
}

.paintingshowcase:hover
{
	border: 8px solid #000;
}

.paintingshowcasedetails
{
	background-color: #83786D;
	width: 90%;
	max-width: 760px;
	margin: 30px auto;
	height: 50px;
	padding: 0px 20px;
	text-align: left;
	display: table;
}

.paintingshowcasedetails span
{
	color: #FFF;
	font-family: gothicb;
	font-weight: 400;
	font-size: 18px;
	line-height: 50px;
	margin: 0px 30px;
	white-space: nowrap;
}

.paintingshowcasedesc
{
	background-color: #FFF;
	width: 90%;
	max-width: 760px;
	margin: 0px auto 30px;
	padding: 20px;
	text-align: left;

}

.gallerywrapper
{
	max-width: 1200px;
	margin: 0px auto;
	text-align: center;
}

.gallerypainting
{
	width: 290px;
	display: inline-block;
	margin: 50px 3px;
	background-color: rgb(235,220,181);
	text-align: center;
	vertical-align: top;
}

.gallerypainting:hover
{
	background-color: #83786d;
}

.gallerypaintinginner
{
	width: 220px;
	height: 200px;
	margin: 30px auto;
	position: relative;
	background-color: #FFF;
}

.galleryauthor
{
	text-align: left;
	margin: 0px 10px;
	font-family: gothicbi;
	font-weight: 400;
	font-style: italic;
}

.gallerytype
{
	margin: 0px 10px;
	text-align: left;
	font-family: gothici;
}

.gallerysize
{
	text-align: left;
	margin: 0px 10px;
	font-family: gothici;
	font-size: 13px;
}

.gallerythumb
{
	width: 210px;
	margin: 10px 0px;
}

.galleryprice
{
	background-color: #000;
	color: #FFF;
	height: 75px;
	width: 75px;
	border-radius: 40px;
	line-height: 75px;
	font-family: gothicb;
	font-weight: 400;
	font-size: 16px;
	position: absolute;
	bottom: -10px;
	left: 20px;
	z-index: 9;
	behavior: url("fonts/PIE.htc");
}

.gallerytitle
{
	color: #FFF;
	background-color: #676767;
	font-family: gothicb;
	font-weight: 400;
	font-size: 17px;
	text-align: right;
	padding: 3px 10px;
	width: 170px;
	position: absolute;
	right: -30px;
	bottom: 15px;
	z-index: 1;
}

.neutrallink
{
	color:#000;
	text-decoration: none;
	outline: none;
}

.coinButtonAct
{
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	background-color: #000;
	border-radius: 15px;
	behavior: url("fonts/PIE.htc");
}

.coinButton
{
	color: #FFF;
	text-decoration: none;
	height: 30px;
	width: 30px;
	display: inline-block;
	line-height: 30px;
	background-color: #676767;
	border-radius: 15px;
	behavior: url("fonts/PIE.htc");
}

.coinButton:hover
{
	background-color: #000;
}

.orderbydiv
{
	width: 400px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
}

.orderbycircle
{
	color: #FFF;
	width: 120px;
	height: 30px;
	background-color: #000;
	line-height: 30px;
	font-family: gothicb;
	font-weight: 400;
	text-align: center;
	display: inline-block;
}

.pairsort
{
	display: inline-block;
	width: 32%;
	min-width: 250px;
	background-color: #676767;
	font-size: 15px;
	line-height: 30px;
}

.sortitem
{
	color: #FFF;
	font-family: gothicb;
	font-weight: 400;
	font-size: 15px;
	width: 49%;
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.sortselected
{
	color: #E1CB8E;
	text-decoration: underline;
}

.gallerycontrolswrapper
{
	text-align: center;
}

.actionicon
{
	height: 22px;
	margin: 6px 5px 0px;
	cursor: pointer;
}

.actionicon:hover
{
	opacity: 0.7;
}

.actionlink
{
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.descwrapper
{
	width: 100%;
	max-width: 500px;
	float: left;
}

.bigprofileimg
{
	max-width: 500px;
	display: inline-block;
	margin-top: 5px;
}

.bigprofileimg img
{
	width: 100%;
	border: 5px solid #FFF;
	background-color: #FFF;
}

.shdesc
{
	background-color: #83786D;
	color: #FFF;
	padding: 10px 20px;
	max-width: 360px;
	margin-left: 30px;
}

.details
{
	background-color: #FFF;
	padding: 10px 20px;
	max-width: 360px;
	margin-left: 60px;
	margin-top: 20px;
}

.artistinlist
{
	width: 290px;
	display: inline-block;
	margin: 50px 3px;
	background-color: #DEB441;
	text-align: center;
	vertical-align: top;
}

.artistlistinner
{
	width: 220px;
	margin: 30px auto;
	padding-bottom:10px;
	position: relative;
	background-color: #FFF;
	border: 2px solid #FFF;
}

.artistlistinner:hover
{
	border: 2px solid #000;
}

.artistsorder
{
	position: absolute;
	color: #FFF;
	width: 100px;
	height: 70px;
	background-color: #000;
	border-radius: 50px;
	font-family: gothicb;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	left: -50px;
	top: -32px;
	padding-top: 30px;
}

.artistthumb
{
	width: 210px;
	margin: 5px 0px;
}

.artistreadmore
{
    background-color: #000;
    color: #FFF;
    height: 75px;
    width: 75px;
    border-radius: 40px;
    font-family: gothicb;
    font-weight: 400;
    font-size: 12px;
    position: absolute;
    z-index: 9;
    top: 100px;
    right: -10px;
    line-height: 75px;
}

.artistreadmore:hover
{
	background-color: #FFF;
	color: #000;
}

.artistfname
{
	color: #FFF;
	background-color: #676767;
	font-family: gothicb;
	font-weight: 400;
	font-size: 17px;
	text-align: left;
	padding: 3px 10px;
	width: 170px;
	position: absolute;
	left: -25px;
	top: 130px;
	z-index: 1;
}

.artistlistdesc
{
	margin-top: 30px;
	padding: 10px;
	text-align: left;
	margin-bottom: 0px;
}

.startt
{
	color: #FFF;
	position:absolute;
	display:none;
	background: #000;
	font-size: 16px;
	padding: 7px 12px;
	border: 1px solid #CCC;

}

.centerbuttons
{
	width: 400px;
	margin: 0px auto;
	position: relative;
	top: 60px;
	height: 50px;
}

.proceedbtn
{
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
	font-family: gothicb;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	width: 150px;
	height: 50px;
	display: inline-block;
	float: left;
}

.proceedbtn:hover
{
	background-color: #FFF;
	color: #000;	
}

.cancelbtn
{
	background-color: #000;
	color: #FFF;
	border: 1px solid #000;
	font-family: gothicb;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
	width: 150px;
	height: 50px;
	display: inline-block;
	float: right;
}

.cancelbtn:hover
{
	background-color: #FFF;
	color: #000;	
}

.artistfilter
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: 30px;
	width: 250px;
	padding: 0px 0px 0px 20px;
	border: 1px solid #000;
	background: url("/img/selectarrow.png") no-repeat right #FFF;
	background-size: 16px auto;
	vertical-align: top;
}

.galleryordersort
{
	text-align: left;
	margin: 20px 0px 0px;
}

.popupimg
{
	display: block;
	max-width:90%;
	margin: 0px auto;
	cursor: default !important;
}

.intense
{
	cursor: url('/img/plus_cursor.png') 25 25, auto;
}

@media only screen and (max-width: 1250px){

	.leftcircle
	{
		display: block;
		margin: 0px auto;
	}

	.rightcircle
	{
		display: block;
		margin: 50px auto 0px;
	}

	.rightcirclestatic
	{
		display: block;
		margin: 50px auto 0px;
	}

	.sliderwrapper
	{
		min-height: 1150px;
	}

	.slide
	{
		min-height: 1150px;
	}

	@keyframes menuanim
	{
	    0%
	    {
	    	margin-right: -2000px;
	    }
	    100%
	    {
	    	margin-right: 0px;
	    }
	}

	@-webkit-keyframes menuanim
	{
	    0%
	    {
	    	margin-right: -2000px;
	    }
	    100%
	    {
	    	margin-right: 0px;
	    }
	}

	.textfields
	{
		display: block;
		max-width: 600px;
		width: 100%;
		margin: 0px auto;
	}

	.file-well
	{
		display: block;
		float: inherit;
		max-width: 400px;
		margin: 20px auto;
	}

	.file-well-edit
	{
		display: block;
		float: inherit;
		max-width: 400px;
		margin: 20px auto;
	}

	.tmlogged
	{
		min-width: 350px !important;
	}

}

@media only screen and (max-width: 1125px){
	.headloginwrapper
	{
		width:100%;
		float: inherit;
		text-align: center;
		padding-top: 20px;
		clear: both;
	}

	.headerwrapper
	{
		padding-bottom: 20px;
	}

	.topmenu
	{
		text-align: right;
	}

	.headlogin
	{
		min-width: 410px;
		float: right;
		margin: 0px 18px 0px 0px;
	}

	.loggedin
	{
		float: inherit;
		clear: both;
		margin-right: 0px;
	}

	.descwrapper
	{
		max-width: 400px;
		float: inherit;
		margin: 0px auto;
	}

	.bigprofileimg
	{
		max-width: 500px;
		display: block;
		margin: 20px auto;
	}

	.profilelinks
	{
		min-width: 300px;
		width: auto;
	}

	.profilelinks a
	{
		color: #000;
		display: inline-block;
		font-size: 20px;
		margin: 15px 30px 0px 0px;
	}

	.loggedin
	{
		width: 100%;
		float: inherit;
		text-align: right;
	}

	.profilethumb
	{
		margin-right: 20px;
	}
}

@media only screen and (max-width: 900px){

	.header
	{
		text-align: center;
	}

	.logo
	{
		float: inherit;
		margin-right: 0px;
	}

	.topmenu
	{
		width: 100%;
		min-width: 300px;
		float: inherit;
		padding-top: 0px;
		text-align: center;
		clear: both;
	}

	.headlogin
	{
		float: inherit;
		margin: 0px auto;
	}

	.slarrow
	{
		display: none;
	}

	.arrows
	{
		width: 0px;
	}

	@keyframes menuanim
	{
	    0%
	    {
	    	margin-left: -2000px;
	    }
	    100%
	    {
	    	margin-left: 0px;
	    }
	}

	@-webkit-keyframes menuanim
	{
	    0%
	    {
	    	margin-left: -2000px;
	    }
	    100%
	    {
	    	margin-left: 0px;
	    }
	}

/*	.loggedin
	{
		float: inherit;
		clear: both;
		margin: 20px auto 10px;
		background-color: #EEE;
		height: 60px;
	}*/

	h1
	{
		width: 80%;
	}

	.file-well
	{
		min-width: 300px;
		margin: 20px auto;
	}

	.file-well-edit
	{
		min-width: 300px;
		margin: 20px auto;
	}

	.danddupltext
	{
		width:300px;
	}

	.orderbydiv
	{
		padding: 0px 50px 8px 0px;
	}

	.orderbycircle
	{
		left: 50px;
	}
}