/* GLOBAL */

.norightclick {
-webkit-user-select: none;  
-moz-user-select: none;     
-ms-user-select: none;      
-o-user-select: none;
user-select: none;
}

body.no-loader #pageloader{
		display: none;
	}

#pageloader.white-loader {
    background-color: rgba(255,255,255,0.9);
}

.halfwidth {
	width: 50%;
}

.RoundedCorners {
	border-radius: 5px;
}

.RoundedCorners:hover {
	opacity: 0.5;
}

/* .cbp-item {
    max-height: 300px; 
}
*/

#pagetop.white-pagetop p {
    color: #555;
	font-weight:normal;
}

#pagetop a:hover {
    color: dodgerblue !important;
}

#page-header .page_header_inner h1.page_note {
    font-size: 14px;
	margin: 0;
}

#PageHeaderText {
	width:50%;
}

.nav-menu ul li a {
    font-size: 12px;
}

#portfolio-items .item a {
    background-color: #FFFFFF;
}

.type2 .item_icon p {
    color: #000000;
	font-weight:600;
}

/* BUTTONS */


.colored-btn, .dark-btn,  {
	background-color:dodgerblue;	
}

.cbp-filter-item-active {
	background-color:dodgerblue;	
	}
	
.colored-bg {
	background-color:dodgerblue;
}	

.post .post-inner .post-more:hover {
	background-color:dodgerblue;
}

.contact .contact_form.type-2.white-form button:hover {
    background-color:dodgerblue;
}



/* CUBE PORTFOLIO */

.cbp .cbp-item a:hover {
    color:white;
	font-weight:600;
}

.cbp-l-loadMore-defaultText, .cbp-l-loadMore-button-defaultText, .cbp-l-loadMore-loadingText, .cbp-l-loadMore-noMoreLoading  {
    font-family: "raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-weight:500;
	color:dodgerblue;
}

/* PAGINATION */

.pagination>li:last-child>a, .pagination>li:last-child>span, .pagination>li:first-child>a, .pagination>li:first-child>span {
	height:40px;
    padding-top: 10px;
}

.header-style-3.header a {
 	color:#999;
}

.header-style-3.header a:hover {
 	color:dodgerblue;
}

/* COLORS */


.red, .red a, .red a:hover {
	color: red;
}


.blue, .blue a, .blue a:hover {
	color: dodgerblue;
}

a:hover {
	color: dodgerblue;
}

.medgray, .gray {
	color: #777;
}

.medgray a, .gray a {
	color: #777;
}

/* .medgray a:hover, .gray a:hover {
	color: dodgerblue;
} */

.darkgray {
	color: #555;
}

.darkgray A {
	color: #555;
}

.darkgray A:hover {
	color: dodgerblue;
}

.dark {
    color: #555 !important;
}

.feature-boxes.type-3 .feature-box .feature-text p {
    color: #555;
}

.boxes.boxes-type-2 .box-header + p {
    color: #555;
}

.testimonials.type-1 h2 {
    color: #555;
}

.testimonials.type-1 p {
    color: #555;
}

#portfolio-items.type2 .item .center-details .details {
	border: 1px solid #ccc;
}

#portfolio-items.type2 .item .center-details .details h2 {
    color: #555;
	font-weight: 500;
}

#portfolio-items.type2 .item .center-details .details p {
    color: #555;
    font-weight: 500;
}

.post .dates .details ul li {
    color: #555;
}

.post .dates .details ul li:hover {
    background-color: transparent;
}

.widget p.widget-desc, .widget .widget-head {
    color: #555;
}

.sidebar .widget a.tag {
    border: 1px solid #999;
    color: #555;
    font-weight: normal;
}

.contact .contact_form.type-2.white-form input, .contact .contact_form.type-2.white-form textarea, .contact .contact_form.type-2.white-form button {
    border-color: #999;
    background-color: #fdfdfd;
    color: #555;
    text-transform: none;	
}

.contact .contact_form.type-2 button, .contact .contact_form.type-2 input, .contact .contact_form.type-2 textarea {
    text-transform: none;
}

/* .post .dates .details ul li a:hover {background-color: #EEEEEE; } */


/* PAGINATION */

