header .badge-color3{
	background-color: var(--topMenuNotificationBubbleColor);
}

.dropBox{
    padding: 10px;
    border: 1px solid #ccc;
}

#dropZone{
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}
.greyed{
	background-color: var(--videoUnavailable)!important;
}

.fileDropZone{
    border: 2px dashed #bbb;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}

.verticalCenterBox{
    border-radius: 5px;
    padding: 25px;
    text-align: center;
    font: 20pt bold 'Vollkorn';
    color: #bbb;
}

.blockBox{
	width:100%;
	text-align:center;
	font-size: 1.2em;
	font-weight:300;
}
.blockBox a{
	text-decoration: underline;
}


.flexflow{
    display: flex;   
    flex-flow:row nowrap;
}

.bigText{
	font-size: large;
}
.centerBox{
	align-items: center; /* align vertical */
}

.halfwidth{
    width: 50%;
}

.floatright{
	float:right;
}

.floatleft{
	float:left;
}
.seguidoresOuterBox{
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}
.seguidoresCollum{
	text-align: center;
	width:48%;
	padding-left:8%;
	padding-right:8%;
}
.colorSeg{
	color:var(--seguidoresIconColor)!important;
}


.boldText{
	font-weight: 500;
}
.flexflowfav{
    display: flex;   
    flex-flow:row wrap;
}
.myrow{
	margin-right:-15px;
}

.threadWriterBox{
	resize: none;
	border-bottom: 0px;
  }

.writerTextBox{
	color:black;
}
.threadWriterControls{
	color:black;
    background: #f6f8f9;
    border-radius: 0 0 2px 2px;
    border-top: solid 2px #dbdfe4;
    height: 36px;
    transition: opacity linear .2s;
}
.threadWriterControlsPm{
	color:black;
    background: #DBDFE4;
    border-radius: 0 0 2px 2px;
    border-top: solid 2px #DBDFE4;
    height: 36px;
    transition: opacity linear .2s;
}


.articleinfo{
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	font-size: 100%;
	font-style: inherit;
	font-family: inherit;
	font-weight: 400;
	vertical-align: baseline;
	min-height: 36px;
	margin-bottom: 15px;
}
.goright{
	text-align: right;
	
	width:94%;
}
.authorimg{
	border-radius: 50%;
	width:36px;
	vertical-align: text-bottom;
}

.publishButton:hover{
	background-color: var(--postButtonHoverColor);
}
.publishButton{
    white-space: nowrap;
    border-radius: 0 0 3px;
    font-size: 12px;
    padding: 6px 14px 13px;
    font-weight: 700;
	float: right;
	background-color: var(--postButtonColor);
	color:white;
	height:34px;
}

.childthread{
	margin-left:4%;
}
.commentAuthor{
	font-weight: 700;
	color: var(--commentAuthorTextColor);
	margin: 0;
    padding: 0;
    border: 0;
    font-style: normal;
    line-height: 1;
    font-family: inherit;
}
.commentContent{
	line-height: 21px;
	font-weight: 400;
	color: var(--defaultTextColor);
	font-family: "Helvetica Neue",arial,sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.commentspace{
	padding-top: 8px;
	padding-bottom: 8px;
	font-size:15px;
}
.commentactions{
	color: #656c7a;
	font-weight: 500;
	cursor: pointer;
}
.cactionbutton{
	color: var(--linkTextColor);
}
.cactionbutton:hover{
	color: var(--linkHoverColor);
}
.commenttime{
	color: var(--linkTextColor);
	font-weight: 500;	
}
.commenttime:hover{
	color: var(--linkHoverColor);
}

.commentarynumber{
	color: var(--defaultTextColor);
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.commentaryuser{
	color: var(--defaultTextColor);
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.commentarydai{
	color: #656c7a;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}
.threadStart{
	padding-top:18px;
}

.threadDiscovery{
	margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 100%;
    line-height: 1;
	font-family: inherit;
	box-sizing: border-box;
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
	color: #444;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	display: flex;   
    flex-flow:row wrap;
}
.discoveryTitle{
	font-size: 16px;
    font-weight: 700;
	line-height: 1.25em;
	color: rgb(46, 136, 214);
}
.discoveryTitle:hover{
	color: rgb(36, 135, 221);
}
.discoverydiv{
	margin-top:40px;
}
.discoveryBox{
	width:48%;
	padding-right:1%;
	padding-left:1%;
	margin-bottom:20px;
}
.discoveryTime{
	margin: 0;
    padding: 0;
    border: 0;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    line-height: 1;
	font-family: inherit;
	color: #c7c7c7;
}

.discoveryHeading{
	font-size: 11px;
    font-weight: 700;
	text-transform: uppercase;
	color: #e6e6e6;
}
.discoveryContent{
	line-height: 1.4em;
    max-height: 4.2em;
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 0;
	color: var(--defaultTextColor);
}
.discoveryAuthor{
	font-weight: 600;
    font-size: 13px;
    color: #777;
}
.commentaryline
{
	display: block;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
}
.twittershare{
	margin-left: 4px;
	margin-top: .5px;
	box-sizing: border-box;
	white-space: nowrap;
    color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
	background-color: var(--twitterButtonColor);
	border-radius:3px;
	padding-right:6px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;

}
.twittershare:hover{
	background-color: var(--twitterButtonHoverColor);
}
.facebookshare{
	margin-left: 4px;
	margin-top: .5px;
	box-sizing: border-box;
	white-space: nowrap;
    color: #fff;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
	line-height: 1;
	background-color: var(--facebookButtonColor);
	border-radius:3px;
	padding-right:6px;
	padding-left:6px;
	padding-top:3px;
	padding-bottom:3px;

}
.facebookshare:hover{
	background-color: var(--facebookButtonHoverColor);
}
.cdownactivated{
	color: var(--comentaryArrowUpActiveColor);
}
.cupactivated{
	color: var(--comentaryArrowDownActiveColor);
}
.cdownactivated:hover{
	color: var(--comentaryArrowUpHoverColor);
}
.cupactivated:hover{
	color: var(--comentaryArrowDownHoverColor);
}
.commentarysharer{
	margin-bottom:10px;
}
.commentarylineend
{
	display: block;
    padding-top: 4px;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-width: 1px;
}
.commentContentBB{
	display:none;
}

.reactionsBox{
	margin-top:14px;
	margin-bottom:-10px;
	box-sizing: border-box;
	display: block;
	color: var(--defaultTextColor);
    font-family: "Helvetica Neue",arial,sans-serif;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 20px;
}
.reactionsTitle{
	font-weight: 600;
	justify-content: center;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
}
.reactionsCounter{
	margin-top: 5px;
	justify-content: center;
	display: flex;
	flex-direction: row;
	box-sizing: border-box;
}
.reactionsItemBox{
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
	flex-direction: row;
	box-sizing: border-box;
}
.reactionsItemOuter{
	margin-bottom: 4px;
	align-items: center;
	flex-direction: column; 
}
.hiddenReactionResult{
	
	text-align: center;
	display:none;
	opacity:0;
}
.reactionsItemInner{
	border: 1px solid #e0e3e9;
    padding: 5px 10px;
    margin: 5px 6px 10px;
    border-radius: 4px;
	white-space: nowrap;
	display: flex;
	flex-flow:row nowrap;
	cursor:pointer;
}
.reactionsItemInnerInvalid{
	border: 1px solid #e0e3e9;
    padding: 5px 10px;
    margin: 5px 6px 10px;
    border-radius: 4px;
	white-space: nowrap;
	display: flex;
	flex-flow:row nowrap;
}
.centerDiv{
	padding-left:48%;
}
.warmtext{
	text-align: center;
	font-size: 2em;
	line-height: 1.4;
	position: relative;
}    
.termosbox{
	text-align: center;
	border-style: solid;
	width:80%;
	margin-left:10%;
	font-weight:400;
}  
.paymentbox{
	text-align: center;
	border-style: solid;
	width:80%;
	margin-left:10%;
	font-weight:400;
	min-height:710px;
}  
.myHidden{
	display:none;
}
.termosbox ol{
	list-style:decimal;
	text-align: justify;
	padding-left:13%;
	padding-right:13%;
}

.zoomimage 
{
	transition: transform .2s; /* Animation */
	width: 49%;
	max-height: 200px;
}
  
.zoomimage:hover
{
	transform: scale(1.5); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.helpfulInner{
	border-color:var(--reactionsButtonBorderColor);
	background-color: var(--reactionsButtonColor);
}
.choosenResult{
	color:var(--reactionsCounterTextChoosenColor);
}
.reactionsItemInnerChoosen{
	border: 1px solid var(--reactionsChoosenBorderColor);
	background-color: var(--reactionsChoosenColor);
    padding: 5px 10px;
    margin: 5px 6px 10px;
    border-radius: 4px;
	white-space: nowrap;
	display: flex;
	flex-flow:row nowrap;
}
.reactionImgBox
{
	min-width:36px;
	min-height:28px;
}
.reactionsImg{
	height: 20px;
    position: relative;
    margin-right: 8px;
	border: 0;
}
.reactionText{
	padding-top:4px;
}
@keyframes anim-hop{
    0%  {height: 20px;}
    100%{height: 28px;}
}
.reactionsItemInner:hover .reactionsImg{
	animation-name: anim-hop;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-delay: 0s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-fill-mode: none;
    animation-play-state: running;
}

.seguirItemOuter{
	padding-top:50%;
	margin-bottom: 4px;
	align-items: center;
}
.seguirItemInner{
	opacity:0.7;
	border: 1px solid var(--seguirButtonBorderColor);
	color:var(--seguirButtonTextColor);
    padding: 5px 5px;
    border-radius: 4px;
	white-space: nowrap;
	font-weight:700;
	cursor:pointer;
	text-align: center;
}
.seguirItemInner:hover{
	background-color:var(--seguirButtonHoverColor);
}

.btnseguindo{
	opacity:0.7;
	background-color: var(--seguirButtonSelectedColor);
	border: 1px solid var(--seguirButtonBorderColor);
}
.btnseguindo:hover{
	background-color: var(--seguirButtonSelectedHoverColor);
}

.sejaoprimeiro{
	opacity: .6;
    line-height: 90px;
	text-align: center;
	color: #2a2e2e;
}

.posterimg{
	border-radius: 15%;
	width:40px;
}



.smallloader{
    border: 2px solid #f3f3f3; /* Light grey */
    border-top: 2px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 10px;
    height: 10px;
    animation: spin 2s linear infinite;
}

.loader{
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
	display:none;
}

.smallLoader{
    border: 3px solid #f3f3f3; /* Light grey */
    border-top: 3px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 22px;
	height: 22px;
	padding-top:2px;
    animation: spin 2s linear infinite;
	display:none;
}

.loaderInitial{
    border: 8px solid #f3f3f3; /* Light grey */
    border-top: 8px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
}

@keyframes spin{
    0%{ transform: rotate(0deg); }
    100%{ transform: rotate(360deg); }
}

.smalltext{
	font-size: 50%;
	text-transform: lowercase;
	
}
#dados{
	display:none;
}

.slider{
    -webkit-appearance: none;
    width: 90%;
    height: 20px;
    border-radius: 5px;   
    background: #d3d3d0;
    outline: none;
    opacity: 0.7;
    -webkit-transition: .2s;
    transition: opacity .2s;
}

html{
  height: 100%;
}
body{
  min-height: 100%;

}
.site-output{
	min-height:100%;
}
.mainFooter{
    -webkit-appearance: none;
    width: 100%;
    height: 100px;
    background: var(--footerColor);
	outline: none;	
}

.slider::-webkit-slider-thumb{
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%; 
    background: #4CAF50;
    cursor: pointer;
}

.slider::-moz-range-thumb{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #4CAF50;
    cursor: pointer;
}

.fullwidth{
	width:100%;
}

.episodelink:visited{
	color:var(--linkSelectedColor);
}

.animelongtext{
	color: var(--defaultTextColor);
	font-weight: bold;
}
#capaanimeimg{
	max-height: 300px;
	width:auto;
}

.dgray2{
	background-color: var(--listBackColor1);
}
.dgray{
	background-color: var(--listBackColor1);
	padding-bottom: 5px;
	padding-top: 5px;
}
.dgray2 a:visited{
	color: var(--episodeLinkVisitedColor);
}
.dgray a:visited{
	color: var(--episodeLinkVisitedColor);
}

.ddkgray{
	background-color: var(--listBackColor2);
	padding-bottom: 5px;
	padding-top: 5px;
}
.ddkgray a:visited{
	color: var(--episodeLinkVisitedColor);
}

.centered{
	text-align: center;
}

.animeinfo{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	color: var(--defaultTextColor);
	line-height: 19px;
	text-decoration: none;
	display: block;
	}
#categoryselector{
	background-color: var(--selectColor);
}
#contentselector{
	background-color: var(--selectColor);
}
.bottomnav{
	text-align: center;
	padding-top:15px;
}

.bottomnav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--horizontalNavColor);
}

