img{ -ms-interpolation-mode: bicubic; border: 0px}

* {
	box-sizing: border-box;
  }

body, input, select, textarea, button {
  margin: 0px;
}
html{ height: 100%;}
textarea {
	padding: 3px;
}
input,textarea,select{
	font-family:inherit;
}
body{
	height: 100%; 
	padding-bottom: 0px !important;
	background-color:#efeeeb;
	width: 100% !important;
	font-family:'Cabin Condensed', sans-serif;
	overflow:auto;
}
body a{ text-decoration: none; color: #225790}
a:hover{ text-decoration: underline; }

.clear { 
	clear:both;
}
.show768{
	display:none !important;
}
.slicknav_btn{
	display:none !important;
}
.menuicon{
	font-size: 20px;
    border-radius: 5px;
    padding: 2px;
    background: #c6c4c4;
	padding: 0px 4px;
    height: 26px;
}
.clear10 { 
	clear:both;
	height:10px;
}
#content{
	margin: 0 auto;
	padding: 10px 5px;
	min-height: 100px;
	padding-top:59px;
}

#wrapper {
	max-width: 1400px;
	min-height: 100%;
	height: auto !important;
	margin: 0 auto -120px; /* the bottom margin is the negative value of the footer's height */
}
#homepagecenter{
	float: left;
	width: 54%;
	margin-left: 1%;
  	padding: 0px;
}
#homepageleft,#homepagecenter,#homepageright{
	display:none;
}
#right{
  padding: 0px;
}
.leftcolumn{
width: 22%;
padding: 0px;
}

.rightcolumn{
width: 22%;
float: right;
  padding: 0px;
}

#center{
	margin-top: 10px;
	min-height: 100px;
	float: left;
	width: 472px;
	margin-left: 5px;
	text-align: center;
}

.form-error,
.form-success{	
	border: 1px solid #13903f;
	color: #13903f;
	font-size: 18px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	position:relative;
}

.form-error{
	border: 1px solid red;
	color: red;
	background: #fffce8;
}

.form-error span,
.form-success span{	
	position:absolute;
	top:0px;
	right:0px;
	background: #13903f;
	color: white;
	padding: 5px;
	cursor: pointer;
}

.form-error span{
	background: red;
}

.form-error p,
.form-success p{
	font-size: 18px;	
	padding: 10px !important;
	margin: 0px !important;
}

.form-error li,
.form-success li{	
	padding: 2px 10px !important;
	margin: 0px !important;
}

.form-error ul,
.form-success ul{	
	list-style-type: square;
}

/*Header*/
/*------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------------*/
#tvheader{
	margin: 0 auto;
	background: #efeeeb;
	height:55px;
	border-bottom: 2px solid grey;
}

#headermenu {
 position: relative;
 bottom: 0px;
}

#tvheader .wrapper{
  	width: 100%;
	margin: 0 auto;
  	position: relative;
}

#tvheader .logo a{	
	display: block;
	float: left;
	height: 50px;
	margin-top: 5px;
}

#tvheader .logo{	
	float: left;
	text-align: center;
	color: gray;
	font-size: 12px;
	height: 50px;
	margin: 0px 0px 0px 10px;
	width:134px;
}

#tvheader #usermenu{	
	float: right;
	padding-top: 7px;
}

#tvheader #usermenu form{	
	float: left;
	margin: 4px;
	margin-left: 4px;
	margin-top: 2px;
  margin-right: 60px;
}


#tvheader #usermenu form input[type=image]{	
	position: relative;
	margin-bottom: -5px;
}

#tvheader #usermenu .welcome{
  margin: 0px;
	text-align: right;
	color: black;
	padding: 3px;
	margin-right: 3px;
	margin-top:2px;
	font-weight: bold;
	font-size: 18px;
  float: right;
  margin-left: 5px;
}

#tvheader #usermenu .welcome a:hover{
	text-decoration: underline;
}

#tvheader #usermenu .welcome a{
	text-decoration: none;
	cursor: pointer;
	text-shadow: none;
}
#tvheader #usermenu .welcome a:hover{
	text-decoration: none;
}

#tvheader #usermembership{
	float: right;
  	font-size: 22px;
	width:275px;
	text-align: right;
	margin-right: 10px;
	margin-top: 25px;
}

#tvheader .searchmagnifying{
	width: 23px;
    float: left;
    margin-top: 16px;
    margin-left: 1%;
}

#tvheader #menu{
	clear: both;
}

#tvheader ul{
  padding: 0px;	
	margin: 0px;
}

#tvheader .sharebuttons{
	float:right;
	margin-right:2%;
	padding-top: 8px;
	width:11%;
}

.togglesearch{
background: #E8E8E4;
position: absolute;
top: 44px;
left: 5%;
width: 500px;
max-width: 70%;
height: 57px;
line-height: 60px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
border-top:4px solid #225790;
z-index:1010;
font-size:16px;
display: none;
}

.togglesearch input[type="text"]{
width: 60%;
padding: 5px 10px;
margin-left: 10px;
border: 1px solid #225790;
outline: none;
float:left;
font-size:16px;
}

.togglesearch input[type="select"]{
width: 40%;
padding: 5px 0;
color: #fff;
margin-left: -6px;
margin-right:5px;
outline: none;
cursor: pointer;
}

#searchtype,
#query
{
padding: 2px;
}

#terms-page,
#guest{
	background: white;
	padding: 10px;
}

#terms-page h1{	
	text-align: center;
	margin-bottom: 10px;
	font-size:24px;
	color: #225790;
}

#terms-page h2{	
	text-align: left;
	margin-bottom: 5px;
	font-size:22px;
	color: #225790;
}

#terms-page h3{	
	text-align: left;
	margin-bottom: 5px;
	font-size:20px;
}

#terms-page p{	
	text-align: left;
	margin-bottom: 5px;
	font-size:18px;
	line-height:1.2em;
}

#terms-page ul{
	list-style-type: square;
	margin: 10px;
	margin-left: 1em;
	font-size:18px;
	line-height:1.2em;
}

