@font-face {
    font-family: PT Sans;
    src: url('PTS55F.ttf');
}
@font-face {
    font-family: OpenSans;
    src: url('OpenSans.ttf');
}
@font-face {
    font-family: OpenSansBold ;
    src: url('OpenSansBold.ttf');
}
@font-face {
    font-family: OpenSans-Semibold ;
    src: url('OpenSans-Semibold.ttf');
}

html,body{
	min-height:100%;
	height:100%;
        background: #f7f7f8;
        font-family: Open Sans;
}
h1{font-size: 2em;}
.wrapper{
	width:960px;
	box-shadow:0 -2px 4px rgba(131,131,131,0.45);
/*	min-height:100%;
	height:100%;*/
	position:relative;
	margin:0 auto;
	overflow:hidden;
        background: white;
}
.header{
	width:100%;
	height:45px;
	background:#4a4a4a;
	position:relative;
	margin:0 0 25px !important;
}
.footer .logo,
.header .logo{
	display:inline-block;
	width:190px;
	height:45px;
	background:url(/assets/img/logo.jpg) no-repeat;
	float:left;
}
.header .navigation{
	float:left;
	margin:0 0 0 25px;
	width:745px;
}
.header .navigation li:first-child{
	margin:0;
}
.header .navigation ul{
	width:100%;
}
.header .navigation li{
	float:left;
	margin:0 0 0 15px;
}
.header .navigation li a{
	color:#fff;
	font:15px/45px Open Sans;
}
.second-nav{
	position:absolute;
	right:6px;
	top:12px;
	width:175px;
}
.second-nav .logged{
	float:right;
	margin:0 9px 0 0;
        cursor: pointer;
}
.second-nav .logged > img{
	float:left;
	margin:0 5px 0 0;
}
.second-nav .logged .userava{
float: left;
display: block;
border: 2px solid #e7ebef;
width: 18px;
height: 18px;
border-radius: 100%;
overflow: hidden;
margin: 0 5px 0 0;  
}
.second-nav .logged a{
	color:#fff;
	font:14px/22px Open Sans;
}
.second-nav .droppdown{
	background:url(/assets/img/sec_nav.png) center center no-repeat;
	width:24px;
	height:21px;
	position:relative;
	top:-12px;
	right:-6px;
	float:right;
	cursor:pointer;
	height:45px;
	width:40px;
	z-index: 9999;
}
.second-nav .droppdown.active .droppedtooltips
/*,.second-nav .droppdown:hover .droppedtooltips*/
{
	display:block;
}
.second-nav .droppdown.active
/*,.second-nav .droppdown:hover*/
{
	background: #f5f7f9 url(/assets/img/sec_nav.png) center center no-repeat;
}
.second-nav .droppdown .droppedtooltips{
	top:45px;
	position:absolute;
	right:0;
	background:#f5f7f9;
	overflow:hidden;
	z-index:10;
	display:none;
	cursor:default;
}
.second-nav .droppdown .droppedtooltips .login{
	padding:10px 0;
	width:315px;
	overflow:hidden;
}
.second-nav .droppdown .droppedtooltips .login .linkline{
	width:100%;
	float:left;
	padding:10px 0 0;
	margin:10px 0 0;
	border-top:1px solid #e3e2e2;
}
.second-nav .droppdown .droppedtooltips .login .linkline a{
	color:#1cb9b3;
	font:14px Open Sans;
	float:left;
	margin:0 0 0 23px;
}
.second-nav .droppdown .droppedtooltips .login .linkline a:last-child{
	float:right;
	margin:0 23px 0 0;
}
.second-nav .droppdown .droppedtooltips .login .userava{
	float:left;
	display:block;
	border:6px solid #e7ebef;
	width:62px;
	height:62px;
	border-radius:100%;
	overflow:hidden;
	margin:0 0 0 15px;
}
.second-nav .droppdown .droppedtooltips .login .udata{
	width:210px;
	margin:0 0 0 15px;
	float:left;
}
.second-nav .droppdown .droppedtooltips .login .udata .name{
	color:#3a3a3a;
	font:bold 18px Open Sans;
}
.second-nav .droppdown .droppedtooltips .login .udata .year{
	color:#3a3a3a;
	display:block;
	/*margin:0 5px;*/
	font:12px Open Sans;
}
.second-nav .droppdown .droppedtooltips .login .udata .loc{
	color:#3a3a3a;
	font:12px Open Sans;
}
.second-nav .droppdown .droppedtooltips .enterbox{
	padding:18px 20px;
	background:#f5f7f9;
	width:195px;
	overflow:hidden;
}
.second-nav .droppdown .droppedtooltips .enterbox .h2{
	color:#4a4a4a;
	font:bold 15px Open Sans;
}
.second-nav .droppdown .droppedtooltips .enterbox .item{
	float:left;
	width:100%;
}
.second-nav .droppdown .droppedtooltips .enterbox .item label{
	color:#4a4a4a;
	font:12px Open Sans;
	margin:12px 0 4px;
	display:block;
}
.second-nav .droppdown .droppedtooltips .enterbox .item input[type="password"],
.second-nav .droppdown .droppedtooltips .enterbox .item input[type="text"]{
	border:1px solid #ddd;
	background:#fff;
	color:#525252;
	font:bold 14px Open Sans;
	text-indent:10px;
	width:193px;
	height:30px;
}
.second-nav .droppdown .droppedtooltips .enterbox .item input.error[type="password"],
.second-nav .droppdown .droppedtooltips .enterbox .item input.error[type="text"]{
	border:1px solid #f4262c;
	color:#f4262c;
}
.second-nav .droppdown .droppedtooltips .enterbox .item input[type="submit"]{
	width:76px;
	height:25px;
	text-align:center;
	color:#fff;
	font:14px Open Sans;
	background:#3366bb;
	cursor:pointer;
	border:none;
	float:right;
	margin:15px 0 0;
}
.second-nav .droppdown .droppedtooltips .enterbox .item a{
	color:#4d4de8;
	font:12px/25px Open Sans;
	margin:15px 0 0;
	float:left;
}
.errorm,
.second-nav .droppdown .droppedtooltips .enterbox .errorm{
	color:#f30e0e;
	font:11px Open Sans;
	margin:5px 0 0;
	float:left;
}
.container{
	width:750px;
	float:right;
	padding:0 0 60px;
}
.container .info_sidebar{
	float:left;
	width:225px;
	padding:9px 0 0;
	position:relative;
	margin:0 15px 0 0;
}
.lecture-info{
	background:#fff;
	padding:15px 10px;
	margin:0 0 30px;
	border:5px dotted #EDEDED;
}
.lecture-info .h2{
	color:#3a3a3a;
	font:20px Open Sans;
}
.lecture-info .h2 a{
    color: #3a3a3a;
    text-decoration: none;
}
.lecture-info .teach{
	color:#454545;
	font:bold 14px Open Sans;
	margin:5px 0 0;
	display:block;
}
.lecture-info .teach b{
	color:#1cb9b3;
}
.lecture-info .desc{
	font:14px Open Sans;
	color:#545454;
	margin:10px 0 3px;
}
.lecture-info .lecture{
	font:bold 14px Open Sans;
	color:#454545;
        display: block;
        margin-top: 10px;
}
.info_sidebar .instructor-ab{
	float:left;
	padding:15px 0;
	border-top:1px solid #ddd;
	
}
.info_sidebar .instructor-ab .h2{
	display:block;
	color:#545454;
	font:bold 16px Open Sans;
	margin:0 0 15px;
}
.info_sidebar .instructor-ab .image{
	float:left;
	margin:0 10px 0 0;
	border:2px solid #ebebeb;
	border-radius:2px;
	width:86px;
	height:86px;
	overflow:hidden;
}
.info_sidebar .instructor-ab .name{
	color:#006be3;
	font:bold 14px Open Sans;
	display:block;
	margin:0 0 5px;
}
.info_sidebar .instructor-ab .univers{
	color:#454545;
	font:bold 14px/21px Open Sans;
}
.info_sidebar .category{
	color:#454545;
	font:bold 14px/21px Calibri;
}
.info_sidebar .category b{
	display:block;
}
.info_sidebar .category a{
	color:#454545;
}
.content{
	float:left;
	width:450px;
	color:#545454;
	font:14px/21px Open Sans;
}
.content h2{
	color:#545454;
	font:bold 16px Open Sans;
	margin:12px 0;
}
.hfooter{
	clear:both;
	width:100%;
	height:45px;
}
.footer{
	/*position:absolute;
	bottom:0;
	left:50%;
	margin-left:-480px;
	*/
	margin:0 auto;
	width:960px;
	height:45px;
	background:#4a4a4a;
        position: relative;
        /*top: -45px;*/
}

