@font-face {
	font-family: 'Gotham-Black';
	src: url('gotham-black/Gotham-Black.eot');
	src: local('☺'), url('gotham-black/Gotham-Black.woff') format('woff'), url('gotham-black/Gotham-Black.ttf') format('truetype'), url('gotham-black/Gotham-Black.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Book';
	src: url('gotham-book/Gotham-Book.eot');
	src: local('☺'), url('gotham-book/Gotham-Book.woff') format('woff'), url('gotham-book/Gotham-Book.ttf') format('truetype'), url('gotham-book/Gotham-Book.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Medium';
	src: url('gotham-medium/Gotham-Medium.eot');
	src: local('☺'), url('gotham-medium/Gotham-Medium.woff') format('woff'), url('gotham-medium/Gotham-Medium.ttf') format('truetype'), url('gotham-medium/Gotham-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Bold';
	src: url('gotham-bold/Gotham-Bold.eot');
	src: local('☺'), url('gotham-bold/Gotham-Bold.woff') format('woff'), url('gotham-bold/Gotham-Bold.ttf') format('truetype'), url('gotham-bold/Gotham-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/** Generated by FG **/
@font-face {
	font-family: 'Gotham-Light';
	src: url('gotham-light/Gotham-Light.eot');
	src: local('☺'), url('gotham-light/Gotham-Light.woff') format('woff'), url('gotham-light/Gotham-Light.ttf') format('truetype'), url('gotham-light/Gotham-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.page-container{
    width: 1300px;
    max-width: 90%;
    margin: 0 auto;
}
.form-group{
    display: table;
    width: 100%;
    position: relative;
}
.outline{
    border: 1px solid red;
}
/*general header */
.homepage_header{
    width: 100%;
    height:100vh;
    background: url('../images/homepage_header.jpg') top center;
    background-size: cover;
    position: relative;
}
.homepage_header .header_content{
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-right: 50px;
    padding-left: 50px;
}
.header_content .learn_more{
    display: table;
    width: 100%;

}
.header_info .info_1{
    font-family: 'Gotham-Light';
    font-size: 45px;
    line-height: normal;
}
.header_info .info_2{
    text-align: right;
}
.header_info .info_2 .title{
    font-family: 'Gotham-Medium';
    font-size: 45px;
    line-height: normal;
    color: #27AAE1;
}
.header_info .info_2 .subtitle{
    font-family: 'Gotham-Light';
    font-size: 30px;
    line-height: normal;
    color: #231F20;
}
.homepage_header a.action_learn{
    margin: 20px auto;
    font-family: 'Gotham-Medium';
    line-height: 1.4;
    color: #231F20;
    display: block;
}
.homepage_header .header_info > div{
    display: inline-block;
    width: 50%;
    float: left;
}
.homepage_header_action a{
    margin: auto 0 auto auto;
}
.homepage_header_action{
    text-align: right;
    margin-top: 100px;
    margin-bottom: 100px;
}
.homepage_header .before_info{
        display: table;
        width: 100%;
        font-family: 'Gotham-Bold';
        font-size: 60px;
        line-height: normal;
        text-align: right;
}
/*general benefits */
.homepage_benefits{
    background: #27AAE1;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.homepage_benefits h2{
    margin-bottom: 30px;
    color: #fff;
    font-family: 'Gotham-Medium';
}
.homepage_image_benefits{
    text-align: center;
    display: block;
    height: 170px;
    position: relative;
    line-height: 170px;
}
.homepage_image_benefits img{
    max-height: 100%;
    vertical-align: middle;
}
.homepage_benefits h3{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    display: block;
    font-family: 'Gotham-Bold';
}
.homepage_benefits_description{
    line-height: normal;
    padding-left: 70px;
    padding-right: 70px;
    font-family: 'Gotham-Book';
}
.homepage_benefits_action{
    text-align: center;
    margin-top: 50px;
    display: block;
}
body .homepage_benefits_info,body .general_info{
    font-family: 'Gotham-Book';
    margin-top: 10px;
    display: block;
    font-size: 16px;
}
.btn-new{
    text-decoration: none;
    color: #fff;
    padding: 15px 30px 15px 30px;
    display: table;
    margin: 0 auto;
    font-size: 30px;
    font-family: 'Gotham-Medium';
}
.btn-new:hover{
    text-decoration: none;
    color: #fff;
}
.btn_red{
    background: #D81E42;
}
.btn_pink{
    background: #92278F;
}
.btn_red .fa,.btn_pink .fa{
    font-size: 50px;
    vertical-align: -5px;
    margin-left: 7px;
}

.programming_language{
    display: table;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
    background: #F2F2F3;
}
.programming_language_image{
    width: 20%;
    float: left;
    padding: 15px;
}
.programming_language h2{
    font-family: 'Gotham-Medium';
    text-align: center;
    display: block;
}
.programming_language_coming{
    color: #77787B;
}

/* shortcode teacher */
.general_teacher{
    padding-top: 50px;
    padding-bottom: 50px;
    display: table;
    width: 100%;
}
.general_teacher h2{
    font-family: "Gotham-Medium";
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
.general_teacher_description{
    font-family: 'Gotham-Light';
    line-height: normal;
    font-size: 20x;
    padding-left: 70px;
    padding-right: 70px;
    text-align: center;
}
.general_teacher_video{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.general_teacher_action a{
    display: inline-block;
    margin-right: 10px;
}
/* general advantage */
.general_advantage{
    display: table;
    width: 100%;
    background: #F2F2F3;
}
.general_advantage .icon{
    padding-top: 20px;
    padding-bottom: 20px;
}
.general_advantage h3{
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-family: 'Gotham-Bold';
}
.general_advantage .description{
    padding-left: 15%;
    padding-right: 15%;
    font-family: 'Gotham-Light';
    font-size: 20px;
    line-height: normal;
    padding-bottom: 30px;
}
.noborder {
    border: 0;
}
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
 }
 .nopadding .fl-node-content{
     margin: 0 !important;
 }
 .nopadding .fl-widget{
     margin: 0 !important;
 }
 .general_advantage .form-group{
     display: table;
     width: 100%;
     margin: 0;
 }

 /* featured press */
 .general_featured_press{
     display: table;
     width: 100%;
     padding-top: 50px;
     padding-bottom: 50px;
 }
 .general_featured_press h2{
     font-family: 'Gotham-Medium';
 }
 .general_featured_press .featured{
     display: table;
     width: 100%;
     margin-top: 25px;

 }
 .general_featured_press .featured .brand{
     width: 20%;
     display: inline-block;
     float: left;
 }
 /* general banner */
 .general_banner{
     min-height: 900px;
     background-size: cover !important;
     position: relative;
 }
 .general_banner_info{
     position: absolute;
     bottom: 50px;
     left: 50px;
 }
 .general_banner .before_title{
     color: #fff;
     font-family: 'Gotham-Bold';
     font-size: 30px;
     text-shadow: 2px 2px 2px rgb(0, 0, 0);
 }
 .general_banner .title{
    color: #fff;
    font-family: 'Gotham-Bold';
    font-size: 70px;
    text-shadow: 2px 2px 2px rgb(0, 0, 0);
    line-height: normal;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}
.general_banner_action a{
    display: inline-block;
    margin-right: 10px;
}
/* general testimonials */
.general_testimonials{
    display: table;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.general_testimonials .testimonial{
    text-align: center;
}
.general_testimonials .testimonial .avatar img{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}
.general_testimonials .name{
    color: #6291C5;
    display: block;
    font-family: 'Gotham-Medium';
    font-size: 25px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.general_testimonials .description{
    padding-left: 70px;
    padding-right: 70px;
    line-height: normal;
    font-size: 20px;
    display: block;
    margin-top: 15px;
    font-family: 'Gotham-Book';
}

/* online courses */
.online_courses{
    display: table;
    width: 100%;
    padding: 50px;
}
.online_courses h2{
    font-family: 'Gotham-Medium';
    text-align: center;
    display: block;
    margin-bottom: 30px;
}
.courses_column{
    width: 28%;
    float: left;
    position: relative;
    display: table;
}
.courses_content{
    width: 72%;
    float: left;
    position: relative;
    display: table;
}
.courses_column .course{
    display: table;
    width: 100%;
    cursor: pointer;
    margin-bottom: 20px;
}
.courses_column .course img{
    opacity: 0.5;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.courses_column .course:hover img {
    opacity: 1;
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
.courses_column .course.active img{
    opacity: 1;
}
.course div{
    font-family: 'Gotham-Medium';
    font-size: 16px;
    line-height: normal;
    display: inline-block;
   word-wrap: break-word;
   padding-left: 15px;
   padding-right: 15px;
}
.course_img{
    width: 40%;
}
.course .course_title{
    vertical-align: middle;
    width: 60%;
}
.courses_content .video_content.active{
    display: block;
}
.courses_content .video{
    position: relative;
    width: 100%;
}
.courses_content .video_content{
    position: relative;
    display: none;
    width: 100%;
}
.courses_content video{
    width: 100%;
}
.online_courses_action{
    display: table;
    width: 100%;
    margin-top: 20px;
}
.online_courses_action a{
    display: inline-block;
    margin-right: 10px;
}

.online_courses_info_video{
    border-top: 1px solid #000;
    display: table;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}
.online_courses_info_video .info{
    display: inline-block;
    float: left;
    width: 33%;
    position: relative;
}
.online_courses_info_video .infowrap{
    padding-left: 20px;
    padding-right: 20px;
}
.online_courses_info_video .description{
    font-family: 'Gotham-Light';
    font-size: 18px;
    line-height: normal;
    display: block;
    margin-top: 25px;
}
.btn-green{
    text-decoration: none;
    color: #fff;
    padding: 10px 30px 10px 30px;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Gotham-Medium';
    background: #39B54A;
    position: absolute;
    left: 0px;
    bottom: 50px;
}
.btn-green:hover{
    text-decoration: none;
    color: #fff;
}
.btn-green .fa{
    font-size: 40px;
    vertical-align: -5px;
    margin-left: 7px;
}

/* general courses */
.general_courses{
    display: table;
    width: 100%;
}
.general_courses .block_course{
    display: inline-block;
    width: 33%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    margin-bottom: 20px;
}
.general_courses .block_course img{
    max-width: 100%;    
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom: 20px;
}
.general_courses .block_course:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    cursor: pointer;
  }
.general_courses{
    background: #F2F2F3;
    display: table;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.block_course .title{
     padding-left: 35px;
    padding-right: 35px;
    font-family: 'Gotham-Medium';
    line-height: 1.3;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 25px;
		min-height: 100px;
}
.block_course .description{
    min-height: 100px;
    padding-left: 35px;
    padding-right: 35px;
    font-family: 'Gotham-Light';
    line-height: 1.3;
    display: block;
}
.btn-learn{
    text-decoration: none;
    color: #fff;
    padding: 7px 20px 7px 20px;
    display: table;
    margin: 0 auto;
    font-size: 20px;
    font-family: 'Gotham-Medium';
}
.btn-learn:hover{
    text-decoration: none;
    color: #fff;
}
.btn-learn .fa{
    font-size: 30px;
    vertical-align: -3px;
    margin-left: 7px;
}
.block_course .href{
    display: block;
}
/* online header */
.online_header_video{
    width: 100%;
    display: table;
    padding-top: 150px;
}
.online_header_video video{
    width: 100%;
}
.online_header_video video{
    width: 100%;
}
.online_header_video .page_header{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 40%;
    z-index: 10
}
.online_header_video .video{
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.online_header_video .page_header .price{
    color: #ED1C24;
    font-size: 30px;
    font-family: 'Gotham-Medium';
}
.online_header_video .page_header .title{
    color: #231F20;
    font-size: 50px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.online_header_video .page_header .subtitle{
    color: #939598;
    font-size: 25px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
}
.online_header_video .page_header .instant{
    color: #27AAE1;
    font-size: 40px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.online_header_video .page_header .action a{
    margin: 0;
}
.online_header_video .page_header .action .homepage_benefits_info{
    margin: 20px auto;
}


/* course header */
.course_header_video{
    width: 100%;
    display: table;
    position: relative;
}
.course_header_video video{
    width: 100%;
}
.course_header_video video{
    width: 100%;
    max-width: 1300px;
    float: right;
}
.course_header_video .page_header{
    position: absolute;
    bottom: 50px;
    left: 0;
    width: 40%;
    z-index: 10;
    padding-left: 50px;
}
.course_header_video .video{
    width: 100%;
    float: left;
    position: relative;
    z-index: 9;
}
.course_header_video .page_header .description{
    color: #231F20;
    font-size: 20px;
    font-family: 'Gotham-Light';
    line-height: normal;
    margin-top: 25px;
    margin-bottom: 25px;
}
.course_header_video .page_header .title{
    color: #231F20;
    font-size: 50px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.course_header_video .page_header .subtitle{
    color: #939598;
    font-size: 25px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
}
.course_header_video .page_header .instant{
    color: #27AAE1;
    font-size: 40px;
    font-family: 'Gotham-Medium';
    line-height: 1.2;
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
}
.course_header_video .page_header .action a{
    margin: 0;
}
.course_header_video .page_header .action .homepage_benefits_info{
    margin: 20px auto;
}
.course_information{
    display: table;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.course_information .icon{
    display: block;
}
.course_information .description{
    color: #fff;
    font-family: 'Gotham-Light';
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
}
.course_main_title{
    display: table;
    width: 100%;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
.course_main_title h2{
    font-family: 'Gotham-Medium';
}
.course_chapters{
    display: table;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    background: #E4E4ED;
}
.course_chapters .chapter_content{
    display: inline-block;
    width: 20%;
    padding: 10px;
    text-align: center;
    position: relative;
}
.course_chapters .chapter_content .title{
    position: absolute;
    bottom: 55px;
    width: 100%;
    color: #fff;
    padding-left: 30px;
    padding-right: 30px;
    line-height: normal;
    left: 0;
    font-family: 'Gotham-Medium';
    font-size: 16px;
}
.chapter_action  a{
        margin: 0 auto;
}
.course_chapters h3{
    text-align: center;
    font-family: 'Gotham-Light';
    margin-top: 25px;
    margin-bottom: 25px;
}


#ready-set-mod {
	background-color: #E11D3D;
	color: #FFF;
	padding: 50px 0 35px;
	text-align: center;
    font-family:'Futura-Book';
    font-weight: 400;
	font-size: 19px;
}
#ready-set-mod p{
    margin-bottom: 1rem;
    line-height: normal;
}
#ready-set-mod .info{
    margin-top: 15px;
}

#ready-set-mod h2 {
	font-family:'Gotham-Medium';
	font-weight: 500;
	font-size: 40px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
}

#ready-set-mod .container {
	margin-top: 50px;
}

#technical-requirements {
	text-align: center;
	margin: 0;
	padding: 50px 0;
	color: #333;
    font-family:'Futura-Book';
    font-weight: 400;
	font-size: 25px;
}

#technical-requirements h2 {
    font-family:'AvenirLT-Medium';
    font-weight: 400;
	font-size: 40px;
	text-transform: uppercase;
	color: #231F20;
}

#technical-requirements h3 {
	color: #D71E3C;
	font-family:'Gotham-Medium';
	font-size: 30px;
	padding: 30px 10px;
}

#technical-requirements p {
	font-size: 18px;
	line-height: 1.5;
}

#technical-requirements a {
	color: #F0A53A;
	text-decoration: none;
}

#technical-requirements a:hover {
	border-bottom: 1px dotted #F0A53A;
}

#purple-section {
	background-color: #782E7D;
	color: #FFF;
	padding: 50px 0;
    font-family:'AvenirLT-Book';
    font-weight: 400;
	font-size: 15px;
}

#purple-section [class*="col-"] {
	padding-left: 80px;
	background-position: top left;
	background-repeat: no-repeat;
}

#purple-section h3 {
    font-family: 'AvenirLTStd-Black';
    font-weight: 400;
	font-size: 24px;
	margin-bottom: 10px;
    line-height: 1;
    color: #fff;
}
/* course mobile */
.online_courses_mobile{
    display: none;
    width: 100%;
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}
.online_course_mobile video{
    width: 100%;
}
.online_course_mobile .video{
    border-bottom: 1px solid #231F20;
}
.online_course_mobile h3{
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 20px;
    font-family: 'Gotham-Medium';
    text-align: center;
    line-height: normal;
}
.online_course_mobile .category{
    display: block;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gotham-Light';
    line-height: normal;
    margin-bottom: 10px;
}
.course_content_mobile img{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 80px;
}
.course_content_mobile .description{
    position: relative;
    display: block;
    padding-left: 120px;
    min-height: 110px;
    line-height: normal;
    padding-top: 25px;
    padding-bottom: 15px;
    font-family: 'Gotham-Light';
    margin-top: 10px;
}
.only_mobile{
    display: none;
}
/* banner-mobile */
.general_advantage_mobile .banner_mobile{
    color: #fff;
    min-height: 700px;
    background-size: cover !important;
    position: relative;
    width: 100%;
}
.online_courses_mobile h2{
    font-size: 20px;
    text-align: center;
    font-family: 'Gotham-Medium';
    padding-left: 20px;
    padding-right: 20px;
    display: block;
    margin-top: 20px;
}
.general_advantage_mobile .banner_mobile .info{
    position: absolute;
    left: 25px;
    bottom: 50px;
}
.general_advantage_mobile .banner_mobile .icon img{
    width: 120px;
}
.general_advantage_mobile .banner_mobile .info h3{
    color: #fff;
    font-family: 'Gotham-Medium';
    margin-top: 30px;
    margin-bottom: 30px;
    display: block;
    font-size: 35px;
}
.general_advantage_mobile .banner_mobile .info .description{
    color: #fff;
    font-family: 'Gotham-Medium';
    display: block;
    font-size: 18px;
    padding-right: 25px; 
    line-height: normal;   
}
.mobile_action{
    display: block;
    margin-top: 20px;
}
.mobile_action a{
    display: inline-block;
    font-size: 16px;
}
.mobile_action a .fa{
    font-size: 23px;
    vertical-align: -2px;
}
.mobile_action_info{
    text-align: center;
}
.general_shortcode_info{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.general_shortcode_info .image{
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
    text-align: center;
}
.general_shortcode_info .image img{
    width: 80px;
}
.general_shortcode_info .title{
    display: block;
    text-align: center;
    font-family: 'Gotham-Medium';
    font-size: 20px;
    line-height: normal;
    
}
#general_hours_projects ul li{
    font-family: "Gotham-Book";
    font-size: 18px;
}
.general_advantage_upgrade{
    margin-bottom: 15px;
}
.general_advantage_upgrade .box{
    display: table;
    width: 100%;
    padding: 30px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 400px;
}
.general_advantage_upgrade .box .icon{
    padding-top: 20px;
    padding-bottom: 20px;
}
.general_advantage_upgrade .box .icon img{
    max-width: 100px;
}
.general_advantage_upgrade .box .description{
    font-family: 'Gotham-Light';
    font-size: 17px;
    line-height: normal;
}
.general_advantage_upgrade h3{
    font-size: 19px;
    font-family: 'Gotham-Bold';
}
a.ck_remove{
    color: red !important;
    margin: auto 0 auto auto;
    float: right;
    font-weight: bold;
    font-size: 14px;
}

.upgrade_today h1{
    font-family: "Gotham-Medium";
    font-size: 38px;
    color: #782E7D;
    margin: 0;
    padding: 0;
}
.upgrade_today h2{
    font-family: "Gotham-Book";
    font-size: 22px;
    color: #231F20;
}
.upgrade_today_action{
    padding-top: 20px;
    padding-bottom: 20px;
}
.upgrade_today_action a{
    display: inline-block;
}
.upgrade_today .page-header{
    font-family: "Gotham-Medium";
    font-size: 30px;
    line-height: normal;
    color: #231F20;
    padding-top: 20px;
    padding-bottom: 5px;
}
.upgrade_today .page-subheader{
    font-family: "Gotham-Medium";
    font-size: 20px;
    line-height: normal;
    color: #ED2024;
    padding-bottom: 5px;
}
.upgrade_today .owl-item > div {
    cursor: pointer;
    margin: 9px 12px;
    transition: margin 0.4s ease;
}
.upgrade_today .owl-item.center > div {
    cursor: auto;
    margin: 0;
}
.course_carousel_title{
    display: none;
}
.upgrade_today .owl-item.center .course_carousel_title{
    display: block;
    font-family: "Gotham-Medium";
    font-size: 16px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: normal;
    text-transform: uppercase;
}
.course_carousel_title span{
    display: block;
    margin-top: 5px;
    font-size: 14px;
}
.container-carousel{
    display: block;
    margin-top: 30px;
    margin-bottom: 30px;
}
.buttons a.back-to-courses{
    padding: 0.85em 1em;
    font-size: .9rem;
    line-height: 1;
    background: #D71C3B;
    font-family: 'Gotham-Book';
    text-transform: uppercase;
    border: 1px solid transparent;
}
#back-to-courses-label{
    margin-right: 12px;
    font-size: 24px;
    vertical-align: calc(-2px);
}

.currency-selector {
    width: 100%;
    display: inline-block;
}
.selector-container {
    padding-top: 9px;
}

.currency-selector .selector-container .wcaiocc-switcher-buttons ul.wcaiocc-list{
    padding-top: 0;
}
.currency-selector .selector-container .wcaiocc-container {
    padding-right: 10px;
}
.currency-selector.currency-selector-guest,
.currency-selector.currency-selector-user {
    float: right;
    margin-top: 7px;
    width: auto;
}

.clear-block {
    clear: both;
    display: none;
}

.woocommerce-customer-details address{
    background: #fff;
    border-radius: 0 !important;
}


/* course box */
.course_box{
    display: table;
    width: 100%;
    text-align: center;
}
.course_box_plan{
    display: inline-block;
    margin: 0 10px 0 auto;
    min-width: 210px;
}
.course_box_header{
    color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    font-family: 'Gotham-Bold';
    font-size: 20px;
}
.payment-checkboxes .course_box_header{
    cursor: pointer;
}
.course_box_red{
    background: #EC1C24;
}
.course_box_green{
    background: #00A14B;
}
.course_box_purple{
    background: rgb(128, 64, 152);
}
.course_box_orange{
    background: rgb(241, 102, 36);
}
.course_box_content{
    min-height: 50px;
    position: relative;
    color: #000;
    font-family: "Gotham-Bold";
    padding-left: 15px;
    padding-right: 15px;
}
.payment-checkboxes .course_box_content{
    color: #fff;
    cursor: pointer;
    font-size: 45px;
}
.course_box_content .current_currency{
    font-size: 22px;
    vertical-align: super;
    font-family: 'Gotham-Book';
}
.course_box_content .box_course_interval{
    font-size: 22px;
    vertical-align: baseline;
    font-family: 'Gotham-Book';
}
.course_box_content .box_course_info{
    font-size: 14px;
    font-family: 'Gotham-Book';
    padding-top: 5px;
    padding-bottom: 5px;
}
.course_box_content .box_course_info span.was_price{
    display: block;
}
.course_box_overlay{
    background-color: #fff;
}
.course_red_box_overlay{
    background: url('../images/red_overlay.png?ver=2');
    /* border: 5px solid #EC1C24; */
}
.course_green_box_overlay{
    background: url('../images/green_overlay.png');
    /* border: 5px solid #00A14B; */
}
.box_save_price{
    position: absolute;
    top: 0;
    right: 0;
    background: url('../images/save_price.png?ver=2') no-repeat;
    width: 70px;
    height: 50px;
}
.save_from_price{
    position: absolute;
    color: #fff;
    right: 11px;
    top: 15px;
    font-weight: bold;
    font-size: 10px;
    -webkit-transform: rotate(35deg);
    -moz-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    -o-transform: rotate(35deg);
}

input[type=radio].css-checkbox {
    position:absolute; 
    z-index:-1000; 
    left:-1000px; 
    overflow: hidden; 
    clip: rect(0 0 0 0); 
    height:1px; 
    width:1px; 
    margin:-1px; 
    padding:0; 
    border:0;
}

input[type=radio].css-checkbox + label.css-label {
    padding-left:47px;
    height:42px; 
    display:inline-block;
    line-height:42px;
    background-repeat:no-repeat;
    background-position: 0 0;
    font-size: 32px !important;
    text-transform: uppercase;
    vertical-align:middle;
    cursor:pointer;

}
input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -42px;
}
label.css-label {
background-image:url('../images/csscheckbox_ff65dc59932d718ea0f1a384135a753e.png');
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

input[type='radio'].css-checkbox+label{
    margin: 0;
}
.plan{
    position: relative;
}
.plan .course_box_header{
    padding: 15px 0;
}
.plan .course_box_content{
    min-height: 150px;
    font-size: 60px;
    padding-top: 15px;
    padding-bottom: 20px
}
.plan .course_box_content .box_course_info{
    font-size: 16px;
}
.plan .box_save_price{
    background-size: contain;
    width: 100px;
    height: 70px;
}
.plan .save_from_price {
    right: 6px;
    top: 19px;
    font-size: 12px;
}
.plan .course_box_content .price-value .woocommerce-Price-currencySymbol{
    font-size: 28px;
    vertical-align: super;
    font-family: 'Gotham-Book';
}
.plan .course_box_content .box_course_interval{
    font-size: 28px;
}
img.plan_monthly_image{
    position: absolute;
    left: -165px;
    top: 0;
    z-index: 9999;
}
img.plan_yearly_image{
    position: absolute;
    right: -285px;
    top: 0;
    z-index: 9999;
}
.box-label {
    padding-left:47px;
    height:42px; 
    display:inline-block;
    line-height:42px;
    background-repeat:no-repeat;
    background-position: 15px 0;
    font-size: 32px !important;
    text-transform: uppercase;
    vertical-align:middle;
    cursor:pointer;
    background-image:url('../images/csscheckbox_ff65dc59932d718ea0f1a384135a753e.png');
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0;
}
.plan_upgrade_selected .box-label{
    background-position: 15px -42px;
}

#free_trial .three-plan label.box-header {    
    font-size: 32px;
    line-height:42px;
    text-transform: uppercase;
}

.btn-publish{
    color: #fff;
    padding: 0.80rem 1.525rem;
    display: block;
    border: 0;
    opacity: 1;
    cursor: pointer;
}
.form-group-complete{
    display: table;
    width: 100%;
}
.form-group-complete #sfwd-mark-complete{
    display: inline-block;
}
.form-group-complete .btn-publish{
    display: inline-block;
    margin-left: 10px;
}

