/*************************************
   4. Header
*************************************/
@media (min-width: 992px) {
    .page .container-header {
        box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
    }
}

.page .header-wrapper {
    float: left;
    position: relative;
    width: 100%;
    z-index: 20000;
}

.page .logo a img {
    box-shadow: 1px 7px 20px rgba(0, 0, 0, 0.15);
}

.container-header {
    position: relative;
    height: 104px;
}

@media (min-width: 992px) {
    .header-position {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 50000;
        float: left;
        width: 100%;
        background-color: #fff;
    }
}

/************************************* /
/* 5. Top Bar Nav */
.top-nav {
    background-color: #1a265c;
    height: 37px;
}

.top-nav .top-right {
    text-align: right;
}

.top-nav ul .top-search .navbar-form .form-control {
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    max-width: 70px;
    font-size: 12px;
    font-family: "Montserrat-Light";
    display: inline-block;
    width: auto;
    vertical-align: middle;
}

.top-nav ul .top-search .navbar-form button {
    font-size: 16px;
    margin-top: 9px;
    float: right;
}

.top-nav ul .top-search .navbar-form .form-control, .top-nav ul .top-search .navbar-form button {
    background-color: transparent !important;
    border: none;
    border-radius: 0;
    color: #fff;
}

.top-nav ul .top-search .navbar-form:hover .form-control {
    max-width: 120px;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.top-nav ul .login {
    float: right;
    margin-left: 15px;
    margin-right: 0;
    padding-right: 0;
}

.top-nav ul .login a {
    background-color: #3a539b;
    height: 23px;
    margin: 8px 0;
    line-height: 2.2;
    color: #c0c6da;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 10px;
    font-family: "Montserrat-Light";
}

.top-nav ul li a {
    color: #9396a9;
    display: block;
    line-height: 3;
}

.top-nav ul li a .lnr {
    font-size: 20px;
}

.top-nav ul li a .icon {
    width: 30px;
    height: 37px;
    float: left;
    background-position: center center !important;
    margin-right: 5px;
}

.top-nav ul li a .mail-icon {
    background: url("images/mail-icon.png") no-repeat;
}

.top-nav ul li a .phone-icon {
    background: url("images/phone-icon.png") no-repeat;
}

.top-nav ul li a:hover {
    text-decoration: none;
}

/************************************* /
/* logo */
@media (min-width: 992px) {
    .logo {
        position: absolute;
        display: inline-block;
        width: 224px;
        z-index: 10;

    }

    .logo a {
        display: block;
    }

    .logo a img {
        box-shadow: 2px 11px 16px rgba(0, 0, 0, 0.8);
        width: 150px;
        margin-top: -20px;
    }
}

@media (max-width: 991px) {
    .logo-mobile {
        float: left;
        width: 150px;
        position: absolute;
        top: 6px;
        left: 15px;
        z-index: 9999;
    }

    .logo-mobile a {
        display: block;
    }

    .logo-mobile img {
        max-width: 100%;
        width: 100px;
    }
}

/************************************* /
/* 6. Menu */

.navbar-fixed-top, .navbar-static-top {
    background: #fff;
}

.menu1 {
    padding: 5px 0;
}

.menu1 .nav > li > a {
    color: #1a265c;
    font-family: "Montserrat-Light";
    font-size: 14px;
    border-bottom: 2px solid #fff;
}

.menu1 .current a,
.menu1 .nav > li a:hover {
    border-bottom: 2px solid #f7ca18 !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #f7ca18;
}

@media (max-width: 991px) {
    .mobile-menu {
        margin-top: -15px;
    }
}


/*************************************
   Header Type 2
*************************************/
.container-header .type2 {
    /************************************* /
    /* logo */
    /************************************* /
    /* Menu */
}

.container-header .type2 .container {
    position: relative;
}

@media (min-width: 992px) {
    .container-header .type2 .logo {
        top: -37px;
        left: 15px;
    }
}

.container-header .type2 .menu .navbar-nav {
    text-align: right;
}

.container-header .type2 .menu .nav > li > a {
    padding-left: 25px;
    padding-right: 25px;
}

.container-header .type2 .menu .nav > li:nth-child(4) a {
    padding-right: 0 !important;
}

/*************************************
   Main Content
*************************************/
.content-wrapper {
    width: 100%;
    margin-top: 120px;
}

/*** Slider Banner ***/

.slider-hero .container {
    height: 100%;
    position: relative;
    max-height: 760px;
}

.slider-hero .sliders-wrap .owl-wrapper-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);

}

