@import url('//fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

body{
    overflow-x: hidden;
    font-family: 'Quicksand';
}
h1,h2,h3,h4{
    margin: 0;
}
a:focus,img:focus{
    outline: 0px;
}
p{
    margin-bottom: 0;
}
ul{
    padding-left:0;
    margin: 0px;
}
.full-width{
    width: 100%!important;
    max-width: 100%!important;
}
.background-grey{
    background-color: #f4f5f6;
}
.section-pad{
    padding-top: 45px;
    padding-bottom: 45px;
}
.btn-primary.btn--blue {
    color: #fff;
    background-color: #4073b9;
    border-color: #4073b9;
    font-weight: 500; 
}
.btn-primary.btn--blue:hover,
.btn-primary.btn--blue:active,
.btn-primary.btn--blue:focus {
    color: #fff;
    background-color: #3966a2;
    border-color: #4073b9;

}
.btn-primary.btn--lg {
    padding: 15px 30px;
    font-size: 18px;
    width: 100%;
    max-width: 300px;
}

.course-status{
    padding: 30px 0px;
}
.progress-inner{
    overflow: hidden;
    padding-top: 63px;
}
.progress-right{
    width: 83px;
    padding-left: 5px;
    float: left;
    position: relative;
}
.progress-left{
    width: 100%;
    max-width: calc(100% - 110px);
    float: left;
}
.progress-wrap h2{
    font-size: 32px;
    color: #333;
    line-height: 1.3;
    min-height: 142px;
}
.progress-inner h3{
    font-size: 16px;
    padding-right: 83px;
    margin-bottom: 15px;
}
.progress {
    margin-bottom: 0px;
    border-radius: 7px;
    background-color: #737373;
}
.progress-bar {
    background-color: #e75e68; 
}
.progress-right:before{
    content: "\f091";
    position: absolute;
    left:50%;
    top:-37px;
    font-size: 30px;
    color:#737373;
    font-family: 'Fontawesome';
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
a[data-fancybox]{
    position: relative;
}
a[data-fancybox] .play-btn{
    position: absolute;
    top:-800%;
    left:50%;
    width: 120px;
    height: 120px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(226,30,26, .5);
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
a[data-fancybox] .play-btn i{
    position: absolute;
    top:50%;
    left:50%;
    color:rgba(255,255,255,.5);
    font-size: 50px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
a[data-fancybox]:hover .play-btn i{
    color:rgba(255,255,255,.9);
}


.inner-nav .navbar-default .navbar-nav>li>a {
    color: rgb(77,77,77);
    font-weight: 500;
    font-size: 15px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
.inner-nav .navbar-default {
    background-color: #fafbfb;
    border-color: #c0c0c0;
    border-radius: 0px;
    border-right-color: transparent;
    border-left-color: transparent;
    margin-bottom: 0px;
}
.inner-nav .navbar-default .navbar-nav>li>a:hover,
.inner-nav .navbar-default .navbar-nav>.open>a{
    color: rgb(231, 94, 104);
}
.inner-nav .dropdown-menu {
    min-width: 200px;
}
.inner-nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #e75e68;
}
.inner-nav .navbar-default .navbar-toggle:focus, .inner-nav .navbar-default .navbar-toggle:hover {
    background-color: rgba(221, 221, 221, 0);
}
.inner-nav .navbar-default .navbar-toggle {
    border-color: rgba(221, 221, 221, 0);
}
.title-single{
    padding: 50px 0px;
}
.sec-title{
    color: rgb(2,4,4);
    font-size: 36px;
}
.anon-left{
    width: 100%;
    max-width: 300px;
    margin-left: auto;
    padding-left:40px;
    padding-right: 20px;
    text-align: center;
    position: relative;
}
.anon-left:before{
    content: "";
    width:30px;
    height: 30px;
    position: absolute;
    top: 43px;
    left: 4px;
    background: #ea616b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.anon-right{
    border-left:1px solid #ddd;
}
.anon-r-top{
    border-bottom:1px solid #ddd;
    padding: 45px 20px 22px 35px;
}
.anon-right .tab-content{
    padding-left: 35px;
    padding-top: 22px;
    padding-bottom: 22px;
}
.nav-tabs.type-vertical>li {
    float: none;
    margin-bottom: 0px;
}
.nav-tabs.type-vertical>li>a {
    font-weight: 500;
    padding: 12px 15px;  
    color: rgb(62,62,62);
    border: none;
    border-radius: 0px;
}
.nav-tabs.type-vertical>li.active>a, .nav-tabs.type-vertical>li.active>a:focus, .nav-tabs.type-vertical>li.active>a:hover {
    color: rgb(62,62,62);
    background-color: #cbcbcb;
    border: none;
    border-radius: 0px;

}
.anon-l-top{
    position: relative;
    width: 120px;
    height: 120px;
    margin: auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #ea616b;
    margin-bottom: 25px;
    padding: 1px;
}
.anon-l-top #change-photo{
    position: absolute;
    bottom: 0px;
    left:0px;
    color:#fff;
    background: #c3453f;
    text-decoration: none;
    display: block;
    width:100%;
    text-align: center;
    padding: 3px;
    font-size: 11px;
}
.anon-l-top img{
    width:100%;
    height: 100%;
    object-fit: cover;
}

.nav-tabs.type-vertical {
    border-bottom: none;
}
.tab-inner{
    width: 100%;
    max-width: 632px;
}
select.form-control{
    -webkit-appearance:none;
    position: relative;
    background: url(../assets/images/down-arrow.png) no-repeat 98% center;
}
.form-control.has-pencil{
    -webkit-appearance:none;
    background: url(../assets/images/pencil.PNG) no-repeat 98% center;
    padding-right: 32px;
}
.form-control {
    height: 44px;
    font-weight: 500;
    color:rgb(62,62,62);
}
.form-group {
    margin-bottom: 20px;
}
.form-group label{
    padding-top: 10px;
    color: rgb(62,62,62);
    font-weight: 700;
}
textarea.form-control{
    min-height: 120px;
    max-width: 100%;
}
.form-control:focus {
    box-shadow: none;
}
.anon-r-top h2{
    color: rgb(3,4,4);
}
.anon-r-top h2 img{
    margin-left: 30px;
}
.change-pw-top{
    border-bottom: 1px solid #ddd;
    margin-left: -35px;
    padding-left: 35px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 36px;
}
.change-pw-top .input-group-addon {
    background-color: transparent;
    border-right-color: transparent;
}
.change-pw-top .form-control {
    border-left-color: transparent;
    color:rgb(2,3,3);
}
.has-error{
    border-color: #c3453f;
}
.input-group .has-error{
    border-color: #c3453f;
    border-right-color: transparent;
}
.payment-wrapper .input-group .form-control{
    border-right-color: transparent;
}
.has-error+.input-group-addon{
    border-color: #c3453f;
}

.payment-wrapper .input-group-addon:last-child {
    color: #e0e0df;
    font-size: 28px;
    background-color: transparent;
}
.error-response{
    display: block;
    color:rgb(195,69,63);
    font-size: 12px;
    padding: 5px 20px;
}
.custom-radio{
    position: relative;
    cursor: pointer;
}
.custom-radio input{
    display: none;
}
.custom-radio span{
    position: relative;
    font-size: 16px;
    color:rgb(62,62,62);
    padding-left: 30px;
}
.custom-radio span:before{
    content: "";
    position: absolute;
    top:2px;
    left:0px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ddd;
}
.custom-radio input[type="radio"]:checked+span:after{
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
}
.custom-radio input[type="radio"]:checked+span:before{
    background: #4073b9;
}
.ex-month, .ex-year{
    width: 50%;
    float: left;
}
.ex-month .form-control{
    border-radius: 4px 0px 0px 4px;
    border-right-color: transparent;
}
.ex-year .form-control{
    border-radius: 0px 4px 4px 0px;
}
.payment-wrapper .form-control {
    height: 55px;
}
.inner-label{
    position: relative;
}
.inner-label span{
    position: absolute;
    top: 4px;
    left: 14px;
    font-size: 9px;
    color: #333;
    font-weight: 500;

}
.policy-link{
    font-size: 11px;
    display: block;
    color: rgb(103,103,104);
    padding: 13px 0px;
}
.policy-link a{
    text-decoration: none;
    color:#4073b9;
}
.payment-wrapper {
    background: #fcfefe;
    border: 1px solid #ddd;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.custom-check{
    display: block;
    position: relative;
}
.custom-check input{
    display: none;
}
.custom-check span{
    position: relative;
    font-size: 16px;
    color:rgb(103,103,104);
    padding-left: 30px;
    font-weight: 500;
    cursor: pointer;
}
.custom-check span:before{
    content: "";
    position: absolute;
    top:2px;
    left:0px;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #4073b9;
}
.custom-check input[type="checkbox"]:checked+span:after{
    content: "\f00c";
    font-family: Fontawesome;
    position: absolute;
    top:2px;
    left:3px;
    color:#fff;
    font-size: 15px;
}

/* add on: 29.10.17
   author by: VanTran
*/

.boxtext {
    color: #000;
    text-align: left;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding:5px;
}

.blackbox{	
    width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0%;
    border: 1px solid #717171;
    margin-bottom: 0px;                    
    padding: 0px;   
}

.blackbox:hover {   
    background-color: #ebf1ed;   
    cursor: point;
}

.product{
	position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 0%;
    border: 0px solid #717171;
    margin-bottom: 5px;                    
    padding: 0px;  
    border-bottom:1px solid #717171;
    padding: 0px;   
}

.product-tag{	
    font-family: Fontawesome;
    position: absolute;      
    width: 80px!important;       
    border:0px solid #ccc;   
    background: #f8d047;
    /*border-top-right-radius: 2em;
    border-bottom-right-radius: 2em;*/
    margin-top:10px; 
    padding: 5px;
    text-align: center;
	font-weight:500px;
    vertical-align: middle;    
}
	
.triangle-right{		
	position: absolute; 
    border-top: 15px solid transparent;
    border-left: 20px solid #f8d047;
    border-bottom: 15px solid transparent;	
    width:0px;
	height:0px;
	top:0px;
	left:79px;
}


p.justify {
	text-align:justify	
}

div.icon-social, .icon-media{
	font-weight: bold; 	
	font-family: 'Droid Sans', sans-serif; 
	color:#666666; 
	font-size:19px; 	
}

div.icon-social > i{
	padding-left: 15px;
	padding-right: 10%;
}

div.icon-media > i{
	font-size:15px; 
	padding-top: 10px;
	padding-right: 5%;	
}

div.icon-media > i > div{
	padding-top:3px;
	margin-left:20px;
}


















