/* global css */
body {
	font-family: 'Poppins', sans-serif;
	background: #f2f2f2;
}

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

.btn {
	font-size: .9em;
}

.btn:focus {
	color: #fff;
}

hr {
	border-color: #DDD;
}

a, a:active, a:focus {
	color: #6bb784;
	text-decoration: none;
}

.pagination > li > a, .pagination > li > a:hover {
	color: #6bb784;
}

.pagination > .active > a, .pagination > .active > a:hover {
	border-color: #6bb784;
	background-color: #6bb784;
}

a:active {
	color: #84cdb9;
}

a:hover {
	color: #84cdb9;
}

.grecaptcha-badge {
    margin: auto;
    margin-top: 15px;
}

#message-send-action {
	position: absolute;
	right: 10px;
	bottom: 55px;
	font-size: 22px;
	cursor: pointer;
	width: 40px;
	text-align: center;
}

#message-send-action i {
	color: #337ab7 !important;
}

#message-input {
	padding-right: 43px !important;
}

select:not([multiple]) {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
	padding: 5px;
    padding-right: 1.5em
}

.text-warning {
	color: #d8cc4c !important;
}

.text-danger {
	color: #da3737 !important;
}

#success-flash-message, #error-flash-message {
	width: auto;
	left: 0;
	right: 0;
	margin: auto;
	max-width: 100%;
	height: 30px;
	line-height: 30px;
	background-color: #41b55c;
	color: #fff;
	text-align: center;
	position: fixed;
	top: 0;
	z-index: 10000;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	display: none;
}

#error-flash-message {
	background-color: #f72e46;
}

/* form inputs */
.cmn-input {
	color: #333;
	width: 100%;
	padding: 5px;
	background-color: #ffffff;
	border: 2px solid #c9c9c9;
	border-radius: 3px;
	min-height: 42px;
	font-size: 17px;
	padding: 0 15px;
	outline: none;
}
.cmn-input:focus {
    border-color: #8ac49d;
}

textarea.cmn-input {
    padding: 15px;
    resize: none;
}

.cmn-input.error {
	border-color: #f72e46;
}

.cmn-input.dark {
	background-color: #e2e2e2;
}

.register-form {
	max-width: 8
}

/* sticky footer */
html {
    position: relative;
    min-height: 100%;
}
body {
    margin: 0 0 150px; /* bottom = footer height */
}

#site-footer {
	background-color: #1b1b1b;
    border-top: 1px solid #242424;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 150px;
}

@media (max-width: 767px) {
	#site-footer {
		height: 318px;
	}
	body {
		margin: 0 0 318px; /* bottom = footer height */
	}
}

#site-container {
	position: relative;
	padding-top: 62px;
	padding-bottom: 20px;
}

#site-header {
	width: 100%;
	margin: auto;
	height: 42px;
	line-height: 42px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    position: absolute;
    z-index: 100;
    top: 0;

    background: #1b1b1b;
    border-bottom: 1px solid #242424;
}

#site-navigation {
	position: absolute;
	right: 15px;
	top: 0;
}

#site-navigation li {
	margin-left: -1px;
	margin-right: -1px;
	padding: 0;
}

#site-navigation a {
	border-bottom: 2px solid #1b1b1b;
	color: #fff;
	height: 42px;
	padding: 10px 30px;
	padding-bottom: 9px;
	text-decoration: none;
	text-transform: uppercase;
}

#site-navigation a.active {
	border-bottom: 2px solid #6bb784;
}

#site-navigation a:hover {
	background-color: #2c2c2c;
}

#mobile-navigation a.nav-link-highlight, #mobile-navigation a.nav-link-highlight:hover, #site-navigation a.nav-link-highlight {
	background-color: #6bb784;
}

#mobile-token-count {
	display: none;
	position: absolute;
	top: 0px;
	right: 100px;
}

#mobile-token-count a:hover {
	text-decoration: none;
}

.btn-thriftem-green {
	background-color: #6bb784;
	color: #fff;
}

.btn-thriftem-green:hover {
	background-color: #6bb784;
	color: #fff;
}

.btn-thriftem-light {
	background-color: #fff;
	color: #8ac49d;
	border-color: #8ac49d;
}

.btn-thriftem-light:hover {
	color: #8ac49d;
	background-color: #f2fbf5;
}

