/* CSS HACK */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary{
    display: block;
}
input[type="search"]{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-appearance: none;
}
a{
    color: #337ab7;
    text-decoration: none;
    outline: none !important;
}
a, a:hover, a:focus, a:active {
    outline: 0;
}
a, a::before, a::after, button, button::before, button::after, input[type="button"], input[type="submit"]{
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
img{
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
button, .button, a.button{
    display: inline-block;
    background: #fc6b4f;
    text-decoration: none;
    outline: none !important;
    font-weight: 600;
    color: #fff;
    font-size: 12px;
    padding: 13px 65px;
    line-height: 16px;
    border-radius: 3px;
    border-style: solid;
    border-width: 0px 0px 3px 0px;
    border-bottom-color: rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
}
button:hover, .button:hover, a.button:hover{
    background: #e36046;
    text-decoration: none;
}
button.green, .button.green, a.button.green{
    background: #2ac465;
}
button.green:hover, .button.green:hover, a.button.green:hover{
    background: #24ab58;
}
.dld-input{
    background: #fff;
    color: #111;
    position: relative;
    border-radius: 3px;
    border: 1px solid #ededed;
    font-size: 13px;
    padding: 15px 10px 15px;
    font-weight: 400;
    text-transform: none;
    font-style: normal;
    outline: none;
}
.dld-input:hover{
    border-color: #1d1d1d;
}
.dld-selectbox select{
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    cursor: pointer;
}
.dld-selectbox .dld-input{
    padding: 14px 10px;
}
.dld-selectbox{
    position: relative;
}
.dld-selectbox:before,
.dld-selectbox:after{
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f077';
    top: 0;
    bottom: auto;
    right: 0;
    height: 34px;
    width: 26px;
    line-height: 34px;
    font-size: 12px;
    pointer-events: none;
    text-align: center;
    color: #d1dede;
    vertical-align: middle;
    z-index: 999;
}
.dld-selectbox:after{
    content: '\f078';
    bottom: 0;
    top: auto;
}
.dld-selectbox:hover:after,
.dld-selectbox:hover:before{
    color: #1d1d1d;
}
.dld-selectbox select option{
    padding: 30px;
    height: 30px;
    line-height: 30px;
}

body{
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    color: #868686;
    font-size: 16px;
    line-height: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.24s ease-in-out;
    transition: opacity 0.24s ease-in-out;
}
#page-wrap{
    background: #fff;
}
.bg-gray{
    background: #f5f5f7;
}

/* HEADER */
#header{
    position: relative;
    z-index: 30;
}
/* TOP BAR */
#topbar{
    font-size: 14px;
    z-index: 10;
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    background: #fff;
}
#topbar .topbar-left{
    font-weight: 400;
    padding: 15px 0;
    color: #b2b2bb;
}
#topbar .topbar-left .icon{
    display: inline-block;
    vertical-align: baseline;
    margin: 0 10px 0 0;
    color: #4c4c4c;
    font-weight: 600;
}
#topbar .topbar-left a{
    color: #b2b2bb;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#topbar .topbar-left a:hover{
    color: #18afd3;
    text-decoration: none;
}
#topbar .topbar-right > *{
    border-left: 1px solid #e4e4e4;
}
#topbar .topbar-right .search-form{
    float: right;
    position: relative;
}
#topbar .topbar-right > *:first-child{
    border-right: 1px solid #e4e4e4;
}
#topbar .topbar-right .search-form input[type="search"]{
    border: none;
    font-size: 14px;
    color: #b2b2bb;;
    outline: none !important;
    padding: 17px 50px 16px 30px;
    font-weight: 300;
    width: 270px;
    line-height: 17px;
}
#topbar .topbar-right .search-form button{
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    background: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    color: #d5d5d5;
}
#topbar .topbar-right .search-form button:hover{
    color: #18afd3;
}
#topbar .topbar-right .topbar-socials{
    float: right;
    padding: 16px 7px;
}
#topbar .topbar-right .topbar-socials ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
#topbar .topbar-right .topbar-socials ul li{
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
}
#topbar .topbar-right .topbar-socials ul li a{
    color: #b2b2bb;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#topbar .topbar-right .topbar-socials ul li a:hover{
    color: #18afd3;
}

