.defaultimg {
    background-position: initial !important;
}

/*------------------------------------------------------------------
    Welcome Section
------------------------------------------------------------------*/
.newUserButtonJoin, .newUserButtonLearn {
    display: inline-block; 
}

.newUserButtonLearn {
    margin-right: 5px;
}

.areYouNew h1 {
    font-size: 24px !important;
}

.headerTitle {
    color:white !important; 
    text-shadow: 2px 2px 10px black;
}

.subHeader {
    color:white !important; 
    text-shadow: 2px 2px 5px black !important; 
    font-size: 16px !important; 
    text-align: right !important; 
    letter-spacing: 9px !important;
}

.subSubTitle {
    color:white !important; 
    text-shadow: 1px 1px 5px black !important;
}

/*
.headerTitle {
    color:white !important; 
    text-shadow: 2px 2px 10px black;
    left: auto !important;
}

.subHeader {
    color:white !important; 
    text-shadow: 2px 2px 5px black !important; 
    font-size: 16px !important; 
    text-align: left !important; 
    letter-spacing: 9px !important;
    left: auto !important;
}

.subSubTitle {
    color:white !important; 
    text-shadow: 1px 1px 5px black !important;
    left: auto !important;
    padding: 0 15px !important;
}
*/

.headerTextBlock {
    height: 400px; 
    margin-top: 100px;
}

.headerTitleOwl {
    color: white; 
    text-align: right; 
    font-size: 50px; 
    line-height: 72px; 
    font-family: 'Roboto', sans-serif; 
    /*text-transform: uppercase;*/ 
    letter-spacing: 3px; 
    text-shadow: 1px 2px 5px rgba(0,0,0,.7) !important;
	margin-right: 200px;
}
.subHeaderOwl {
    color: white; 
    margin-bottom: 50px; 
    text-align: right; 
    font-size: 35px; 
    line-height: 40px; 
    font-family: 'Roboto', sans-serif; 
    /*text-transform: uppercase;*/ 
    letter-spacing: 0px; 
    text-shadow: 1px 2px 2px rgba(0,0,0,.7) !important;
	margin-right: 200px;
}
.subSubTitleOwl {
    color: white; 
    text-align: right; 
    font-size: 14px; 
    line-height: 15px; 
    font-family: 'Roboto', sans-serif; 
    text-transform: uppercase; 
    letter-spacing: 1px; 
    margin-right: 9px;
    text-shadow: 1px 1px 15px black !important;
}

.hero1x {
    background: url("../../images/headerbackground7.jpg") !important;
    background-size: cover;
    margin: 0 -20px; 
    height: 100%;
    background-attachment: fixed; 
    margin:0;
    background-repeat: no-repeat;
    
}

.hero1 {

		 background: url('../../images/webheader02.jpg') no-repeat;
         width: 100%;
         height: 100%;
		 margin:0;
         background-size: cover;
}
.hero2 {
    background: url("../../images/webheader02.jpg") !important;
    background-size: cover;
    margin: 0 -20px; 
    height: 100%;
    background-attachment: fixed; 
    margin:0;
    background-repeat: no-repeat;
}

.owl-controls {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 5px;
}
.owl-nav {
    margin-top: 0 !important;
}

.listItems {
    display: block;
}
@media (min-width: 1200px){
    /*.introSection .container{
        width: 1279px;
    }*/
}
@media (min-width: 768px) and (max-width: 1200px) {
    .headerTextBlock {
        height: 200px; 
        margin-top: 100px;
    }
}

@media (max-width: 850px) {
    .headerTitleOwl, .subHeaderOwl, .subSubTitleOwl {
        text-align: left;
    }

    .subHeaderOwl {
        letter-spacing: 4px; 
    }
}

@media (max-width: 557px) {
    .headerTitleOwl {
        font-size: 25px;
        line-height: 25px; 
    }
    .subHeaderOwl {
        font-size: 14px; 
        line-height: 14px; 
        letter-spacing: 3px; 
    }
}
/*------------------------------------------------------------------
    All Pages
------------------------------------------------------------------*/
a { 
    color: #0093DD;
    text-decoration: none;
}

a:hover {
    color: #555555 !important;
    text-decoration: none;
}

a:active {
    text-decoration: none;
}
a:visited {
     text-decoration: none;
}
.noPadding {
    padding: 0;
}

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

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

.paddingBottom {
    padding-bottom: 0 !important;
}

.paddingSides {
    padding-left: 0px;
    padding-right: 0px;
}

.paddingTop {
    padding-top: 0 !important;
}

.big {
    font-size: 175%;
    display: inline !important;
}

@media only screen and (max-width: 992px) {
    .page-header {
         height: 100%;
    }

    .secondary-bar .nav-pills {
        float: right !important; 
    }
}

@media only screen and (max-width: 767px) {
    #back-to-top {
        display: block !important;
    }
}

/*------------------------------------------------------------------
    Header
------------------------------------------------------------------*/
.headerLectureImg {
    box-shadow: 1px 1px 10px #415361;
}

.main-navigation .megamenu-container ul li a {
    text-transform: none;
        font-size: 15px;
        font-weight: normal;

}

.main-navigation .megamenu-container ul li a i{
    display: inline-block;
    font-size: 15px;
    margin-top: 10px;
}

h1.logo{
    padding: 12px 0;
}
h1.logo img {
    width: 100%;
    max-width: 135px;
}

.main-navigation > ul > li ul:before, .main-navigation > ul > li.megamenu > ul:before {
    border:none;
}


.title .title-border {
    border-bottom-color: #e8e8e8;
}

.marginBottom10 {
    margin-bottom: 20px !important;
}

.lower-header {
    background-color: rgba(255,255,255,1) !important;
    border-radius: 0;
    border-bottom: 1px solid #5ac1ff;
}

/*------------------------------------------------------------------
    Sponsors
------------------------------------------------------------------*/
.sponsor-image-height {
    height: 200px;
}

.sponsor-logo-center {
    text-align: center;
}

/*------------------------------------------------------------------
    LOGIN
------------------------------------------------------------------*/
.login-header-background {
    background: #415361;
}

.login-forgotPassword {
    display: inline-block; 
    margin-left: 5px;
}

.login-rememberme {
    display: inline-block;
}

.login-color-white {
    color: white;
}

.login-text-center {
    text-align: center;
}

.loginError {
    color: red;
}

/*------------------------------------------------------------------
    FORGOT PASSWORD
------------------------------------------------------------------*/
.forgotMessage, .forgotPasswordBox {
    clear: both;
    color: red;
}

/*------------------------------------------------------------------
    Form Validation
------------------------------------------------------------------*/

.has-error, .help-block-error {
    color: #a94442;
}
/*------------------------------------------------------------------
    Footer
------------------------------------------------------------------*/
.copyright {
    color: #DBDBDB !important;
}

.footerIcon {
    font-size: 50px;
    padding: 5px;
}

.feedback {
    max-width: 100%; 
    height: auto;
    padding: 15px;
    background-color: rgba(0,0,0,.1);
    border-radius: 4px;
}

.headerTitles:hover, .headerSocial:hover, .site-footer a:hover {
    color: #0093DD !important;
}

.contactUsIcon {
    font-size: 18px;
}

@media (max-width: 1199px) and (min-width: 993px) {
    h1.logo {
        width: 275px;
    }
}