.btn-thriftem-light:focus {
	color: #8ac49d;
}

.btn-grey-background {
	background-color: #f2f2f2;
}

.btn-grey-background:focus {
	color: #8ac49d;
}

.btn-thriftem-lg {
	font-size: 1.1em;
	padding: 10px;
}

.btn-model-blue {
	background-color: #626beb;
	color: #fff;
}

.btn-model-blue:hover {
	background-color: #505ae4;
	color: #fff;
}

/* live cams */
.live-model-container {
	width: 100%;
	border-radius: 3px;
	background-color: #fff;
	height: 220px;
	max-width: 300px;
	margin: auto;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 10px;
    cursor: pointer;
}

.home-model-container {
	height: 280px;
	position: relative;
}

.live-model-image {
	background-color: #fafafa;
    background-size: cover;
    background-position: center;
	height: 160px;
	width: 100%;
}

.home-model-container .live-model-status {
	left: 8px;
}

.home-model-container .live-model-image {
	height: 240px;
}

.live-model-name {
	margin-top: 1px;
}

.live-model-link {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 220px;
	z-index: 4;
}

.home-model-name {
	position: relative;
	padding-top: 5px;
	font-size: 1.1em;
}

.live-model-gender {
	position: absolute;
	right: 10px;
	bottom: 32px;
}

.favorite-model {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 1.3em;
    color: #afafaf;
    z-index: 5;
    cursor: pointer;
}

.favorite-model:hover {
	color: #949494;
}

.favorite-model.disabled {
	cursor: not-allowed;
}

.unfavorite-model {
    display: block;
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 1.3em;
    color: #f72e46;
    z-index: 5;
    cursor: pointer;
}

.unfavorite-model:hover {
	color: #eb1e37;
}

.unfavorite-model.disabled {
	cursor: not-allowed;
}

.model-page-heart {
    right: 20px;
    top: 12px;
}

a.live-model-nudge {
	color: #333;
	font-weight: bold;
	position: absolute;
	right: 0;
}

.live-model-status {
	background-color: #333;
	opacity: .7;
	position: absolute;
	top: 9px;
	left: 10px;
	color: #fff;
	border-radius: 3px;
	padding: 5px 8px;
	letter-spacing: 1px;
	background-color: rgba(218, 55, 55, 1);
	text-transform: uppercase;
	font-size: .9em;
}

.live-model-status i {
	font-size: .9em;
}

.live-model-status-bar {
	font-weight: bold;
	font-size: .9em;
	text-transform: uppercase;
	position: relative;
    margin-top: 3px;
	color: #333;
	border-bottom: 2px solid #333;
}

.live-model-status-bar.live {
	color: #6bb784;
	border-bottom: 2px solid #6bb784;
}

.live-model-status-bar.private {
	color: #626beb;
	border-bottom: 2px solid #626beb;
}

.live-model-status-bar i {
	font-size: .9em;
}

/* register */
.register-background {
    position: relative;
    top: -20px;
	left: 0;
	right: 0;
	background-image: url('/assets/images/registerBackground.png');
	background-position: center;
	background-size: cover;
	width: 100%;
	color: #e2e2e2;
	padding-bottom: 20px;
}

.register-background h1, .register-background h2 {
	color: #fff;
	text-align: center;
	font-size: 1.5em;
	margin-bottom: 2px;
}

.register-background h2 {
	text-align: left;
}

.register-sub-text {
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 30px;
}

ul.benefit-list,
ul.benefit-list li {
    margin-left: 11px;
    padding-left: 0;
}

.benefit-list i {
	color: #6bb784;
}

.contact-container {
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

.already-have-an-account {
	margin-top: 10px;
	text-align: center;
}

/* sign in */
.sign-in-container {
    width: 600px;
    max-width: 100%;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 20px;
    margin: auto;
}

.sign-in-container h1 {
	text-align: center;
	font-size: 1.8em;
}

/* footer */
.footer-label {
	margin-top: 10px;
	margin-bottom: 5px;
	color: #e2e2e2;
}

/* mobile menu navigation */

#mobile-navigation {
	right: -212px;
	position: fixed;
	z-index: 101;
	top: 0;
	height: 100%;
	background-color: #454545;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    overflow: auto;
}

#mobile-navigation.active {
	right: 0px;
}

#mobile-navigation li {
	width: 200px;
}

