@import "custom_table.css";
@import "custom_tree.css";

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 11.03.2015, 15:38:56
    Author     : Georgi Georgiev
*/

/* some common styles */
.padding-left-0 {
    padding-left: 0;
}

.padding-right-0 {
    padding-right: 0;
}

.padding-top-0 {
    padding-top: 0;
}

.padding-bottom-0 {
    padding-bottom: 0;
}

.padding-0 {
    padding: 0;
}

.margin-left-0 {
    margin-left: 0;
}

.margin-right-0 {
    margin-right: 0;
}

.margin-top-0 {
    margin-top: 0;
}

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

.margin-0 {
    margin: 0;
}

/* The styling starts here */

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-10 {
    margin: 10px;
}

.margin-right-5 {
    margin-right: 5px;
}

.img-circle {
    height: 100%;
    width: auto;
}

.image-cropper {
    width: 170px;
    height: 170px;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.image-cropper img {
    display: inline;
    margin: 0 auto;
    height: auto;
    width: 100%;
}

.nav > li.sub-menu-active > a {
    color: #ff5327;
}

.logo-menu {
    max-width: 30%;
}

address {
    height: 190px;
    overflow: hidden;
}

.img-logo {
    width: 20%;
}

.text-xs {
    font-size: 80%;
}

.course_shop_title {
    font-size: 25px;
    color: #868686;
}

.cart-holder .count-info span.label {
    right: -19px;
}

/* Styling user profile page */
.profile-picture img {
    max-width: 70px;
    max-height: 70px;
}

/**
 * Styling
 */

.label-custom-blue {
    background-color: #8cc4f5;
}

.label-custom-orange {
    background-color: #feaa7e;
}

.label-custom-green {
    background-color: #93e694;
}

.label-custom-green1 {
    background-color: #7fc8bf;
}

.label-custom-violet {
    background-color: #9495d6;
}

.label-custom-pink {
    background-color: #ea7f99;
}

.k-icon {
    margin-right: 3px;
}

/**
 * Tabs Styling
 */
.ibox .nav-tabs {
    margin-bottom: 20px;
}

.ibox .nav-tabs > li.active > a:hover,
.ibox .nav-tabs > li.active > a,
.ibox .nav-tabs > li.active > a:focus {
    border-bottom: 1px solid #ffffff;
    outline: 0;
}

/**
 *
 */
.form-control {
    height: auto;
    border-color: #dadada;
}

.k-widget.form-control {
    padding: 0;
    border: 0;
}

input, select, textarea {
    line-height: 1.94em;
    padding: 0.177em 0.8em;
}

input:focus, select:focus, textarea:focus {
    border: 1px solid #1ab394;
}

/**
 * Drag & Drop styling
 */
.ui-sortable {
    padding: 0;
    margin: 0;
}

.ui-sortable li {
    list-style: none;
    padding: 5px;
    margin-bottom: 3px;
    cursor: move;
}

.ui-sortable li > span {
    margin-right: 10px;
    display: inline-block;
    padding: 3px;
    border-right: 1px solid #dddddd;
}

.ui-sortable li > a {
    margin-right: 5px;
}

.ui-droppable {
    border: 2px dashed #e5e6e7;
    margin-top: 5px;
    padding: 5px 10px 8px 10px;
}

/* do it like in FontAwesome :)*/
.drag_drop_icon {
    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;
    transform: translate(0, 0);
}

.ui-icon-arrowthick-2-n-s:before {
    content: "\f047"; /*fa-arrows*/
}

img.loader {
    left: 50%;
    position: fixed;
    top: 50%;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.k-widget .ibox * {
    box-sizing: border-box;
}

.k-animation-container, .k-widget, .k-window.k-widget *, .form-group .k-widget *, .k-editor.k-widget *, .k-animation-container *, .k-widget *:before, .k-animation-container *:after, .k-block .k-header, .k-list-container,
.k-pager-wrap.k-widget *, .k-toolbar .k-widget * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.k-tool-icon.k-insertVideo {
    background: none;
}

.k-tool-icon.k-insertVideo:before {
    font: normal normal normal 24px FontAwesome;
    content: "\f167"; /* youtube icon */
    color: #000;
}

.main-content table,
.k-editable-area .k-table {
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    font-size: small;
    margin: 0 0 15px;
    width: 100%;
}

.main-content table td,
.k-editable-area .k-table td {
    border-color: #d9d9d9;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    padding: 3px 5px;
}

/*custom certificate preview*/

.certificate-preview-holder table {
    height: 700px;
}

.certificate-preview-holder h2,
.certificate-preview-holder h3,
.certificate-preview-holder h4,
.certificate-preview-holder h5 {
    width: 100%;
}

.certificate-preview-holder p {
    padding-left: 75px;
    padding-right: 75px;
}

.certificate-preview-holder .k-editor .k-content {
    width: 595px;
    height: 842px;
}

/*Login page*/


.loginscreen h1 {
    line-height: 1;
}

.loginscreen h1 img {
    margin-left: 85px;
}

.logo-name {
    width: 300px;
}

.non-logged-form-holder {
    font-family: 'Raleway';
    color: #000;
    margin: 40px;
    /*	padding-top: 30px;
        padding-bottom: 30px;*/
    text-align: center;
    margin-bottom: 20px;
    margin-top: 5px;
    width: 300px;
    display: inline-block;
}

.non-logged-form-holder p {
    font-size: 15px;
}

p.non-logged-title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 30px;
}

.non-logged-link-holder {
    text-align: center;
    width: 460px;
}

.non-logged-link-holder a {
    font-size: 15px;
    font-weight: bold;
}

.non-logged-form-holder input,
.non-logged-form-holder .btn-orange {
    width: 300px;
    margin: 0 auto;
}

.btn-orange,
.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active {
    background-color: #ff5327;
    border-color: #ff5327;
    color: white;
}

.header-logo {
    position: relative;
    margin-top: -15px;
}

.logo-element {
    background-color: #ff5327;
    border-color: #ff5327;
}

.logo-element {
    padding: 14px 0;
}

.logo-menu {
    max-width: 40%;
}

.nav > li.active {
    /*border-left: 4px solid #ff5327;*/
}

/*Store styles*/

.item-description-holder {
    overflow: hidden;
}

.item-description-holder img {
    margin: 10px 15px 10px 10px;
    max-width: 150px;
    max-height: 200px;
}

.details-list .item-description-holder {
    height: 150px;
    overflow: hidden;
}

.info-list-holder {
    margin-top: 2px;
    height: 50px;
    margin-bottom: 15px;
}

.info-list-holder div {
    margin-bottom: 5px;
}

/*.info-list-holder ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 25px;
	width: 100%;
}*/

.info-list-holder span {
    display: inline;
    background-image: url("../../images/course_highlights_sprite.png");
    background-repeat: no-repeat;
    background-size: inherit;
    height: 20px;
    padding-left: 30px;
    padding-top: 4px;
    width: 20px;
    margin-right: 30px;
}

.bii_approved_holder {
    background-position: 0 0;
}

.time_required_holder {
    background-position: 0 -38px;
}

.cpd_points_holder {
    background-position: 0 -154px;
}

.certificate_holder {
    background-position: 0 -74px;
}

.flexible_holder {
    background-position: 0 -115px;
}

.i_c_solutions_holder {
    background-position: 0 -230px;
}

.courses-list-holder {
    height: 65px;
    overflow: hidden;
}

#recomended_grid .k-grid-header {
    display: none
}

.thumb-video-img {
    width: 150px !important;
}

.stepy-header {
    display: none;
}

.small-gutter {
    margin-left: -5px;
    margin-right: -5px;
}

.small-gutter > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
}

.main-content h1 {
    color: #ff5327;
    font-weight: 800;
    margin-bottom: 30px;
}

.button_group a {
    color: #868686;
}

.margin_left_40 {
    margin-left: 40px;
}

.text-center {
    text-align: center !important;
}

.vertical-line {
    border-left: 1px solid #e7e7e7;
    height: 35px;
    width: 1px;
}

.bookmarks_ibox {
    margin-top: 30px;
    border: 1px solid #e7e7e7;

    border-radius: 4px;
}

.text_color {
    color: #868686;
}

.custom-box {
    border: 1px solid #e7e7e7;
    border-radius: 4px;
}

.custom-box-title {
    padding: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.custom-box-title h5 {
    display: inline;
}

.custom-box-title .custom-tools {
    float: right;
    cursor: pointer;
}

.custom-box-content {
    padding: 20px;
}

.custom-box-content p {
    padding-bottom: 10px;
    border-bottom: 1px solid #e7e7e7;
}

.custom-box-content p .delete_bookmark {
    float: right;
}

.bookmarks_content {
    display: none;
}

#add_note_container {
    display: none;
}