.footer > span{
    font-family: Open Sans;
    color: #ffffff;
    display: inline-block;
    line-height: 45px;
    margin: 0 30px;
    padding: 0px;
}
.footer > span a{color: #ffffff;margin-right: 30px;}
.footer span.copyright{
    font-size: 12px;
}
.footer span.mailto{
    font-size: 10px;
    text-align: right;
    position: absolute;
    right: 0;
    height: 34px;
    top: -10px;
}
.footer span.mailto div{
    position: relative;
    display: inline-block;
    top: 6px;
}
.footer span.mailto div span{
    display: block;
    height: 12px;
}
.lect-item{
	width:100%;
	float:left;
}
.lect-item.hide{display: none}
.mission .aside,
.lect-item .aside{
	width:165px;
	padding:11px 0 0 35px;
	float:left;
	color:#e33b3b;
	font:italic 14px Open Sans;
}
.mission:not(.no-rdy) .aside,
.lect-item .aside {
    /*opacity: 0.5;*/
}
.lect-item .lect_content{
	float:right;
	width:680px;
	padding:9px 0 0;
	margin:0 70px 15px 0;	
}
.no-margin-right .lect-item .lect_content{margin-right: 0px;}
.lect-item .lect_content .item{	
	padding:0 15px 0 0;	
}
.lect-item .lect_content .item .inner{
	min-height:95px;
	width:644px;
	background:#fff;
	padding:15px 10px;
	position:relative;
	border: 2px solid #FEEAEA;
	border-radius: 3px;
}
.lect-item .lect_content .item .inner .image{
	float:left;
	width:135px;
	height:95px;
	overflow:hidden;
	margin:0 20px 0 0;
}
.lect-item .lect_content .item .inner .title{
	color:#1cb9b3;
	font: 20px/40px Open Sans;
}
.lect-item .lect_content .item .inner .lecture{
	display:block;
	color:#545454;
	font:12px Open Sans;
	margin:5px 0 5px;
}
.lect-item .lect_content .item .inner .lecture b{
	font-weight:bold;
	color:#0c5469;
}
.lect-item .lect_content .item .inner .descr{
	color:#545454;
	font:12px Open Sans;
	padding:20px 120px 20px 20px;
}
.toogle_but{
	color:#fff;
	font:14px/20px Open Sans;
	padding:6px 30px;
	background:#e33b3b;
	position:absolute;
	bottom:-5%;
	right:40%;
	transition:background 1s ease;
	-o-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-webkit-transition:background 1s ease;
    cursor: pointer;
	border-radius: 3px;
	text-transform: uppercase;
	text-align: center;
	height: 20px;
	width: 90px;
}
.toogle_but:hover{
	text-decoration:none;
	background:#F5A6A4;
}
.lect-item .lect_content .item .lecture-count{
	position:absolute;
	top:25px;
	right:15px;
	font: 14px Open Sans;
	color:#4a4a4a;
        width: 60px;
}
.lect-item .lect_content .item .test-count{
	position:absolute;
	top:45px;
	right:15px;
	font: 14px Open Sans;
	color:#4a4a4a;
        width: 60px;
}
.unset_course_from_goal{
    position: absolute;
    top: 3px;
    right: 3px;
    font-family: Open Sans;
    font-weight: bold;
    color: red;
    text-decoration: none;    
}
.lesson-list{
	width:100%;
	float:left;
}
.lesson-list ul{
	padding:0 0 0 20px;
	margin:0 0 0 11px;
	border-left:4px solid #ededed;
	float:left;
	width:640px;
}
.lesson-list li{
	margin:30px 0 0;
	background:url(/assets/img/les_l_c.jpg) right top no-repeat #FEFDF6;
	padding:10px;
	float:left;
	width:640px;
	position:relative;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.lesson-list li.disable{
        background: url(/assets/img/les_l_c.jpg) right top no-repeat #ffffff;
        border: 1px solid #ededed;
}
.lesson-list li .image{
	float:left;
	width:150px;
	height:90px;
	overflow:hidden;
	margin:0 20px 0 0;
	position:relative;
}
.lesson-list li .image.no-img{
	/*width:127px;*/
	/*height:87px;*/
	border:4px solid #fefadc;
	display:block;
	background:#decb51;
	font:bold 20px/87px Open Sans;
	color:rgba(0,0,0,0.3);
	text-align:center; 
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.lesson-list li .image.no-img.disable{
    background: #e4e4e4;
    border-color: #e4e4e4;
}
.lesson-list li .title{
	color:#4a4a4a;
	font:16px/10px Open Sans;
        cursor: pointer;
}
.lesson-list li.disable .title, .lect-item .lect_content .lesson-tiles li.disable .title,
.lesson-list li.disable .lecture, .lect-item .lect_content .lesson-tiles li.disable .lecture,
.lesson-list li.disable .lecture b, .lect-item .lect_content .lesson-tiles li.disable .lecture b a,
.lecture, .lesson-list li.disable .lecture b a, .lesson-list li .lecture b a,
.lesson-list li.disable .descr{
        color: #939393;
}
.lesson-list li.disable .title{cursor: default;}
.lesson-list li .title a {
        color: #e33b3b;
        text-decoration: none;
}
.lesson-list li .lecture{
	font:bold italic 12px Open Sans;
	color:#4a4a4a;
	display:block;
	margin:3px 0;
}
.lesson-list li .lecture b, .lesson-list li .lecture b a{
	color:#1cb9b3;
}
.lesson-list li .lecture b a{
    text-decoration: none;
}
.lesson-list li .descr{
	color:#545454;
	font:12px Open Sans;
        margin-left: 170px;
}
.lesson-list li .line-to{
	position:absolute;
	width:45px;
	height:25px;
	background:url(/assets/img/sel.png) left center no-repeat;
	position:absolute;
	top:50%;
	margin-top:-12.5px;
	left:-35px;
}
.lesson-list li .line-to .ico{
	display:block;
	width:16px;
	height:13px;
	position:absolute;
	left: 5px;
	top: 7px;
}
.lesson-list li .line-to .ico.lect{
	background:url(/assets/img/starget.jpg) no-repeat;
        z-index: 1;
}
.lesson-list li .line-to.active .ico.lect{
	background:url(/assets/img/stargeta.jpg) no-repeat;
        z-index: 1;
}
.lesson-list li .line-to .ico.test{
	background:url(/assets/img/testacic.jpg) no-repeat;
	height:18px;
	top:4px;
        z-index: 1;
}
.lesson-list li .line-to.active .ico.test{
	background:url(/assets/img/startarget.jpg) no-repeat;
	top:7px;
        z-index: 1;
}
.lesson-list li.test .line-to{
	background:url(/assets/img/sela.png) no-repeat;
        z-index: 1;
}
.lesson-list li.test{
	background:#fefad5;
}
.lesson-list li .test{
	position: relative;
}
.lesson-list li .test .testbutton{
	float:left;
	width:150px;
	margin: 0 20px 0 0;
	position:relative;
	min-height:35px;
}
.lect-item .lect_content .lesson-tiles li .gettest{
	display:block;
	width:97px;
	height:20px;
	color:#4a4a4a;
	font:10px/20px Open Sans;
	text-align:center;
	background:#cbc7aa;
	margin:0 auto;
}
.lect-item .lect_content .lesson-tiles li.test .line-to{
	background:url(/assets/img/tselgor.png) no-repeat;
}
.lect-item .lect_content .lesson-tiles li .line-to .ico{
	display:block;
	width:16px;
	height:13px;
	position:absolute;
	left: 5px;
	top: 7px;	
}
.lect-item .lect_content .lesson-tiles li .line-to .ico.test{
	background:url(/assets/img/testacic.jpg) no-repeat;
	height:18px;
	top:4px;
	left:4px;
}
.lect-item .lect_content .lesson-tiles li .line-to.active .ico.test{
	background:url(/assets/img/startarget.jpg) no-repeat;
	top:4px;
}
.lect-item .lect_content .lesson-tiles li .line-to .ico.lect{
	background:url(/assets/img/starget.jpg) no-repeat;
	height:18px;
}
.lect-item .lect_content .lesson-tiles li .line-to.active .ico.lect{
	background:url(/assets/img/stargeta.jpg) no-repeat;
}
.lect-item .lect_content .lesson-tiles li.test{
	background:#fefad5;
}
.lesson-list li .test .testbutton a{
	display:block;
	width:97px;
	height:20px;
	color:#4a4a4a;
	font:10px/20px Open Sans;
	text-align:center;
	background:#cbc7aa;
	top:50%;
	margin-top:-10px;
	left:50%;
	margin-left:-48px;
	position:absolute;
}
.lesson-list li .test .title{
	display:block;
	color:#4a4a4a;
	font:14px Open Sans;
	margin:0 0 2px;
}
.lesson-list li .test .name{
	display:block;
	color:#4a4a4a;
	font:16px Open Sans;
}
/*.lesson-list li .test .name b{
	font-weight:bold;
}*/
.lesson-list li .lect_see{
	position:absolute;
	width:97px;
	height:20px;
	background:rgba(0,0,0,0.7);
	color:#fff;
	font:bold 10px/20px Open Sans;
	text-align:center;
	z-index:1;
	display:block;
	left:28px;
	top:34px;
	cursor:pointer;
}
.lesson-list li .lect_see a{
        color: #fff;
        text-decoration: none;
}
.lesson-list li.active .line-to{
	background:url(/assets/img/sel-a.png) no-repeat;
}
.lesson-list li.active .image{
	border:4px solid #28b78c;
	/*width:142px;*/
	/*height:82px;*/
}
.lect-item .lect_content .item .inner .image.no-img{
	width:127px;
	height:87px;
	border:2px solid #fffaec;
	display:block;
	background:#FFFEFD;
	font:20px/87px Open Sans;
	color:rgba(0,0,0,0.3);
	text-align:center;
	border-radius: 3px;
}
.lect-item .lect_content .item .inner .image.active{
	width:127px;
	height:87px;
	border:4px solid #28b78c;
	position:relative;
}
.lect-item .lect_content .item .inner .image .checked{
	background:url(/assets/img/checked.png) no-repeat;
	position:absolute;
	width:17px;
	height:17px;
	display:none;
	top:5px;
	right:5px;
}
.lect-item .lect_content .item .inner .image.active .checked{
	display:block;
}
.lect-item.no-rdy .lect_content {
	background:none;
}
/*.lect-item.no-rdy .lect_content .item{
	background:url(/assets/img/cor-grey.png) right bottom no-repeat;
}*/
.lect-item.no-rdy .lect_content .item .inner{
	background:#FFFEFD;
	border: 2px dashed #FBFBFB;
}
.lect-item.no-rdy .lect_content .item .inner .image.no-img{
	border:2px dashed #e4e4e4;
	background:#fcfcfc;
}
.lect-item.no-rdy .lect_content .lesson-list li .title,
.lect-item.no-rdy .lect_content .item .inner .title{
	color:#e4e4e4;
	font-weight: 300px;
}
.lect-item.no-rdy .lect_content .item .inner .title:hover{
    text-decoration: none;
    cursor: default;
}
.lect-item.no-rdy .lect_content .lesson-list li .lecture,
.lect-item.no-rdy .lect_content .lesson-list li .lecture b,
.lect-item.no-rdy .lect_content .item .inner .lecture b,
.lect-item.no-rdy .lect_content .item .inner .lecture{
	color:#858585;
}
.lect-item.no-rdy .lect_content .lesson-list li .descr{
	color:#adadad;
}
.lect-item.no-rdy .lect_content .lesson-list li .lect_see{
	background:#cdcdcd;
}
.lect-item.no-rdy .lect_content .lecture-count{
	color:#c0bebb;
}
.lect-item.no-rdy .lect_content .lesson-list li{
	background:#fff;
	border:2px solid #ededed;
	width:616px;
}
.ar_item{
	background:url(/assets/img/les_l_c.jpg) right top no-repeat;
	display:block;
	width:9px;
	height:10px;
	position:absolute;
	right:-2px;
	top:-2px;
}
.lect-item.no-rdy .lect_content .item .inner .descr{
	color:#b1b1b1;
}
.lect-item.no-rdy .lect_content .item .inner .toogle_but:hover,
.lect-item.no-rdy .lect_content .item .inner .toogle_but{
	background:#d6d6d6;
}
.wrapper.lect{
	/*padding:0 0 40px;*/
        min-height: 100%;
        
}
.lect-item .lect_content .item .inner .fr-track{
	float:left;
	color:#545454;
	font:14px/27px Open Sans;
}
.lect-item .lect_content .item.lect .inner{
	height:27px;
	padding:0 15px;
    min-height: 27px;
	background: none;
border: none;
}
.lect-item .lect_content .item .inner .fr-track b{
	color:#0c5469;
}
.lect-item .lect_content .item .inner .fr-track b a{
        color:#1cb9b3;
		font: 18px;
        text-decoration: none;
		font: 18px Open Sans;
}
.lect-item .lect_content .item .inner .switch{
	position:absolute;
	right:10px;
	top:7px;
}
.lect-item .lect_content .item .inner .switch li{
	float:left;
	margin:0 0 0 8px;
}

.lect-item .lect_content .item .inner .switch li a{
	display:block;
	width:21px;
	height:13px;
	background-image:url(/assets/img/switch.png);
}
.lect-item .lect_content .item .inner .switch li .list{
	background-position:left top;
}
.lect-item .lect_content .item .inner .switch li .list:hover,
.lect-item .lect_content .item .inner .switch li .list.active{
	background-position:left bottom;
}
.lect-item .lect_content .item .inner .switch li .pl{
	background-position:right top;
}
.lect-item .lect_content .item .inner .switch li .pl:hover,
.lect-item .lect_content .item .inner .switch li .pl.active{
	background-position:right bottom;
}
.lect-item .lect_content .lesson-tiles{
	margin:0 0 0 10px;
	padding:18px 0 0 0;
	border-left:4px solid #f1f1f1;
	float:left;
}
.lect-item .lect_content .lesson-tiles ul:first-child{
	margin:0;
}
.lect-item .lect_content .lesson-tiles ul{
	border-top:4px solid #f1f1f1;
	padding:20px 0 0 30px;
	width:620px;
	float:left;
	margin:30px 0 0;
}
.lect-item .lect_content .lesson-tiles li:first-child{
	margin:0;
}
.lect-item .lect_content .lesson-tiles li{
	float:left;
	/*width:149px;*/
        width: 185px;
	height:160px;
	background:url(/assets/img/les_l_c.jpg) right top no-repeat #ededed;
	padding:10px 18px 0;
	margin:0 0 0 20px;
	position:relative;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.lect-item .lect_content .lesson-tiles li.disable{
        background:url(/assets/img/les_l_c.jpg) right top no-repeat #ffffff;
        border: 1px solid #ededed;
        overflow: visible;
}
.lect-item .lect_content .lesson-tiles li.active .image{
	width:142px;
	height:82px;
	border:4px solid #28b78c;
}
.lect-item .lect_content .lesson-tiles li .image{
	width:150px;
	height:90px;
	overflow:hidden;
	display:block;
}
.lect-item .lect_content .lesson-tiles li .image .lect_see a{
        color: #4a4a4a;
        text-decoration: none;
        font:14px Open Sans;
}
.lect-item .lect_content .lesson-tiles li .lecture{
	color:#4a4a4a;
	font:12px Open Sans;
	display:block;
}
.lect-item .lect_content .lesson-tiles li .lecture b a{
	color:#4a4a4a;
	font:12px Open Sans;    
}
.lect-item .lect_content .lesson-tiles li .title{
	color:#4a4a4a;
	font:12px Open Sans;
}
.lect-item .lect_content .lesson-tiles li .title a{
        color: #e33b3b;
        text-decoration: none;
		margin: 10%
}
.lect-item .lect_content .lesson-tiles li .line-to{
	width:25px;
	height:44px;
	position:absolute;
	background:url(/assets/img/tsel.png) no-repeat;
	display:block;
	left:50%;
	z-index:10;
	margin-left:-12.5px;
	top:-34px;
}
.lect-item .lect_content .lesson-tiles li.active .line-to{
	background:url(/assets/img/tsel-a.png) no-repeat;	
}
.lect-item .lect_content .lesson-tiles li.disable .line-to{
	height: 34px;
}
.wrapper .h3{
	color:#4a4a4a;
	font:24px Open Sans;
	padding:0 0 0 180px;
	margin:0 0 20px;
	display:block;
        text-align: left;
          width: 742px
}
.mission{
	border:2px solid #EEF6F6;
	background:#fff;
	padding:25px 7px 24px 19px;
	width:677px;
	float:right;
	margin:0 64px 50px 0;
	height:100%;
	position:relative;
	border-radius: 3px;
}
.mission .lect_content{
	margin:0 0 20px;
	position:relative;
}
.mission .lect_content .aside{
	position:absolute;
	left:-217px;
	z-index:1;
}
.mission .lect_content .aside.test{
    top: 22px;
}
.mission .aside{
	margin:0;
	padding:0 0 0 35px;
	left:-192px;
	position:absolute;
	z-index:1;
	width:156px;
	top:0;
}
.mission-inner{
	width:100%;
	float:left;
	margin:0 0 10px;
}
.mission-inner .inner{
	height:53px;
	color:#4a4a4a;
	font:20px/66px Open Sans;
	text-align:center;
	position:relative;
	background:url(/assets/img/ribbon.png) center top no-repeat;
}
.mission-inner .inner .ms{
	color:#fffefa;
	font: 12px/20px Open Sans;
	text-transform:uppercase;
	position:absolute;
	display:block;
	left:50%;
	margin-left:-26px;
	width:56px;
	height:23px;
	top:-11px;
}
.mission-inner  b{
	display:block;
	text-align:center;
	text-transform:uppercase;
	color:#4a4a4a;
	font:12px Open Sans;
	margin:15px 0 0;
}
.mission-inner p{
        font: 13px Open Sans;
        padding-top: 5px;
        text-align: center;
		color: #4a4a4a;
}
.mission .ms-hide{
	position:absolute;
	right:15px;
	top:10px;
	color:#1cb9b3;
	font:10px Open Sans;
    cursor: pointer;
}
.mission  .goto-mission{
	display:block;
	position:absolute;
	left:50%;
	width:160px;
	height:29px;
	color:#fff;
	font:14px/29px Open Sans;
	text-align:center;
	text-transform:uppercase;
	left:40%;
	bottom:-15px;
	background:#1cb9b3;	
	transition:border 1s ease;
	-moz-transition:border 1s ease;
	-o-transition:border 1s ease;
	-webkit-transition:border 1s ease;
	border-radius: 3px;
}
.mission  .goto-mission:hover{
	background:#56c6c0;
}
.mission .ms-list{
	min-height:1px;
	float:left;
	width:630px;
}
.mission .ms-list ul{
	border-top:4px solid #e9e9e3;
	margin:25px 0 0;
	float:left;
	width:100%;
}
.mission .ms-list li{
	float:left;
	width:90px;
	position:relative;
	text-align:center;
	top:-12px;
}
.mission .ms-list li a{
	display:block;
	padding:70px 0 0;
	color:#563b28;
	font:12px Open Sans;
	background:url(/assets/img/doc.png) center top no-repeat;
}
.mission .ms-list li a.active,
.mission .ms-list li a:hover{
	text-decoration:none;
	background:url(/assets/img/doc-a.png) center top no-repeat;
}
.mission .ms-list li a.disable,
.mission .ms-list li a:hover{
    background:url(/assets/img/doc-inactive.png) center top no-repeat;
}
.wrapper.mis .mission{
	padding:25px 35px;
	width:635px;
}
.mission.no-rdy{
	opacity:0.5;
}
.video-lect{
	/*float:right;*/
	margin: 0 21px 0 6px;
	padding: 9px 0 0;
	background: url(/assets/img/lect_sp.png) left top no-repeat;
	/*width:680px;*/
        position: relative;
}
.video-lect .h3{
    position: absolute;
    /*top: -33px;*/
    left: 10px;
    
}
.video-lect .hgroup{
	background: url(/assets/img/sm_cor.png) right bottom no-repeat;
        width: 182px;
}
.video-lect .hgroup .inner{
	height: 27px;
	padding: 0 15px;
	/*width: 645px;*/
        width: 148px;
	background: #fce65c;
	color:#545454;
	font:13px/27px Open Sans;
}
.video-list{
	float:left;
	width:149px;
	margin:0 0 0 9px;
	padding:0 0 0 16px;
	border-left:4px solid #ededed;
}
.video-list ul{
	margin:15px 0 0;
}
.video-list li:first-child{
	margin:0;
}
.video-list li{
	border:2px solid #ededed;
	padding:5px 8px 8px;
	position:relative;
	margin:6px 0 0;
	background:url(/assets/img/v-a.png) right top no-repeat #ededed;
        cursor: pointer;
}
.video-list li .line-to{
	position:absolute;
	display:block;
	width:29px;
	height:25px;
	left:-31px;
	top:50%;
	margin-top:-12.2px;
	background:url(/assets/img/v-lt.png) no-repeat;
}
.video-list li.active{
	border:2px solid #a19b9b;
}
.video-list li.denied{
	border:2px solid #28b78c;
}
.video-list li.active .line-to{
	background:url(/assets/img/v-lt-a.png) no-repeat;
}
.video-list li.denied .line-to{
	background:url(/assets/img/v-lt-d.png) no-repeat;
}
.video-list li .title{
	color:#4a4a4a;
	font:bold 14px Open Sans;
	margin:0 0 15px;
	display:block;
}
.video-list li .lecture, .video-list li .lecture a{
	color:#4a4a4a;
	font:12px Open Sans;
}
.video-list li .lecture a:hover{
    text-decoration: none;
}
.data-box{
	float:right;
	margin:15px 0 0;
}
.data-box .video{
	margin:0 0 20px;
}
.data-box .question_box{
	width:445px;
	overflow:hidden;
}
.data-box .question_box .inner{
	width:427px;
	border:1px solid #a99d8e;
	padding:9px 8px;
	float:left;
	background:#f6f5ef;
}
.data-box .question_box .inner .item.question{
	border:1px solid #a99d8e;
	width:418px;
	padding:10px 4px 0;
	background:#fff;
	resize:none;
	outline:none;
	color:#4a4a4a;
	font:14px Open Sans;
	margin:10px 0 0;
}
.data-box .question_box .inner .item{
	float:left;
	width:100%;
	border-bottom:1px solid #a99d8e;
	padding:0 0 10px;
}
.data-box .question_box .inner .item textarea{
	border:1px solid #a99d8e;
	width:418px;
	height:23px;
	padding:10px 4px 0;
	background:#fff;
	resize:none;
	outline:none;
	color:#4a4a4a;
	font:14px Open Sans;
}
.com-box{
	float:left;
	width:100%;
}
.com-box ul{
	float:left;
	margin:10px 0;
}
.com-box ul li{
	float:left;
	margin:0 15px 0 0;
}
.com-box ul li a{
	color:#4a4a4a;
	font:12px/18px Open Sans;
}
.com-box ul li .like{
	padding:2px 21px 0 0;
	background:url(/assets/img/like.png) right center no-repeat;
}
.com-box ul li .dislike{
	padding:0 0 2px 21px;
	background:url(/assets/img/dislike.png) left 4px no-repeat;
}
.com-box .answer{
	color:#4a4a4a;
	font:14px/21px Open Sans;
	padding:10px 0 0 33px;
	border-top:1px solid #a99d8e;
	float:left;
        width: 394px;
}
.com-box .answer .date{
	float:right;
	font:italic 12px Open Sans;
}
.com-box .answer .btn{
	float:left;
	width:100%;
}
.com-box .answer .btn a{
	color:#4a4a4a;
	font:italic 12px Open Sans;
	float:left;
	margin:0 20px 0 0;
}
.com-box .answer .btn textarea{
	border:1px solid #a99d8e;
	width:418px;
	height:60px;
	padding:10px 4px 0;
	background:#fff;
	resize:none;
	outline:none;
	color:#4a4a4a;
	font:14px Open Sans;
	position:relative;
	left:-33px;
	margin:5px 0 0;
}
.submit-box{
	width:100%;
	float:left;
        margin-top: 5px;
}
.video-description input[type="submit"],
.submit-box input[type="submit"]{
	height:35px;
	width:90px;
	cursor:pointer;
	background:#3366bb;
	font:18px Open Sans;
	color:#fff;
	border:none;
	float:left;
	margin:0 15px 0 0;
}
.video-description input[type="submit"]{
	width:115px;
}
.video-description input[type="submit"]:hover,
.submit-box input[type="submit"]:hover{
	background:#2051a1;
}
.submit-box a{
	color:#4a4a4a;
	font:italic 12px/35px Open Sans;
	float:left;
}
.submit-box a.see-all{
	float:right;
}
.question_box .tabs{
	float:left;
	width:100%;
}
.question_box .tabs li{
	float:left;
	margin:0 5px 0 0;
	position:relative;
	
}
.question_box .tabs li a.active{
	border:1px solid #a99d8e;
	background:#f6f5ef;
	border-bottom:0;
}
.question_box .tabs li a{
	display:block;
	height:27px;
	color:#4a4a4a;
	font:bold 14px/27px Open Sans;
	padding:0 10px;
	z-index:1;
	top:1px;
	position:relative;
}

.all-content {
    display: none;
}
.courses-hide{
    display: none;
}

.sidebar{
	width:190px;	
	float:left;
	padding:20px 0 20000px;
	margin:0 0 -20000px;
	position:absolute;
	top:45px;
}
/*Profile*/

.sidebar.profile{
    background:#f7f7f8;
	border-right: 1px solid rgba(0,0,0,0.1);
	font-weight: 300;
}
.sidebar.profile li{
	width:100%;
	float:left;
	font-weight: 300;
	/*padding:4px 0 4px;*/
}
.sidebar.profile li.active{
    background: #f5f7f9;
	font-weight: 300;
}
.sidebar.profile li a{
	font-weight: 300;
	color:#4a4a4a;
	font:15px/30px Open Sans;
	display:block;
	min-height:30px;
	padding:0px 0 0px 70px;	
	background-color:none;
	background-image:url(/assets/img/sidebar-nav.png);
	background-repeat:no-repeat;
	transition:background-image 0.6s, color 0.6s, background-color 0.6s  ease;
	-moz-transition:background-image 0.6s, color 0.6s, background-color 0.6s  ease;
        -o-transition:background-image 0.6s, color 0.6s, background-color 0.6s  ease;
        -webkit-transition:background-image 0.6s, color 0.6s, background-color 0.6s  ease;
}
.sidebar.profile li a.personal{
	background-position:30px 7px;
	font-weight: 300;
}
.sidebar.profile li a.tools{
	background-position:30px -23px;        
	font-weight: 300;
}
.sidebar.profile li a.stat{
	background-position:30px -61px;
	font-weight: 300;
}
.sidebar.profile li a.c_tools{
	background-position:30px 0;
        background-image:url(/assets/img/sidebar-nav-ctools.png);
	background-repeat:no-repeat;        
	font-weight: 300;
}
.sidebar.profile li a.coach_edit{
	background-position:30px 8px;
        background-image:url(/assets/img/sidebar-nav-coach_edit.png);
	background-repeat:no-repeat;  
        line-height: 18px;
        /*height: 47px;*/
        padding-top: 7px;
        padding-bottom: 5px;        
		font-weight: 300;
}
.sidebar.profile li a.adication{
	background-position:30px -135px;
	font-weight: 300;
}
.sidebar.profile li a.work{
	background-position:30px -173px;
	font-weight: 300;
}
.sidebar.profile li a.message{
	background-position:33px 6px;
        background-image:url(/assets/img/sidebar-nav-message.png);
	background-repeat:no-repeat; 
	font-weight: 300;
        /*background-size: 28px 22px;*/
}
.sidebar.profile li a.pages{
	background:none;
	font-weight: 300;
}
.sidebar.profile li a.activate,
.sidebar.profile li a.service,
.sidebar.profile li a.search{
    background: none;
	font-weight: 300;
}
.sidebar.profile li a.active,
.sidebar.profile li a:hover{	
	/*background-image:url(/assets/img/sidebar-nav-h.png);*/
	background-color:#dae3ed;
	transition:all 0.6s ease;
	-moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.6s ease;
	color:#4a4a4a;
	text-decoration:none;
	
}

.sidebar.profile li a.search{
    background-color: #f5f7f9;
	transition:all 0.6s ease; 
	-moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    -webkit-transition:all 0.6s ease;
	color:#4a4a4a;
}
.container.profile{
	float:right;
	width:720px;
	margin:0 30px 140px 0;
        font-family: Open Sans;
}
.personal-info{
	float:left;
	width:100%;
}
.personal-info .upload{
	float:left;
	width:240px;
}
.personal-info .upload .photo-upload-box{
	float:right;
	width:200px;
}
.personal-info .upload .photo-upload-box .user_img_mask{
	width:164px;
	height:164px;
	border-radius:200px;
	overflow:hidden;
	display:block;
	border:18px solid #e7ebef;
}
.personal-info .upload .photo-upload-box .user_img_mask img{
    border-radius: 200px;
}
.personal-info .upload a:hover{
	text-decoration:none;
}
.personal-info .upload .photo-upload-box b{
	display:block;
	text-align:center;
	color:#8d8d8d;
	font:20px Open Sans;
	margin:20px 0 0;
    cursor: pointer;
}
.profile .form{
	float:right;
	width:355px;
	padding:20px 29px 50px;
	background:#e7ebef;
	border-radius: 5px;
}
.profile .form .label{
	float:left;
	width:100%;
	color:#4c4c4c;
	font:bold 13px Open Sans;
	margin:0 0 2px;
}
.profile .form input[type="password"],
.profile .form input[type="text"]{
	width:355px;
	height:30px;
	border:1px solid rgba(160,160,160,0.35);
}
.profile .form textarea{
	width:355px;
	height:80px;
	border:1px solid rgba(160,160,160,0.35);
	outline:none;
}
.profile .form .item-input{
	margin:0 0 13px;
}
.profile .adminka input[type="submit"],
.profile .form input[type="submit"]{
	width:115px;
	height:35px;
	color:#fff;
	border:none;
	font:18px Open Sans;
	text-align:center;
	cursor:pointer;
	background:#3366bb;
	transition:background 1s ease;
	-o-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-webkit-transition:background 1s ease;
}
.profile .form input[type="submit"]:hover{
	background:#2051a1;
}

.video-add .forms .label,
.profile .form .label{
	float:left;
	width:100%;
	color:#4c4c4c;
	font:13px Open Sans;
	margin:0 0 2px;
}
.video-add .forms .label[for="status"]{width: 50px;}
.video-add .forms input[type="text"],
.profile .form input[type="password"],
.profile .form input[type="text"]{
	width:335px;
	height:30px;
	border:1px solid rgba(160,160,160,0.35);
	padding:0 10px;
}
.video-add #status{display: inline-block;}
.profile .form textarea{
	width:355px;
	height:80px;
	border:1px solid rgba(160,160,160,0.35);
	outline:none;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.video-add .forms,
.profile .form .item-input{
	margin:0 0 13px;
}
.profile .form .item-input  #status{
    display: inline-block;
}
.profile .form button.delete,
.profile .form input[type="submit"]{
	width:115px;
	height:35px;
	color:#fff;
	border:none;
	font:15px Open Sans;
	text-align:center;
	cursor:pointer;
	background:#1cb9b3;
	transition:background 1s ease;
	-o-transition:background 1s ease;
	-moz-transition:background 1s ease;
	-webkit-transition:background 1s ease;
        display: inline-block;
}
.profile .form .submit-line{display: inline-block;}
.profile .form button.delete{width: 160px;margin-left: 74px;}
.profile .form button.delete:hover,
.profile .form input[type="submit"]:hover{
	background:#2051a1;
}
.l-form{
	float:left;
	width:350px;
}
.l-form .form input[type="text"]{
	width:298px;
}
.l-form .form{
	padding:15px;
	position:relative;
	width:320px;
}
.l-form.rig{
	float:right;
}
.video-add .forms .dropdown-nav{
	width:335px;
	height:28px;
	border:1px solid rgba(160,160,160,0.35);
	background:url(/assets/img/dropdwn-ar.png) right center no-repeat #fff;
	float:left;
	padding:0 10px;
}
.l-form .form .dropdown-nav{
	width:298px;
	height:28px;
	border:1px solid rgba(160,160,160,0.35);
	background:url(/assets/img/dropdwn-ar.png) right center no-repeat #fff;
	float:left;
	padding:0 10px;
}
.l-form .form .item-input{
	margin:0 0 10px;
	float:left;
	width:100%;
}
.dropdown-nav b{
	color:#4a4a4a;
	font:16px/28px Open Sans;
}
.l-form .form .dropdown-nav.small{
	width:60px;
}
.l-form .add-edu{
	color:#3366bb;
	font:14px/18px Open Sans;
	display:block;
	margin:15px 0 25px;
	float:left;
}
.l-form .add-edu b{
	font:bold 18px/18px Open Sans;
}
.l-form .form .h4{
	display:block;
	font:bold 18px/18px Open Sans;
	color:#4c4c4c;
	margin:0 0 10px;
}
.l-form .form .delete{
	display:block;
	width:15px;
	height:15px;
	background:url(/assets/img/delete.png) no-repeat;
	top:15px;
	right:15px;
	position:absolute;
}
.video-add{
	width:634px;
	border:1px solid #aeaeae;
	padding:15px 34px;
	overflow:hidden;
}
.video-add .h4{
	font:24px Open Sans;
	color:#454545;
	display:block;
	width:100%;
	float:left;
	margin:0 0 15px;
}
.video-add .add-video-file{
	float:left;
	width:240px;
	height:160px;
	background:#e7ebef;
	margin:18px 0 0;
}
.video-add .add-video-file .inner{
	width:215px;
	height:135px;
	border:5px solid #fff;
	background:url(/assets/img/fill_plus.png) center 20px no-repeat #e7ebef;
	margin:8px;
	display:block;
}
.video-add .add-video-file .inner b{
	color:#8d8d8d;
	font:14px Open Sans;
	margin:70px 0 0;
	display:block;
	text-align:center;
	padding:0 30px;
}
.video-add .forms{
	float:right;
	width:355px;
}
.video-add .forms.test{
    float: none;
    /*width: 645px;*/
}
.video-add .forms .item-input{
	margin:0 0 14px;
	float:left;
	width:100%;
}
.uploaded-video{
	width:100%;
	float:left;
	margin:12px 0 0;
}
.uploaded-video .inner{
	width:240px;
	float:left;
}
.uploaded-video a{
	color:#3366bb;
	font:14px Open Sans;
	float:right;
}
.video-description{
	float:left;
	width:100%;
	margin:10px 0 0;
}
.video-description .label{
	color: #4c4c4c;
	font: bold 13px Open Sans;
	margin:0 0 5px;
	float:left;
	width:100%;
}
.video-description textarea{
	padding:15px;
	color:#454545;
	font:14px Open Sans;
	height:165px;
	width:598px;
	border:1px solid #aeaeae;
	overflow:auto;
	resize:none;
	margin:0 0 15px;
	outline:none;
}
.video-description .add-more{
	color:#3366bb;
	font:14px/18px Open Sans;
	margin:8px 0 0;
	float:left;
}
.video-description .add-more b{
	font:bold 18px/18px Open Sans;
}
.statistic {
	margin:0 0 30px;
	float:left;
	width:100%;
	padding:9px 0 0;
}
.statistic .coach-course{
	width:225px;
	padding:0 21px 0 0;
	float:left;
}
.statistic .coach-course .lecture-info{
	margin:0;
	position:relative;
}
.statistic .coach-course  .edit,
.add_course.edit{
	width:100px;
	height:25px;
	color:#fff;
	text-align:center;
	position:absolute;
	top:22px;
	right:11px;
	background:#1cb9b3;
	font:12px/25px Open Sans;
	border-radius: 3px;
}
.add_course.edit{
        position: relative;
        padding: 5px 15px;
        top: -10px;
        left: 0px;
        /*margin-bottom: 10px;*/
}
.statistic .coach-course  .edit:hover,
.add_course.edit:hover{
	background:#e33b3b;
	text-decoration:none;
}
.coach-course-list{
	margin:0 0 0 11px;
	float:left;
	width:100%;
}
.coach-course-list ul{
	float:left;
	padding:20px 0 0;
	border-left:4px solid #ededed;
}
.coach-course-list ul li:first-child{
	margin:0;
}
.coach-course-list ul li{
	padding:8px 0 8px 80px;
	background:url(/assets/img/coach-list.png) left center no-repeat;
	position:relative;
	left:-15px;
	margin:15px 0 0;
}
.coach-course-list ul li .title a,
.coach-course-list ul li .title{
	color:#4a4a4a;
	font: 16px Open Sans;
}
.coach-course-list ul li .coach{
	color:#4a4a4a;
	font: bold italic 12px Open Sans;
	display:block;
	margin:2px 0 0;
}
.coach-course-list ul li .coach b a,
.coach-course-list ul li .coach b{
	color:#e33b3b;
}
.coach-course-list ul li .title a,
.coach-course-list ul li .coach b a{
    text-decoration: none;
}
.static{
	width:400px;
	float:right;
}
.static h5{
	color:#454545;
	font:24px Open Sans;
	margin:0 0 25px;
}
.static table{
	width:100%;
	border-collapse:collapse;
}
.static table tr:nth-child(odd){
	background:#e7ebef;
}
.static table td{
	padding:0 0 0 15px;
	height:33px;
	color:#454545;
	font:bold 14px/33px Open Sans;
}
.static table td + td{
	padding:0 15px 0 0;
	text-align:right;
}
.edit-bx{
	width:100%;
}
.statistic.edit{
	padding:20px 10px;
	border:1px solid #aeaeae;
	width:690px;
	background:none;
}
.lectur-e{
	float:left;
	width:540px;
}
.upload-prev{
	float:left;
	width:195px;
}
.lectur-e img{
	border:1px solid #aeaeae;
}
.lectur-e b{
	color:#818181;
	font:18px Open Sans;
	text-align:center;
	display:block;
	margin:7px 0 0;
}
.lectur-e .info-edit{
	float:left;
	width:325px;
	margin:0 0 0 19px;
}
.lectur-e .info-edit input[type="text"]{
	width:309px;
	height:23px;
	border:1px solid #aeaeae;
	color:#3a3a3a;
	padding:0 7px;
	font:16px Open Sans;
}
.lectur-e .info-edit textarea{
	width:309px;
	height:23px;
	border:1px solid #aeaeae;
	color:#3a3a3a;
	font:16px Open Sans;
	height:174px;
	padding:0 7px;
	resize:none;
	outline:none;
	margin:5px 0 0;
}
.edit-bx .static{
	width:140px;
}
.edit-bx .static table td{
	font: 12px/25px Open Sans;
	padding:0 0 0 5px;
	height:25px;
}
.edit-bx .static table td + td{
	padding:0 5px 0 0;
}
.add-more-lect{
	float:left;
	width:673px;
	padding:0 0 0 12px;
	color:#454545;
	font:18px/30px Open Sans;
	height:30px;
	background:#ededed;
	margin:0 0 0 11px;
	margin:40px 0 0;
}
.add-more-lect .add-video{
	background:url(/assets/img/dwnload-bt.png) 10px center no-repeat #3366bb;
	display:block;
	width:100px;
	padding:0 0 0 45px;
	float:right;
	height:30px;
	color:#fff;
	font:12px/30px Open Sans;
}
.question{
	width:675px;
	float:left;
}
.question .item{
	width:100%;
	float:left;
	margin:0 0 11px;
}
.question .item .h-line{
	float:left;
	color:#454545;
	font:20px/30px Open Sans;
	padding:0 0 9px;
}
.question .item.active .h-line{
	background:url(/assets/img/quest-corn.png) right bottom no-repeat;
}
.question .item .h-line .inner{
	background:#d3d3d3;
	width:660px;
	padding:0 0 0 15px;
}
.question .item .h-line .toogle{
	padding:0 33px 0 0;
	float:right;
	margin:0 7px 0 0;
	color:#454545;
	font:12px/30px Open Sans;
	cursor:pointer;
}
.question .item .h-line .toogle.quest{
	background:url(/assets/img/quest_l.png) right center no-repeat;
}
.question .item .h-line .toogle.cap{
	background:url(/assets/img/cap.png) right center no-repeat;
}
.question .item .h-line .toogle.disl{
	background:url(/assets/img/disla.png) right center no-repeat;
}
.question .item .h-line .toogle.otz{
	background:url(/assets/img/otz.png) right center no-repeat;
}

.question .item.active .quest-from{
	display:block;
}
.quest-from{
	margin:6px 0 8px;
	padding:15px 14px;
	background:url(/assets/img/openede-bg.jpg) right top no-repeat #ededed;
	overflow:hidden;
	display:none;
}
.quest-from .texta{
	float:left;
	width:100%;
}
.quest-from .inner .date,
.quest-from .texta .date{
	color:#447091;
	font:12px Open Sans;
}
.quest-from .texta .tx{
	color:#454545;
	font:16px Open Sans;
	display:block;
	margin:10px 0 7px;
}
.quest-from .texta .tx a{
    color: #454545;
}
.quest-from .texta textarea{
	width:623px;
	height:25px;
	outline:none;
	resize:none;
	background:#fff;
	padding:5px 10px;
	border:1px solid #bebebe;
}
.quest-from .answer{
	padding:10px 0 0;
	background:url(/assets/img/ans_cor.png) 16px top no-repeat;
	margin:10px 0 0;
	float:left;
        width: 100%;
}
.quest-from .inner{
	padding:15px;
	background:#f7f7f7;
	color:#454545;
	font:14px/21px Open Sans;
}
.quest-from .inner a{
    color:#454545;
}
.quest-from .inner .date{
	display:block;
	margin:0 0 7px;
}
.question .item .all-question{
	float:right;
	height:20px;
	font:12px/20px Open Sans;
	color:#fff;
	padding:0 5px;
	display:block;
	background:#447091;
	margin:10px 0 0;
}
.likedisl-box{
	padding:15px;
	margin:6px 0 8px;
	background:#ededed;
	overflow:hidden;
	background:url(/assets/img/openede-bg.jpg) right top no-repeat #ededed;
        display: none;
}
.item.active .likedisl-box{display: block;}
.likedisl-box .item:first-child{
	border:none;
	padding:0;
}
.likedisl-box .item:first-child .like,
.likedisl-box .item:first-child .dis{
	top:0;
}
.likedisl-box .item{
	float:left;
	border-top:1px solid #90a8ba;
	padding:15px 0 0;
	margin:0 0 15px;
	color:#454545;
	font:14px/21px Open Sans;
	position:relative;
}
.likedisl-box .item a {
    color: #454545;
    font:15px/21px Open Sans;
}
.likedisl-box .item.ans a {
    font:14px/21px Open Sans;
}
.likedisl-box .item .date{
	color:#447091;
	font:12px Open Sans;
	display:block;
	margin:0 0 7px;
}
.likedisl-box .item .like{
	position:absolute;
	display:block;
	width:35px;
	height:15px;
	background:url(/assets/img/clr_like.png) no-repeat;
	top:15px;
	/*right:15px;*/
        right: 45px;
        text-align: right;
}
.likedisl-box .item .dis{
	position:absolute;
	display:block;
	width:35px;
	height:15px;
	background:url(/assets/img/clr_dis.png) no-repeat;
	top:15px;
/*	right:15px;*/
right: 0;
        text-align: right;
}
.wrapper.edit-mission .mission{
	margin: 0 45px 50px 0;
}
.mission .edit-mission{
	color:#fff;
	font:12px/25px Open Sans;
	background:#3366bb;
	width:100px;
	height:25px;
	display:block;
	text-align:center;
	position:absolute;
	top:8px;
	left:10px;
}
.mission .edit-mission:hover{
	text-decoration:none;
	background:#2051a1;
}
.wrapper.edit-mission .h3 .add-more{
	color:#3366bb;
	font:14px/28px Open Sans;
	margin:8px 45px 0;
	float:right;
}
.wrapper.edit-mission .h3 .add-more b{
	font:bold 18px/28px Open Sans;
}
.lect-edit-box {
	float: right;
	width: 710px;
	padding: 9px 0 0;
	margin: 0 45px 15px 0;
}
.lect-edit-box .uploadmi{
	float:left;
	width:195px;
}
.lect-edit-box .uploadmi span{
	width:193px;
	height:138px;
	border:1px solid #797979;
	overflow:hidden;
	display:block;
}
.lect-edit-box .uploadmi b{
	color:#818181;
	font:18px Open Sans;
	display:block;
	margin:10px 0 0;
	text-align:center;
}
.lect-edit-box .edit-field{
	float:left;
	width:490px;
	margin:0 0 0 19px;
}
.lect-edit-box .edit-field input[type="text"]{
	border:1px solid #aeaeae;
	width:468px;
	padding:0 10px;
	height:23px;
	margin:0 0 15px;
	float:left;
	color:#454545;
	font:14px Open Sans;
}
.lect-edit-box .edit-field label{
	float:left;
	width:100%;
	color:#454545;
	font:14px Open Sans;
}
.lect-edit-box .edit-field textarea{
	border:1px solid #aeaeae;
	width:468px;
	padding:10px;
	height:170px;
	overflow:auto;
	resize:none;
	color:#454545;
	font:14px Open Sans;
	outline:none;
}
.wrapper.edit-lect .lect_content .add-more-lect{
	margin:25px 0 0;
	position:relative;
	right:-27px;
}
.wrapper.edit-lect .add-more-lect{
	float: right;
	width: 698px;
	margin:25px 45px 15px 0;
}
.lect_content.nbg{
	background:none;
}
.save-btn{
	color:#fff;
	font:16px/30px Open Sans;
	width:195px;
	height:30px;
	display:block;
	background:#3366bb;
	float:left;
	text-align:center;
        border: none;
        cursor: pointer;
}
.save-btn:hover{
	text-decoration:none;
	background:#2051a1;
}
.btn-box{
	float: right;
	width: 690px;
	margin:20px 0px 15px 0;
	padding:15px 0 0;
	border-top:1px solid #e8e8e2;
}
.video-add.mis-edit .forms input[type="text"]{
	border:1px solid #aeaeae;
}
.video-add.mis-edit .forms textarea{
	width:335px;
	height:30px;
	border:1px solid #aeaeae;
	padding:10px;
	height:170px;
	outline:none;
	overflow:auto;
	resize:none;
}
.mission-lec{
	float: left;
	width: 100%;
	margin: 11px 0 0;
}
.mission-lec .add-more-lect{
	/*width:623px;*/
	margin:0;
}
.mission-lec .lost-crs{
	width:100%;
	color:#4a4a4a;
	font:16px Open Sans;
	margin:25px 0;
	float:left;
}
.mission-lec .lost-crs a{
	color:#3366bb;
}
.video-add.mis-edit .btn-box{
	width:635px;
	margin:0;
}
.my-ms{
	width:633px;
	border:1px solid #aeaeae;
	float:right;
	margin:0 45px 0 0;
	padding:20px 35px
}
.my-ms .h5{
	color:#454545;
	font:24px/24px Open Sans;
	margin:0 0 15px;
	display:block;
}
.my-ms .h5 b{
	display:block;
	font:12px Open Sans;
}
.my-ms .label{
	color:#454545;
	font:14px Open Sans;
}
.my-ms .label.b{
	font:18px Open Sans;
}
.my-ms .l-form .form .dropdown-nav{
	width:285px;
	padding:0 5px;
}
.my-ms .l-form{
	float:left;
	width:297px;
}
.my-ms .l-form .form input[type="text"]{
	width:285px;
	height:30px;
	padding:0 5px;
	border:1px solid rgba(160,160,160,0.3);
	color: #4a4a4a;
	font: 16px/28px Open Sans;
}
.my-ms .l-form .form input[type="submit"]{
	padding:0 22px;
	height:30px;
	background:#3366bb;
	color:#fff;
	text-align:center;
	font:16px/26px Open Sans;
	border:none;
	cursor:pointer;
	transition:background 1s ease;
	-moz-transition:background 1s ease;
	-o-transition:background 1s ease;
	-webkit-transition:background 1s ease;
}
.my-ms .l-form .form input[type="submit"]:hover{
	background:#2051a1;
}
.my-ms .l-form .form .tezis{
	width:285px;
	padding:0 5px;
	border:1px solid rgba(160,160,160,0.3);
	color: #4a4a4a;
	font: 16px/30px Open Sans;
	min-height:30px;
}
.my-ms .l-form .form .tezis a{
	padding:0 18px 0 0;
	background:url(../img/tezis_del.png) right center no-repeat;
	float:left;
	color:#4a4a4a;
}
.my-ms .l-form .form .tezis-link{
	float:left;
	width:310px;
	position:relative;
}
.my-ms .l-form .form .tezis-link a{
	padding:0 18px 0 0;
	background:url(../img/tezis_del.png) right center no-repeat;
	float:left;
	color:#4a4a4a;
}
.my-ms .l-form .form .tezis-link li{
	float:left;
	margin:10px 10px 5px 0;
	font: 16px Open Sans;
}
.my-ms .l-form .form textarea{
	width:275px;
	padding:10px;
	border:1px solid rgba(160,160,160,0.3);
	color: #4a4a4a;
	font: 16px/30px Open Sans;
	height:170px;
	outline:none;
	resize:none;
}
.my-ms .l-form.right{
	float:right;
}
.my-ms .l-form .form .search{
	position:relative;
}
.my-ms .l-form .form .search input[type="submit"]{
	background:url(../img/search-zoom.png) no-repeat;
	width:20px;
	height:20px;
	right: 30px;
	bottom: 5px;
	border:none;
	cursor:pointer;
	position:absolute;
	text-indent:-9999px;
	overflow:hidden;
}
.lt-box{
	float:left;
	width:100%;
	margin:10px 0 7px;
}
.lt-box .h6{
	color:#454545;
	font:18px Open Sans;
}
.lt-box .lt{
	color:#454545;
	font:bold 14px Open Sans;
	display:block;
	margin:10px 0 0;
}
.lt-box .srollbox li:first-child{
	padding:0 0 0 35px;
	border:none;
}
.lt-box .srollbox li{
	padding:14px 0 0 35px;
	margin:0 0 14px;
	border-top:1px solid #e8e8e2;
	background:url(../img/lis-bg.jpg) left top no-repeat;
}
.lt-box .srollbox{
	padding:15px;
	height:300px;
	overflow:auto;
	width:267px;
	border:1px solid #dfdfdf;
}
.lt-box .srollbox li .title{
	color:#4a4a4a;
	font:bold 14px Open Sans;
}
.lt-box .srollbox li .name{
	color:#4a4a4a;
	font:bold 12px Open Sans;
}
.lt-box .srollbox li .name b{
	color:#006be3;
}
.coach-profile{
	width:400px;
	padding:0 0 0 15px;
	float:right;
}
.coach-profile .coach-data{
	width:430px;
	padding:15px 0 15px 15px;
	background:#e7ebef;
	margin:15px 0 0;
	position:relative;
	left:-15px;
	float:left;
}
.coach-profile .coach-data .name{
	color:#4a4a4a;
	font:22px Open Sans;
}
.coach-profile .coach-data .email{
	display:block;
	font:16px Open Sans;
	color:#4a4a4a;
}
.coach-profile .coach-data ul{
	position:absolute;
	right:25px;
	bottom:15px;
}
.coach-profile .coach-data ul li{
	float:left;
	margin:0 0 0 15px;
}
.coach-profile .coach-data ul li a{
	color:#4c4c4c;
	font:13px Open Sans;
        display: inline-block;
}
.coach-teach{
	float:left;
	margin:15px 0 40px 20px;
        width: 400px;
}
.coach-teach .crs{
	color:#4c4c4c;
	font:bold 13px/20px Open Sans;
	padding:0 0 0 24px;
	background:url(/assets/img/tch-crs.png) left center no-repeat;
	margin:0 0 8px;
	display:block;
}
.coach-teach li {
	color:#0066ff;
	font:13px/18px Open Sans;
	list-style:disc;
	margin:0 0 0 20px;
}
.coach-teach li a{
	color:#0066ff;
}
.coach-teach .let{
	color:#4c4c4c;
	font:bold 13px/20px Open Sans;
	padding:0 0 0 24px;
	background:url(/assets/img/teach-lt.png) left center no-repeat;
	margin:0 0 8px;
	display:block;
}
.coach-teach:last-child{
	margin:0 0 0 20px;;
}
.personal-info .descripiton{
	width:100%;
	float:left;
	margin:55px 0 0;
	color:#4c4c4c;
	font:15px Open Sans;
}
.personal-info .descripiton h2{
	font:bold 13px Open Sans;
	margin:0 0 5px;
}
.edit-line{
	float:left;
	width:100%;
}
.edit-line .sm-h{
	color:#242424;
	font:20px Open Sans;
}
.edit-line a{
	float:right;
	color:#1cb9b3;
	font:13px Open Sans;
}

/**/
.playlist{
	
}
.playlist .sideplaylist{
	float:left;
	width:184px;
	padding:6px 0 0 6px;
}
.sideplaylist .head{
	padding:3px 0 0;
}
.sideplaylist .head .inner{
	padding:8px 9px;
	background:#fff;
	font: 14px Open Sans;
	color:#4a4a4a;
}
.sideplaylist .itemlist{
	padding:0 0 0 7px;
}
.sideplaylist .itemlist ul{
	border-left:4px solid #ededed;
	padding:0 0 0 10px;
}
.sideplaylist .itemlist li{
	background:url(/assets/img/les_l_c.jpg) right top no-repeat #fefdf6;
	width:142px;
	padding:7px 10px;
	font:12px Open Sans;
	color:#4a4a4a;
	position:relative;
	margin:3px 0 0;
        cursor: pointer;
}
.sideplaylist .itemlist li .line-to{
	display:block;
	position:absolute;
	width:22px;
	height:18px;
	background:url(/assets/img/circlelistline.png) no-repeat;
	top:50%;
	margin-top:-9px;
	left:-21px;
}
.sideplaylist .itemlist li .line-to .ico{
	width:11px;
	height:8px;
	position:absolute;
	left:3px;
	top:5px;
}
.sideplaylist .itemlist li .line-to .ico{
	display:block;
	width:11px;
	height:8px;
	background:url(/assets/img/objectico.png);
}
.sideplaylist .itemlist li.denied .line-to .ico{
	background:url(/assets/img/objecticoa.png);
}
.sideplaylist .itemlist li.active {
	background:#fff;
	border-top:1px solid #ededed;
	border-left:1px solid #ededed;
	border-bottom:1px solid #ededed;
}
.sideplaylist .itemlist li.test{
	background:#f6fefe;
	border-radius:4px;
	border:none;
}
.sideplaylist .itemlist li.test.active{
	background:#fff;
	border-left: 2px solid #1cb9b3;
	border-top: 2px solid #1cb9b3;
	
}

.sideplaylist .itemlist li.test .line-to{
	background:url(/assets/img/circletestline.png) no-repeat;
}
.sideplaylist .itemlist li.test .line-to .ico{
	background:url(/assets/img/testico.png) no-repeat;
	height:12px;
}
.sideplaylist .itemlist li.test.denied .line-to .ico{
	background:url(/assets/img/testicoa.png) no-repeat;
}
.playlist .container{
	width:743px;
	float:left;
	margin:0 0 0 12px;
}
.playlist .container .h3{
	display:block;
	color:#e33b3b;
	padding:0;
	margin:0 0 1.3% 0%;
	font:24px Open Sans;
}

.playlist .container .trainer{
	display:block;
	color: #4a4a4a;
	font: bold italic 12px Open Sans;
	margin:2px 0 7px;
}
.playlist .container .trainer b a,
.playlist .container .trainer b{
	color: #1cb9b3;
}
.playlist .container .questionbox{
	background:#faffff;
	padding:19px;
	overflow:hidden;
}
.playlist .container .questionbox .textitem{
	width:676px;
	padding:17px 16px;
	background:#fff;
	color:#4a4a4a;
	font:16px Open Sans;
	box-shadow:inset 0 1px 1px rgba(0,0,0,0.22);
}
.playlist .container .questionbox .textitem.success{
    background:#eafff0;    
    padding: 44px 155px;
    width: 708px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.playlist .container .questionbox .textitem.failure{
    background:#fffaf9;
    padding: 44px 155px;
    width: 708px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
}
.playlist .container .questionbox .textitem.success p:first-child,
.playlist .container .questionbox .textitem.failure p:first-child{    
    font: italic 20px Open Sans;
    /*margin-top: 44px;*/
	color: #2B6361;
    margin-bottom: 10px;
}
.playlist .container .questionbox .textitem.success p,
.playlist .container .questionbox .textitem.failure p{ 
    text-align: center; 
}
.playlist .container .questionbox .textitem .questnumber{
	display: block;
	margin: 0px 52px 30px;
	font: italic 14px Open Sans;
	color: #e33b3b;
}
.playlist .container .questionbox .textitem .questnumber b{
	color:#DDCBCB;
}
.questionoption{
	width:100%;
	float:left;
	margin:20px 0 0;
}
.questionoption ul{
	padding:0 16px;
}
.questionoption ul li:first-child{
	margin:0;
}
.questionoption ul li{
	float:left;
	width:275px;
	margin:0 0 0 80px;
	color:#4a4a4a;
	font:italic 14px Open Sans;
}
.questionoption ul li .optionlatter{
	display:block;
}
.questionoption ul li a{
	display:block;
	width:50%;
	height:40px;
	background: #fff;
	border: 2px solid #53cac6;
	color:#53cac6;
	font:14px/40px Open Sans;
	text-align:center;
	margin:20% 25% 0;
	border-radius: 3px;
}
.questionoption ul li a:hover{
	text-decoration:none;
	border: 2px solid #0CD1CA;

}
.questionoption .option.right{
    border: 1px solid #1cb9bf;
    background: #1cb9b3;
	color: #fff;
}
.questionoption .option.wrong{
    border: 1px solid #e33b3f;
    background: #e33b3b;
	color: #fff;
}
.nextquestion{
	width:100%;
	float:left;
	margin:48px 0 0;
}
.nextquestion a{
	display:block;
	width:196px;
	height:31px;	
	float:right;
	color:#fff;
	font:14px/31px Open Sans;
	text-align:center;
        opacity: 0.5;
		border: 2px solid #e33b3b;
		background: #e33b3b;
		border-radius: 3px;
}
.nextquestion a:hover{
	color: #fff;
	background: #e30303;
	border: 2px solid #e30303;
}
.nextquestion a.reload{
    opacity: 1;
    background: #e33b3b;
    text-align: center;
    float: left;
}
.nextquestion a.exit{
    opacity: 1;
    background: #5DDED9;
	border: 2px solid #5DDED9;
	border-radius: 3px;
    display: none;
    text-align: center;
    width: 220px;
	margin: 0 33% 0 0;
}
.nextquestion a:hover{
	text-decoration:none;
	    background: #1cb9b3;
	border: 2px solid #1cb9b3;
}

.video_box {
    position: relative;
}
.video_box a{
    position: absolute;
    top: 104px;
    left: 122px;    
}
.video_box .no-img{
    width: 442px;
    height: 242px;
    border: 4px solid #fefadc;
    display: block;
    background: #decb51;
    font: bold 20px/87px Open Sans;
    color: rgba(0,0,0,0.3);
    text-align: center;
}

.slider .contents ul:first-child{
	margin:0;
}
.slider .contents.slider-inner ul{
	border-top:4px solid #f1f1f1;
	padding:20px 0 0 0;
	width: 450px;
	float:left;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
	margin:10px 0px 0 0px;
}
.slider .contents li > span:first-child{
	margin:0;
}
.slider .contents li > span{
	float:left;
	/*width:149px;*/
	height:100px;
	/*background:url(/assets/img/les_l_c.jpg) right top no-repeat #ededed;*/
	/*padding:10px 18px 0;*/
	/*margin:0 0 0 20px;*/
	position:relative;
        cursor: pointer;
}
.slider .contents li > span .image{
	width:90px;
	/*height:90px;*/
	overflow:hidden;
	display:block;
        text-align: center;
}
.slider .contents li > span .line-to{
	width:25px;
	height:34px;
	position:absolute;
	background:url(/assets/img/tsel.png) no-repeat;
	display:block;
	left:50%;
	z-index:10;
	margin-left:-12.5px;
	top:-34px;
}
.slider .contents li > span.active .line-to{
	background:url(/assets/img/tsel-a.png) no-repeat;	
}
.slider .contents li > span .title{
    width: 90px;
    display: block;
    text-align: center;
    font: 11px Open Sans;
    line-height: 10px;
}
.slider-inner{
    padding-top: 14px;
}

.sidebar.lecture_view{
	background: url(/assets/img/lect_sp.png) left top no-repeat;
}

/** HOME **/
.home {
        color: #4a4a4a;
        font: 14px Open Sans;
    }
    .home #to-join p.big{
        font: 16px Open Sans;
        margin-top:35px;
    }
    .home #to-join p.small{
        font: 12px Open Sans;
    }
    .home #slider{
        margin-left: 48px;
        float: left;
    }
    .home .block-form{
        margin-left: 38px;
        display: inline-block;
        /*width: 150px;*/
        /*background: url('/assets/img/fon-ivite.jpg') no-repeat;*/
        background-position: 10px;
        width: 252px;
        /*height: 281px;*/
        padding: 18px 27px;
        border: 1px solid #e7ebef;
        border-top: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .home .block-form.registration{
        padding: 10px;
        /*margin-top: 9px;*/
        /*display: none;*/
    }

    .clear{float: none; clear: both;}
    .h4{
        font: 28px Open Sans;
        text-align: center;
        /*padding: 0 0 0 210px;*/
        margin: 0 0 20px;
        display: block;
        color: #4a4a4a;
    }
    .block-form .h4{
        /*opacity: 0.3;*/
        font: 28px Open Sans;
        margin-bottom: 0px;
        /*margin-top: 6px;*/
    }
    .home .block-form p{
        /*margin-top: 12px;*/
        width: 200px;
        font: 13px Open Sans;
        line-height: 15px;
        margin-bottom: 13px;
    }
    .home .block-form p.small{
        font: 11px Open Sans;
        line-height: 13px;
        margin-bottom: 0px;
        opacity: 0.7;
    }
    .home .error{
        font-size: 10px;
        color: red;
    }
    .registration input[type="password"],
    .home input[type="text"] {
        width: 178px;
        height: 38px;
        border: 1px solid rgba(160,160,160,0.35);
        border-bottom: none;
        /*margin: 14px 0 0px 0px;*/
        padding: 0 10px 0 10px;
        color: #4c4c4c;
        /*opacity: 0.5;*/
    }
    #form-registration input[type="password"],
    #form-registration input[type="text"] {
        height: 28px;
        margin-top: 10px;
    }
    .home #form-invite input[type="text"][placeholder]{
        font: 16px Open Sans;
        color: #4c4c4c;
        opacity: .4;
    }
    #go-registration,
    #get-invite{
        color: white;
        font-size: 16px;
        width: 200px;
        border: 1px solid #e7ebef;
        border-top: none;
        /*border: none;*/
        height: 48px;
        background: url('/assets/img/to-join.png') no-repeat;
        cursor: pointer;
        background-position: -2px -3px;
        background-size: 202px;
        margin-top: 14px;
    }
    /*#go-registration{height: 28px;}*/
    .line{
        width: 100%;
        height: 0px;
        display: block;
        margin: 98px 0 15px 0;
        border-bottom: 1px solid #ffe9a2;
    }
    .home #social{
        display: inline-block;
        width: 252px;
        height: 143px;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        margin-left: 38px;
        margin-top: 9px;
        /*margin-top: -110px;*/
        padding: 10px;
        border: 1px solid #e7ebef;
        border-top: none;    
        float: right;
        margin-right: 33px;        
    }
    .home .registration > div,
    .home #social > div{
        background: #f8f8f8;
        width: 100%;
        height: 100%;
        text-align: center;
    }
    .home .registration > div{
        padding: 10px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .home #social .h4{
        font-size: 24px;
        padding-top: 8px;
        margin-bottom: 8px;
    }
    .home #social a{
        padding: 0 5px;
    }

    .home.h3 {
        padding-left: 0px;
        text-align: center;
        font-size: 37px;
        margin: 55px 0 42px 0;
    }

    .home #presentation{
        text-align: center;