.bottomnav li{
    display:inline-block;
}

.bottomnav li a{
    display: block;
    color: var(--defaultTextColor);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.bottomnav li a:hover{
    background-color: var(--navButtonHoverColor);
}

.rightnav{
	text-align: center;
	padding-top:15px;
}

.rightnav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: var(--verticalNavColor);
	color: var(--defaultTextColor);
}

.rightnav li a{
    display: block;
    color: var(--defaultTextColor);
    text-align: center;
	padding: 0;
	padding-bottom: 5px;
    text-decoration: none;
}

/* Change the link color to #111 (black) on hover */
.rightnav li a:hover{
    background-color: var(--verticalNavButtonHoverColor);
}

#mobvideo{
	width:100%;
}

#chosengrade{
	float:left;
	text-align: center;
}

#maislancamentos{
	width:100%;
}

.hoverimage{
	width:42px;
	height:auto;
}

.biggerimage{
	width:48px;
}

.hoverimage:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
}

.buttonH{
    border: none;

    padding: 16px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
	margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button4{
    background-color: var(--secondLevelButtonColor);
	color: var(--defaultTextColor);
	border: 1px solid var(--secondLevelButtonBorderColor);
	margin: 0px;
	padding-bottom: 5px;
	width:49.5%;
}

.button9{
    background-color: var(--secondLevelButtonColor);
	color: var(--defaultTextColor);
	border: 1px solid var(--secondLevelButtonBorderColor);
	margin: 0px;
	padding-bottom: 5px;
}
.button9:hover{background-color: var(--secondLevelButtonHoverColor);}


.button4selected{
    background-color: var(--secondLevelButtonSelectedColor);
	border: 1px solid var(--secondLevelButtonBorderColor);
	margin: 0px;
	padding-bottom: 5px;
	width:49.5%;
}

.button4:hover{background-color: var(--secondLevelButtonHoverColor);}



.respvideo{
	width:100%;
}
.lactive{
	background-color: var(--navButtonSelectedColor);
}
.rlactive{
	background-color: var(--navButtonSelectedColor);
}
.oactive{
	background-color: var(--navInclusiveExclusiveButtonSelectedColor);
}
.lactiveforce{
	background-color: var(--navButtonSelectedColor);
}
.lactiveforce:active{
	background-color: var(--navButtonSelectedColor);
}
.lactiveforce:hover{
	background-color: var(--navButtonSelectedColor);
}
.lactiveforce:focus{
	background-color: var(--navButtonSelectedColor);
}
.cursorpointer
{
	cursor:pointer;
}

.episodebox{
   height: 270px !important;
}


.revrealcontent{
	display:none;
}
.reveditcontent{
	display:none;
}
#revwriter{
	display:none;
}
.rpages{
	display:none;
}
.reviewbox{
	border-style: groove;
}
.reviewtd{
	text-align: center;
}
.reviewtd select{
	background-color:var(--selectColor);
}
#texteditorplace{
	color:var(--editorTextColor);
}

