@media (min-width:1200px) {
.container {
	width: 1200px;
}
}

/****/

body {
	background-color: #f2f0ed;
	line-height: normal !important;
}

p.logo-mobile {
    text-align: center;
}

  /* Center the modal vertically and horizontally */
  .modal {
    text-align: center;
    padding: 0;
  }

  .modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjust for the negative margin applied to .modal-dialog in Bootstrap */
  }

  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }

  .modal-title {
    font-family: system-ui;
    font-size: 20px;
  }

  .modal-body {
    font-family: system-ui;
    font-size: 16px;
  }

.poster,
.form,
.joinform,
.video {
  transition: height 1s;
}

.video {
	filter: contrast(115%) brightness(105%) !important;
}

#muteButton {
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 60px;
    color: white;
    font-size: 2.5em;
    text-shadow: 1px 1px 1px #000000;
}

@media only screen and (max-width:1024px) {

	#muteButton {
		right: 10px;
		top: 10px;
	}

}

button.signupButton {
    cursor: pointer;
    color: #fff;
    background-color: #fc531d;
    border-color: #fc531d;
    display: block;
    width: 300px;
    max-width: 100%;
    padding: 1rem 1.25rem;
    font-size: 21px;
    text-shadow: 0 0.5px 0.5px #000;
    line-height: 1.5;
    border-radius: 0.3rem;
    border: 0px;
    margin: auto;
}

.button-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.performer_flag {
    height: 20px;
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 2px 1px #ffffff;
    box-shadow: 0px 0px 2px 1px #ffffff;
    vertical-align: middle;
    margin-top: -0.25em;
}

.live {
    margin-left: 5px;
    padding: 6px;
    background-color: #129e5d;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    animation: blink-circle 2s linear infinite;
}

@keyframes blink-circle {
	50% { opacity: 0; }
}

@keyframes blink-cam {
	30% { opacity: 0; }
}

@keyframes blink-lock {
	30% { opacity: 0; }
}

.jumbotron {
	margin-left: 10px;
	margin-right: 0px;
}


img.full {
	width: 100%;
}

.firstsection
{
	margin-bottom: 40px;
}

h1 {
	font-size: 35px;
	font-weight: bold;
	text-align: center;
	color: #83c30c;
	letter-spacing: -1px;
	margin-top: 10px;
}

.poster {
	margin-left: 359px;
	margin-top: 55px;
}

.ribbon {
	font-size: 43px;
	word-wrap: break-word;
	width: 458px;
 	position: relative;
 	background: #fc531d;
 	color: #fff;
 	text-align: center;
	padding: 20px 15px 20px 15px;
 	margin: 0px;
}


.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #ac2a00 transparent transparent transparent;
 bottom: -1em;
 margin: 0 1px;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}


h2 {
	color: #febe7d;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	margin-top: -6px;
	letter-spacing: -1px;
	margin: auto;
	width: 100%;
	margin-bottom: 10px;
}

h3 {
	font-size: 20px;
	color: #febe7d;
	font-weight: 400;
	text-align: center;
	margin-top: 0px;
	text-transform: capitalize;
	width: 90%;
	margin: auto;
	padding-bottom: 25px;
	line-height: 25px;
}

.form
{
	margin-top: 15px;
}

.video
{
	overflow: hidden;
}

video#bgvid
{

	position: relative;
    background: url(images/poster.jpg) no-repeat;
    background-size: 100% 100%;
    top: 0px;
    left: 0px; /* fixed to left. Replace it by right if you want.*/
    min-width: 100%;
    min-height: 710px;
    width: auto;
    height: auto;
	overflow: auto;
}

.tokens
{
	float: left;
	left: 20px;
	position: absolute;
}

.highlight
{
	font-weight: bold;
	color: #dd5321;
}

.logo
{
	margin-top: -2px;
    /* width: 120px; */
    height: 36px;
}

.logo-mobile
{
	display: none;
}


.joinform-wrapper
{
	position:absolute;
    margin-left: -40px;
	top: 50px;
	text-align:center;
}

.joinform
{
	background:#fff;
	width: 370px;
	margin-bottom: 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}


.joinform-white
{
	background-color: #000;
	padding: 20px 5px 1px 5px;
}

iframe
{
	height: 225px;
	width: 90%;
}

.arrow
{
	width: 100%;
}

.ghostbutton
{
	text-align: center;
}


.whitearrow
{
	margin-top: -33px;
	text-align: center;
}

.statement
{
	font-size: 10px;
	color: #656565;
	line-height: 14px;
	text-align: center;
	width: 80%;
	margin: auto !important;
}

.bottom-button
{
	padding: 0px 0px 30px 0px;
}

