/**
 * Fonts
 */

@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_text.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_thin.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_ultralight.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Myriad Set Pro';
    src: url('../fonts/myriad-set-pro_semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Proximanova';
    src: url('../fonts/Proximanova-regular.otf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

.bg-violet{ background-color: #000; color: #fff; }




/**
 * Reset
 */
body{
    font-family: "Proximanova", sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    background: #fff;
}
h1, h2, h3, h4, h5, h6{ font-weight: normal; font-family: "Proximanova", sans-serif; }
h1, h2{ font-weight: 100; }
.thin{ font-weight: 300 !important; }
h1 strong, h2 strong{ font-weight: 300; }
.thin strong{ font-weight: 500 !important; }
.big{ font-size: 0.75em; }
.ultra{ font-size: 1.5em; }

a, a:link, a:focus, a:active{
    text-decoration: none;
    outline-width: 0;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
a:hover{
    color: #403a96;
}
img, canvas{
    max-width: 100%;
    height: auto;
}
.img-circle.with-border{
    border: solid 2px #80c41c;
}
img.aligncenter{
    margin-left: auto;
    margin-right: auto;
    display: block;
}
ol, ul{

}
ol li, ul li{
    padding-top: 6px;
    padding-bottom: 6px;
}

ul.list1{
    font-size: 26px;
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}
ul.list1 li{
    position: relative;
    padding: 8px 0 8px 60px;
}
ul.list1 li:before{
    content: "";
    width: 16px;
    height: 28px;
    display: block;
    position: absolute;
    top: 6px;
    left: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}

ul.list2{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
}
ul.list2 li{
    position: relative;
    padding: 8px 0 8px 30px;
}
ul.list2 li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color: #403a96;
}

.nospacing{ letter-spacing: 0; }
.nomargin { margin: 0; }
.no-margin { margin: 0 !important; }

.bg-white{ background-color: #ffffff; color: #333333; }
.bg-grey{ background-color: #ececf0; color: #333333; }
.bg-green{ background-color: #80c41c; color: #ffffff; }
.bg-darkgrey{ background-color: #999A9C; color: #FFFFFF; }
.bg-photo{ color: #ffffff; }
.bg-class{ background: url(../images/bg-class.jpg) center top no-repeat; background-size: cover; }
.bg-trustee-education{ background: url(../images/bg-courses.jpg) center top no-repeat; background-size: cover; }
.bg-trustee-lessons{ background: url(../images/bg-lessons.jpg) center top no-repeat; background-size: cover;  padding-bottom: 0; overflow: hidden; color:#FFFFFF; }
.bg-trustee-homepage { background: url(../images/bg-courses-hp.jpg) center top no-repeat; background-size: cover;  padding-bottom: 0; overflow: hidden; color:#FFFFFF; }




.btn{
    color: #ffffff;
    padding: 10px 40px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px;
    outline: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    line-height: 22px;
    font-family: "Proximanova", sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active{
    outline: none;
}
.btn-success,
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover{
    border-color: #f07723;
    background-color: #f07723;
	opacity: 1;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active{
    color: #000;
    border-color: #fef1ed;
    background: #fef1ed;
}
.btn-white,
.btn-white:hover{
    color: #000;
}
.btn-grey,
.btn-grey:hover{
    color: #333333;
}
.btn-violet,
.btn-violet:hover{
    color: #403a96;
    border-color: #403a96;
}
.btn-transparent,
.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active{
    text-shadow: none;
    -webkit-text-shadow: none;
    background-color: transparent;
}
.btn-violet.btn-transparent:hover{
    color: #ffffff;
    border-color: #80c41c;
    background-color: #80c41c;
}
.btn-white.btn-transparent:hover{
    border-color: #80c41c;
}
.btn-lg{
    padding-top: 15px;
    padding-bottom: 15px;
    border-width: 2px;
}
.btn-ultra-small{
    padding: 4px 10px;
    border-width: 1px;
    border-radius: 3px;
}
.form-control{
    padding: 10px 12px;
    font-size: 16px;
    height: 44px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    max-width: 100%;
}
textarea.form-control{
    height: auto;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group{
    margin-left: 0;
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle){
    border-right: none;
}


.radio-styled{
	position: relative;
	padding-right: 40px;
	font-weight: 300;
	cursor: pointer;
}
.radio-styled input{
	display: none;
}
.radio-styled input + span{
	border: solid 1px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	width: 24px;
	height: 24px;
	color: #4E4E4E;
	cursor: pointer;
}
.radio-styled input + span:before{
    content: "";
	width: 8px;
	height: 14px;
	display: block;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: 3px auto 0px;
}
.radio-styled input:checked ~ span{
	color: #f26522;
}

span.wpcf7-list-item{
	margin-left: 2px;
	display: block;
}
.wpcf7-radio.inline span.wpcf7-list-item,
.wpcf7-checkbox.inline span.wpcf7-list-item{
	display: inline-block;
}
.wpcf7-radio label,
.wpcf7-checkbox label{
	position: relative;
	padding-left: 40px;
	font-weight: 300;
	cursor: pointer;
	margin-top: 5px;
	margin-bottom: 5px;
}
.wpcf7-radio label  input[type="radio"],
.wpcf7-checkbox label  input[type="checkbox"]{
	display: none;
}
.wpcf7-radio label span.wpcf7-list-item-label,
.wpcf7-checkbox label span.wpcf7-list-item-label{
	padding-right: 22px;
}
.wpcf7-radio label input[type="radio"] + span,
.wpcf7-checkbox label input[type="checkbox"] + span{
	border: 1px solid;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.wpcf7-radio label input[type="radio"] + span{
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.wpcf7-radio label  input[type="radio"]:checked + span,
.wpcf7-checkbox label  input[type="checkbox"]:checked + span{
	color: #80C41C;
}
.wpcf7-radio label input[type="radio"]:checked + span:before,
.wpcf7-checkbox label input[type="checkbox"]:checked + span:before{
	content: "";
	width: 8px;
	height: 21px;
	display: block;
	border-right: 2px solid;
	border-bottom: 2px solid;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	margin: -6px auto 0px 9px;
}


.tiny .row{
    margin-left: -5px;
    margin-right: -5px;
}
.tiny [class*=col-]{
    padding-left: 5px;
    padding-right: 5px;
}
.tiny .form-group{
    margin-bottom: 10px;
}

.ultra-tiny .row{
    margin-left: -3px;
    margin-right: -3px;
}
.ultra-tiny [class*=col-]{
    padding-left: 3px;
    padding-right: 3px;
}
.ultra-tiny .form-group{
    margin-bottom: 6px;
}
.break-col [class*=col-]{
	width: 100%;
}
.break-col .wpcf7-form .form-group{
	margin-bottom: 0;
}
.break-col .wpcf7-form input{
	margin-top: 10px;
}
.break-col .wpcf7-form input[type=submit]{
	margin-bottom: 10px;
}

#wrapper{
    width: 100%;
    overflow: hidden;
}

/**
 * Header
 */
#header{
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.2);
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #ffffff;
}
ul.navigation{
    margin: 18px 0;
    padding: 0;
}
ul.navigation li{
    display: inline-block;
    text-align: right;
    margin-left: 5px;
    padding-top: 0;
    padding-bottom: 0;
}
ul.navigation li a{
    color: #403a96;
    padding: 4px 10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
ul.navigation li a:hover,
ul.navigation li.current-menu-item a{
    background: #403a96;
    color: #ffffff;
}
ul.navigation li.call2action > a{
    background: #80c41c;
    color: #ffffff;
    padding: 10px 40px;
    text-shadow: 0 1px 0 #70ab18;
    -webkit-text-shadow: 0 1px 0 #70ab18;
}
ul.navigation li.call2action > a:hover{
    background: #403a96;
}

.slicknav_menu{ display: none; }
.slicknav_nav{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
}
.slicknav_nav li{
    padding-top: 0;
    padding-bottom: 0;
}
.slicknav_nav a{
    color: #403a96;
    padding: 4px 10px;
    display: block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
}
.slicknav_nav li a:hover,
.slicknav_nav li.current-menu-item a{
    background: #403a96;
    color: #ffffff;
}
.slicknav_nav li.call2action > a{
    background: #80c41c;
    color: #ffffff;
    text-shadow: 0 1px 0 #70ab18;
    -webkit-text-shadow: 0 1px 0 #70ab18;
}
.slicknav_btn{
    background-color: #80c41c;
}



/**
 * Page Section
 */
.section{
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}
.section.top{
    padding: 0;
    height: 102px;
}
.section-title{
    margin-top: 0;
    margin-bottom: 40px;
}
.down:before{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -30px;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #f8f8f8;
    z-index: 1;
}
.down.down-white:before{ border-top-color: #ffffff; }
.down.down-violet:before{ border-top-color: #000; }
.down.down-green:before{ border-top-color: #80c41c; }
.down.down-grey:before{ border-top-color: #ececf0; }
.down.down-small:before{
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top-width: 10px;
}
.bg-violet input[type=text],.bg-violet input[type=search],.bg-violet input[type=email],
.bg-green input[type=text],.bg-green input[type=search],.bg-green input[type=email]{
    border-color: #ffffff;
}
.bg-white input[type=text],.bg-white input[type=search],.bg-white input[type=email],
.bg-grey input[type=text],.bg-grey input[type=search],.bg-grey input[type=email]{
    border-color: #cccccc;
}
.section.mask .container{
    position: relative;
}
.section.mask:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}


/**
 * Banner
 */
#banner .container{
    max-width: 1040px;
}
#banner h1 strong{
    font-weight: 500;
}
#banner p{
    margin: 25px 0;
}
#banner .btn{
    width: 210px;
    margin-right: 4px;
    margin-bottom: 8px;
}
#banner .cover{
    position: absolute;
    bottom: 0;
    left: 55%;
    max-width: 45%;
}


/**
 * About
 */
.savvy{
    background: #ececf0;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    overflow: hidden;
}
.savvy .description{
    padding: 25px;
}
.savvy .description h3:first-child{
    margin-top: 0;
}
.savvy .description .btn{
    position: relative;
}
.savvy .description .btn .fa{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 50px;
    text-align: center;
    line-height: 50px;
}
.savvy .talk,
.savvy .join{
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
}
.savvy .talk a,
.savvy .join a{
    color: #ffffff;
    text-decoration: none;
}
.savvy .talk:before,
.savvy .join:before{
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #ececf0;
    z-index: 1;
    color: #ececf0;
}
.savvy .join:before{
    color: #80c41c;
    border-top: 10px solid #80c41c;
}

/**
 * Trending
 */
#trending{
    background: url('../images/bg-pig.jpg') center center no-repeat;
    background-size: cover;
}
#trending .slider-arrow{
    color: #ffffff;
    border-color: #ffffff;
}


/**
 * Lessions
 */
#lessons .section-sub-title{
    margin-bottom: 40px;
}
#lessons .item{
    margin-bottom: 25px;
}
#lessons .img-circle{
    border: solid 2px #80c41c;
}


/**
 * Reserve
 */
#reserve{
    background: url("../images/bg-class.jpg") center top no-repeat;
    background-size: cover;
}
#reserve .container{
    max-width: 1040px;
}
.box{
    border-radius: 5px;
    background: #ffffff;
    overflow: hidden;
}
.box .box-title{
    padding: 5px 30px;
}
.box .box-content{
    padding: 20px 30px;
}
.box.reverse-form .form-group{
    margin-bottom: 10px;
}
.box.reverse-form .form-control{
    background: #f7f7f7;
}
.box.reverse-form .row{
    margin-left: -5px;
    margin-right: -5px;
}
.box.reverse-form [class*="col-"]{
    padding-left: 5px;
    padding-right: 5px;
}


/**
 * Filter
 */
#filter{
    padding-top: 70px;
}
.filter a{
    color: #555;
    padding: 4px 10px;
    display: inline-block;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    text-decoration: none;
    border: solid 1px #555;
    margin-bottom: 4px;
}
.filter a:hover,
.filter a.active{
    background: #f07723;
    border: solid 1px #f07723;
    color: #fff;
}


/**
 * eBooks
 */
#ebooks{
    padding-top: 70px;
}
.ebooks .ebook{
    border-top: solid 5px #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 18px;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 25px;
    overflow: hidden;
    text-align: left;
}
.ebooks .ebook .row{
    margin-left: -8px;
    margin-right: -8px;
}
.ebooks .ebook [class*=col-]{
    padding-left: 8px;
    padding-right: 8px;
}
.ebooks .ebook h3{
    font-weight: 300;
    font-size: 18px;
    margin-top: 0;
}
.img-ebook-thumbnail{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    padding: 0;
    border-radius: 0;
}
.ebooks .ebook .description{
    height: 90px;
    margin-bottom: 10px;
    overflow: hidden;
}
.ebooks .ebook .btn{
    position: relative;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
    height: 36px;
}
.ebooks .ebook .btn .glyphicon{
    position: absolute;
    top: -1px;
    left: -1px;
    background: rgba(0, 0, 0, .1);
    height: 36px;
    width: 36px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    line-height: 36px;
}
.pagination{
    display: table;
    margin: 30px auto;
}
.pagination > li > a, .pagination > li > span{
    margin: 3px;
    border: solid 1px #cccccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 16px;
    color: #333333;
    padding: 8px 16px;
}
.pagination > li.active > a,
.pagination > li > a:hover, .pagination > li > span:hover{
    background: #ab886c;
    border: solid 1px #ab886c;
    color: #ffffff;
}
.pagination > li:last-child > a, .pagination > li:last-child > span{
    margin-right: 0;
}

.ebooks [class*=col-]:nth-child(3n+1){
    clear: both;
}


/**
 * Top Rated
 */
#top-rated{
    background: url('../images/bg-pig.jpg') center center no-repeat;
    background-size: cover;
}
#top-rated h1{
    margin-top: 0;
}
#top-rated .btn{
	margin-top: 30px;
}