.centerButton{
	text-align: center;
}

.episodeextrainfo{
	position: absolute;
	bottom: 4px;
	left: 5px;
	width:95%;
}

.episodethumbsmall{
   height: 100px !important;
   width: 100%;
}

.episodeboxsmall{
   height: 230px !important;
}

.episodebottomtextsmall{
    height: 110px !important;
	vertical-align: bottom;
	position: relative;
	padding: 0 !important;
	margin: 0 !important;

}

.episodethumb{
   height: 140px !important;
   width: 100%;
}

.episodeNavButtons
{
	width:70%;
	margin-left:15%;
}

.gradeemoji{
	height: 24px;
	float:right;
}

.episodebottomtext{
    height: 110px !important;
	vertical-align: bottom;
	position: relative;
}

.titlewrap{
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
    overflow: hidden
}

.fb-page, 
.fb-page span, 
.fb-page span iframe[style]{ 
    width: 100% !important; 
}



@media (min-width: 768px){
	.leftcollun{
		margin-left: 1%;
		margin-right: 1%;
		width: 18%;
		float:left;
	}
	.rightlcollun{
		margin-left: 1%;
		width: 18%;
		float:right;
	}
	.desktoponly{
		display:block;
	}
}
@media (max-width: 768px){

	.leftcollun{
		display:none;
	}
	.rightlcollun{
		display:none;
	}
	.desktoponly{
		display:none;
	}
}

@media (min-width: 768px){
	.rightcollun{
		padding: 5px;
		padding-top: 53px;
		width: 10%;
		float:right;
		font-family: 'Roboto', sans-serif;
	}
}

@media (max-width: 768px){
	.seguidoresCollum{
		padding: 0px;
	}
	.rightcollun{
		display:none;
	}
}

@media (min-width: 993px){
	.videoscontent{
		width: 80%;
	}
}

@media (min-width: 769px) and  (max-width: 992px){
	.seguidoresCollum{
		padding-right:3%;
		padding-left:3%;
	}
	.videoscontent{
		float:right;
		width: 80%;
	}
}

@media (min-width: 993px){
	.animescontent{
		width: 70%;
	}
}

@media (min-width: 769px) and  (max-width: 992px){
	.animescontent{
		float:right;
		width: 70%;
		
	}
}



.hideoverflow{
	overflow: hidden;
}


.propbox{
	background-color:var(--contentBoxColor);
	margin-top:15px;
	width: 94%;
	word-wrap: break-word;
}

.propboxad{
	/*background-color:#cccccc;*/
	margin-top:15px;
	width: 94%;
	word-wrap: break-word;
}

.responsivebox img{
	max-width: 100% !important;
}
.responsivebox a{
	max-width: 100% !important;
}
.responsivebox div{
	max-width: 100% !important;
}
.responsivebox iframe{
	max-width: 100% !important;
}
#okbtn{
	width:100%;
}
.usernickname{
	margin:0;
	width:100%;
}

.conversasMain{
	margin-top:20px;
	width:100%;
}

.conversasTable{
	border-collapse: collapse;
	min-width:95%;
}
.conversasTable .ctop{
	border: 1px solid var(--conversasTableBorderColor);
	background-color: var(--contentBoxColor);
	font-weight:500;
	padding:4px;
}
.conversasTable .cmiddle{
	border: 1px solid var(--conversasTableBorderColor);
	
	padding-left:2px;
}
.conversasTable .userFrame{
	font-weight: 600;
	background-color: var(--conversasTableUserFrameColor);
}
.conversasTable .userFrame:hover{
	background-color: var(--conversasTableUserFrameHoverColor);
	transition: .5s all;
}
.conversasTable .userFrame:active{
	background-color: var(--conversasTableUserFrameSelectedColor);
}
.conversasTable .cusers{
	height:382px;
	overflow-y: scroll;
	background-color: var(--contentBoxColor);
}
.pmwriter{
	color:var(--editorTextColor);
}
.conversasTable .cchat{
	height:250px;
	overflow-y: scroll;
	background-color: var(--contentBoxColor);
}
.chatboxselected{
	background-color: var(--conversasTableUserFrameSelectedColor) !important;
}
.innerChatLine{
	width: 50%;
    height: 1px;
    margin: 0px auto;
    border-bottom: 1px solid var(--conversasInnerChatLineColor);
}

.topBorder{
	border-width: 10px;
}
.muralPost{
	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	margin-top:15px;
	padding:1%;
	padding-top:0%;
}

.hidden{
	display:none;
}

.propadsky{
	margin-top:15px;
	width: 94%;
	padding-left:20%;
	word-wrap: break-word;
}

#beggining{
	margin-left:0;
}



.olmargin{
	padding-left:10%;
}


*{
	padding:0;
	margin:0;
}
img{
	border:none;
	outline:none;
	max-width:100%;
}
a,a:active,a:focus,a:hover{
	outline:none;
	text-decoration:none;
}
a:hover{
	color:var(--linkHoverColor);
}
a:visited{
color:var(--linkSelectedColor);
}
a{
	-webkit-transition:all 0.25s ease-in-out;
	-moz-transition:all 0.25s ease-in-out;
	-ms-transition:all 0.25s ease-in-out;
	-o-transition:all 0.25s ease-in-out;
	transition:all 0.25s ease-in-out;
	color: var(--linkTextColor);
}

h1{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 15px;
    text-transform: uppercase;
}
h2{
	font-size:17px;
	font-weight:600;
	margin:0 0 12px;
	text-transform:uppercase;
	line-height:24px;
	font-family: 'Roboto', sans-serif;
}
h3{
	font-size:15px;
	font-weight:600;
	margin:0 0 20px;
	text-transform:uppercase;
	font-family: 'Roboto', sans-serif;
	line-height:22px;
}
h4{
	font-family: 'Roboto', sans-serif;
	font-size:14px;
	margin:0 0 5px;
	line-height:19px;
	font-weight:normal;
}

p{
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	/*
	font-size: 14px;
	color: #aaaaaf;
	line-height: 24px;
	*/
}



 input{
	border: 1px solid #eaeaea;
	margin-bottom: 20px;
	padding: 5px;
}
img{
	max-width:100%;
	height:auto}
.clear{
	clear:both;}