#mobile-navigation li a {
	display: block;
	text-align: center;
	text-decoration: none;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #454545;
	border-bottom: 1px solid #353535;
	color: #FFF;
	text-transform: uppercase;
}

#mobile-navigation li a:hover {
	text-decoration: none;
	background-color: #353535;
}

#mobile-navigation-toggle-container {
	position: absolute;
	right: 15px;
	top: 8px;
	text-align: right;
}

#mobile-navigation-toggle {
	color: #fff;
	cursor: pointer;
	font-size: 2.8em;
	margin-top: -5px;
}

#mobile-navigation-close {
	cursor: pointer;
}

.support-image {
	max-width: 200px;
	margin: auto;
}

@media (min-width: 991px) {
	#mobile-navigation.active {
		right: -212px;
	}

	#mobile-navigation-toggle {
		display: none;
	}
}

@media (max-width: 991px) {
	#site-navigation {
		display: none;
	}
	#mobile-token-count {
		display: block;
	}
}

/* model page */
.profile-pic {
	width: 200px;
	height: 200px;
	padding: 3px;
	border-radius: 3px;
	border: 2px solid #fff;
	background-color: #fff;
	background-size: cover;
}

.live-model-status-bar.profile {
	margin-top: 5px;
	max-width: 200px;
	font-size: 1.1em;
}

.live-model-status-bar.live.profile {
	cursor: pointer;
}

.profile-pic a {
	outline: none;
	display: block;
	width: 200px;
	height: 200px;
}

.live-model-join {
	font-weight: bold;
	position: absolute;
	right: 0;
}

.profile-nudge-me {
	margin-top: 10px;
	width: 200px;
}

.nudge-text {
	width: 200px;
	margin: 0;
	margin-top: 2px;
	font-size: .8em;
}

.mobile-margin-auto {
	width: 200px;
}

.nav-tabs {
	border-bottom: 2px solid #DDD;
	width: 100%;
	margin-bottom: 10px;
	font-size: 17px;
}
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #6bb784 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #6bb784; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }

@media (max-width: 991px) {
	.mobile-margin-auto {
		margin: auto;
	}
}

.content-area {
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 20px;
}

.content-area p.content-label {
	font-size: 1.2em;
}

.stat-name {
	font-weight: bold;
}

.album-preview {
	position: relative;
    width: 100%;
    max-width: 300px;
    margin: auto;
    border-radius: 3px;
    background-color: #fff;
    height: 210px;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 10px;
}

.album-thumbnail {
    background-color: #333;
    background-size: cover;
    background-position: center;
    height: 160px;
    width: 100%;
}

.album-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.album-preview .locked {
	position: absolute;
	right: 4px;
	bottom: 3px;
	font-size: 1.3em;
}

.album-preview .unlocked {
	color: #6bb784;
}

.album-title {
	padding-top: 3px;
	margin-bottom: 0;
}

.album-title a {
	font-size: .9em;
    max-width: 100%;
    display: block;
    overflow: hidden;
    height: 17px;
}

.photo-count {
	color: #90949c;
	font-size: .9em;
	margin-top: 0;
}

/* photos */
.filter-container {
	position: relative;
	background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    padding-top: 45px;
    margin-bottom: 15px;
}
.filter-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 40px;
	background-color: #1b1b1b;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    text-align: center;
    font-size: 1.3em;
    line-height: 40px;
}

/* account */
.account-info {
	padding: 5px;
	border-radius: 3px;
	min-height: 42px;
	font-size: 17px;
}

.account-status.good {
	color: #6bb784;
}

.account-status.bad {
	color: #f72e46;
}

#change-email-address {
	margin-top: 10px;
}


.toggle.custom, .toggle-on.custom { background-color: green; }

/* contact page */
#contact-success {
	display: none;
}

/* album page */
.photo-preview {
	position: relative;
    width: 100%;
    margin: auto;
    border-radius: 3px;
    background-color: #fff;
    height: 290px;
    border: 1px solid #ddd;
    padding: 4px;
    margin-bottom: 10px;
}

.photo-thumbnail {
    background-color: #333;
    background-size: cover;
    background-position: center;
    height: 280px;
    width: 100%;
}

.photo-thumbnail a {
	display: block;
	width: 100%;
	height: 100%;
}