/**
 * Top ten
 */
#top-ten-properties{
    padding-top: 80px;
    padding-bottom: 80px;
    background: url("../images/bg-class.jpg") center bottom no-repeat;
    background-size: cover;
}

/**
 * Going
 */
#going .section-title{
    margin-bottom: 20px;
}


/**
 * learn
 */
#learn{
    background: url("../images/bg-pig.jpg") center center no-repeat;
    background-size: cover;
}


/**
 * Page Talk to us
 */
#talk-to-us{
    background: url("../images/bg-city.jpg") center top no-repeat;
    background-size: cover;
}
.location .icon{
    position: relative;
    padding: 8px 0 8px 30px;
}
.location .icon .fa{
    position: absolute;
    top: 11px;
    left: 0;
    color: #d0d0d0;
}


/**
 * Contact
 */
#contact{
    background: url("../images/bg-class.jpg") center top no-repeat;
    background-size: cover;
}


/**
 * Page About Us
 */
#about-us{
    background: url("../images/bg-about.jpg") center top no-repeat;
    background-size: cover;
    padding-top: 120px;
    padding-bottom: 120px;
}


/**
 * Landing Page
 */
#get-free-ebooks{
    background: url("../images/bg-landing.jpg") bottom 70px center no-repeat transparent;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}