#terms-page ul li{
	margin-bottom: 5px;
}

.f-nav{ 
z-index: 999; 
position: fixed !important; 
top: -1px; 
width: 100%;
max-width: 1400px;
bottom: inherit !important;
} 

.tvbutton{
min-width: 30px;
padding: 3px 5px;
text-align: center;
cursor: pointer;
font-size: 18px;
margin: 1px 0px 0px 0px;
text-decoration: none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
display: inline-block;
font-family: inherit;
}
.bluebutton{
  background-color: #51b9dc;
  color: white;
  border: 1px solid #666666;
}
.bluebutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}
.greenbutton{
  background-color: #53a93f;
  color: white;
  border: 1px solid #666666;
}
.greenbutton:hover{
color: #ddd;
border: 1px solid #888;
text-shadow: 1px 1px 1px black;
}
.mainbutton{
  background-color: #e8dbb6;
  color: #225790;
  border: 1px solid #888888;
}
.mainbutton:hover{
color: #766302;
border: 1px solid #3e3e3e;
text-decoration: none;
background:#d3e8ed;
font-weight:bold;
}
.tinybutton{
font-size: 11px;
padding: 1px 9px;
margin: 0px;
font-weight: normal;
line-height: 20px;
margin-top: 2px;
text-shadow: inherit;
}
.tinybutton:hover{
 text-shadow: inherit;
}
.paddedbutton{
padding: 0px 5px;
}
.fullwidthbutton{
	width:100%;
}
.font18{
font-size: 18px;
}
.font17{
font-size: 17px;
}
.font16{
font-size: 16px;
}
.font14{
font-size: 14px;
}
.starratings{
	text-align:center;
	width:100%;
	font-size:32px;
}
/* use reverse flexbox to take advantage of flex-direction: reverse */
.mystar-rating {
	display: flex;
	align-items: center;
	width: 300px;
	flex-direction: row-reverse;
	justify-content: space-between;
	margin: 10px auto;
	position: relative;
  }
  /* hide the inputs */
  .mystar-rating input {
	display: none;
  }
  /* set properties of all labels */
  .mystar-rating > label {
	width: 60px;
	height: 45px;
	font-family: Arial;
	font-size: 60px;
	transition: 0.2s ease;
	color: orange;
  }
  /* give label a hover state */
  .mystar-rating label:hover {
	color: #ff69b4;
	transition: 0.2s ease;
  }
  .mystar-rating label:active::before {
	transform:scale(1.1);
  }
  
  /* set shape of unselected label */
  .mystar-rating label::before {
	content: '\2606';
	top: 10px;
	line-height: 40px;
  }
  /* set full star shape for checked label and those that come after it */
  .mystar-rating input:checked ~ label:before {
	content:'\2605';
  }
  .mystar-rating input:hover ~ label:before {
	content:'\2605';
  }
  
  @-moz-document url-prefix() {
	.mystar-rating input:checked ~ label:before {
	font-size: 66px;
	line-height: 41px;
	}
  } 

#replaywebinar.seccion #left {
    width: 200px;
    margin: 5px;
    margin-left: 0px;
    border: none;
    float: left;
}
#replaywebinar.seccion #right {
	width: calc(100% - 210px);
	float:right;
}
.updownarrow{
	position:absolute;
	bottom:35px;
	left:20px;
	opacity:.8;
	font-size:36px;
}
.smallicon{
	width:24px;
}

#home h1, #library h1, #hospital h1, #upload-script h1, #upload-snip h1, #profile h1, #assigns h1, #sub h1, #tvstore h1, .showevents h1, .showevent h1,
#home h2, #library h2, #hospital h2, #upload-script h2, #upload-snip h2, #profile h2, #assigns h2, #sub h2, #tvstore h2, .showevents h2, .showevent h2,
#home h3, #library h3, #hospital h3, #upload-script h3, #upload-snip h3, #profile h3, #assigns h3, #sub h3, #tvstore h3, .showevents h3, .showevent h3,
#home p, #library p, #hospital p, #upload-script p, #upload-snip p, #profile p, #assigns p, #sub p, #tvstore p, .showevents p, .showevent p, #group p  {
  margin: 0px;
  padding: 0px;
}


#townstatspage h1, #addons h1,
#townstatspage h2, #addons h2,
#townstatspage h3, #addons h3,
#townstatspage p, #addons p {
  margin: 0px;
  padding: 0px;
}

#home #right .banner,
#home #left .banner{	
	margin: 10px auto;
}

#left .billboard{
	margin: 0px auto;
	text-align: center;
	overflow: hidden;
  border: 1px solid #999;
}

#left .banner img{
	float: left;	
}

#left .widget h1{	
	height: 40px;
	padding: 0px 0px 4px -5px;
	margin: 0px 0px 4px -5px;
  color: black;
	font-size: 14px;
}

#left .widget  .thumb img{
	max-width: 50px;
	max-height: 50px;
	margin-bottom: 5px;
}

.seccion #intro{
	width: 100%;
	border: 1px solid grey;
	text-align: center;
	background: #e6edf9;
	padding: 10px;
	background: url(/siteimages/p6.webp);
}
.reviews h1{
	padding: 0px 0px 4px -5px;
	margin: 0px 0px 10px -5px;
}