#learndash_lesson_topics_list div ul>li .sn, 
#learndash_lesson_topics_list div>strong, 
#learndash_lessons, #learndash_profile a, 
#learndash_profile div, 
#learndash_quizzes, .expand_collapse, 
.learndash_profile_heading, 
.notavailable_message{
    font-size: 16px;
}
#learndash_lesson_topics_list span a, 
#learndash_lessons a,
#learndash_quizzes a,
.expand_collapse a, 
.learndash_topic_dots a, 
.learndash_topic_dots a>span{
    font-size: 15px;
}
.log_out_link a{
    text-transform: capitalize !important;
}
#awrc-contact h3, #awrc-contact h4{
    font-size: 16px;
    font-weight: bold;
}
body .woocommerce-error{
    color: #721c24;
    background: #f8d7da;
    border: 1px solid #f5c6cb;
    max-width: 96%;
    margin: 15px auto;
}
body .woocommerce-error .button{
    color: #fff;
    margin-right: 10px;
    float: right;
    background: #935386;
}
#awrc-contact{
    border: 1px solid rgba(0,0,0,.1);
    background: #f8f8f8;
    border-radius: 5px;
}
#awrc-contact h3,#awrc-contact h4{
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    float: left;
    padding: 9px 12px;
    font-size: 15px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}