#get-free-ebooks:before{
    top: auto;
    bottom: 70px;
}
#inside{
    background: url("../images/bg-class.jpg") top center no-repeat transparent;
    background-size: cover;
}

#inside-courses{
    background: url("../images/course_featured_bg.jpg") top center no-repeat transparent;
    background-size: cover;
}

.free{
    display: block;
    width: 132px;
    height: 132px;
    background: #ffa300;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -25%;
    margin-top: -66px;
    text-align: center;
    text-transform: uppercase;
    padding: 41px 0;
}

/**
 * eBook Template 1
 */
.landing-page .banner{
    background: url("../images/bg-landing.jpg") bottom 28px center no-repeat transparent;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}
.landing-page .banner:before{
    top: auto;
    bottom: 28px;
}
.landing-page .banner h1{
    font-size: 45px;
    font-weight: 100;
    margin: 0 0 15px;
}
.landing-page .banner h1 strong{
    font-weight: 600;
    color: #80c41c;
}
.landing-page .short-description{
    margin-bottom: 20px;
}
.landing-page .content h1{
    margin-bottom: 25px;
}
.landing-page .content h4{
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}
.landing-page .content ul{
    list-style: none;
    padding: 0;
    display: table;
    margin: auto;
    margin-bottom: 25px;
}
.landing-page .content ul li{
    position: relative;
    padding: 8px 0 8px 30px;
    text-align: left;
}
.landing-page .content ul li:before{
    content: "";
    width: 8px;
    height: 14px;
    display: block;
    position: absolute;
    top: 10px;
    left: 4px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    color: #0d2b61;
}