.faq-question {
    color: #676a6c;
}

.topic_more_info {
    position: relative;
    text-decoration: none;

}

.current_active {
    color: #ff5327 !important;
}

/*.active:after {*/
/*content:"";*/
/*position:absolute;*/
/*left:73%;*/
/*right:20%;*/
/*bottom:325px;*/
/*border-bottom:1px solid #ff5327;*/
/*}*/

.current_active:after {
    content: "";
    position: absolute;
    left: 20%;
    right: 20%;
    bottom: -5px;
    border-bottom: 1px solid #ff5327;
}

.orange_color {
    color: #ff5327;
}

.orange_color_bold {
    color: #ff5327;
    font-weight: 600;
}

.show_awesome_icons {
    display: block !important;
}

.hide_awesome_icons {
    display: none !important;
}

.counter_holder {
    position: relative;
    /*padding-left: 25px;*/
    margin-bottom: 40px;
}

.counter_text {
    font-size: 18px;
    color: #868686;
    position: absolute;
    top: 12px;
}

.counter_count {
    color: #ff5327;
    font-size: 42px;
    position: absolute;
    top: 23px;
    left: calc(50% - 15px);
}

.timer {
    /*margin-left: -10px;*/
}

@media (max-width: 1670px) {
    .counter_text {
        /*font-size: 14px;*/
        /*color: #868686;*/
        /*position: absolute;*/
        /*top: 12px;*/
        /*left: -41px;*/
    }

    .counter_count {
        /*color: #ff5327;*/
        /*font-size: 42px;*/
        /*position: absolute;*/
        /*top: 23px;*/
        /*left: 58px;*/
    }

    .timer {
        margin-left: -10px;
    }

    .vertical-line {
        /*margin-right: 40px !important;*/
    }

    .counter_count img {
        max-width: 70%;
    }

}

@media (min-width: 1700px) {
    .all_holder {
        padding-left: 60px;
    }

}

@media (max-width: 1600px) {
    /*.kendo_chart {*/
    /*    display: none;*/
    /*}*/

    .all_counters {
        width: 100%;;
    }
}

.view_all_button {
    color: #ff5327;
    margin-top: 10px;
    width: 120px;
    margin-left: 12px;
}

.no_border {
    border: none !important;
}

.no_background {
    background: none !important;
}

.nav-tabs > li {
    margin-bottom: 10px;
}

.nav-tabs > li.active a {
    color: #ff5327 !important;
}

.nav-tabs > li.active > a:after {
    content: "";
    position: absolute;
    left: 25%;
    right: 20%;
    bottom: 7px;
    border-bottom: 1px solid #ff5327;
}

.search_input_group {
    width: 40%;
}

.search_in_course {
    background-color: #f8f8f8;
    border: none;
    background-image: url('../../images/search-icon.png');
    background-position: 98%;
    background-repeat: no-repeat;
}

th {
    background-color: #ffffff !important;
}

.course_registered {
    color: #5bd660;
}

.paid_course {
    color: #ff8161;
}

.light_green_button {
    color: #5bd660;
    border: 1px solid #5bd660;
}

tr:last-child > td {
    border: none !important;
}

#recommended-row-template tr:first-child > td {
    border: none !important;
}

#recommended_grid > .k-grid-toolbar {
    border: none !important;
    margin-top: -15px;
}

.arrow-right {
    background-image: url("../../images/arrow-right.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
}

.arrow-left {
    background-image: url("../../images/arrow-left.png");
    background-repeat: no-repeat;
    width: 7px;
    height: 11px;
}

.course_shop_price {
    font-size: 42px;
}

#read-holder img {
    max-width: 100% !important;
}

#courses_buy_grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#package_buy_grid {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

#courses_buy_grid .row {
    margin: auto;
}

#courses_buy_grid strong {
    font-size: 15px;
}

.course_shop_description {
    font-family: Raleway !important;
    line-height: 25px;
}

.side_border {
    padding-left: 10px;
    padding-right: 10px;
}

.left_border {
    border-left: 1px solid #e7eaec;
    padding-left: 20px;
}

.right_border {
    border-right: 1px solid #e7eaec;
    padding-right: 20px;
}

.left_border:before {
    content: "X";
    position: absolute;
    left: 0;
    bottom: 50px;
}

.course_shop_holder {
    padding: 23px;
    border: 1px solid #e7eaec;
    border-width: 0 1px 1px 0;
    position: relative;
}

.course_shop_holder:after {
    content: " ";
    background: url("../../../assets/images/dot-separator.png") no-repeat center center;
    position: absolute;
    background-color: white;
    right: -21px;
    bottom: -21px;
    width: 44px;
    height: 44px;
    z-index: 2;
}

/*.course_shop_holder:nth-last-child(3n) {*/
/*border-right: none;*/

/*}*/

.course_shop_holder:nth-child(3n):after {
    background: none;
}

.course_shop_holder:last-child(3n) {
    border-right: none;
}

.package_shop_holder {
    padding: 23px;
    border: 1px solid #e7eaec;
    border-width: 0 1px 1px 0;
    position: relative;
}

.package_shop_holder:after {
    content: " ";
    background: url("../../../assets/images/dot-separator.png") no-repeat center center;
    position: absolute;
    background-color: white;
    right: -21px;
    bottom: -21px;
    width: 44px;
    height: 44px;
    z-index: 2;
}

.package_shop_holder:nth-last-child(3n) {
    border-right: none;
}

.package_shop_holder:nth-child(3n):after {
    background: none;
}

.package_shop_holder:last-child(3n) {
    border-right: none;
}

#courses_buy_grid div:nth-last-child(-n + 3):nth-child(3n + 1),
#courses_buy_grid div:nth-last-child(-n + 3):nth-child(3n + 1) ~ div {
    border-bottom: none;
}

#courses_buy_grid div:nth-last-child(-n + 3):nth-child(3n + 1):after,
#courses_buy_grid div:nth-last-child(-n + 3):nth-child(3n + 1) ~ div:after {
    background: none;
}

#package_grid div:nth-last-child(-n + 3):nth-child(3n + 1),
#package_grid div:nth-last-child(-n + 3):nth-child(3n + 1) ~ div {
    border-bottom: none;
}

#package_grid div:nth-last-child(-n + 3):nth-child(3n + 1):after,
#package_grid div:nth-last-child(-n + 3):nth-child(3n + 1) ~ div:after {
    background: none;
}

.green_button {
    border: 1px solid #6bda70;
    color: #6bda70;
}

.checkout_offset {
    margin-left: 12%;
    line-height: 30px;
}

.checkout_button {
    margin-top: 20px;
}

@media (min-width: 767px) {
   .navbar-minimalize {
       margin-left: -48px;
   }
}

.mini-navbar .nav-second-level {
    background-color: #f8f8f8 !important;
}

/*.course_shop_holder:last-child(3n - 1) {*/
/*border-right: none;*/
/*}*/
/*.course_shop_holder:last-child(3n - 2) {*/
/*border-right: none;*/
/*}*/
/*.course_shop_holder:nth-last-child {*/
/*border: none !important;*/
/*}*/

/* Course read fonts */
div.course_read div.main-content h1 {
    font-family: "Raleway", sans-serif;
    font-weight: 800;
    font-size: 25px;
    -webkit-font-smoothing: antialiased;
}

div.course_read div.main-content h2,
div.course_read div.main-content h2 span,
div.course_read div.main-content h2 ins {
    font-size: 28px !important;
    color: #676a6c !important;
    font-family: "Raleway", sans-serif !important;
    font-weight: 100 !important;
    text-decoration: none !important;
    margin-top: 32px;
    margin-bottom: 50px;
    -webkit-font-smoothing: antialiased;
}

/* Course read styles */

.c_heading {
    font-family: Raleway, 'Raleway Bold', sans-serif;
    font-weight: bold;
    font-size: 25px;
    color: #eb5e3a;
    margin-bottom: 70px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c_bold_text {
    font-weight: 700;
}

p.c_normal_text {
    margin-bottom: 0;
}

.c_normal_text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6d6e71;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#read-holder.raleway-force .c_normal_text,
#read-holder.raleway-force p {
    font-family: Raleway, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #6d6e71;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c_normal_text a.link,
#read-holder.raleway-force a.link {
    color: #ff5327;
    text-decoration: underline;
    font-weight: bold;
}

#read-holder .c_normal_text img,
#read-holder.raleway-force img {
    max-width: none !important;
}

.mt-70 {
    margin-top: 70px !important;
}

