/*------------------------------------------------------------------
[Table of contents]

 - Global
 - Header
 - Footer
 - Components
 - Sections
 - Sliders


-------------------------------------------------------------------*/


/* ======= GLOBAL ======= */
body {
    font-family: Roboto,  Arial, sans-serif;
    color: #222;
}

::-moz-selection { background: #e84c3d;  color:#fff !important;  }
::selection { background: #e84c3d ; color:#fff !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	font-size: 12px;
	color: #aaa;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
	font-size: 12px;
	color: #aaa;
}

img.pull-right {
	margin-left: 20px;
}
img.pull-left {
	margin-right: 20px;
}


#wrapper {
	max-width: 1920px;
	margin: auto;
}


/* ======= BASIC ELEMENTS ======= */


.wrap-title-page {
	position: relative;
	padding-top: 40px;
	padding-bottom: 70px;
	background-color: #2d3e50;
}
.wrap-title-page:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../media/backgrounds/title-bg.jpg') 50% 0 no-repeat;
	opacity: 0.15;
	content: '';
}
.ui-title-page {
	font-family: Roboto , arial ;
	font-size: 28px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.ui-title-block {
	margin-top: 0;
	font-size: 26px;
	font-weight: 300;
	color: #333;
}
.ui-title-block_mod-a {
	margin-top: 12px;
	font-size: 28px;
	font-weight: 400;
	line-height: 1.45;
	text-align: center;
}
.ui-title-block_mod-b {
	color: #fff;
}
.ui-title-block_mod-c {
	font-size: 30px;
	font-weight: 400;
}
.ui-title-block_mod-d {
	font-size: 30px;
}
.ui-title-block_mod-e {
	margin-bottom: 0;
}
.w-filter.ui-title-block strong {
 font-weight: 700;
 padding-right: 20px;
 margin-right: 10px;
}
.w-filter.ui-title-block strong {
	font-weight: 700;
	padding-right: 20px;
	border-right: 2px solid #ccc;
	margin-right: 10px;
}

.ui-subtitle-block {
	font-size: 16px;
	color: #777;
}
.ui-subtitle-block_mod-a {
	margin-top: 15px;
	margin-bottom: 37px;
	text-align: center;
}
.ui-subtitle-block_mod-b {
	margin-top: 5px;
	margin-bottom: 75px;
}
.ui-subtitle-block_mod-c {
	margin-top: 25px;
}
.ui-subtitle-block_mod-d {
	color: #fff;
}
.ui-subtitle-block_w-line {
	position: relative;
	display: inline-block;
	padding-right: 12px;
}
.ui-subtitle-block_w-line:after {
	position: absolute;
	top: 17px;
	left: 100%;
	display: block;
	width: 1000px;
	border-bottom: 1px solid #ddd;
	content: '';
}
.wrap-subtitle {
	overflow: hidden;
}

.ui-title-inner {
	  font-family: Roboto , arial  , arial;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 1.6;
	  color: #222;
	  text-transform: uppercase;
	  margin-top: 5px;
}
.title-w-icon {
	margin-bottom: 43px;
}
.title-w-icon .icon {
	display: inline-block;
	margin-right: 12px;
	font-size: 32px;
	color: #02BAD4;
	vertical-align: text-top;
}
.title-w-icon .ui-title-inner {
	display: inline-block;
	margin-top: 0;
}
.title-w-icon .ui-title-inner:after {
	display: block;
	width: 30px;
	margin-top: 10px;
	border-top: 1px solid #ddd;
	content: '';
}

.wrap-title {
	position: relative;
	max-width: 650px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.wrap-title:before,
.wrap-title:after {
	position: absolute;
	left: 50%;
	content: '';
}
.wrap-title:before {
	bottom: -25px;
	width: 300px;
	margin-left: -150px;
	border-top: 1px solid #eee;
}
.wrap-title:after {
	bottom: -30px;
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
}
.wrap-title_mod-a:before,
.wrap-title_mod-a:after {
	border-color: #9199a1;
}
.wrap-title_mod-a:after {
	background-color: #364a5f;
}
.wrap-title_mod-b {
	margin-bottom: 60px;
}

/*.btn-effect {
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.btn-effect:after {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 50%;
	opacity: 0;
	z-index: -1;
	content: '';
	transition: all 0.3s ease 0s;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.btn-effect:hover:after {
	height: 350%;
	opacity: 1;
}*/

.decor:after {
	display: block;
	width: 30px;
	margin-top: 15px;
	margin-bottom: 20px;
	border-top: 1px solid #ddd;
	content: '';
}
.ui-title-inner.decor.decor_mod-a:after{
	margin: 10px auto 25px;
}
.decor_mod-a:after {
	    margin-top: 10px;
	    margin-bottom: 15px;
}
.widget-title.ui-title-inner.decor.decor_mod-a:after{
     margin-top: 10px;
     margin-bottom: 15px;
     margin-left: 0;
}
.decor_mod-b:after {
	margin-top: 10px;
	margin-bottom: 10px;
}
.decor_mod-c:after {
	margin-top: 10px;
	margin-bottom: 15px;
	border-color: rgba(238, 238, 238, 0.3);
}
.decor_mod-d:after {
	margin: 14px auto -10px;
}

.border-decor_top {
	border-top: 5px solid #ddd;
}
.border-decor_bottom {
	border-bottom: 5px solid #ddd;
}
.border-decor_bottom .section-default{background:#FFF;padding-bottom: 20px;}
.box-boardrank .section-default{background:#FFF;padding-bottom: 0px;}
.decor-2 {
	position: relative;
}
.decor-2:before {
	bottom: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #eee;
}
.decor-2:before,
.decor-2:after {
	position: absolute;
	content: '';
}
.decor-2:after {
	bottom: -5px;
	left: 50%;
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -6px;
	border: 1px solid #ddd;
	border-radius: 50%;
	background-color: #fff;
	z-index: 100;
}
.decor-2_mod-a {
	bottom: 0;
}

.br {
	display: block;
}


.helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}


.rtd p + p {
	margin-top: 27px;
}


/* ======= HEADER ======= */

.top-header {
	padding-top: 13px;
	padding-bottom: 13px;
	font-size: 12px;
	color: #626262;
  border-bottom: 1px solid #ededed;
 background: #f1f1f1;
}
.top-header a {
	color: #626262;
}
.top-header a:hover {
	color: #e84c3d;
}
.top-header__contacts {
	display: inline-block;
	padding-right: 10px;
	padding-left: 10px;
	border-left: 1px solid #777;
}
.top-header__contacts:first-child {
	padding-left: 0;
	border-left: none;
}
.top-header .icon {
	display: inline-block;
	margin-top: -2px;
	padding-right: 5px;
	font-size: 14px;
	vertical-align: middle;;
}
.top-header__link {
	display: inline-block;
}
.btn-header {
	margin-right: 12px;
	margin-left: 20px;
	padding: 6px 8px;
	font-family: Roboto , arial ;
	font-size: 9px;
	line-height: 1;
	border: none;
	transition: all 0.3s;
}
.btn-header:hover {
	color: #000;
}

.header-login {
	line-height:36px;
	float: right;
}
.header-login__item {
	padding-left: 13px;
}
.header-login__item:first-child {
	padding-right: 13px;
	/* border-right: 1px solid #777; */
}
.header-inner {
	float: right;
	padding-top: 28px;
	text-align: right;
	position:relative;
}


.header-logo span{
	color: #F44336;
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
}
header a.header-logo {
	position: relative;
	float: left;
	z-index: 100;
	text-decoration: none;
}
.header-logo__img {
	margin-top: 10px;
	margin-bottom: 10px;
}
.header-cart {
    position: relative;
    display: inline-block;
    margin-top: -5px;
    float: right;
    vertical-align: middle;
    z-index: 100;
}
.search-global {
	position: relative;
	display: inline-block;
	margin-top: -10px;
	vertical-align: middle;
	z-index: 100;
}
.search-global:hover .search-global__input,
.search-global__input:focus {
	width: 100px;
	padding-right: 10px;
	padding-left: 10px;
	opacity: 1;
}
.search-global__input {
	width: 0;
	height: 36px;
	margin-top: 1px;
	padding-top: 9px;
	padding-bottom: 9px;
	line-height: 1;
	vertical-align: top;
	border: none;
	border: 1px solid #ccc;
	outline-style: none;
	opacity: 0;
	transition: all 0.3s;
}
.search-global__btn {
	margin-left: -3px;
	padding-right: 0;
	padding-left: 0;
	vertical-align: bottom;
	border: none;
	background-color: transparent;
}
.search-global__btn .icon,
.header-cart .icon {
	display: inline-block;
	width: 36px;
	height: 36px;
	padding-top: 8px;
	font-size: 16px;
	color: #333;
	vertical-align: top;
	border: 1px solid #ccc;
	text-align: center;
}



/* ======= FOOTER ======= */

.footer {
	color: #333;
	background-color: #eee;
	border-top: 1px solid #ccc;
}
.footer-inner {
	padding-top: 48px;
	padding-bottom: 53px;
}

.footer-title {
	margin-top: 0;
	padding-top: 30px;
	font-family: Roboto , arial ;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
}
.footer-title:after {
	display: block;
	width: 30px;
	margin-top: 18px;
	margin-bottom: 42px;
	border-top: 1px solid #666;
	content: '';
}
.footer-logo {
	padding-top: 7px;
}
.footer-info {
	margin-top: 26px;
	margin-bottom: 22px;
	line-height: 1.69;
}
.footer-contacts {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #333;
	overflow: hidden;
}
.footer-contacts:last-child {
	border-bottom: none;
}
.footer-contacts__inner {
	display: block;
	margin-left: 26px;
	color: #aaa;
}
.footer-contacts .icon {
	float: left;
	margin-top: 4px;
	font-size: 14px;
}
.footer-list {
	padding-left: 16px;
}
.footer-list__item {
	margin-bottom: 11px;
	text-indent: -19px;
}
.footer-list__link {
	color: #aaa;
}
.footer-list__link:hover {
	text-decoration: none;
}
.footer-list__link:before {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-right: 10px;
	border: 2px solid #ddd;
	border-radius: 50%;
	content: '';
}
.tweets {
	margin-bottom: 18px;
	padding-bottom: 21px;
	border-bottom: 1px solid #333;
}

.tweets__time {
	display: block;
	margin-top: 9px;
	font-family: Roboto , arial ;
	font-size: 10px;
	color: #fff;
	text-transform: uppercase;
}
.tweets__link {
	font-family: Roboto , arial ;
	font-size: 12px;
	color: #3b99d7;
}
.tweets__link:hover {
	color: #3b99d7;
}
.footer-bottom {
	padding-top: 40px;
	padding-bottom: 40px;
	/* border-top: 1px solid #333; */
}
.copyright {
	float: left;
}
.copyright a,
.copyright a:hover {
	color: #02BAD4;
}
.footer .social-links {
	float: right;
}
.footer .form-control {
	margin-bottom: 8px;
	padding-top: 13px;
	padding-bottom: 12px;
	border-color: #333;
	background-color: #222;
}
.footer .btn {
	margin-top: 22px;
	padding: 15px 17px;
	font-size: 10px;
}



/* ======= COMPONENTS ======= */


.list-mark {
	margin-top: 30px;
	margin-bottom: 30px;
	padding-left: 0;
	list-style-type: none;
}
.list-mark li {
	margin-bottom: 13px;
	line-height: 1.4;
}
.list-mark li:before {
	margin-right: 11px;
	font: normal normal normal 16px/1 FontAwesome;
	content: '\f0a9';
}


.social-links {
	margin-bottom: 0;
}
.social-links li {
	display: inline-block;
}

.social-links .icon {
	padding-right: 8px;
	padding-left: 9px;
	font-size: 16px;
	color: #666;
	transition: all 0.3s;
}
.social-links .icon:hover {
	color: #f6c640;
	text-decoration: none;
}


.find-course {
	background-color: #f6c640;
	overflow: hidden;
	height: 300px;
}
.find-course_mod-b {
	margin-top: -20px;
}
.find-course__title {
	margin-top: 0;
	margin-bottom: 0;
	padding: 20px;
	font-family: Roboto , arial ;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	/*border-bottom: 1px solid rgba(0,0,0,0.1);*/
	/*box-shadow: 0 1px 0 0 rgba(255,255,255,0.15);*/
}
.find-course_mod-a .icon {
	margin-right: 15px;
	font-size: 22px;
}
.find-course .icon {
	display: inline-block;
	vertical-align: middle;
}
.find-course_mod-b .icon {
	margin-right: 30px;
	font-size: 30px;
	color: #fff;
}
.find-course_mod-b .find-course__form {
	display: inline-block;
	vertical-align: middle;
}

.find-course .form-group {
	position: relative;
}
.find-course_mod-a .form-group {
	margin-bottom: 0;
	padding: 0 15px;
}
.find-course_mod-b .form-group {
	display: inline-block;
	margin-bottom: 0;
	padding: 40px 40px 40px 50px;
}
.find-course .form-group:after {
	position: absolute;
	display: block;
	border-style: solid;
	border-color: transparent;
	content: '';
}
.find-course_mod-a .form-group:after {
	bottom: -33px;
	left: 50%;
	margin-left: -180px;
	border-top-width: 30px;
	border-right-width: 180px;
	border-left-width: 180px;
}
.find-course_mod-b .form-group:after {
	top: 0;
	right: -43px;
	border-top-width: 65px;
	border-bottom-width: 65px;
	border-left-width: 40px;
}
.find-course__info {
	margin-top: 28px;
	font-size: 16px;
	color: rgba(255, 255, 255, 0.7);
	text-align: center;
}
.find-course_mod-a .find-course__wrap-btn {
	padding-top: 27px;
	padding-bottom: 28px;
	text-align: center;
}
.find-course_mod-b .find-course__wrap-btn {
	display: inline-block;
	margin-left: 85px;
}
.find-course .form-control,
.find-course .jelect {
	margin-bottom: 12px;
}
.find-course_mod-b .form-control,
.find-course_mod-b .jelect {
	display: inline-block;
}
.find-course_mod-b .form-control {
	width: 420px;
	margin-right: 17px;
	margin-bottom: 0;
}
.find-course_mod-b .jelect {
	width: 240px;
	margin-bottom: 0;
}
.find-course .btn {
	padding: 22px 36px 20px;
	text-transform: uppercase;
	font-size: 16px;
	border-bottom-width: 4px;
	border-bottom-color: #b73633;
}


.advantages_mod-a {
	margin-left: -50px;
}
.advantages_mod-b {
	margin-top: 95px;
}
.advantages__item {
	display: inline-block;
	margin-right: -3px;
	margin-bottom: 32px;
	vertical-align: top;
	overflow: hidden;
}
.advantages_mod-b .advantages__item {
	width: 25%;
	margin-right: -3px;
	padding-right: 40px;
	padding-left: 20px;
}
.advantages__item:nth-child(1) .icon {
	color: #3b99d7;
}
.advantages_mod-a .advantages__item:nth-child(2) .icon {
	color: #ad33c5;
}
.advantages__item:nth-child(3) .icon {
	color: #92d438;
}
.advantages_mod-a .advantages__item:nth-child(4) .icon {
	color: #f6c53f;
}
.advantages_mod-b .advantages__item:nth-child(2) .icon {
	color: #f6c53f;
}
.advantages_mod-b .advantages__item:nth-child(4) .icon {
	color: #ad33c5;
}
.advantages__icon {
	float: left;
	font-size: 34px;
}
.advantages_mod-a .advantages__inner {
	margin-left: 50px;
}
.advantages_mod-b .advantages__info {
	overflow: hidden;
}
.advantages_mod-b .ui-title-inner {
	margin-left: 50px;
}
.advantages_mod-c {
	margin-right: -13px;
	margin-left: -14px;
	text-align: center;
}
.advantages_mod-c li.advantages__item {
	width: 260px;
	margin-right: 13px;
	margin-left: 14px;
	padding-top: 26px;
	padding-bottom: 33px;
	padding-left: 0;
	background-color: #fff;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}
.advantages_mod-c .advantages__item:hover {
	background-color: #3b99d7;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.advantages_mod-c .advantages__item:hover .advantages__title,
.advantages_mod-c .advantages__item:hover:nth-child(1) .icon,
.advantages_mod-c .advantages__item:hover:nth-child(2) .icon,
.advantages_mod-c .advantages__item:hover:nth-child(3) .icon,
.advantages_mod-c .advantages__item:hover:nth-child(4) .icon,
.advantages_mod-c .decor:after {
	color: #fff;
}
.advantages_mod-c .advantages__icon {
	display: block;
	float: none;
	margin-top: 12px;
	line-height: 1;
	transition: all 0.3s;
}
.advantages_mod-c .advantages__title {
	transition: all 0.3s;
}
.advantages_mod-c .advantages__item:nth-child(1) .icon {
	color: #f6c640;
}
.advantages_mod-c .advantages__item:nth-child(2) .icon {
	color: #3b99d7;
}
.advantages_mod-c .advantages__item:nth-child(4) .icon {
	color: #ad33c5;
}
.advantages_mod-c .decor:after {
	margin-top: 24px;
	margin-right: auto;
	margin-left: auto;
}
li.advantages__item {
	width: 50%;
	padding-left: 50px;
}



.list-progress {
	padding-right: 50px;
	padding-left: 50px;
	color: #fff;
}
.list-progress__item {
	display: inline-block;
	width: 25%;
	margin-right: -3px;
	padding-left: 60px;
	vertical-align: top;
}
.list-progress__item:nth-child(1) .icon {
	color: #fff;
}
.list-progress__item:nth-child(2) .icon {
	color: #fff;
}
.list-progress__item:nth-child(3) .icon {
	color: #fff;
}
.list-progress__item:nth-child(4) .icon {
	color: #fff;
}
.list-progress__name {
	font-family: Roboto , arial ;
	font-weight: 700;
}
.list-progress .percent {
	font-size: 38px;
}
.list-progress .chart {
	font-weight: normal;
}
.list-progress .icon {
	margin-right: 20px;
	margin-left: -60px;
	font-size: 40px;
}
.list-progress .label-chart {
	display: block;
}

.subscribe {
	padding-top: 32px;
	padding-bottom: 31px;
}
.subscribe__title {
	margin-bottom: 0;
	font-family: Roboto , arial ;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
}
.subscribe__description {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
}
.subscribe__icon-wrap {
	float: left;
}
.subscribe .icon {
	margin-left: -22px;
	font-size: 42px;
	color: #fff;
	vertical-align: middle;
}
.subscribe .icon_bg {
	font-size: 96px;
	color: rgba(255, 255, 255, 0.1);
	vertical-align: middle;
}
.subscribe__inner {
	margin-top: 30px;
	margin-left: 133px;
}
.subscribe__form {
	position: relative;
	margin-top: 28px;
	margin-right: 40px;
}
.subscribe__input {
	padding-right: 160px;
}
.subscribe__btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 140px;
	padding: 16px 34px;
 bottom:0;
 margin:1px;
 border-radius:0;
 background-color:#0292a7;
}
.subscribe__btn:hover,
.subscribe__btn:focus,
.subscribe__btn:active{
 background-color:#118292
}

.accordion .panel-heading .btn-collapse {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	height: 100%;
	padding-top: 7px;
}
.accordion .panel .icon {
	float: right;
	width: 45px;
	font-size: 20px;
	font-weight: 300;
	background-color: transparent;
	text-align: center;
}
.accordion .panel-heading .collapsed .btn-collapse {
	background-color: transparent;
}
.accordion .btn-collapse .icon:before {
	font-family: Roboto , arial ;
	font-style: normal;
	content: '-';
}
.accordion .btn-collapse.collapsed .icon:before {
	font-family: Roboto , arial ;
	font-style: normal;
	content: '+';
}
.accordion .panel-title.panel-passive {
	color: #222;
}


.list-clients {
	margin-top: 50px;
}
.list-clients_mod-a {
	margin-bottom: 0;
	padding-bottom: 70px;
	border-bottom: 1px solid #333;
}
.list-clients__item {
	float: left;
	width: 20%;
	padding-right: 10px;
	padding-left: 15px;
}
.list-clients__item img {
	border-bottom-width: 4px;
	border-bottom-style: solid;
}
.list-clients__item:nth-child(1) img {
	border-bottom-color: #92d438;
}
.list-clients__item:nth-child(2) img {
	border-bottom-color: #3b99d7;
}
.list-clients__item:nth-child(3) img {
	border-bottom-color: #e84c3d;
}
.list-clients__item:nth-child(4) img {
	border-bottom-color: #ad33c5;
}
.list-clients__item:nth-child(5) img {
	border-bottom-color: #26cbbd;
}
.list-clients__description {
	max-width: 700px;
	margin: 50px auto 0;
	margin-top: 50px;
	font-size: 12px;
	line-height: 1.83;
	text-transform: uppercase;;
}


.rating {
	padding-left: 0;
	list-style-type: none;
}
.rating li {
	display: inline-block;
}
.rating .icon {
	font-size: 14px;
	color: #f6c640;
}


.categories-tabs {
	margin-top: 107px;
}
.categories-tabs__title {
	padding-top: 9px;
	font-family: Roboto , arial ;
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.categories-tabs__number {
	font-family: 'Open Sans';
	font-size: 11px;
	color: #ccc;
	text-transform: uppercase;
}
.categories-tabs__number:after {
	display: block;
	width: 30px;
	margin-top: 25px;
	border-bottom: 1px solid rgba(221, 221, 221, 0.5);
	content: '';
}
.categories-tabs__description {
	margin-top: 32px;
}
.categories-tabs__description p {
	margin-bottom: 27px;
}
.categories-tabs .nav {
	float: right;
	width: 50%;
}
.categories-tabs .nav li {
	margin-right: 30px;
	margin-bottom: 30px;
	vertical-align: middle;
	border-width: 7px;
	border-style: solid;
	transition: all 0.3s;
	text-align: center;
}
.categories-tabs .nav li:nth-child(1) {
	border-color: #3b99d7;
	background-color: #3b99d7;
}
.categories-tabs .nav li:nth-child(2) {
	border-color: #26cbbd;
	background-color: #26cbbd;
}
.categories-tabs .nav li:nth-child(3) {
	border-color: #ad33c5;
	background-color: #ad33c5;
}
.categories-tabs .nav li:nth-child(4) {
	border-color: #f6c640;
	background-color: #f6c640;
}
.categories-tabs .nav li:nth-child(5) {
	border-color: #92d438;
	background-color: #92d438;
}
.categories-tabs .nav li:nth-child(6) {
	border-color: #fd5f42;
	background-color: #fd5f42;
}
.categories-tabs .nav li:hover,
.categories-tabs .nav li.active {
	background-color: transparent;
}
.categories-tabs .nav li:hover .nav__name,
.categories-tabs .nav li.active .nav__name {
	display: none;
}
.categories-tabs .nav li:hover .icon,
.categories-tabs .nav li.active .icon {
	font-size: 44px;
}
.categories-tabs .nav li > a {
	display: block;
	width: 146px;
	height: 146px;
	font-family: Roboto , arial ;
	font-weight: 700;
	color: #fff;;
}
.categories-tabs .nav .icon {
	display: block;
	font-size: 34px;
}
.categories-tabs .nav__inner {
	display: inline-block;
	max-width: 97%;
	vertical-align: middle;
}
.categories-tabs .nav__name {
	display: block;
	margin-top: 12px;
	line-height: 1.2;
	text-transform: uppercase;
}
.categories-tabs .tab-content {
	margin-right: 50%;
	padding-right: 70px;
}
.categories-tabs .tab-content .btn {
	margin-top: 20px;
	padding: 13px 19px;
	font-size: 10px;
}

.billboard-rank .staff{
 width: auto;
}
.billboard-rank .staff .staff__inner{
position:relative;
}
.billboard-rank .staff .staff__inner .count-r{
position: absolute;
    width: 38px;
    height: 30px;
    background-color: rgba(232,76,61,.9);
    border-radius: 0;
    top: -37px;
    left: -1px;
    line-height: 28px;
    color: #FFF;
    font-size: 1.5rem;
    font-weight: 500;
    border-right: 1px solid rgba(0,0,0,.1);
    border-top: 1px solid rgba(0,0,0,.1);
    border-bottom: 1px solid rgba(0,0,0,.1);
}
.tab-content > .tab-pane.billboard-rank {
	padding-bottom:0;
}

.staff {
	display: inline-block;
	width: 262px;
	margin-right: 14px;
	margin-bottom: 50px;
	margin-left: 13px;
	cursor: default;
	transition: all 0.3s;
	text-align: center;
}
.staff:hover {
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
}
.staff__media {
	position: relative;
}
.staff__hover {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0;
	content: '';
	transition: all 0.3s;
}
.staff:hover .staff__hover {
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 1;
}
.staff__inner {
	/* margin-top: 2px; */
	padding: 20px 10px 0;
	border-top: 2px solid #02BAD4;
	background-color: #fff;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
.staff__inner_mod-a {
	background-color: #f7f7f7;
}
.staff__inner_mod-a:hover {
	background-color: #fff;
}
.staff__title {
	margin-top: 0;
	font-family: Roboto , arial ;
	font-size: 14px;
	font-weight: 700;
	color: #333;
}
.staff__categories {
	margin-top: 10px;
	font-family: 'Open Sans';
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
}
.staff__categories a {
	color: #3a99d7;
	white-space: nowrap;
}
.staff__categories a:hover {
	color: #3a99d7;
}
.staff__categories:after {
	display: block;
	width: 30px;
	margin: 25px auto;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	content: '';
}
.staff__description {
	margin-bottom: 30px;
}
.staff .social-links li > a {
	display: block;
	padding-bottom: 25px;
	color: #ddd;
	border-bottom: solid 4px transparent;
}
.staff .social-links li > a:hover {
	text-decoration: none;
}
.staff .btn {
	margin-top: 104px;
	padding: 13px 14px;
	font-size: 10px;
}


.list-pricing {
	margin-top: 95px;
	padding-bottom: 37px;
	text-align: center;
}
.list-pricing .icon {
	font-size: 30px;
}
.list-pricing__item {
	display: inline-block;
	width: 300px;
	margin-right: 16px;
	margin-left: 16px;
	padding: 55px 0 0;
	color: #fff;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.list-pricing__item:nth-child(1) {
	background-color: #92d438;
}
.list-pricing__item:nth-child(2) {
	background-color: #fd5f42;
}
.list-pricing__item:nth-child(3) {
	background-color: #ad33c5;
}
.list-pricing__item:nth-child(1) .list-pricing__link {
	border-bottom-color: #92d438;
}
.list-pricing__item:nth-child(2) .list-pricing__link {
	border-bottom-color: #fd5f42;
}
.list-pricing__item:nth-child(3) .list-pricing__link {
	border-bottom-color: #ad33c5;
}
.list-pricing__item:last-child {
	margin-right: 0;
}
.list-pricing__name {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 22px;
}
.list-pricing__currency {
	display: inline-block;
	font-size: 20px;
	font-weight: 300;
	vertical-align: top;
}
.list-pricing__value {
	display: inline-block;
	font-size: 50px;
	font-weight: 900;
	line-height: 1;
	vertical-align: top;
}
.list-pricing__month {
	display: block;
	margin-bottom: 57px;
	font-size: 12px;
	line-height: 1;
}
.list-pricing__inner {
	margin-bottom: 1px;
	padding-top: 40px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	background-color: #fff;
}
.list-pricing__description {
	margin-bottom: 34px;
	padding-right: 10px;
	padding-left: 10px;
	font-size: 12px;
	line-height: 2.5;
	color: #777;
	text-transform: uppercase;
}
.list-pricing__link {
	display: inline-block;
	padding: 0 25px 20px;
	font-family: Roboto , arial ;
	font-size: 12px;
	font-weight: 700;
	color: #444;
	border-bottom-width: 3px;
	border-bottom-style: solid;
}
.list-pricing__link:before {
	display: block;
	width: 30px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
	border-top: 1px solid #ddd;
	content: '';
}


.gallery {
	margin-right: -15px;
	margin-left: -15px;
}
.gallery__item {
	margin-bottom: 20px;
	padding-right: 15px;
	padding-left: 15px;
}


.title-list {
	font-size: 14px;
	font-weight: 300;
	color: #888;
	text-align: center;
}
.title-list__number {
	padding-right: 3px;
	padding-left: 3px;
	font-weight: 400;
	color: #02BAD4;
}


.wrap-breadcrumb {
	margin-top: 1px;
	margin-bottom: 0;
	padding: 10px 20px 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background-color: #fff;
	list-style: none;
}


.sorting {
	float: right;
}
.sorting .select {
	display: inline-block;
	width: auto;
	margin-left: 5px;
	padding: 0 10px;
	background-color: transparent;
	text-align: right;
}


.list-information {
	margin-bottom: 30px;
	padding-top: 12px;
	border-right: 1px solid #eee;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
}
.list-information__item {
	margin-right: 30px;
	margin-left: 30px;
	padding: 23px 0 13px;
	border-top: 1px solid #eee;
	overflow: hidden;
}
.list-information__item.pad-top10{
 padding-top:10px;
}
.list-information__item:first-child {
	border-top: none;
}
.list-information__item:last-child,
.full-exam-list .sidebar .widget.with-result .list-information__item:last-child {
	margin-top: 16px;
	margin-right: 0;
	margin-left: 0;
	padding-top: 19px;
	padding-right: 30px;
	padding-bottom: 18px;
	padding-left: 30px;
	font-family: Roboto , arial;
	background-color: #02BAD4;
}
.list-information__item .icon {
	margin-right: 14px;
	font-size: 18px;
	line-height: 1;
	color: #4BAF4F;
	vertical-align: text-bottom;
}
.list-information__title {
	padding-right: 5px;
	color: #555;
}
.list-information__description {
	float: right;
	margin-top: 4px;
	font-weight: 700;
	line-height: 1;
	color: #222;
}
.list-information__item:last-child .list-information__description,
.list-information__item:last-child .icon,
.list-information__item:last-child .list-information__title,
.full-exam-list .sidebar .widget.with-result .list-information__item:last-child .list-information__title,
.full-exam-list .sidebar .widget.with-result .list-information__item:last-child .icon,
.full-exam-list .sidebar .widget.with-result .list-information__item:last-child .list-information__description{
	color: #fff;
}
.list-information__item:last-child .list-information__description {
	margin-top: 0;
}
.list-information__number {
	font-size: 20px;
	font-weight: 400;
}


.video-link {
	display: block;
	color: #fff;
	text-align: center;
 position: relative;
}
.video-link__inner {
	position: absolute;
	top: 40%;
	width: 100%;;
}
.video-link__title {
	font-family: Roboto , arial ;
	font-size: 15px;
	text-transform: uppercase;
}
.video-link .icon {
	display: block;
	margin-bottom: 18px;
	font-size: 48px;
}


.course-details {
	margin-bottom: 30px;
}
.course-details img {
	margin-bottom: 58px;
}
.course-details .list-mark {
	margin-left: 24px;
}
.course-details__title {
	margin-top: 7px;
	margin-bottom: 3px;
	font-family: Roboto , arial ;
	font-size: 22px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.course-details__subtitle {
	margin-bottom: 40px;
	font-size: 16px;
	color: #777;
}
.course-details__title-inner {
	margin-top: 44px;
	font-family: Roboto , arial ;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.course-details__title-accordion {
	margin-top: 43px;
	font-family: Roboto , arial ;
	font-size: 14px;
	color: #777;
	text-transform: uppercase;
}


.about {
	padding-top: 10px;
	padding-bottom: 60px;
}
.about img {
	margin-bottom: 35px;
}
.about__title {
	margin-top: 0;
	margin-bottom: 27px;
	font-family: Roboto , arial ;
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	color: #222;
	text-transform: uppercase;
}
.about__title-inner {
	margin-top: 38px;
	margin-bottom: 36px;
	color: #222;
}
.about__title strong {
	display: block;
	margin-top: 10px;
	font-family: Roboto;
	font-size: 44px;
	font-weight: 900;
}
.about__title-inner strong {
	display: block;
	font-size: 34px;
	font-weight: 400;
}


.support {
	display: block;
	max-width: 330px;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
	color: #fff;
}
.support:hover {
	text-decoration: none;
}
.support__title {
	padding: 21px 5px;
	font-family: Roboto , arial ;
	font-size: 13px;
	font-weight: 700;
	background-color: #92d438;
	text-align: center;
	text-transform: uppercase;
}
.support__title .icon {
	margin-right: 13px;
	font-size: 30px;
	vertical-align: middle;
}


.form-contact {
	margin-top: 45px;
	padding-bottom: 88px;
}
.form-contact .btn {
	padding: 14px 28px 13px;
	font-size: 11px;
}


.list-social {
	margin-top: 30px;
	margin-bottom: 0;
}
.list-social > li > a {
	display: block;
	width: 28px;
	height: 28px;
	font-size: 14px;
	color: #fff;
	border-radius: 50%;
	text-align: center;
}
.list-social > li:nth-child(1) > a {
	background-color: #4d67a3;
}
.list-social > li:nth-child(2) > a {
	background-color: #25a7df;
}
.list-social > li:nth-child(3) > a {
	background-color: #d74936;
}
.list-social > li:nth-child(4) > a {
	background-color: #0070b1;
}
.list-social > li:nth-child(5) > a {
	background-color: #ff8e2e;
}
.list-social > li:nth-child(6) > a {
	background-color: #3ea6e7;
}
.list-social > li:nth-child(7) > a {
	background-color: #34ae22;
}
.list-social > li:nth-child(8) > a {
	background-color: #cc171e;
}
.list-social > li > a > .icon {
	vertical-align: middle;
}


.list-contacts {
	margin-top: 30px;
	border-bottom: 1px solid #eee;
}
.list-contacts__item {
	padding-top: 23px;
	padding-bottom: 19px;
	padding-left: 13px;
	border-top: 1px solid #eee;
}
.list-contacts__item .icon {
	float: left;
	font-size: 16px;
	color: #ac33c5;
}
.list-contacts__inner {
	margin-left: 35px;
}
.list-contacts__title {
	font-family: Roboto , arial ;
	font-size: 12px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}
.list-contacts__info {
	font-size: 14px;
	color: #777;
}


.list-collapse {
	margin-top: 23px;
	margin-bottom: 10px;
	border-top: 3px solid #02BAD4;
 -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
}
.list-collapse__item {
	position: relative;
/*	margin-bottom: 3px;*/
	/* padding: 14px 15px 13px 24px; */
 border-bottom: 1px solid #f4f4f4;
	background-color: #FFF;
}
.list-collapse__item:last-child{
 border-bottom: 0px solid #f4f4f4;
}
.list-collapse__item:hover{
    box-shadow: 1px 1px 4px rgba(0,0,0,.2);
}
.list-collapse__item:nth-child(even) {
/*	background-color: #f4f4f4;*/
}
.list-collapse__inner .icon {
	padding-right: 16px;
	font-size: 16px;
	color: #FF9900;
}
.list-collapse__title {
	display: inline-block;
	margin-top: -11px;
	padding-left: 5px;
	padding-right: 16px;
	line-height: 1;
	color: #383737;
	border-left: 1px solid #ffbfbf;
	font-weight: bold;
	cursor: pointer;
}
.list-collapse__title a{
 color:#333;
}
.list-collapse__title.name-course a{
 font-weight:bold;
}
.list-collapse__title.subject-title,
.list-collapse__title.course-title,
.list-collapse__title.name-course{

}

.list-collapse__info {
	float: right;
	margin-top: 5px;
	font-family: Roboto , arial;
	font-size: 10px;
	font-weight: 400;
	text-transform: uppercase;
	margin-right: 50px;
}
.list-collapse__info_mod-a {
	color: #4BAF4F;
}
.list-collapse__info_mod-b {
	color: #26cbbd;
}
.list-collapse__info_mod-c {
	color: #f6c640;
}
.list-collapse__info_mod-d {
	color: #3b99d7;
}
.list-collapse__content {
	margin-top: 0px;
	padding: 15px 15px 0;
	border-top: 1px solid #eee;
}
.list-collapse__btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 12px 20px;
	font-size: 15px;
	color: #aaa;
	border: none;
	background-color: transparent;
}
.list-collapse__btn:focus {
	outline: none;
}



/* ======= SECTION ======= */

.section-area {
	position: relative;
}
.section-default {
	padding-top: 50px;
	padding-bottom: 50px;
/*	background: url('../img/pattern.png') top center repeat;*/
background-color:#f7f7f7;
	border-bottom: 1px solid #eee;
}
.section_mod-a {
	padding-bottom: 30px;
	background-color: #edf2f6;
	background: url('../img/pattern1.png') 50% 0 repeat;
	/* background-size: cover; */
}
.section_mod-a__inner {
	position: relative;
	margin-top: -190px;
	/* background-color: #fff; */
	/* box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2); */
}
.section_mod-b {
	padding-top: 55px;
	padding-bottom: 432px;
	background: url(../media/backgrounds/3.jpg) 50% 100% no-repeat;
}
.section_mod-b .ui-title-block,
.section_mod-b .ui-subtitle-block {
	margin-right: auto;
	margin-left: auto;
}
.section_mod-b .ui-title-block {
	max-width: 760px;
	margin-bottom: 20px;
	font-size: 30px;
	font-weight: 400;
	color: #333;
}
.section_mod-b .ui-subtitle-block {
	max-width: 650px;
	line-height: 1.5;
}
.section_mod-b .btn {
	margin-top: 43px;
	padding: 17px 27px 15px;
	font-size: 13px;
}
.section_mod-c {
	padding-top: 45px;
	padding-bottom: 30px;
		background-color: #f7f7f7;
/*	background: url('../img/pattern.png') top center repeat;*/
	border-bottom: 1px solid #eee;
}
.section-advantages {
	padding: 35px 55px 0;
}
.section-advantages_mod-a {
	padding-top: 60px;
	padding-bottom: 24px;
	background-color: #f7f7f7;
}
.section-progress {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #02BAD4 url('../img/pattern1.png') center bottom repeat;
	background-size: inherit !important;
}
.section-video {
	position: relative;
	background: url('../media/backgrounds/2.jpg') 50% 0 no-repeat;
	background-size: cover;
}
.section-video:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(27, 46, 66, 0.84);
	content: '';
}
.section-subscribe {
	background-color: #02BAD4;
}
.section-clients {
	padding: 82px 0 90px;
	color: #fff;
	background-color: #2d3e50;
	text-align: center;
}
.section-clients_mod-a {
	padding-top: 20px;
	background-color: #1f1f1f;
}
.section_find-course {
	padding-bottom: 33px;
	background-color: #2d3e50;
}
.section-categories {
	position: relative;
	padding-top: 100px;
	padding-bottom: 95px;
	color: #fff;
	background-color: #2d3e50;
}
.section-categories:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../media/backgrounds/4.jpg') no-repeat 50% 0;
	background-size: cover;
	opacity: 0.1;
	content: '';
}
.section-gallery {
	position: relative;
	padding-top: 90px;
	padding-bottom: 100px;
	background-color: #2d3e50;
}
.section-gallery:before,
.section-gallery:after {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	content: '';
}
.section-gallery:before {
	background-image: url('../media/backgrounds/5.png');
	background-position: 30px 100px;
}
.section-gallery:after {
	background-image: url('../media/backgrounds/6.png');
	background-position: 97% 45px;
}
.section-gallery:after {
	position: absolute;
	content: '';
}
.section-gallery .ui-subtitle-block {
	color: rgba(255, 255, 255, 0.6);
}
.section-gallery .wrap-title:before,
.section-gallery .wrap-title:after {
	border-color: #6b86a3;
	background-color: #2d3e50;
}
.section-breadcrumb {
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	margin-top: -44px;
}
.section-breadcrumb.breadcrum-no-mar-bot{
 margin-bottom: 0;
}
.section_contacts-form {
	padding: 75px 0 0;
	background-color: #FFF;
}
.section_contacts {
	margin-right: 30px;
}
.section_contacts .ui-title-inner,
.section_map .ui-title-inner {
	margin-top: 5px;
	margin-bottom: 35px;
	font-size: 16px;
}
.section_contacts,
.section_map {
	margin-bottom: 100px;
}

.section__inner {
	position: relative;
	z-index: 100;
}


.section-parallax{
	background-size: contain;
}


/* ======= SLIDERS ======= */


.main-slider__wrap {
	position: absolute;
	top: 0;
	width: 100%;
}
.main-slider__inner {
	font-family: Roboto , arial ;
	font-size: 40px;
	color: #fff;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}



.main-slider__title {
	margin-top: 17vw;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}
.main-slider__subtitle {
	line-height: 1.2;
}
.main-slider__btn {
	margin-top: 28px;
	padding: 20px 32px;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}


.post-slider {
	margin-top: 97px;
	padding-bottom: 115px;
}


.carousel_mod-a {
	padding-top: 20px;
	/*padding-bottom: 30px;*/
}


.slider-reviews {
	margin-bottom: 45px;
}
.reviews {
	margin-bottom: 40px;
}
.reviews__text {
	position: relative;
	/* margin-top: 23px; */
	padding-left: 32px;
	line-height: 2;
}
.reviews__text:before {
	position: absolute;
	top: 0;
	left: 0;
  font-family: Roboto , arial  , arial;
	font-size: 58px;
	line-height: 1;
	content: '"';
}
.reviews__img {
	width: 40px;
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 38px;
	border-radius: 50%;
	display: inline-block;
	float: left;
}
.reviews__autor {
	margin-left: 20px;
	font-size: 12px;
	color: #444;
	display: block;
	margin-top: 10px;
	padding-left: 70px;
}
.reviews__categories {
	margin-left: 5px;
	font-size: 12px;
	color: #aaa;
	display: block;
	padding-left: 94px;
	margin-top: -5px;
}



/*Loader*/


.preloaderjs .spinner{
	display:none !important;

}


.preloaderjs#page-preloader{
	background:  rgba( 46, 46, 46, 0.99)  !important;

}


#page-preloader {
	position: fixed;
	z-index: 100500;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #2e2e2e;
}
#page-preloader .spinner {
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	display: block;
	width: 100px;
	height: 100px;
	margin-top: -50px;
	margin-left: -50px;
	-webkit-animation: spin 2.5s infinite linear;
	animation: spin 2.5s infinite linear;
	border: 3px solid transparent;
	border-top-color: #e7e4d7;
	border-radius: 50%;
}
#page-preloader .spinner:before, #page-preloader .spinner:after {
	position: absolute;
	content: '';
	border-radius: 50%;
}
#page-preloader .spinner:before {
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
	border: 3px solid transparent;
	border-top-color:#71383e;
}
#page-preloader .spinner:after {
	top: 15px;
	right: 15px;
	bottom: 15px;
	left: 15px;
	-webkit-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear;
	border: 3px solid transparent;
	border-top-color: #efa96b;
}
@-webkit-keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes spin {
 0% {
 -webkit-transform: rotate(0);
transform: rotate(0);
}
100% {
 -webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}


/*Theme Search*/




.header-search{
         background-color: #f7f7f7;
    display: block;
    height: 52px;
    margin-top: 1px;
    opacity: 0;
    position: absolute;
    color: #000;
    top: 28px;
    right: 0;
    transition: all 0.3s ease 0s;
    visibility:hidden;
    width: 100%;
    z-index: 887;
}


.header-inner .form-control {
	background:none;
    border: medium none;
    border-radius: 0;
    box-shadow: none;
    height: 53px;
    padding-left: 20px;
    padding-right: 10px;
}
.header-inner .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.header-inner .form-control {
    color: #7f858f;
}
.header-inner .form-control::-moz-placeholder {
    color: #7f858f;
    opacity: 1;
}

.header-inner   .btn{
    background: none;
    border: none;
    margin-top: 3px;
    display: inline-block;
    padding: 10px 20px;
}

.header-inner   .btn i{

	    font-size: 20px;
}




.header-search.open {
    opacity: 1;
    visibility: visible;
}


#search-open{
    float: right;
    margin: 3px 15px;
		text-decoration:none !important;
		position:relative;
		   z-index: 778;
}

