html{
    height: 100%;
}
html, html a {
    -webkit-font-smoothing: antialiased !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);    
}
body{
    margin: 0;
    padding: 0;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    line-height: 20px;
    font-size: 14px;
    color: #3e3e3e;
    height: 100%;
    background: #fff;
    -webkit-font-smoothing: antialiased; 
}
button, a{
    text-decoration: none;
    color: #000;
    outline: 0 transparent!important;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
a:focus, a:hover, a:active, a:selected, a:visited{
    outline: 0;
}
a:hover{
    color:#1c794b; 
}
*, *:after, *:before{
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
img{
    border: 0;
    vertical-align: middle;
}
table{
    border: 0;
}
input, select, textarea, button{
    color: #000;
    font-family: 'roboto', Arial, Helvetica, sans-serif;
    font-size: 14px;
}
input:required:invalid, input:focus:invalid {
    background-image: url(../images/input-invalid.png);
    background-position: right top;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
}
input:required:valid {
    background-image: url(../images/input-valid.png);
    background-position: right top;
    background-repeat: no-repeat;
}
textarea {
    resize: vertical;
    min-height: 80px;
}
input, textarea{
    text-indent:5px;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #000;
    margin: 10px 0;
    padding: 0;
}
.clearBoth{
    clear: both;
    display: block;
}
.loader{
    background: #fff url(../images/loader.gif) center no-repeat;
    width: 32px;
    height:32px;
    position: absolute;
    left: 50%;
    top:50%;
    padding: 2px;
    margin: -18px 0 0 -18px;
    z-index: 999;
    -webkit-border-radius:40px;
    -moz-border-radius:40px;
    border-radius:40px;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;    
    -ms-box-sizing: border-box;    
    -o-box-sizing: border-box;    
    box-sizing: border-box;   
}
p{
    margin: 0 0 8px;
}
#mobileNavBtn {
    display: none;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    font-size: 38px;
    line-height: 40px;
    background: transparent ;
    z-index: 9;
    color: #1c794b;
    text-align: center;
}
.panel-on #mobileNavBtn{
    color: #fff;
}
.floatR{
    float: right!important;;
}
.floatL{
    float: left!important;
}

.alert{
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin: 0 0 8px; 
}
.alert.success{
    color: #229900;
}    
.alert.error{
    color: #e51400;
}
.alert.info{
    color: #007fff;
}

.notification{
    color: #fff;
    font-size:14px ;
    padding: 10px 25px 10px 35px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    margin: 5px 0;
    position: relative;
    text-align: left;
    background-repeat: no-repeat;
    background-position: 10px center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}              