/*        right:  105px;
        top: -50px;
        position: relative;*/
        margin-top: 40px;

    }
    .home#presentation a{
        text-decoration: none;
        /*display: inline-block;*/
        height: 35px;
    }
    .home.free_text{
        text-align: center;
        display: block;
        font: 57px Georgia;
        font-style: italic;
        color: #ffe692;
    }
    .home.free_text.fon{
        position: relative;
        color: #3a3a3a;
        left: 1px;
        top: -68px;
        z-index: 0;
    }
    .line.two{
        margin-top: 0px;
    }
    .line.tree{
        margin-top: 16px;
        margin-bottom: 8px;
    }
    .line.fourth{
        margin-top: 80px;
    }
    .line.sixth{
        margin: 89px 0 20px 0px;
    }
    .line.seventh,
    .line.eighth{
        margin: 70px 0 10px 0;
    }
    .home.who_here{
        width: 750px;
        margin: 0 auto;
        font: 15px Open Sans;
        line-height: 18px;
    }
    .home.who_here p{
        margin-top: 15px;
    }
    .home.who_here.twice{
        width: 750px;
        
    }
    .home.who_here.twice div{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        padding-right: 20px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        font:12px Open Sans;
        line-height: 14px;
        text-align: center;
        margin-top: 20px;
    }
    .home#how_learn{
        text-align: center;
        width: 100%;
        height: 226px;
    }
    .home#how_learn li{
        display: inline-block;
        vertical-align: middle;
        height: 250px;        
    }
    .home#how_learn li span{
        font: 30px Open Sans;
        color: #3a3a3a;
        margin-top: 30px;
    }
    .home#how_learn li:first-child{
        width: 250px;
        height: 200px;

    }
    .home#how_learn li+li{
        width: 280px;
    }
    .home#how_learn li:last-child{
        width: 310px;
    }
    .home#how_learn li span{
        display: block;
    }
    .home#partners{
        text-align: center;
        width: 100%;
        margin-bottom: 52px;
    }
    .home#partners li{
        display: inline-block;
        vertical-align: middle;
        width: 370px;
    }
    .home#partners li:first-child span{
        width: 260px;
        display: inline-block;
        text-align: left;
        padding-left: 20px;
        position: relative;
        top: -10px;
        font: 18px Open Sans;
        color: #3a3a3a;    
    }
    .home#as_keep{
        text-align: center;
        width: 100%;  
        margin-bottom: 52px;
    }   
    .home#as_keep li{
        display: inline-block;   
        vertical-align: middle;
        width: 195px;
    }
    .home .block-row{
        width: 600px;
        margin: 0 auto;
    }    
    .home .block-cell{
        width: 50%;
        display: table-cell;
    }

    .home .table{
        width: 600px;
        display: table;
        margin: 0 auto;
        font-size: 12px;
    }
    .home .table.team{
        text-align: left;
        margin-top: 10px;
        width: 97%;
    }

    .home .row{
        display: table-row;
        margin: 0 auto;
    }
    .home .row .cell{
        display: table-cell;
        padding: 10px 7px;
        vertical-align: top;
    }
    .home .row:first-child .cell{
        color: #cececb;
    }
    .home .row:not(:first-child) .cell{
        border-top: 1px solid #eaeae8;
    }

    .home .row .cell:nth-child(2) p    {
        padding-top: 20px;

    }
  
    
    .home .table.team .row .cell{
        width: 33.3%;
        padding: 0 10px;
    }
    .home .table .row .cell .h4{
        font-weight: bold;
        padding: 0 10px;
    }
    .home .table.team .h4{
        text-align: left;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    .home .table.team .row .cell:not(:last-child){
        border-right: 1px solid #ffe9a2;
    }
    .home .table.team .row .cell p, 
    .home .table.team .row .cell a,
    .instructor-ab ul li a{
        color: #4a4a4a;
        font-size: 13px;
        font-family: Open Sans;
    }
    .home .table.team .row .cell p{
        padding-left: 15px;
        padding-right: 15px;
    }

    .home .table.team .row .cell ul li,
    .instructor-ab ul li{
        width: 79px;
        /*height: 120px;*/
        /*overflow: hidden;*/
        display: inline-block;
        vertical-align: top;
        text-align: center;
        padding: 0 4px;
        /*cursor:pointer;*/
        position: relative;
    }
    .instructor-ab ul li{
        width: 111px;
        padding-bottom: 10px;
    }
    
    .team-description{
        width: 750px;
        margin: 0 auto;
    }
    .user_img_mask_home{
        width: 58px;
        height: 58px;
        border-radius: 58px;
        overflow: hidden;
        display: block;
        border: 7px solid #e7ebef;
        margin: 5px 2px 5px 3px;
        display: inline-block;
        background: #b8d9ff;
        overflow: hidden;
    }
    
    .user_img_mask_home img{
        position: relative;
        overflow: hidden;
        border-radius: 165px;
        /*top: -7px;*/
        /*left: -7px;*/        
    }
    
    .proposition_outer{
        width: 278px;
        height: 99px;
        border: 1px solid #e7ebef;
        border-top: none;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .proposition_inner, 
    .request_inner{
        width: 100%;
        height: 100%;
        background: #b8d9ff;
        position: relative;
    }
    .proposition_inner span{
        width: 229px;
        height: 43px;
        color: #217de5;
        font-size: 20px;
        position: absolute;
        top: 29px;
        left: 25px;
        background: url('/assets/img/proposition_coach.png') no-repeat;
        text-align: center;
        line-height: 40px;  
        cursor: pointer;
    }
    .request_outer{
        width: 278px;
        height: 305px;
        border: 1px solid #e7ebef;
        border-top: none;
        padding: 10px;
        margin-top: 15px;
        margin-bottom: 15px;        
    }
    
    #request_submit {
        color: white;
        font-size: 16px;
        width: 107px;
        border: none;
        height: 37px;
        background: url('/assets/img/submit_home.png') no-repeat;
        cursor: pointer;  
        margin-top: 14px;
    }
    #become_intern{
        padding: 10px;
    }
    #become_intern p{
        font-size: 20px;
        margin-left: 5px;
    }
    #become_intern label{
        color: #4a4a4a;
        margin: 12px 0 0 5px;
        display: block;
        font-size: 14px;
    }
    #become_intern textarea{
        padding: 5px;
        width: 245px;
        height: 70px;
        border: 1px solid rgba(160,160,160,0.35);
    }
    #become_intern input[type='text']{
        width: 235px;
    }
    .home #become_intern input[type="text"][placeholder],
    .home #become_intern textarea{
        font: 16px Open Sans;
        color: #4c4c4c;
        /*opacity: .4;*/
    }     
    
    
