body, html{
	background-color: #fdfbfb;
	font-family: 'Open Sans', sans-serif;
	height: 100vh;
}
.ml{
	margin-left: 10px;
}
.dml{
	margin-left: 20px;
}
.mr{
	margin-right: 10px;
}
.dmr{
	margin-right: 20px;
}
.mb{
	margin-bottom: 10px;
}
.mt{
	margin-top: 10px;
}

#mainmenu ul li a.logo {
	background-image: url('../images/logo.svg');
	background-repeat: no-repeat;
	text-indent: -9000px;
	height: 34px;
	width: 93px;
	background-size: 93px 34px;
	border: 0;
	margin: 20px 30px 0 0;
}


.form-control{
	border-radius: 2px;
}
.form-group{
	margin-bottom: 5px;
}

#mainmenu{
	background-color: #fff;
	border-color: #f6f4f4;
}
#mainmenu ul li a{
	color: #333333;
	text-transform: uppercase;
	line-height: 44px;
}
#mainmenu ul li a:hover{
	color: #009adb;
}
#mainmenu .navbar-nav {
    width: 100%;
    text-align: center;
  }
#mainmenu .navbar-nav  > li {
    float: none;
    display: inline-block;
}
#mainmenu{
	margin-bottom: 0;
}
.tp-card{
	background-color: #fff;
	border: 1px solid #f6f4f4;
	padding: 20px;
	margin-bottom: 30px;
	height: 300px;
	overflow: hidden;
	border-radius: 3px;
}

.course-card{
	background-color: #fff;
	border: 1px solid #f6f4f4;
	padding: 20px;
	margin-bottom: 30px;
	height: 400px;
	overflow: hidden;
	border-radius: 3px;
}
.course-image{
	height: 150px;
	margin-bottom: 10px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/placeholder.jpg');
	display: block;
}
.course-card h2{
	height: 34px;
	overflow: hidden;
}
.course-card h2 a{
	color: #333;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
}
.course-card h2, .tp-card h2{
	padding: 0;
	margin: 4px 0 10px 0 ;
}
.course-card .owner a, .tp-card .owner a{
	color: #a9a9a9;
	font-size: 12px;
}
.course-card .creator, .tp-card .creator{
	color: #a6b3c1;
	font-size: 13px;
	margin-bottom: 10px;
}
.course-card .description{
	font-size: 13px;
	height: 54px;
	overflow: hidden;
	margin-bottom: 10px;
}
.course-card .description a{
	color: #333;
	text-decoration: none;
}
.course-card .price, .tp-card .price{
	border-top: 1px solid #f6f4f4;
	padding-top: 10px;
	line-height: 34px;
	font-size: 30px;
	font-weight: bold;
}
.btn-success{
	background-color: #e7b816;
	font-size: 15px;
	font-weight: bold;
	border-color: #e7b816;
	border-radius: 3px;
}
.btn-default{
	color: #333;
	font-weight: bold;
	background-color: transparent;
}
.btn-success:hover{
	background-color: #E5AF00;
	border-color: #e7b816;
}
.btn-default:hover{
	background-color: #fefefe;
}
.pagination{
	margin-bottom: 50px;
}
.pagination > li > a{
	border-radius: 20px;
	margin: 0 5px 0 5px;
	background-color: transparent;
	color: #333;
	font-weight: bold;
}
.pagination > li.missing > span{
	background: none;
	border:0;
}
.pagination > .active > a{
	background-color: #333333;
	color: #fff;
	border-color: #333;
}
.pagination > li > a:hover{
	color: #333;
}
.pagination > .active > a:hover{
	background-color: #444;
	border-color: #444
}
.pagination > li:first-child > a, .pagination > li:last-child > a{
	border-radius: 20px;
}
.pg .previous, .pg .next{
	margin: 20px 0;
	line-height: 34px;
	list-style: none;
}
#footer{

	background-color: #333;
	color: #acacac;
	padding: 20px 0 20px 0;
}
#footer a{
	color: #e6e6e6;
	margin-right: 20px;
}
#footer .copy{
	background-position: 0px 3px;
	background-repeat: no-repeat;
	background-image: url('../images/poweredby.png');
	padding-left: 100px;
	font-size: 13px;
}
#footer .menu{
	line-height: 36px;
}
.discover{
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/bg_discover.png');
	height: 314px;
	background-color: #14c8b1;
	text-align: center;
	color: #fff;
	margin-top: 40px;
}
.discover .msg{
	font-size: 29px;
	font-weight: 300;
	padding-bottom: 100px;
	margin:0;
}
.discover .url{
	padding-top: 100px;
	font-size: 50px;
	font-weight: bold;
	margin:0;
}
h1{
	font-size: 45px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 70px;
	text-align: center;
}
h2{
	font-size: 29px;
	font-weight: 300;
}
p.org{
	font-size: 17px;
	margin-bottom: 80px;
}
p.org span{
	color: #b9b9ba;
}
p.org a{
	color: #333;
	text-decoration: underline;
}
.course-card.view{
	height: auto;
}
.course-card.view .owner, .course-card.view .creator{
	color: #333;
	font-size: 14px;
}
.course-card.view .owner a{
	font-size: 14px; 
	color: #333;
}
.cdetails h2{
	margin-top: 0;
	margin-bottom: 20px;
}
.forms .control-label{
	text-align: left;
	font-weight: normal;
	color: #b2b2b2;
}
.cart{
	margin-top: 80px;
}
.cart .table th, .cart .table td{
	border: 0;
}
.cart .table th{
	font-weight: normal;
	font-size: 14px;
	color: #666;
}
.cart .table .course{
	font-size: 20px;
	font-weight: bold;
}
.cart .table .cart-item{
	background-color: #fff;
	border: 1px solid #efefef;
	border-radius: 3px;
}
.cart .table .cart-item td{
	padding: 20px;
	line-height: 54px;
}
.cart .total{
	color: #adadad;
	font-size: 22px;
}
.cart .total td{
	color: #666;
}
.cart .total .amount{
	color: #333;
	text-align: right;
	font-weight: bold;
}

