@charset "utf-8";

body{
	background-color:#eee;
	/* font-family: 'verdana', 'Arial', 'Helvetica', sans-serif; */
    font-family: 'Roboto Condensed', sans-serif !important;
}

#video_wrapper{
	/* background-color:#fff;
	border-radius:5px; 
	border:#ccc 4px solid;  */
	max-width:1000px; 
	min-width:300px;
	padding:20px;
    margin: 0 auto !important;
}

.kWidgetIframeContainer{
    margin: 0 auto;
}

.logo_wrapper{
	padding-bottom:20px; 
	width:8%; 
	min-width:50px;
	float:left; 
	display:inline-block;
}

.logo{
	width:100%;	
}

.title_wrapper{
	
	margin-left:10px;  
	float:left; 
	display:inline-block; 

}

.site_title{
	font-weight:bold;
	font-size:1.4em;
	color:#2b3e42; 
	padding:3px 0;
}

.site_subtitle{
	color:#999; 
	font-size:1em; 
	padding:0px 3px;	
}

#player{
	clear:both;
}

.item_title{
	font-weight:bold;
	font-size:0.7em;
	color:#2b3e42;  
	padding:0.5em 0.1em;
}

.external_link_wrapper{
	display:block;
	font-size:11px; 
	color:#999;
	padding-top:5px;
}

.external_link{
	float:right;
	font-size:11px;
	padding:7px 0;
	width:33%;  
	border-radius:3px; 
	border:#ccc 1px solid; 
	display:block; 
	margin:10px 0; 
	padding:5px; 
	text-align:justify;
}


.external_link_icon{
	margin-right: 10px;

}

.link_icon{
	
}

.generic_wrapper{
	width:100%;
	background-color: #ffffff;
	text-align:left;
	min-width: 300px;
}

.generic_banner{
	position: fixed;
	/* left:0; */
	height: 70px;
	/* margin: 0 0 !important; */
	width: 100%;
	background: rgb(255,255,255);
	/* text-align: right; */
	z-index: 100;
	/* padding:0px;
	min-width: 300px; */

}

.generic_banner {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}


.generic_logo_wrapper{
	/* float:left;  */
	/* display:inline-block; */
	/* width:55px; */
    width: 20%;
}

.playerTitle {
    width: 60%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 21px;
    line-height: 22px;
    text-align: justify;
}

.titleName {
    font-weight: 500;
}

.playerUtils {
    width: 18%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
}

.generic_logo{
	/* max-width:175px !important; */
	margin: 0px 15px 0 5px;

}

.generic_title_wrapper{ 
	float:left; 
	display:inline-block; 
	padding:15px 0 0 20px;
	text-align:left;
}

.generic_site_title{
	font-weight:bold;
	font-size:1.2em;
	color:#2b3e42; 
}

.generic_site_subtitle{
	color:#999; 
	font-size:0.9em; 
}

.generic_info{
	height:30px;
	background-color:#2b3e42;
	clear:both;
	position: fixed;
	z-index: 200;
	width:100%;
	text-align:left;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	padding:2px 0 0 10px ;
}

#generic_nopreview, #notexists, #notpublished,.noflash{
	padding:30px 0px;
	color:#443e3e !important;
	font-weight:bold;
    width: 100%;
    text-align: center;
    font-size: 20px;
	display:inline-block;
	background-color:#fff;
}

.inner_generic_nopreview {
	padding: 70px 60px;
    /* border: 2px solid gray; */
    width: 60%;
    margin: 0 auto;
    box-shadow: 3px 5px 12px 2px #818181cf;
	-webkit-box-shadow: 3px 5px 12px 2px #818181cf;
	-o-box-shadow: 3px 5px 12px 2px #818181cf;
	-ms-box-shadow: 3px 5px 12px 2px #818181cf;
	-moz-box-shadow: 3px 5px 12px 2px #818181cf;
	background: #efe4d5;
    border-radius: 20px;
}

.noReviewIntro img {
    float: left;
    max-width: 120px;
    margin-right: 20px;
}

.noReviewIntro {margin-bottom: 60px;}

.noReviewIntro p {
    position: relative;
    top: 30px;
}

.fixerIcon {
	max-width: 35px;
	min-width: 35px;
	max-height: 45px;
    margin-right: 10px;
    position: relative;
    top: 10px;
}

#generic_nopreview a{
	color:#428bca;
}

#generic_nopreview a:hover{
	color:#2a6496;
}


#html_container{
	width:100%;
}

#flash_container{
	text-align:left;
	width:100%;
}

#img_container{
	width:100%;
	clear:both;
	min-width:50px;		
	padding:10px;
	border:#eee 1px solid;	
}


#content_frame{
	width:100%;
	height:100%;
	border:none;
}