/** END HOME **/

/** SLIDER HOME **/
.slider_outer{
    width: 592px;
    height: 433px;
    border: 1px solid #e7ebef;
    border-top: none;
    padding: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin-left: 45px;
    position: relative;
}

.slider { 
    font-family: Open Sans;
    /*position: relative;*/ 
    overflow: auto;
    width: 570px !important; 
    min-height: 412px; 
    height: 412px;
    max-height: 412px;
    /*margin-left: 48px;*/ 
    /*float: left;*/ 
    text-align: center;
    width: 100%;
    height: 100%;
    border: 10px solid #ffe692;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    /*height:*/ 
}

.slider > li { list-style: none; position: relative; }
.slider > ul li { float: left; height: 392px;}
.slider .dots{ position: absolute; left: 0; right: 0; bottom: -32px; height: 15px;}
.slider .dots li{ margin: 0 6px;  cursor: pointer; text-indent: -999em; display: inline-block; color: black; overflow: visible; opacity: 1; background: url('/assets/img/ol_li.png') no-repeat; width: 15px;height: 15px;}
.slider .dots li.active{background: url('/assets/img/ol_li_active.png') no-repeat;}


.slider_inner{
    width: 100%;
    height: 100%;
    /*border: 10px solid #ffe692;*/
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.slider_inner .top_line{
    height: 0px;
    width: 100%;
    display: block;
    border-bottom: 2px solid #573a28;
}
.slider .goal_flag{
    color: white;
    text-transform: uppercase;
    font:bold 11px Open Sans;
    display: block;
    /*text-align: center;*/
    line-height: 19px;
    width: 50px;
    height: 23px;
    background: url('/assets/img/goal_flag.png') no-repeat;
    margin: 0 auto;
}
.slider .h4{
    margin-bottom: 3px;
    line-height: 1em;
}
.slider .count_lectures{
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: .8;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 11px;
    margin-bottom: 13px;
}
.slider .description{
    width: 446px;
    display: block;
    margin: 0 auto;
    font: 12px Open Sans;
    /*margin-bottom: 24px;*/
    text-align: left;
}

.slider .contents{
    width: 470px;
    height: 123px;
    min-height: 123px;
    max-height: 123px;
    border-top: 1px solid #e8e8e2;
    border-bottom: 1px solid #e8e8e2;
    margin: 0 auto;
    position: relative;
    margin-left: 40px;
    margin-right: 40px;

/*    font-family: Open Sans;
    position: relative; 
    overflow: auto;
    width: 570px !important; 
    min-height: 412px; 
    height: 412px;
    max-height: 412px;
    margin-left: 48px; 
    float: left; 
    text-align: center;
    width: 100%;
    height: 100%;
    border: 10px solid #ffe692;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;*/
}
.slider .table_of_contents{
    display: block;
    margin: 0 auto;
    text-align: center;
    /*opacity: .8;*/
    text-transform: uppercase;
    font: bold 11px Open Sans;
    width: 110px;
    font-size: 11px;
    background-color: white;
    position: relative;
    top: 8px;
    overflow: visible;
    z-index: 1;
}    
.slider .table_of_contents b{
    opacity: .8;
}
.slider .see_button{
    text-transform: uppercase;
    display: block;
    background: url('/assets/img/go-to-goal-uk.png') no-repeat;
    width: 198px;
    height: 35px;
    margin: 0 auto;
    margin-top: 33px;
}
.slider .see_button.develop{
    background: url('/assets/img/go-to-goal-develop-uk.png') no-repeat;
}
.unslider-arrow{
    position: absolute;
    top: 194px;
    background-image: url('/assets/img/arrows_slider.png');
    width: 28px;
    height: 45px;
    overflow: visible;
    z-index: 999;
}
.unslider-arrow.prev{
    background-position: -28px;
    left: 7px;

}
.unslider-arrow.next{
    right: 7px;
}

.unslider-arrow-inner{
    position: relative;
    /*top: 194px;*/
    background-image: url('/assets/img/arrows_slider_inner.png');
    width: 9px;
    height: 9px;
    overflow: visible;
    z-index: 999;
    display: block;
    
}
.unslider-arrow-inner.prev{
    top: 80px;
left: 20px;
}
.unslider-arrow-inner.next{
    top: 71px;
    left: 520px;
    background-position: -9px;
}
/** END SLIDER **/  

#read-more-outer{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    /*background: url(/assets/img/pattern.png);*/
}