/* Landing 3 */
.landing-page.landing-page-3 .cover{
	text-align: left;
}
.landing-page.landing-page-3 .free{
	top: 40px;
	right: 60px;
	left: auto;
}

/* Landing Course */
.landing-page.landing-page-course .banner{
    background: url("../images/bg-courses.jpg") bottom 28px center no-repeat transparent;
    background-size: cover;
    padding-bottom: 0;
    overflow: hidden;
}

/**
 * Seminar
 */
.icon{
    margin-top: 25px;
    margin-bottom: 25px;
}
.icon .img-circle{
    border: solid 2px #80c41c;
	padding: 30px;
	display: inline-block;
	width: 118px;
}
.banner-seminars,
.single-seminar .banner{
    background: url("../images/bg-class.jpg") top center no-repeat transparent;
    background-size: cover;
}

.seminars .seminar.col-sm-3:nth-child(4n+1){
	clear: both;
}


/**
 * Looking Else
 */
#looking-else{
    padding-top: 80px;
    padding-bottom: 80px;
}
#looking-else .section-title{
    margin-bottom: 30px;
}


/**
 * Free eBooks
 */
#free-ebooks{
    padding-top: 60px;
}
#free-ebooks .swiper-container{
    margin-bottom: 30px;
}
#free-ebooks .swiper-container h4{
    max-width: 190px;
    margin: 20px auto 0;
    font-weight: 500;
}
#free-ebooks .swiper-container img{
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.3);
}
.slider-arrow {
    color: #403a96;
    font-size: 40px;
    width: 26px;
    height: 26px;
    padding: 0px;
    cursor: pointer;
    position: absolute;
    border-right: 2px solid #403a96;
    border-top: 2px solid #403a96;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
}
.slider-arrow-prev{
    border-top: none;
    border-right: none;
    border-left: 2px solid #403a96;
    border-bottom: 2px solid #403a96;
}
.swiper-outer{
    position: relative;
}
.swiper-outer .slider-arrow-prev{
    left: -28px;
}
.swiper-outer .slider-arrow-next{
    right: -28px;
}