div.pagination ul li a, div.pagination ul li a:focus {
	color: #ccc;
	border-color: #ccc;
	font-weight: 500;
}
#CurrentPage {
	background-color: dodgerblue;
	color: white;
	font-weight: bold;
	border-color: dodgerblue;
}

.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
    color: dodgerblue;
}

div.pagination ul li a, div.pagination ul li a:focus {
    color: #555;
	font-weight:600;
}

div.pagination ul li a:hover {
    background-color: #eee;
}

/* FORMS */

.reply-form input, .reply-form textarea{
		color: #555;
		font-weight: 600; 
	}

.hidden  {display: none;}

.strip_form {
    border: 1px solid #777;
	color: #555;
}

.strip_form:hover, .strip_form:focus {
     background: transparent; 
}

INPUT {border-color: #999;
	background-color: #fdfdfd;
	color: #555;
	font-weight:600;
	font-size: 15px;
	text-transform: none;
	opacity: 1;
	border-radius: 6px;
	line-height: 22px;
	padding: 8px 20px;
	outline: none;
    border: 1px solid;
    margin-top: 10px; 
	margin-bottom: 10px; 
	transition: all 0.5s;
	font-family: 'Oswald', sans-serif;
}

SELECT {border-color: #999;
	background-color: #fdfdfd;
	color: #555;
	font-size: 15px;
	font-weight:600;
	text-transform: uppercase;
	opacity: 1;
	border-radius: 6px;
	line-height: 22px;
	padding: 8px 20px;
	outline: none;
    border: 1px solid;
    margin-top: 10px; 
	margin-bottom: 10px; 
	transition: all 0.5s;
	font-family: 'Oswald', sans-serif;
}

P,DIV,H1,H2,H3,H4,H5,H6,INPUT,SUBMIT,SELECT {
	font-family: "raleway", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.post-media.center {
	text-align:center;
}

.dark-border-btn {
	border: 1px solid #999;
    color: #777;
}

.dark-border-btn:hover {
	border:1px solid dodgerblue;
    background: dodgerblue;
	background-color: dodgerblue;
    color: white;
}

.contact .contact_form.type-2.white-form input, .contact .contact_form.type-2.white-form textarea, .contact .contact_form.type-2.white-form input, .contact .contact_form.type-2.white-form textarea {
    border-color: #777;
	color: #555;
	font-weight:600;
}
.contact .contact_form.type-2.white-form input:hover, .contact .contact_form.type-2.white-form textarea:hover, .contact .contact_form.type-2.white-form input:focus, .contact .contact_form.type-2.white-form textarea:focus {
    border-color: #777;
	color: #555;
	font-weight:600;
}

/* HEADER


 */

#page-header.tiny-header {
    padding: 15px 0;
    background-image:  none;
    background: #f5f5f5;
}

#page-header.soft-header {
    background-image:  none;
    background: #f5f5f5;
	padding: 15px 0;
}

.h3.widget-head.mb-20 a {
    color:dodgerblue;
}

.TinyImageCircle {
	border-radius:50px;
}

.TinyImageCircle:hover {
	opacity: 0.5;
}

.SmallImageCircle {
	border-radius:50px;
	width:65px;
	height:65px;
	/* float:left; */
	margin-right:20px;
	margin: 0 auto;
}

.SmallImageCircle:hover {
	opacity: 0.5;
}

.post-text.larger {
    font-size: 15px;
}

h4.media-heading a {
color:#555;
}

h4.media-heading a:hover {
color:dodgerblue;
}

.second-nav.white-nav {
    background-color: rgba(255,255,255,0.8);
}

/* IMAGEVIEW */

.media-left a img {
    width: 64px;
	height: 64px;
    max-width: 64px;
	max-height: 64px;
    border-radius: 5px;
}

.media-body .details {
    background: #fafafa;
	border-radius: 5px;
	color: #555;
}

#imageCenterNav {
	display: none;
}

p.widget-desc.paragraph a {
	color:#079eac;;
}

p.widget-desc.paragraph a:hover {
	color:dodgerblue;;
}

.post .dates {
    width: 25%;
    padding-right: 30px;
}

.post .post-inner {
    width: 75%;
}

.post .dates .details ul li i {
    right: 0px;
}