#read-more{
position: fixed;
bottom: 0;
left: 50%;
display: block;
margin-left: -162px;
/*width: 325px;*/
/*height: 51px;*/
margin-left: -146px;/*ukr*/
width: 293px;/*ukr*/
height: 41px;/*ukr*/
background: url(/assets/img/read-more-uk.png) no-repeat;    
cursor: pointer;
z-index: 1;

/*display: inline-block;
width: 293px;*//*urk*/
/*height: 41px;*//*urk*/
/*background: url(/assets/img/read-more-uk.png) no-repeat;
cursor: pointer;
z-index: 1;
text-align: center;
margin: 0 auto;*/
/*margin-top: -87px; comment*/
/*margin-top: 38px;*/
/*margin-left: 185px; comment*/
/*margin-left: 305px;*/
}
.project_trainers{
    margin-top: 24px;
}
.project_trainers ul li{
    width: 238px;
    text-align: center;
    display: inline-block;
}
.project_trainers ul li a{
    font: 16px Open Sans;
    color: #4a4a4a; 
    display: block;
}
.project_trainers ul li a b{
    margin: 16px 0 22px 0;
    display: block;    
}

.trainer-add{
    padding-right: 20px;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.trainer-add .coach-added{
    margin: 25px 0 0 61px;
    width: 600px;
    padding: 10px;
    border: 1px solid #e7ebef;
    border-top: none;
}
.trainer-add .coach-added form{
    background: #b8d9ff;
    padding: 15px;
    font-family: Open Sans;
    color: #4a4a4a;
}
.trainer-add .coach-added form > div{
    display: inline-block;
    width: 268px;
    vertical-align: top;
}
.trainer-add .coach-added form > div:nth-child(2){
    padding-left: 30px;
}
.trainer-add .coach-added form > div input,
.trainer-add .coach-added form > div textArea{
    width: 268px;
    border:1px solid rgba(160,160,160,0.35);
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.trainer-add .coach-added form > div input[type="text"][placeholder],
.trainer-add .coach-added form > div textarea {
font: 16px Open Sans;
color: #4c4c4c;
}
.trainer-add .coach-added form > div textarea{
    padding: 10px;
    height: 168px;
    margin-top: 7px;
}
.trainer-add .coach-added form > div span.label{
    font-size: 20px;
    
    padding: 6px 0 0 5px;
    display: block;
}
.trainer-add .coach-added form > div span.label b{
    font-weight: bold;
}
.trainer-add .coach-added form > div label.label{
    margin: 12px 0 0 5px;
    display: block;
    font-size: 14px;    
}
.trainer-add .coach-added form > div input{
height: 38px;
border: 1px solid rgba(160,160,160,0.35);
border-bottom: none;
margin: 7px 0 14px 0px;
padding: 0 10px 0 10px;
}
.trainer-add .coach-added form > span:last-child{
    display: block;
    text-align: right;
    margin-top: 20px;
}
.trainer-add .coach-added form > span input[type="submit"]{
    color: white;
    font-size: 16px;
    width: 107px;
    border: none;
    height: 37px;
    background: url('/assets/img/submit_home.png') no-repeat;
    cursor: pointer;  
}
.user-popup-fon {
    position: absolute;
    width: 333px;
    background: #bdbdbd;
    z-index: 1;
    top: -80px;
    left: 80px;    
}
.user-popup-fon.hide{
    display: none;
}
.user-popup{
    /*display: none;*/
    position: relative;
    width: 333px;
    border: 1px solid #bdbdbd;
    overflow: visible;
    z-index: 2;
    background: #fff;
    font-family: Open Sans;
    text-align: left;   
    color: #4a4a4a;
    top: -3px;
    left: -4px;
}
.user-popup-header{
    background: #e7ebf0;
    padding: 16px 24px 11px 24px;
    
}
.user-popup-header span{
    display: block;
    
}
.user-popup-header span:first-child{
    font-size: 18px;
    font-weight: bold;
    
}
.user-popup-header span:last-child{
    font-size: 12px;
    padding-top: 3px;
}
.user-popup .description{
    line-height: 16px;
    padding: 8px 22px 30px 22px;
        min-height: 90px;
}
.user-popup .description .square{
    width: 20px;
    height: 20px;
    border-left: 1px solid #bdbdbd;
    border-bottom: 1px solid #bdbdbd;
    -webkit-transform: rotate(45deg); /* Chrome y Safari */
    -moz-transform: rotate(45deg); /* Firefox */
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* Internet Explorer */
    -o-transform: rotate(45deg); /* Opera */
    position: relative;
    right: 33px;
    z-index: 3;
    overflow: visible;
    background: white;
    top: 50px;

}


.user-popup-footer{
    background: #e7ebf0;
    padding: 1px 16px 2px 16px;
    height: 40px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.user-popup-footer a{
    margin: 5px;
    display: inline-block;
}
.plashka-mts{
    position: absolute;
    width: 226px;
    height: 41px;
    right: 51px;
    top: 36px;
    cursor: pointer;
    background: url('/assets/img/plashka_mts-uk.png') no-repeat;
}
.plashka-mts-trizub{
    position: absolute;
    margin-left: 20px;
    margin-top: -13px;
}
.plashka-mts-trizub ul li{
    float: left;
}
.plashka-mts-trizub ul li:first-child{
padding-top: 5px;
padding-right: 13px;    
}
.plashka-mts-trizub ul li span{
    width: 70px;
    font: bold 10px Open Sans;
    display: inline-block;
    margin-left: 5px;
}

.service{
    font: 12px Open Sans;
}
.service th{
    font: bold 12px Open Sans;
    
}
.service td{
    border: 1px solid #e9e9e9;
    padding: 3px;
}
.service td p{
    word-break: break-word;
    max-width: 450px;
    overflow-wrap: break-word;
    overflow: hidden;
    display: block;
}
.service tr td:first-child{text-align: center;}
.service tr td:nth-child(4),
.service tr td:last-child
{width: 70px;text-align: center;}
/*New personal profile layout*/
.personalinformation .userdata{
	width:100%;
	background:#f5f7f9;
	overflow:hidden;
	width:770px;
	position:relative;
	left:-20px;
	top:-25px;
	padding:10px 0 20px;
	margin:0 0 20px;
	border: 1px solid #e7ebef
}
.personalinformation .userdata .uinfo{
	width:320px;
	float:left;
	margin:0 0 0 15px;
}
.searchresult .namehover .tooltips .uinfo .usericons,
.personalinformation .userdata .uinfo .usericons{
	float:left;
	display:block;
	border:6px solid #e7ebef;
	width:62px;
	height:62px;
	border-radius:100%;
	overflow:hidden;
}
.searchresult .namehover .tooltips .uinfo .uinner,
.personalinformation .userdata .uinfo .uinner{
	float:right;
	width:230px;
}
.searchresult .namehover .tooltips .uinfo .uinner .name,
.personalinformation .userdata .uinfo .uinner .name{
	color:#26babd;
	font:bold italic 20px Open Sans;
	display:block;
}
.searchresult .namehover .tooltips .uinfo .uinner .locate,
.personalinformation .userdata .uinfo .uinner .locate{
	color:#3a3a3a;
	font: italic 13px Open Sans;
        display: block;
        min-height: 32px;        
}
.searchresult .namehover .tooltips .uinfo .uinner .locate b,
.personalinformation .userdata .uinfo .uinner .locate b{
	display:block;
}
.searchresult .namehover .tooltips .uinfo .uinner ul,
.personalinformation .userdata .uinfo .uinner ul{
	width:100%;
	float:left;
	margin:15px 0 0;
}
.searchresult .namehover .tooltips .uinfo .uinner li:first-child,
.personalinformation .userdata .uinfo .uinner li:first-child{
	margin:0;
}
.searchresult .namehover .tooltips .uinfo .uinner li,
.personalinformation .userdata .uinfo .uinner li{
	float:left;
	padding:0 0 0 25px;
	color:rgba(58,58,58,0.4);
	font:bold 12px/20px Open Sans;
	height:20px;
	background:url(../img/intentico.png) left center no-repeat;
	margin:0 0 0 15px;
}
.searchresult .namehover .tooltips .uinfo .uinner li+li,
.personalinformation .userdata .uinfo .uinner li+li{
	background:url(../img/courseico.png) left center no-repeat;
}
.searchresult .namehover .tooltips .uinfo .uinner li+li+li,
.personalinformation .userdata .uinfo .uinner li+li+li{
	background:url(../img/courseicon.png) left center no-repeat;
}
.searchresult .namehover .tooltips .uinfo .uinner li+li+li+li,
.personalinformation .userdata .uinfo .uinner li+li+li+li{
	background:url(../img/favoriteico.png) left center no-repeat;
}
.personalinformation .userdata .uinfo .send_to_user{
    margin-top: 98px;
    margin-left: 25px;
}
.personalinformation .userdata .uinfo .send_to_user a{
    font-size: 14px;
    color: #1cb9b3;
    text-decoration: none;    
}
.personalinformation .userdata  .ueducation{
	width:184px;
	float:left;
}
.personalinformation .userdata .ueducation .title{
	color:rgba(58,58,58,0.4);
	font:bold 12px Open Sans;
	display:block;
	margin:0 0 10px;
}
.personalinformation .userdata  .ueducation .item{
	width:192px;
	float:left;
}
.personalinformation .userdata .ueducation .item a{
	background:#fff;
	color:#3a3a3a;
	font:13px/24px Open Sans;
	padding:0 10px;
	margin:0 7px 5px 0;
	display:block;
	float:left;
}
.personalinformation .userdata .ueducation.work{
	width:190px;
	margin:0 0 0 31px;
}
.infoitem{
	float:left;
	width:720px;
	margin:0 0 20px 15px;
}
.infoitem .head{
	width:100%;
	float:left;
	position:relative;
}
.infoitem .head .hidden{
	float:left;
	display:block;
	width:88px;
	height:24px;
	color:#b5b5b5;
	font:12px/24px Open Sans;
	border:1px solid #ddd;
	text-indent:11px;
	background:url(../img/hiddenarrow.png) right center no-repeat;
	margin:6px 0 0 12px;
}
.infoitem .head .count{
	position:absolute;
	right:0;
	top:0;
	font:30px Open Sans;
	color:#d9d9d9;
}
.infoitem .head .ico{
	color:#e33b3b;
	font:italic 18px/37px Open Sans;
	height:35px;
	padding:0 0 0 46px;
	display:block;
	float:left;
}
.infoitem .head .ico.intent{
	background:url(../img/intenticob.png) left center no-repeat;
}
.infoitem .head .iconsbox.add span{
    position: absolute;
    right: 42px;
    top: 4px;    
}
.infoitem ul{
	width:100%;
	float:left;
	margin:15px 0 0 16px;
}
.infoitem li:first-child{
	margin:0;
}

.infoitem li{
	float:left;
	padding:0 0 0 30px;
	width:674px;
	margin:15px 0 0;
	position:relative;
}
.infoitem li a{
	color:#1cb9b3;
	font: 14px/20px Open Sans;
	padding:0 80px 0 0;
}
.infoitem .goal li,
.infoitem .intent li{
	background:url(../img/intentico.png) left center no-repeat;
}
.infoitem .head .ico.course{
	background:url(../img/courseicob.png) left center no-repeat;
}
.infoitem .course li{
	background:url(../img/courseico.png) left center no-repeat;
}
.infoitem li .iconsbox{
	position:absolute;
	width:80px;
	right:0;
	top:0;
}
.infoitem li .iconsbox.edit{
    top: -4px;
}
.infoitem li .iconsbox span{
	display:block;
	padding:0 0 0 20px;
	float:left;
	color:#d8d8d8;
	font:bold 14px Open Sans;
}
.infoitem li .iconsbox.edit span{
    padding-left: 0px;
    margin-left: 7px;
    cursor: pointer;
}
.infoitem li .iconsbox.edit span a{
    padding-right: 0;
    height: 30px;
    display: block;
}
.infoitem li .iconsbox span.l{
	background:url(../img/objectico.png) left center no-repeat;
}
.infoitem li .iconsbox span.s{
	background:url(../img/starion.png) left center no-repeat;
	float:right;
}
.infoitem .head .ico.lecture{
	background:url(../img/lectureicob.png) left center no-repeat;
}
.infoitem .lecture li{
	background:url(../img/courseicon.png) left center no-repeat;
}
.infoitem .lecture li .iconsbox span{
	padding:0;
	display:block;
	width:15px;
	height:14px;
}
.infoitem .lecture li .iconsbox.edit span{
    width: auto;
    height: auto;
}
.infoitem .pagenavi{
	float:left;
	width:714px;
	border:1px solid #ededed;
	margin:21px 0 0 16px;
	position:relative;
}
.infoitem .pagenavi li:first-child{
	margin:0;
}
.infoitem .pagenavi ul{
	margin:3px 0 3px 9px;
}
.infoitem .pagenavi li{
	float:left;
	width:auto;
	margin:0 0 0 3px;
	padding:0;
}
.infoitem .pagenavi li:first-child a,
.infoitem .pagenavi li:last-child a{
	color:#b5b5b5;
	font:12px/24px Open Sans;
}
.infoitem .pagenavi li a{
	display:block;
	/*padding:0 13px;*/
        padding:0 11px;
	height:24px;
	font:bold 13px/24px Open Sans;
	border:1px solid #ededed;
	color:#1cb9b3;
	background:#f8f8f8;
	border-radius:2px;
}
.infoitem .pagenavi li a.active,
.infoitem .pagenavi li a:hover{
	text-decoration:none;
	background:none;
	border:1px solid #fff;
	color:#e33b3b;
}
.infoitem .pagenavi .view{
	color:#d6d6d6;
	font:14px/24px Open Sans;
	position:absolute;
	right:9px;
	top:3px;
}
.infoitem .head .ico.test{
	background:url(../img/testicob.png) left center no-repeat;
}
.infoitem .test li{
	background:url(../img/favoriteico.png) left center no-repeat;
}
.infoitem .head .ico.education{
	background:url(../img/educationb.jpg) left center no-repeat;
}
.infoitem .head .ico.work{
	background:url(../img/workbico.jpg) left center no-repeat;
}
.infoitem  .inner{
	width:343px;
	display:inline-block;
	font:16px Open Sans;
	margin:20px 0 0;
}
.infoitem  .inner b{
	display:block;
}
.infoitem  .inner .title{
	display:block;
	font:bold 18px Open Sans;
	color:#3a3a3a;
	margin:0 0 10px;
}
.infoitem .listing{
	margin:0 0 0 50px;
	float:left;
	width:100%;
}
.infoitem .aboutmemessage .arrow{
	display:block;
	position:absolute;
	width:15px;
	height:20px;
	top:-20px;
	left:28px;
	z-index:1;
	background:url(../img/memessagearrow.png) no-repeat;
}
.infoitem .aboutmemessage{
	width:647px;
	min-height:242px;
	padding:15px 20px;
	border:1px solid #ededed;
	float:left;
	margin:40px 0 0 50px;
	color:#848484;
	position:relative;
	font:14px Open Sans;
}
.sidebar .usersname {
	width:190px;
	height:47px;
	background:#f5f7f9;
	font:16px/47px Open Sans;
	color:#3a3a3a;
	position:relative;
	margin:-20px 0 10px;
	text-align:center;
}
.sidebar .usersname a:first-child{
    text-decoration: none;
    /*background: #f5f7f9;*/
    font:16px/47px Open Sans;
    /*font:16px/23px Open Sans;*/
    color:#3a3a3a; 
    display: block;
    float: left;
    width: 136px;
	font-weight: 300;
}
.sidebar .usersname a:last-child{
	font: 12px/24px Open Sans;
	color: #1cb9b3;
	margin: 11px 0px 0px;
	display: inline-block;
	height: 24px;   /* line-height: 24px;
    margin: 11px 0px 0 0px; 
    display: inline-block; */
}
.sidebar .usersname a:last-child:hover{
    text-decoration: none;
}

.sidebar .usersname.noa{
	background:none;
}
.personaldata{
	width:770px;
	position:relative;
	left:-20px;
	top:-15px;
}
.personaldata .tabnavigation{
	width:100%;
	float:left;
	border-bottom:1px solid #ddd;
	height:35px;
}
.personaldata .tabnavigation li{
	float:left;
	padding:0 16px;
	height:36px;
	color:#0080c5;
	cursor:pointer;
	font:bold 16px/36px Open Sans;
	margin:0 0 0 10px;
}
.personaldata .tabnavigation li.active,
.personaldata .tabnavigation li:hover{
	background:#fff;
	border-left:1px solid #ddd;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	color:#4a4a4a;
	height:35px;
	position:relative;
	z-index:1;	
	padding:0 15px;
	font:bold 16px/33px Open Sans;
}
.personaldata .mainudata{
	width:100%;
	margin:30px 0 0;
	float:left;
        display: none;
}
/*.personaldata .mainudata:nth-child(3){
        display: block;
}*/
.personal-info .useravatar,
.personaldata .mainudata .useravatar{
	width:200px;
	margin:5px 0 0 35px;
	float:left;
}
.personal-info .useravatar,
.personaldata .mainudata .useravatar a{
	display:block;
}
.personal-info .useravatar,
.personaldata .mainudata .useravatar a:hover{
	text-decoration:none;
}
.personal-info .useravatar .mask,
.personaldata .mainudata .useravatar .mask{
	width:164px;
	height:164px;
	border-radius:100%;
	overflow:hidden;
	border:18px solid #e7ebef;
	display:block;
}
.personal-info .useravatar,
.personaldata .mainudata .useravatar b{
	display:block;
	text-align:center;
	color:#8d8d8d;
	font:bold 20px Open Sans;
        cursor: pointer;
}
.personal-info .form.data{
    margin-top: 0px;
}
.personaldata .mainudata .udatafield{
	width:465px;
	float:left;
	margin:0 0 0 35px;
}
.personaldata .mainudata .udatafield form:nth-child(2n+2) .inputfield {margin-left:20px;}
.personaldata .mainudata .udatafield  div{
	float:left;
        margin-bottom: 20px;
}
.personaldata .mainudata .udatafield .settler{
        width: 465px;
}
.personaldata .mainudata .udatafield .settler label{
        /*width: 110px;*/
}
.personaldata .mainudata .udatafield label{
	color:#4a4a4a;
	font:14px Open Sans;
	float:left;
	width:100%;
	margin:0 0 3px;
}
.personaldata .mainudata .udatafield input[type="password"],
.personaldata .mainudata .udatafield input[type="text"]{
	height:28px;
	color:#8d8d8d;
	font:bold 14px Open Sans;
	border:1px solid #ddd;
        padding-left: 9px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
}
.personaldata .mainudata .udatafield .name{
	float:left;
	width:340px;
}
.personaldata .mainudata .udatafield .name input[type="text"]{
	width:338px;
        padding-left: 10px;
}
.personaldata .mainudata .udatafield .dropdown{
	height:28px;
	color:#8d8d8d;
	font:bold 14px Open Sans;
	border:1px solid #ddd;
	background:url(../img/maindroparrow.png) right 10px no-repeat;
	/*float:left;*/
	padding:0 0 0 5px;
        -webkit-appearance: none;
}
.personaldata .mainudata .udatafield .stateman{
	width:108px;
	float:right;
}
.personaldata .mainudata .udatafield .stateman .dropdown{
	width:108px;
}
.personaldata .mainudata .udatafield .dropdown b{
	line-height:28px;
}
.personaldata .mainudata .udatafield  .birthday{
	width:100%;
	float:left;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield  .birthday .day .dropdown{
	width:63px;
}
.personaldata .mainudata .udatafield  .birthday .month .dropdown{
	width:138px;
}
.personaldata .mainudata .udatafield  .birthday .year .dropdown{
	width:103px;
}
.personaldata .mainudata .udatafield .countrybox{
	float:left;
	width:100%;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield .countrybox .dropdown{
	width:223px;
}
.personaldata .mainudata .udatafield .countrybox .town,
.personaldata .mainudata .udatafield .countrybox .country{
	float:left;
	width:223px;
}
.personaldata .mainudata .udatafield .countrybox .lang,
.personaldata .mainudata .udatafield .countrybox .obl{
	float:right;
	width:223px;
}
.personaldata .mainudata .udatafield .aboutself div{float: none;}
.personaldata .mainudata .udatafield .aboutself{
	width:100%;
	float:left;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield .aboutself textarea{
	width:463px;
	height:143px;
	color:#8d8d8d;
	font:bold 14px Open Sans;
	border:1px solid #ddd;
}
.personaldata .mainudata .udatafield .education{
	width:100%;
	float:left;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield .education .direction{
	float:left;
	width:223px;
}
.personaldata .mainudata .udatafield .education .direction:nth-child(2){
	float:right;
}
.personaldata .mainudata .udatafield .education  .dropdown{
	width:223px;
}
.personaldata .mainudata .udatafield .selected{
	width:230px;
	margin:20px 0 0;
	float:left;
}
.personaldata .mainudata .udatafield .selected .item{
	display:block;
	float:left;
	margin:0 5px 12px 0;
	padding:0 27px 0 6px;
	height:25px;
	background:#f2f2f2;
	color:#3a3a3a;
	position:relative;
	font:14px/25px Open Sans;
}
.personaldata .mainudata .udatafield .selected .item a{
	display:block;
	width:8px;
	height:8px;
	background:url(../img/deletebtn.png) no-repeat;
	position:absolute;
	right:10px;
	top:7px;
}
.personaldata .mainudata .udatafield input[type="submit"]{
	width:115px;
	height:35px;
	color:#fff;
	font:18px Open Sans;
	background:#3366bb;
	cursor:pointer;
	float:left;
	border:none;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield .sbm{
	width:100%;
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield.editp{
	width:100%;
}
.personaldata .mainudata .udatafield .password{
	width:282px;
	float:left;
}
.personaldata .mainudata .udatafield .password .h2{
	color:#4a4a4a;
	font:18px Open Sans;
}
.personaldata .mainudata .udatafield .password input[type="password"],
.personaldata .mainudata .udatafield .password input[type="text"]{
	width:208px;
}
.personaldata .mainudata .udatafield .password .item{
	margin:15px 0 0;
}
.personaldata .mainudata .udatafield .secondtabnav{
	float:left;
	width:770px;
	position:relative;
	left:-35px;
	height:40px;
	background:#f5f5f5;
}
.personaldata .mainudata .udatafield .secondtabnav li{
	float:left;
	padding:0 15px;
	height:35px;
	color:#4a4a4a;
	font:bold 14px/35px Open Sans;
	margin:5px 0 0 10px;
	cursor:pointer;
}
.personaldata .mainudata .udatafield .secondtabnav li.active,
.personaldata .mainudata .udatafield .secondtabnav li:hover{
	background:#fff;
}
.personaldata .mainudata .udatafield .h2{
	font:18px Open Sans;
	display:block;
	margin:15px 0 5px;
	position:relative;
	left:-12px;
	float:left;
	width:100%;
}
.personaldata .mainudata .udatafield .tab_inner{display: none;}
/*.personaldata .mainudata .udatafield .tab_inner .form-profile-tab3.add{display: none;}*/
.personaldata .mainudata .udatafield .tab_inner .form-profile-tab3{float: left;}
.personaldata .mainudata .udatafield .required{
    font: 12px Open Sans;
    color: red;
    font-weight: bold;
}
.personaldata .mainudata .tab_inner form:nth-child(even) .inputfield{margin-left: 20px;}
.personaldata .error{
    color: #f30e0e;
    font: 11px Open Sans;
    margin: 5px 0 0 0;
    margin-bottom: 0px !important;
    float: none !important;
}
#data_saved{
    /*opacity: 0.7;*/
    width: 535px;
    height: 53px;
    /*background: #4c4c4c;*/
    /*background: rgba( 0, 0, 0, 0.7);*/
    background: rgba( 76, 76, 76, 0.7);
    text-align: center;
    z-index: 14;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -268px;
    margin-top: -27px;
    box-shadow: 3px 3px 5px #4a4a4a;
    -moz-box-shadow: 3px 3px 5px #4a4a4a;
    -webkit-box-shadow: 3px 3px 5px #4a4a4a;
    display: none;
}
#data_saved.registration{
    height: 104px;
    margin-top: -52px;
    text-align: left;
    
}
#data_saved span{
    color: white;
    font-weight: bold;
    opacity: 1;
    font:17px Open Sans;
    font-weight: bold;
    line-height: 53px;
}
#data_saved.registration span{
    font-weight: normal;
    padding: 15px 24px;
    display: block;
    line-height: normal;
}
#popup_registration{
    width: 668px;
    /*height: 519px;*/
    background: #f3f3f3;
    font-family: Open Sans;
}
#popup_registration h1{
    text-align: center;
    font-size: 25px;
    padding-top: 24px;
    margin-top: 0;
}
#popup_registration h2{
    text-align: center;
    font-size: 20px;
    padding-bottom: 15px;
}
#popup_registration .license{
    width: 627px;
    height: 346px;
    background: white;
    margin: 0 auto;
    overflow-y: scroll;
    border-top: 1px solid #e0e0e0;
    padding: 10px;
    font: 14px Open Sans;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    /*-o-box-sizing: border-box;*/
}
#popup_registration .license .license-top-line{
    border-top: 1px solid #f3f3f3;
    height: 1px;
    /*width: 100%;*/
    width: calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: -webkit-calc(100% + 20px);
    width: -o-calc(100% + 20px);     
    position: relative;
    top: -10px;
    left: -10px;    
}
#popup_registration .license p{
    margin-bottom: 17px;
}