/*=================== General ====================*/
body{
	font-size:14px;
	line-height:24px;
	font-weight:300;
	color: var(--defaultTextColor);
	font-family: 'Roboto', sans-serif;
	background-color: var(--bodyColor);
	height: 100%;
	position: relative;
}
/*
body:after{
	content:" ";
	width: 18.6667%;
	background-color: #d9d9d9;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: -1;
	}
*/
.container-full{
	margin-right: 30px;
	margin-left: 30px;
}
.container-full:after{
	content:" ";
	width: 100%;
	display: block;
	clear: both;
}
header{
	background-color: var(--topMenuColor);
	padding-top: 8px;
	padding-bottom: 5px;
}
header a#main-category-toggler{
	color: var(--sandwichButtonTextColor);
	text-decoration: none;
	background-color: var(--sandwichButtonColor);
	text-align: center;
	display: block;
	float: right;
	height: 25px;
	width: 40px;
	margin-top: 8px;
}
header a#main-category-toggler-close{
	display:none;
	color: var(--sandwichButtonTextColor);
	text-decoration: none;
	background-color: var(--sandwichButtonSelectedColor);
	text-align: center;
	float: right;
	height: 25px;
	width: 40px;
	margin-top: 8px;
}
.search-form{
	margin: 0px;
	border: none;
	outline: 0;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: var(--searchInputIconColor);
	font-weight: 400;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
::-webkit-input-placeholder{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #adadb0;
	font-weight: 400;
   	padding: 3px;

}

:-moz-placeholder{ /* Firefox 18- */
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #adadb0;
	font-weight: 400;
   	padding: 3px;

}

::-moz-placeholder{  /* Firefox 19+ */
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #adadb0;
	font-weight: 400;
   	padding: 3px;

}

:-ms-input-placeholder{  
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #adadb0;
	font-weight: 400;
   	padding: 3px;

}

.search-form fieldset{
	margin: 0px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 5px;
	color: var(--searchInputTextColor);
 }
.search-form input{
	font-family: DroidKufi-Regular;
	display: block;
	width: 100%;
	color: var(--searchInputTextColor);
	border: none;
	font-size: 14px;
	outline: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
	background-color: var(--searchInputColor);
	margin: 0px;
}
.search-form input[type="submit"]{
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	display: block;
	font-size: 0px;
	margin: auto;
	overflow: hidden;
	border: none !important;
	top: 5px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding-right: 0px;
	padding-left: 0px;
	width: 30px;
	right: 5px;
	background-image: url(../imgs/search-icon.png);
	height: 30px;
	padding-top: 0px;
	padding-bottom: 0px;
}
header ul.top-menu{
	text-align: center;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header ul.top-menu li{
	display: inline-block;
}
header ul.top-menu li a{
	font-family: 'Roboto', sans-serif;
	color: var(--topMenuLinkColor);
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	padding-right: 20px;
	padding-left: 0px;
}
header ul.top-menu li a:hover{
	color: var(--topMenuLinkHoverColor);
}
header ul.notifications{
	text-align: center;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
header ul.notifications li{
	display: inline-block;
}
header ul.notifications li a{
	font-size: 15px;
	color: var(--notificationsLinkColor);
	display: block;
	padding-right: 10px;
	padding-left: 10px;
	position: static;
}

header .header-badge{
    position: absolute;
    top: -5px;
    left: 20px;
    padding: 4px 6px;
    font-size: 11px;
}

header a.user-area{
	display: block;
}
header a.user-area .thumb{
	float: left;
	height: 40px;
	width: 40px;
	margin-right: 15px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}
header a.user-area h2{
	font-family: 'Roboto', sans-serif;
	color: var(--userAreaTextColor);
	font-weight: 700;
	font-size: 12px;
	text-transform: capitalize;
	margin: 0px;
	padding: 0px;
	}
header a.user-area h3{
	font-family: 'Roboto', sans-serif;
	color: var(--userAreaTextColor);
	font-weight: 400;
	font-size: 10px;
	text-transform: capitalize;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	}
header a.user-area .fa{
	position: absolute;
	top: 40%;
	right: 10px;
	font-size: 17px;
	color: var(--userAreaIconColor);
}	
header ul.dropdown-notifications-items{
	min-width:365px;
	margin-top: 32px;
	position: absolute;
	padding: 0px;
	border-radius: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -150px !important;
	}	
header ul.dropdown-notifications-items li a{
	margin: 0px;
	padding: 20px;
}
header ul.dropdown-notifications-items li{
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--notificationsItemBorderColor);
	width: 100%;
}
header ul.dropdown-notifications-items li .notification-info .color-1{
	color:var(--notificationColor1);}
header ul.dropdown-notifications-items li .notification-info .color-2{
	color:var(--notificationColor2);}
header ul.dropdown-notifications-items li .notification-info .color-3{
	color:var(--notificationColor3);}

header ul.dropdown-notifications-items li .notification-info a{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: var(--notificationLinkColor);
	font-weight: 300;
	}
header ul.dropdown-notifications-items li .notification-info a span{
	color:var(--allNotificationsColor);
}
header ul.dropdown-notifications-items li .notification-info a .fa{
	margin-right: 10px;
}
header ul.dropdown-notifications-items li .notification-info a h5.time{
	font-size: 11px;
	color: var(--notificationLinkColor);
	margin-bottom: 0px;
	padding-bottom: 0px;
}
header ul.dropdown-notifications-items li .notification-info a:hover{
	background-color: var(--notificationsItemHoverColor);
}
header ul.dropdown-notifications-items li a.all_notifications{
	font-family: 'Roboto', sans-serif;
	background-color: var(--allNotificationsColor);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--allNotificationsTextColor);
	text-decoration: none;
	text-align: center;
	font-size: 12px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 12px;
}
header ul.dropdown-notifications-items li a.all_notifications:hover{
	background-color: var(--allNotificationsHoverColor);
}
header ul.account-menu{
	min-width:200px;
	margin-top: 22px;
	position: absolute;
	border-radius: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: -35px !important;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	}
.oldnotification
{
	background-color: var(--oldNotificationColor) !important;
}
.oldnotification :hover
{
	background-color: var(--oldNotificationHoverColor) !important;
}
header ul.account-menu li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--accountMenuTextColor);
	font-size: 12px;
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--accountMenuItemBottomBorderColor);
}
header ul.account-menu li a .fa{
	padding-right: 10px;
}
header ul.account-menu li  .color-1{
	color: var(--accountMenuColor1);
}
header ul.account-menu li  .color-2{
	color: var(--accountMenuColor2);
}
header ul.account-menu li  .color-3{
	color: var(--accountMenuColor3);
}
header ul.account-menu li  .color-4{
	color: var(--accountMenuColor4);
}

.triplecolumnul{
	columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}
input{
	background-color:var(--inputColor);
}
input:hover{
	background-color:var(--inputHoverColor);
}
.notification{
	background-color: var(--configNotificationColor) !important;
	list-style-type: none;
}
.notification :hover
{
	background-color: var(--configNotificationHoverColor) !important;
}

#main-category{
	background-color: var(--mainCategoryBarColor);
	-webkit-box-shadow: -1px 2px 26px -6px var(--mainCategoryBarShadow);
	-moz-box-shadow: -1px 2px 26px -6px var(--mainCategoryBarShadow);
	box-shadow: -1px 2px 26px -6px var(--mainCategoryBarShadow);
	position: relative;
	z-index: 10;
}
#main-category ul.main-category-menu{
	margin: 0px;
	padding: 0px;
	
}
#main-category ul.main-category-menu li{
	display: inline-block;
	position: relative;
}
#main-category ul.main-category-menu li a{
	font-family: 'Roboto', sans-serif;
	color: var(--defaultTextColor);
	font-weight: 700;
	font-size: 12px;
	display: block;
	margin-right: 30px;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
}
#main-category ul.main-category-menu li a .fa{
	color: var(--mainCategoryIconTextColor);
	background-color: var(--mainCategoryDefaultIconBackColor);
	height: 35px;
	width: 35px;
	margin-right: 20px;
	text-align: center;
	padding-top: 8px;
	font-size: 16px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}