.reviews .review{
	text-align: left;
  float: left;
  width: 100%;
	padding-top: 0px;
  border-bottom: 1px dotted grey;
}
.reviews .review .inf,
.sub .scriptinfo,
#newresidents .userdata,
#findfriends .userdata{
	width:calc(100% - 66px);
	float:left;
	text-align:left;
}
.reviews .review .thumb,
.sub .thumb,
#newresidents .resident .thumb,
#findfriends .resident .thumb{	
	float: left;
	margin-right: 5px;
	text-align: center;
	position: relative;
	width:60px;
}
.reviews .review .inf .by{
	font-size:14px;
}
.reviews .review .thumb img,
.sub .thumb img,
#newresidents .resident img,
#findfriends .resident img{	
	max-width: 100%;
    max-height: 100px;
	margin-top:2px;
}
.reviews .review .thumb .newpost{
	color: red; 
	border: 1px solid grey; 
	background: #ddd; 
	padding: 0px 3px; 
	position:absolute;
	bottom: 0px;
    left: 10px;
    width: calc(100% - 20px);
	font-weight: bold;
}
.reviews .review p{	
	font-size: 14px;
	line-height:1.2em;
}
.reviews .review h2{	
	font-size: 16px;
	margin-top: 0px;
	line-height:1.1em;
}
.reviews .review h3{	
	font-size: 16px;
	margin-top: 0px;
}
.reviews .review a.info-balloon{	
	display: block;
	width: 21px;
	height: 19px;
	float: right;
	margin: 0px;
	background: url('/imagenes/info_medium.png') no-repeat;
}
.widget{	
	padding: 0px 5px 5px 5px;
	font-size: 18px;
	width: 100%;
	float: left;
	margin-bottom:10px;
}
.widget.collapsedwidget{
	padding-bottom:2px;
}
.widget.collapsedwidget .widgettitle{
	border:none;
	margin-bottom:0px;
}
.widget.collapsedwidget .widgetcontents{
	display:none;
}
.widgetupdown{
	position:absolute;top:6px;right:9px;font-size:22px;color: #234a81;
}
.enclosedwidget{
	border: 1px solid grey;
    border-radius: 10px;
    background: #fffdfb;
	padding: 0px 5px 5px 5px;
	float:left;
	width:100%;
}
.widget p.no-new{
	padding: 20px 0px;
	text-align: center;
}
.widget h1{	
	height: 40px;
	color: black;
	font-size: 14px;
	margin-bottom: 0px;
}
.widget h1 img{
	margin: 4px 4px;
	margin-bottom: 0px;
	float: left;
}
.widget h1 span{
	margin: 9px 2px;
	margin-bottom: 0px;
	float: left;
}

.widget .sub{
	clear: both;
}

#newresidents img,
#findfriends img{	
	max-width: 60px;
	max-height: 60px;
  margin-bottom: 5px;
}

.widget .sub h3{
	font-size: 14px;
	font-weight: normal;
}

.widget .viewall{
	float: right;
	margin-right: 10px;
}

.widget .signuplogin{
	float: center;
	padding-top: 5px;
	margin-top: 10px;
  margin-left:  33px;
}

.widget .sub a.info-balloon,
.widget .sub a.info-balloon2,
.widget .sub a.subballoon,
.newballoon, 
.widget .sub a.subballoonleft
{
	width: 21px;
	height: 19px;
	float: right;
	margin: 0px;
	background: url('/imagenes/info_medium.png') no-repeat;
}

#tvevents a,
#mails .msg a{
cursor: pointer;
font-weight:bold;
}

.ui-tooltip h2{
	font-size: 14px;
	color: #3F75B9;
	margin: 5px;
	margin-bottom: 0px;
}

.ui-tooltip h3{
	font-size: 12px;
	color: black;
	margin: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	font-weight: normal;
}

.ui-tooltip p{
	
	color: black;
	margin: 5px;
	margin-top: 7px;
	font-size: 12px;
	text-align: left;
}

.ui-tabs .ui-tabs-nav li a {
    padding: 0.3em .3em;
}

.uilistitem:hover{
	background:#eee;
}

.widget .sub h2 a{	
	color: #225790;
	font-size: 16px;
	padding: 0px;
	line-height:1.1em;
	float: left;
    width: 100%;
}

.widget .sub a{
	
	color: #225790;
}

.widget#newresidents .resident,
.widget#findfriends .resident{
	clear: both;
}
.widget#newresidents .resident h2,
.widget#findfriends .resident h2{	
	font-size: 16px;
}

.widelabel{
  border-bottom: 2px solid #cea432;
  color: #234a81;
  margin-bottom: 5px;
  position:relative;
  font-family: "Oswald", helvetica, sans-serif;
  font-size: 22px;
}
.widelabel p{
	margin:0px;
}

#halloffame.widget,
#newresidents.widget{
	clear: none;
	width: 100%;
	background: url(/siteimages/floor-tile.png);
}
#usefullinks.widget,
#referfriends.widget{
	background: url(/siteimages/p6.webp);
}
#usefullinks.widget a{
	font-size:16px;
}
#usefullinks.widget .copyright{
	line-height:1em;
	font-size:16px;
}

.widelabel a p:hover{	
	text-decoration: underline;
}

#halloffame.widget h2{
	font-size: 12px;
	text-align: left;
	margin-bottom: 3px;
}

#guesthouse.widget{	
 width: 100%;
 margin-bottom: 10px;
 text-align: center;
 -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid grey;
background: #e5e5e5;
padding: 5px;
}

#guesthouse.widget h1{	
	height: 40px;
	padding: 0px 0px 4px -5px;
	margin: 0px 0px 4px -5px;
	background: #FFFFFF;
}

#guesthouse.widget h2{
  float: center;
}

#townstats.widget table{
  border-collapse: collapse;
	border-spacing: 0;
  	margin: 0px auto;
	margin-top: 5px;
}

#townstats.widget h1{
	height: 40px;
	padding: 0px 0px 4px -5px;
	margin: 0px 0px 4px -5px;
	background: #FFFFFF;
}

#townstats.widget table tr.dotted{
	border-bottom: 1px dotted #225790;
}

#townstats.widget table td{	
	padding: 1px 5px;
	font-size: 16px;
	text-align: right;
  line-height:  17px;
}

#townstats.widget table th{
	padding-right: 5px;
	text-align: right;
}

#townstats.widget table td.ligas{	
	padding-left: 0px;
	text-align: left;
}