#top-nav{
    background: #fff;
    z-index: 5;
    -webkit-transition: top 0.2s ease-out;
    transition: top 0.2s ease-out;
}
#top-nav .logo{
    position: relative;
    padding: 27px 0 32px;
}
#top-nav .logo img{
    height: 60px;
}
#menu-toggle, #mobile-search, #mobile-menu{
    display: none;
}
#top-nav ul.top-nav-menu{
    float: right;
    list-style: none;
    margin: 0;
    padding: 37px 0px;
}
#top-nav ul.top-nav-menu > li{
    position: relative;
    float: left;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 14px;
    line-height: 1;
}
#top-nav ul.top-nav-menu > li > a{
    color: #4c4c4c;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
    padding: 15px 0;
    display: block;
}
#top-nav ul.top-nav-menu > li > a:hover{
    color: #18afd3;
    text-decoration: none;
}
#top-nav ul.top-nav-menu > li.active > a{
    color: #18afd3;
}
#top-nav ul.top-nav-menu > li > ul{
    position: absolute;
    left: 15px;
    top: 100%;
    width: 360px;
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 10px 3px rgba(0, 0, 0, 0.1);
    z-index: 10;
    text-transform: none;
}
#top-nav ul.top-nav-menu > li ul{
    visibility: hidden;
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#top-nav ul.top-nav-menu > li:hover > ul,
#top-nav ul.top-nav-menu > li:focus > ul{
    visibility: visible;
    opacity: 1;
}
#top-nav ul.top-nav-menu > li:hover > ul:before{
    content: '';
    position: absolute;
    top: -4px;
    left: 20px;
    border: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}
#top-nav ul.top-nav-menu > li:hover > ul li{
    position: relative;
    background: #fff;
    text-transform: none;
    border-top: 1px solid #eee;
    -webkit-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
}
#top-nav ul.top-nav-menu > li:hover > ul li:first-child{
    border: none;
}
#top-nav ul.top-nav-menu > li:hover > ul li:hover{
    background: #fafafa;
}
#top-nav ul.top-nav-menu > li > ul li a{
    display: block;
    padding: 13px 20px;
    font-weight: 300;
    color: #4c4c4c;
}
#top-nav ul.top-nav-menu > li > ul li a:hover{
    text-decoration: none;
}

#top-nav ul.top-nav-menu > li > .carret-down{
    color: #18afd3;
    position: absolute;
    right: 2px;
    top: 50%;
    margin: -6px 0 0;
    line-height: 1;
    text-transform: none;
}

/* TOP INFO BOXES */
#top-info-boxes{
    position: relative;
    background: #f5f5f5;
}
#top-info-boxes .top-info-box{
    position: relative;
    line-height: 1;
    padding: 25px 0;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}
#top-info-boxes .top-info-box.linked{
    background: #18afd3;
    padding-left: 30px;
    padding-right: 50px;
}
#top-info-boxes .top-info-box .icon{
    float: left;
    margin: 0 20px 0 0;
    font-size: 32px;
    color: #18afd3;
}
#top-info-boxes .top-info-box.linked .icon{
    color: #fff;
}
#top-info-boxes .top-info-box .text{
    overflow: hidden;
    color: #4c4c4c;
    line-height: 18px;
    float: left;
}
#top-info-boxes .top-info-box.linked .text{
    color: #fff;
}
#top-info-boxes .top-info-box .text strong{
    display: block;
    font-weight: 600;
    font-size: 14px;
}
#top-info-boxes .top-info-box .text span{
    font-size: 12px;
    font-weight: 300;
}
#top-info-boxes .top-info-box .link{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

/* HOME SLIDER */
.home-slider{
    width: 100%;
    max-height: 600px;
}
.home-slider .swiper-container{
    height: 100%;
}
.home-slider .swiper-slide{
    width: 100%;
    max-height: 600px;
}
.home-slider .slide-image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 1;
    visibility: inherit;
    z-index: 20
}
.swiper-slide img{
    width: 100%;
}
.swiper-button-next, .swiper-button-prev{
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: #18afd3;
    display: block;
    z-index: 100;
    margin-top: -40px;
    text-align: center;
    line-height: 80px;
    color: #fff;
    -webkit-transition: background 0.3s, color 0.3s;
    transition: background 0.3s, color 0.3s;
}
.swiper-button-next:hover, .swiper-button-prev:hover{
    color: #aaa;
    background: #fff;
}
.swiper-button-next{
    right: 0;
}
.swiper-button-prev{
    left: 0;
}

.featured-content{
    position: relative;
    z-index: 9;
}