/**
 * Footer Sidebar
 */
#footer-sidebar{
    padding-top: 50px;
    padding-bottom: 50px;
}
.widget ul{
    list-style: none;
    padding-left: 0;
}
.widget ul li{
    padding-top: 8px;
    padding-bottom: 8px;
}
#footer-sidebar a{
    color: #ffffff;
    text-decoration: none;
}
#footer-sidebar a:hover{
    color: #afd9ee;
}
.socials .social{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 36px;
    margin-bottom: 5px;
    color: #3b5998;
}
.social .fa-facebook{ color: #3b5998; }
.social .fa-linkedin{ color: #4875b4 }
.social .fa-twitter{ color: #00aced; }
.social .fa-envelope{ color: #403a96; }
.socials .social:hover,
.socials .social:active,
.socials .social:focus{
    background: #cccccc;
}

.footer-logo{
    display: block;
}
.footer-logo small{
    font-size: 13px;
}

/**
 * Footer
 */
footer{
    padding: 28px 0;
}
p.copy-text{
    margin-bottom: 0;
}


/**
 * Contact Form 7
 */
div.wpcf7-response-output {
    margin: 0px;
    padding: 1em;
    font-weight: 300;
	text-align: center;
	border: 1px solid #403A96 !important;
}
span.wpcf7-not-valid-tip {
    color: #DA5252;
    font-size: 11px;
    display: block;
    font-weight: 300;
	text-align: right;
}
div.wpcf7 .submit-wrap{
	position: relative;
	display: table;
	margin-left: auto;
	margin-right: auto;
}
div.wpcf7 .submit-wrap img.ajax-loader{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
div.wpcf7-validation-errors{
	display: none !important;
}
.img-region {
    width: 241px;
    height: 225px;
}


/**
 * Responsive
 */
@media screen and (min-width: 768px){
    .landing-page .cover{
        position: absolute;
        bottom: -48px;
        text-align: right;
    }

	.landing-page.landing-page-3 .content ul.list3{
		display: block;
		width: 100%;
		overflow: hidden;
	}
	.landing-page.landing-page-3 .content ul.list3 li{
		position: relative;
		padding: 40px 15px 0;
		text-align: center;
		width: 25%;
		float: left;
	}
	.landing-page.landing-page-3 .content ul.list3 li:before{
		content: "";
		width: 12px;
		height: 24px;
		display: block;
		position: absolute;
		top: 0;
		left: 50%;
		margin-left: -6px;
		border-right: 5px solid;
		border-bottom: 5px solid;
		-ms-transform: rotate(45deg); /* IE 9 */
		-webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
		transform: rotate(45deg);
		color: #403a96;
	}
	.landing-page.landing-page-3 .content ul.list3 li:nth-child(4n+1){ clear: both; }
}
@media screen and (max-width: 1199px){
    #sitemenu{ display: none; }
    .slicknav_menu{
        display: block;
        position: absolute;
        right: 10px;
        top: 30px;
        z-index: 99999;
    }
}
@media screen and (max-width: 991px) {

}
@media screen and (max-width: 767px) {
    /**
     * banner
     */
    #banner{
        padding-bottom: 0;
    }
    #banner .cover{
        position: static;
        margin-left: 15px;
        max-width: 100%;
		float: left;
    }


    /**
     * eBooks
     */
    .ebooks .ebook .description{
        height: auto;
        margin-bottom: 0;
    }

    /**
     * Landing Page
     */
    #get-free-ebooks{
        background-position: bottom 30px center;
    }
    #get-free-ebooks:before{
        bottom: 30px;
    }
    #get-free-ebooks .pic{
        text-align: center;
    }
    .free{
        top: -120px;
        left: 50%;
        margin-top: 0;
        margin-left: -66px;
    }
	.slider-arrow{ display: none; }

    /**
     * Footer Sidebar
     */
    #footer-sidebar{
        text-align: center;
    }
    #footer-sidebar .socials .social{
        display: inline-block;
    }
    #footer-sidebar .widget:first-child ul{
        margin-bottom: 0;
    }
}
/**
     * Login Page
     */