#search-open .icon{
  height: 35px;
    font-size: 19px;
    right: 38px;
    top: 0px;
    padding: 8px;
    color: #333;
    text-align: center;
    width: 35px;
    z-index: 3;
    border: 1px solid #ccc;
    visibility: visible;
    opacity: 1;

}

.header-links  #search-open .icon {
    left: -30px;
    position: absolute;
    top: 0px;

}



.open-search #search-open .icon{
	display:none;
}

.navbar-search   .icon_close{
    font-size: 21px;
    position: relative;
    top: 2px;
}



/*Hover elements*/

.img-hover-effect img {
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.img-hover-effect{
  position: relative;
    overflow: hidden;
    display: inline-block;
    height: 100%;
    width: 100%;
}
.img-hover-effect:after {
    background: rgba(255, 255, 255, 0.4) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: -180%;
    position: absolute;
    top: 0;
    transform: rotate(0deg) scale(1.003) skew(14deg) translate(0px);
    width: 100%;
     -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



.img-hover-effect:hover img {
    transform: scale(1.1);
}

.img-hover-effect:hover:after {
    left: -50%;
}
/*Update*/
 /* Profil create stage - dotted */
/* ---------------------------- */
.profil-create-stage { }
.profil-create-stage div[class^="col-md"] {padding-left:0; padding-right:0; text-align:center; color:#CFCECE; font-size:14px; text-transform:uppercase; font-weight:bold; }
.profil-create-stage span {display:block; margin:10px 0; }
.profil-create-stage a {display:block; color:#CFCECE; text-decoration:none; }
.profil-create-stage .stage-dot {height:38px; background:url('../img/profil_create_stage.png') center top; }
.profil-create-stage .stage-first .stage-dot {background-position:center -76px; }
.profil-create-stage .stage-last .stage-dot {background-position:center -152px; }
.profil-create-stage .active > *,
.profil-create-stage a:hover {color:#65BE3E; text-decoration:none;  }
.profil-create-stage .active .stage-dot,
.profil-create-stage a:hover .stage-dot {background-position:center -38px; }
.profil-create-stage .stage-first.active .stage-dot,
.profil-create-stage .stage-first a:hover .stage-dot {background-position:center -114px; }
.profil-create-stage .stage-last.active .stage-dot,
.profil-create-stage .stage-last a:hover .stage-dot {background-position:center -190px; }

 /* Profil Create Stage - toggle text */
/* --------------------------------- */
#create-stage-toggle { }
#create-stage-toggle a {outline:none; }
.filter-title {
    font-size: 27px;
    font-weight: 400;
    margin: 0 0 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}
.filter-title>span {
    color: white;
    height: 56px;
    line-height: 56px;
    padding: 0 80px;
    background-color: #02BAD4;
    display: inline-block;
    position: relative;
}
.filter-title>span:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    border-left: 28px solid white;
    border-bottom: 28px solid transparent;
    border-top: 28px solid transparent;
}
.filter-title>span:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 0;
    border-right: 28px solid white;
    border-bottom: 28px solid transparent;
    border-top: 28px solid transparent;
}
.section_mod-a.next2 .section_mod-a__inner {
    position: relative;
    margin-top: 0;
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.box-topbn .col-md-4{
 padding-left: 15px;
}
.box-topbn .col-md-4 a{
    border: 0px solid rgba(256,256,256,.5);
    display: block;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    height: 160px;
    overflow: hidden;
}
.box-intro-bot{

}
.entry-cash{
 display:block;
 color: #e84c3d;
}
.w-filter.ui-title-block .btn-filter-class{
        color: #aaaaaa;
        transition: all .3s;
        border: solid 2px #eee;
        font-size: 16px;
        padding: 5px 10px;
        line-height: 24px;
        text-decoration: none;
        vertical-align: middle;
}
.w-filter.ui-title-block .btn-filter-class.active{
	background-color: #02BAD4;
	color: #FFF;
	font-weight: bold;
	border-color: #02BAD4;
}
.w-filter.ui-title-block .btn-filter-class.active:hover{
	background-color: #02BAD4;
	color: #FFF;
	font-weight: bold;
	border-color: #02BAD4;
}
.w-filter.ui-title-block .btn-filter-class:hover{
 color: #9F9F9F;
	border-color: #9F9F9F;
 text-decoration: none;
}
.learn-outline-list {
    font-size: 13px;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.learn-outline-item {
    border-bottom: 1px solid #d5d4d4;
    margin: 0;
    padding: 0;
}
.learn-lesson-wr {
    color: #4c4c4c;
    display: block;
    padding: 9px 10px 9px 40px;
    position: relative
}
a.learn-lesson-wr:hover,
.learn-lesson-wr.active {
/*    background-color: #f3f2f2;*/
    color: #000;
    text-decoration:none;
}
.scorm-section-right-action:before,
.learn-lesson-wr:before {
    background: #e6e5e5 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 100%;
    left: 20px;
    position: absolute;
    top: 0;
    width: 1px
}
.lesson-process-wr.live{
    font-size: 11px;
    text-align: center;
    background: #fff;
    color: red;
    font-weight: bold;
    border-color: red;
    height: 26px;
    width: 26px;
    border-radius: 13px;
    left: 17px;
    padding: 2px;
}
.lesson-process-wr {
    background-color: #fff;
    border: 1px solid #02BAD4;
    border-radius: 10px;
    display: block;
    height: 20px;
    left: 20px;
    margin-left: -10px;
    padding: 1px;
    position: absolute;
    top: 7px;
    width: 20px;
    z-index: 1;
}
.lesson-process-percent {
    background-color: #fff;
    border-radius: 8px;
    display: block;
    height: 16px;
    text-align: center;
    width: 16px
}
.lesson-process-percent.percent-50 {
    background-color: #e84c3d;
    border-radius: 8px 0 0 8px;
    width: 8px
}
.lesson-process-percent.percent-100 {
    background-color: #e84c3d;
    border-radius: 8px
}
.learn-lesson-wr .lesson-process-percent .fa,
.lesson-process-wr .lesson-process-percent .fa {
    color: #fff;
    display: block;
    font-size: 11px;
    line-height: 16px
}
.learn-lesson-wr:hover .lesson-process-percent .fa,
.lesson-process-wr:hover .lesson-process-percent .fa {
    color: #fff
}
.learn-lesson-wr .fa {
    color: #02BAD4;
    font-size: 14px;
}
a.learn-lesson-wr:hover .fa {
    color: #e84c3d
}
.scorm-right-action {
    color: #999;
    margin-left: 0;
    padding-left: 0;
}
a.learn-lesson-wr:hover .scorm-right-action {
    color: #333
}
.scorm-learn-times {
    display: block;
    min-width: 70px
}
.scorm-right-action>li:first-child {
}
.scorm-right-action>li {
    float: left;
    margin-right: 5px;
    list-style: none;
}
.scorm-right-name {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 0px;
    font-weight: bold;
	max-width:400px;
}
.list-collapse__content.no-pad-top{padding-top:0;}
.nav-tabs_mod-a.tabs-3{
 margin-bottom:20px;
}
.rating {
    display: inline-block;
    padding-right: 20px;
}
.rating {
    color: #ffaf47;
    font-size: 1em;
    line-height: 1em;
    margin-bottom: 0;
    text-align: center;
    vertical-align: text-top;
    white-space: nowrap;
}
.rating span {
    display: inline;
    font-size: 16px;
    line-height: 18px;
    margin: 0 -2px;
}
.rating .empty-star {
    color: #d2d2d2;
}

/*in detail page*/
/* horizontal panel*/

.splitter {
  flex: 0 0 auto;
  width: 18px;
  background: url(https://raw.githubusercontent.com/RickStrahl/jquery-resizable/master/assets/vsizegrip.png) center center no-repeat #535353;
  min-height: 200px;
  cursor: col-resize;
}

.player-rp {
	min-height:100%;
	border-left: 1px solid #d5d4d4;
	background-color: #fff;
}
.player-footer {
    bottom: 0;
    height: 60px;
    left: 0;
    position: absolute;
    width: 100%;
}
.panel-left .header{
 background-color:#333;
 padding-left:10px;
 padding-right:10px;
}
.panel-left .header .top-header{
 background-color: #333;
 border-bottom: 0;
 color: #eee;
}
.panel-left .header .top-header a{
 color: #ccc;
}
.panel-left .header .top-header .dropdown>a{
 padding-top:5px;
 padding-bottom:0;
}
.panel-left .header .top-header a:hover{color:#FFF;text-decoration:none;}
.panel-left .header .top-header .top-header__contacts{    border-right:1px solid #777;}
.yep-open .dropdown:hover .dropdown-menu{
 display:block
}
.yep-open .dropdown .dropdown-menu li a{
 color:#333;
}
.yep-open .dropdown .dropdown-menu li:hover a{
 color:#000;
}
.panel-right .nav li .ui-title-inner{
        font-size: 2.4rem;
        padding: 10px;
        line-height: 1rem;
        margin-top: 0;
}
.panel-right .nav li.active .ui-title-inner{
 background-color: #FFF;
 border-bottom: 1px solid #ccc;
}
.panel-right .tab-content > .active{
 padding:0;
}
.panel-right .tab-content .tab-ctn{
    background-color: #FFF;
    padding: 10px;
}
.panel-right>ul.nav-tabs_mod-a.tabs-3{
 margin-bottom: 10px;
 border-bottom: 1px solid #ccc;
}
.panel-right .tab-content ul.list-collapse{
margin-top:0;
}
.panel-right .tab-content ul.list-collapse .list-collapse__item{
    padding-left: 10px;
    padding-right: 10px;
}
.panel-right .tab-content ul.list-collapse .list-collapse__item .list-collapse__content.no-pad-top{
padding-left: 0;
padding-right: 0;
}
.panel-right .tab-content{
     border-left: 1px solid #e2e2e2;
     bottom: 35px;
     overflow-y: auto;
     position: absolute;
     top: 64px;
     width: 100%;
}
.panel-right .tab-content .tab-pane>h3{
 background-color: #02BAD4;
 padding: 10px;
 margin-bottom: 0;
 border-top: 1px solid #ccc;
 cc; */
 font-size: 1.4rem;
 font-weight: bold;
 color: #FFF;
 text-transform: uppercase;
 margin-top: 0;
 font-size: 1.4rem;
}
.panel-right .tab-content .comments-list{
     margin-top: 0;
    background-color: #FFF;
}
.panel-right .tab-content .comments-list li{}
.panel-right .tab-content .comments-list li article.comment{
    padding: 5px 10px 0 10px;
    margin-bottom: 0;
}
.panel-right .tab-content .comments-list .children{margin-left: 25px;}
.panel-right .tab-content .comments-list li article.comment .avatar-placeholder{
    width: 30px;
    height: 30px;
    margin-top: 5px;
}
.panel-right .tab-content .comments-list li article.comment .comment-inner{
    margin-left: 40px;
}
.panel-right .tab-content .comments-list li article.comment .comment-inner .comment-header{padding-bottom: 7px;}
.panel-right .tab-content .comments-list li article.comment .comment-inner .comment-header .comment-author{

}
.panel-right .tab-content .comments-list li article.comment .comment-inner .comment-body{
 margin-top: 7px;
}
#tp-examControl ul {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  display: block;
}

#tp-examControl ul li {
  float: left;
  margin-left: 0;
  list-style: none;
}

#tp-examControl ul li:nth-of-type(1), #tp-examControl ul li:nth-of-type(26), #tp-examControl ul li:nth-of-type(51), #tp-examControl ul li:nth-of-type(76), #tp-examControl ul li:nth-of-type(101), #tp-examControl ul li:nth-of-type(126), #tp-examControl ul li:nth-of-type(151), #tp-examControl ul li:nth-of-type(176), #tp-examControl ul li:nth-of-type(201), #tp-examControl ul li:nth-of-type(226), #tp-examControl ul li:nth-of-type(251), #tp-examControl ul li:nth-of-type(276), #tp-examControl ul li:nth-of-type(301) {
  margin-left: 0;
  list-style: none;
}

#tp-examControl ul li .examTab {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dddddd;
  position: relative;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
}

#tp-examControl ul li .examTab > span, #tp-examControl ul li .examTab > i {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  color: #313131;
  font-weight: bold;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  left: 0;
}

#tp-examControl ul li .examTab:hover span, #tp-examControl ul li .examTab:hover i {
  transform: translateY(29px);
  -webkit-transform: translateY(29px);
}

#tp-examControl ul li .examTab > span {
  top: 0;
}

#tp-examControl ul li .examTab > i {
  top: -29px;
}