.c_corp_link {
    color: #ff5327 !important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c_hr_divider {
    margin-top: 70px;
    margin-bottom: 70px;
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
    height: 0;
    clear: both;
    width: 65%;
}

/*Table lesson summary*/
table.lesson_summary {
   margin: 70px 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
table.lesson_summary .clear {
    clear: both;
    width: 100%;
    height: 0;
}
table.lesson_summary,
table.lesson_summary tr,
table.lesson_summary td {
    border: none !important;
    position: relative;
}

table.lesson_summary p {
    display: inline-block;
}

table.lesson_summary:not('.not-stripped') tr:nth-child(even) {
    background-color: #f8f8f8;
}
table.lesson_summary tr:nth-child(even) td {
    padding: 12px 28px;
}
table.lesson_summary tr:nth-child(odd) td {
    padding: 20px 28px;
}

table.lesson_summary tr > td:nth-child(1) {
    padding-left: 80px;
    line-height: 0;
    width: 90px;
}

table.lesson_summary tr > td:nth-child(2) {
    width: 18px;
    padding: 12px 0;
    text-align: center;
}

table.lesson_summary tr:nth-child(odd) td:nth-child(2) {
    padding: 20px 0;
}

table.lesson_summary tr > td:nth-child(3) {
    width: auto;
}

table.lesson_summary tr > td:nth-child(1) p {
    font-size: 31px;
    line-height: 31px;
    font-weight: 300;
    color: #8d8f92;
    margin: 0;
    text-align: right;
    text-transform: uppercase;
    font-family: 'Raleway Light', 'Raleway', sans-serif;
    float: right;
}

table.lesson_summary tr > td:nth-child(1) p:first-child {
    font-size: 25px;
    line-height: 25px;
    font-weight: 100;
    color: #8d8f92;
    text-transform: lowercase;
    font-family: 'Raleway Thin', 'Raleway', sans-serif;
}

table.lesson_summary tr > td:nth-child(3) {
    font-size: 23px;
    line-height: 23px;
    font-weight: 400;
    color: #eb5e3a;
    /*text-transform: uppercase;*/
    font-family: 'Raleway Medium', Raleway, sans-serif;
}

table.lesson_summary hr.separate {
    width: 160px;
    height: 0;
    position: absolute;
    bottom: -1px;
    left: 0;
    margin: 0;
    border-bottom: 1px solid #000;
}

ul.c_default ul,
#read-holder.raleway-force ul {
    padding: 0;
}

ul.c_default_ul:after,
#read-holder.raleway-force ul:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

ul.c_default_ul li,
#read-holder.raleway-force li {
    padding: 0;
}

ul.c_default_ul li {
    margin: 15px 0;
    list-style: none;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6d6e71;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    clear: both;
    float: left;
}


#read-holder.raleway-force ul li {
    font-family: Raleway, sans-serif;
}

ul.c_default_ul li:before,
#read-holder.raleway-force li:before {
    font-family: FontAwesome;
    content: '\f111';
    font-size: 4px;
    line-height: 8px;
    color: #ced0d1;
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
    margin-left: -19px;
}

#read-holder.raleway-force li {
    margin-left: 40px;
}

ul.c_default_ul.m-5 li,
#read-holder.raleway-force ul.m-5 li {
    margin: 5px 0;
}

ul.c_default_ul ul li,
#read-holder.raleway-force ul ul li{
    margin-left: 30px;
}

ul.c_default_ul ul li:not(:last-child),
#read-holder.raleway-force ul ul li:not(:last-child){
    margin: 0 0 25px 30px;
}

ul.c_default_ul ul li:last-child,
#read-holder.raleway-force ul ul li:last-child {
    margin: 0 0 0 30px;
}

ul.c_default_ul ul li:first-child,
#read-holder.raleway-force  ul ul li:first-child {
    margin-top: 25px;
}

ul.c_default_ul ul li:before,
#read-holder.raleway-force  ul ul li:before {
    border: 1px solid #ced0d1;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
}

ul.c_default_ul.m-5 li {
    margin: 5px 0;
}

ol.c_default_ol {
    counter-reset: item;
    padding-left: 1.5em;
}