.bottom-logo
{
	padding-bottom: 10px;
	text-align: center;
}

.padding
{
	padding: 10px;
}

/**** BUTTONS ****/

.btn-orange {
	color: #ffffff;
	background-color: #fc531d;
	border-color: #e83c00;
	border-radius: 6px;
}

.btn-ghost, .btn-ghost:visited {
	color: #ffffff;
	background-color: transparent;
	border-color: #ffffff;
	border-radius: 6px;
	font-size: 18px;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px
}

.btn-ghost:hover {
	border-color: #a0a0a0;
	color: #fff;
}



.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	color: #ffffff;
	background-color: #e83c00;
	border-color: #e83c00;
}
.btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
	background-image: none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus, .btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled:active, .btn-orange[disabled]:active, fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-orange .caret {
	border-color: #ffffff transparent;
}
.btn-green {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-greeen.active, .open .dropdown-toggle.btn-green {
	color: #ffffff;
	background-color: #60830b;
	border-color: #60830b;
}
.btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
	background-image: none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus, .btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled:active, .btn-green[disabled]:active, fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-greeen .caret {
	border-color: #ffffff transparent;
}
.btn-help {
	padding: 3px 9px;
	font-size: 13px;
	line-height: 1.5;
	font-weight: bold;
	border-radius: 100px;
	color: #e83c00;
}
.btn-blueMed {
	color: #ffffff;
	background-color: #3772ba;
	border-color: #3268aa;
}
.btn-blueMed:hover, .btn-blueMed:focus, .btn-blueMed:active, .btn-blueMed.active, .open .dropdown-toggle.btn-blueMed {
	color: #ffffff;
	background-color: #0a5079;
	border-color: #0a5079;
}
.btn-upgrade {
	color: #ffffff;
	background-color: #70A60B;
	border-color: #70A60B;
}
.btn-upgrade:hover, .btn-upgrade:focus, .btn-upgrade:active, .btn-upgrade.active, .open .dropdown-toggle.btn-upgrade {
	color: #232323;
	background-color: #FFCA27;
	border-color: #FFCA27;
}
.btn-upgrade .caret {
	border-color: #ffffff transparent;
}
.btn-xlrg {
	padding: 9px 18px;
	font-size: 30px;
	line-height: normal;
	letter-spacing: 0px;
	font-weight: bold;
	color: #fff;
}
.optn {
	color: #444;
	background-color: #FFF;
	border-color: #C4C4Cf;
	font-family: Arial, Helvetica, sans-serif !important;
}
.optn:hover {
	background-color: #fff;
	border-color: #111;/*color:#111;*/
}
.optn:focus, .btn-upgrade:active, .optn.active, .open .dropdown-toggle.optn {
	color: #fff;
	background-color: #9494A4;
	border-color: #a4a4AF;
	text-shadow: 0px -1px 2px rgba(0, 0, 0, 0.2);
}
.optn .caret {
	border-color: #333 transparent;
}
/******  END BUTTONS   ******/

/****  LAYOUT  ****/

.cont-wrap {
	width: 100%;
	width:996px;
	max-width: 996px;
	margin: 0 auto;
	padding: 1px 10px 0px 10px;
	margin-top: -1px;
}
#header {
	padding: 15px 0px;
}
.bar {
	height: 6px;
}
.bar.cl1 {
	background-color: #ee1f25;
}
.bar.cl2 {
	background-color: #f47f20;
}
.bar.cl3 {
	background-color: #f3ec17;
}
.bar.cl4 {
	background-color: #0c8041;
}
.bar.cl5 {
	background-color: #3853a4;
}
.bar.cl6 {
	background-color: #8e3f9a;
}
.spl-wrap {
	padding-top: 1%;
}
.splash {
	text-align: center;/*border-top: 8px solid #fc531d; */
}
#main {
	min-height: 500px;
	padding: 24px 0px;
}
.subNav {
	margin-bottom: 24px;
	color: #c4c4c4;
}
.subNav p {
	font-size: 16px;
}
.clearfix {
	clear: both;
}
/****  FOOTER  ****/

.copyright
{
	font-size: 10px;
	text-align: center;
	color: #b0b0b0;
	margin-bottom: 40px;
}

#footercenter {
	background-color: #000;
	margin-top: 85px;
}





