html {
	height: 100%;
	background: #1e1e1e; /* make bottom footer background appear to stretch */
}
body {
	font-size: 16px;
}
.login-form fieldset {
    padding: 0.7em 0;
}

.thankyou-message {
	background: #ff8200;
	color: #fff;
	padding: 1em 2em 0.4em;
	margin-bottom: 20px;
	font-size: 1.5em;
	border-radius: 10px;
}
.desc-wrap .description {
	overflow-x: hidden;
}
.login-form input[type="submit"] {
    background:#ff8200;
    color:#fff;
    border:none;
    padding:0.8em 1.5em;
    border-radius:3px;
    margin-top:1em;
}
.login-form fieldset label {
    display:inline-block;
    width: 70px;
}
.login-form fieldset input[type="text"],
.login-form fieldset input[type="password"] {
    border: 1px solid #ccc;
  padding: 0.3em 0.5em;
  width: 250px;
}

/* select2 clear */
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 20px;
    font-size: 34px;
    padding: 0 0.25em;
    opacity: 0.5;
	color: #777;
	-webkit-transition: 200ms all;
	transition: 200ms all;
}
.select2-container--default .select2-selection--single .select2-selection__clear:hover {
	opacity: 1;
    color: red;
}

.spinner {
	width: 250px;
	height: 250px;
	position: fixed;
	top: 50%;
	left: 50%;
	background: #fff;
	text-align: center;
	padding: 20px;
	border: 10px solid rgba(0,0,0,0.9);
	margin-left: -125px;
	margin-top: -125px;
	background: #fff url('../img/balls.svg') no-repeat 50% 50%;
	    background-size: 70%;
	z-index: 9999;
}
.search-results {
	min-height: 540px;
}
.about-artist h3 .fa {
	display: inline-block;
	margin-right: 0.3em;
}
.about-artist .method,
.about-artist .style,
.about-artist .phone,
.about-artist .website,
.about-artist .email {
	display: block;
	margin-bottom: 20px;
}

.slide .extra-info {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    background: rgba(0,0,0,0.8) none repeat scroll 0% 0%;
    width: 100%;
    padding: 1em 0px;
    color: #fff !important;
}
.slide .extra-info h2 {
	margin-bottom: 0.5em;
}
.lbl-public {
	font-size: 0.9em;
	color: #555;
	font-weight: 500;
	font-style: italic;
}

footer {
	background: #1e1e1e;
	padding: 40px 0;
}
.footer-links {
	margin-top: 12px;
}
.footer-links a {
    color: #fff;
    display: inline-block;
    margin-left: 30px;
margin-left: 30px;
    font-size: 14px;
}

/* prevent glitch when scroll */
.fixed-search-bar + main {
    margin-top: 200px;
}
.already-logged-in ul {
	margin-top: 1em;
	display: block;
}
.search-results .col-sm-4.ajax-item:nth-child(3n+1) {
    clear: left;
}
.layout-default .template-search  main {
	margin-bottom: 0 !important;
}

.subscribe-button-inner {
    display: inline-block !important;
    margin-left: 2em !important;
    position: relative;
    top: 0.45em;
}
footer .btn.btn-subscribe {
	background-image: -webkit-linear-gradient(top, #949494, #242424);
    background-image: -moz-linear-gradient(top, #949494, #242424);
    background-image: -ms-linear-gradient(top, #949494, #242424);
    background-image: -o-linear-gradient(top, #949494, #242424);
    background-image: linear-gradient(to bottom, #949494, #242424);
    border-bottom: none;
    padding: 0.5em;
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.3);
font-weight: 500;
    font-size: 13px;
    text-shadow: 1px 1px #000;
}

.btn-subscribe span.text {
    display: inline-block;
    padding-left: 0.6em;
    margin-left: 0.6em;
    border-left: 1px solid rgba(255,255,255,0.4);
}
.btn-subscribe .fa {
    display: inline-block;
    float: left;
    font-size: 18px;
    margin-top: 0.5em;
}
@media (max-width: 1199px){
	footer .btn-subscribe {
		margin-top: 1em;
	}
}
@media (max-width: 767px){
	footer {	
		text-align: center;
	}
	.footer-links a {
		margin-left: 15px;
		margin-right: 15px;
	}
}
.select2-container--default .select2-selection--single .select2-selection__clear {
	display: none !important;
}
.main-carousel .slick-prev, .main-carousel .slick-next {
	top: -50px;
}
.main-carousel .slick-next {
	right: 0px;
}
.main-carousel .slick-prev {
	left: 0px;		
}