.post .dates .details ul li {
    padding: 7px 25px 5px 0;
}

/* FORM */

.reply-form textarea {
    min-height: 100px;
}

.reply-form form {
    margin-top: 0px;
}

.reply-form input, .reply-form textarea {
    border: 1px solid #999;
	color: #555;
}


.UserIcon64 {
    width: 64px;
    height: 64px;
    background-color: #999;
    font-size: 60px;
    opacity: .2;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
}

.UserIcon64 a {
    background-color: #555;
	color:white;
}

.UserIcon32 {
    width: 32px;
    height: 32px;
    background-color: #999;
    font-size: 30px;
    opacity: .2;
    padding: 2px;
    text-align: center;
    border-radius: 5px;
}

#page-header .page_header_inner h5.page_note {
    font-size: 14px; 
}

/* ALERTS */

div.alert.alert-info a {
    color: #31708f;;
	text-decoration: underline;
} 

div.alert.alert-success a {
    color: #3c763d;
	text-decoration: underline;
} 

div.alert.alert-warning a {
    color: #8a6d3b;
	text-decoration: underline;
} 

div.alert.alert-danger a {
    color: #a94442;
	text-decoration: underline;
} 

.about_with_slider .texts .text {
	font-size:15px;
	text-align:justify;
	color: #555;
}


/* BROWSE */

.custom-tabs .nav-tabs li.active a {
    background: dodgerblue;
	border-color: dodgerblue;
    color: white;
}

#pagetop .TopMemberName {position: inherit;
    text-align: right;
    float: left;
    padding-right: 70px;
}


/* ARTIST ABOUT US */

.basic_slider .flex-direction-nav, .image-pgn-slider .flex-direction-nav {
    top: 0;
}
.basic_slider .flex-control-nav {
    top: 0;
	margin-top: 10px;
}

.about_with_slider .texts {
    padding: 0px 25px 0;
}

/* ARTIST CONTACT PAGE */

.contact .contact_form.type-2 {
    margin: 5px auto 0;
}

.ArtistContactColumn2 {width:50%; line-height:25px;}

.boxes, #blog .posts {
	margin-top:30px;
}

/* ARTIST BLOG */

.post {
    margin-top: 40px;
}

/*
.post .dates {
    width: 30%;
}
.post .post-inner {
    width: 70%;
}
.post .post-inner .post-media img {
	width: auto;
    height: auto;
    max-width:100%;
	max-height:100%;
}
*/

.post .post-inner .post-text {
    color: #555;
    font-size: 15px;
	margin-top: 5px;
}



.post .dates .date {
    border-bottom: 0px solid #ffffff;
	border-top: 1px solid #ddd;
}

.not-active {
   pointer-events: none;
   cursor: default;
}

.comments {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

/* ARTIST LOGIN */

.login_type {
    max-width: 600px;
}

/* ARTIST GALLERY  */
.AlignBottom {bottom:0px;}

#ArtistIconLeftCol {width:auto; padding-right:10px;margin:0;}

#PageHeaderText {text-align:left; float:left;}

/*  QUICK ZOOM */
.mz-zoom-window.mz-magnifier {
    background: rgba(255,255,255,.8);
}

/* HOME PAGE */
.testimonials.type-1 .inner .quote {
    background-color: rgba(0,0,0,0.03);
}
.testimonials.type-1 h2 {
    color: #777;
}

.feature-boxes .feature-box {
    min-height: 150px;
	margin: 25px auto 0;
}

.header + p {
    max-width: 950px;
    margin: 0 auto;
}

.ArtistBackgroundCredit {
	float:right;
	text-align:right;
	padding-right:10px;
	color:rgba(255,255,255,0.50);
	font-size:10px;
}

.ArtistBackgroundCredit a {
	color:rgba(255,255,255,0.50);
}

.ArtistBackgroundCreditLight {
	float:right;
	text-align:right;
	padding-right:10px;
	color:rgba(0,0,0,0.50);
	font-size:10px;
}

.ArtistBackgroundCreditLight a {
	color:rgba(0,0,0,0.50);
}

.ArtistBackgroundCreditLight a:hover {
	color:dodgerblue;
}

.ArtistBackgroundCreditWhiteLeft {
	float:left;
	text-align:left;
	padding-left:10px;
	color:#555;
	font-size:10px;
}

.ArtistBackgroundCreditWhiteLeft a {
	color:#555;
}
.ArtistBackgroundCreditWhiteLeft a:Hover {
	color:dodgerblue;
}

/* BLOG */
.widget ul.categories li.active {background-color: dodgerblue;}
.widget ul.categories li.active {background-color: dodgerblue;}
.widget ul.categories li:hover a, .widget ul.categories li:hover::before {background-color: dodgerblue;}
.widget ul.categories li.active:before {color:white;}


@media only screen and (max-width: 1185px) {
	
#PageHeaderText {padding-left: 20px; padding-right: 20px;}
}
 
@media only screen and (max-width: 800px) {
	
#PageHeaderText {text-align:center; width:100%;}

.boxes, #blog .posts {
    padding:0px;
	margin-top:0px;
	padding-left:0px !important;
	padding-right:0px !important;
}

.post .post-inner .post-text {
    padding-left:15px;
	padding-right:15px;
}

.media-body .details {
    padding:5px !important;
}

#ArtistIconLeftCol {width:auto; padding-right:10px; margin:0;}

#imageCenterNav {
    display: block;
		width:100%;
}