.view-album-title {
	position: relative;
	width: 100%;
	background-color: #1b1b1b;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    color: #fff;
    font-size: 1.3em;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 10px;
    padding-right: 10px;
}

.view-album-title a {
	position: absolute;
	right: 15px;
}

@media(max-width: 991px) {
	.view-album-title {
		font-size: 1.1em;
	}
	.view-album-title a {
		display: none;
	}
}

/* locked album page */
#unlock-media-form {
	font-size: 1.2em;
}

/* messages */
#messenger-container {
	position: relative;
	background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    padding-bottom: 20px;
    overflow-y: scroll;
    max-height: 400px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

#composer-message-container {
	background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	margin-bottom: 15px;
}

.compose-textarea {
	width: 100%;
    padding: 15px;
    resize: none;
    outline: none;
    border: none;
}

tr.unread {
	background-color: #f1f0f0;
}

.message-container {
	max-width: 100%;
}

.message {
	position: relative;
    max-width: 400px;
    min-width: 67px;
    margin-bottom: 20px;
    word-break:break-all;
}

.my-message {
	color: #fff;
	border-radius: 4px;
	background-color: #0084ff;
    padding: 6px 12px;
    float: right;
}

.their-message {
	border-radius: 4px;
    background-color: #f1f0f0;
    color: rgba(0, 0, 0, 1);
    padding: 6px 12px;
    float: left;
}

.message-time {
	font-size: .8em;
	position: absolute;
	right: 5px;
	bottom: -16px;
	color: #333;
}

.their-message .message-time {
	left: 5px;
}

.no-padding {
	padding-top: 10px;
}

.clickable-row:hover {
	cursor: pointer;
	background-color: #e3e3e3 !important;
}

.message-count-container {
	position: relative;
}

#message-count {
	background-color: #6bb784;
	position: absolute;
	right: 15px;
	top: 3px;
}

.token-count {
	margin-left: 3px;
}

.token-count.has-tokens {
	background-color: #6bb784;
}

.appointment-date {
	color: #fff;
	background-color: #333;
	border-radius: 3px;
	padding: 5px;
	font-size: 1.1em;
}

.appointment-date.confirmed {
	background-color: #6bb784;
}

/* flowplayer */

/* default cursor for screen */
.flowplayer.is-ready .fp-ui {
  cursor: default;
}
/* re-instate pointer cursor for controls
 * and header control elements
 * plus entirely in finished state for replay
 */
.flowplayer.is-ready .fp-controls,
.flowplayer.is-ready .fp-header>*,
.flowplayer.is-finished .fp-ui {
  cursor: pointer;
}
/* do not show play/pause button in controlbar */
.flowplayer .fp-playbtn {
  display: none;
}
/* do not show on-screen pause action indicator on finish */
.flowplayer .fp-pause {
  display: none;
}

.flowplayer .fp-color {
	background-color: #6bb784;
}

.player-container-options {
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
	background-color: #fff;
}

.player-option {
}

.fp-ui {
	height: 100% !important;
}