#popup_registration .item{
    display: inline-block;
    width: 286px;
    padding: 16px 0 16px 45px;
    vertical-align: top;
}
#popup_registration .item label{
    font: 11px Open Sans;
    opacity: 0.4;
    letter-spacing: -0.02em;
}
#popup_registration .bluebtn {
    /*background: url(/assets/img/regbutton.png) left top no-repeat;*/
    background: #3366bb;
    width: 215px;
    height: 49px;
    text-align: center;
    color: #fff;
    font: bold 16px/31px Open Sans;
    display: block;
    text-decoration: none;
    border: none;
    cursor: pointer;    
}
#popup_registration .bluebtn.no-active{
    opacity: 0.5;
    cursor: default;    
}

.inputfield{
	position:relative;
	left:-10px;
	width:320px;
	float:left;
}
.inputfield .initem{
	float:left;
	width:320px;
	margin:0 0 15px;
}
.inputfield .initem input[type="text"],
.inputfield .initem .dropdown{
	width:318px;
}
.educationend{
	width:100%;
	float:left;
	margin:0 0 15px;
}
.educationend .itm{
	width:80px;
}
.educationend .itm .dropdown{
	width:73px;
}
.educationend .itm:nth-child(2){
	/*width:110px;*/
        width: 120px;
	/*margin:0 0 0 39px;*/
        margin: 0 0 0 0px;
}
.educationend .itm:nth-child(2) .dropdown,
.educationend .itm:nth-child(3) .dropdown{
    width: 116px;
}
.educationend .itm:nth-child(3){
	/*width:82px;*/
        width: 116px;
	float:right !important;
}