#main-category ul.main-category-menu li.color-1 a .fa{
	background-color: var(--mainCategoryBackColor1);
	}
#main-category ul.main-category-menu li.color-2 a .fa{
	background-color: var(--mainCategoryBackColor2);
	}
#main-category ul.main-category-menu li.color-3 a .fa{
	background-color: var(--mainCategoryBackColor3);
	}
#main-category ul.main-category-menu li.color-4 a .fa{
	background-color: var(--mainCategoryBackColor4);
	}	
#main-category ul.main-category-menu > li > ul{
	display:none;
	position: absolute;
	top: 55px;
	width: 250px;
	margin: 0px;
	padding: 0px;
	border: 1px solid var(--mainCategoryBorderColor);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
	opacity: 0;
	left: 0;
	right: auto;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	visibility: hidden;
	z-index: 9999;
	}
#main-category ul.main-category-menu > li:hover > ul{
	display: block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
	visibility:visible;
}
#main-category ul.main-category-menu > li > ul > li{
	display: block;
	background-color: var(--mainCategoryDropDownColor);
	position: relative;
}
#main-category ul.main-category-menu > li > ul > li > a{
	display: block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--mainCategoryDropDownLinkColor);
	background-color: var(--mainCategoryDropDownLinkBackColor);
	width: 100%;
}
#main-category ul.main-category-menu > li > ul > li > a:hover{
	background-color: var(--mainCategoryDropDownLinkBackHoverColor);
	padding-left: 25px;
	color: var(--mainCategoryDropDownLinkHoverColor);
}
#main-category ul.main-category-menu > li > ul > li > ul{
	position: absolute;
	display:none;
	width: 250px;
	z-index: 5555;
	top: -1px;
	right: 248px;
	border: 1px solid var(--mainCategoryDropDownBorderColor);
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	transform: translateY(10%);
	-webkit-transform: translateY(10%);
	-moz-transform: translateY(10%);
	-o-transform: translateY(10%);
	-ms-transform: translateY(10%);
	opacity: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	display: block;
	visibility: hidden;
}
#main-category ul.main-category-menu > li > ul > li:hover > ul{
	display:block;
	transform: translateY(0);
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	opacity: 1;
	visibility:visible;
	
}
#main-category ul.main-category-menu > li > ul > li.withsub:before{
	content: "\f105"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block; /* same as padding-left set on li */
	margin-right: -1.3px;
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 16px;
}
#main-category ul.main-category-menu > li > ul > li > ul > li > a{
	display: block;
	padding-top: 12px;
	padding-right: 20px;
	padding-bottom: 12px;
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: var(--mainCategoryDropDownBorderColor);
	background-color: var(--mainCategoryDropDownLinkBackColor);
}
#main-category ul.main-category-menu > li > ul > li > ul > li > a:hover{
	background-color: var(--mainCategoryDropDownLinkBackHoverColor);
	padding-left: 25px;
	color: var(--mainCategoryDropDownSubLinkHoverColor);
}
.no-padding-left{
	padding-left: 0px !important;
}
h1.new-video-title{
	font-family: 'Roboto', sans-serif;
	padding-top: 15px;
	padding-bottom: 10px;
	font-weight: 700;
	color: var(--defaultTextColor);
	font-size: 14px;
	margin: 0px;
}
h1.new-video-title2{
	font-family: 'Roboto', sans-serif;
	padding-top: 25px;
	padding-bottom: 10px;
	font-weight: 700;
	color: var(--defaultTextColor);
	font-size: 14px;
	margin: 0px;
}

h1.new-video-title2 .fa{
	font-size: 18px;
	color: var(--sectionTitleIconColor);
	margin-right: 10px;
}

h1.new-video-title .fa{
	font-size: 18px;
	color: var(--sectionTitleIconColor);
	margin-right: 10px;
}
.video-item{
	margin-bottom: 15px;
	margin-top: 15px;	
}
.video-item .thumb{
	position: relative;
}
.video-item .thumb small.time{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: var(--boxEpisodeCounterTextColor);
	background-color: var(--boxEpisodeCounterColor);
	display: block;
	padding: 5px;
	width: 60px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	text-align: center;
	line-height: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}
.video-item .video-info{
	background-color: var(--contentBoxColor);
	padding: 5px;
}

.video-item a.title{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	
	line-height: 19px;
	text-decoration: none;
	display: block;
	}
.video-item a.channel-name{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: var(--rightCollumTitleTextColor);
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 19px;
}
.video-item span{
	color: var(--itemBoxTextColor);
	font-size: 10px;
	font-weight: 500;
	padding-right: 10px;
	margin: 0px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.video-item  span .fa{
	padding-right: 5px;
}

.containerCapas{
    width: 100%;
    overflow-x: auto;
	white-space: nowrap;
	display: flex;
	border-style: solid;
    border-width: 1px;
}

.selectableCapa{
	margin:15px;
	width: 193px;
	height: 135px;
}

.listagemArtigo
{
	width:386px;
	height:500px;
}

.selectableCapa:hover{
	border-style: solid;
	border-width: 5px;
	border-color: var(--articleSelectImageHoverBorderColor);
	margin:15px;
	width: 193px;
	height: 135px;
	cursor: pointer;

}
.article{
	font-family: 'Roboto', sans-serif;

	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	padding: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 1.2em;
	font-weight: 350;
}
.article h1.title{
	margin-bottom: 0px;
	font-size: 2em;
}



.article ol{
	margin-left:30px;
}

.toptext{
	font-size: 1.6em;
}

.topimage{
	width:98%;
	max-height:140px;
	padding:1%;
}
.youtubeEnclosure{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.youtubeEnclosure iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.articlethumbtext{
	overflow: hidden;
	max-height:46%;
}

.article .spoiler-toggle{
	color: var(--revealedSpoilerTextColor);
}
.spoiler{
	color:var(--spoilerTextAndBackColor);
	background-color:var(--spoilerTextAndBackColor);
}
.spoiler:hover{
	color:var(--revealedSpoilerTextColor);
}

#articlepreview{
	display:none;
}

.article .color-1{
	color:var(--articleColor1);}
.article .color-2{
	color:var(--articleColor2);}
.article .color-3{
	color:var(--articleColor3);}
.article .color-4{
	color:var(--articleColor4);}

.aligncenter{
	text-align:center;
}

.mainFooter{
	color:var(--footerTextColor);
}
.mainFooter a{
	color:var(--footerTextColor);
	font-weight: bold;
}
.footermain{
	margin-left:-15%;
}

#watch{
	font-family: 'Roboto', sans-serif;
	background-color: var(--contentBoxColor);

	padding: 30px;
	margin-top: 15px;
	margin-bottom: 15px;
}
#watch h1.video-title{
	margin-bottom: 15px;
}
#watch .video-share{
	border: 1px solid var(--videoFollowBoxBorderColor);
	padding: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-color: var(--videoFollowBoxColor);
}
#watch .video-share:after{
	content:" ";
	clear: both;
	width: 100%;
	display: block;
}
#watch ul.social_link{
	float: right;
	margin: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
}
#related-posts{
	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	padding: 15px;
	margin-top: 15px;
	margin-bottom: 30px;
}