/* customized error display and message */
.flowplayer.is-offline .fp-controls,
.flowplayer.is-offline .fp-play {
  display: none !important;
}
.flowplayer.is-offline .fp-message {
  color: transparent; /* hides engine prefix of message */
  width: 100%;
  height: 100%;
  background-image: url(/assets/images/interruption.png);
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.flowplayer.is-offline .fp-message h2,
.flowplayer.is-offline .fp-message p {
  font-weight: bold;
  color: #000;
  text-shadow: 1px 1px #fff
}
.flowplayer.is-offline .fp-message h2 {
  margin-top: 15%;
  font-size: 120%;
}

.tip-options {
	width: 90px;
}

.send-tip {
	margin-bottom: 3px;
}

.token-balance {
	text-align: center;
	font-size: 1.4em;
	padding: 10px;
}

.billing-not-setup {
	text-align: center;
	background-color: #f72e46;
	padding: 20px;
	font-size: 1.4em;
	border-radius: 3px;
	color: #fff;
}

.billing-not-setup a {
	color: #fff;
	font-weight: bold;
}

.token-package {
	width: 100%;
	max-width: 400px;
	cursor: pointer;
	border-radius: 3px;
	padding: 10px;
	border: 2px solid #f0f0f0;
	margin: auto;
	height: 64px;
	background: #f5f5f5;
	position: relative;
	margin-bottom: 10px;
}

.token-package:hover {
	background: #f4f3f3;
	border: 2px solid #e4e4e4;
}

.token-amount {
	position: absolute;
	left: 40px;
	top: 10px;
	font-size: 1.4em;
	font-weight: bold;
}

.token-cost {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.2em;
}

.choose-package {
	font-size: 1.1em;
	text-align: center;
}

.token-check-mark {
	position: absolute;
	left: 10px;
	top: 10px;
	font-size: 1.4em;
}

.token-price-per {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: .8em;
	color: #848484;
}

.token-package.checked .token-check-mark {
	color: #6bb784;
}

.token-package.checked {
	border-color: #6bb784;
}

@media(max-width: 1199px) {
	.hide-md-screen {
		display: none;
	}
}

/* faq */
.faq-container {
	margin-bottom: 10px;
}

.faq-question {
	color: #fff;
	background-color: #1b1b1b;
	font-size: 1.3em;
	padding: 10px;
	position: relative;
}

.faq-question i {
	position: absolute;
	right: 10px;
	top: 14px;
}

.faq-answer {
	padding: 10px;
}

.info-box {
	text-align: center;
	border-radius: 3px;
	background-color: #1b1b1b;
	color: #fff;
	padding: 30px;
}

#go-private {
	position: absolute;
	right: 10px;
	bottom: 12px;
	padding-left: 8px;
	padding-right: 8px;
}

.credit-card-overlay {
	z-index: 1000;
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;
    left: 0;
    right: 0;
    border-radius: 3px;
	background: rgba(255, 255, 255, 0.7);
}

.credit-card-overlay p {
	text-align: center;
	font-size: 1.8em;
	margin-top: 80px;
}

.text-bold {
	font-weight: bold;
}

#buy-with-litecoin {
	background-color: #00aeff;
	padding-right: 45px;
    position: relative;
}

#buy-with-litecoin img {
	width: 25px;
    position: absolute;
    right: 10px;
    top: 8px;
}

.or {
  position: relative;
  width: 300px;
  height: 50px;
  margin: auto;

  line-height: 50px;
  text-align: center;
}

.or::before,
.or::after {
  position: absolute;
  width: 130px;
  height: 1px;

  top: 24px;

  background-color: #aaa;

  content: '';
}

.or::before {
  left: 0;
}

.or::after {
  right: 0;
}

#buy-tokens-form {
	padding-bottom: 10px;
}

#local-video-dragger {
	width: 200px;
	min-height: 100px;
	height: auto;
	background-color: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
	border-radius: 3px;
	margin-top: 10px;
}

.local-video-dragger-top {
	position: relative;
    background: #1b1b1b;
    border-bottom: 1px solid #242424;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #fff;
    padding: 5px 10px;
}

#local-video-dragger-handle {
	cursor: move;
	position: absolute;
	right: 10px;
    top: 8px;
}

#mute-cam2cam, #unmute-cam2cam {
	cursor: pointer;
	position: absolute;
	right: 40px;
    top: 8px;
}

#unmute-cam2cam {
	display: none;
}

.loading-model {
	width: 100%;
	height: 300px;
	background-color: #1b1b1b;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	padding: 10px;
	line-height: 300px;
	font-size: 1.2em;
}

.chat-help {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 1.2em;
	cursor: pointer;
	z-index: 1000;
}

#webrtc-error-message {
	display: none;
	width: 100%;
	height: 300px;
	background-color: #333;
	color: #e2e2e2;
	background-image: url('/assets/images/registerBackground.png');
	background-position: center;
	background-size: cover;
}

#webrtc-error-message .error-bar {
	width: 100%;
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
    padding: 10px;
    font-size: 1.1em;
    text-align: center;
}

#webrtc-error-message-text {
	text-align: center;
	padding: 10px;
	padding-top: 30px;
	font-size: 1.1em;
}

.ctn-modal .modal-header {
	background-color: #1b1b1b;
	text-align: center;
	color: #fff;
	font-size: 1.3em;
}

.ctn-modal .modal-header button, .ctn-modal .modal-header button:hover {
	color: #fff;
	text-shadow: none;
	opacity: 1;
}

.browser-warning-alert {
	display: none;
}

@media(max-width:991px) {
	#change-screen-size {
		display: none;
	}
}