.webinarlisting{
	margin-bottom: 5px;
}
.webinarbox{
/* background: linear-gradient(#e9feff, #cfd2d3); */
background: url(/siteimages/mottled2.webp);
background-size: cover;
}
.classlisting{
background-color: #f4f2f7;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='32' viewBox='0 0 16 32'%3E%3Cg fill='%23659995' fill-opacity='0.19'%3E%3Cpath fill-rule='evenodd' d='M0 24h4v2H0v-2zm0 4h6v2H0v-2zm0-8h2v2H0v-2zM0 0h4v2H0V0zm0 4h2v2H0V4zm16 20h-6v2h6v-2zm0 4H8v2h8v-2zm0-8h-4v2h4v-2zm0-20h-6v2h6V0zm0 4h-4v2h4V4zm-2 12h2v2h-2v-2zm0-8h2v2h-2V8zM2 8h10v2H2V8zm0 8h10v2H2v-2zm-2-4h14v2H0v-2zm4-8h6v2H4V4zm0 16h6v2H4v-2zM6 0h2v2H6V0zm0 24h2v2H6v-2z'/%3E%3C/g%3E%3C/svg%3E");
}
.webinarlisting p.youarereg,
.classlisting p.youarereg{
	font-size:18px;
	padding:2px !important;
	color:grey;
	margin-top:3px !important;
	border:1px solid grey;
	background:url('/siteimages/p6.webp');
	clear:both;
	text-align:center;
}
#upcomingclasses .webinarlisting{
	border: 1px solid grey;
    margin-bottom: 7px;
    border-radius: 5px;
    box-shadow: 2px 2px grey;
	background: url(/siteimages/floor-tile.png);
	padding:5px;
}
.webinarlisting h2,
.widgetreviewtitle{
	font-size:16px;
	line-height: 1.1em;
	margin-top:1px;
	margin-bottom:3px;
	float: left;
}
.widgetreviewtitle{
	color:#444;
	font-weight:normal;
	line-height: 1em;
}
.webinarlisting h3,
.webinarlisting p,
.classlisting h3,
.classlisting p{
	font-size:14px;
}
.webinarlisting p,
.classlisting p{
	font-weight:bold;
}
.webinarlisting .wbdate
.classlisting .wbdate{
	font-size:18px;
}
.webinarlisting .webinaricon,
.classlisting .classicon{
	width:75px;
	float: left; 
	margin-top:2px; 
	text-align: center;
}
.webinarlisting .webinarinfo,
.classlisting .webinarinfo{
	width: calc(100% - 80px);
    margin-left: 5px;
    float: left;
}
.webinarlisting .iconfull,
.classlisting .iconfull{
	width:100%;
	text-align:center;
}
.webinarlisting .iconfull img,
.classlisting .iconfull img{
	max-height: 160px;
    max-width: 100%;
}
.webinarlisting .wbtitle,
.classlisting .wbtitle{
	float:left;
	font-size:20px;
	line-height:1.1em;
	color:#8c6c15;
	font-weight: bold;
	margin-bottom:2px;
}
.webinarlisting .wbpresby,
.classlisting .classpresby{
	font-size:16px;
	margin-bottom:3px;
	line-height: 1.1em;
    float: left;
}
.webinarlisting .datefull,
.classlisting .datefull{
	font-size: 18px;
    line-height: 1.1em;
    color: #8d7227;
}
.webinarlisting  .classprice,
.classlisting  .classprice {
    font-size: 22px;
    color: #014989;
	background: transparent;
	padding:0px;
	display:inline-block;
	line-height:1em;
	border-right: 3px solid #02696e;
    padding-right: 5px;
    width: 100%;
	text-align:right;
}
.webinarlisting  .classprice .originalprice,
.classlisting  .classprice .originalprice{
	font-size: 18px;
	color: #891c01;
}
.univicon,
.eventicon{
	width:75px;
	float: left; 
	text-align: center;
	margin-top:2px;
}
.eventicon img{
	max-width: 100%;
	max-height: 70px;
	margin-top: 2px;
}
.univinfo,
.eventinfo{
	width:calc(100% - 80px);
	margin-left:5px;
	float:left;
}
.eventinfo h2 {
    font-size: 16px;
    line-height: 1.1em;
    margin-top: 1px;
    float: left;
}
.hide{
	display:none;
}
#revsassigns.widget table tr.dotted{
	border-bottom: 1px dotted #225790;
}

#revsassigns.widget table td{
	padding: 1px 5px;
	font-size: 11px;
	text-align: right;
}

#revsassigns.widget table th{
	padding: 5px;
	text-align: left;
}

#loading{	
	text-align: center;
	padding: 4px;
	background: white;
	position: fixed;
	z-index: 1001;
	left: calc(50% - 30px);
	top: 35%;
	display: none;
	border: 1px solid;
}
.columnbanner{
	float:left;
	margin:0px;
	padding:0px;
	margin-bottom:10px;
	width:100%;
}
.banner{
	max-width: 100%;
    border: 1px solid grey;
    border-radius: 5px;
    margin: auto;
    display: block;
}
/*About*/
/*------------------------------------------------------------------------------------------------*/
#about.seccion #left{
	width: 275px;
	margin: 10px;
	border: none;
	margin-left: 15px;
	margin-right: 0px;
}

#about.seccion #left li{
	font-size: 14px;
	margin: 3px 0px 3px 10px;
	display: block;
	padding: 5px;
	background: #d9dadb; 
}

#about.seccion #left li:hover{
	background: #939fc0;
}

#about.seccion #left a:hover{
	text-decoration: none;
}

#about.seccion #left li.active{
	margin-left: 0px;
	background: #c4c5c6;
}

#about.seccion #right{
	margin-top: 12px;
	margin-bottom: 25px;
	margin-left: 0px;
	min-height: 200px;
	width: 630px;
}

#about.seccion #right h1{
	font-size: 20px;
	color: #3F74BC;
}

#about.seccion #right h2{
	font-size: 16px;
	margin: 10px;

}

#about.seccion #right p{
	font-size: 16px;
	margin: 10px;
	text-align: justify;
}

#about.seccion #right div{ display: none; }
#about.seccion #right #about-talentville{ display: block; }

/*Submission*/
/*------------------------------------------------------------------------------------------------*/
#sub.seccion #left{
	width: 240px;
	margin: 5px;
	margin-left: 0px;
	border: none;
	float: left;
	display:block;
	position: sticky;
	transform: translateX(0%);
}

#sub.seccion #right{
    float: right;
    width: calc(100% - 250px);
    min-height: 200px;
}