#related-posts .related-video-item{
	margin-top: 15px;
	margin-bottom: 15px;
}
#related-posts .related-video-item:after{
	content:" ";
	display: block;
	clear: both;
	width: 100%;
	}
#related-posts .related-video-item .thumb{
	float: left;
	height: 85px;
	width: 120px;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}
#related-posts .related-video-item .thumb img{
	max-width:150%}

#related-posts .related-video-item a.title{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;

	line-height: 19px;
	text-decoration: none;
	display: block;
	}
#related-posts .related-video-item  a.channel-name{
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: var(--rightCollumTitleTextColor);
	margin-top: 4px;
	margin-bottom: 4px;
	line-height: 19px;
}

.sidebar{
	margin-top: 30px;
}

.tab{
    overflow: hidden;
    border: 1px solid var(--articleTabsColor);
    background-color: var(--articleTabsBorderColor);
}

/* Style the buttons inside the tab */
.tab button{
    background-color:var(--secondLevelButtonColor);
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover{
    background-color: var(--secondLevelButtonHoverColor);
}

/* Create an active/current tablink class */
.tab button.active{
    background-color: var(--secondLevelButtonSelectedColor);
}

/* Style the tab content */
.tabcontent{
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.relativepos{
	position:relative;
}

.articleimagebox{
	background-color: black;
	height:50%;
	width:100%;
}

.articlebox{
	background-color: var(--articlePreviewBoxColor);
	padding:0px;
}
.articleboxback{
	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	height:100%;
}
.articleboxprod{
	padding-right:15px;
	padding-left:0px;
	margin-top:15px;
	height:300px;
}
.articletextbox{
	overflow:hidden;
	padding:5%;
	height:50%; 
	width:100%;
}

.alertpadding{
	margin-bottom:5px;
}

.colorred{
	background-color: red !important;
}
.colorblue{
	background-color: blue !important;
}
.colorpurple{
	background-color: purple !important;
}
.colororange{
	background-color: orange !important;
}
.colorblack{
	background-color: black !important;
}
.colormaroon{
	background-color: maroon !important;
}

.articlesContainer
{
	display:none;
}
.textcolorblack{
	color: black;
}

.darkened{
	background-color: #d3d3d0;
	padding:15px;
}
.articleimage{
	width:100%;
	height:100%;
	opacity: 1;
	transition: opacity 0.5s linear;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.articleimage:hover{
	opacity: 0.8;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.smallLine{
	margin-bottom: 0px;
	
}
.authorline{
	font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--articleAuthorTextColor);
}

.smallCategoryBox{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: var(--articleCategoryBoxDefaultTextColor);
	background-color: var(--articleCategoryBoxDefaultColor);
	display: block;
	padding: 5px;
	width: 20%;
	position: absolute;
	left: 8%;
	bottom: 8%;
	z-index:5;
	text-align: center;
	line-height: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}

	.mediumCategoryBox{
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		font-weight: 900;
		color: var(--articleCategoryBoxDefaultTextColor);
		background-color: var(--articleCategoryBoxDefaultColor);
		display: block;
		padding: 5px;
		width: 25%;
		position: absolute;
		left: 8%;
		bottom: 8%;
		z-index:5;
		text-align: center;
		line-height: 10px;	
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;	}

.video-item .favthumb small.time{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: var(--followNewEpisodeBoxDefaultTextColor);
	background-color: var(--followNewEpisodeBoxDefaultColor);
	display: block;
	padding: 5px;
	width: 20%;
	position: absolute;
	left: 28%;
	top: 42px;
	text-align: center;
	line-height: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;	}

.nfollowImage{
	height:230px;
	width:100%;
}
.nfollowBox{
	width:170px;
	margin:12px;
}
.nfollowTitleBox{
	height:50px;
}
.followTitle{
	text-overflow: ellipsis;
	overflow: hidden; 
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 19px;
	text-decoration: none;
}
.followButtonFix{
	margin-left:-3.5px !important;
} 
.followButtonsStyle{
	border-radius:0;
	margin:0;
	padding:0;
	padding-right:3px;
	padding-left:3px;
	padding-top:6px;
	padding-bottom:6px;
}	

.followButtonsSize1{
	width:40%;
}
.followButtonsSize2{
	width:20%;
}
.followImgBox{
	position:relative;
}
.followNewEpisodes{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: var(--followNewEpisodeBoxDefaultTextColor);
	background-color: var(--followNewEpisodeBoxDefaultColor);
	display: block;
	padding: 5px;
	width: 60px;
	position: absolute;
	right: 0px;
	top: 0px;
	text-align: center;
	line-height: 10px;		}

.unseen{
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	font-weight: 900;
	color: var(--conversasUnseenTextColor);
	background-color: var(--conversasUnseenColor);
	display: block;
	padding: 3px;
	float:right;
	text-align: center;
	line-height: 10px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top:3px;
	margin-right:5px;
width:20px;	}

.favclick{
	font-size: 33px;
	color: var(--defaultTextColor);
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
	float:left;
}

.favclick > span{
	margin-left: 4px;
	margin-top: 3px;
	z-index: 999;
	position: absolute;
}

.favclick > span:hover{
	opacity: 0.8;
}

.favclick span:active{
	transform: scale(0.93,0.93) translateY(2px)
}

.favring, .favring2{
	opacity: 0;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 19px;
	left: 18px;
	border-radius: 50%;
	cursor: pointer;
}

.active > span, .active-2 > span{
	color: var(--actionFavoriteColor) !important;
}

.active-2 .favring{
	width: 58px !important;
	height: 58px !important;
	top: -10px !important;
	left: -10px !important;
	position: absolute;
	border-radius: 50%;
	opacity: 1 !important;
}

.active-2 .favring{
	background: var(--actionFavoriteColor) !important;
}

.active-2 .favring2{
	background-color: var(--actionButtonCircleColor) !important;
}

.active-3 .favring2{
	width: 60px !important;
	height: 60px !important;
	top: -11px !important;
	left: -11px !important;
	position: absolute;
	border-radius: 50%;
	opacity: 1 !important;
}

.favinfo{
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	color: grey;
	position: relative;
	top: 30px;
	left: -46px;
	opacity: 0;
	transition: all 0.3s ease;
}

.favinfo-tog{
	color: var(--actionFavoriteColor);
	position: relative;
	top: 45px;
	opacity: 1;
}

.favclick > *{
	transition: all .32s ease;
}



.followclick{
	font-size: 33px;
	color: var(--defaultTextColor);
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
	float:left;
}
.addsomemargin{
	margin-left: 24px;
	float:left;
}
.followclick > span{
	margin-left: 4px;
	margin-top: 3px;
	z-index: 999;
	position: absolute;
}

.followclick > span:hover{
	opacity: 0.8;
}

.followclick span:factive{
	transform: scale(0.93,0.93) translateY(2px)
}

.followring, .followring2{
	opacity: 0;
	width: 1px;
	height: 1px;
	position: absolute;
	top: 19px;
	left: 18px;
	border-radius: 50%;
	cursor: pointer;
}


.factive > span, .factive-2 > span{
	color: var(--actionFollowColor) !important;
}

.factive-excl > span{
	color:red !important;
}

.factive-2 .followring{
	width: 58px !important;
	height: 58px !important;
	top: -10px !important;
	left: -10px !important;
	position: absolute;
	border-radius: 50%;
	opacity: 1 !important;
}

.factive-2 .followring{
	background: var(--actionFollowColor);
}

.factive-2 .followring2{
	background-color: var(--actionButtonCircleColor) !important;
}

.factive-3 .followring2{
	width: 60px !important;
	height: 60px !important;
	top: -11px !important;
	left: -11px !important;
	position: absolute;
	border-radius: 50%;
	opacity: 1 !important;
}

.followinfo{
	/*font-family: 'Open Sans', sans-serif;*/
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	white-space: nowrap;
	color: grey;
	position: relative;
	top: 30px;
	left: -46px;
	opacity: 0;
	transition: all 0.3s ease;
}

.followinfo-tog{
	color: var(--actionFollowColor);
	position: relative;
	top: 45px;
	opacity: 1;
}

.followclick > *{
	transition: all .32s ease;
}


#recommendthumb
{
	color: var(--defaultTextColor) !important;
}

.recommendclick{
	font-size: 33px;
	color: var(--defaultTextColor);
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
	float:left;
}

.recommendclick > span{
	margin-left: 4px;
	margin-top: 3px;
	z-index: 999;
	position: absolute;
}

.recommendclick > span:hover{
	opacity: 0.8;
}

.recommendclick span:factive{
	transform: scale(0.93,0.93) translateY(2px)
}

.recommendclick > *{
	transition: all .32s ease;
}


.downclick{
	font-size: 33px;
	color: rgba(0,0,0,.5);
	width: 38px;
	height: 38px;
	margin: 0 auto;
	margin-top: 20px;
	position: relative;
	cursor: pointer;
	float:left;
}

.downclick > span{
	margin-left: 4px;
	margin-top: 3px;
	z-index: 999;
	position: absolute;
}

.downclick > span:hover{
	opacity: 0.8;
}

.downclick span:factive{
	transform: scale(0.93,0.93) translateY(2px)
}

.downclick > *{
	transition: all .32s ease;
}


.centralizebucket{
	text-align:center;  
	padding-top:20%;
	color: var(--deleteBucketIconColor);
}

.bigsquare{
	font-size: 24px;
}

.bigsquare > span:hover{
	opacity: 0.8;
}
.userBanner{
	background-size:cover;
	height:240px;
	width:100%;
	position: relative;
}
.floatingAvatar{
	float:left;
	padding:1%;
	border-top-left-radius :15px;
	border-top-right-radius :15px;
	bottom:0px;
	position:absolute;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(255,255,255,1));
}

.floatingUserText{
	float:right;
	padding:1%;
	border-bottom-left-radius :15px;
	top:0px;
	right:0px;
	position:absolute;
	background: linear-gradient(to left, rgba(255,255,255,0.4), rgba(255,255,255,1));
	max-width:30%;
	max-height:100%;
	overflow:hidden;
}

.floatingRightEdit{
	float:right;
	padding:1%;
	bottom:0px;
	right:0px;
	position:absolute;
}
.userBannerText{
	color:black;
	font-size:1.1em;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}
.alignright{
	float: right;
}
.floatingAvatarImg{
	float:left;
	border-radius: 48px;
	width:76px;
}
.userBannerName{
	color:black;
	font-size:1.4em;
	font-weight: 400;
	vertical-align: bottom;
	display: table-cell;
	vertical-align: bottom;
	padding-top:50%;
	font-family: 'Roboto', sans-serif;
}

.userPageContainer{
	display:none;
	min-height:80%;
}

.vouter-container{
    text-align: center;
}
.vinner-container{
    display: inline-block;
	position: relative;
	width:100%;
}
.video-overlay{
    position: absolute;
    left: 0px;
    top: 25%;
    margin: 10px;
    padding: 5px 5px;
    font-size: 20px;
    font-family: Helvetica;
    color: #FFF;
	background-color: rgba(50, 50, 50, 0.3);
	width:96%;
	z-index:999;
}

.liberarvideo-overlay{
    position: absolute;
    left: -2%;
    top: -2%;
    margin: 10px;
    padding: 5px 5px;
    font-size: 20px;
    font-family: Helvetica;
    color: #FFF;
	background-color: rgba(50, 50, 50, 0.3);
	width:100%;
	height:450px;
	z-index:999;
}

.liberarvideo-overlay-pop{
    position: absolute;
    left: -2%;
    top: -2%;
    margin: 10px;
    font-size: 20px;
    font-family: Helvetica;
    color: #FFF;
	width:100%;
	min-height:337px;
	font-size: 6em;
	text-align: center;
	padding-top:20%;
	z-index:999;
}
.episodeposterimg{
	width:100%;
}

.button-overlay{
    position: absolute;
    left: -2%;
    bottom: -7%;
    margin: 10px;
    padding: 5px 5px;
    font-size: 20px;
    font-family: Helvetica;
    color: rgba(50, 50, 50, 1) ;
	background-color: #FFF ;
	width:40%;
	
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 900;
	display:none;
}
.overlayItem{
	float:left;
	background-color: rgba(220, 220, 220, 1);
	margin: 1%;
	padding:1%;
}

.overlayItem:hover{
	background-color: rgba(90, 90,90, 1);
}

#gradesoverlay{
	display: none;
}
#grades li{
	display: inline;
}
.nobolinha li{
	display: inline;
}