.addmore{
	float:left;
	width:320px;
	margin:0 0 0 70px;
}
.addmore a{
	display:block;
	width:318px;
	height:38px;
	border:1px solid #ddd;
	color:#3366bb;
	font:16px/38px Open Sans;
	text-align:center;
	margin:0 0 15px;
}
.educationend .itm.workend{
	width:150px;
}
/*Search layout*/
.searchbox{
	width:770px;
	float:right;
	position:relative;
	top:-20px;
}
.searchbox .inner{
	width:760px;
	background:#f5f7f9;
	padding:25px 0;
	margin:5px 0 20px 5px;
	overflow:hidden;
	border-radius:2px;
	box-shadow:0 2px 3px rgba(0,0,0,0.22),
			   0 0px 3px rgba(0,0,0,0.22);
}
.searchbox .inner .h2{
	color:#4a4a4a;
	font:24px Open Sans;
	margin:0 0 0 25px; 
	display:block;
}
.searchbox .inner .searchinput{
	width:710px;
	float:left;
	margin:0 0 0 25px; 
}
.searchbox .inner .searchinput b{
	display:block;
	color:#4a4a4a;
	font:14px Open Sans;
	margin:15px 0 5px;
}
.searchbox .inner .searchinput input[type="text"]{
	width:578px;
	height:43px;
	padding:0 10px;
	font:bold 18px Open Sans;
	color:#8d8d8d;
	border:1px solid #ddd
}
.searchbox .inner .searchinput input[type="submit"]{
	width:90px;
	height:45px;
	background:#3366bb;
	color:#fff;
	font:20px Open Sans;
	text-align:center;
	border:none;
	float:right;
}
.searchbox .inner .item{
	width:710px;
	border-bottom:1px solid #ddd;
	padding:0 25px 15px;
	float:left;
	margin:20px 0 0;
}
.searchbox .inner .item .visible{
	display:block;
	color:#8d8d8d;
	margin:0 0 15px;	
	cursor:pointer;
	font:bold 14px Open Sans;
}
.searchbox .inner .item .visible i{
	padding:0 20px 0 0;
	background:url(../img/visiblearrow.png) right 6px no-repeat;
}
.searchbox .inner .item .yearsold{
	float:left;
	width:192px;
}
.searchbox .inner .item label{
	color:#4a4a4a;
	font:14px Open Sans;
	margin:0 0 5px;
	display:block;
}
.searchbox .inner .item .dropdown{
	float:left;
	height:28px;
	border:1px solid #ddd;
	background:#fff;
	background:url(../img/searharrow.png) right 10px no-repeat;
}
.searchbox .inner .item .yearsold b:nth-child(2){
	margin:0 6px 0 0;
}
.searchbox .inner .item .yearsold b{
	float:left;
	color:#4a4a4a;
	font:14px/30px Open Sans;
	margin:0 6px 0 6px;
}
.searchbox .inner .item .yearsold .dropdown{
	width:68px;
}
.searchbox .inner .item .dropdown b{
	padding:0 0 0 5px;
	font:bold 14px/28px Open Sans;
	color:#8d8d8d;
	margin:0;
}
.searchbox .inner .item .state{
	float:left;
	margin:0 0 0 20px;
}
.searchbox .inner .item .state .dropdown{
	width:108px;
}
.searchbox .inner .item .lang{
	float:left;
	margin:0 0 0 17px;
	width:363px;
}
.searchbox .inner .item .lang .dropdown{
	width:163px;
}
.personaldata .mainudata .education .direction .lang ul,
.personaldata .mainudata .udatafield .countrybox .lang ul{
	float:right;   
}
.searchbox .inner .item .lang ul{
	float:right;
	width:185px;
}
.personaldata .mainudata .udatafield .countrybox .lang ul,
.personaldata .mainudata .education .direction .lang ul{
    border: none;
}
.searchbox .inner .item .lang ul li{
/*	float:left;
	display:block;
	width:40px;
	height:25px;
	position:relative;
	margin:0 5px 0 0;
	background:#fff;*/
}
.searchbox .inner .item .lang ul li .del{
/*	display:block;
	position:absolute;
	width:8px;
	height:8px;
	background:url(../img/deletebtn.png) no-repeat;
	right:4px;
	top:8px;*/
}
.searchbox .inner .item .lang ul li img{
	/*margin:6px 0 0 6px;*/
}
.searchbox .inner .item .dropdown{
    line-height: 25px;
    /*border: none;*/
    background: none;
    padding: 0 0 0 5px;
    font: bold 14px/28px Open Sans;
    color: #8d8d8d;
    margin: 0;   
	border-radius: 3px;
}
.personaldata .mainudata .udatafield .education .direction .selectlist-list,
.personaldata .mainudata .udatafield .countrybox .lang .selectlist-list,
.searchbox .inner .item .selectlist-list{
    line-height: 25px;
    border: none;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    font: bold 14px/28px Open Sans;
    color: #8d8d8d;
    
}
.personaldata .mainudata .udatafield .education .direction .selectlist-list .selectlist-item,
.personaldata .mainudata .udatafield .countrybox .lang .selectlist-list .selectlist-item,
.searchbox .inner .item .selectlist-list .selectlist-item{
    padding: 0.2em 2em 0.2em 0.3em;
    /*border: none;*/
}


.searchbox .inner .item .large{
	width:225px;
	float:left;
}
.searchbox .inner .item .large:nth-child(3),
.searchbox .inner .item .large:nth-child(2){
	margin:0 17px 0 0px;
}
.searchbox .inner .item .large .dropdown{
	width:223px;
}
/*checkbox*/
input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:16px;
    height:16px;
    margin:-4px 4px 0 0;
    vertical-align:middle;
    background:url(../img/checksearch.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(../img/checksearch.png) -16px top no-repeat;
}
.searchbox .inner .item .large .selected{
	width:230px;
	float:left;
	margin:20px 0 0;
}
.searchbox .inner .item .large .selected b{
	display:block;
	position:relative;
	height:25px;
	background:#fff;
	padding:0 27px 0 6px;
	float:left;
	margin:0 5px 11px 0;
	color:#3a3a3a;
	font:14px/25px Open Sans;
}
.searchbox .inner .item .large .selected b .del{
	position:absolute;
	display:block;
	width:8px;
	height:8px;
	right:8px;
	top:8px;
	background:url(../img/deletebtn.png) no-repeat;
}
.searchbox .inner .item.no-border{
	border:none;
}
.searchresult{
	width:772px;
	position:relative;
	float:right;
        margin-bottom: 45px;
}
.searchresult table{
	width:100%;
	border-collapse:collapse;
}
.searchresult tr:first-child td{
	color:#3a3a3a;
	font:bold 12px Open Sans;
	height:39px;
}
.searchresult td{
	width:50px;
	position:relative;
	padding:6px 0;
	border:1px solid #ddd;
	vertical-align:middle;
	font:16px Open Sans;
	color:#3a3a3a;

}
.searchresult td:first-child{
        text-align: center;
}
.searchresult td .userava{
	/*float:left;*/
	display:block;
	border:3px solid #e7ebef;
	width:38px;
	height:38px;
	border-radius:100%;
	overflow:hidden;
	/*margin:0 0 0 5px;*/
        /*text-align: center;*/
        margin: 0 auto;
}
.searchresult td+td{
	width:45px;
	padding:5px 0 5px 5px;
        border-right: none;
}
.searchresult td+td+td{
	width:229px;
        border-left: none;
}
.searchresult td+td+td+td{
	width:139px;
        border:1px solid #ddd;
}
.searchresult td+td+td+td+td{
	width:71px;
	text-align:center;
}
.searchresult td+td+td+td+td+td{
	width:128px;
	text-align:left;
}
.searchresult td+td+td+td+td+td+td{
	width:78px;
	font:bold 20px Open Sans;
	color:#8d8d8d;
	text-align:center;
}
.searchresult .namehover{
	position:relative;
	cursor:pointer;
}
.searchresult .namehover:hover{
	color:#4040e6;
}
.searchresult .namehover:hover .tooltips{
	display:block;
}
.searchresult .namehover .tooltips{
	width:314px;
	position:absolute;
	z-index:1;
	background:#f5f7f9;
	padding:9px 15px 15px;
	height:146px;
	top:-175px;
	box-shadow:0 0 3px rgba(0,0,0,0.22);
	display:none;
}
.searchresult .namehover .tooltips .uinfo{
	overflow:hidden;
	position:relative;
}
.searchresult .namehover .tooltips .education{
	padding:11px 0 0;
	border-top:1px solid #e3e2e2;
	margin:10px 0 0;
}
.searchresult .namehover .tooltips .education li{
	float:left;
	margin:0 18px 0 0;
	color:#4a4a4a;
	font:14px Open Sans;
}
.searchresult .namehover .tooltips .uinfo .langu{
	position:absolute;
	left: 14px;
	bottom: -2px;
}
.searchresult .namehover .tooltips .uinfo .langu li{
	float:left;
	margin:0 5px 0 0;
}
.resultcount{
	position:absolute;
	right:30px;
	top:10px;
	top:40px;
	color:#4a4a4a;
	font:14px Open Sans;
}
.lesson-list li .line-to .ico{
	display:block;
	width:16px;
	height:13px;
	position:absolute;
	left: 5px;
	top: 7px;
}
.lesson-list li .line-to .ico.lect{
	background:url(../img/starget.jpg) no-repeat;
}
.lesson-list li .line-to.active .ico.lect{
	background:url(../img/stargeta.jpg) no-repeat;
}
.lesson-list li .line-to .ico.test{
	background:url(../img/testacic.jpg) no-repeat;
	height:18px;
	top:4px;
}
.lesson-list li .line-to.active .ico.test{
	background:url(../img/startarget.jpg) no-repeat;
	top:7px;
}
.lesson-list li.test .line-to{
	background:url(../img/sela.png) no-repeat;
}
.lesson-list li.test{
	background:#F6FEFE;
	border-radius: 3px;
}
.lesson-list li .test{
	position: relative;
}
.lesson-list li .test .testbutton{
	float:left;
	width:150px;
	margin: 0 20px 0 0;
	position:relative;
	min-height:35px;
}
.lect-item .lect_content .lesson-tiles li .gettest{
	display:block;
	width:100px;
	height:20px;
	color: #FFF;
	font: 12px/20px Open Sans;
	text-transform: uppercase;
	text-align: center;
	background: none repeat scroll 0% 0% #1CB9B3;
	margin:25% auto;
	border-radius: 3px;
}
.lect-item .lect_content .lesson-tiles li.test .line-to{
	background:url(../img/tselgor.png) no-repeat;
}
.lect-item .lect_content .lesson-tiles li .line-to .ico{
	display:block;
	width:16px;
	height:13px;
	position:absolute;
	left: 5px;
	top: 7px;	
}
.lect-item .lect_content .lesson-tiles li .line-to .ico.test{
	background:url(../img/testacic.jpg) no-repeat;
	height:18px;
	top:4px;
	left:4px;
}
.lect-item .lect_content .lesson-tiles li .line-to.active .ico.test{
	background:url(../img/startarget.jpg) no-repeat;
	top:4px;
}
.lect-item .lect_content .lesson-tiles li .line-to .ico.lect{
	background:url(../img/starget.jpg) no-repeat;
	height:18px;
}
.lect-item .lect_content .lesson-tiles li .line-to.active .ico.lect{
	background:url(../img/stargeta.jpg) no-repeat;
}
.lect-item .lect_content .lesson-tiles li.test{
	background:#fefad5;
}
.lesson-list li .test .testbutton a{
	display:block;
	width:102px;
	height:24px;
	color:#fff;
	font:12px/24px Open Sans;
	text-transform: uppercase;
	text-align:center;
	background:#1cb9b3;
	top:50%;
	margin-top:-6%;
	left:50%;
	margin-left:-48px;
	position:absolute;
	border-radius: 3px;
}	

.lesson-list li .test .title{
	display:block;
	color:#4a4a4a;
	font: italic 14px Open Sans;
	margin:0 0 2px;
}
.lesson-list li .test .name{
	display:block;
	color:#4a4a4a;
	font: 14px Open Sans;
    margin-left: 170px;
}
.lesson-list li .test .name b{
	color: #e33b3b;
}
/*end search*/

/*registration faster*/
.fastregbox{
	width:216px;
	padding:0 18px;
	/*height:295px;*/
	box-shadow:0 1px 1px rgba(1,1,1,0.44);
	background:#f5f7f9;
        display: inline-block;
        margin-left: 37px;
        padding-bottom: 10px;
}
.fastregbox .h2{
	font:bold 15px Open Sans;
	color:#4a4a4a;
	margin:15px 0 0;
	float:left;
        width: 220px;
}
.fastregbox .item{
	width:100%;
	margin:13px 0 0;
	float:left;
	color:#4a4a4a;
	font:11px Open Sans;
}
.fastregbox .successm{
    font:11px Open Sans;
    color: green;
}
.fastregbox .item .regbtn{
	background:url(/assets/img/regbutton.png) left top no-repeat;
	width:215px;
	height:31px;
	text-align:center;
	color:#4a4a4a;
	font:bold 14px/31px Open Sans;
	display:block;
	text-decoration:none;
        border: none;
        cursor: pointer;
}
.fastregbox .item .regbtn.no-active{
	opacity:0.5;
        cursor: default;
}
.fastregbox .item a{
	color:#015cf3;
	text-decoration:underline;
}
.fastregbox .item input[type="password"],
.fastregbox .item input[type="text"]{
	border:1px solid #ddd;
	background:#fff;
	width:193px;
	padding:0 10px;
	height:26px;
	font:12px Open Sans;
	color:rgba(0,0,0,0.6);
}
.fastregbox .item input[type="password"].error,
.fastregbox .item input[type="text"].error{
    border: 1px solid red;
}
/*checkbox*/
#popup_registration .item input[type="checkbox"],
.fastregbox .item input[type="checkbox"] {
    display:none;
}
#popup_registration .item input[type="checkbox"] + label span,
.fastregbox .item input[type="checkbox"] + label span {
    display:inline-block;
    width:14px;
    height:14px;
    margin:-4px 0px 2px 0px;
    vertical-align:middle;
    background:url(/assets/img/checkbox.png) left top no-repeat;
    cursor:pointer;
}
#popup_registration .item input[type="checkbox"]:checked + label span,
.fastregbox .item input[type="checkbox"]:checked + label span {
    background:url(/assets/img/checkbox.png) -14px top no-repeat;
}
/* end registration faster*/

