body {
    background-color: #A60000;
}

.well {
	padding-top: 0px;
}

.well-footer {
	text-align: center;
	color: black;
	padding: 0px;	
}

.outside-footer {
	text-align: center;
	padding: 0px;	
}

.navbar-default, footer {
    background-color: #550000;
}

.navbar-default a {
    color: #ffffff !important;
}

.navbar-default .navbar-nav > li > a {
    color: yellow !important;
}

.navbar {
    border-radius: 0px;
    border: none;
    color: white;
}

.navbar ul li:hover {
    background-color: #2f0202;
}

.navbar,footer {
    color: white;
}

footer p {
    line-height: 30px;
    margin: 0px;
    font-size: 0.9em;
}

h1, h2 {
	margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

h1 {
    color: white;
}

.navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover {
    color: #FFF;
}

#mainWrap {
	margin-top: 50px;
}

.thName {
    font-size: 1em;
    margin-top: 0px;
    padding-top: 0px;
    display: inline;
}
.thInfoBox {
    width: 100%;
    height: 1.4em;
    border-bottom: 1px solid #c2c1d4;
}

p.thText {
    font-size: 12px;
	overflow: hidden;
}

#leftSidebarDesktop, #leftSidebarMobile {
    background-color: #A60000;
    border: none;
}

#mainPage {
    background-color: #A60000;
    border: none;
}

#profileTh {
    width: 100%;
}

.btn-space {
    margin-top: 5px;
    margin-bottom: 5px;
}

#modelsList a.list-group-item {
    border: none;
}

.panel-heading, .modal-header {
    background: #39b1cc;
    background: -moz-linear-gradient(top, #A60000 0%, #550000 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A60000), color-stop(100%, #550000));
    background: -webkit-linear-gradient(top, ##A60000 0%, #550000 100%);
    background: -o-linear-gradient(top, #A60000 0%, #550000 100%);
    background: -ms-linear-gradient(top, #A60000 0%, #550000 100%);
    background: linear-gradient(to bottom, #A60000 0%, #550000 100%);
}

.panel-info {
    border-color: white;
	overflow:hidden;
}

.panel-info > .panel-heading {
    color: #ffffff;
}

.thumbnail .caption {
    padding-bottom: 0px;
}

.thumbnail {
    width: 180px;
	background-color: gainsboro;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
}

.onDisplay {
    width: 260px;
    display: inline-block;
}

.galImg {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
	display: inline-block;
}

a.list-group-item {
	text-align:center;
}

iframe {
	width: 100%;
    border: 0px;
}

iframe#chat-window-xlovecam {
	height: 300px;
    overflow:hidden;
}

#similar-performers {
    width: 500px;
    height: 800px;
}

#similar-performers body {
    background-color: black !important;
}

/*#chatWrap {
	-webkit-overflow-scrolling: touch;	
}*/

#onDisplayWrap {
    text-align: center;  
}



#galleryPanel, #tagsWrap {
	text-align: center;	
}

.date {
	float:right;
	font-style: italic;
    font-size: 0.9em;
}

.fa {
	float:left;
	margin-right: 10px;
	color: #cacaca;
}

.comment {
	border-bottom: 1px solid gainsboro;
    margin-top: 15px;
    padding-bottom: 10px;
}

.name {
	font-weight: bold;
}

.comment:last-of-type {
	border-bottom: none;
}

.comment:first-of-type {
	margin-top: 0px;
}

label {
/*    float: left; */
    padding: 6px 12px;
/*    width: 90px; */
/*   text-align: end; */
}

.form-control {
    width: 300px;
}

#addCommentForm {
	margin-top: 2px;	
}

/*
#captcha {
	margin-left: 90px;	
}
*/

.thumbnail img {
	width: 100%;
    max-width: 200px !important;
}

#perfName {
	font-size: 1.2em;
    font-weight: bold;	
}

.navbar-default .navbar-brand {
    color: #fff;
}


@media screen and (min-width: 992px) and (max-width: 1199px){
    .thumbnail {
        width: 140px;
    }
    .onDisplay {
    width: 220px;
    }
}