#content_img,
#preview_content_img{
	width:100%;
	min-width:50px;
	/*max-width:1000px;*/ 
}


.content_frame{
	width:100%;
	height:100%;	
}

.toggleDisplay{
	display:inline-block;
	width:30px;
	height:30px; 
	position:absolute;
	bottom:-30px;
	right:50px;
	z-index:300;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	border:#333 1px solid;
	border-top:none;
	background-color:#fff;
	cursor:pointer;
	
}
#hideDisplay{
	background-image:url(../images/arrowup.png);
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:3px 3px;	
}
#showDisplay{
	display:none;
	background-image:url(../images/arrowdown.png);
	background-repeat:no-repeat;
	background-size:24px 24px;
	background-position:3px 3px;
		
}


.content_hide{
	margin-top:30px !important;
    margin: 0 auto;
}

.content_show{
	margin-top:101px !important;
    margin: 0 auto;
}

.banner_hide{
    top:-70px;
}

.banner_show{
    top:0px;
}

.info_hide{
    top:-59px;
}

.info_show{
    /* top:118px; */
}

/* @media (max-width: 1500px) {
    .playerTitle {
        font-size: 20px;
        line-height: 21px;
    }

    .generic_banner {
        height: 70px;
    }
} */

.logo_lor {
    width: 290px !important;
    margin-top: 10px;
}

.logo_pafse {
    max-width:175px !important;
}

.logo_oep {
    width: 245px !important;
    margin-top: 5px !important;
}

.logo_icreate {
    max-width: 193px !important;
}

.logo_ugc {
    width: 235px !important;
}

.logo_video {
    width: 250px !important;
    margin-top: 10px;
}

@media (max-width: 1270px) {
    .generic_logo {
        width: 160px;
    }


}

.nullTrigger{	
	display:inline-block; 
	vertical-align:top;
	margin-left:30px;
	width:16px;
	height:16px;
}
.instructionTrigger{	
background-image:url(../images/warn.png);
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:0px 0px;
	display:inline-block; 
	vertical-align:top;
	cursor:pointer;
	margin-left:30px;
	width:16px;
	height:16px;
}
.instructionText{
	background-color:#fef5e4;
	display:none;
	z-index:10000;
	width:40%;
	padding:5px;
	text-align:justify;
	border-radius:3px;
	border:#C60 2px solid;
	font-weight:normal;
	color:#000;
	cursor:pointer;
}


#doorbell fieldset {
width:100%;
background:none;
 /*-font-family: "Roboto Condensed",sans-serif !important;
   font-size: 1.4rem  !important;*/
    font-style: normal  !important;
    line-height: 1rem  !important;
}

#doorbell legend {
background:none;
color:#2b3e42;
    font: 17px/21px Calibri, Arial, Helvetica, sans-serif; 
    font-weight: bold;
}
#intro-text{
	/* margin-left: 10px;
     margin-right: 10px;
	 */
	
}

#doorbell form {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #fafafa;
    border-radius: 5px;
    box-shadow: 5px 5px 5px 0 #888;
    margin: 0;
    padding: 21px 20px 15px;
}

#doorbell  {
    width:480px;
	font-size: 10pt;
}
#doorbell .buttons button {
	color: white;
    cursor: pointer;
    display: block;
    font-size: 16px;
    height: 39px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
#doorbell .btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}


#doorbell .buttons button *::before, *::after {
    box-sizing: border-box;
}

#doorbell ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #ccc;
	font-size:12px;
	font-style:italic;
}
#doorbell :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #ccc;
	font-style:italic;
}
#doorbell ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #ccc;
	font-style:italic;
}
#doorbell :-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#ccc;
	font-style:italic;
}
#doorbell-button {
	/*visibility: hidden !important;*/
}

#doorbell-attach-screenshot-wrapper{

}
#doorbell form textarea{
	/*float: left;*/
}


#doorbell-email-label{
font-size: 13.2px;
    margin-bottom: 5px;
    margin-top: 12px;
	margin-left:10px;
}


#doorbell form textarea, #doorbell form input[type="email"] {
	margin-top:20px;
}





/** Media quieries **/
/* @media only screen and (min-width:640px) and (max-width:1140px) {
	.generic_info{
		height:30px;
	}
	.content_show{
		margin-top:100px;	
	}

	.banner_hide{
		top:-100px;
	}
	.info_hide{
		top:-35px;
	}	
} */

@media only screen and (min-width:0px) and (max-width:639px) {
	.generic_info_txt{display:none}
}

@media screen and (max-width:500px) {
	.generic_info {
		height: 40px;
	}
}

@media (max-width: 992px) {
    .playerTitle {
        visibility: hidden !important;
    }
}