.followfavbox{
	float:left;
	padding-left:30px;
	padding-bottom:11%;
}

.avalimg{
	float:left;
	width:60px;
	text-align:bottom;
}


.modalrec{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 999; /* Sit on top */
    padding-top: 150px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-contentrec{
    position: relative;
    background-color: var(--contentBoxColor);
	margin: auto;
	margin-left:25.65%;
    padding: 5px;
    border: 1px solid var(--modalBorderColor);
	width: 350px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetoprec;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetoprec;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetoprec{
    from{top:-300px; opacity:0} 
    to{top:0; opacity:1}
}

@keyframes animatetoprec{
    from{top:-300px; opacity:0}
    to{top:0; opacity:1}
}

/* The Close Button */
.closerec{
    color: var(--defaultTextColor);
    float: right;
    font-size: 28px;
	font-weight: bold;
	z-index: 999; /* Sit on top */
}

.strongHide
{
	display:none !important;
}

.infoTd
{
	vertical-align:bottom !important;
	padding:4px;
}

.favsize{
	max-height:204px;
}

.editform{
	display:none;
}




/* VM MAIN RESPONSIVE */
/*@charset "utf-8";*/
.recblock{
	width:32%;
	}

	.muralContent{
		width:80%;
		padding-left:15%;
	}



@media screen and (max-width: 1950px){
/******************/
}
@media screen and (max-width: 1400px){
	.muralContent{
		width:85%;
		padding-left:13%;
	}
/******************/
.propadsky{
	padding-left:15%;
}
}
@media screen and (max-width: 1300px){
	.muralContent{
		width:85%;
		padding-left:13%;
	}
	.propadsky{
		padding-left:10%;
	}
	.nfollowBox{
		width:22%;
	}
}
@media screen and (max-width: 1050px){
	.muralContent{
		width:90%;
		padding-left:7%;
	}
	.propadsky{
		padding-left:0%;
	}
	.nfollowBox{
		width:29%;
	}
}
@media screen and (max-width: 780px){

	.nfollowBox{
		width:43%;
	}

	.muralContent{
		width:100%;
		padding-left:0%;
	}
	.floatingUserText{
		max-width:40%;
	}
	#watch{
		padding: 5px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.recblock{
		width:48%;
	}

	#all-output{
		padding-right: 5px;
		padding-left: 5px;
	}

	body:after{
		display:none
	}
	#main-category{
		padding-top: 10px;
		padding-bottom: 10px;
		display:none
	}
header ul.top-menu li a{
	padding-right: 15px;
}



}
@media screen and (max-width: 480px){

#watch{

	padding: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#all-output{
    padding-right: 5px;
	padding-left: 5px;
}
#main-category{
	padding-top: 10px;
	padding-bottom: 10px;
	display:none
}
#main-category ul.main-category-menu li{
	display: block;
	position: relative;
}
#main-category ul.main-category-menu li a{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	font-size: 12px;
	display: block;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	margin: 0px;
}
#main-category ul.main-category-menu > li > ul{
	display: block;
	opacity: 1;
	visibility:visible;
	position: relative;
	padding: 0px;
	top: 0px;
	margin: 0px;
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	-ms-transform: translateY(0%);
	width: 100%;
	}