.ico_del{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../images/ico_del.png');
	height: 20px;
	width: 20px;
}
.cart .table .ico_del{
	margin-top: 16px;
}
.cart .qty{
	width: 50px;
	margin-left: 14px;
	float: left;
}
.update{
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-image: url('../images/ico_refresh.png');
	height: 20px;
	width: 22px;
	float: left;
	margin: 17px 0 0 10px;
	cursor: pointer;
}
.transparent{
	opacity: 0;
    filter: alpha(opacity=0);
}
.wizzard{
	background-color: #f8f7f7;
	border-top: 1px solid #f1f0f0;
	border-bottom: 1px solid #f1f0f0;
	text-align: center;
	padding: 20px;
	font-weight: bold;
	font-size: 15px;
}
.wizzard a{
	color: #e7b816;
	font-weight: bold;
	font-size: 15px;
	background-position: 0px 2px;
	background-repeat: no-repeat;
	background-image: url('../images/wiz_done.png');
	padding-left: 22px;
	margin: 0 20px 0 20px;
}
.wizzard a.notdone{
	background: none;
	color: #333;
}
.wizzard span{
	color: #cdcdcd;
}
.wizzard span.dml{
	color: #333;
}
.checkout{
	margin-top: 80px;
	margin-bottom: 80px;
	margin-left: auto;
	margin-right: auto;
	float: none;
}
.chosen-container{
	margin: 30px 0 30px 0;
}


/*chosen*/

select.form-control + .chosen-container.chosen-container-single .chosen-single {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    background-image:none;
}

select.form-control + .chosen-container.chosen-container-single .chosen-single div {
    top:4px;
    color:#000;
}

select.form-control + .chosen-container .chosen-drop {
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    margin: 2px 0 0;

}

select.form-control + .chosen-container .chosen-search input[type=text] {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container .chosen-results {
    margin: 2px 0 0;
    padding: 5px 0;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li , 
select.form-control + .chosen-container .chosen-results li.active-result {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333;
    white-space: nowrap;
    background-image:none;
}
select.form-control + .chosen-container .chosen-results li:hover, 
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted
{
    color: #FFF;
    text-decoration: none;
    background-color: #428BCA;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices {
    display: block;
    width: 100%;
    min-height: 34px;
    padding: 6px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    background-image:none;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height:auto;
    padding:5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {

    background-image: none;
    padding: 3px 24px 3px 5px;
    margin: 0 6px 0 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    background-color: #FFF;
    border-color: #CCC;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    top:8px;
    right:6px;
}

select.form-control + .chosen-container-multi.chosen-container-active .chosen-choices,
select.form-control + .chosen-container.chosen-container-single.chosen-container-active .chosen-single,
select.form-control + .chosen-container .chosen-search input[type=text]:focus{
    border-color: #66AFE9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control + .chosen-container-multi .chosen-results li.result-selected{
    display: list-item;
    color: #ccc;
    cursor: default;
    background-color: white;
}

/* end chosen */


span.cart_count{
	margin-left: 6px;
	border-radius: 10px;
	background-color: #f24e35;
	color: #FFF;
	width: 20px;
	height: 20px;
	line-height: 18px;
	position: absolute;
	top: 26px;
	right: -14px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
}
.cartitem{
	margin-right: 30px;
}
.navbar li a.client_logo{
	padding: 0;
}
.cart .table .cart-item td.text-right{
	white-space: nowrap;
}
.tp-courses{
	font-size: 12px;
	overflow: hidden;
  	height: 200px;
}
.loader {
	border: 4px solid #f3f3f3;
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.lng-price {
	font-size: 24px !important;
}
.checkout-message-container {
	padding: 20px;
	border-radius: 8px;
	background-color: #f0f0f0;
	color: #333;
	font-size: 16px;
    display: flex;
    line-height: 1.5;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px !important;
    justify-content: space-around;
    font-weight: 500;
}