.login-page h1.title.page-title {
    text-align: center;
    background: #80c41c;
    color: #fff;
    text-transform: uppercase;
    max-width: 320px;
    border-radius: 4px 4px 0 0;
    margin: 0 auto;
}

.login-page h1.title.page-title .big {
    line-height: 44px;
    font-weight: 600;
    display: block;
    font-size: 18px;
}

.login-page .tml-login,
.login-page .tml-lostpassword {
    padding: 30px;
    background: #eee;
    border-radius: 0 0 4px 4px;
    margin: 0 auto;
}

.login-page .tml .message {
    text-align: center;
    font-size: 14px;
    padding: 4px;
}

.login-page .tml-action-links {
    float: none;
    width: auto;
    padding: 10px 0 0;
    margin: 10px 0 0;
    display: block;
    font-weight: 600;
    font-size: 14px;
    border-top: 1px solid #ddd;
}

.login-page .tml-login p,
.login-page .tml-lostpassword p {
    margin-bottom: 15px;
}

.login-page .tml-login label,
.login-page .tml-login input,
.login-page .tml-lostpassword label,
.login-page .tml-lostpassword input {
    margin-bottom: 0px;
}

.login-page .tml-login input,
.login-page .tml-lostpassword input {
    border: 1px solid #ddd;
    padding: 0 10px;
    height: 32px;
    font-size: 14px;
}