#tp-examControl ul li.active .examTab span, #tp-examControl ul li.active .examTab i {
  transform: translateY(29px);
  -webkit-transform: translateY(29px);
}

#tp-examControl ul li.done .examTab span {
  background: #02BAD4;
  color: white;
}

#tp-examControl ul li.done .examTab:hover span, #tp-examControl ul li.done .examTab:hover i {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
}

#tp-examControl ul li .tp-correct, #tp-examControl ul li .tp-wrong {
  display: inline-block;
  width: 29px;
  height: 29px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #dddddd;
  position: relative;
  line-height: 29px;
  text-align: center;
  overflow: hidden;
}

#tp-examControl ul li .tp-correct > span, #tp-examControl ul li .tp-correct > i, #tp-examControl ul li .tp-wrong > span, #tp-examControl ul li .tp-wrong > i {
  display: inline-block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  color: white;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  left: 0;
}

#tp-examControl ul li .tp-correct {
  background: #2c7b30;
}

#tp-examControl ul li .tp-wrong {
  background: #ff0000;
}
.test-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0px -2px 4px 0px rgba(0, 0, 0, 0.14);
  padding: 10px 0;
  z-index: 1033; }
  /* line 11, ../../_sass/modules/_test.scss */
  .test-bar .btn-submit {
    min-width: 200px;
    margin-right: 10px; }
  /* line 15, ../../_sass/modules/_test.scss */
  .test-bar .btn-end {
    min-width: 100px; }