.notification .closeBtn {
    background: url(../images/icon-clear.png) center no-repeat;
    width: 30px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.notification.info{
    background-color: #007fff;  
    background-image: url(../images/icon-notification.png); 
} 
.notification.error{
    background-color: #e51400;
    background-image: url(../images/icon-error.png);
} 
.notification.success{
    background-color: #229900;
    background-image: url(../images/icon-success.png);    
}

h1, h2, h3, h4, h5{
    color: #1c794b;
    line-height: 1.4;
}
h1{
    font-size: 28px;    
    margin: 0 0 12px;
}
h2{
    font-size: 24px;
    margin: 0 0 12px;
}
h3{
    font-size: 22px;
    margin: 0 0 12px;
}
h4{
    font-size: 18px;
    margin: 0 0 12px;
}
h5{
    font-size: 15px;
    margin: 0 0 12px;
}

.qv-icon{
    margin-right: 5px;
    position: relative;
    top: -1px;
}

.pace {
    -webkit-pointer-events: none;
    pointer-events: none;

    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.pace-inactive {
    display: none;
}
.pace .pace-progress {
    background: #fff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 4px;
}

.page-numbering{
    margin: 0;
    width: auto;
    height: 28px;
    float: right;
    clear: both;
}
.page-numbering ul{
    margin: 0;
    padding: 0;
    display: inline-block;
    height: 24px;
    width: auto;
}
.page-numbering li{
    width: 28px;
    height: 28px;
    margin: 0 0 0 6px;
    padding: 0 0 0 0;
    display: inline;
    text-align: center;
    float: left; 
}
.page-numbering li:first-child{
    margin-left:0;
}
.page-numbering a{
    display: block;
    font-size: 16px;
    line-height: 28px;
    color: #a8a8a8;
    background-color: transparent;
    position: relative;
    width: 28px;
    height: 28px;
    z-index: 1;
    border: 1px solid #a8a8a8;    
}
.page-numbering a:hover{
    color: #fff;      
    border: 1px solid #1d4381;
}
.page-numbering a .fa{
    display: block;
    font-size: 18px;
    line-height: 26px;
}
.page-numbering a:after, .page-numbering a:before{
    content:'';
    position: absolute;
    left: 0;
    right: 0;
    z-index: -1;
    width:100%;
    height: 0;
    background-color: #1d4381; 
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.page-numbering a:before{
    top:0;
}
.page-numbering a:after{
    bottom:0;
}
.page-numbering a:hover:before, .page-numbering a:hover:after{
    height:100%;
}
.page-numbering a.selected{    
    color: #fff;
    background-color: #1d4381; 
    border: 1px solid #1d4381;
}

.photo{
    background: #fff url(../images/loader.gif) center no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}
.photo img{
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
a.photo:hover img, a:hover .photo img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.pace-done .photo{
    background: transparent;
}
.pace-done .photo img{
    opacity: 1;
    filter: alpha(opacity=100);
}
.banner a:hover .photo img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.user-area{
    background: #2f343a;
    min-height: 40px;
    padding: 0 40px;
    position: relative;
    z-index: 999;
}   
.user-area .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
}
.user-area ul{
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
}
.user-area li{
    float: left;
    margin: 0 0 0 -1px;
    padding: 0 ;
    color: #a8a8a8;
    line-height: 40px;
    position: relative;
}
.user-area li:first-child strong{
    padding-right:20px;
    border-right:1px solid #a8a8a8;
}
.user-area li a{
    line-height: 40px;
    display: block;
    color: #a8a8a8;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
}
.user-area li a:after{
    content: "";
    position: absolute;
    top: 12px;
    height: 16px;
    background: #a8a8a8;
    width: 1px;
    right: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.user-area li a:hover, .user-area li a.selected{
    background: #1c794b;
    color: #fff;
}
.user-area li a:hover:after{
    background: #1c794b;
}
.user-area li strong{
    color: #fff;
}
.user-area li .fa{
    margin-left: 10px;
}


.login-form{
    display:none;
    padding:30px;
    background:#fff;
}
.login-form .error{
    color: #1c794b;
    margin-bottom: 12px
}
.login-form .forgot-pwd{
    display: block;
    font-size: 12px;
    color: #3e3e3e;
    margin-top: -6px;
    margin-bottom: 14px;
}
.login-form .forgot-pwd a{
    color: #3e3e3e;
    line-height: 1;
}
.login-form .forgot-pwd a:hover{
    color: #1c794b;
}

header{
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    z-index: 998; 
    position: relative;
    border-bottom: 1px solid #fff;
    padding: 0 40px;
    height: 88px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
header .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
header nav{
    float: right;
    top: 0;
    z-index: 999;
    height: 88px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
header nav ul{
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 88px;
    margin: 0;
}
header nav li{
    margin: 0 ;
    padding: 0;
    float: left;
    display: inline-block;
    line-height: 88px;
}
header nav li:first-child{
    display: none;
}
header nav li a{
    display: block;
    color: #414141;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 700;
    padding: 0 20px;
    position: relative;
    z-index: 0; 
}
header nav li a:hover{
    color: #fff;
}
header nav li a.selected{
    color: #fff;
    background: #1c794b;
}  
header nav li a:after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    z-index: -1;
    background: #1c794b;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
} 
header nav li a:hover:after{
    height: 100%;
}
header nav li:hover a{
    color: #fff;
}
header nav li:hover a:after{
    height: 100%;
}

.sub-menu{
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #1c794b;
    padding: 0;
    z-index: 998;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.sub-menu .center{
    padding: 10px 10px 5px 10px;
    max-width: 1280px;
    margin: 0 auto; 
}
.sub-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
    height: auto!important;
    display: block;
}
.sub-menu li{
    float: left;
    width: 32.6%;
    margin: 0 1.1% 5px 0;
    padding: 0;
    display: block!important;
}
.sub-menu li:nth-child(3n){
    margin-right: 0;
}
.sub-menu li a{
    background: #195f3b;
    color: #fff;
    padding: 6px 10px;  
    line-height: 20px;
}
.sub-menu li a:after{
    display: none;
}
.sub-menu li a:hover{
    background: #fff;
    color: #1c794b;
}
.sub-menu li img{
    margin-right: 10px;
    height: 18px;
}

header nav li:hover .sub-menu{
    max-height: 600px;
}


header .overlay{
    content:"";
    background: transparent;
    z-index: -1;         
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
body.panel-on header .overlay{
    background: url(../images/bg-black60.png);
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 998; 
    position: fixed;
}

body.scrolled{
    margin-top: 88px;
}
body.scrolled header{
    position: fixed;
    z-index: 999;
    border-bottom: 1px solid #efefef;
}
body.scrolled .user-area{
    z-index: 0;
}

.main-logo{
    float: left;
    display: block;
    margin: 13px 0;
}

.custom-btn{
    float: left;
    text-align: center;
    display: block;
    line-height: 36px;
    color: #fff; 
    background: #1c794b;
    padding: 0 56px 0 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.custom-btn:before{
    content:"";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 36px;
    height: 100%;
    display: block;
    z-index: -1; 
    background: #2f343a;     
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;

}
.custom-btn:hover:before{        
    -webkit-transform: skewX(75deg);
    -moz-transform: skewX(75deg);
    -ms-transform: skewX(75deg);
    -o-transform: skewX(75deg);
    transform: skewX(75deg);
    opacity: 0;
}
.custom-btn:hover{
    color:#fff; 
}
.custom-btn .fa{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 36px;
    display: block; 
    line-height: 36px;
    text-align: center;
    background: #1c794b;
    color: #fff;
}



footer{
    background: #2f343a url(../images/bg-footer.png) center bottom repeat-x;
    padding: 20px 40px 50px;
}
footer .center{
    margin: 0 auto;
    max-width: 1280px;
    color: #fff;
}
footer a{
    color: #fff;
}
footer a:hover{
    color: #1c794b;
}

.newsletter{
    background: #2f343a ;
    padding: 25px 40px;
    border-bottom: 1px solid #636365;
    font-size: 16px;
    font-weight: 300;
}
.newsletter .center{
    margin: 0 auto;
    max-width: 1280px;
    color: #fff;
}
.newsletter p{
    float: left;
    width: 26%;
    margin-right: 2%;
}
.newsletter .form{
    width: 50%;
    float: left;
}
.newsletter .form .holder{
    position: relative;
    padding-right: 80px;
}
.newsletter .form input{
    float: left;
    width: 48%;
    margin-right: 2%;
    line-height: 36px;
    height: 36px;
    background: #fff;
    border: 0; 
    text-indent: 12px;
}
.newsletter .form .custom-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    background: transparent;
    line-height: 36px;
    padding: 0;
    float: none;
    font-size: 13px;
    padding-right: 0;
}

.newsletter .social-media{
    float: right;
    width: 20%;
    margin: 0 0 0 2%;
    padding: 0;
    list-style: none;
    color: #fff;
    text-align: right;
}
.newsletter .social-media li{
    display: inline;
    display: inline-block;
    margin: 0 0 0 15px;
    padding: 0;
    line-height: 36px;
    font-size: 15px;
}
.newsletter .social-media li:first-child{
    margin: 0;
}
.newsletter .social-media a{
    display: block;
    color: #fff;
}
.newsletter .social-media .fa{
    font-size: 20px;
    line-height: 36px;
}
.newsletter a:hover{ 
    color: #1c794b;
}

.newsletter .custom-btn:before{
    right: 0;
    background: #007324;
}
.newsletter .custom-btn:hover{
    background: #fff;
}

h2.sub-title{
    color:#009532; 
    margin: 0 0 20px;
    position: relative;
    font-size: 22px;
    line-height: normal;
}
h2.sub-title{
    text-align: center;
}
h2.sub-title span{
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 20px;
    background: #fff;
}
h2.sub-title:after{
    content: "";
    width: 100%;
    position: relative;
    z-index: 0;
    height: 1px;
    display: block;
    background: #b7b7b7;
    top: -10px;
}

h3.sub-title{
    font-size: 20px;
    line-height: 1.1;
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-weight: 700;
    border-bottom:1px solid #f4f4f4;
}
h3.sub-title .fa{
    margin-right: 14px;
    font-size: 28px;
}

h4.sub-title{
    color:#009532; 
    margin: 0 0 14px;
}

.links-holder{
    background: #2f343a ;
    padding: 30px 40px 20px;
}
.links-holder .center{
    margin: 0 auto;
    max-width: 1280px;
    color: #fff;
}
.links-holder .links{
    width: 58%;
    margin-right: 4%;
    float: left;
}
.links-holder .links ul{
    margin: 0;
    padding: 0;
    float: left;
    width: 64%;
}
.links-holder .links li{
    margin: 0 2% 2px 0;
    padding: 0;
    width: 48%;
    font-size: 13px;
    line-height: 18px;
    list-style-position: inside;
    float: left;
}
.links-holder .links ul:first-child{
    width: 33%;
    margin-right: 3%;
}
.links-holder .links ul:first-child li{
    width: 100%;
    float: none;
}
.links-holder .links li:first-child{
    list-style-type: none;
    float: none;
    clear: both;
}
.links-holder .glance{
    float: right;
    width: 38%;
}
.links-holder a{
    color: #fff;
}
.links-holder .fa{
    margin-right: 10px;
    font-size: 18px;
}
.links-holder a:hover, .links-holder a.selected{ 
    color: #1c794b;
}
.links-holder .glance img{
    float: right;
    margin-left: 20px;
}

.main-content{
    padding: 25px 40px; 
}
.main-content .center{
    position: relative;
    max-width: 1280px;
    margin: 0 auto; 
    min-height: 200px;
}

.listing ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.listing li{
    margin: 0;
    padding: 0;
}
.listing .holder{
    display: block;
    position: relative;
}
.listing .title{
    display: block;
    position: relative;
    overflow: hidden;
}

/* Home */
.flexslider{
    background: #fff url(../images/loader.gif) center no-repeat;
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.flexslider img{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.flexslider.loaded{
    background: transparent;
}
.flexslider.loaded img{
    opacity: 1;
    filter: alpha(opacity=100);
}

.featured-holder{
    margin-bottom: 60px;   
    position: relative; 
}

.main-slider{
    width: 67%;
    float: left;  
    overflow: hidden;  
}
.main-slider .holder{
    position: relative;
    display: block;
}
.main-slider .photo{
    z-index: 0;
    padding-bottom: 56.25%;
    border: 1px solid #f5f5f5;
}
.main-slider .photo img{
    position: absolute;
    z-index: 0;
}
.main-slider .details{
    background: #2f343a;
    display: block;
    position: absolute;
    left: 20px;
    right: 200px;
    bottom: 0;
    padding: 19px 40px;
    z-index: 2;  
}
.main-slider .title{
    display: block;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 0 5px;
    color:#fff;
    text-transform: uppercase;
}
.main-slider .summary{
    font-size: 15px;
    color: #a3a3a3;
    max-height: 80px;
    position: relative;
    display: block;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical; 
}
.main-slider .flex-direction-nav li{
    margin: 0;
}
.main-slider .flex-direction-nav .flex-prev, .main-slider .flex-direction-nav .flex-next{
    opacity:1!important;
    right:200px!important;
    left: auto!important;
    top: auto!important;
    bottom: 0;
    margin-right: -35px;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    background: #1d784c;
    color: #fff;
}
.main-slider .flex-direction-nav .flex-next{
    bottom: 36px;
}
.main-slider .flex-direction-nav a:before{
    font-family: FontAwesome;
    content: "\f104";
    font-size: 20px;
    color: #fff;
    text-shadow: 0 0 0;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; 
    text-align: center;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.main-slider .flex-direction-nav a.flex-next:before {
    content: "\f105";
}
.main-slider .flex-direction-nav .flex-prev:after,
.main-slider .flex-direction-nav .flex-next:after{
    content: "";
    background: #fff;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;    
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out; 
}
.main-slider .flex-direction-nav a:hover:before{
    color: #1d784c;
}
.main-slider .flex-direction-nav .flex-prev:hover:after,
.main-slider .flex-direction-nav .flex-next:hover:after{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.teaching-interface{
    float: right;
    width: 31%;
    margin-bottom: 20px;
    position: relative;
}
.teaching-interface a{
    display: block;
}
.teaching-interface .btn{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 34px;
    text-align: center;
    color: #fff;
    display: block; 
    z-index: 1;
    background: #2f343a;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}     
.teaching-interface .btn .fa{
    margin-left: 10px;
    font-size: 15px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all 1.35s ease-in-out;
    position: relative;
    height: 100%;
    line-height: 32px;
}
.teaching-interface:hover .btn{
    background: #1d784c;
    color: #fff;
}

.featured-story{    
    width: 31%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 0;
    overflow: hidden;
}
.featured-story .holder{
    background: #f5f5f5;
    padding: 40px;
    color: #3a3a3a;
}
.featured-story h2{
    color: #1d784c;
    font-size: 24px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0; 
}
.featured-story p{
    margin: 8px 0 0 ;
}

.featured-videos{
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.listing.videos li,
.listing.experts li{
    float: left;
    width: 32%;
    margin: 0 2% 25px 0;
    position: relative;
}
.listing.videos li:nth-child(3n),
.listing.experts li:nth-child(3n){
    margin-right:0;
}
.listing.videos .photo,
.listing.experts .photo{
    padding-bottom: 56.25%;
}
.listing.videos .photo img,
.listing.experts .photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.listing.videos .details,
.listing.experts .details{
    background: url(../images/bg-black60.png);
    background: rgba(0,0,0,0.6);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 14px 20px;
    display: block;
    z-index: 2;
    color: #fff;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.videos .title,
.listing.experts .title{
    font-weight: 700;
    font-size: 15px;
    margin-right: 40px;
}
.listing.videos .fa-play-circle{
    position: absolute;
    right: 20px;
    top: 14px;
    font-size: 34px;
    line-height: 1;
}
.listing.videos .category{
    display: block;    
    font-style: italic;
    font-size: 13px;
    margin-right: 40px;
}
.listing.videos .doctor, .listing.videos .duration{
    display: inline-block;    
    line-height: 14px;
    font-size: 13px;
    font-style: italic;
}
.listing.videos .duration{
    border-left:1px solid #fff;
    padding-left: 10px;
    margin-left: 10px;
}
.listing.videos .small-info{
    display: block;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.listing.videos .holder:hover .details,
.listing.experts .holder:hover .details{
    background: url(../images/bg-green80.png);
    background: rgba(28, 121, 76, 0.8);
}
.listing.videos .holder:hover .small-info{
    max-height: 30px;
    margin-top: 10px;
}

.favorites-btn{
    position: absolute;
    z-index: 3;
    right: 20px;
    top: 20px;
    display: block;
    color: #555;
    font-size: 22px;
}
.favorites-btn .fa{
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: block;
    text-align: center;
    position: relative;
}
.favorites-btn .fa-heart:before{
    z-index: 1;
}
.favorites-btn .fa-heart:after{
    content: "\f004";
    color: #fff;
    font-size: 24px;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
}
.favorites-btn.selected, 
.favorites-btn:hover{
    color: #1c794b;
}


.featured-videos li:first-child h2{
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #2f343a;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.featured-videos li:first-child .custom-btn{
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: #1c794b;
}
.featured-videos li:first-child .custom-btn:before{
    background: #2f343a
}
.featured-videos li:first-child .filler{
    display: block;
    width: 100%;
    position: relative;
    z-index: 0;
}       

.banner{
    margin-bottom: 40px;
    overflow: hidden; 
}
.banner a{
    display: block;
}
.banner img{
    max-width: 100%;
}

.featured-events{
    margin-bottom: 30px;
}
.listing.events li{
    float: left;
    width: 48%;
    margin-right: 4%;
    margin-bottom: 20px;    
}
.listing.events li:nth-child(2n){
    margin-right: 0;
}
.listing.events li .photo{
    float: left;
    width: 46%; 
    margin-right: 4%;
}
.listing.events li .title{
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
    color: #3e3e3e; 
    max-height: 66px;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.listing.events li .summary{
    display: block;
    max-height: 80px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.partners-holder{
    overflow: hidden;
    margin-bottom: 10px;
}
.partners-holder .simple-carousel{
    height: 133px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.partners-holder .listing{
    position: relative;
    margin: 0;
}
.partners-holder ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline-block;
    height: 133px;
    position: absolute;
    left: 0;
    top: 0;
}
.partners-holder li{
    margin-left: 20px;
    padding: 0;
    float: left;
    display: inline-block;
    width: 236px;
    height: 133px;
    overflow: hidden;
    position: absolute;
    top:0;
    left: -100%; 
}
.partners-holder li:first-child{
    margin-left: 0;
}
.partners-holder li.placed{
    position: relative;
    left: 0;
}
.partners-holder .photo{
    width: 236px;
    height: 133px;
    display: block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.partners-holder .photo img{
    width: 236px;
    height: 133px;
}
.partners-holder .photo:hover img{
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -o-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}
.partners-holder .centered ul{
    position: relative;
    width: 100%;
    text-align: center;
}
.partners-holder .centered li{
    float: none;
}
.partners-holder .with-arrows{
    margin:0 40px;
    width:auto;
}

.carousel-prev, 
.carousel-next{
    position: absolute;
    top: 0;
    height: 133px;
    width: 30px;
    z-index: 2;
    display: none;
    text-align: center;
    overflow: hidden;
    background: #fff;
}
.carousel-prev .fa, 
.carousel-next .fa{
    color: #000;
    font-size: 36px;
    line-height: 133px;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
.carousel-prev{
    left: 0;
}
.carousel-next{
    right: 0;
}
.carousel-prev:hover, .carousel-next:hover{
    background: #000;
}
.carousel-prev:hover .fa, 
.carousel-next:hover .fa{
    color:#fff; 
}


/* Specialities */
.filter-bar{
    padding: 17px 40px;
    background: #f5f5f5;
}
.filter-bar .center{
    margin: 0 auto;
    max-width: 1280px;
    position: relative;
}
.filter-bar h1{
    float: left;
    font-size: 20px;
    line-height: 36px;
    color: #1c794b;
    margin: 0 20px 0 0;        
}
.filter-bar .drop-down{
    float: right;
    margin-left: 10px;
    line-height: 34px;
    font-size: 15px;
}
.filter-bar .drop-down select,
.filter-bar .drop-down input{
    margin-left: 10px;
    line-height: 34px;
    height: 34px;
    width: 170px;
    background: #fff;
    border: 0;
    font-size: 13px;
    text-indent: 15px;
    color: #555;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
}

.listing .more-btn{
    width: 140px;
    padding: 0;
    margin: 0 auto 20px;
    float: none;
}
.listing .more-btn:before{
    right: 0;
}


/* Partners */
.listing.partners li{
    float: left;
    width: 32%;
    margin: 0 2% 30px 0; 
}
.listing.partners li:nth-child(3n){
    margin-right: 0;
}
.listing.partners .holder{
    display: block;
    position: relative;
    overflow: hidden;
    color: #2f343a;
}
.listing.partners .photo{
    display: block;
    margin-bottom: 6px;
    padding-bottom: 56.25%;
    border: 1px solid #f5f5f5;
}
.listing.partners .photo img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.listing.partners li .title{    
    font-size: 15px;
    font-weight: 700;
    max-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.listing.partners li .category{
    display: block;
    font-style: italic;
    font-size: 13px;
    max-height: 20px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.listing.partners .holder:hover{
    color: #1c794b;
}


/* Details */
.main-content.details .left-area{
    float: left;
    width: 66%; 
    margin-bottom: 10px;
}
.main-content.details .left-area .video{
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
    z-index: 0;
}
.main-content.details .left-area .video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
    z-index: 0;
}
.main-content.details .left-area .custom-btn{
    margin-bottom: 10px;
    margin-right: 10px; 
}

#divVideoHolder{
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    height:auto!important;
    width:100%!important;
}
#divVideoHolder iframe, 
#divVideoHolder object, 
#divVideoHolder embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.jwplayer.jw-flag-aspect-mode .jw-aspect{
    padding-top: 0!important; 
}


.filter-bar .custom-btn{
    float: right;
    padding: 0 50px 0 15px;
    background: #1c794b;
}
.filter-bar .custom-btn:before{
    background: #2f343a;
}

.main-content.details .right-area{
    float: right;
    width: 32%; 
    margin-bottom: 10px;
}
.bloc-title{
    background: #1c794b;
    color: #fff;
    line-height: 22px;
    padding: 10px 20px;
    margin: 0 0 15px;
    font-weight: 400;
    font-size: 15px;
}
.right-area .listing.videos li{
    float: none;
    margin-right: 0;
    width: 100%; 
}

.tabs{
    background: #2f343a;
    margin-bottom: 20px;
}
.tabs ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabs li{
    margin: 0;
    padding: 0;
    float: left;
}
.tabs li a{
    display: block;
    line-height: 24px;
    padding: 8px 15px;
    background: #2f343a;
    color: #fff;
}
.tabs li a:hover{
    color: #1c794b;
}
.tabs li a.selected{
    background: #1c794b;
    color: #fff;
}

.tabs-content .content{
    display: none;
}
.tabs-content ul{
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.tabs-content li{
    background: url(../images/dot.png) left 8px no-repeat;
    margin: 0 0 2px;
    padding: 0 0 0 16px; 
}

.article-info{
    padding: 20px;
    border: 1px solid #d9d9d9;
    margin-bottom: 20px; 
    position: relative;
}
.article-info h3{
    font-size: 20px;
    line-height: 1;
    margin:0 0 18px 0;
    padding: 0 40px 18px 0;
    border-bottom: 1px solid #d9d9d9;  
}
.article-info .photo{
    float: left;
    width: 60px;
    margin-right: 15px;
}
.article-info .photo img{
    width: 100%;
}
.article-info .doctor{
    font-size: 15px;
    font-weight: 700;
    margin-right: 180px;
    float: left;
}
.article-info .position{
    font-size: 13px;
    margin-right: 180px;
    float: left;
}
.article-info .date{
    font-size: 13px;
    float: right;    
    color: #a5a5a5;
}
.article-info .views{
    font-size: 20px;
    float: right;    
    font-weight: 700;
}

.share-btn{
    position: absolute;
    right: 20px;
    top: 20px;
    display: block;
    color: #1c794b;
    font-size: 26px;
}
.share-btn .st_sharethis_large{
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
}

/*
.listing.testimonials.slider{
overflow: hidden;
}
.listing.testimonials.slider ul{
letter-spacing: 0;
}
.listing.testimonials.slider li{
width: 100%;
margin: 0;
display: none;
clear: none!important;
float: left;
-webkit-backface-visibility: visible; 
}  
.listing.testimonials.slider .flex-control-nav{
bottom: auto;
top: -42px;
right: 20px;
width: auto;
z-index: 99;
}
.listing.testimonials.slider .flex-control-nav li{
float: left;
width: 12px;
height: 12px;
margin: 0 0 0 6px;
display: block;
clear: none;
}
.listing.testimonials.slider .flex-control-paging li a{
background: transparent;
border: 1px solid #fff;
width: 12px;
height: 12px;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow: none;
}
.listing.testimonials.slider .flex-control-paging li a.flex-active{
background: #fff;
}
*/

.gallery{
    margin-bottom: 20px;
}
.gallery .flex-control-nav{
    z-index: 9;
    bottom: 15px; 
    height: 12px;
}
.gallery .flex-control-nav li{
    margin: 0 4px;
}

.gallery .flex-control-paging li a{
    background: #fff;
    border: 1px solid #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}
.gallery .flex-control-paging li a.flex-active{
    background: #1c794b;
    border: 1px solid #1c794b;
}

.right-area .listing.events li{
    float: none;
    width: auto;
    margin-right: 0;
}
.right-area .listing.events .photo{
    float: none;
    margin: 0 0 10px;
    width: 100%;
}
.right-area .listing.events li .title{
    margin-bottom: 4px;
}


/* register */
.form{}
.form input,
.form select{
    line-height: 36px;
    height: 36px;
    background: #fff; 
    text-indent: 15px;
    margin-bottom: 10px;
    color: #222;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.form textarea{
    line-height: 20px;
    min-height: 100px;
    padding: 10px 0;
    background: #fff; 
    text-indent: 15px;
    margin-bottom: 10px;
    color: #222;
    width: 100%;
    border: 1px solid #d6d6d6;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
}
.form .custom-btn{
    float: right;
}
.form select{
    color: #a8a8a8; 
}
.form select option{
    color: #222; 
}
.form label{
    margin-bottom: 10px;
    display: block;
}

.form.double input,
.form.double select{
    float: left;
    width: 49.5%;
}
.form.double .separator{
    height: 36px;
    width: 1%;
    float: left;
}

.form.small{
    max-width: 440px;
}
.form.small .custom-btn{
    float: right;
}

.form input.full{
    width: 100%;
}
.form input[type="checkbox"],
.form input[type="radio"]{
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
    float: none;
    border: 0;
}

/* Expert talk */
.listing.experts .title{
    margin-right: 0;
}
.listing.experts .date{
    display: block;    
    font-style: italic;
    font-size: 13px;
}
.featured-experts{
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #e9e9e9;
}
.featured-experts .listing.experts li{
    width: 48%;
    margin: 0 4% 0 0;
}
.featured-experts .listing.experts li:nth-child(2n){
    margin-right:0;
}
.featured-experts .listing.experts .title{
    font-size: 20px;
    line-height: 24px;
}
/* */

/* contact */
.contact-info{
    float: left;
    width: 28%;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}
.contact-info .holder{
    background: #1c794b;
    padding: 30px;
}
.contact-info a{
    color: #fff;
}
.contact-info table{
    width: 100%;
    border: 0;
}
.contact-info tr td{
    padding-bottom: 26px;
    vertical-align: top;
}
.contact-info tr td:first-child{
    padding-right: 20px;
    width: 20px;
}
.contact-info .fa{
    font-size: 18px;
}

.form.contact{
    float: right;
    width: 69%;
    margin-bottom: 20px;
}
.form.contact textarea{
    min-height: 100px;
    margin-bottom: 40px; 
}

/* */

/* Profile */
.left-nav{
    float: left;
    width: 28%;
}
.left-nav ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.left-nav li{
    margin: 0 0 2px;
    padding: 0;
}
.left-nav li a{
    display: block;
    line-height: 24px;
    padding: 10px 20px;
    color: #2f343a;
    font-size: 15px;
    font-weight: 700;
    background: #f4f4f4;
    position: relative;
    z-index: 1;
}
.left-nav li a.selected{
    background: #1c794b;
    color: #fff;
}
.left-nav li .fa{
    font-size: 22px;
    margin-right: 20px;
}
.left-nav li a:before{
    content: "";
    position: absolute;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    width: 0;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    -ms-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
    z-index: -1;
    background: #1c794b;
}
.left-nav li a:hover{
    color: #fff;
}
.left-nav li a:hover:before{
    width: 100%;
}

.right-content{      
    float: right;
    width: 68%;
    margin-bottom: 30px;
}
.right-content .bloc{
    margin-bottom: 30px;
}

.user-card{
    background: #f4f4f4;
    padding: 40px;
    margin-bottom: 40px;
}
.user-card .photo{
    width: 120px;
    height: 120px;
    border: 1px solid #d5d5d5;
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 0;
    float: left;
}
.user-card .photo img{
    width: 100%;
}
.user-card .photo .update-btn{
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    display: block;
    color: #1c794b;
    font-size: 18px;
}
.user-card .details{

}
.user-card .name{
    font-size: 15px;   
    font-weight: 700;
}
.user-card .position{
    font-size: 13px;
    line-height: 18px;
}

.custom-upload {
    position: absolute;
    z-index: 1;
    right: 10px;
    bottom: 10px;
    display: block;
    color: #1c794b;
    font-size: 18px;    
    background: transparent;
    width: 20px;
    height: 20px;  
    cursor: pointer;
    overflow: hidden;
}
.custom-upload .fa{
    position: absolute;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    line-height: 20px;
    text-align: center; 
}
.custom-upload input[type=file]{
    outline:none;
    position: relative;
    -moz-opacity:0 ;
    filter:alpha(opacity: 0);
    opacity: 0;
    z-index: 2;
    width:100%;
    height:100%;
    cursor: pointer; 
    text-indent: -9999px;   
}
.custom-upload .fake-file{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0;
    margin: 0;
    z-index: 1;
    line-height: 100%;
    border: 1px solid #b1b1b1; 
}
.custom-upload .fake-file input{
    background: transparent;
    border: 0;
    padding: 0 30px 0 0 ;
    margin: 0;
    height: 36px;
    width: 100%;
}

/* Terms */
.terms-bloc{
    margin-bottom: 18px;
}
.terms-bloc h4{
    color:#1c794b; 
    margin-bottom: 4px;
}
.terms-bloc h5{
    color: #000;
    margin-bottom: 0;
}

/* Polls */
.popup{
    display: none;
}
.polls-holder{
    float: right;
    width: 31%;
}
.polls-holder .content{
    padding: 40px;
    background: #f5f5f5;
    color: #3a3a3a; 
}
.polls-holder .title{
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 700;
}

.polls-holder h2.sub-title{
    color: #1d784c;
    font-size: 24px;
}
.polls-holder h2.sub-title span{
    background: #f5f5f5;
}


.listing.polls{
    
}
.listing.polls ul{
    margin-bottom: 20px;
}
.listing.polls li {
    margin-bottom: 6px;
    position: relative;
}
.listing.polls label{    
    cursor: pointer;   
}
.listing.polls input[type='radio']{
    margin-right: 10px;
    height: 18px;
    width: 18px;
    position: relative;
    top: 6px;
    outline: 0 transparent!important;
}
.listing.polls textarea{
    margin: 10px 0;
    width: 100%;
    display: block;
    color: #222;
    border: 1px solid #d6d6d6;
}
.listing.polls input[type='text']{
    margin: 10px 0;
    width: 100%;
    display: block;
    color: #222;
    padding: 0;
    border: 1px solid #d6d6d6;
}
.listing.polls li span{
    display: block;
    margin-right: 70px;
}
.listing.polls .custom-btn{
    margin-bottom: 20px;
}
.listing.polls .custom-btn:hover:before {
     -webkit-transform: skewX(75deg);
    -moz-transform: skewX(75deg);
    -ms-transform: skewX(75deg);
    -o-transform: skewX(75deg);
    transform: skewX(75deg);
    opacity: 0; 
}
.listing.polls .percentage-holder {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid;
    width: 60px;
    height: 20px;
}
.listing.polls .percentage-background {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #009532;
    background: rgba(0, 149, 50, 0.5);
}
.listing.polls .percentage-number {
    text-align: right;
    font-size: 12px;
    line-height: 20px;
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 5px;
}

/* Cat Info */
.cat-info{
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd; 
}
.cat-info .logo{
    width: 114px;
    float: left;
    border: 1px solid #ddd;
    margin-right: 20px;
}
.cat-info .logo img{
    width: 100%;
}
.cat-info .title{
    color: #1c794b;
    font-size: 20px;
    font-weight: 700;
}
.cat-info .info{
    float: left;
    width: 57%;
    margin-bottom: 12px;
}
.cat-info .gallery{
    float: right;
    width: 40%;
    margin-left: 3%;
}
.cat-info .details{
    text-align: justify;
    margin-bottom: 20px;
    clear: left;
}
.cat-info .photo img{
    margin-bottom: 12px;
}