ol.c_default_ol li {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #6d6e71;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

ol.c_default_ol li:before {
    content: counters(item, ".") " ";
    counter-increment: item;
    font-weight: bold;
}

/* Subscriptions */
.subscriptions div.heading {
    padding: 25px 0 15px 0;
}

.subscriptions div.buttons {
    margin-top: 20px;
}

.subscriptions div.buttons button,
.subscriptions div.buttons a.btn {
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}

.subscriptions div.buttons button i,
.subscriptions div.buttons a.btn i {
    margin-right: 0.2em;
    font-size: 14px;
}

.subscriptions select {
    height: 34px;
}

.subscriptions .control-inline {
    line-height: 34px;
    cursor: pointer;
    margin-top: 10px;
}

.subscriptions table.k-editor {
    height: auto !important;
    border: 1px solid #dadada;
}

.subscriptions table.k-editor td.k-editable-area {
    height: 100px;
}

.subscriptions table.k-editor ul.k-editor-toolbar {
    border-bottom: 1px solid #dadada !important;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

/* List table stylings */
.subscriptions div.list-table table {
    font-size: 14px;
}
/* Headings */
.subscriptions div.list-table table th {
    font-size: 16px;
    font-weight: bolder;
}

/* Columns size */
.subscriptions div.list-table table col {
    width: auto;
}

.subscriptions div.list-table table col.sm-col {
    width: 120px;
}

.subscriptions div.list-table table col.md-col {
    width: 200px;
}

/* Each second row darker color */
.subscriptions div.list-table table tr:nth-child(odd) {
    background-color: #eee;
}

/* Plan name */
.subscriptions div.list-table table tr td:nth-child(1) {
    font-size: 18px;
}

/* Plan price, frequency, period and actions */
.subscriptions div.list-table table tr th:nth-child(2),
.subscriptions div.list-table table tr th:nth-child(3),
.subscriptions div.list-table table tr th:nth-child(4),
.subscriptions div.list-table table tr th:nth-child(5),
.subscriptions div.list-table table tr td:nth-child(2),
.subscriptions div.list-table table tr td:nth-child(3),
.subscriptions div.list-table table tr td:nth-child(4),
.subscriptions div.list-table table tr td:nth-child(5),
.subscriptions div.list-table table tr td:nth-child(6) {
    text-align: center;
}

.subscriptions div.list-table table tr td a.delete-plan {
    margin-left: 10px;
}

/* Subscriptions show page */
.subscriptions.show {
    text-align: center;
}

.subscriptions.show .paid-plans {
    display: inline-block;
}

.subscriptions.show .plan {
    width: 220px;
    margin: 0 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.subscriptions.show .plan h2 {
    text-transform: uppercase;
    color: #374b5c;
    margin: 30px 0;
}

.subscriptions.show .plan h2.active {
    margin-bottom: 5px !important;
}

.subscriptions.show .plan .active-plan {
    background-color: #5cd456;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    height: 20px;
    font-size: 12px;
    letter-spacing: 1px;
    width: 70%;
    margin: 0 auto;
}

.subscriptions.show .plan .head {
    background: #3775b2; /* Old browsers */
    background: -moz-linear-gradient(top,  #3775b2 0%, #305172 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #3775b2 0%,#305172 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #3775b2 0%,#305172 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3775b2', endColorstr='#305172',GradientType=0 ); /* IE6-9 */
    padding: 27px 0 50px 0;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    position: relative;
}

.subscriptions.show .plan .head.active {
    padding-bottom: 35px;
}

.subscriptions.show .plan .head .expires {
    background-color: #ff5327;
    line-height: 20px;
    height: 20px;
    width: 100%;
    text-align: center;
    color: #fff;
    margin: 0;
}

.subscriptions.show .plan .head div.best-value {
    background: transparent url('../../images/best-value.png') no-repeat center center;
    width: 104px;
    height: 104px;
    position: absolute;
    top: -16px;
    right: -16px;
}

.subscriptions.show .plan .head .cycles {
    background: transparent url('../../images/subscriptions-period-background.png') no-repeat center center;
    text-align: center;
    line-height: 89px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Open Sans', 'Open Sans Extrabold', sans-serif;
    font-weight: 900;
    font-size: 38px;
}

.subscriptions.show .plan .head .period {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    font-family: 'Open Sans', 'Open Sans Semibold', sans-serif;
    white-space: nowrap;
    text-transform: lowercase;
}

.subscriptions.show .plan a.buy-plan {
    display: block;
    position: absolute;
    bottom: -12px;
    left: 22px;
    right: 22px;
    background-color: #5cd456;
    text-transform: uppercase;
    color: #fff;
    font-family: 'Open Sans', 'Open Sans Bold', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 42px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.subscriptions.show .plan .price-holder {
    border: 1px solid #dbdbdb;
    -webkit-border-bottom-right-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-bottomright: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 30px 0;
    background-color: #f7f7f7;
}

.subscriptions.show .plan .price {
    font-size: 37px;
    line-height: 37px;
    color: #374b5d;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.subscriptions.show .plan .price span {
    font-weight: 400;
}

.subscriptions.show .plan .price span span {
    font-size: 20px;
    text-transform: lowercase;
    line-height: 20px;
    vertical-align: middle;
}

.subscriptions.show .plan .price-tax-period {
    font-family: 'Raleway', 'Raleway Light', sans-serif;
    font-weight: 200;
    font-size: 15px;
    text-transform: lowercase;
    color: #374b5d;
    margin-top: 8px;
}

.subscriptions.show .plan .description {
    position: relative;
    font-size: 13px;
}

.subscriptions.show .plan .bubble {
    background-color: #f5f5f5;
    display: inline-block;
    position: relative;
    margin-top: -2px;
}

.subscriptions.show .plan .bubble:after,
.subscriptions.show .plan .bubble:before {
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-top: 12px solid #f5f5f5;
    top: -14px;
    content: '';
    left: 50%;
    margin-left: -12px;
    position: absolute;
}

.subscriptions.show .plan .bubble:before {
    border-top: 13px solid #dbdbdb;
    border-right: 13px solid transparent;
    border-left: 13px solid transparent;
    top: -14px;
    margin-left: -13px;
}

.subscriptions.show .plan .description p {
    padding: 25px 0 !important;
    color: #374b5d !important;
    margin: 0 !important;
    border-bottom: 1px solid #dcdcdc;
}

.subscriptions.show .plan .description p:first-child {
    padding-top: 12px !important;
}

.subscriptions.show .plan .description p:last-child {
    border: none !important;
}

.subscriptions.show hr.divider {
    margin: 15px 0 35px 0;
    border-top: none;
    border-bottom: 1px solid #dcdcdc;
    height: 0;
}

.subscriptions.show .free > h2:first-child  {
    font-family: Raleway, 'Raleway Regular', sans-serif;
    font-size: 19px;
    color: #ff5c32;
    text-transform: uppercase;
    margin-top: 0;
}

.subscriptions.show .free h3 {
    color: #434343;
    font-size: 14px;
    margin-top: 20px;
}

.subscriptions.show .free h3 strong {
    text-transform: uppercase;
}

.subscriptions.show .free .plan .cycles {
    font-size: 24px;
}

/* Subscription plan in sidebar */
.nav-header span.user_subscription {
    font-weight: bold;
    color: #6d6d6d;
}

/* Checkout user login/register form */
.checkout-user-form {
    margin-top: 20px;
}

.checkout-user-form div.login_trigger,
.checkout-user-form div.register_trigger {
    line-height: 40px;
    font-size: 16px;
    background-color: #E3e3e3;
    border: 1px solid #e7eaec;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    cursor: pointer;
    padding: 0 5px;
}

.checkout-user-form div.login_trigger.active,
.checkout-user-form div.register_trigger.active {
    background-color: #e6fee7;
    border-color: #6bda70;
}

.checkout-user-form div.login_trigger {
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.checkout-user-form div.register_trigger {
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.checkout-user-form h3,
.checkout-user-form h4 {
    text-align: center;
}

.checkout-user-form form {
    margin-top: 20px;
}

.checkout-user-form button {
    text-transform: uppercase;
    line-height: 34px;
    padding: 0;
}

.checkout-user-form button i {
    margin-right: 5px;
}

/* Public Header */
body.public .k-overlay.loader-block {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10001;
    width: 100%;
    height: 100%;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: .5;
}

body.public .k-overlay.loader-block img.loader {
    left: 50%;
    position: fixed;
    top: 50%;
}

body.public div.container {
    width: 991px;
    padding: 0;
}

body.public header {
    background-color: #fff;
}

body.public header.header-fixed {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(40,40,40,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(40,40,40,1);
    box-shadow: 0px 0px 5px 0px rgba(40,40,40,1);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 199;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    -ms-transition: all 500ms ease-in;
    -o-transition: all 500ms ease-in;
    transition: all 500ms ease-in;
}

/* Login basket */
body.public header .login-basket {
    background-color: #2f4050;
    -webkit-box-shadow: inset 0px -5px 13px -9px rgba(0,0,0,1.0);
    -moz-box-shadow: inset 0px -5px 13px -9px rgba(0,0,0,1.0);
    box-shadow: inset 0px -5px 13px -9px rgba(0,0,0,1.0);
}

body.public header .login-basket a.btn-login {
    color: #fff;
    font-size: 100%;
    text-transform: uppercase;
    background-color: #58c555;
    margin: 10px 0;
    float: right;
    padding: 6px 10px 4px 10px;
    min-height: 100%;
}

body.public header .login-basket li {
    vertical-align: middle;
}

body.public header .navbar-top-links > li:last-child {
    margin-right: 55px;
}

body.public header .login-basket a.btn-login i {
    font-size: 110%;
    margin-right: 0;
}

body.public header .navbar-top-links li a {
    padding: 0;
    min-height: 100%;
}

body.public header li#cart-holder {
    margin-left: 15px;
    padding-top: 12px;
}

body.public header li#cart-holder i {
    /*font-size: 18px;*/
}

body.public header li#cart-holder .count-info span.label {
    left: 10px;
    right: auto;
    bottom: 12px;
    top: auto;
}

body.public header .nav .open > a {
    background-color: transparent;
}

body.public header li.cart-items a.delete_cart_item {
    padding: 3px 20px;
}

body.public header .dropdown-menu.dropdown-messages {
    margin-top: 9px;
    padding: 17px 10px 16px 10px;
}

/* Main nav */
body.public header div.main-nav-holder {
    background-color: #f3f3f3;
    height: 60px;
    -webkit-box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
    -moz-box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
    box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
}

/* Logo */
body.public header .logo {
    width: 44px;
    height: 30px;
    float: left;
    margin-top: 11px;
    padding: 0;
}

body.public header .logo img {
    margin: 0 0 0 20px;
    padding: 0;
    outline: 0;
    border: 0;
    vertical-align: baseline;
    font-size: 100%;
}

body.public header nav.main-nav {
    display: inline-block;
    height: 60px;
    float: left;
}

body.public header nav.main-nav ul {
    background-color: #f3f3f3;
    padding: 0;
    margin: 0;
    position: relative;
    list-style-type: none;
}

body.public header nav.main-nav ul li {
    float: left;
}

body.public header nav.main-nav a {
    line-height: 61px;
    display: block;
    padding: 0 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #666;
    font-size: 100%;
    -o-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
}

body.public header nav.main-nav a.active,
body.public header nav.main-nav a:hover,
body.public header nav.main-nav a:active,
body.public header nav.main-nav a:focus {
    -o-transition:all .3s ease-in;
    -ms-transition:all .3s ease-in;
    -moz-transition:all .3s ease-in;
    -webkit-transition:all .3s ease-in;
    transition:all .3s ease-in;
    cursor: pointer;
    color: #000 !important;
    background-color: #fff;
}

/* Second nav */
body.public header .second-nav {
    border-bottom: 1px solid #f1f1f1;
    -webkit-box-shadow: 0px 5px 13px -13px rgba(0,0,0,1.0);
    -moz-box-shadow: 0px 5px 13px -13px rgba(0,0,0,1.0);
    box-shadow: 0px 5px 13px -13px rgba(0,0,0,1.0);
    background-color: #fff;
}

body.public header .second-nav ul {
    list-style-type: none;
    margin: 0;
    text-align: left;
    padding: 0;
}

body.public header .second-nav ul li {
    display: inline-block;
    padding: 0 15px;
}

body.public header .second-nav ul li:last-child {
    padding-left: 6px;
    display: none;
}


body.public header .second-nav ul li a {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #666;
    line-height: 30px;
    display: inline-block;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

body.public header .second-nav ul li a.active {
    color: #eb5e3a;
    /*-webkit-box-shadow: 0px 5px 5px -5px rgba(235,94,58,1.0);*/
    /*-moz-box-shadow: 0px 5px 5px -5px rgba(235,94,58,1.0);*/
    /*box-shadow: 0px 5px 5px -5px rgba(235,94,58,1.0);*/
}

body.public header .second-nav ul li a:hover,
body.public header .second-nav ul li a:focus,
body.public header .second-nav ul li a:active {
    color: #eb5e3a;
    -o-transition:all .5s ease-in-out;
    -ms-transition:all .5s ease-in-out;
    -moz-transition:all .5s ease-in-out;
    -webkit-transition:all .5s ease-in-out;
    transition:all .5s ease-in-out;
}

/* Public Footer */
body.public footer {
    height: 356px;
    background-color: #000a19;
}

body.public footer .box {
    background-color: transparent;
    padding: 0px;
    background-image: none;
    margin: 0 auto;
}

body.public footer .bubble {
    float: right;
    width: 80px;
    height: 20px;
    margin-right: 42px;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat -661px -120px;
}

body.public footer .network {
    float: left;
    width: 400px;
}

body.public footer .ntext .menu-menu_v3-container {
    font-family: 'Open Sans',sans-serif;
    font-size: 12px;
    font-weight: 600;
    float: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

body.public footer .box ul {
    margin: 0;
    padding: 0;
}

body.public footer .box ul li {
    background: transparent none;
    padding: 0px;
    list-style: none outside none;
}

body.public footer .terms_condi {
    text-transform: uppercase;
}

body.public footer .network .ntitle {
    font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 14px;
    padding: 35px 0 22px;
    text-transform: uppercase;
    color: #fff;
}

body.public footer .ntext .menu-menu_v3-container .current-menu-item > a {
    font-weight: 700;
    color: #fff !important;
    background-color: transparent;
}

body.public footer .network .ntext a {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    text-decoration: none;
    color: #55777f;
}

body.public footer .network .ntext a:hover {
    text-decoration: underline;
}

body.public footer .ntext {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    width: 400px;
    color: #55777f;
    font-weight: 300;
}

body.public footer .flogo {
    float: right;
    width: 151px;
    height: 33px;
    margin-top: 58px;
    margin-right: 11px;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -684px -904px;
}

body.public footer .social {
    float: right;
    margin-top: 185px;
    margin-right: -151px;
}

body.public footer .google {
    float: right;
    width: 50px;
    height: 50px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -802px -63px;
}

body.public footer .google:hover {
    background-color: #fff;
    background-position: -757px -63px;
}

body.public footer .facebook {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 1px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -794px -24px;
}

body.public footer .facebook:hover {
    background-color: #fff;
    background-position: -750px -24px;
}

body.public footer .twitter {
    float: right;
    width: 50px;
    height: 50px;
    margin-right: 1px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -799px 14px;
}

body.public footer .twitter:hover {
    background-color: #fff;
    background-position: -755px 13px;
}

body.public footer .footer_icon {
    margin-top: 10px;
}

body.public footer .medium {
    float: right;
    width: 50px;
    height: 50px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -34px -1854px;
    margin-left: 1px;
}

body.public footer .medium:hover {
    background-color: #fff;
    background-position: 8px -1854px;
}

body.public footer .linked {
    float: right;
    width: 50px;
    height: 50px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -32px -1742px;
    margin-left: 1px;
}

body.public footer .linked:hover {
    background-color: #fff;
    background-position: 10px -1742px;
}

body.public footer .youtube {
    float: right;
    width: 50px;
    height: 50px;
    background: #f3f3f3 url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat scroll -34px -1799px;
}

body.public footer .youtube:hover {
    background-color: #fff;
    background-position: 8px -1799px;
}

body.public #cop {
    height: 69px;
    background-color: #000;
}

body.public #cop .cbox {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    width: 991px;
    margin: 0 auto;
    padding-top: 24px;
    text-align: right;
    color: #55777f;
}

body.public #cop .bgo {
    color: #fff;
}

body.public .dmca {
    float: right;
    height: 24px;
    margin-left: 15px;
    margin-top: -2px;
    width: 121px;
}

body.public footer .clear {
    clear: both;
}

#toTop {
    position: fixed;
    right: 10px;
    bottom: 45px;
    display: none;
    overflow: hidden;
    width: 51px;
    height: 51px;
    text-decoration: none;
    text-indent: 100%;
    border: none;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat -856px 0;
}

#toTopHover {
    display: block;
    float: left;
    overflow: hidden;
    width: 51px;
    height: 51px;
    opacity: 0;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat -856px -51px;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/* Public Discounts */
body.public .dynamic-discounts {
    margin-top: -1px;
    padding: 0;
}

body.public .silver_discount_box > div,
body.public .gold_discount_box > div,
body.public .platinum_discount_box > div {
    -webkit-box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
    -moz-box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
    box-shadow: inset 0 -5px 13px -13px rgba(0,0,0,1.0);
}

body.public .silver_discount_box > div,
body.public .gold_discount_box > div,
body.public .platinum_discount_box > div,
body.public .cart_discount_box {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    display: inline-block;
    position: relative;
}

body.public .discount_box {
    position: relative;
}

body.public .silver_discount_box .close-discount,
body.public .gold_discount_box .close-discount,
body.public .platinum_discount_box .close-discount {
    position: absolute;
    bottom: -18px;
    right: 0;
    background-color: #c0c0c0;
    color: #fff;
    font-size: 16px;
    width: 24px;
    height: 18px;
    line-height: 18px;
    cursor: pointer;
}
body.public .silver_discount_box .close-discount:hover,
body.public .gold_discount_box .close-discount:hover,
body.public .platinum_discount_box .close-discount:hover {
    background-color: #ff5327;
}

body.public .modal-backdrop {
    z-index: 9998;
}

body.public  .modal-dialog {
    margin-top: 140px;
    z-index: 99999;
}
/* Public Subscriptions */
body.public .subscriptions.show .plan {
    width: 210px;
    margin: 0 13px;
}

/* Public part general fixes */
body.public .wrapper-content {
    padding: 0;
}

body.public .checkout-products-list {
    padding: 0 20px 0 0 !important;
}

/* Public login */
.loginPage .non-logged-form-holder {
    margin: 60px auto 13px auto;
}

.loginPage .non-logged-form-holder h2 {
    color: #fe592f;
    font-family: 'Raleway Light', 'Raleway', sans-serif;
    font-size: 22pt;
    margin: 0;
}

.loginPage .login-content {
    font-family: 'Open Sans Light', 'Open Sans', 'Raleway', sans-serif;
    font-size: 16pt;
    color: #303030;
    margin: 60px 0 70px 0;
}

.loginPage .logo-name,
.loginPage .middle-box h1 {
    font-size: 60px;
}

.loginPage input {
    border: 1px solid #e7e7e7;
    font-family: 'Raleway Medium', 'Raleway', sans-serif;
    font-size: 13pt;
    color: #6c6c6c;
}

.loginPage button[type="submit"] {
    margin-top: 30px;
}

.loginPage .non-logged-link-holder {
    font-family: 'Raleway Medium', Raleway, sans-serif;
    font-size: 14pt;
    color: #6e6e6e;
    width: 300px;
    margin: 0 auto;
}

.loginPage .non-logged-link-holder a:first-child {
    color: #afafaf;
    font-weight: normal;
}

.loginPage .non-logged-link-holder a:last-child {
    margin-top: 10px;
    font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
    font-size: 15px;
}

.loginPage .non-logged-link-holder a {
    color: #ff5935;
    font-family: 'Open Sans', 'Raleway', sans-serif;
    font-size: 13px;
}

.loginPage .non-logged-link-holder h5 {
    margin: 50px 0 0 0;
    color: #6c6c6c;
    font-size: 16pt;
    font-family: 'Raleway Light', Raleway, sans-serif;
    font-weight: 100;
}

.loginPage p.non-logged-title {
    display: inline-block;
}

.loginWrapper {
    background: transparent url('../../../assets/images/login-bg.png') no-repeat bottom center;
    background-size: cover;
    padding-bottom: 180px !important;
}
/* Online courses shared */
.online-courses-details-holder a:not(.btn):not(.link),
.online-courses-details-holder a:not(.btn):not(.link):visited,
.online-courses-holder a:not(.btn):not(.link),
.online-courses-holder a:not(.btn):not(.link):visited {
    font-family: 'Raleway SemiBold', 'Raleway', sans-serif;
    font-weight: 600;
    color: #ff5327;
    text-decoration: none;
}

.online-courses-details-holder a:not(.btn):not(.link):hover,
.online-courses-details-holder a:not(.btn):not(.link):focus,
.online-courses-details-holder a:not(.btn):not(.link):active,
.online-courses-holder a:not(.btn):hover,
.online-courses-holder a:not(.btn):focus,
.online-courses-holder a:not(.btn):active {
    text-decoration: underline;
}

.online-courses-details-holder .separator,
.online-courses-holder .separator {
    margin: 20px 0;
    width: 100%;
    height: 0;
    border: 0;
    border-bottom: 1px solid #e7e7e7;
}

.online-courses-details-holder .additional-info div:first-child,
.online-courses-holder .additional-info div:first-child {
    padding-left: 0;
}

.online-courses-details-holder .additional-info div:last-child,
.online-courses-holder .additional-info div:last-child {
    padding-right: 0;
}


.online-courses-details-holder .additional-info span,
.online-courses-holder .additional-info span {
    font-weight: bold;
}

.online-courses-details-holder .price,
.online-courses-holder .price {
    color: #5bd660;
    font-size: 15pt;
    line-height: 15pt;
    vertical-align: bottom;
    margin: 25px 0 5px 0;
}

.online-courses-details-holder .price span,
.online-courses-holder .price span {
    font-size: 30pt;
    line-height: 30pt;
}

.online-courses-details-holder .price span.free,
.online-courses-holder .price span.free {
    font-size: 24pt;
}

.online-courses-details-holder .action-btns,
.online-courses-holder .action-btns {
    margin: 25px 0 5px 0;
    line-height: 40pt;
    vertical-align: bottom;
}

.online-courses-details-holder a.btn-white,
.online-courses-holder a.btn-white {
    border-color: #e9e9e9 !important;
    color: #868686 !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.online-courses-details-holder a.btn-white:hover,
.online-courses-details-holder a.btn-white:focus,
.online-courses-details-holder a.btn-white:active,
.online-courses-holder a.btn-white:hover,
.online-courses-holder a.btn-white:focus,
.online-courses-holder a.btn-white:active {
    background-color: #ff5327 !important;
    color: #fff !important;
    border-color: #ff5327 !important;
}
.online-courses-details-holder a.green_button,
.online-courses-holder a.green_button {
    border-color: #6bda70 !important;
    color: #5bd660 !important;
    margin-left: 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.online-courses-details-holder a.green_button:hover,
.online-courses-details-holder a.green_button:focus,
.online-courses-details-holder a.green_button:active,
.online-courses-holder a.green_button:hover,
.online-courses-holder a.green_button:focus,
.online-courses-holder a.green_button:active {
    color: #fff !important;
    background-color: #5bd660 !important;
    border-color: #5bd660 !important;
}

/* Online Courses list */
.online-courses-holder {
    margin-bottom: 100px;
}

.online-courses-holder > div:first-child {
    margin-top: 15px;
    line-height: 70px;
}

.online-courses-holder h1,
.subscriptions.show h1 {
    color: #676a6c;
    margin: 0 0 0 15px;
    display: inline-block;
    vertical-align: top;
}

.subscriptions.show h1 {
    margin: 15px 0 0 0;
}

.online-courses-holder .view-switch {
    text-align: right;
    float: right;
    margin: 0 0 40px 0;
}

.online-courses-holder .view-switch a {
    display: inline-block;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #9e9e9e;
}

.online-courses-holder .view-switch a:first-child {
    margin-right: 20px;
}

.online-courses-holder .view-switch a.active,
.online-courses-holder .view-switch a:hover,
.online-courses-holder .view-switch a:focus,
.online-courses-holder .view-switch a:active {
    color: #ff5327;
    text-decoration: none;
}

.online-courses-holder .view-switch a i {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}

.online-courses-holder .view-switch a:last-child i {
    font-size: 29px;
}

/* Online Courses Pagination */
.online-courses-holder .pagination a {
    width: 25px;
    font-size: 16px;
    color: #b1b1b1;
    text-align: center;
    display: inline-block;
    font-family: 'Open Sans', sans-serif;
}

.online-courses-holder .pagination a.active,
.online-courses-holder .pagination a:hover,
.online-courses-holder .pagination a:focus,
.online-courses-holder .pagination a:active {
    color: #ff5327;
    text-decoration: none;
}

.online-courses-holder .pagination form {
    display: inline-block;
}

.online-courses-holder .pagination form label {
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    vertical-align: middle;
}

.online-courses-holder .pagination form select {
    display: inline-block;
    max-width: none;
    width: auto;
    margin-left: 30px;
}

/* Online Courses Grid */
.online-courses-holder .course {
    margin-bottom: 100px;
}

.online-courses-holder img {
    max-width: 100%;
}

.online-courses-holder .course h3 {
    color: #676a6c;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 10px 0;
}

.online-courses-holder .course h3 a {
    color: inherit;
    text-decoration: none;
}

.online-courses-holder .course .additional-info {
    margin-bottom: 10px;
}

.online-courses-holder .course .additional-info span {
    display: block;
}

.online-courses-holder .course .additional-info div span:last-child {
    margin-top: 5px;
}

.online-courses-holder .course .price {
    line-height: 30px;
    font-size: 16px !important;
    margin-top: 15px;
}

.online-courses-holder .price span {
    font-size: 36px !important;
    line-height: 36px;
}

.online-courses-holder .price span.free {
    font-size: 24px !important;
}

.online-courses-holder .course .action-btns {
    text-align: center;
    margin-top: 15px;
}

.online-courses-holder .course .action-btns a {
    width: 44%;
    margin: 0 5%;
    display: inline-block;
}

.online-courses-holder .course .action-btns a:first-child {
    margin-left: 0 !important;
}

.online-courses-holder .course .action-btns a:last-child {
    margin-right: 0 !important;
}

/* Online Courses List view */
.online-courses-holder .list-view .course .img-holder {
    display: inline-block;
    margin: 0;
}

.online-courses-holder .list-view .course h3 {
    display: inline-block;
    vertical-align: middle;
}

.online-courses-holder .list-view .course .additional-info div {
    display: inline-block;
}

.online-courses-holder .list-view .course .additional-info div:last-child {
    margin: 30px 0 0 50px;
}

.online-courses-holder .list-view .course .additional-info span {
    display: inline;
}

.online-courses-holder .list-view .course .action-btns {
    margin-top: 0;
}

.online-courses-holder .list-view .course .action-btns a{
    width: 80% !important;
    margin: 0 10% 10px 10% !important;
    display: block !important;
}

.online-courses-holder .list-view .course .price {
    text-align: center;
}

.online-courses-holder .list-view .course .price {
    text-align: center;
}

/* Online Courses Details Page*/
.online-courses-details-holder {
    padding: 40px 0;
}

.online-courses-details-holder .image-testimonial {
    padding-left: 0 !important;
}
.online-courses-details-holder .col.sidebar {
    padding-right: 0 !important;
}

.online-courses-details-holder img.image {
    margin-bottom: 25px;
}

.online-courses-details-holder .testimonials h3 {
    font-family: 'Raleway Medium', 'Raleway', sans-serif;
    font-size: 20px;
    color: #6b6b6b;
    font-weight: 100;
}

.online-courses-details-holder .testimonials {
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
    line-height: 22px;
    color: #676a6c;
}

.online-courses-details-holder .testimonials p {
    position: relative;
    margin: 10px 0;
}

.online-courses-details-holder .testimonials p.name {
    text-align: right;
    font-family: 'Raleway Medium', 'Raleway', sans-serif;
    font-weight: normal;
    font-size: 15px;
}

.online-courses-details-holder .testimonials p.text {
    font-style: italic;
}

.online-courses-details-holder h1 {
    font-size: 25px;
    color: #676a6c;
    font-weight: bold;
    font-family: 'Raleway Bold', Raleway, sans-serif;
    margin: 8px 0 30px 0;
}

.online-courses-details-holder .subscribe_advert a.btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.online-courses-details-holder .subscribe_advert .text {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 20px;
}

.online-courses-details-holder .description {
    margin: 25px 0 0 0;
    font-family: 'Raleway Medium', 'Raleway', sans-serif !important;
    font-weight: 400;
    color: #676a6c !important;
}

.online-courses-details-holder .description ul li {
    padding-left: 2px;
}

.online-courses-details-holder .corporate_discounts_table {
    border: 1px solid #d9d9d9;
    border-collapse: collapse;
    font-size: 14px;
    margin: 0 0 15px;
    width: 100%;
}

.online-courses-details-holder .corporate_discounts_table td {
    border-color: #d9d9d9;
    border-style: none none solid solid;
    border-width: 0 0 1px 1px;
    padding: 3px 5px;
    text-align: center;
    vertical-align: middle;
}

.online-courses-details-holder .accordion {
    margin-top: 110px;
}

.online-courses-details-holder .accordion .item:not(:first-child) {
    margin-top: 45px;
}

.online-courses-details-holder .accordion .item .title {
    font-family: 'Raleway Medium', Raleway, sans-serif;
    font-size: 20px;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7;
    cursor: pointer;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.online-courses-details-holder .accordion .item .title i {
    float: right;
    display: inline-block;
    color: #6e6f6f;
    font-size: 24px;
    line-height: 36px;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.online-courses-details-holder .accordion .item .content {
    padding-top: 20px;
}

.online-courses-details-holder .accordion .item.active .title,
.online-courses-details-holder .accordion .item .title:hover {
    color: #ff5327;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.online-courses-details-holder .accordion .item.active .title i {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #ff5327;
}

.online-courses-details-holder .accordion .item .title:hover i {
    color: #ff5327;
}

.online-courses-details-holder .clients {
    margin-top: 95px;
}

.online-courses-details-holder .sidebar .packages {
    text-align: center;
    padding-top: 10px
}

.online-courses-details-holder .sidebar .packages a {
    font-size: 15px;
}

.online-courses-details-holder .sidebar .packages p {
    font-weight: bold;
    font-size: 15px;
    font-family: 'Raleway Medium', 'Raleway', sans-serif;
    color: #676a6c;
    margin: 25px 0 10px 0;
}

.online-courses-details-holder .sidebar .related h3 {
    font-size: 20px;
    color: #676a6c;
}

.online-courses-details-holder .sidebar .related .course {
    margin-top: 30px;
    color: #676a6c !important;
}

.online-courses-details-holder .sidebar .related .course:hover,
.online-courses-details-holder .sidebar .related .course:hover p.price {
    cursor: pointer;
    color: #ff5327 !important;
}

.online-courses-details-holder .sidebar .related .course .img-holder {
    text-align: center;
}

.online-courses-details-holder .sidebar .related .course img {
    max-width: 75px;
}

.online-courses-details-holder .sidebar .related .course p.name {
    font-family: 'Raleway Medium', 'Raleway', sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin: 0;
}

.online-courses-details-holder .sidebar .related .course p.price {
    font-family: 'Open Sans', 'Raleway', sans-serif;
    color: #676a6c !important;
    line-height: 22px;
    vertical-align: bottom;
    font-size: 16px;
    margin: 10px 0;
}

.online-courses-details-holder .sidebar .related .course p.price span {
    font-size: 22px;
    line-height: 22px;
}

.online-courses-details-holder .sidebar .related .course p.duration {
    font-size: 1em;
    line-height: 1em;
    font-family: 'Open Sans', 'Raleway', sans-serif;
    margin: 0;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.inline-block {
    display: inline-block !important;
}

/* Quick registration form public */
#start_training.paid .bkg_reg {
    background: url('../../images/quick_reg.jpg') no-repeat top right;
    width: 648px;
    height: 479px;
    border-radius: 10px;
}

#start_training.paid .bkg_reg .reg_box_lft {
    width: 325px;
    padding-top: 21px;
    padding-left: 25px;
}

#start_training.paid .bkg_reg .title {
    font-family: 'Raleway',sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 24px;
}

#start_training.paid .bkg_reg .line {
    width: 120px;
    border-top: 1px solid #e1e1e1;
    margin: 8px auto 6px;
}

#start_training.paid .bkg_reg .text {
    font-family: 'Raleway',sans-serif;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 20px;
    width: 243px;
    margin: 0 auto;
}

#start_training.paid .bkg_reg .text strong {
    font-weight: 700;
}

#start_training.paid .bkg_reg .text span {
    font-weight: 700;
    color: #ff5327;
}

#start_training.paid #quick-reg {
    margin-top: 45px;
}