#pagetop {
    display: none;
}

#page-header .page_header_inner h2.page_header, #page-header .page_header_inner h1.page_header {
    font-size: 24px;
}

.page_header_inner .right {
    display:none;
}

.contact .contact_form.type-2 div div {
	width: 100%;  padding-bottom:20px;
}

.contact .contact_form.type-2 div div:first-child {
    width: 100%; 
}

.contact .contact_form.type-2 div div:last-child {
    width: 100%; 
	padding-left: 0px;
}

.contact .contact_form.type-2 {
	padding:5px 5px;
}

.ArtistContactColumn2 {
	width:100%; line-height:25px;
}


}

/* MESSAGE BOARDS */

.post .post-inner .post-header {
    color: dodgerblue;
}

.post .post-inner .post-text a {
    color: dodgerblue;
}

.post .post-inner .post-media img {
	width: auto;
    height: auto;
    max-width: 100%;
}

.widget ul.categories li:before {
    margin-left: 10px;
}

.post .post-inner .post-more {
    background: #eee;
	border-radius: 3px;
}

.widget ul.categories li a {
   color: #555;
   font-weight:500;
}

/* JOIN PAGES */

.header-style-1.header + p {
    max-width: 850px;
}

/* FORMS */

.contact .contact_form.type-2 select {
    font-size: 15px;
    text-transform: uppercase;
    opacity: 1;
    border-radius: 6px;
    line-height: 28px;
    padding: 13px 20px;
    height: 55px;
}

/* FOOTER */

.footer-link {
	margin-bottom:15px;
}

.footer-link:hover {
	color:dodgerblue;
}

footer.big-footer .footer_bottom p {
    font-size: 12px;
}

footer.big-footer .footer_bottom a.author_link {
	color: #8a8a8a;
}

/* PORTFOLIO */


/*
@media only screen and (max-width: 800px) {
.col-xs-4, .col-md-4, .col-xs-8 {
    width: 100%;
}
*/

@media only screen and (max-width: 800px) {
.col-xs-8 {
    width: 100%;
}

.flex-control-nav, .flex-control-paging {
	pointer-events: none;
   cursor: default;
}

.SmallImageCircle {
	border-radius:50px;
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
	margin-left: 10px;
}

#leftimagecol {
	display:none;	
}

}


@media only screen and (max-width: 540px) {
.feature-boxes .feature-box .feature-text p {
	display:none;
}
.feature-boxes .feature-box {
    min-height: 40px;
	padding: 40px 0 !important;
}
.feature-boxes .feature-box.no-margin-top {
    margin: 10px auto 0 !important;
}

.home-button {
    display: BLOCK;
    MARGIN-top: 50px;
}

.fun-facts .facts {
    padding: 25px 0;
}

#page-header .page_header_inner h5.page_note {
    overflow: hidden;
}

#page-header .page_header_inner h2.page_header {
    overflow: hidden;
}

}