#sub.seccion .widget.basicinfo .thumb{	
	max-width:245px;
}

#sub.seccion .widget.basicinfo .basics{
	text-align:center;
	border-bottom: 1px dotted #225790;
	padding-bottom: 10px;
}

#sub.seccion .widget.basicinfo .basics .inf{	
	float: left;
	font-size:18px;
	margin-top:5px;
	text-align:center;
	width: 100%;
}

#sub.seccion .widget.basicinfo .basics .episode_title{
	margin-bottom: 5px;
}

#sub.seccion .widget.basicinfo h2{	
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 18px;
}

#sub.seccion .widget.ratings{
	color: black;
}

#sub.seccion .widget.ratings .minimum{
	text-align: center;
	margin: 20px;
}

#sub.seccion .widget.ratings .rank{
	font-size: 14px;
	float: left;
	font-weight: bold;
}

#sub.seccion .widget.ratings .revs{
	font-size: 14px;	
	float: right;
	font-weight: bold;
}

#sub.seccion .widget.ratings table{	
	width: 100%;
	border-spacing:0px;
}

#sub.seccion .widget.ratings th{
	text-align: left;
	width: 80px;
}

#sub.seccion .widget.ratings td.bar{
	width: 95%;
}

#sub.seccion .widget.ratings td.bar span{
	display: block;
	background: #FDAB14;
	height: 5px;
}

#sub.seccion .widget.ratings td.valor{
	text-align: right;
}

/******/

#sub.seccion .widget.othersubs .sub{
	border-bottom: 1px dotted #225790;
	margin-bottom: 5px;
	padding: 5px;
}

#sub.seccion .widget.othersubs .thumb{
	max-width: 50px;
	float: left;
	margin-right: 10px;
	padding-bottom: 0px;
}

#sub.seccion .widget.othersubs .inf{
	float: left;
	max-width: 64%;
}

#sub.seccion .widget.othersubs .inf h2{
	font-size: 16px;
}

#sub.seccion .widget.othersubs .inf .subtype-icon{
	float: right;
	margin: -2px -2px 0px 5px;
}

#sub.seccion .widget.othersubs .inf h3{
	
	font-size: 10px;
	margin-left: 10px;
}

#sub.seccion .widget.reviews .review{
	border-bottom: 1px dotted #225790;
	margin-bottom: 5px;
	padding: 5px;
}

#sub.seccion .widget.reviews .review strong{
	color: #225790;
}

#sub.seccion .widget.reviews .thumb{
	max-width: 50px;
	float: left;
	margin-right: 10px;
	padding-bottom: 30px;
}

#sub.seccion .widget.reviews .inf{
	float: left;
	max-width: 64%;
}


/******************/

#sub #deleted,
#sub #restricted{
	cursor: default;
	display: block;
	padding: 5px;
	margin: 10px 0px;
	text-align: center;
	border: 1px solid #888;
    margin: 12px 10px;
    font-size: 20px;
    font-weight: normal;
    color: #225790;
    background: #faf1e1;
}

#sub #delete-script{
	display: none;
}

#sub #delete-script .msg{
	display: block;
	border: 1px solid #FF6600;
	color: #FF6600;
	padding: 5px;
	font-weight: bold;
	margin: 10px 0px;
}

#sub #delete-script p.submit{
	text-align: right;
	margin-bottom: 10px;
}

#sub #email_author{
	
	margin: 10px 0px;
	display: none;
}

#sub #email_author label{
	font-size: 16px;
	display: block;
	color: #225790;
	font-weight: bold;
	margin-bottom: 3px;
}

#sub #email_author h1{
	
	margin-bottom: 10px;
}

#sub #email_author p{
	
	margin-bottom: 10px;
}

#sub #email_author input[type=text],
#sub #email_author textarea{
	padding: 2px;
	resize: none;
	width: 100%;
  font-size: 16px;
}

#sub #email_author textarea{
	font-size: 16px;
	height: 100px;
  resize: vertical;
}

#sub #email_author p.submit{
	text-align: right;
}

#sub .form-success{
	
	display: none;
}

#sub #request_download{
	
	margin: 10px 0px;
	display: none;
}

#sub #request_download p.msg{
	display: block;
	border: 1px solid #FF6600;
	color: #FF6600;
	padding: 5px;
	font-weight: bold;
	margin: 10px 0px;
	text-align: justify;
}

#sub #request_download textarea{
	font-size: 11px;
	height: 100px;
	resize: none;
	width: 100%;
}

#sub #request_download p{
	margin-bottom: 10px;
}

#sub #request_download p.submit{
	text-align: right;
}

#sub #request_download p.submit input:hover{
background-position: 0px -25px;
color: black!important;
text-decoration: none;
}

#sub #request_download p.submit input:active{
background-position: 0px -50px;
color: black!important;
text-decoration: none;
}

/******************/

#sub #notes{
	margin-top: 10px;
	background: #DEE1E9;
	margin-bottom: 10px;
	padding: 10px;
}

#sub #notes h1{
	font-size: 13px;
	margin-bottom: 10px;
}

#sub #email_author .form-success,
#sub #request_access .form-success{
	display: block;
}

#sub .widget.reviewstats .form-error,
#sub .widget.reviewstats .form-success{
	display: block;
	margin: 10px auto;
		font-size: 12px;
}

.edit-review{	
	float: right;
	cursor: pointer;
}

#edit-review{	
	display: none;
	margin: 10px;
}

#edit-review .form-error{	
	display: none;
	 font-size: 16px;
}

#edit-review  h2{	
	font-size: 14px;
	color: #225790;
	margin-bottom: 10px;
}

#edit-review textarea{	
	width: 100%;
	height: 400px;
	resize: vertical;
	margin-bottom: 10px;
	font-size: 16px;
}

#edit-review #headline{	
	width: 100%;
	margin-bottom: 10px;
	font-size: 18px;
	text-align:left;
	font-weight:bold;
}
#edit-review label{
	font-size:20px !important;
	float:left;
	margin-bottom:5px;
	color:#225790;
}