/*sort result in hr search*/
.searchresult td .sortbox{
	width:11px;
	margin:0 5px 0 0;
	float:right;
}
.searchresult td .sortbox a.active{
	opacity:1;
}
.searchresult td .sortbox a{
	display:block;
	width:11px;
	height:7px;
	float:left;
	opacity:0.4;
}
.searchresult td .sortbox a.top{
	background:url(/assets/img/sorttop.png) no-repeat;
	margin:0 0 4px;
}
.searchresult td .sortbox a.down{
	background:url(/assets/img/sortdown.png) no-repeat;
}
/*end sort result in hr search*/


/*Comments add new layout*/
.commentwrapper{
	width:100%;
	margin:20px 0 0;
}
.commentwrapper p{
    font-family: Open Sans;
}
.commentwrapper .askbox{
	width:100%;
}
.commentwrapper .askbox .header{
	color:#e33b3b;
	font:16px/29px Open Sans;
	height:29px;
	float:left;
	width:180px;
	text-align:center;
	margin:0;
	background:#fff;
}
.commentwrapper .askbox .inner{
	width:100%;
	background:#fff;
	padding:10px 0;
	position:relative;
	float:left;
}
.commentwrapper .asked .askbox .inner,
.commentwrapper .answer .askbox .inner{
    /*width: auto;*/
    width: calc(100% + 26px);
    width: -moz-calc(100% + 26px);
    width: -webkit-calc(100% + 26px);
    width: -o-calc(100% + 26px);     
    margin-left: -13px;
}
.commentwrapper .answer .answer .askbox .inner{
    /*width: 730px;*/
   
}
.commentwrapper .answer .answer .answer .askbox .inner{
    /*width: 690px;*/
}
.commentwrapper .askbox .ico{
	position:absolute;
	left:25px;
	border-radius:100%;
	overflow:hidden;
	top:21px;
	width:22px;
	height:22px;
        border: 2px solid #e7ebef;       
}
.commentwrapper .askbox .inner textarea{
	/*width:675px;*/
        width: calc(100% - 68px);
        width: -moz-calc(100% - 68px);
        width: -webkit-calc(100% - 68px);
        width: -o-calc(100% - 68px);        
	height:57px;
	padding:10px 0 0 50px;
	resize:none;
	outline:none;
	color:rgba(0,0,0,0.4);
	font:16px Open Sans;
	border: none;
	border-top:1px solid #a9a9a9;
	box-shadow:inset 0 1px 2px rgba(0,0,0,0.2);
	margin:0 9px;
}
/*.commentwrapper .answer .askbox .inner textarea{width: 652px;}*/
.commentwrapper .askbox .inner input[type="submit"]{
	float:right;
	/*width:134px;*/
	height:35px;
	cursor:pointer;
	text-align:center;
	color:#fff;
	font:14px Open Sans;
	background:#1cb9b3;
	margin:10px 10px 0 0;
        padding: 1px 10px;
		border: none;
		border-radius: 3px;
}
.commentwrapper .askbox .inner input[type="submit"]:hover{
	background:#56c6c0;
}
.commentwrapper > .item > .item,
.commentwrapper > .item{
	max-width:717px;
        width: calc(100% - 13px);
        width: -moz-calc(100% - 13px);
        width: -webkit-calc(100% - 13px);
        width: -o-calc(100% - 13px);
	float:left;
	margin:15px 0 0;
	padding:0 13px 10px;
	border-bottom:1px solid #d8d6d6;
}
.commentwrapper .item.answer .item.answer{
        /*width:703px;*/
}
.commentwrapper .item.answer .item.answer .item.answer{
        /*width:690px;*/
}
.commentwrapper .item .helpednavi,
.commentwrapper .item .info{
	width:100%;
	float:left;
}
.commentwrapper .item .info .title{
	color:#a49f9f;
	font:12px Open Sans;
	float:left;
}
.commentwrapper .item .info .title b a,
.commentwrapper .item .info .title b{
	color:#1cb9b3;
}
.commentwrapper .item .info .date{
	color:#a49f9f;
	font:12px Open Sans;
	float:right;
}
.commentwrapper .item.asked .content{
	font:20px/22px Open Sans;
	color:#4a4a4a;
	margin:10px 0 15px;
	float:left;
	width:100%;
}

.commentwrapper .item.answer .content{
	font:13px/21px Open Sans;
	color:#4a4a4a;
	margin:10px 0 15px;
	float:left;
	width:100%;
}
.commentwrapper .item.asked .content span,
.commentwrapper .item.answer .content span{font-weight: bold}
.commentwrapper .item .helpednavi .plus{
	float:left;
	padding:0 20px 0 0;
	color:#a49f9f;
	font:12px/16px Open Sans;
	background:url(/assets/img/like_n.png) right top no-repeat;
        cursor: pointer;
}
.commentwrapper .item .helpednavi .minus{
	float:left;
	padding:0 0 0 20px;
	color:#a49f9f;
	font:12px/16px Open Sans;
	background:url(/assets/img/dissl_n.png) left bottom no-repeat;
	margin:0 0 0 15px;
        cursor: pointer;
}
.commentwrapper .item .helpednavi .answer_btn{
	color:#1cb9b3;
	font:14px Open Sans;
	float:left;
	margin:-2px 0 0 18px;
}
.commentwrapper .item.answer .askbox{
	position:relative;
	top:-20px;
	z-index:1;
}
.commentwrapper .item.answer .askbox .header{
	position:relative;
	left:100px;
	width:76px;
	color:#585858;
	font:12px/29px Open Sans;
}
.commentwrapper .item.asked .askbox{
	position:relative;
	top:-20px;
	z-index:1;
}
.commentwrapper .item.asked .askbox .header{
	position:relative;
	left:100px;
	width:76px;
	color:#585858;
	font:12px/29px Open Sans;
}
.commentwrapper .item .item{
	border:none;
}


.black{color:black;}  

/*messages*/
.dialog-list{

}
.dialog-list a{
    color: #1cb9b3;
}
.mask{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid #e7ebef;
    display: block;      
}
.mask.r1{border:1px solid #e7ebef;width: 9px; height: 9px;}
.mask.r2{border:2px solid #e7ebef;width: 18px; height: 18px;}
.mask.r3{border:3px solid #e7ebef;width: 27px; height: 27px;}
.mask.r4{border:4px solid #e7ebef;width: 36px; height: 36px;}
.mask.r5{border:5px solid #e7ebef;width: 45px; height: 45px;}
.mask.r6{border:6px solid #e7ebef;width: 54px; height: 54px;}
.mask.r7{border:7px solid #e7ebef;width: 63px; height: 63px;}
.mask.r8{border:8px solid #e7ebef;width: 72px; height: 72px;}
/*#message-list-send .mask,
.messages-list .mask,
.dialog-list .mask{
    width: 50px;
    height: 50px;
    border-radius: 100%;
    overflow: hidden;
    border: 6px solid #e7ebef;
    display: block;    
}*/
/*.dialog-list tr td+td+td .mask{
    width: 35px;
    height: 35px;   
    border: 4px solid #e7ebef;
}*/
.send_new_message{text-align: right;margin-bottom: 20px;}
.send_new_message a{
    color: #1cb9b3;
    font: bold 16px/20px Open Sans;
}
.message-list td,
.dialog-list td{
    vertical-align: middle;
    padding: 3px;
    /*border: 1px solid red;*/
}
.message-list tr:hover,
.dialog-list tr:hover{
    background: #f5f7f9;
}
.dialog-list tr td:last-child,
.dialog-list tr td:first-child{
    width: 68px;
    text-align: center;
}
.dialog-list tr td+td{
    width: 150px;
}
/*.dialog-list tr td+td+td{
    width: 43px;
}*/
.dialog-list tr td+td+td{
    width: 443px;
    cursor: pointer;
}
.dialog-list tr td+td+td > div:first-child{
    padding-right: 3px;
}
.dialog-list tr td+td+td > div:first-child{
    padding-left: 3px;
}
.dialog-list tr td+td+td > div{
    display: inline-block;
    vertical-align: middle;
    
}
.dialog-list tr td:last-child{
    cursor: default;
}
.message-list tr td:last-child a,
.dialog-list tr td:last-child a{
    /*display: none;*/
    visibility: hidden;
    width: 11px;
    margin: 0 auto;
}
.message-list tr:hover td:last-child a,
.dialog-list tr:hover td:last-child a{
    visibility: visible;
/*display: inline-block;*/

}
.dialog-list,
.dialog-list a{
    /*font-size: 11px;*/
}
#dialog-confirm{display: none;}

.message-list a{
    color: #1cb9b3;
    /*font-size: 15px;*/
}
/*.message-list .mask{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    overflow: hidden;
    border: 4px solid #e7ebef;
    display: block;    
}*/

/*send message*/
#message-send{
    width: 360px;
    margin: 0 auto;
}
#message-send .messagefield > div{
    margin-top: 15px;
}
.message-list{
    max-height: 350px;
    overflow-y: auto;
    display: block;    
}
.message-list tr td:first-child,
.message-list tr td:last-child{
    width: 44px;
    text-align: center;
}
.message-list tr td:nth-child(2){
    width: 530px;
}
#message-send .messagefield label{
    color: #4a4a4a;
    font: 14px Open Sans;
    float: left;
    width: 100%;
    margin: 0 0 3px;    
}
#message-send .messagefield .error{
    color: #f30e0e;
    font: 11px Open Sans;
    margin: 5px 0 0 0;
    margin-bottom: 0px !important;
    float: none !important;    
}
/*#message-send .messagefield div.recipient_select{
    width: 355px;
    height: 28px;
    color: #8d8d8d;
    font: bold 14px Open Sans;
    border: 1px solid #ddd; 
    padding: 0 0 0 5px; 
}*/
#message-send .messagefield .dropdown{
    width: 360px;
    height: 28px;
    color: #8d8d8d;
    font: bold 14px Open Sans;
    border: 1px solid #ddd;
    background: url(../img/maindroparrow.png) right 10px no-repeat;
    float: left;
    padding: 0 0 0 5px;    
    -webkit-appearance: none;
}

#message-send .messagefield .selectlist-list{
    line-height: 25px;
    border: none;
    background: none;
    box-shadow: none;
    -moz-box-shadow: none;
    font: bold 14px/28px Open Sans;
    color: #8d8d8d;    
}
#message-send .messagefield .selectlist-list .selectlist-item{
    padding: 0.2em 2em 0.2em 0.3em;
}
#message-send .messagefield .message textarea{
    width: 354px;
    height: 143px;
    color: #8d8d8d;
    font: bold 14px Open Sans;
    border: 1px solid #ddd;   
    resize: vertical;
}
#message-send .messagefield .sbm input{
    width: 115px;
    height: 35px;
    color: #fff;
    font: 18px Open Sans;
    background: #3366bb;
    cursor: pointer;
    float: left;
    border: none;
    margin: 15px 0 0;    
}

/*message answer form*/
#message-list-send{
    width: 554px;
    margin: 0 auto;
}
#message-list-send .messagefield > div{
    margin-top: 15px;
    float: left;
}
#message-list-send .messagefield label{
    color: #4a4a4a;
    font: 14px Open Sans;
    float: left;
    width: 100%;
    margin: 0 0 3px;    
}
#message-list-send .messagefield .error{
    color: #f30e0e;
    font: 11px Open Sans;
    margin: 5px 0 0 0;
    margin-bottom: 0px !important;
    float: none !important;    
}
#message-list-send .message_ava_from,
#message-list-send .message_ava_to{
    padding: 0 15px;
}
#message-list-send .message_ava_to{
    width: 68px;
}
#message-list-send .message_ava_to .mask{
    float: left;
    margin-bottom: 1px;
    margin-right: 1px;
}
#message-list-send .sbm{
    margin-left: 96px;
}
#message-list-send .messagefield .message textarea{
    width: 354px;
    height: 62px;
    color: #8d8d8d;
    font: bold 14px Open Sans;
    border: 1px solid #ddd;   
    resize: vertical;
}
#message-list-send .messagefield .sbm input{
    width: 115px;
    height: 35px;
    color: #fff;
    font: 18px Open Sans;
    background: #3366bb;
    cursor: pointer;
    float: none;
    border: none;
    /*margin: 15px 0 0;*/
    
}



/*end messages*/

/*adminka test*/
.addAnswer,
.addAnswer:hover,
.removeAnswer,
.removeAnswer:hover,
.removeQuestion,
.removeQuestion:hover,
#addQuestion{
    text-decoration: none;
    color: #1cb9b3;
    /*display: none;*/
    font-size: 24px;
    margin: 0 0 20px 10px;
}
.add_elem{
    text-decoration: none;
    color: #1cb9b3;
    font-size: 22px;
    margin: 6px 27px 0 0;
    position: absolute;
    right: 17px;
    border: 1px solid #d9d9d9;
    text-align: center;
    padding: 1px 7px 2px 7px;    
}
.add_elem:hover{
    text-decoration: none;
}
.addAnswer,
.addAnswer:hover,
.removeAnswer,
.removeAnswer:hover{
    font-size: 20px;
}


.answers{
    margin: 5px 0 0 20px;
}

/*end adminka test*/

/*modal*/
.modal_bg.test .modal_window,
.modal_bg.course .modal_window{
    width: 345px;
    height: 315px;
    border-radius: 5px;
    padding: 25px 0 !important;
}
#mod_circle .mod_content, #mod_circle p {
color: #2E2E2E !important;
font-size: 14px !important;
font-family: 'Open Sans', Verdana, Arial !important;
}
.modal_bg.test .modal_window .i-close,
.modal_bg.course .modal_window .i-close{
    top: 1rem;
    right: 1.5rem;
}
.modal_bg.test .modal_window .mod_header,
.modal_bg.course .modal_window .mod_header{
    padding: 0rem 6rem 1rem 2.5rem;
    height: 33px;
}
.modal_bg.test .modal_window .ok,
.modal_bg.course .modal_window .ok{
    width: 72px;
    height: 25px;
    line-height: 25px;
    
}
.modal_bg.test .modal_window .ok:first-child,
.modal_bg.course .modal_window .ok:first-child{
    margin-right: 25px;
}
.modal_bg.test .modal_window .soc li,
.modal_bg.course .modal_window .soc li{
    background-color: #26babd;
    border-radius: 20px;
    margin-left: 30px;
}
.modal_bg.test .modal_window .soc li:first-child,
.modal_bg.course .modal_window .soc li:first-child{
    margin-left: 0;
    margin-left: 42px;
}
.modal_bg.test .modal_window .soc li a,
.modal_bg.course .modal_window .soc li a{
    background: url(../img/soc_mod.png);
    height: 40px;
}
.modal_bg.test .modal_window .soc li + li a,
.modal_bg.course .modal_window .soc li + li a{
    background-position: 110px;
}
.modal_bg.test .modal_window .soc li + li+ li a,
.modal_bg.course .modal_window .soc li + li+ li a{
    background-position: 225px;
}
.modal_bg.avatar .modal_window{
    top: 50%;
    position: absolute;
    left: 50%;
    margin-left: -375px;
    margin-top: -320px;
}
.modal_bg.confirmRemoveAvatar .modal_window{
    top: 50%;
    position: absolute;
    left: 50%;    
    margin-left: -180px;
    margin-top: -83px;
    padding: 25px 4px 18px;
}
.modal_bg.avatar .mod_header{
    font-family: OpenSansBold;
    font-size: 20px;
    text-align: center;
    padding: 5px 0 19px;
}
.modal_bg.avatar .mod_content{
    padding: 0 18px 4px;
}
.modal_bg.avatar .image-container.target{
    max-height: 428px; 
    max-width: 378px;
    min-height: 165px; 
    min-width: 165px;
}

.modal_bg.avatar #mod_circle p{
    color: #363636 !important;
    line-height: 18px;
}
.modal_bg.confirmRemoveAvatar .mod_header{
    display: none;
}
.modal_bg.confirmRemoveAvatar #mod_circle p{
    color: #272a34 !important;
    font-size: 16px !important;
    padding: 5px 0;
}
.modal_bg.avatar .left_column{
    width: 428px;
    height: 380px;
    display: table-cell;
    text-align: left;
    padding-top: 7px;
    text-align: center;
    vertical-align: middle;
}
.modal_bg.avatar .left_column .add_photo{
    text-align: left;
    margin-left: 64px;
}
.modal_bg.avatar .left_column .add_photo label{
    font-size: 18px;
}
.modal_bg.avatar #mod_circle .right_column{
    width: 216px;
    display: table-cell;
    text-align: left;
    vertical-align: top;
    font-size: 12px !important;
    padding-top: 7px; 
    /*padding-left: 10px;*/
}
.modal_bg.avatar #mod_circle .right_column p.red{
    color: #e33b3b !important;
    font-size: 12px !important;
    line-height: 16px;
/*    padding-top: 59px;*/
    padding-top: 34px;
    padding-bottom: 27px;
}
.modal_bg.avatar #mod_circle .right_column a{
    line-height: 16px;
}
.modal_bg.avatar #mod_circle .bottom_block button:first-child{
    margin-right: 50px;
}
.modal_bg.confirmRemoveAvatar #mod_circle .bottom_block button:first-child{
    margin-right: 25px;
}
.modal_bg.avatar #mod_circle .bottom_block button{
    font-family: OpenSans-Semibold;
    background: #405c86;
    font-size: 12px;
    margin: 25px 0 0;
    padding: 7px 21px;
}
.modal_bg.confirmRemoveAvatar .bottom_block{
    text-align: center;
    padding-bottom: 12px;
}
.modal_bg.confirmRemoveAvatar .bottom_block button{
    font-family: OpenSans-Semibold;
    background: #405c86;
    font-size: 12px;
    margin: 0;
    padding: 7px 21px;    
    width: 97px;
}