#start_training #quick-reg input {
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 41px;
    margin: 0 auto 15px auto !important;
    padding-left: 10px;
    width: 300px;
}

#start_training .g-recaptcha > div {
    margin: 0 auto !important;
    width: 300px !important;
}

#start_training.paid #quick-reg .hbt {
    width: 100%;
    background-color: #ff5c32;
    border: 1px solid #ff5c32;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 22px;
    padding: 10px 53px;
    text-align: center;
    vertical-align: middle;
    margin-top: 10px;
}

#start_training.paid .hbtxt {
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 0;
}

#start_training.paid #quick-reg a {
    text-decoration: none;
    color: #009aff;
    outline: none;
}

#start_training.paid #quick-reg a:hover {
    color: #000;
}

#start_training.free .popup_logo {
    width: 154px;
    height: 56px;
    margin: 0 auto 30px auto;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat 0 22px;
}

#start_training.free .reg_tabs {
    float: right;
    margin: 20px 20px 0 0;
}

#start_training.free .reg_tabs li {
    font-size: 13px;
    float: left;
    margin-right: 0;
    list-style: outside none none;
    cursor: pointer;
    text-align: center;
}

#start_training.free .demo_signin {
    line-height: 22px;
    margin-right: 15px;
    padding: 5px 10px;
    cursor: pointer;
    color: #ff5327;
    border-radius: 6px;
    background-color: #ffe7e1;
}