#edit-review p.submit{	
	text-align: right;
}

/*Review*/
/*------------------------------------------------------------------------------------------------*/
#sub.review .not-assigned,
#sub.review .waiting-period,
#sub.review .needtoread{	
	display: block;
	border: 1px solid #225790;
	color: #225790;
	padding: 5px;
	margin: 10px 0px;
	text-align: center;
	background: #f1eccd;
}
#sub.review .needtoread{
	border: none;
	color: white;
	border:none;
	font-size:18px;
	text-align:center;
	padding:10px;
	background: #225790;
}

#sub.review #review{
	float: left;
	width:100%;
}

#sub.review #review h1{	
	font-size: 24px;
	margin-bottom: 10px;
	text-align:center;
	border:1px solid #888;
	background: #e6edf9;
	padding:10px;
}

#sub.review #ratings{
	background: #6B93BE;
	padding-bottom: 10px;
}

#sub.review #ratings h2{
	font-size: 18px;
	background: #225790;
	color: white;
	padding: 5px;
	margin-bottom: 10px;
	float: left;
    width: 100%;
}

#sub.review #ratings h2 span{
  padding-top: 2px;
	font-size: 16px;
	float: right;
	padding-right:10px;
}

#sub.review #ratings table{	
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
	color: white;
}

#sub.review #ratings table th{
	font-size: 14px;
	padding: 1px 5px;
	vertical-align: top;
	text-align: left;
	text-transform: uppercase;
	width: 110px;
}

#sub.review .widget.tips ol{	
	list-style-type: decimal;
  padding-left: 15px;
}

#sub.review .widget.tips ol li{	
	margin-bottom: 15px;
}

#sub.review #ratings table td.slide{	
	vertical-align: bottom;
	padding-bottom: 10px;
}

#sub.review #ratings table td.value{
	vertical-align: top;
	text-align: right;
	width: 40px;
}

#sub.review #ratings table td.value input{
	vertical-align: top;
	position: relative;
	width: 30px;
	background: transparent;
	border: 0px;
	color: black;
  text-align: center;
  padding: 0px;
  font-weight: bold;
  margin-top: -4px;
}

#sub.review #ratings table td.ruler,
#sub.review #ratings table td.rank{	
	padding-top: 0px;
	padding-left: 5%;
}

#sub.review #ratings table td.ruler span{	
	width: 9.8%;
	border-left: 1px solid white;
	font-size: 14px;
	float: left;
	display: block;
	text-align: center;
}

#sub.review #ratings table td.ruler span.last{
	width: 5%;
	float: left;
	text-align: right;
	display: block;
}

#sub.review #ratings table td.rank span{	
	width: 20%;
	font-size: 14px;
	float: left;
	display: block;
	text-align: center;
}

#sub.review #ratings table td.rank span.last{
	width: 57px;
	text-align: right;
}

#sub.review #review .form{
	padding: 20px 5px;
	padding-bottom: 0px;
}

#sub.review #review .form label{
	font-size:20px;
	display: block;
	font-weight: bold;
	margin-bottom: 3px;
	color: #234a81;
}

#sub.review #review .form p{
	margin-bottom: 10px;
}

#sub.review #review .form input[type=text]{
	width: 99%;
	font-size: 18px;
	padding: 3px;
}

#sub.review #review .form textarea{	
	width: 99%;
	padding: 3px;
	min-height: 250px;
	resize: vertical;
	max-height: 800px;
	font-size: 14px;
}

#sub.review #review .form p.submit{
	text-align: right;
}

/*Snippet View*/
/*------------------------------------------------------------------------------------------------*/
#sub.snippet #snipinfo{
	border: 1px solid #D1D2D7;
	background: #F0F0F8;
	margin-bottom:10px;
	padding: 10px;
	text-align: center;
}

#sub.snippet #snipinfo h1{
	text-align: center;
	font-size: 20px;
	color: #504F54;
	margin-bottom: 5px;
}

#sub.snippet .basicinfo h2{
	text-align: center;
}

#sub.snippet #delete-snippet{	
	display: none;
	border: 1px solid #c19f22;
	background: #e7e7ea;
	color: #8e7417;
	padding: 5px;
	margin: 10px 0px;
}

#sub.snippet #delete-snippet p.submit{
	
	text-align: right;
}
.snippettitle{
	width: calc(100% - 350px); 
	margin-left: 20px;
}
.sharethisicons{
	width:200px;
}

.topreviewer{
	margin: 10px auto;
	vertical-align: top;
  width: 30%;
  margin-left: 2px;
  float: left;
}

.reviewbadge{
}

.noteusersmenu {
float: left;
width: 130px;
margin-top: 2px;
font-size: 16px;
}

.notepagesmenu {
float: right;
width: 100px;
margin-top: 2px;
font-size: 16px;
}

#sub.review #review .form p.submit input[type=button]:hover{
	color: grey;
}

.guestlink a:hover{
text-decoration: none;
}

.qtip{
	max-width: 340px;
	min-width:260px;
	background-color: #f3e7cf;
	background: #f3e7cf;
	font-size: 16px;
	color: black;
	border-radius: 8px;
	line-height:1.2em;
}
.qtipnomin{
	min-width: auto;
}
.qtip h2{
	font-size: 18px;
	color: #225790;
	margin: 0px;
	margin-bottom: 6px;
	line-height: 1.1em;
}
.qtip h3{
	font-size: 16px;
	color: black;
	margin-top: 0px;
	margin-bottom: 2px;
	margin-left: 10px;
	font-weight: normal;
	line-height: 1.1em;
}

.qtip p{
	color: black;
	margin-top: 7px;
	font-size: 16px;
	text-align: left;
	line-height: 1.1em;
}

.qtip-default .qtip-titlebar {
    background-color: #F3E3BF;
}

.qtip-titlebar{
	position: relative;
	padding: 7px 35px 8px 10px;
	overflow: hidden;
	border-width: 0 0 1px;
	font-weight: bold;
	background-color: transparent;
	font-size:18px;
}