.error-page h1.error-no{
	text-align:center;
	font-family: 'Roboto', sans-serif;
	font-size: 100px;
	font-weight: 900;
	color: #ff5e3a;
	}
.error-page p.error-text{
	padding-top: 10px;
	text-align:center
	}
}

.userblock{
	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	padding:5px;
	border-radius:5px;
	margin:5px;
	display:flex;
	flex-direction: row;
	flex:row nowrap;
}
.userpicture{
	width: 23%;
	margin-right: 15px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

.recblock{
	background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
	padding-right:5px;
	border-radius:5px;
	padding-left:0px;
	margin:5px;
}
.recinfo{
	width: 70%;
	word-wrap: break-word;
}
.recthumb{
	float: left;
	width: 23%;
	margin-right: 15px;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;}

@media screen and (max-width: 375px){
	
}
@media screen and (max-width: 260px){
	.nfollowBox{
		width:95%;
	}
}



/* The Modal (background) */
.modal{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 10; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* The modalclosebtn Button */
.modalclosebtn{
    color: var(--defaultTextColor);
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.modalclosebtn:hover,
.modalclosebtn:focus{
    color: var(--defaultHoverTextColor);
    text-decoration: none;
    cursor: pointer;
}

/* Modal Body */
.modal-body{padding: 2px 16px;}


/* Modal Content */
.modal-content{
	background-color: var(--contentBoxColor);
    margin: 5% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid var(--modalBorderColor);
    width: 60%; /* Could be more or less, depending on screen size */
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop{
    from{top: -300px; opacity: 0} 
    to{top: 0; opacity: 1}
}

@keyframes animatetop{
    from{top: -300px; opacity: 0}
    to{top: 0; opacity: 1}
}


div.terms{
	width:90%;
	height:500px;
	border:1px solid #ccc;
	background:#f2f2f2;
	padding:6px;
	overflow:auto;
}
div.terms p,
div.terms li{font:normal 11px/15px arial;color:#333;}
div.terms h3{font:bold 14px/19px arial;color:#000;}
div.terms h4{font:bold 12px/17px arial;color:#000;}
div.terms strong{color:#000;}



.firstscroller{
	-webkit-animation: bannermove 80s linear infinite;
	   -moz-animation: bannermove 80s linear infinite;
	    -ms-animation: bannermove 80s linear infinite;
	     -o-animation: bannermove 80s linear infinite;
	        animation: bannermove 80s linear infinite;
}

	        
.animebanner{
	height: 263px;
	width: 7100px;

    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
}

.launchfather{
	width: 100%;
	margin-bottom: 50px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
	perspective: 1000;
	position: relative;
}

.launchleftarrow{
  width: 30px;
  height: 100%;
  position: absolute;
  top: 15px;
  left: 0;
  z-index: 10;
  opacity: 0.7;
  background-color: black;
}
.arrow-left {
	opacity: 1;
	width: 0; 
	height: 0; 
	border-top: 120px solid transparent;
	border-bottom: 120px solid transparent;	
	border-right: 30px solid rgb(53, 53, 53);
	
	-webkit-transition : border 500ms ease-out;
	-moz-transition : border 500ms ease-out;
	-o-transition : border 500ms ease-out;
	transition : border 500ms ease-out;
  }
  .arrow-left:hover{
	border-right: 30px solid rgb(82, 82, 82);
  }

  .launchrightarrow{
	width: 30px;
	height: 100%;
	position: absolute;
	top: 15px;
	right: 0;
	z-index: 10;
	opacity: 0.7;
	background-color: black;
  }
  .arrow-right {
	  opacity: 1;
	  width: 0; 
	  height: 0; 
	  border-top: 120px solid transparent;
	  border-bottom: 120px solid transparent;	
	  border-left: 30px solid rgb(53, 53, 53);
	  
	  -webkit-transition : border 500ms ease-out;
	  -moz-transition : border 500ms ease-out;
	  -o-transition : border 500ms ease-out;
	  transition : border 500ms ease-out;
	}
	.arrow-right:hover{
	  border-left: 30px solid rgb(82, 82, 82);
	}




.scrollinganime{
	width: 2.5%;
	float:left;
    padding: 5px;
}

.animethumb{
    background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
    width: 100%;
    height:175px;
}

.animethumbfav{
    background-color: var(--contentBoxColor);
	color: var(--defaultTextColor);
    width: 90%;
    height:175px;
}

.animethumbfollow{
    background-color: var(--followThumbBackgroundColor);
    width: 95%;
    height:175px;
}

.favtop{
	height:20%;
	max-height:20%;
}
.rectop{
	height:12%;
	max-height:12%;
}

.followButtons{
	display:flex;
	flex-wrap:nowrap;
}

.favthumb{
	width:50%;
	float:left;
}

.favbox{
	padding:5px;
}

.episodelistfav{
	width:50%;
  /*vertical-align: text-top;*/
	overflow-y: scroll;
  height:91%;
}



.followbox{
	width:50%;
	float:right;
	height:91%;
}

.recbox{
	width:50%;
	float:right;
	min-height:180px;
	height:91%;
}

.heavyanime{
	border-style: solid;
  border-width: 3px;
}

.lightanime{
	border-style: groove;
  border-width: 3px;
}

.btnwidth100{
	width:100%;
	margin-bottom:5px;
	font-family: 'Roboto' , sans-serif;
	font-weight: 600;
}
a.btn:visited{
	color:#fff;
}

.btnblack{
	background-color: var(--followNewestEpisodeButtonColor);
	border-color: var(--followNewestEpisodeButtonBorderColor);
}

.removebtn{
	padding-top:15px;
}

.episodelistitem{
	display:inline;
	width:100%;
}

.animebottomtext{
  height: 60px;
	vertical-align: bottom;
	position: relative;
}
 
.animebanner scrollinganime{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
 
.animebanner scrollinganime:hover{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	cursor: pointer;
 
	-webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
	box-shadow: 0px 3px 5px rgba(0,0,0,0.2);
}

@keyframes bannermove{
 0%{
    margin-left: 0px;
 }
 100%{
    margin-left: -4437px;
 }
 
}
 
@-moz-keyframes bannermove{
 0%{
   margin-left: 0px;
 }
 100%{
   margin-left: -4437px;
 }
 
}
 
@-webkit-keyframes bannermove{
 0%{
   margin-left: 0px;
 }
 100%{
   margin-left: -4437px;
 }
 
}
 
@-ms-keyframes bannermove{
 0%{
   margin-left: 0px;
 }
 100%{
   margin-left: -4437px;
 }
 
}
 
@-o-keyframes bannermove{
 0%{
   margin-left: 0px;
 }
 100%{
   margin-left: -4437px;
 }
 
}

.superviseBody{
    margin-left: 5%;
}

.item img{
    position: absolute;
    top: 0;
    left: 0;
    min-height: 300px;
}