/* HOME FEATURED CONTENT */
.content-wrapper{
    background: #fff;
}
.bg-gray .content-wrapper{
    background: #fff;
}
.featured-col{
    padding: 0;
}
.featured-col .col-inner{
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    top: 0;
    margin-top: -100px;
    z-index: 30;
    cursor: pointer;
}
.featured-col .col-inner:hover{
    top: -10px;
}
.featured-col .icon-box{
    padding: 45px 40px;
    color: #fff;
    line-height: 1;
}
.featured-col .icon-box .text{
    font-weight: 300;
}
.icon-box h4{
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 10px;
}
.icon-box p{
    font-size: 16px;
    line-height: 24px;
}
.featured-col .icon-box .icon{
    font-size: 110px;
}

.col-blue .col-inner{
    background-color: #18afd3;
}
.col-orange .col-inner{
    background-color: #f57e57;
}
.col-gray .col-inner{
    background-color: #4c6575;
}

/* ABOUT US */
.about-us{
    padding-top: 60px;
}
.about-us .about-detail{
    padding-top: 64px;
    padding-bottom: 64px;
}
.about-us .title{
    font-size: 34px;
    color: #111;
    margin: 15px 0 50px 0;
    padding-bottom: 21px;
    position: relative;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.about-us .title:after{
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    bottom: 1px;
    left: 0;
    background-color: #18afd3;
}
.about-us .desc{
    color: #595959;
    line-height: 28px;
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 32px;
}
.about-us .read-more{
    display: block;
}
.about-us .read-more a{
    color: #fff;
    background-color: #18afd3;
    text-transform: uppercase;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    white-space: nowrap;
    padding: 14px 33px 11px;
    text-decoration: none;
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1.1px;
    line-height: 23px;
}
.about-us .read-more a:hover{
    color: #fff;
    background: #1499ba;
}

/* SECTION */
.section{
    padding-top: 64px;
    padding-bottom: 64px;
}
.section-title{
    font-size: 34px;
    color: #111;
    margin: 15px 0 50px 0;
    padding-bottom: 21px;
    position: relative;
    text-align: center;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}
.section-title:after{
    background: #18afd3;
    position: absolute;
    content: '';
    height: 1px;
    width: 40px;
    bottom: 1px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-content{
    padding-bottom: 32px;
}
.section-bottom{
    text-align: center;
}
.section-bottom .button{
    padding: 14px 33px 12px;
    font-size: 12px;
    line-height: 23px;
}


/* COURSE ITEM */
.home-course{
    background: #f5f5f5;
}
.home-course .swiper-container{
    padding-bottom: 70px;
}
.home-course .swiper-wrapper{
    cursor: -webkit-grab;
    cursor: grab;
}
.course-item{
    background: #fff;
    color: #111;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.course-item-thumb{
    position: relative;
}
.course-item-thumb img{
    display: block;
    width: 100%;
    height: auto;
}
.course-item-info{
    padding: 30px 18px 15px;
}
.course-item-title{
    margin: 0 0 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 24px;
    height: 69px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-item-title a{
    color:#111;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}
.course-item-title:hover a, .course-item-title a:hover,
.course-item-title:focus a, .course-item-title a:focus{
    color:#fc6b4f;
    text-decoration: none;
}
.course-item-meta{
    margin-top: 6px;
    max-width: 45%;
    display: inline-block;
}
.course-item-info .more-info{
    border-radius: 3px;
    background: #2ac465;
    padding: 14px 22px 11px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    white-space: nowrap;
    font-weight: 700;
    letter-spacing: 1.1;
    display: block;
    text-decoration: none;
    border-bottom: 3px solid rgba(0, 0, 0, 0.1);
}
.course-item-info .more-info:hover{
    background: #24ab58;
}
.course-item-price{
    color: #fc6b4f;
    font-size: 20px;
    float: right;
    margin-top: 6px;
    min-height: auto;
    line-height: 18px;
    font-weight: 600;
}
.home-course .swiper-pagination-bullet-active{
    background-color: #2ac465;
}
.slider-control-wrap{
    position: absolute;
    right: 0;
    z-index: 9;
    width: auto;
    height: 16px;
    left: 0;
    margin: 0 auto;
    text-align: center;
    bottom: 10px;
}
.slider-next, .slider-prev{
    background: transparent;
    border-color: transparent;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 27px;
    height: 14px;
    line-height: 14px;
    border-radius: 4px;
    margin-top: auto;
    margin-bottom: 0;
    color: #111;
    font-size: 11px;
    font-weight: 600;
    left: auto;
    right: auto;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.slider-next{
    margin-left: 46%;
}
.slider-next:hover, .slider-prev:hover,
.slider-next:focus, .slider-prev:focus{
    background: transparent;
    border-color: transparent;
    text-decoration: none;
}
.slider-next:after, .slider-prev:after{
    font-size: 11px;
}
.slider-next:hover:after, .slider-prev:hover:after{
    color: #fc6b4f;
}

/* HOME EVENTS */
.home-events{
    background: #fff;
}
.home-events .section-content{
    padding-bottom: 32px;
}
.event-wrap{
    background: #fff;
    border: 1px solid #e6e6e8;
    color: #8e8e8e;
    border-radius: 3px;
    padding: 19.5px 19.5px 18px 94.5px;
    position: relative;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.event-date-wrap, .event-title-wrap, .event-time-wrap, .event-location-wrap{
    display: inline-block;
    position: relative;
    vertical-align: top;
    height: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.event-date, .event-title, .event-time, .event-location{
    display: block;
    white-space: normal;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    min-height: 0;
    max-height: none;
    max-width: none;
    padding: 0 48px;
    font-size: 15px;
    line-height: 42px;
    background-color: transparent;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: left;
}
.event-title{
    word-break: break-word;
}
.event-date-wrap{
    line-height: 87px;
    vertical-align: middle;
    position: absolute;
    left: 15px;
    top: 24.75px;
    border: 0;
    letter-spacing: -1px;
}
.event-date-wrap, .event-date, .event-thumb{
    border-radius: 50%;
    height: 87px;
    width: 87px;
    color: #fc6b4f;
    background-color: #fff;
    display: block;
}
.event-date{
    font-size: 32px;
    font-weight: 700;
    line-height: 32px;
    padding: 0;
    padding-top: 17px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}
.event-date .month{
    color: #8e8e8e;
    font-size: 9px;
    font-weight: 600;
    display: block;
    letter-spacing: 1px;
    line-height: 12px;
    text-transform: uppercase;
}
.event-thumb img{
    height: 87px;
    width: 87px;
    border-radius: 50%;
}
.event-title-wrap{
    width: 45%;
}
.event-title{
    color: #111;
    font-size: 19px;
    line-height: 23px;
    font-weight: 700;
    padding-left: 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
}
.event-title a{
    color: #111;
    height: auto;
}
.event-title a:hover, .event-title a:focus{
    text-decoration: none;
    color: #fc6b4f
}
.event-time-wrap:before, .event-location-wrap:before{
    content: '';
    display: block;
    border-right: 1px solid #e6e6e8;
    position: absolute;
    width: 0;
    height: 4em;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
}
.event-time, .event-location{
    font-size: 13;
    font-weight: 600;
    line-height: 17px;
    position: relative;
    padding: 0 13px 0 59px;
    font-family: 'Montserrat',sans-serif;
}
.event-time:before, .event-location:before{
    display: block;
    font-family: 'FontAwesome';
    font-size: 20px;
    position: absolute;
    top: 11px;
    left: 21px;
    content: '\f017';
    font-weight: normal;
}
.event-time > span, .event-location > span{
    display: block;
}
.event-location:before{
    content: '\f041';
}

/* HOME LASTEST NEWS */
.home-lastest-news{
    background: #f5f5f5;
}
.post-wrap{
    background: #fff;
    margin-bottom: 20px;
}
.home-lastest-news .post-wrap{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.post-thumb{
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.post-thumb img{
    width: 100%;
    height: auto;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.post-thumb a{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.home-lastest-news .post-entry{
    padding: 36px 22px 25px;
    position: relative;
    color: #333;
}
.post-entry .post-meta{
    position: absolute;
    margin: 0;
    left: 22px;
    top: -13px;
    z-index: 333;
}
.post-categories a{
    background: #2ac465;
    color: #fff;
    border-radius: 3px;
    padding: 5px 11px;
    font-size: 9px;
    font-weight: 700;
    line-height: 1.2em;
    margin-bottom: 2px;
    text-transform: uppercase;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.post-categories a:hover{
    text-decoration: none;
    background: #111;
}
.entry-title{
    font-size: 18px;
    line-height: 28px;
    color: #111;
    font-weight: 700;
    margin: 0;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.entry-title a{
    color: #1d1d1d;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.entry-title a:hover{
    color: #fc6b4f;
    text-decoration: none;
}
.entry-meta{
    position: relative;
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.9em;
    text-decoration: none;
    letter-spacing: 0;
    font-weight: 600;
    color: #8e8e8e;
}
.entry-meta:before{
    content: '\f274';
    font-family: 'FontAwesome';
    font-size: 14px;
    margin-right: 10px;
    font-weight: normal;
}
.entry-meta span{
    font-family: 'Montserrat', sans-serif;
}

/* FOOTER */
#footer{
    position: relative;
    display: block;
    font-weight: normal;
    margin-top: 50px;
}
.footer-widgets{
    background: #4c6575;
    color: #fff;
    padding: 40px 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
}
.footer-widget{
    display: block;
    margin: 0 0 40px;
}
.widget-title{
    line-height: 1;
    margin: 0 0 20px;
}
.widget-title h5{
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    /* Montserrat */
    font-weight: 700;
}

.footer-contact-info{
    margin-top: 26px;
}
.footer-contact-info span{
    display: block;
    margin: 13px 0;
    position: relative;
    padding-left: 2em;
}
.footer-contact-info span:before{
    font-family: 'FontAwesome';
    font-size: 1.2em;
    width: 2em;
    left: 0;
    top: -1px;
    line-height: 26px;
    position: absolute;
}
.footer-contact-info span.address, .footer-contact-info span.address_row2{
    margin: 2px 0;
}
.footer-contact-info span.address:before{
    content: '\f041';
}
.footer-contact-info span.email:before{
    content: '\f003';
}
.footer-contact-info span.phone:before{
    content: '\f2a0';
}

.footer-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-menu li{
    margin: 0 0 10px;
}
.footer-menu li a{
    color: #18AFD3;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-menu li a:hover{
    color: #fff;
}

.footer-socials{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-socials:after{
    content: '';
    clear: both;
    display: table;
}
.footer-socials li{
    float: left;
    margin: 0 10px 10px 0;
}
.footer-socials li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #38586B;
    color: #fff;
    font-size: 22px;
    text-align: center;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.footer-socials li a:hover{
    background: #18AFD3;
}

.footer-schedule{
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-schedule li{
    margin: 0 0 10px;
}
.footer-schedule li .schedule-day{
    float: left;
    width: 50%;
}
.footer-schedule li .schedule-time{
    float: left;
    width: 50%;
    opacity: 0.5;
}
.footer-schedule li:after{
    content: '';
    clear: both;
    display: table;
}
#footer .copyright{
    color: #fff;
    background: #395261;
    position: relative;
    text-align: center;
    font-size: 14px;
    padding: 23px 0;
    line-height: 1;
    font-weight: 300;
}
#footer .copyright a{
    color: #18afd3;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
#footer .copyright a:hover{
    color: #fff;
}

.scroll-to-top{
    color: #fff;
    border-color: #fc6b4f;
    background-color: #fc6b4f;
    border-radius: 50%;
    position: fixed;
    z-index: 999;
    width: 3em;
    height: 3em;
    line-height: 3em;
    text-align: center;
    right: 2em;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    bottom: -4em;
    border: 1px solid #fc6b4f;
}
.scroll-to-top.show{
    opacity: 1;
    bottom: 2em;
}
.scroll-to-top:hover{
    border-color: #e36046;
    background-color: #e36046;
}
.scroll-to-top:before{
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    width: 1em;
    text-align: center;
    font-size: 2em;
    line-height: 1.4;
    content: '\f106';
    color: #fff;
}

.title-box{
    position: relative;
    margin: 0 0 60px;
    padding: 30px 0 40px;
    background: #2b4859;
    color: #fff;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url(../images/title-box.jpg);
}
.title-box .breadcrumbs{
    position: relative;
    color: #fff;
    margin: 0 0 25px -10px;
    font-size: 13px;
}
.title-box .breadcrumbs ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.title-box .breadcrumbs ul li{
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    padding: 0 10px;
    position: relative;
}
.title-box .breadcrumbs ul li + li{
    padding-left: 15px;
}
.title-box .breadcrumbs ul li + li:before{
    content: '/';
    position: absolute;
    left: 0;
    top: 0;
}
.title-box .breadcrumbs ul li a{
    color: #fff;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
    font-weight: 700;
}
.title-box .breadcrumbs ul li a:hover, .title-box .breadcrumbs ul li a:focus{
    text-decoration: none;
    color: #4c6575;;
}
.title-box h1{
    font-size: 60px;
    line-height: 72px;
    opacity: 1;
    font-weight: 300;
}

/* CATEGORIES */
.post-item{
    color: #595959;
    position: relative;
    margin-bottom: 4rem;
    display: block;
}
.post-item .post-thumb img{
    width: 100%;
}
.post-item .post-thumb .mask{
    position: absolute;
    content: '';
    z-index: 100;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background: rgba(17, 17, 17, .7);
}
.post-item .post-thumb:hover .mask{
    opacity: 1;
}
.post-item .post-thumb .icon{
    position: absolute;
    z-index: 102;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.post-item .post-thumb .icon a{
    color: #fff;
    font-size: 1.6em;
    margin-left: 0;
    font-weight: normal;
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    cursor: pointer;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
            transform: translateX(-50%) translateY(-50%) scale(0.3, 0.3);
    -webkit-transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    transition: all .5s cubic-bezier(0.6, -0.28, 0.735, 0.045) 0s;
    opacity: 0;
}
.post-item .post-thumb:hover .icon a{
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1, 1);
            transform: translateX(-50%) translateY(-50%) scale(1, 1);
    -webkit-transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all .5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}
.post-item .post-thumb .icon a:hover, .post-thumb .icon a:focus{
    color: #2ac465;
    text-decoration: none;
}
.post-item .post-header{
    padding-top: .1px;
}
.post-item .post-title{
    letter-spacing: -.3px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.5;
}
.post-item .post-title a{
    color: #111;
    display: block;
}
.post-item .post-title a:hover{
    color: #fc6b4f;
    text-decoration: none;
}
.post-item .post-meta{
    margin-top: .5em;
    color: #8e8e8e;
    position: relative;
    font-size: 12px;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.9em;;
    text-decoration: none;
    font-weight: 500;
}
.post-item .post-meta .post-category a{
    background-color: #2ac465;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    padding: 5px 11px;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: .75px;
    line-height: 1.2em;
    text-transform: uppercase;
}
.post-item .post-meta .post-category a:hover{
    text-decoration: none;
    background-color: #111;
    color: #fff;
}
.post-item .post-summary{
    font-size: 14px;
    line-height: 1.5em;
}
.post-item .post-header + .post-summary{
    padding-top: 1em;
}

.pagination{
    display: block;
}
.screen-reader-text{
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
.pagination .nav-links{
    padding: 0;
    text-transform: uppercase;
    margin-top: 3.4em;
    text-align: center;
    font-size: 15px;
}
.pagination .nav-links li{
    display: inline-block;
    background-color: #f5f5f7;
    color: #111;
    width: 4em;
    height: 4em;
    line-height: 4em;
    text-align: center;
    margin-right: .6667em;
}
.pagination .nav-links li a{
    width: 100%;
    height: 100%;
    display: block;
    color: #111;
}
.pagination .nav-links li a:hover{
    background-color: #fc6b4f;
    color: #fff;
    text-decoration: none;
}
.pagination .nav-links li.current{
    background-color: #fc6b4f;
    color: #fff;
}

/* SIDEBAR */
.sidebar-widget{
    display: block;
}
.sidebar-widget + .sidebar-widget{
    margin-top: 30px;
    padding-top: 20px;
}
.sidebar-widget .widget-title{
    position: relative;
    border-bottom: 2px solid #18afd3;
    padding: 0 0 20px 30px;
    margin: 0 0 30px;
}
.sidebar-widget .widget-title:before{
    font-family: 'FontAwesome';
    content: '';
    font-size: 14px;
    line-height: 1;
    text-rendering: auto;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: absolute;
    left: 0;
    top: 0;
    margin: 2px 0 0;
    color: #18afd3;
}
.widget-recent-post .widget-title:before{
    content: '\f1ea';
}
.sidebar-widget .widget-title h5{
    line-height: 1;
    margin: 0;
    color: #18afd3;
}

.widget-recent-post .post-item{
    color: #595959;
    overflow: hidden;
    text-align: left;
    margin-bottom: 0;
    position: relative;
}
.widget-recent-post .post-item + .post-item{
    margin-top: 29px;
    padding-top: 31px;
    border-top: 1px solid #e6e6e6;
}
.widget-recent-post .post-item .post-thumb{
    float: left;
    width: 65px;
    height: 65px;
    margin: 0 15px 4px 0;
    overflow: hidden;
}
.widget-recent-post .post-thumb img{
    border-radius: 3px;
}
.widget-recent-post .post-item .post-content{
    overflow: hidden;
}
.widget-recent-post .post-content .post-title{
    font-size: 15px;
    font-weight: 400;
    margin: -5px 0 18px 0;
    text-align: left;
}
.widget-recent-post .post-content .post-info{
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
    font-weight: 400;
    color: #337ab7;
    font-family: 'Montserrat', sans-serif;
}
.widget-recent-post .post-info span.post-info-date,
.widget-recent-post .post-info span.post-info-category a{
    color: #8e8e8e;
}
.widget-recent-post .post-info span.post-info-category a{
    font-weight: 700;
}
.widget-recent-post .post-info span.post-info-category a:hover,
.widget-recent-post .post-info span.post-info-category a:focus{
    color: #111;
}

.widget-categories .widget-title:before{
    content: '\f0ca';
}
.sidebar-categories-list{
    list-style: none;
    margin: 0;
    padding: 0 0 0 30px;
    margin-top: -12px;
}
.sidebar-categories-list li{
    margin: 0 0 1px 0;
    font-size: 14px;
    position: relative;
}
.sidebar-categories-list li + li{
    border-top: 1px solid #e6e6e6;
}
.sidebar-categories-list li a{
    display: block;
    padding: 12px 0 12px 0;
    color: #868686;
}
.sidebar-categories-list li a:hover,
.sidebar-categories-list li a:focus{
    text-decoration: none;
    color: #18afd3;
}

.widget-buttons .widget-button{
    position: relative;
    display: block;
    border: 2px solid #18afd3;
    padding: 15px 20px;
    -webkit-transition: all 2.s ease-out;
    transition: all 2.s ease-out;
}
.widget-buttons .widget-button,
.widget-buttons .widget-button:hover,
.widget-buttons .widget-button:focus{
    text-decoration: none;
}
.widget-buttons .widget-button:hover,
.widget-buttons .widget-button:focus{
    background: #18afd3;
    color: #fff;
}
.widget-buttons .widget-button .media-left{
    padding: 0;
}
.widget-buttons .widget-button .media-left i{
    width: 50px;
    display: block;
    color: #18afd3;
    font-size: 33px;
    line-height: 33px;
    height: 33px;
}
.widget-buttons .widget-button .media-body span{
    display: block;
    font-size: 15px;
    color: #4c4c4c;
}
.widget-buttons .widget-button .media-body em{
    font-size: 12px;
    color: #b2b2b2;
    font-style: 12px;
}
.widget-buttons .widget-button:hover .media-left i,
.widget-buttons .widget-button:focus .media-left i,
.widget-buttons .widget-button:hover span,
.widget-buttons .widget-button:hover em,
.widget-buttons .widget-button:focus span,
.widget-buttons .widget-button:focus em{
    color: #fff;
}

.widget-contact .widget-title:before{
    content: '\f145';
}
.widget-contact ul{
    list-style: none;
    padding: 0 15px;
}
.widget-contact ul li{
    margin: 0 0 25px;
    color: #868686;
}
.widget-contact ul li:after{
    content: '';
    clear: both;
    display: table;
}
.widget-contact ul li .text{
    padding: 0 20px 0 0;
    float: left;
    font-size: 14px;
}
.widget-contact ul li .text strong{
    font-weight: 600;
    display: block;
    margin: 0 0 11px;
}
.widget-contact ul li .text p{
    margin-bottom: 0;
    line-height: 24px;
}
.widget-contact ul li .icon{
    float: right;
    font-size: 22px;
    text-align: center;
    width: 40px;
}

.post-detail{
    display: block;
    color: #595959;
}
.post-detail .post-meta{
    margin: 0 0 30px;
    position: relative;
}
.post-detail .post-meta > *{
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    line-height: 1;
    margin: 0 20px 0 0;
}
.post-detail .post-meta .post-category a{
    background: #18afd3;
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 0 10px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    line-height: 22px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.post-detail .post-meta .post-category a:hover{
    background: #111;
    color: #fff;
}
.post-detail .post-featured{
    margin-bottom: 30px;
}
.post-detail .post-summary{
    margin-bottom: 30px;
    padding-bottom: 20px;
    font-weight: 600;
    line-height: 1.65;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    color: #111;
}
.post-detail .post-summary:after{
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 65px;
    height: 8px;
    background: #18afd3;
}
.post-detail .post-content{
    line-height: 1.65;
}
.post-detail .post-content p{
    margin-bottom: 20px;
}
.post-meta.post-footer{
    margin-top: 32px;
}
.post-meta.post-footer:after{
    content: '';
    clear: both;
    display: table;
}
.post-footer .post-category{
    float: left;
    display: block;
}
.post-footer .post-category a{
    border-radius: 3px;
    font-size: 9px;
}
.post-footer .post-share{
    float: right;
    display: block;
}
.post-footer .post-share > span{
    margin: 10px 24px 0 0;
    font-size: 16px;
    color: #8e8e8e;
}
.post-footer .post-share > span a{
    color: #8e8e8e;
}
.post-footer .post-share > span a:hover{
    color: #18afd3;
}
.related-wrap{
    margin: 36px 0 0 0;
    padding: 48px 0 0 0;
}
.related-wrap h3{
    color: #111;
    text-align: left;
    font-size: 21px;
    font-weight: 600;
    margin: 0 0 1.6em;
}

.event-filter > *{
    vertical-align: top;
    display: inline-block;
}

.list-events{
    margin-top: 30px;
}
.list-events .event-item{
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.list-events .event-item + .event-item{
    border-top: 1px solid #e6e6e6;
}
.list-events .event-item .event-item-date{
    width: 100px;
    font-family: 'Montserrat', sans-serif;
}
.event-item .event-item-date .date-wrap{
    background: #fff;
    width: 87px;
    height: 87px;
    border-radius: 50%;
    padding-top: 15px;
}
.event-item .event-item-date span{
    font-size: 32px;
    font-weight: 700;
    color: #fc6b4f;
    display: block;
    text-align: center;
    margin-bottom: 8px;
}
.event-item .event-item-date span.month{
    font-size: 12px;
    color: #8e8e8e;
    letter-spacing: 1px;
    font-weight: 400;
}
.list-events .event-info{
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
}
.list-events .event-price{
    width: 200px;
    text-align: center;
}
.list-events .event-price span{
    display: block;
    margin-bottom: 6px;
    color: #2ac465;
}
.list-events .event-price .price{
    font-weight: 600;
    color: #fc6b4f;
    font-size: 20px;
    margin-bottom: 15px;
}
.list-events .event-price .button{
    padding: 13px 40px;
}
.event-info-title{
    color: #111;
    font-size: 21px;
    letter-spacing: 1px;
    line-height: 1.4em;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-weight: 600;
}
.event-info-title a{
    color: #111;
    transition: color .2s ease-out;
}
.event-info-title a:hover, .event-info-title:hover a{
    text-decoration: none;
    color: #fc6b4f;
}
.event-info-row{
    margin: 15px 0;
    position: relative;
    padding-left: 24px;
    font-size: 14px;
}
.event-info-time:before, .event-info-location:before, .event-info-exp-date:before{
    position: absolute;
    left: 0;
    top: -1px;
    font-size: 16px;
    font-family: 'FontAwesome';
    content: '\f073';
    text-align: center;
    width: 18px;
    font-weight: normal;
}
.event-info-location:before{
    content: '\f041';
}
.event-info-exp-date:before{
    content: '\f253';
}

.result-filter{
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}
.result-filter input{
    width: 100%;
    border-color: #ededed;
    padding-left: 58px;
}
.result-filter input:hover,
.result-filter input:focus{
    border-color: #868686;
}
.result-filter .button{
    background: transparent;
    width: 45px;
    height: 45px;
    color: #868686;
    position: absolute;
    left: 0;
    top: 0;
    vertical-align: middle;
    text-align: center;
    border: none;
    padding: 0;
    border-right: 1px solid #ededed;
    border-radius: 0 3px 3px 0;
}
.result-filter .button:hover{
    cursor: default;
}
.result-table{
    font-size: 14px;
    height: 600px;
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #ddd;
}
.result-table .table{
    margin-bottom: 0;
}
.result-table th{
    background: #18afd3;
    color: #fff;
    position: sticky;
    top: 0;
}

.list-result-wrap{
    margin-top: 32px;
}
.result-item{
    display: flex;
}
.result-item:after{
    content: '';
    clear: both;
    display: table;
}
.result-item .result-logo{
    width: 120px;
    text-align: center;
}
.result-item .result-logo img{
    width: 80px;
}

.contact-wrap.map-wrap{
    position: relative;
}
.contact-wrap .contact-info{
    margin-bottom: -460px;
    position: relative;
    z-index: 999;
    background: #18afd3;
    height: 460px;
}
.contact-wrap .contact-info a{
    color: #fff;
}
.contact-wrap .contact-info ul{
    list-style: none;
    padding: 46px 35px;
    margin: 0;
    color: #fff;
}
.contact-wrap .contact-info ul li{
    color: #fff;
}
#map-canvas{
    height: 460px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