#qtip-feedBcontents .qtip-content {
    padding: 9px 9px;
    background-color: white;
    max-height: 500px;
    overflow: auto;
}
.qtip .popaboutme{
	max-height:174px;overflow:hidden;display:block;color:#02394e;
	padding-top:4px;margin-top:3px;
	border-top:1px dotted grey;
}  
.qtip .popextratext{
	width:100%;margin-top:3px;padding-top:3px;text-align:center;border-top:1px dotted #3b849a;
}

/*Library*/
/*------------------------------------------------------------------------------------------------*/

.urldisplay{
	border: 1px solid #D3DAE8;
	margin: 0px;
	padding:6px;
	float: left;
	width: 100%;
	display:flex;
	background: white;
}

.urlimage {
    width: 25%;
    max-width: 25%;
}
.urlimage img {
    display: inline-block;
    max-height: 175px;
    max-width: 100%;
    margin-top: 3px;
}
.urlinfo {
    width: 74%;
    margin-left: 1%;
    float: left;
    background: white;
    padding: 4px;
}
.urlinfo a {
    color: #225790;
    text-decoration: none;
}
.urlinfo a:hover{
    text-decoration: underline;
}
.urlinfo h2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 3px !important;
}
.urlinfo h3 {
    font-size: 18px;
    text-align: left;
    font-weight: normal;
    color: #777;
    line-height: 20px;
}
#about h3 {
  line-height: 32px !important;
  font-size: 18px !important;
  vertical-align: top !important;
}

#about p{
  font-size: 18px;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}

.z-title {
line-height: 33px!important;
}

.feedcomments
{
font-size: 11px;
position: absolute; 
left: 15px; 
top: -8px; 
color: white;
border-radius: 4px;
background-color: red;
padding: 3px;
line-height: 11px;
}

.ratingstable span
{
display: block;
background: #2859BB;
height: 5px;
}

.activebutton,
.activebutton:hover,
.activebutton:active
{
color: black;
background: #ddd;
}

.billboardbutton{
	opacity: .3;
	width:25px;
}
.billboardbutton:hover{
	opacity:1;
}

.synopsis {
font-size: 18px;
}

#scripttoolbar{
background: transparent;
height: 30px;
}

#thereview h1{
	background: transparent;
}

.slicknav_nav{
	max-height: 90vh;
}
.slicknav_menu
{
	display:none;	
	position:absolute !important;
	width:fit-content !important;
}

.mobilesubmenu{
	margin-left:25px !important;
	color:#e0f0f3 !important;
}

#eventtimer{
	text-align:center;
	font-size:14px;
}

#timerdays,
#timerhours,
#timerminutes,
#timerseconds{
	float:left;
	margin-left:5px;
}

.imageandname{
	position:relative;
}
.imageandname .userdata .popupusername{
	color: #225790;
	font-weight:bold;
	margin-bottom:2px;
	font-size:18px;
}
.imageandname img {
    max-width: 60px;
    max-height: 60px;
    margin-bottom: 5px;
}
.imageandname .userdata{
margin:0px 5px 0px 65px;
line-height: 1.1em;
}
#remove_friend_form{
	clear: both;
    border: 1px solid #777;
    padding: 7px;
    background: #eee;
}

  .tox-tinymce-aux {
	z-index: 10000 !important;
  }

  .startconvicon{  
	color: #225790;
	font-size:24px;
	position:absolute;
	top:0px;
	right: 3px;
  }
  .bluehover{
	color: #225790;
  }
  .bluehover:hover{
	color: #2fafb9;
  }
  .redhover{
	color: #c60011;
  }
  .redhover:hover{
	color: #fd4b5a;
  }

  .tox-tinymce {
    border: 1px solid #888 !important;
    border-radius: 0px !important;
  }
  #updatebox .tox-tinymce {
    border: 1px solid #888 !important;
    border-radius: 0px !important;
  }
  #uploadscriptbutton{
	position: absolute; 
	right: 10px; 
	top: 4px; 
	font-size: 18px;
	line-height: 44px;
  }
  #setsapart2 .apartwidget{
	float:left;
	width:23%;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	margin-bottom:15px;
	min-height:215px;
	background-color: rgba(0, 0, 0, 0.2)
  }
  #setsapart2 .iconimage{
	height:83px;
	max-width:100%;
  }  
  #setsapart2 .bullet{
	font-size:18px;
	line-height:1em;
	margin: 7px 0px;
  }
  #setsapart2 p{
	margin:4px;
  }
  #setsapart2 .apartwidget .mainp{
	font-size:24px;
	color: #225790;
  }
  #jointalentvillediv{
	border: 1px solid #888;
    border-radius: 8px;
    margin-top: 10px;
	background: url(/imagenes/screenplayimage3.jpg) no-repeat center center; 

  }

#coveragepage.seccion #coveragecharttitle {
	margin-bottom: 0px;
	position: relative;
	border: none;
}
#coveragepage.seccion #coveragechartdiv {
	display:none;
}
.elementtag{
	float: left;
    padding: 3px 6px;
    background: #ddd1b3;
    margin-bottom: 2px;
	margin-right:5px;
    border-radius: 5px;
	font-size:15px;
	line-height:1.2em;
}
.elementtagmulti{
	background: #c7c988;
}
.fullwidth{
	width:100%;
	text-align:center;
	display:block;
}
#imageuploadedit {
    overflow: auto;
    width: 100%;
    font-size: 14px;
	padding: 0px 10px;
}
#imageloadstatusedit {
    padding: 3px;
    font-size: 12px;
    display: none;
}
#imageloadbuttonedit #photoimgedit {
    width: 0px;
    height: 0px;
    overflow: none;
}
#btn-group-genrelist .vsb-menu{
	max-width: 194px;
}
#btn-group-elementlist .vsb-menu{
	max-width:220px;
}
.subpopupicons{
	position: absolute;
    top: 7px;
    right: 7px;
}
.coveragebutton{
	font-size:16px;
	width:100%;
	padding: 0px 0px 2px 0px;
	margin-top: 3px;
}
.mystar-rating label{
	width:20px;
	height:20px;
	font-size:20px;
	margin:inherit;
	margin-top:0px;
}
.mystar-rating  label:before{
	line-height:15px;
}
/* give label a hover state */
.mystar-rating label:hover {
	color: #ff69b4;
	transition: 0.2s ease;
}
.boldelement{
	font-weight:bold;
}
.llcomment{
	background:#e5e5e5;
	border:1px solid grey;
	border-radius:4px;
	padding:3px;
	margin-bottom:3px;
	color:#235f91;
}
.thin18{
	font-size:16px;
}.newthin18{
	font-size:18px;
}
.thin22{
	font-size:22px;
}
#eventlisting .eventinfo .elementtag{
	font-size:13px;
	padding:1px 2px;
}