@media only screen and (max-width:1024px) {

.ribbon {
	height: unset !important;
}

.bottom-button
{
	padding: 20px 0px 30px 0px;
}

.logo-mobile
{
	display: block;
	top: 0px;
	z-index: 100;
	padding: 10px 10px 9px;
	margin: 20px;
}

video#bgvid
{
    min-height: 0px !important;
    width: 100%;
}

.poster {
    width: 70%;
    display: block;
    margin: 0 auto !important;
}

.jumbotron {
	margin-left: 0;
	margin-right: 0;
}


.firstsection
{
	margin-bottom: 0px;
}


iframe
{
	width: 90%;
}


.logo
{
	margin-top: -4px;
    width: 126px;
    height: 40px;
}

.joinform-wrapper
{
	position: relative;
	width: 100%;
	float: right;
	top: -4px;
}


h1 {
	font-size: 55px;
}

h2 {
	font-size: 32px;
}

h3
{
	font-size: 23px;
	width: 80%;
}

.joinform
{
	height: auto;
	width: 70%;
}

.ghostbutton
{
	display: none;
}


.statement
{
	text-align: center;
	margin-left: 0px;
	padding-bottom: 20px;
	width: 90%;
}

.tokens
{
	bottom: 5px;
	left: -20px;
}

.ribbon {
    font-size: 53px;
    display: block;
    width: 70%;
    margin: 0 auto;
    padding: 20px 15px 20px 15px;
}

.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 display: none;
}

.container {
	padding-left: 0;
	padding-right: 0;
}

.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-left: 0;
	padding-right: 0;
}

.aboutcam4 {
	margin-left: 50px;
	margin-right: 50px;
}

.copyright {
    margin: 0 20px 20px 20px;
}

#footercenter {
	margin-top: 0;
}
}

@media only screen and (max-width:1024px){

	.video {
		max-height: 75vh !important;
	}


.poster {
    height: 100% !important;
	max-height: 75vh;
}

.logo
{
	margin-top: 1px;
	width: 93px;
	height: 25px;
}


h1 {
	font-size: 45px;
}

h2 {
	font-size: 30px;
}

h3
{
	font-size: 20px;
}


.btn-xlrg
{
	font-size: 25px;
}


.logo-mobile
{
	padding: 7px 5px 5px;
	margin: 5px;
}

.logo-mobile img, .bottom-logo img {
	width:320px;
	max-width: 30%;
}

.ribbon {
	font-size: 45px;
	width: 100%;
	padding: 20px 15px 20px 15px;
}

.poster {
	margin-left: 0 !important;
	margin-top: 0 !important;
	width: 100% !important;
}

.joinform
{
	height: auto;
	width: 100%;
}
}

@media only screen and (max-width:480px){



.btn-xlrg
{
	font-size: 19px;
}

h1 {
	font-size: 35px;
}

h2 {
	width: 70%;
}

.ribbon {
	font-size: 33px;
	margin-top: 0px;
}

p
{
	font-size: 14px;
	line-height: 21px;
}

.form
{
	margin-top: 15px;
}

.joinform
{
	padding-bottom: 10px;
}

}


@media only screen and (max-width:360px){


.ribbon {
	font-size: 30px;
}

h1 {
	font-size: 30px;
}

h2
{
	width: 100%;
	font-size: 24px;
}



.full
{
	margin-top: -5px;
}

.btn-xlrg
{
	font-size: 17px;
}

.statement
{
	text-align: center;
}

}




/*
*/


.ribbon{
	background-color:#fc531d !important;
	color:#ffffff !important;
}
.ribbon-content:before{
	border-color: #a43613 transparent transparent transparent !important;
}
.ribbon-content:after{
	border-color: #a43613 transparent transparent transparent !important;
}
.ui-btn-inner{
	background-color: #fc531d !important;
}
.ui-btn-inner:hover {
	background-color: #e34b1a !important;
}
.highlight {
	color: #fc531d !important;
}
.joinform-white{
	background-color:#000000 !important;
}
.joinform-white h2,
.joinform-white h3{
	color: #f2f2f2 !important;
}
#footercenter {
	background-color: #000000 !important;
}
.aboutcam4 {
	font-size: 18px;
	color: #f2f2f2;
	font-weight: 200;
	text-align: center;
	line-height: 27px;
	margin: 40px 0 10px 0;
}
.aboutcam4,
.copyright{
	color: #f2f2f2 !important;
}

#signupForm {
    display: none;
	background-image: url('data:image/svg+xml,\
	<svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 -20 40 40">\
	<style> circle { animation: 4s a infinite linear, 3s o infinite linear; }\
	@keyframes a {from{stroke-dasharray:100 0}50%25{stroke-dasharray:0 100}to{stroke-dasharray:100 0}}\
	@keyframes o {from{stroke-dashoffset:375}to{stroke-dashoffset:75}}\
	<%2Fstyle><circle r="15.9154943092" stroke-width="7" fill="none" stroke="black" />\
	</svg>');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 75px;
}