.login-page .tml-login label,
.login-page .tml-lostpassword label {
    font-weight: 600;
}

.login-page .tml-rememberme-wrap label {
    font-weight: 600;
    font-size: 14px;
}

.login-page .tml-submit-wrap input {
    background: #80c41c;
    color: #fff;
    border: none;
    font-weight: 600;
    padding: 0 20px;
    border-radius: 4px;
}

.section > .container > .row > div .wrapper {
    background: #fff;
    border-radius: 5px;
    padding: 15px 20px;
}

.course-image, .lesson-image, .topic-image {
    margin: 0 auto 30px;
    display: block;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

#test {
    max-height: 85%;
    padding: 0 30px 30px;
    overflow-y: scroll;
    width: 70% !important;
    margin-left: -35% !important;
}

#test .form-group {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

#test div.wpcf7 .submit-wrap {
    margin-bottom: 30px;
}

#test .form-group > div:first-child {
    font-weight: bold;
}

#test .wpcf7-radio .wpcf7-list-item {
    display: inline-block;
    margin: 10px 0 0;
    width: 16%;
}

#test .wpcf7-radio .wpcf7-list-item:first-of-type,
#test .wpcf7-radio .wpcf7-list-item:last-of-type {
    width: 26%;
}

@media screen and (max-width: 992px) {
    #test .wpcf7-radio .wpcf7-list-item,
    #test .wpcf7-radio .wpcf7-list-item:first-of-type,
    #test .wpcf7-radio .wpcf7-list-item:last-of-type {
        width: 50%;
    }
}

@media screen and (max-width: 600px) {
    #test {
        width: 90% !important;
        margin-left: -45% !important;
    }
}

@media screen and (max-width: 480px) {
    #test .wpcf7-radio .wpcf7-list-item,
    #test .wpcf7-radio .wpcf7-list-item:first-of-type,
    #test .wpcf7-radio .wpcf7-list-item:last-of-type {
        width: 100%;
    }
}

/**
 * Course Featured
 */
#course-featured{
    background: url('../images/course_featured_bg.jpg') center center no-repeat;
    background-size: cover;
}
#course-featured h1{
    margin-top: 0;
}
#course-featured .btn{
	margin-top: 30px;
}

/**
 * Course tables
 */

#coursetable {
    border-collapse: collapse;
    width: 100%;
}

#coursetable td, #coursetable th {
    border: 1px solid #ddd;
    padding: 8px;
}

#coursetable tr:nth-child(even){background-color: #ffffff;}

#coursetable tr:hover {background-color: #ffffff;}

#coursetable th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #A9A7AA;
    color: white;
}

/**
 * eBook Notification
 */

.notification{ 
	background-color: #999A9C; 
	color: #FFFFFF;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}