#videocontainer .photo img {
    max-width: 100%;
    max-height: 120px;
    margin: 5px;
}
#videocontainer .photo input[type=file] {
    width: 0px;
    height: 0px;
    overflow: none;
}
#videocontainer #videodiv video{
	object-fit: fit;
    aspect-ratio: 16 / 9;
}

.drop95{
	padding: 9px 9px !important;
}
.tveventcontainer{
	max-height: 150px; overflow: auto; margin: 5px 0px 0px 0px;
}
.tvevent .timestr{
	float: right; text-align: right; width: 50px; color: grey; font-size: 12px; margin-right: 3px;
}
.tvevent .evtext{
	width: calc(100% - 55px);
	padding-left: 2px;
}
.tvevent{
	margin-bottom: 2px; font-size: 14px; line-height: 15px;
}
.tabtitle{
	border:1px solid grey;
	padding:5px;
	font-size:24px;
	font-weight: bold;
	color: #222;
	text-align:center;
	margin-bottom:5px;
	background: url(/siteimages/floor-tile.png);
}
.copylinkicon{
	color: #666;
    position: absolute;
    top: 2px;
    right: 2px;
    background: white;
    padding: 3px;
}
.videopreview {
    border: 1px solid grey;
    margin-bottom: 10px;
    position: relative;
    /* background: #ece9db; */
    min-height: 85px;
    padding: 5px;
    border-radius: 10px;
	float: left;
    width: 31%;
	margin:.5%;
}
.videotitle{
	font-size:20px;
}
.videooptions {
    position: absolute;
    right: 9px;
    top: 2px;
    width: 20px;
    font-size: 21px;
}
.videopreview:hover{
	background:#c7bea1;
}
.videopreview:hover .videooptions{
	display:block;
}
.vidthumb{
	border-radius:7px;
	width:140px;
	margin:2px;
	float:left;
}
.videosummary{
	float: left; 
	width: 100%; 
	font-size: 18px; 
	padding-left:10px;
	cursor: default;
}
#videouploaddiv{
	background: url(/siteimages/floor-tile.png);
	position:relative;
	padding:5px;
	display:none;
	margin-bottom:10px
}
.videoinfo{
	margin: 10px; display: none;border:1px solid grey;padding:5px;background:#eee;
}
.infolabel{
	font-weight: bold; float: left; width: 80px; text-align: right; margin-right: 10px; margin-top:3px;font-size: 16px;
}
#videodiv{
	padding:5px;
}
#thevidinfo p{
	font-size:22px;
	text-align:center;
	padding-bottom:7px;
}
.editvidinfobtn{
	float: right; margin-top: 0px; margin-bottom: 3px; display: block;
	font-size:20px;
}
#playlist .videopreview .videooptions{
	position: absolute; 
	right: 4px; 
	top: 2px; 
	width: fit-content;
	font-size:20px;
	padding:3px 5px;
	border:1px solid grey;
	background:rgb(252, 250, 221);
	display:none;
}
.vidthumb{
	border-radius:7px;
	width:100%;
	margin:2px;
	float:left;
}
.activevideopreview{
	border: 1px solid rgb(170, 170, 170);
    background: rgb(237, 216, 139);
    color: rgb(0, 75, 94);
    box-shadow: rgb(136, 136, 136) 4px 4px 2px;
}
.activevideopreview:hover{
	background: rgb(237, 216, 139);
}
.testimonials{
font-family: montserrat;
}
.testimonialtext{
font-size:20px;
float: left; 
width: calc(100% - 120px);
}
.pagination #paginationmenu,
select.sort{
	font-size:16px;
	padding:2px;
}
.vtext,.vtext2{-webkit-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-o-transform:rotate(-90deg)}

.addshareicon{
	width: 17px;
	position: absolute;
	top: -7px;
    right: -3px;
	pointer-events : none;
}
.ui-datepicker{
	z-index:1000 !important;
}
.pollbtn{
	margin-bottom: 10px;text-transform: uppercase;font-size: 20px;text-decoration: none;
	cursor: pointer;display: inline-block;padding: 10px;font-family: inherit;
	text-shadow: none;width:100%;text-align:center;user-select: none;margin-bottom:10px;transition: all,.1s,ease-in;
	background-color: #FFA500;border: 1px solid #FFA500;color: #225790;border:1px solid grey;position:relative;
	text-decoration: none !important;
}
	
.pollbtn:hover{
	border:1px solid rgb(5, 102, 166);
	background-color: #c5bba8;
}
.boxedclassdiv{
	font-size:20px;
	text-align:center;
    color:#555;
    padding: 5px;
	margin:0px;
    border: 1px solid grey;
    width: 100%;
    float: none;
	background-color: #f6f3f9;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 .99C4 .445 4.444 0 5 0c.552 0 1 .45 1 .99v4.02C6 5.555 5.556 6 5 6c-.552 0-1-.45-1-.99V.99zm6 8c0-.546.444-.99 1-.99.552 0 1 .45 1 .99v4.02c0 .546-.444.99-1 .99-.552 0-1-.45-1-.99V8.99z' fill='%23eace9f' fill-opacity='0.4' fill-rule='evenodd'/%3E%3C/svg%3E");
}
.subfilter,.subfilter768 {
    display: none;
    padding: 2px 10px;
}
.popitem{
	margin:0px;
	padding:0px;
}
.hide600{
	display:block;
}