#start_training.free .demo_signin a {
    color: #ff5327 !important;
    background-color: #ffe7e1;
}

#start_training.free a {
    text-decoration: none;
    color: #009aff;
    outline: none;
}

#start_training.free a:hover {
    color: #000;
}

#start_training.free .buynow {
    font-family: 'Open Sans',sans-serif;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    width: 300px;
    height: 45px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border: 1px solid #ff5327;
    border-radius: 5px;
    background-color: #ff5327;
    margin: 10px auto;
}

#start_training.free .bii_log_logo {
    width: 36px;
    height: 30px;
    margin: 10px auto 30px;
    background: url('https://crotraining.co.uk/wp-content/themes/crotraining_v3/images/sprite.png') no-repeat 0 -752px;
}

#start_training .modal-dialog {
    padding: 0;
    width: 650px;
}

#start_training .modal-body {
    padding: 0;
    background-color: #fff;
}

#start_training.free .modal-body {
    width: 685px;
}

#start_training button.close {
    font-size: 36px;
    vertical-align: middle;
    line-height: 12px;
    margin: 5px;
}

#start_training.free .free-register,
#start_training.free form {
    width: 685px;
    margin: 0 auto;
    padding:0 100px;
}

#start_training.free form .free-register {
    width: 100%;
    margin: 0;
    padding: 0;
}

