
a:hover{
    text-decoration: none!important;
    color: white!important;
}

a:focus{
    text-decoration: none!important;
    color: white!important;
}

.ctrlWrapper *{
    font-weight: normal;
}

#header {
	background: #202125!important;
	padding-bottom: 3px;
	margin-bottom: 13px;
}

.container {
	max-width: 1024px;
    margin: auto;
    background: white;
}

body {
	margin: 0px;
	background: white!important;
	font-family: 'Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
}

.navTabs {
	font-size: 11px;
	background-color: rgb(255, 88, 0);
	height: 36px;
	margin-bottom: 10px;
}

.navTabs a{
	display: block;
	float: left;
	vertical-align: text-bottom;
	text-align: center;
	outline: 0 none;
	height: 25px;
	line-height: 25px;
	color: white;
	text-decoration: none;
	font-size: 14px;
	margin-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
}

.navTabs ul {
	margin-left: -23px;
}

.navTabs a:hover{
	background: #365899;
}

li {
	list-style: none;
	margin-bottom: -4px;
	margin-right: 12px;
}

iframe {
	border: none!important;
}

.newest-video {
	overflow: auto;
	margin-bottom: 10px;
}

.newsest-video-content {
	    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: solid 1px #ccc;
    width: 100%; background: white; overflow: auto; 
    font-size: 12px;
}

.newest-video-description {
	margin: -15px 10px 0px 10px;
    font-size: 12px;
}

.newest-video-date	 {
	margin: 0px 10px 0px 10px;
    font-size: 12px;
}

.newest-video-title {
	margin: 10px;font-weight: normal;font-size:17px;
}

.video-box {
	width: 100%;
	clear: both;
	    border-top: 1px solid #ccc;
	    border-left : 1px solid #ccc;
	    border-right: 1px solid #ccc;
    overflow: auto;
    padding-top: 15px;
    background: white;

}

.single-video {
	float: left;
	text-decoration: none;
    color: black;
    margin: 8px;
}

.container {
	width: 100%!important;
}

.leftRs, .rightRs {
    border: none!important;
    background: none!important;
    box-shadow: none!important;
	width: 30px!important;
	height: 30px!important;
	border-radius: 50%!important;
	padding: unset!important;
	margin-bottom: 120px!important;
    font-weight: 600!important;
}

.comment-content {
	width: 90%;
    word-break: break-all;
}

.commentOption {
	    color: #767676;
    margin-left: 10px;
    font-size: 10px;
}

#loginForm {
	max-width: 800px;
	    padding: 5px 0;
    margin: 0 auto;
    display: none;
    line-height: 20px;
    position: relative;
}

.xenForm .ctrlUnit > dt {
    padding-top: 4px;
    padding-right: 15px;
    text-align: right;
    vertical-align: top;
    box-sizing: border-box;
    width: 32%;
    float: left;
    clear: both;
/*    margin-top: 10px;*/
}

.xenForm .ctrlUnit, #loginBar .xenForm .ctrlUnit > dt label {
    margin: 0;
    border: none;
}

.textCtrl {
    font-size: 16px;
    color: #f0f7fc;
    background-color: transparent;
    border-color: #65a5d1;
    padding: 3px;
    margin-bottom: 2px;
    border-width: 1px;
    border-style: solid;
    width: 400px;
    border-radius: 4px;
}

.textCtrl:focus {
    background: #2b485c;
}

.visitorTabs {
	    top: 0px;
    position: absolute;
    right: 0px;
}

.top-img {
    display: block;
    background-repeat: no-repeat;
    /* background-position: 2px 2px; */
    text-indent: 1000px;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: normal;
    background-size: cover!important;
    height: 22px !important;
    width: 22px !important;
    border-radius: 50% !important;
    margin-bottom: 3px;
    border: 1px solid #ffffff!important;
}

.visitorTabs li {
	    display: inline-block;
    cursor: pointer;
}

.accountUsername {
	    color: white;
    font-weight: normal;
    margin-left: 5px;
}

#unread_message {
	margin-left: -10px;
    background-image: url(/image/css/facebook.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -263px;
    opacity: 1;
    background-clip: content-box;
    background-origin: content-box;
    height: 24px;
    width: 24px;
}

#notification {
	margin-left: -10px;
	    background-image: url(/image/css/facebook.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 0 -163px;
    opacity: 1;
    background-clip: content-box;
    background-origin: content-box;
    height: 24px;
    width: 24px;
}

#listComment {
    font-size: 11px;
}

@media screen and (min-width: 860px) {
    #footer {
        height: 420px;
    }
  }
#header .top-icon a{
    font: 15px / 1.4 sans-serif;
    font-family: 'Helvetica Neue',Helvetica,Roboto,Oxygen,Ubuntu,Cantarell,'Fira Sans','Droid Sans',sans-serif;
    font-size: 13px;
    font-weight: bold;
}
.avatar.avatar--m {
    width: 21px !important;
    height: 21px !important;
    font-size: 13px !important;
}