#awrc-contact p{
    padding: 10px;
    margin: 0;
    display: block;
    clear: both;
}

.cursor-not-allowed{
    cursor: not-allowed;
}

.hidden-block {
    display: none;
}

/* Modals */
.modal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
  
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}

#childSelectionModal {
    display: none;
    position: fixed;
    z-index: 1050;
    padding-top: 49vh;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

#childSelectionModal .modal-header {
    position: relative;
    top: -48px;
    background-color: #d71c3b;
    color: #ffffff;
    font-variant: all-small-caps;
    font-weight: 700;
    font-size: x-large;
	padding: 10px;
}

#childSelectionModal .modal-header .close-modal {
	top: -8px;
}

#childSelectionModal .modal-content {

}

#childSelectionModal .modal-body {
	padding: 10px;
}

#childSelectionModal .modal-footer {
	background-color: #d71c3b;
	text-align: center;
	padding: 10px;
}

#childSelectionModal .modal-footer .btn_chosen_child {
    color: #000000;
    Background-color: #ffffff;
    border: #000000 solid 2px;
    padding: 5px 20px 5px 20px;
    font-variant: all-small-caps;
    font-weight: 700;
    font-size: large;
}

/* Add Animation */
@-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
}
  
@keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
}
  
.close-modal {
    color: white;
    float: right;
    font-size: 42px;
    font-weight: bold;
    line-height: 1em;
    padding-right: 10px;
    position: relative;
    text-shadow: 2px 2px 2px #888;
    z-index: 100;
}

  
.close-modal:hover,
.close-modal:focus {
    color: #ccc;
    text-decoration: none;
    cursor: pointer;
}
  
.modal-header {
    min-height: 46px;
    padding: 12px 12px 0;
}
  
.modal-body {
    margin-top: -40px;
    padding: 2px 12px 12px;
}
  
.modal-footer {
    padding: 2px 16px;
    background-color: #5cb85c;
    color: white;
}
/* End Modal */
@media(min-width: 992px) and (max-width: 1440px){
    .clear-block.clear-currency {
        display: block;
    }
}
@media(max-width: 1440px){
    .currency-selector.currency-selector-user {
        margin-top: 0;
    }
}
@media(max-width: 992px){
    .currency-selector.currency-selector-guest {
        margin-top: 0;
    }
}

@media(max-width: 767px) {
    .modal {
        padding-top: 20px;
    }
    .modal-content {
        width: 90%;
    }
}

.woocommerce a.button.cancel, .woocommerce a.button.change_payment_method, .woocommerce a.button.view {
    background: #88c23f !important;
    color: #fff !important;
}

p#user_switching_switch_on {
    text-align: center;
}