.dropdown-messages li em, .dropdown-alerts li em {
    font-size: 18px;
    font-family: 'Raleway', sans-serif;
}

/* Form helper - red highlight form controls and font color */
span.star {
    color: #f00;
    font-size: 20px;
    line-height: 14px;
    display: inline-block;
}

/* Cart verification widget fix*/
.ac-widget {
    background-color: #fff;
}

/* Course price */
.course_shop_holder .course_price {
    font-size: 17px;
}

@media only screen and (min-width:1366px) {
    .course_shop_holder .course_price span,
    .course_shop_holder .course_price div {
        font-size: 20px;
    }
}

.red-highlight-text {
    color: red;
}

@media only screen and (min-width:1600px) {
    .course_shop_holder .course_price span,
    .course_shop_holder .course_price div {
        font-size: 22px;
    }
}

@media only screen and (min-width:1920px) {
    .course_shop_holder .course_price span,
    .course_shop_holder .course_price div {
        font-size: 24px;
    }
}

/* Profile edit H3 Basic Information */
@media only screen and (max-width:1279px) {
    h3.basic_information {
        margin-top: 20px;
    }
}
@media only screen and (min-width:1280px) and (max-width: 1365px) {
    h3.basic_information {
        margin-top: 13px;
    }
}
@media only screen and (min-width:1366px) and (max-width: 1439px) {
    h3.basic_information {
        margin-top: 27px;
    }
}
@media only screen and (min-width:1440px) and (max-width: 1599px) {
    h3.basic_information {
        margin-top: 10px;
    }
}
@media only screen and (min-width:1600px) and (max-width: 1919px) {
    h3.basic_information {
        margin-top: 10px;
    }
}
@media only screen and (min-width:1920px) {
    h3.basic_information {
        margin-top: 76px;
    }
}

