/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato-lat-ex.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato-lat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/os-cy-ex.woff2) format('woff2');
  unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
}
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/os-cy.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/os-la-ex.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(/fonts/os-la.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
}

body {
    background-color: #222222;
    color: white;
    font-family: 'Open Sans', sans-serif;
}

a {
    color: white;
}

h1,h2,h3 {
    font-family: 'Lato', sans-serif;
}

.well > h2 {
    font-size: 20px;
}

/* ----------------          NAVBAR OVERIDES        -----------------*/

.navbar-overide {
    border: none;
    margin-top: 10px
}

.radial-bgd {
    background: #39b1cc;
    background: -moz-linear-gradient(top, #5c5c5c 0%, #373737 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5c5c5c), color-stop(100%, #373737));
    background: -webkit-linear-gradient(top, #5c5c5c 0%, #373737 100%);
    background: -o-linear-gradient(top, #5c5c5c 0%, #373737 100%);
    background: -ms-linear-gradient(top, #5c5c5c 0%, #373737 100%);
    background: linear-gradient(to bottom, #5c5c5c 0%, #373737 100%);
    border: none;
}

.navbar-default .navbar-nav > li > a, .navbar-default {
    color: white;
}

.navbar-default .navbar-brand {
    font-family: 'Dosis', sans-serif;
    font-size: 30px;
    color: #D2527F;
    letter-spacing: 1px;
}

.navbar-nav > li > a:hover, #tags a:hover, footer a:hover {
    color: #D2527F !important;
    text-decoration: underline;
}

/* ----------------          BOOTSTRAP COMPONENTS OVERIDES        -----------------*/

.well {
    border: none;
}

.well-header {
    border-top: solid 1px #8c8c8c;
    padding: 0px;
    margin-bottom: 20px;
}

.well-header H2 {
    padding: 10px;
    letter-spacing: 1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.well-content {
    background-color: #3a3a3a;
}

.well-pink {
    background-color: #D2527F;
    border: none;
}

.well-footer {
    background-color: #464646;
    padding: 10px;
    text-align: center;
}

.thumbnail {
    margin-bottom: 0px;
}

/* ----------------          BOOTSTRAP COMPONENTS OVERIDES        -----------------*/

.img-profile {
    width: 100%;
}

#tags a {
    margin-right: 10px;
}

#other-performers {
    background-color: white;
    text-align: center;
    margin-bottom: 0px;
}

#other-performers a {
    color: black;
}

#other-performers li {
    padding: 5px;
}

#gallery > .thumbnail > a > img, #galleryMobile > .thumbnail > a > img {
	margin-bottom: 5px;
}

#gallery > .thumbnail > a:last-child > img, #galleryMobile > .thumbnail > a:last-child > img {
	margin-bottom: 0px;
}

.cam-girl {
    background-color: #5F5F5F;
    overflow: hidden;
}

.cam-girl img {
    width: 100%;
}

.well .caption {
    color: black;
}

.cam-girl-title {
    font-weight: bold;
    font-size: 1em;
    color: #D2527F;
}

.cam-girl p {
    font-size: 0.9em;
}

.cam-girl .caption {
    margin-top: 15px;
}

.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;
}
.tag-size-24 {
    font-size: 24px;
}
.tag-size-25 {
    font-size: 25px;
}
.tag-size-26 {
    font-size: 26px;
}
.tag-size-27 {
    font-size: 27px;
}
.tag-size-28 {
    font-size: 28px;
}
.tag-size-29 {
    font-size: 29px;
}

#chat-window-livejasmin {
    width: 100%;
}

#chat-window-xlovecam {
    border: none;
    overflow: hidden;
}

#perfName {
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: 3px solid #D2527F;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 2em;
}

.well .caption {
    color: white;
}

#bioCaption {
	color: black;
}

#reply {
	background-color: #D2527F;
	border: none;
}

.name {
	color: #D2527F;
	margin-right: 20px;
}

.comment {
	border-bottom: 1px dashed #545454;;
	margin-top: 10px;
}

textarea {
  resize: none;
}

#captcha-img {
    border-radius: 4px;
    margin-bottom: 10px;
}

#formGroupCaptcha {
	margin-top: 5px;
}

#submit {
    background-color: #D2527F;
    color: #fff;
    border: none;
}

#submit:hover{
    background-color: #cb3469; 
}

.form-control:focus {
    border-color: #ffffff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(210, 82, 127,.075), 0 0 8px rgba(210, 82, 127, 0.6);
}

.perName {
	margin: 0px;
}

.perInfo {
	font-size: 0.9em;
}

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

#addCommentContainer {
	margin-top: 12px;	
}

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

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

@media only screen and (min-width: 480px) and (max-width: 1200px){
    #profile h3, #profileMobile h3 {
        font-size: 18px;
       
    }
}

@media only screen and (min-width: 480px) and (max-width: 991px){
    #profile h3, #profileMobile h3 {
        font-size: 14px;
       
    }
    #profile p, #profileMobile p {
        font-size: 12px;
    }
}

@media only screen and (min-width: 1200px) {
    .cam-girl {
        height: 265px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-default .navbar-brand {
        font-size: 12px;
    }
	#perfName {
		border-bottom-right-radius: 0;
	}
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-brand {
		max-width: 80%;
		position: absolute;
    	top: 50%;
    	transform: translate(0, -50%);
		height: auto;
    }
	.navbar-header {
		position: relative;
	}
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    .cam-girl {
        height: 250px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px){
    .cam-girl {
        height: 290px;
    }
}


 .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;
}

#profileWrap .caption {
	overflow: hidden;
}

.modal-title {
	color: white;
}

.close {
	color: #fff;
	filter: alpha(opacity=100);
	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;	
}

#disclaimerDialog .modal-content {
	background-color: #3a3a3a;	
}

#disclaimerDialog .modal-header {
	border-bottom: 1px solid #6d6d6d;	
}

#disclaimerDialog .modal-footer {
	border-top: 1px solid #6d6d6d;
	text-align: center;
}

#disclaimerDialog .modal-title {
	text-align: center;
}

#disclaimerDialog .modal-footer .btn {
	margin-left: 15px;
}


@media (min-width: 768px) {
  #disclaimerDialog .modal-dialog {
    width: 600px !important;
    margin: 30px auto;
  }
  #disclaimerDialog .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            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 {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  #disclaimerDialog .modal-sm {
    width: 300px;
  }
  .modal button {
	display: block;
	margin: 5px auto !important;
  }
  #onloadModal .modal-dialog {
	width: auto;
  }
}

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

#error-404 {
    border-bottom: 3px solid #D2527F;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom-right-radius: 2em;
}

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

#error-404-a {
    color: #D2527F;
    text-decoration: none;
    font-style: oblique;
}

.img-responsive {
    text-align: left;
    padding: 1em 0 0 0;
}

		ul.social li {
			display: inline-block;
			text-align: center;
			line-height: 1em;
			padding: 0;
		}