.slider-hero .owl-nav {
    display: none;
}

.slider-hero .owl-dots {
    position: absolute;
    left: 0;
    bottom: 15px;
    right: 0;
    margin: 0 auto;
    width: auto;
    text-align: center;
}

.slider-hero .owl-dots .owl-dot {
    display: inline-table;
    margin-left: 13px;
    vertical-align: middle;
}

.slider-hero .owl-dots .owl-dot span {
    background-color: #cfd0d1;
    vertical-align: middle;
    display: block;
    width: 13px;
    height: 13px;
    /*@include border_radius(50%);*/
}

.slider-hero .owl-dots .owl-dot span .active {
    vertical-align: middle;
}
.slider-hero .owl-carousel .item img{
    /*width: 1539px;*/
    width: 100%;
    height: 780px;
}
.slider-hero .owl-dots .owl-dot span .active span {
    border: 4px solid #99918a;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}


.slider-hero .owl-caption {
    bottom: 100px;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.slider-hero .content-block {
    position: absolute;
    margin: auto;
    /*top: 100px;*/
    bottom: 10px;
    display: block;
    width: 100%;
    text-align: center;
    opacity: 1;
    left: 0;
    right: 0;
}
.slider-hero .content-block h2 {
        font-weight: 400;
        position: relative;
        margin: 0;
    font-size: 13px;
        letter-spacing: 5px;
        color: #fff;
        text-transform: uppercase;
        line-height: 1.2;
    }


.slider-hero .item {
    float: left;
    position: relative;
    width: 100%;
    max-height: 760px;
    height: 760px;

}

.slider-hero .item img {
    width: 100%;
    max-height: 760px;
    height: 760px;
}


@media (min-width: 1200px) {
    /*.slider-hero {
        .content-block h2 {
            padding-bottom: 30px;
            padding-top: 20px;
            font-size: 53px;
        }
        .content-block {
            max-height: 280px;
        }
        .shop-now-link {
            margin-top: 50px!important;
        }
    }*/
}

@media (min-width: 992px) and (max-width: 1199px) {
    /*
    .slider-hero {
        .content-block h2 {
            font-size: 40px;
            padding-bottom: 20px;
            padding-top: 20px;
        }
        .content-block p {
            padding-top: 20px;
        }
        .content-block {
            top: 0!important;
            max-height: 210px;
        }
    }
    */
}

@media (min-width: 768px) and (max-width: 991px) {
    .content-wrapper {
        margin-top: 5px;
    }

    .slider-hero .owl-caption{
        bottom: 15px;
    }
    .slider-hero .content-block {
        bottom: 15px;
    }
}

@media (min-width: 768px) {

}

@media (max-width: 767px) {
    .content-wrapper {
        margin-top: 5px;
    }

    .logo {
        display: none;
    }

    .slider-hero .owl-dots {
        bottom: 10px !important;
    }
    .slider-hero .owl-caption{
        bottom: 15px;
    }
    .slider-hero .content-block {
        max-height: 80px;
        bottom: 15px;
    }
    .slider-hero  .content-block h2 {
            padding-bottom: 0;
            padding-top: 15px;
            font-size: 12px;
            margin-bottom: 0;
        }
    .slider-hero .content-block h2::before {
            display: none;
        }
    .slider-hero .content-block h5 {
            font-size: 16px;
        }
}



/*** 9. Upcomming event ***/
.upcoming-event {
    padding: 55px 0;
    background-color: #f9f9f9;
}
.upcoming-event .area-top {
    color: #2d2d2d;
}
.upcoming-event .area-top h2 {
    line-height: 1.2;
    margin: 14px 0;
}
.upcoming-event .area-top .map-icon {
    background: url("images/map-icon.png") no-repeat;
    width: 18px;
    height: 18px;
    float: left;
    margin-right: 10px;
}
.upcoming-event .area-top .text-place {
    font-size: 13px;
    line-height: 1.4;
    color: #757575;
}
.upcoming-event .area-top .area-calendar {
    background-color: #ebebeb;
    text-align: center;
    float: left;
    width: 70px;
    height: 90px;
    line-height: 1.4;
    padding-top: 5px;
}
.upcoming-event .area-top .area-calendar span {
    clear: both;
    float: left;
    width: 100%;
}
.upcoming-event .area-top .area-calendar .day {
    font-size: 27px;
    color: #2d2d2d;
}
.upcoming-event .area-top .area-calendar .month {
    font-size: 14px;
    color: #2d2d2d;
    padding-bottom: 5px;
}
.upcoming-event .area-top .area-calendar .year {
    background-color: #dadada;
    font-size: 14px;
    color: #595959;
    padding: 3px 0;
}
.upcoming-event .area-bottom {
    vertical-align: middle;
}
.upcoming-event .area-bottom .join-now {
    color: #fff;
    font-size: 18px;
    padding: 22px 80px;
    margin-top: 7px;
    font-family: "Montserrat-Bold";
}
@media (max-width: 991px) {
    .upcoming-event .area-img {
        margin-bottom: 30px;
    }
    .upcoming-event .area-img img {
        width: 100%;
    }
}
@media (min-width: 768px) {
    .upcoming-event .area-bottom {
        padding-top: 88px;
    }
}
@media (max-width: 767px) {
    .upcoming-event {
        padding: 20px 0 !important;
    }
    .upcoming-event .area-top h2 {
        font-size: 25px;
    }
    .upcoming-event .area-bottom {
        padding-top: 30px;
    }
    .upcoming-event .area-bottom #time {
        margin-bottom: 30px;
    }
}
@media (max-width: 570px) {
    .upcoming-event .area-bottom #time {
        width: 100%;
    }
    .upcoming-event .area-bottom .join-now {
        float: left !important;
    }
}