/* BEGIN BXslider custom styles */
.bx-wrapper {
    margin-top: 20px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.bx-viewport {
    cursor: pointer;
}
.bx-pager {
    padding: 0;
}
/* END BXslider custom styles */


@media (min-width: 576px) {
    .custom-chart {
        width:  100%;
        height: auto;
    }
}

@media (min-width: 768px) {
    .custom-chart {
        width:  100%;
        height: auto;
    }
}

@media (min-width: 992px) {
    .custom-chart {
        width:  100%;
        height: auto;
    }
}

@media (min-width: 1200px) {
    .custom-chart {
        width:  100%;
        height: auto;
    }
}
.cn{
    background: #efefef;
    padding: 8px 0 5px 11px;
    margin: 0 0 20px 0;
    text-align: left;
    border-radius: 3px;
    position: relative;
}
.cn:before {
    content: "Selected Course";
    position: absolute;
    top: -18px;
    background: #fff;
    z-index: 2;
    font-size: 12px;
    font-weight: 800;
}
.cn::after {
    content: "";
    border: 1px dashed #d8d8d8;
    position: absolute;
    padding: 25px 0;
    left: -8px;
    width: 105%;
    top: -10px;
    border-radius: 5px;
}
.free .cn{width: 300px; margin: 20px auto;}


/* mobile */

.public #menu-mobile, .public label.menu-mobile {display: none;}
@media screen and (max-width: 1030px) {
    body.public .row {margin: 0;}
    body.public .navbar-right {
        margin-right: 0;
        float: right;
    }

    body.public header .navbar-top-links > li:last-child {
        margin: 10px 25px 0 25px;
    }
    body.public header.header-fixed{position: relative;}
    .public .header-holder {position: sticky;top: 0;z-index: 9999;width: 100%; min-height: 0 !important;}
    .public .second-nav {display: none;}

    #nav-icon {
        width: 30px;
        height: 30px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        margin: 0 0 0 25px;
        display: block;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #fff;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }

    /* Icon 3 */
    #nav-icon span:nth-child(1) {
        top: 0;
    }

    #nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
        top: 8px;
    }

    #nav-icon span:nth-child(4) {
        top: 16px;
    }

    #menu-mobile:checked ~ .header-holder #nav-icon span:nth-child(1) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    #menu-mobile:checked ~ .header-holder #nav-icon span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    #menu-mobile:checked ~ .header-holder #nav-icon span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    #menu-mobile:checked ~ .header-holder #nav-icon span:nth-child(4) {
        top: 8px;
        width: 0%;
        left: 50%;
    }

    body.public header div.main-nav-holder {
        opacity: 0;
        visibility: hidden;
        transition: 0.3s linear;
        height: 0;
    }
    #menu-mobile:checked ~ .header-holder .main-nav-holder {opacity: 1; visibility: visible;}
    body.public div.container {width: 100%;}
    body.public header nav.main-nav {display: block; width: 100%; height: 0;}
    body.public header nav.main-nav ul {
        display: flex;
        flex-direction: column;
        background: #f3f3f3;
        height: 100vh;
    }




    body.public .footer-holder {margin: 0;}
    body.public footer{height: 100%;}
    body.public footer .box {width: 100%; padding: 0 15px;}
    body.public footer .network {
        width: 100%;
        margin: 43px 0 0;
    }

    .menu-menu_v3-container #menu-menu_v3-1 li:first-child a {
        margin-left: 0;
    }

    body.public footer .network {
        float: none;
        width: 100%;
    }

    body.public footer .box ul li {
        margin-bottom: 15px;
    }

    body.public footer .ntext {
        width: 100%;
    }

    body.public footer .social {
        display: flex;
        gap: 0;
        float: none;
        margin: 0;
    }

    body.public footer .footer_icon {
        margin: 0;
    }

    body.public footer .medium, body.public footer .linked {
        margin-left: 1px;
    }

    body.public footer .terms_condi {
        display: block;
    }


    body.public .view-switch {display: none;}


    body.public .online-courses-holder .course{display: flex; flex-direction: column; justify-content: center; align-items: center; border-bottom: 1px solid #e9e9e9; margin: 0 0 60px 0; padding: 0 0 30px 0 !important;}
    body.public .online-courses-holder .course > .col-xs-, body.public .online-courses-holder .course .img-holder { width: 100%; margin: 0 auto; text-align: center;}
    body.public .online-courses-holder .course > .col-xs-8 { width: 100%;}
    body.public .online-courses-holder .list-view .course .additional-info div:last-child,
    body.public .online-courses-holder .grid-view .course .additional-info div:nth-of-type(2) {display: block; margin: 0; padding: 0;}
    body.public .online-courses-holder .course .price {text-align: center;}
    body.public .online-courses-holder .course .additional-info {display: flex;}
    body.public .online-courses-holder .course >div:nth-of-type(3)  {width: 100%; display: grid; gap: 13px;}
    body.public .online-courses-holder .list-view .course .price { grid-row: 1;}
    body.public .online-courses-holder .list-view .course .action-btns a {width: 100% !important; margin: 0 0% 10px 0% !important; display: block !important;}


    body.public .testimonials {display: none;}
    body.public .additional-info div:nth-of-type(2) {padding: 0;}



    body.public .nav > li, body.public .dropdown {position: initial;}
    body.public header .dropdown-menu.dropdown-messages {width: calc(100% - 10px) !important;}

    body.public #start_training .modal-dialog {padding: 0; width: calc(100% - 20px);}
    body.public #start_training.free .modal-body, body.public #start_training.free .free-register,  body.public #start_training.free form {width: auto; padding: 0;}
    body.public.modal-open {transform: none !important;}


    body.public #start_training.paid .bkg_reg {background: none; height: auto; width: auto;}
    body.public #start_training.paid .bkg_reg .reg_box_lft {width:300px; padding-left: 0; margin: 0 auto;}

    body.public .loginscreen.middle-bo, body.public .loginscreen.middle-box,  body.public .non-logged-link-holder {width: 100%;}

    body.public #cop .cbox {
        width: 100%;
        padding: 30px 0 0;
        text-align: center;
    }

}

/* mobile */

/* Center Modal*/

#stripeCheckoutModal {
    text-align: center;
}

#stripeCheckoutModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

#stripeCheckoutModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Center Modal*/



#stripeCheckoutModal {
    text-align: center;
}

#stripeCheckoutModal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
}

#stripeCheckoutModal .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

/* Center Modal*/

#stripeCheckoutModal .card-not-supported {
    border: 1px solid #ffeeba;
    font-size: 16px;
    text-align: center;
    background-color: #fff3cd;
    color: #856404;
    padding: 10px 0;
    opacity: 0;
    animation:card-not-supported 1s ease-in-out 0.5s forwards;
}
#stripeCheckoutModal .card-not-supported  p {margin: 0;}
@keyframes card-not-supported{
    from {opacity :0;}
    to {opacity :1;}
}


@media (max-width: 1100px){
    .modal.in .modal-dialog {position: absolute;
        width: calc(100% - 10px);
        margin: 0;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
}

/* kendo table mobile */
@media (max-width: 590px){
    .kendo-table-mobile .ibox-tools {margin-top: -35px;}
    .kendo-table-mobile .search_input_group{width: 100%;}
    .kendo-table-mobile #search_in_courses {margin-left: 20px;}
    .kendo-table-mobile .k-grid-header .k-header {display: none;}
    .kendo-table-mobile .add-course.pull-left {float: none !important;}
    .kendo-table-mobile table tr {display: block; width: 100%;}
    .kendo-table-mobile table colgroup {display: none}
    .kendo-table-mobile table tr td {display: block; border: none; padding: 5px; text-align: center;}
    .kendo-table-mobile table tr td:last-of-type {display: block; border-bottom: 1px solid rgb(231, 231, 231); padding-bottom: 20px; margin-bottom: 20px;}
    .kendo-table-mobile .project-status, .kendo-table-mobile .project-title {font-size: 20px;}
    }

/* Cart - Pop-up window mobile */
@media (max-width:767px){
    .nav > li {position: initial !important;}
    .navbar .dropdown-menu {width: calc(100% - 10px) !important; top: 48px;}
    .navbar-top-links .dropdown-menu li.cart-items {display: flex !important; align-items: center;}
    .navbar-top-links .dropdown-menu li.cart-items a:last-of-type {display: flex !important; width: 100%; align-items: center; flex-wrap: wrap; gap: 0 20px; justify-content: space-between;}
}


.promo-code {
    display: grid;
    grid-template-columns: 160px 120px;
    justify-content: flex-end;
    align-items: stretch;
    gap: 5px;
}
#promo-code-msg {
    align-content: center;
}
#promoCode {border: 1px solid #e7eaec;}
#promoCode.input-error {
    border-color: red;
}
#promoCode.input-succsess{
    border-color: #1ab394;
}
.rm-code {
    display: none;
    background-color: red;
    opacity: 0.8;
    color: #fff;
}
.rm-code:hover {
    color: #fff;
    opacity: 1
}

.rm-code.show-rm-btn{
    display: block;
}

#promoCodeHTML {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}
#promoCodeHTML.showPromoCode {
    max-height: 40px;
    transition: max-height 0.25s ease-in;
}
@media (max-width:768px){
    .promo-code {margin: 10px 10px 5px 0;}
}
@media (max-width:455px){
    .promo-code {
        margin: 10px auto 5px;
        width: 98%;
        grid-template-columns: 1fr;
    }
    #usePromoCode {grid-row: 3}
    .checkout-products-list {padding: 0 !important}
}