@media screen and (max-width: 500px) {
    .navbar-brand {
		display: flex;
    	align-items: center;
		font-size: 15px;
		padding: 0 0 0 10px;
	}
	.navbar-default .navbar-brand {
    	width: 70%;
	}
}

@media screen and (min-width: 768px) and (max-width: 992px) {
    .thumbnail {
	    height: 250px;
		overflow: hidden;
    }   
}

@media screen and (max-width: 992px) {
    #perfInfoWrap {
	    margin-top: 15px;
    }   
}

@media screen and (max-width: 768px) {
    .btn-group-lg>.btn, .btn-lg {
		padding: 3px;
		font-size: 12px;
		line-height: 1.3333333;
		border-radius: 3px;
	}
	#tagsWrap a {
		font-size: 12px !important;
	}
    .tag-size-10 {
		font-size: 10px;
    }

    .tag-size-11 {
		font-size: 11px;
    }

    .tag-size-12 {
		font-size: 12px;
    }

    .tag-size-13 {
		font-size: 13px;
    }

    .tag-size-14 {
		font-size: 14px;
    }

    .tag-size-15 {
		font-size: 15px;
    }

    .tag-size-16 {
		font-size: 16px;
    }

    .tag-size-17 {
		font-size: 17px;
    }

    .tag-size-18 {
		font-size: 18px;
    }

    .tag-size-19 {
		font-size: 19px;
    }

    .tag-size-20 {
		font-size: 20px;
    }

    .tag-size-21 {
		font-size: 21px;
    }

    .tag-size-22 {
		font-size: 22px;
    }

    .tag-size-23 {
		font-size: 23px;
    }
}

/*.iframeScale {
	-ms-zoom: 0.5;
	-ms-transform-origin: 0 0;
	-moz-transform: scale(0.5);
	-moz-transform-origin: 0px 50px;
	-o-transform: scale(0.5);
	-o-transform-origin: 0px 50px;
	-webkit-transform: scale(0.5);
	-webkit-transform-origin: 0 0;
}*/

iframe {
  display: block;
  width: 100%;
  border: 1px solid #666;
  box-sizing: border-box;
  transform-origin: center top;
  transition: transform .05s linear;
  backface-visibility: hidden;
}

.modal-title {
	color: white;
}

.close {
	color: #fff;
	opacity: 1;
}

#disclaimerDialog .close {
	display: none;
}

#onloadModal .modal-content {
	background-color: transparent;
	box-shadow: none;
	border: none;
}

#onloadModal .modal-dialog {
	width: 100%;
}

.modal-backdrop
{
    opacity:0.9 !important;
}

#disclaimerDialog .modal-body {
	text-align: justify;	
}

@media (min-width: 768px) {
  #disclaimerDialog .modal-dialog {
    width: 600px !important;
    margin: 30px auto;
  }
  #disclaimerDialog .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  #disclaimerDialog .modal-sm {
    width: 300px;
  }
}

@media (max-width: 767px) {
  #disclaimerDialog .modal-dialog {
    width: 90% !important;
    margin: 30px auto;
	text-align: center;
  }
  #disclaimerDialog .modal-content {
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  #disclaimerDialog .modal-sm {
    width: 300px;
  }
  .modal button {
	display: block;
	margin: 5px auto !important;
  }
  .modal-body {
    padding-right: 35px;
  }
}

#h2-error {
    color: #550000;
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}

#error-404 p {
    font-size: 1.2em;
    padding-top: 1em;
    text-align: center;
}

#error-404 a {
    color: #550000;
    font-style: oblique;
}

.img-responsive {
    display: inline-block;
    padding: 0;
}
		ul.social li {
			display: inline-block;
			line-height: 1em;
			padding-left: 1.5em;
		}
/* Style comment system */

#addCommentContainer {
  padding-top: 10px;
}

textarea {
  resize: none;
}

#captchaIMG {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
  width: 150px;
  margin-bottom: 13px;
}