.table-cell {
    float: left;
    position: relative;
}
.table-cell:before {
    content: ":";
    position: absolute;
    right: 0;
    top: 2px;
    margin: auto;
    font-size: 30px;
}
.table-cell .tab-val {
    font-size: 40px;
    color: #2d2d2d;
    font-family: "Montserrat-Light";
}
.table-cell .tab-metr {
    font-size: 14px;
    text-transform: capitalize;
    font-family: "Montserrat-Light";
    margin-top: 15px;
}
.table-cell:nth-child(4):before {
    display: none;
}
.table-cell:nth-child(1):before {
    padding-left: 0 !important;
}
@media (min-width: 768px) {
    .table-cell {
        padding: 0 23px;
    }
    .table-cell:nth-of-type(1){
        padding: 0 23px 0 0!important;
    }
    .table-cell .tab-val {
        font-size: 40px;
    }
    .table-cell .tab-metr {
        font-size: 14px;
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .table-cell {
        padding: 0 15px;
    }
    .table-cell:nth-of-type(1){
        padding: 0 15px 0 0!important;
    }
    .table-cell .tab-val {
        font-size: 30px;
    }
    .table-cell .tab-metr {
        font-size: 12px;
        margin-top: 15px;
    }
}

.bg-color-theme, .bnt-theme {
    background-color: #f7ca18;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}



/*** 10. Alumni dashboard ***/
.alumni-dashboard {
    padding: 75px 0;
    color: #757575 !important;

}
.alumni-dashboard .title-dashboard {
    color: #484848;
    margin-bottom: 35px;
}
.alumni-dashboard .area-content .icon {
    width: 45px;
    height: 30px;
    margin: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.alumni-dashboard .area-content .mail-icon {
    background-image: url("images/message-icon.png");
}
.alumni-dashboard .area-content .account-icon {
    background-image: url("images/account-icon.png");
}
.alumni-dashboard .area-content .group-icon {
    background-image: url("images/group-icon.png");
}
.alumni-dashboard .area-content .search-icon {
    background-image: url("images/search-icon.png");
}
.alumni-dashboard .area-content .box-content h4 {
    margin: 22px 0 30px;
    color: #484848;
}
.alumni-dashboard .area-content .box-content p {
    line-height: 1.8;
    color: #757575 !important;
}
@media (max-width: 767px) {
    .alumni-dashboard .area-content .box-content {
        margin-bottom: 20px;
    }
}
.alumni-dashboard .login-dashboard {
    margin-top: 50px;
}
.alumni-dashboard .login-dashboard a {
    padding: 18px 32px;
    text-transform: uppercase;
    color: #fff;
    font-family: "Montserrat-Bold";
    font-size: 15px;
    display: inline-block;
    letter-spacing: 1px;
}
@media (max-width: 767px) {
    .alumni-dashboard {
        padding: 20px 0 !important;
    }
}




/*** Block Links ***/
.block-links {
    padding: 0 0 75px;
    background: #f9f9f9;
}
.block-links .title-links {
    padding: 10px 0;
    margin-bottom: 10px;
}
.block-links .title-links h3 {
    font-size: 21px;
    color: #2d2d2d;
}
.block-links h6 {
    font-size: 15px !important;
    color: #2d2d2d;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-top: -5px;
}
.block-links p {
    font-size: 15px !important;
    color: #000;
    line-height: 1.4;
    font-family: "Montserrat-Light";
}
.block-links .view-all {
    width: 40%;
    margin: auto;
}
.block-links .view-all a {
    background-color: #e9e9e9;
    text-align: center;
    color: #484848;
    font-family: "Montserrat-Light";
    text-transform: capitalize;
    padding: 16px 0;
    display: block;
    font-size: 14px;
}
.block-links .column-news .post-item {
    margin-bottom: 30px;
}
.block-links .column-news .image-frame {
    float: left;
}
.block-links .column-news .image-frame img {
    width: 100%;
}
.block-links .column-news .post-desc-wrapper {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 1200px) {
    .block-links .column-news .image-frame {
        width: 30%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 70%;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .block-links .column-news .image-frame {
        width: 23%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 77%;
    }
}
@media (max-width: 991px) {
    .block-links .column-news .image-frame {
        width: 25%;
    }
    .block-links .column-news .post-desc-wrapper {
        width: 75%;
    }
}
.block-links .column-career .company-item {
    margin-bottom: 30px;
}
.block-links .column-career .company-logo {
    float: left;
}
.block-links .column-career .company-desc-wrapper {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
@media (min-width: 992px) {
    .block-links .column-career .company-logo {
        width: 23%;
    }
    .block-links .column-career .company-desc-wrapper {
        width: 77%;
    }
}
@media (max-width: 991px) {
    .block-links .column-career .company-logo {
        width: 20%;
    }
    .block-links .column-career .company-desc-wrapper {
        width: 80%;
        margin-top: 20px;
    }
}
.block-links .column-calendar {
    display: block;
    float: left;
}
.block-links .column-calendar .content-calendar {
    background-color: #fcfcfc;
    display: block;
    float: left;
}
.block-links .column-calendar .top-section {
    color: #484848;
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.block-links .column-calendar .top-section h6 {
    margin: 0;
}
.block-links .column-calendar .top-section .calendar-icon {
    background: url("images/calendar-icon.jpg") no-repeat;
}
.block-links .column-calendar .list-view {
    padding: 10px;
    float: left;
}
.block-links .column-calendar .list-view .view-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 12px;
    width: 100%;
    float: left;
}
.block-links .column-calendar .list-view .view-item .date-item {
    width: 12%;
    float: left;
    padding: 0 2px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}
.block-links .column-calendar .list-view .view-item .date-item .dates {
    color: #484848;
}
.block-links .column-calendar .list-view .view-item .date-item .day {
    font-size: 28px;
}
.block-links .column-calendar .list-view .view-item .date-item .month {
    color: #9f9f9f;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper {
    width: 88%;
    float: left;
    padding-left: 20px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place {
    float: left;
    margin: 5px 0;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .text-place {
    color: #757575;
    font-size: 10px;
}
.block-links .column-calendar .list-view .view-item .date-desc-wrapper .place .map-icon {
    width: 15px;
    height: 15px;
    float: left;
    background: url("images/map-icon.png") no-repeat;
    background-size: 13px 13px;
    margin-right: 5px;
}
@media (min-width: 991px) {
    .block-links .column-calendar .list-view {
        overflow-y: scroll;
        height: 434px;
    }
}
@media (max-width: 991px) {
    .block-links .block-news {
        margin-bottom: 30px;
    }
    .block-links .block-career {
        margin-bottom: 30px;
    }
}



/*************************************
   7. Footer
*************************************/
.footer-wrapper {
    background-color: #1a265c;
    padding-bottom: 24px;
    width: 100%;
    float: left;
}
.footer-wrapper .foooter-container {
    background-color: #fff;
    padding: 55px 0 0;
    line-height: 2;
}
.footer-wrapper .foooter-container .footer-middle {
    padding-bottom: 30px;
    border-bottom: 1px solid #e9e9e9;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
    float: left;
    display: block;
    margin-bottom: 10px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer img {
    max-width: 100%;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-desc {
    clear: both;
    margin-bottom: 10px;
 }
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email {
    clear: both;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email {
    margin-left: 30px;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a {
    color: #757575;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .contact-footer .contact-phone-email .contact-email a:hover {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #f7ca18;
}
.footer-wrapper .foooter-container .footer-middle .links-footer h6 {
    margin-bottom: 15px;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li {
    line-height: 2.6;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .links-footer ul li a:hover {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #f7ca18;
}
.footer-wrapper .foooter-container .footer-middle .links-social {
    max-width: 350px;
    margin: 0 auto;
}
.footer-wrapper .foooter-container .footer-middle .links-social .login-dashboard a {
    color: #fff;
    padding: 18px 30px;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul {
    margin-top: 28px;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a {
    font-size: 22px;
    color: #9f9f9f;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.footer-wrapper .foooter-container .footer-middle .links-social ul li a:hover {
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    color: #f7ca18;
}
@media (max-width: 991px) {
    .footer-wrapper .foooter-container .footer-middle .contact-footer {
        margin-bottom: 30px;
    }
    .footer-wrapper .foooter-container .footer-middle .links-footer {
        margin-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .footer-wrapper .foooter-container .footer-middle .contact-footer {
        text-align: center;
    }
    .footer-wrapper .foooter-container .footer-middle .contact-footer .logo-footer {
        width: 100%;
    }
    .footer-wrapper .foooter-container .footer-middle .links-footer {
        text-align: center;
    }
    .footer-wrapper .foooter-container .footer-middle .links-footer h6 {
        margin-top: 20px;
    }
}
.footer-wrapper .foooter-container .footer-bottom {
    padding: 30px 0;
}
.footer-wrapper .foooter-container .footer-bottom p {
    color: #9f9f9f;
}

.item-count-up{
    margin: 10px  !important;
    padding: 20px;
    text-align: center;
    font-size: 20px;
    color: rgb(91, 93, 211);
     border: 1px solid transparent;
    -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
    -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
    box-shadow: 0 3px 7px 0 #a8a8a8;
}

.item-count-up .count-icon{
    font-size: 50px;
    font-weight: 600;
}
.item-count-up .count-number{
    font-size: 30px;
    font-weight: 600;
}

.item-count-up .count-name{
    font-size: 30px;
    font-weight: lighter;
}
.item-count-up:hover{
    background: #5B5DD3;
    color: #fff;
}



.area-calendar-news {
    background-color: #ebebeb;
    text-align: center;
    float: left;
    width: 100px;
    height: 90px;
    line-height: 1.4;
    padding-top: 5px;
}
.area-calendar-news span {
    clear: both;
    float: left;
    width: 100%;
}
.area-calendar-news .day {
    font-size: 27px;
    color: #2d2d2d;
}
.area-calendar-news .month {
    font-size: 14px;
    color: #2d2d2d !important;
    padding-bottom: 5px;
}
.area-calendar-news .year {
    background-color: #dadada;
    font-size: 14px;
    color: #595959 !important;
    padding: 3px 0;
}

.section-title {
    font-weight: bold;
    font-size: 20px;
    color: #0e5077;
    border-bottom: 2px solid #0a6aa1;
    margin-bottom: 20px;
}

#login-box .control-label {
    font-size: 16px;
    color: #2d2d2d;
}

#login-box .form-control {
    border: 1px solid #1a7bb9;
}

#login-box .col-form-label{
    color: #2d2d2d;
}

#login-box .col-form-label span.required{
    color: red;
}





.event-list-content {
    background-color: #fcfcfc;
    margin-bottom: 55px;
    float: left;
}
.event-list-content .event-list-item:last-child {
    border: none !important;
}
.event-list-content .event-list-item {
    border-bottom: 1px solid #e9e9e9;
    padding: 45px 0;
    width: 94%;
    display: block;
    float: left;
    margin-left: 30px;
}
.event-list-content .event-list-item .date-item {
    float: left;
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1.3;
}
.event-list-content .event-list-item .date-item .dates {
    color: #9f9f9f;
    width: 100%;
    float: left;
    font-size: 21px;
}
.event-list-content .event-list-item .date-item .day {
    font-size: 40px;
    width: 100%;
    float: left;
}
 .event-list-content .event-list-item .date-desc-wrapper {
    float: left;
    padding-left: 55px;
}
 .event-list-content .event-list-item .date-desc-wrapper .date-title {
    display: block;
    margin-bottom: 20px;
}
 .event-list-content .event-list-item .date-desc-wrapper .date-title h4 {
    color: #2d2d2d;
    font-size: 21px;
}
 .event-list-content .event-list-item .date-desc-wrapper .date-excerpt p {
    line-height: 2;
    font-size: 14px;
}
 .event-list-content .event-list-item .date-desc-wrapper .place {
    float: left;
    margin: 10px 0 0;
    font-size: 12px;
    font-family: "Montserrat-Light";
    line-height: 2;
}
 .event-list-content .event-list-item .date-desc-wrapper .place .text-place {
    color: #757575;
}
 .event-list-content .event-list-item .date-desc-wrapper .place .map-icon {
    width: 18px;
    height: 18px;
    float: left;
    background: url("images/map-icon.png") no-repeat;
    background-size: 18px 18px;
    margin-right: 10px;
    margin-top: 4px;
}
 .event-list-content .event-list-item .date-desc-wrapper .place a {
    margin-left: 20px;
    text-decoration: underline;
    color: #818ddf;
}
 .event-list-content .event-list-item .date-desc-wrapper .place a:hover {
    color: #f7ca18;
}
 .event-list-content .event-list-item .date-links a {
    font-size: 14px;
    float: right;
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 20px;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
 .event-list-content .event-list-item .date-links span {
    float: right;
    width: 100%;
    text-align: center;
    color: #de2121;
    font-size: 14px;
}
 .event-list-content .event-list-item .sold-out a {
    background-color: #9f9f9f;
    color: #fff;
}
 .event-list-content .event-list-item .sold-out a:hover {
    color: #f7ca18;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
 .event-list-content .event-list-item .register a {
    border: 2px solid #f7ca18;
    color: #484848;
}
 .event-list-content .event-list-item .register a:hover {
    color: #fff;
    background-color: #f7ca18;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
@media (min-width: 1200px) {
     .event-list-content .event-list-item .date-links a {
        padding: 18px 40px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
     .event-list-content .event-list-item .date-links a {
        padding: 18px 10px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
     .event-list-content .event-list-item .date-links a {
        padding: 18px 10px;
    }
}
@media (min-width: 768px) {
     .event-list-content .event-list-item .date-links {
        width: 17%;
        float: right;
        padding-right: 20px;
    }
     .event-list-content .event-list-item .date-item {
        width: 8%;
    }
     .event-list-content .event-list-item .date-desc-wrapper {
        width: 70%;
    }
}
@media (max-width: 767px) {
     .event-list-content .event-list-item {
        margin-left: 0 !important;
        width: 100% !important;
    }
     .event-list-content .event-list-item .date-links {
        width: 100% !important;
    }
     .event-list-content .event-list-item .date-links a {
        padding: 18px 40px;
        display: inline-block;
        max-width: 200px;
        float: none;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
     .event-list-content .event-list-item .date-item {
        width: 20%;
    }
     .event-list-content .event-list-item .date-desc-wrapper {
        width: 80%;
    }
}
@media (max-width: 480px) {
     .event-list-content .event-list-item .date-item {
        width: 100%;
        margin-bottom: 25px;
    }
     .event-list-content .event-list-item .date-desc-wrapper {
        width: 100%;
        padding-left: 0 !important;
    }
}

.required{
    color: red !important;
}