/* line 19, ../../_sass/modules/_test.scss */
.test-bar--statistic {
  border: 1px solid #02BAD4;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  }
  /* line 25, ../../_sass/modules/_test.scss */
  .test-bar--statistic .fa {
    margin-right: 6px; }
  /* line 28, ../../_sass/modules/_test.scss */
  .test-bar--statistic .left {
    padding: 0 15px;
    float: left;
    color: #4a4a4a; }
  /* line 33, ../../_sass/modules/_test.scss */
  .test-bar--statistic .right {
    color: #FFF;
    background: #02BAD4;
    padding: 0 15px;
    float: right;
    }
 .header.sticky .header-logo__img{
     margin-top: 9px;
    width: 70%;
    height: 70%;
    margin-bottom: 0;
}
.header.sticky .header-inner{
    padding-top: 14px;
}
.header.sticky .header-search.open{
     top: 0px;
    border: 1px solid #eee;
}
.widget-default.affix{
 position:fixed;
 top:60px;
}
@media (min-width: 992px){
 .widget-default.affix {
    width: 350px;
  }
}
@media (min-width: 1200px){
 .widget-default.affix {
    width: 350px;
  }
}
.full-exam-list .col-md-8 .main-content{
	background-color: #FFF;
	margin-top: 10px;
	border: 1px solid #ddd;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 1px 2px 1px rgba(0,0,0,.1);
	color:#333;
}
.full-exam-list .sidebar .widget .list-information,
.full-exam-list .sidebar section.widget{
background-color: #FFF;
border: 1px solid #eee;
}
.full-exam-list .sidebar .widget .list-information__item:last-child{background-color:#FFF;margin-right: 30px;margin-left: 30px;padding: 23px 0 13px;margin-top: 0;}
.full-exam-list .sidebar .widget .list-information__item:last-child .list-information__title,
.full-exam-list .sidebar .widget .list-information__item:last-child .list-information__description{
color:#555
}
.full-exam-list .sidebar .widget .list-information__item:last-child .icon{
 color: #4BAF4F;
}

.tp-select.form-control {
  background: transparent;
  border: 0;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  padding-left: 0;
  border-bottom: 2px solid #d7d7d7;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  font-size: 16px;
  position: relative;
  z-index: 10;
}

.tp-select.form-control.brown:hover, .tp-select.form-control.brown:focus {
  border-bottom: 2px solid #02BAD4;
}

.tp-select.form-control.brown:hover + i, .tp-select.form-control.brown:focus + i {
  color: #02BAD4;
}

.tp-select.form-control.brown:hover ~ p, .tp-select.form-control.brown:focus ~ p {
  color: #02BAD4;
}

.tp-select.form-control.tp-blue:hover, .tp-select.form-control.tp-blue:focus {
  border-bottom: 2px solid #2f70dc;
}

.tp-select.form-control.tp-blue:hover + i, .tp-select.form-control.tp-blue:focus + i {
  color: #2f70dc;
}

.tp-select.form-control.tp-blue:hover ~ p, .tp-select.form-control.tp-blue:focus ~ p {
  color: #2f70dc;
}

.tp-select.form-control + i {
  z-index: 5;
  position: absolute;
  right: 5px;
  bottom: 10px;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  color: #d7d7d7;
}

.tp-select.form-control ~ p {
  position: absolute;
  font-weight: bold;
  color: #d7d7d7;
  font-size: 14px;
  top: -17px;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.tp-select.form-control:hover, .tp-select.form-control:focus {
  outline: none;
  border-bottom: 2px solid #2c7b30;
}

.tp-select.form-control:hover + i, .tp-select.form-control:focus + i {
  color: #2c7b30;
}

.tp-select.form-control:hover ~ p, .tp-select.form-control:focus ~ p {
  color: #2c7b30;
}

.tp-select-box {
  width: 100%;
  position: relative;
}

.tp-select-box .form-control {
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  background: none;
  height: 40px;
  border: 1px solid #95bd97;
  background-color: transparent;
  z-index: 10;
  position: relative;
}

.tp-select-box .form-control.brown {
  border: 1px solid #02BAD4;
}

.tp-select-box .form-control.tp-blue {
  border: 1px solid #2f70dc;
}

.tp-select-box .form-control:focus, .tp-select-box .form-control:active {
  outline: none;
}

.tp-select-box .form-control.disabled {
  background: #ededed;
  opacity: 0.4;
}

.tp-select-box .form-control.disabled + i {
  opacity: 0.4;
}

.tp-select-box i {
  position: absolute;
  right: 10px;
  top: 12px;
  z-index: 5;
}

.border-tab {
  border: 1px solid #ededed;
  color: #313131;
  height: 36px;
  line-height: 34px;
  width: 100%;
  text-align: center;
  display: inline-block;
}

.border-tab:hover, .border-tab:focus, .border-tab:active, .border-tab:visited {
  color: #313131;
}

.questionDescription {
  height: 40px;
  display: inline-block;
  line-height: 40px;
  margin-left: 15px;
}

.questionNumber {
  background: #02BAD4;
  padding: 6px 15px;
  color: white;
  display: inline-block;
  margin-left: -15px;
  float: left;
}

.questionNumber p {
  margin: 0;
}

.questionNumber.wrongNumber {
  background: #ff0000;
}

.questionWrapper {
  border-top: 1px solid #ededed;
}

.questionWrapper > a {
  display: inline-block;
  float: right;
  padding: 7px 15px;
  margin-left: 10px;
  border-radius: 2px;
  -ms-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
  font-weight: bold;
}

.afterExam {
  border: 1px dashed #2c7b30;
  margin-top: 30px;
  margin-bottom: 30px;
  background: #d4e4d5;
  height: 42px;
  line-height: 40px;
}

.afterExam.brown {
  background: #e8d5ce;
  border: 1px dashed #02BAD4;
}

.afterExam .tp-btn {
  margin-left: 15px;
  float: none;
  margin-top: 5px;
}

.questionContent {
  border-top: 1px solid #ededed;
  /*border-bottom: 1px solid #ededed;*/
  width: 100%;
  padding-top: 10px;
  /*padding-bottom: 10px;*/
}

.questionContent p {
  margin: 0;
}

.tp-divider {
  width: 100%;
  height: 1px;
  background: #ededed;
  margin-top: 10px;
  margin-bottom: 10px;
}

.wordCorrect .col-sm-12 {
  color: #2c7b30;
}

.wordWrong .col-sm-12 {
  color: #ff0000;
}

.dragWrapper {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  margin-bottom: 30px;
  left: 0;
  right: 0;
}

.dragWrapper ul li {
  border: 1px dashed #02BAD4;
  float: left;
  padding: 7px 15px;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  margin-left: 20px;
  cursor: pointer;
  list-style: none;
  margin-bottom: 7px;
}

.dragWrapper ul li:nth-of-type(1) {
  margin-left: 0;
}

.dragWrapper ul li.ui-sortable-handle {
  border: 2px dashed #02BAD4;
}

.dragWrapper ul li.ui-sortable-helper {
  background: #2c7b30;
  color: #d4e4d5;
}

.label--checkbox {
  position: relative;
  font-family: Arial, sans-serif;
  line-height: 135%;
  cursor: pointer;
  width: calc(100% - 80px);
  float: left;
}

label.label--checkbox {
  margin-bottom: 0;
}

label.label--checkbox.brown, label.label--checkbox.green {
  width: 100%;
}

.tp-checkbox {
  position: relative;
  cursor: pointer;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}

.tp-checkbox::before {
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 32px;
  height: 32px;
  border: 2px solid #95bd97;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
}

.tp-checkbox:checked::before {
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  height: 14px;
  width: 26px;
  border-color: #2c7b30;
  border-top-style: none;
  border-right-style: none;
  margin-left: 2px;
}

.tp-checkbox:checked, .tp-checkbox:active, .tp-checkbox:focus {
  outline: none;
  border-color: transparent;
}

.tp-checkbox::after {
  content: "";
  position: absolute;
  top: -0.14286rem;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  cursor: pointer;
}

.tp-checkbox.brown {
  float: left;
  margin: 0;
  width: 29px;
  height: 29px;
}

.tp-checkbox.brown::before {
  border: 2px solid #c69685;
}

.tp-checkbox.brown:checked {
  outline: none;
  border-color: transparent;
}

.tp-checkbox.brown:checked:before {
  border-color: #02BAD4;
  border-top-style: none;
  border-right-style: none;
  margin-left: 2px;
}

.tp-checkbox.brown:active, .tp-checkbox.brown:focus {
  outline: none;
  border-color: transparent;
}

.tp-checkbox.brown::after {
  background: none;
}

.tp-checkbox.green {
  float: left;
  margin: 0;
  margin-right: 10px;
  width: 32px;
  height: 32px;
}

.tp-checkbox.green:checked {
  outline: none;
  border-color: transparent;
}

input.tp-checkbox:focus {
  outline: none;
  border: 0;
}
.tp-textarea {
  margin-top: 15px;
}

.tp-textarea textarea {
  padding: 20px 0 10px 0;
  border: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #c1c1c1;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  overflow: hidden;
  height: auto;
}

.tp-textarea textarea::-webkit-input-placeholder {
  color: #c1c1c1;
  font: inherit;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tp-textarea textarea::-moz-input-placeholder {
  font: inherit;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

.tp-textarea textarea:focus {
  box-shadow: none;
  outline: none;
  border-bottom: 3px solid #2c7b30;
}

.tp-textarea textarea:focus::-webkit-input-placeholder {
  font-size: 0.8em;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  visibility: visible !important;
  opacity: 1;
  color: #2c7b30;
}

.tp-input {
  position: relative;
}

.tp-input.brown input:focus, .tp-input.brown input:active, .tp-input.brown input:visited {
  border-bottom: 3px solid #02BAD4;
}

.tp-input.brown input:focus::-webkit-input-placeholder, .tp-input.brown input:active::-webkit-input-placeholder, .tp-input.brown input:visited::-webkit-input-placeholder {
  color: #02BAD4;
}

.tp-input.brown > p {
  color: #02BAD4;
}

.tp-input.brown.tp-vendor div.mce-content-body.mce-edit-focus {
  border-bottom: 2px solid #02BAD4;
}

.tp-input.tp-blue input:focus, .tp-input.tp-blue input:active, .tp-input.tp-blue input:visited {
  border-bottom: 3px solid #2f70dc;
}

.tp-input.tp-blue input:focus::-webkit-input-placeholder, .tp-input.tp-blue input:active::-webkit-input-placeholder, .tp-input.tp-blue input:visited::-webkit-input-placeholder {
  color: #2f70dc;
}

.tp-input.tp-blue > p {
  color: #2f70dc;
}

.tp-input.tp-blue.tp-vendor div.mce-content-body.mce-edit-focus {
  border-bottom: 2px solid #2f70dc;
}

.tp-input input {
  /*padding: 20px 0 10px 0;*/
  border: none;
  display: block;
  width: 100%;
  border-bottom: 2px solid #c1c1c1;
  /*-ms-transition: all, 0.3s;*/
  /*-moz-transition: all, 0.3s;*/
  /*-o-transition: all, 0.3s;*/
  /*-webkit-transition: all, 0.3s;*/
  /*transition: all, 0.3s;*/
}

/*.tp-input input::-webkit-input-placeholder {*/
  /*color: #c1c1c1;*/
  /*font: inherit;*/
  /*transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;*/
/*}*/

/*.tp-input input::-moz-input-placeholder {*/
  /*font: inherit;*/
  /*transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out, visibility 0.3s ease-in-out;*/
/*}*/

.tp-input input:focus, .tp-input input:active, .tp-input input:visited {
  box-shadow: none;
  outline: none;
  border-bottom: 2px solid #02BAD4;
}

/*.tp-input input:focus::-webkit-input-placeholder, .tp-input input:active::-webkit-input-placeholder, .tp-input input:visited::-webkit-input-placeholder {*/
  /*font-size: 0.8em;*/
  /*transform: translateY(-20px);*/
  /*-webkit-transform: translateY(-20px);*/
  /*visibility: visible !important;*/
  /*opacity: 1;*/
  /*color: #02BAD4;*/
/*}*/

/*.tp-input input:focus + p, .tp-input input:active + p, .tp-input input:visited + p {*/
  /*opacity: 1;*/
  /*-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;*/
  /*transition: opacity 0.3s, transform 0.3s;*/
/*}*/

/*.tp-input > p {*/
  /*color: #2c7b30;*/
  /*font-size: 0.8em;*/
  /*position: absolute;*/
  /*display: inline-block;*/
  /*top: 0;*/
  /*opacity: 0;*/
/*}*/

/*.tp-input > p:visited {*/
  /*opacity: 1;*/
  /*-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;*/
  /*transition: opacity 0.3s, transform 0.3s;*/
/*}*/

.tp-input.tp-vendor {
  margin-top: 30px;
}

.tp-input.tp-vendor > p {
  opacity: 1;
  top: -20px;
  font-weight: bold;
}

.tp-input.tp-vendor div {
  border: 0;
}

.tp-input.tp-vendor div.mce-edit-focus {
  outline: none;
}

.tp-input.tp-vendor div.mce-content-body {
  border-bottom: 2px solid #ededed;
}

.tp-input.tp-vendor div.mce-content-body.mce-edit-focus {
  border-bottom: 2px solid #2c7b30;
}

.tp-media {
  position: relative;
  overflow: hidden;
  margin-left: 15px;
  cursor: pointer;
}

.tp-media span {
  padding: 5px 10px;
  display: inline-block;
}

.tp-media span.withfile::after {
  content: '\f00d';
  font-family: FontAwesome;
  margin-left: 8px;
  display: inline-block;
}

.tp-media span i {
  margin-left: 10px;
}

.tp-media input[type="file"] {
  display: none;
}

.switchControl {
  width: 55px;
  height: 40px;
  background: #ededed;
  line-height: 40px;
  border-top-left-radius: 4px;
  -ms-border-top-left-radius: 4px;
  -moz-border-top-left-radius: 4px;
  -o-border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  float: left;
  position: relative;
  padding-left: 10px;
  font-size: 20px;
  font-weight: bold;
}

.switchControl.SC-correct {
  background: #2c7b30;
  color: white;
}

.switchControl.SC-correct + .answerSwitch {
  border: 2px solid #2c7b30;
}

.switchControl.SC-wrong {
  background: #ff0000;
  color: white;
}

.switchControl.SC-wrong + .answerSwitch {
  border: 2px solid #ff0000;
}

.switchControl.SC-wrong .radioOuter {
  border: 2px solid #ff0000;
}

.switchControl.questionType1 {
  width: auto;
  border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -webkit-border-radius: 4px;
  height: 30px;
  line-height: 30px;
  margin-right: 5px;
}

.switchControl.questionType1 .tp-radio {
  font-size: 14px;
  padding-right: 30px;
}

.switchControl.questionType1 .tp-radio input[type=radio] {
  height: 30px;
  line-height: 30px;
}

.switchControl.questionType1 .tp-radio .radioOuter {
  top: 6px;
  right: 8px;
}

.tp-radio {
  position: relative;
  width: 100%;
  padding-left: 10px;
  font-size: 18px;
}

.tp-radio input[type=radio] {
  margin: 0;
  position: absolute;
  top: 0;
  right: 5px;
  height: 40px;
  width: 20px;
  line-height: 40px;
}

.tp-radio input[type=radio]:checked + .radioOuter {
  border: 2px solid #02BAD4;
}

.tp-radio input[type=radio]:checked + .radioOuter .radioInner {
  opacity: 1;
  -webkit-transform: opacity(1);
  -ms-transform: opacity(1);
  transform: opacity(1);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.tp-radio:hover .radioOuter .radioInner {
  opacity: 0.5;
  -webkit-transform: opacity(0.5);
  -ms-transform: opacity(0.5);
  transform: opacity(0.5);
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.tp-radio:hover .SC-wrong .radioOuter .radioInner, .tp-radio:hover .SC-correct .radioOuter .radioInner {
  opacity: 0;
}

.tp-radio .radioOuter {
  position: absolute;
  display: block;
  height: 16px;
  width: 16px;
  border: 2px solid #9a9a9a;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  background: #ededed;
  top: 12px;
  right: 9px;
  padding: 1px;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.tp-radio .radioOuter .radioInner {
  display: block;
  background: #02BAD4;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -ms-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
}

.answerSwitch {
  width: calc(100% - 55px);
  height: auto;
  padding: 0px 15px;
  border: 1px solid #ededed;
  border-top-right-radius: 4px;
  -ms-border-top-right-radius: 4px;
  -moz-border-top-right-radius: 4px;
  -o-border-top-right-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  float: left;
  min-height: 40px;
}

.answerSwitch p {
  margin: 0;
	/*line-height: 38px;*/
}

.tp-radio .answerSwitch {
  font-size: 14px;
  font-weight: normal;
}
.answerWrapper {
    /*padding-top: 20px;*/
    /*padding-bottom: 20px;*/
    position: relative;
}
.tp-btn.answerConfirm {
    background: #02BAD4;
    color: #FFF;
}
.tp-btn {
    position: relative;
    overflow: hidden;
    text-align: center;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}
.tp-btn:hover {
  z-index: 1000;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
  text-decoration:none;
}


.popular-pages {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.popular-pages li {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
/*  display: -ms-flexbox;*/
  /* display: flex; */
  padding: 0;
  margin: 0.4em;
  /* -webkit-box-flex: 1; */
  /* -webkit-flex: 1 0 200px; */
/*  -ms-flex: 1 0 200px;*/
  /* flex: 1 0 200px; */
}
.popular-pages li label {
  display: block;
  width: auto;
  background: #FFF;
  padding: 0.4em 0.8em;
  /* min-height: 120px; */
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
  border-radius: 2px;
  border: 1px solid white;
  position: relative;
}
.popular-pages li label:hover {
  cursor: move;
}
.list-information__item.title_item{padding-top: 10px;}
.list-information__item.title_item .list-information__description{
 float:none;
 display:block;
 text-align:center;
 font-size: 1.4rem;
}
.widget.widget-index-question{
     border-top: 1px solid #eee;
     padding: 10px;
     background-color: #FFF;
}
.widget.widget-index-question .list-collapse__item{padding-right: 30px;}
.widget.widget-index-question .list-collapse__item .list-collapse__content{padding-left: 0;padding-right: 0;/* padding-top: 0; *//* margin-top: 0; */}
.list-collapse__inner{
    position: relative;
    padding: 14px 15px 12px 24px;
    background: #edefec;
	border: solid 1px #ccc;
}
.widget.widget-index-question .learn-lesson-wr{
 padding-left: 23px;
}
.widget.widget-index-question .learn-lesson-wr .scorm-right-name{
 position:relative;
 font-size: 1.2rem;
 line-height: 1.6rem;
 margin-bottom: 0;
 font-weight: 400;
}
.widget.widget-index-question .learn-lesson-wr .scorm-right-name i{/* padding-right: 10px; */position: absolute;left: -17px;top: 0;}
.widget.widget-index-question .scorm-section-right-action:before,
.widget.widget-index-question .learn-lesson-wr:before{
background:transparent;
}
.widget.widget-index-question .list-collapse__item .list-collapse__content .list-collapse__content{
 /* margin-top: 0; */
 padding-top: 0;
}
.widget.widget-index-question .list-collapse__item .learn-outline-item{
 border-bottom: none;
}
.widget.widget-index-question > .block_content > .list-collapse > .list-collapse__item > .list-collapse__content > .learn-outline-list > li{
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 13px;
}
.bg-white{
 background-color:#FFF;
}
.post_mod-i.item-question{
 margin-bottom:20px;
}
.post_mod-i.item-question .entry-main{
    margin-left: 0;
    padding: 15px;
}
.post_mod-i.item-question .entry-title{
 font-size:1.3rem;
}
.post_mod-i.item-question .box-comments{
 margin-top: 10px;
}
.list-q-top a.btn{
     margin-left: 10px;
    margin-bottom: 10px;
    margin-top:10px;
}
.top-aq-search{
     margin-bottom: 30px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 30px;
}
.sub-filter {
  position: absolute;
  left: 177px;
  top: 11px;
}

.sub-filter li {
  float: left;
  margin-left: 10px;
}

.sub-filter li a {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #712409;
  border-radius: 3px;
  -ms-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #712409;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.sub-filter li a:hover, .sub-filter li a.active {
  color: #e8d5ce;
  background: #712409;
}

.tp-title > label.brown {
  float: none;
  position: absolute;
  right: 5px;
  top: 8px;
  width: auto;
}

.tp-title > label.brown .tp-checkbox.brown {
  float: right;
}

.tp-title > label.brown strong {
  height: 32px;
  display: inline-block;
  line-height: 32px;
  color: white;
  background: #c69685;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 2px;
}
.search-Thi {
  position: relative;
  float: left;
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 1px solid #30c86f;
}

.search-Thi a, .search-Thi button {
  position: absolute;
  width: 50px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  right: 1px;
  top: 1px;
  border: 0;
  padding: 0;
}

.search-Thi input {
  display: block;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -webkit-border-radius: 0;
  width: 100%;
  border: 0;
  appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  -webkit-appearance: none;
  background: transparent;
  padding-left: 15px;
}

.search-Thi input:focus, .search-Thi input:active {
  outline: none;
}

.search-Thi.brown {
  border: 1px solid #02BAD4;
  background: white;
}

.search-Thi.tp-blue {
  border: 1px solid #2f70dc;
  background: white;
}

.top-aq-search {
  /* margin-top: -100px; */
  margin-bottom: 30px;
}

.top-aq-search .bank-teacher .search-Thi {
  margin-top: 25px;
}

.top-aq-search .bank-teacher .search-Thi.brown input {
  width: 100%;
}

.top-aq-search .bank-teacher .search-Thi.brown button {
  width: auto;
}

.bank-quest, .bank-teacher {
  min-height: 170px;
  background: white;
  border: 1px solid #e6ebef;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
  padding-top: 20px;
  padding-bottom: 30px;
}
.bank-quest h4, .bank-teacher h4{
 font-weight:bold;
}

.bank-quest .col-md-3, .bank-quest .col-md-9, .bank-teacher .col-md-3, .bank-teacher .col-md-9 {
  padding-left: 5px;
  padding-right: 5px;
}

.bank-quest .col-md-3 .tp-select.brown, .bank-quest .col-md-9 .tp-select.brown, .bank-teacher .col-md-3 .tp-select.brown, .bank-teacher .col-md-9 .tp-select.brown {
  margin-top: 20px;
}

.bank-quest .tp-btn.brown, .bank-teacher .tp-btn.brown {
  padding-left: 0;
  padding-right: 0;
  /* background: #8e2e0c; */
  color: #FFF;
  display: block;
  margin-top: 24px;
  height: 40px;
  width: 100%;
  line-height: 22px;
  font-size: 1.5rem;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.tp-select.form-control.brown {
  margin-top: 10px;
  margin-bottom:0;
}

.btn-ask-any {
  border: 2px solid #02BAD4;
  color: #02BAD4;
  font-weight: bold;
  -ms-transition: all, 0.3s;
  -moz-transition: all, 0.3s;
  -o-transition: all, 0.3s;
  -webkit-transition: all, 0.3s;
  transition: all, 0.3s;
}

.btn-ask-any:hover {
  background: #02BAD4;
  color: white;
}

.border-btn.brown .ink {
  background: #af6c54;
}
.tp-select.form-control + i {
    z-index: 5;
    position: absolute;
    right: 20px;
    bottom: 10px;
    -ms-transition: all, 0.3s;
    -moz-transition: all, 0.3s;
    -o-transition: all, 0.3s;
    -webkit-transition: all, 0.3s;
    transition: all, 0.3s;
    color: #d7d7d7;
}
/*-----*/
.course__media{
 position:relative;
}
.course__media:hover .course__hover{
 background-color: rgba(0, 0, 0, 0.5);
 opacity:1;
}
.course__hover{
 position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    content: '';
    transition: all 0.3s;
    text-align:center;
}
.course__media .btn {
    margin-top: 84px;
    padding: 13px 14px;
    font-size: 10px;
}
.wrapper{
 position:relative;
}
.full-choice{
 margin-bottom:20px;
}
.full-choice .tp-radio{
padding-left:0;
}
.full-choice .tp-radio .switchControl{
 width:40px;
}
.full-choice .tp-radio .answerSwitch{
     width: calc(100% - 40px);
}
.full-choice em{
display: block;
}
.list-type-ctn{
    padding-top: 20px;
}
.list-type-ctn ul{
    padding-left: 0;
}
.list-type-ctn ul li{
    list-style: none;
    float: left;
    color: #EEE;
}
.list-type-ctn ul li span{
    color: #777;
    display: inline-block;
    height: 60px;
    line-height: 40px;
}
.list-type-ctn ul li a{
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-right: 10px;
    color: #CCC;
}
.list-type-ctn ul li a i{
 font-size: 3.2em;
}
.list-type-ctn ul li a:hover{
 color:#02BAD4;
}
.part-more a.add-part{
 display: block;
 text-align: center;
 border: 1px dashed #ccc;
 padding: 10px;
 background-color: #f4f4f4;
 font-weight:bold;
 color:#777;
}
.part-more a.add-part:hover{
 background-color: #eee;
 text-decoration:none;
 color:#e84c3d;
}
.control {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: normal;
  border: 1px dashed #ccc;
  background-color: #f4f4f4;
  padding: 10px 10px 10px 40px;
}
.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control__indicator {
  position: absolute;
  top: 13px;
  left: 7px;
  height: 26px;
  border: 1px solid #ccc;
  width: 26px;
  background: #e6e6e6;
}
.control--radio .control__indicator {
  border-radius: 50%;
}
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator {
  background: #ccc;
}
.control input:checked ~ .control__indicator {
  background: #02BAD4;
}
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator {
  background: #0e647d;
}
.control input:disabled ~ .control__indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}
.control__indicator:after {
  content: '';
  position: absolute;
  display: none;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control--checkbox .control__indicator:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}
.control--radio .control__indicator:after {
  left: 7px;
  top: 7px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #fff;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}
.white-bg{
 background-color:#FFF;
}
.box-dethi.white-bg{
 background-color: #FFF;
    margin-top: 10px;
    border: 1px solid #eee;
    padding: 20px;
    margin-bottom: 20px;
}
.sec-tab-line {border-bottom: 1px solid #ededed;}
.sec-tab-line .tab-line{color: #ccc;margin-right: 20px;text-decoration: none;height: 34px;display: inline-block;}
.sec-tab-line .tab-line:hover,
.tab-line.tab-active{color: #e84c3d;border-bottom: 2px solid #e84c3d;}
.btn-full-w{width:100%;}
.create-question-line{
 padding-left: 15px;
    margin-top: 20px;
    margin-left: 15px;
    margin-right: 15px;
}
.footer-create{
 text-align:right;
}
.footer-create hr{
     margin-top: 30px;
    margin-bottom: 30px;
}
.account-login-form-wr {
    position: relative;
    
    padding: 53px 0px 80px;
    /*margin: 0px 0px 0px;*/
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #eee;
}
.account-login-form-wr .account-login-form {
    position: relative;
    width: 970px;
    max-width: 100%;
    display: table;
    margin: 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden
}
.account-login-form-wr .account-login-form .account-login-form-left {
    position: relative;
    display: table-cell;
    vertical-align: top;
    background: #fff;
    width: 370px;
    min-height: 501px;
    padding: 23px 30px 8px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
    border-bottom: 2px solid #f7f7f7
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav:after {
    content: "";
    display: table;
    clear: both
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav li {
    float: left;
    width: 50%;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    margin: 0 0 -2px;
    border-top:0;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav li a {
    display: block;
    text-align: center;
    color: #b4becc;
    text-decoration: none !important;
    border-bottom: 4px solid transparent;
    padding: 0 0 29px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav li a:hover {
    color: #0af
}
.account-login-form-wr .account-login-form .account-login-form-left .tab-nav li.active a {
    border-bottom-color: #02BAD4;
    color: #000
}
.account-login-form-wr .account-login-form .account-login-form-left .tab {
    display: none
}
.account-login-form-wr .account-login-form .account-login-form-left .tab.active {
    display: block;
        padding-left: 0;
    padding-right: 0;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab.login .login-form .input-group:last-child {
    margin: 25px 0 0
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form {
    position: relative;
    margin: 0 0 27px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .login-message {
    position: relative;
    background: rgba(228, 84, 84, 0.15);
    color: #e45454;
    padding: 13px 30px 14px 54px;
    font-family: Lato;
    font-size: 16px;
    line-height: 24px;
    margin: 0 0 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .login-message:before {
    content: "\f05a";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 21px;
    top: 17px;
    font-size: 16px;
    line-height: 16px;
    color: #e45454
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .login-message.success {
    background: rgba(27, 185, 52, 0.15);
    color: #1bb934
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .login-message.success:before {
    content: "\f058";
    color: #1bb934
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group {
    width: 100%;
    margin: 0 0 20px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group:last-child {
    margin: 30px 0 0
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper {
    position: relative
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper label.addon {
    position: absolute;
    display: block;
    left: 15px;
    top: 2px;
    font-size: 16px;
    color: #b2b2b2;
    width: 20px;
    text-align: center;
    margin: 0;
    z-index: 10
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="text"],
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="email"],
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="password"] {
    padding-left: 40px;
    background: #f2f2f2;
    color: #788597
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="text"]::-webkit-input-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="email"]::-webkit-input-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="password"]::-webkit-input-placeholder {
    color: #788597
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="text"]:-moz-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="email"]:-moz-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="password"]:-moz-placeholder {
    color: #788597
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="text"]::-moz-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="email"]::-moz-placeholder,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .icon_wrapper input[type="password"]::-moz-placeholder {
    color: #788597
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .button,
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group .post-password-form input[type="submit"],
.post-password-form .account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .input-group input[type="submit"] {
    width: 100%;
    font-size: 12px;
    letter-spacing: normal;
    vertical-align: middle;
    white-space: nowrap;
    border: none;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #fff;
    text-align: center !important;
    background: #4BAF4F;
    padding: 16px 20px;
    max-width: 100%;
    text-decoration: none !important;
    overflow: hidden;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .remember_me {
    float: left
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .remember_me .uniform_label {
    font-size: 12px;
    color: #b4becc;
    font-weight: 600;
    background: none;
    border: none;
    padding: 0 0 0 30px;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .remember_me .uniform_label .control__indicator{
 top: 0;border-radius: 4px;border: 2px solid #e6e6e6;background-color: #FFF;left: 0;width: 24px;height: 24px;
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .remember_me .uniform_label .control__indicator:after{
 left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid #02BAD4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .forgot_link {
    float: right
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .forgot_link a {
    font-size: 12px;
    color: #b4becc;
    font-weight: 600;
    text-decoration: none !important
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .login-form .forgot_link a:hover {
    color: #0af
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr {
    position: relative
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-login-title {
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
    color: #b4becc;
    font-weight: 600;
    margin: 0 0 16px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-login-title:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background: #f7f7f7;
    margin: -1px 0 0
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-login-title span {
    position: relative;
    background: #fff;
    padding: 0 20px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth {
    position: relative;
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li {
    display: inline-block;
    vertical-align: top;
    margin: 0 8px
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a {
    display: block !important;
    /*width: 40px;*/
    /*height: 40px;*/
    /*border: 1px solid #edf1f5;*/
    color: #b4becc;
    text-align: center;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    font-size: 16px;
    text-decoration: none !important
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a i {
    margin: 0 !important
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a:hover {
    color: #fff
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a:hover.facebook {
    background: #3b5998;
    border-color: #3b5998
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a:hover.twitter {
    background: #1da1f2;
    border-color: #1da1f2
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a:hover.google-plus {
    background: #dd4b39;
    border-color: #dd4b39
}
.account-login-form-wr .account-login-form .account-login-form-left .tab .social-login-wr .social-auth li a:hover.linkedin {
    background: #0077b5;
    border-color: #0077b5
}
.account-login-form-wr .account-login-form .account-login-form-right {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    background-color: #b4becc;
    background-size: cover;
    padding: 20px 30px;
    background-position: 50% 50%;
    text-align: center;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.account-login-form-wr .account-login-form .account-login-form-right:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
   /*  background: rgba(51, 62, 67, 0.4) */
}
.account-login-form-wr .account-login-form .account-login-form-right .slogan {
    position: relative
}
.account-login-form-wr .account-login-form .account-login-form-right .slogan h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff
}
.sm-search {

}
.sm-search .tp-input{

}
.sm-search .tp-input input{

}
.sm-search .btn-search-sm{
    position: absolute;
    right: 1px;
    top: 1px;
    background-color: #FFF;
    color: #aaa;
    font-size: 1.5rem;
	padding: 7px 10px;
}
.sm-search .btn-search-sm:hover{
 box-shadow:none;
}
.notice-bot-table{text-align:right;}
.notice-bot-table span{display:inline-block; padding-right:10px;}
th.thl-w-img,td.thl-w-img{position:relative; padding-left: 44px !important;}
th.thl-w-img img, td.thl-w-img img{position:absolute; left:8px;width: 25px;height: 25px}

.list-collapse__content .buy-topic{
	background-color: #f7f7f7;
}
.lesson-progress.progress{
    float: left;
    margin: 0;
    height: 8px;
    margin-top: 3px;
}
.lesson-progress-percent{
    font-size: 12px;
    color: #fe5656;
	float: left;
    padding: 0;
    line-height: 14px;
    text-align: right;
	width: 40px;
	font-weight: bold;
}
.class-description.show{
	height: auto;
}
.class-description{
	height: 300px;
	overflow: hidden;
	position: relative;
}
.class-description.show .class-show-more{
	display: none;
}
.class-show-more{
    position: absolute;
    top: 260px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.79);
    color: #000;
    font-size: 18px;
    height: 40px;
	cursor: pointer;
}
.new_notification_count{
	background-color: #ff6767;
}
.text-info {
    color: #00abff;
}
.topic-stats{
    color: #888888;
}
.topic-stats .green{
    color: green;
}
.topic-stats .blue{
    color: blue;
}