

@font-face {
    font-family:"flat";
    src:url("../fonts/flat/flat.eot?") format("eot"),
        url("../fonts/flat/flat.woff") format("woff"),
        url("../fonts/flat/flat.ttf") format("truetype"),
        url("../fonts/flat/flat.svg#flat") format("svgz");
    font-weight:normal;
    font-style:normal;
}

body {
    font-family: 'flat';
}

.h1, .h2, .h3, h1, h2, h3 {font-weight: normal;}

a:hover, a:focus {
    text-decoration: none;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.toggle-btn-wrapper {
    text-align: left;
    padding: 10px 0;
    display: none;
}

.toggle-btn {
    background-color: transparent;
    border: none;
    padding: 10px;
}

.toggle-btn span {
    width: 28px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin-bottom: 4px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.toggle-btn span:last-child {
    margin-bottom: 0;
}

.brand {
    display: block;
    padding: 8px 0;
}

.btn.toggle-btn {
    background-color: transparent;
    border-color: #9e9e9e;
    padding: 10px 8px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.btn.toggle-btn:hover {
    background-color: #9e9e9e;  
}

.btn.toggle-btn:hover span {
    background-color: #FFF;
}


.c-blue {color: #4295c9;}
.c-white {color: #FFF;}

.list-inline {margin-bottom: 0;}

.top-menu {
    position: absolute;
    left: 0;
    width: 100%;
    top: 2px;
    z-index: 4;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.top-menu.sticky {
    background-color: #ffffff;
    padding-top: 5px;
    padding-bottom: 0;
    position: fixed;
    top: 0;
    z-index: 5;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -ms-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.dtable {
    display: table;
    height: 100%;
    width: 100%;
    text-align: center;
}
.dtable-cell {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
}
.owl-item .item img {
    width: auto;
    margin-right: auto;
    margin-left: auto;
}
.overflow-hidden {
    overflow: hidden;
}

.more-link {
    color: #525252;
    font-size: 14px;
    font-style: italic;
}
.more-link:hover, .more-link:focus {
    text-decoration: underline;
}
section.slider-section .slider-wrapper {
    height: 900px;
}
.owl-carousel {direction: ltr;}
#top-slider .item {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    cursor: w-resize;
}
#top-slider,
#top-slider .owl-item,
#top-slider .owl-stage,
#top-slider .owl-stage-outer {height: 100%;}
#sliderBar{
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #4295c9;
}
#sliderProgressBar{
    width: 100%;
    background: #292929;
    direction: rtl;
}
.section-header .section-title {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    margin-top: 0;
}
footer {
    background-color: #4295c9;
    color: #FFF;
    font-size: 14px;
    padding: 0;
}
footer a {color: #FFF;}
footer a:hover, footer a:focus {color: #3a3a3a}
footer p {margin: 0;}

#top-slider .item .container {
    height: 100%;
    position: relative;
}

#top-slider .item .item-caption {
    max-width: 555px;
    background-color: rgba(66,149,201,0.95);
    position: absolute;
    right: 15px;
    bottom: 50px;
    direction: rtl;
    padding: 30px;
}

.subscribe-form {
    margin-bottom: 15px;
}

#top-slider .item .item-caption h2 {
    font-size: 24px;
    line-height: 30px;
    color: #FFF;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
}

.top-menu a {
    color: #FFF;
}

.top-menu .menu-row.top .menu-list a {
    font-size: 14px;
}

.top-menu .menu-row.bottom .menu-list a {
    font-size: 16px;
}

.top-menu .menu-row.bottom .left-side {
    border-bottom: 90px solid #4295c9;
    border-right: 30px solid transparent;
    height: 90px;
}

.top-menu .menu-row.top .top-right-side {
    border-top: 50px solid #292929;
    border-left: 30px solid transparent;
    height: 50px;
}
.top-menu .menu-row.top .top-right-side .menu-list {margin-top: -50px;}

.menu-list li {
    padding: 15px 0;
}

.menu-list li a {
    padding: 0 9px;
    position: relative;
}

.menu-list li
 a:before {
    position: absolute;
    content: "|";
    left: 0;
    top: 4px;
}

.menu-list li:last-child
 a:before {
    display: none;
}

.top-menu .menu-row.top {
    margin-bottom: 5px;
}

.menu-row-bottom .menu-list li {
    padding: 20px 0;
}

.top-menu .menu-row.bottom li {
    padding: 34px 0;
}

.menu-list a:hover, .menu-list a:focus, .menu-list a.active {font-weight: bold;}

.ref-section .section-wrapper {
    background-color: #3a3a3a;
    position: relative;
}

section .section-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.link-box .icon-wrapper {
    width: 75px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    background-image: url('../img/icons.png');
    background-repeat: no-repeat;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}
.icon-wrapper.ic-books {background-position: 0 0;}
.icon-wrapper.ic-computer {background-position: -75px 0;}
.icon-wrapper.ic-socity {background-position: -150px 0;}
.icon-wrapper.ic-univ {background-position: -225px 0;}
.link-box a {
    display: block;
    color: #4295c9;
    text-align: center;
    padding: 32px 15px;
    background-color: #FFF;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.link-box h3 {margin: 0;font-size: 20px;}
.link-box:hover a {color: #FFF;background-color: #4295c9;}
.link-box:hover .icon-wrapper {background-position-y: -75px;}
.block-wrapper .block-icon {color: #4295c9;margin-bottom: 10px;}
.block-wrapper .block-header .block-title {margin: 0;color: #3a3a3a;font-size: 25px;}
.block-wrapper .block-header a {font-size: 18px;color: #3a3a3a;}
.block-wrapper .block-header {
    line-height: 30px;
    padding-top: 5px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3;
}
.items-list .media {padding: 15px; padding-bottom: 25px}
.items-list.events-list .media {padding-bottom: 15px;}

.items-list .media .img-wrapper {
    width: 90px;
    height: 90px;
    overflow: hidden;
}

.items-list .media .media-body .media-heading {
    color: #4295c9;
    font-size: 16px;
    margin-bottom: 18px;
    text-align: justify;
}
.items-list .media .media-body .media-heading:hover,
.items-list .media .media-body .media-heading:focus {
    color: #3a3a3a;
}

.events-list .media .media-body .media-heading {font-size: 14px;margin-bottom: 10px}

.date-stamp {margin-bottom: 0;color: #b2b2b2;font-size: 16px;}

.date-stamp span {margin-right: 5px;}

.items-list li {
    border-bottom: 1px solid #b3b3b3;
}

.items-list li:last-child {
    border-bottom: none;
}

.media .media-left .date-card {
    font-size: 40px;
    background-color: #4295c9;
    color: #FFF;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
}

.block-wrapper .item-block {
    padding: 15px;
}

.item-block .item-body .item-title {
    color: #3467b1;
}

.item-block .item-body .item-title h3 {
    font-size: 15px;
    text-align: justify;
    margin-top: 15px;
    margin-bottom: 8px;
}

.item-block .item-body .item-desc {
    font-size: 14px;
    color: #4c4c4c;
    margin-top: 10px;
}

.icons-list li a {
    padding: 15px 8px;
    display: block;
}

ul.ads-list li {
    margin-bottom: 15px;
}

.testimonial-item {
    text-align: center;
    color: #FFF;
    max-width: 945px;
    margin-right: auto;
    margin-left: auto;
}

.testimonial-item .testimonial-img {
    display: block;
    width: 118px;
    height: 118px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
}

.testimonial-item .testimonial-body h3 {
    font-size: 25px;
    margin-top: 0;
    margin-bottom: 15px;
}

.testimonial-item .testimonial-body p {
    line-height: 24px;
    font-size: 16px;
}

.testimonials-section .section-wrapper {
    background-image: url(../img/testimonial-background.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 4px;
    background: #ffffff;
    border-radius: 0;
    margin: 5px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #4295c9;
}
.testimonial-slider.owl-theme .owl-dots .owl-dot span {background: rgba(255,255,255,0.5)}
.testimonial-slider.owl-theme .owl-dots .owl-dot.active span,
.testimonial-slider.owl-theme .owl-dots .owl-dot:hover span {background: rgb(255,255,255)}
#top-slider .owl-controls {
    max-width: 1170px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    bottom: 70px;
}

#top-slider .owl-controls .owl-dots {
    text-align: left;
}

.subscribe-form h3 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none !important;
    outline: none;
    border: none;
    border-radius: 0;
}

.subscribe-form .form-control {
    height: 50px;
    padding: 12px;
    font-size: 16px;
    width: 560px;
}

.subscribe-form .btn {
    border: none;
    border-radius: 0;
    background-color: #4295c9;
    color: #FFF;
    font-size: 20px;
    height: 50px;
    border: none;
    vertical-align: top;
    margin-right: 0px;
    padding: 6px 15px;
    min-width: 165px;
}

.newsletter-section .section-wrapper {
    background-color: #3f3f3f;
    position: relative;
}

.newsletter-section .section-wrapper:before,
.ref-section .section-wrapper:before {
    content: "";
    background-image: url('../img/newsletter-bg.png');
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.subscribe-form h3 {
    font-size: 22px;
    color: #FFF;
    margin-bottom: 20px;
}

.form-control {
    box-shadow: none !important;
    outline: none;
    border: none;
    border-radius: 0;
}

.subscribe-form .form-control {
    height: 50px;
    padding: 12px;
    font-size: 16px;
    width: 560px;
}

.subscribe-form .btn {
    border: none;
    border-radius: 0;
    background-color: #4295c9;
    color: #FFF;
    font-size: 20px;
    height: 50px;
    border: none;
    vertical-align: top;
    margin-right: 0px;
    padding: 6px 15px;
    min-width: 165px;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    background: transparent!important;
    margin-top: -25px !important;
}

.owl-nav .owl-prev {
    left: 0;
}

.owl-nav .owl-next {
    right: 0;
}

.owl-nav i {
    font-size: 3em;
}

.footer-copyrights {
    background-color: #3a3a3a;
    padding: 16px;
    font-size: 18px;
}

.subscribe-form {
    margin-bottom: 15px;
}

.footer-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
}

.footer-logo-wrapper img {
    margin-right: auto;
    margin-left: auto;
}

.footer-links-list li {
    font-size: 15px;
    margin-bottom: 16px;
}


.top-menu .menu-row {
    position: relative;
}

.top-menu.sticky .menu-row.bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #4295c9;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
    -o-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.7);}

.top-menu .menu-row.top:before {content: "";height: 0;width: 50%;position: absolute;top: 0;right: 0;border-top: 50px solid #292929;border-left: 30px solid transparent;}

.top-menu .menu-row.bottom:before {
    content: "";
    height: 0;
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    border-bottom: 90px solid #4295c9;
    border-right: 30px solid transparent;
}

.item-caption .date-stamp {
    color: #FFF;
    font-size: 20px;
}

.item-caption .more-link {
    color: #FFF;
    font-size: 16px;
}

.newsletter-section .section-wrapper .container {position: relative;}

.left-side-wrapper {
    width: 263px;
    background: #4295c9;
    height: 646px;
    position: absolute;
    left: 15px;
    top: -40px;
    z-index: 1;
}

.left-side-wrapper .top-pad {
    height: 10px;
    background: #4295c9;
    position: absolute;
    top: -10px;
    width: 100%;
}


.left-side-wrapper .top-pad:before {
    width: 0;
    height: 0;
    content: "";
    border-left: 10px solid #173e75;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
}

.left-side-wrapper .top-pad:after {
    width: 0;
    height: 0;
    content: "";
    border-right: 10px solid #173e75;
    border-top: 10px solid transparent;
    position: absolute;
    left: -10px;
}

.left-side-wrapper .content-wrapper .img-wrapper {
    position: absolute;
    bottom: 0;
    left: -25px;
}

.social-links {
    margin: 0;
    font-size: 0;
    text-align: center;
}

.social-links li {
    padding-right: 4px;
    padding-left: 4px;
}

.social-links li a {
    width: 41px;
    height: 41px;
    display: block;
    border: 3px solid #fff;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    -wbkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.social-links a:hover, .social-links a:focus {
    color: #4295c9;
    background: #fff;
}

.left-side-wrapper .content-wrapper h3 {
    font-size: 25px;
    color: #fff;
    padding-right: 15px;
    margin-bottom: 13px;
}

.mag-wrapper .mag-wrapper-top {
    background-color: #275ba5;
    text-align: center;
    height: 80px;
    position: relative;
}

.mag-wrapper .mag-wrapper-top h3 {
    margin: 0;
    font-size: 25px;
    line-height: 80px;
}

.mag-wrapper-top .pad-right {
    position: absolute;
    width: 10px;
    height: 100%;
    right: -10px;
    content: "";
    background-color: #275ba5;
}

.mag-wrapper-top .pad-right:before {
    position: absolute;
    bottom: -10px;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    content: "";
    left: 0;
    border-left: 10px solid #173e75;
}

.mag-wrapper-top .pad-left {
    position: absolute;
    width: 10px;
    height: 100%;
    left: -10px;
    content: "";
    background-color: #275ba5;
}

.mag-wrapper-top .pad-left:before {
    position: absolute;
    bottom: -10px;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    content: "";
    left: 0;
    border-right: 10px solid #173e75;
}

.left-side-wrapper:before {content: "";right: -10px;bottom: 2px;position: absolute;border-left: 10px solid #173e75;border-top: 10px solid transparent;}

.left-side-wrapper:after {
    content: "";
    left: -10px;
    bottom: 2px;
    position: absolute;
    border-right: 10px solid #173e75;
    border-top: 10px solid transparent;
}

.mag-img-wrapper img {
    margin-right: auto;
    margin-left: auto;
    margin-top: 15px;
}

.footer-wrapper .container {position: relative}

.mag-col {
    position: absolute;
    top: -40px;
    height: 302px;
    left: 0;
}

.mag-col .mag-wrapper {background: #efefef;height: 100%}

.event-type {
    color: #b2b2b2;
    font-size: 16px;
}

.event-type img {
    margin-left: 8px;
}

.ads-list img {
    margin-right: auto;
    margin-left: auto;
}

.mobile-sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 75%;
    height: 100%;
    z-index: 99;
    background-color: #4a91c4;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.black-bg {
    position: fixed;
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 7;
    display: none;
}

.mobile-sidebar .menu-list li {
    display: block;
    padding: 0;
}

.mobile-sidebar li a:before {
    display: none;
}

.mobile-sidebar li a {
    color: #FFF;
    padding: 15px 25px;
    display: block;
}

.top-search .input-group-addon {
    background: #FFF;
    border: none;
}

.mobile-sidebar .top-search {padding: 15px;}

.top-menu.sticky .wow {
    visibility: visible !important;
}

.outer-wrapper {
    overflow: hidden;
}

.inner-page-content {
    padding-top: 30px;
    padding-bottom: 30px;
}

.slider-wrapper:before {
    content: "";
    height: 400px;
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.8);
    background: -moz-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.7)), color-stop(100%, rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0.8) 0%, rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff', GradientType=0 );
}

/* inner page */
.top-header {
    position: relative;
}

.top-header .inner-wrapper {
    height: 100%;
    text-align: center;
    padding-top: 150px;
    padding-bottom: 60px;
    color: #FFF;
}

.top-header .inner-wrapper .page-title {margin-top: 60px;font-size: 40px;margin-bottom: 16px;}

.fixed-cover-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.cover-multiply {
    background-blend-mode: multiply;
}

.cover-luminosity {
    background-blend-mode: luminosity;
}

.heading-title {
    font-size: 25px;
    color: #666666;
    margin-bottom: 30px;
}

.rect-item {
    background-color: #fafafa;
    padding: 25px 20px;
    height: 100px;
    margin-bottom: 30px;
    overflow: hidden;
    display: block;
}

.rect-item .media-left, .rect-item .media-body {
    vertical-align: middle;
}

.rect-item .media-body .media-heading {
    font-size: 18px;
}

/* 404 */
.centered-content {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
}

.centered-content img {
    margin-right: auto;
    margin-left: auto;
}

/* About page */
.tabs-container {margin-top: -30px;}
.tabs-container .nav-tabs-header-wrapper {background-color: #4295c9;}
.nav-tabs-header-wrapper .nav-tabs {
    border-bottom: none;
    display: table;
    width: 100%;
    font-size: 0;
    table-layout: fixed;
}
.nav-tabs-header-wrapper .nav-tabs>li>a {border-radius: 0;margin-right: 0;font-size: 22px;border: none;color: #FFF}
.nav-tabs-header-wrapper .nav-tabs>li {float: none;display: table-cell;text-align: center;width: 100%;}
.nav-tabs-header-wrapper .nav-tabs>li.active>a,
.nav-tabs-header-wrapper .nav-tabs>li.active>a:focus,
.nav-tabs-header-wrapper .nav-tabs>li.active>a:hover {
    background-color: #fff;
    border: none;
    border-radius: 0;
    position: relative;
    color: #4295c9;
}
.nav-tabs-header-wrapper .nav-tabs>li.active>a:before,
.nav-tabs-header-wrapper .nav-tabs>li.active>a:focus:before,
.nav-tabs-header-wrapper .nav-tabs>li.active>a:hover:before {
    height: 10px;
    background: #FFF;
    top: -10px;
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.nav-tabs-header-wrapper .nav-tabs>li>a:hover,
.nav-tabs-header-wrapper .nav-tabs>li>a:focus {
    background: #FFF;
    color: #4295c9;
}

.paragraph-box {
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 15px;
}

.tab-inner-content .paragraph-box:last-child {
    border-bottom: none;
}

.profile-card {
    max-width: 360px;
    margin-right: 30px;
}

.profile-card .card-info-box {
    background-color: #4295c9;
    color: #FFF;
    text-align: center;
    padding: 10px;
    margin-top: 2px;
}

.profile-card .card-info-box h4 {
    font-size: 25px;
}

.profile-card .card-info-box p {
    font-size: 20px;
}

.paragraph-box-header h3 {
    color: #4295c9;
    font-size: 25px;
    margin-bottom: 20px;
}

.paragraph-box .paragraph-box-body {
    color: #666666;
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
}

.paragraph-box .profile-img-wrapper {
    background: #3566b2;
}

.scrollable-links .scroll-link {    
    font-size: 25px;
    color: #FFF;
    background: #b3b3b3;
    padding: 12px;
    display: block;
    height: 60px;
    -webkit-transition: all 0.20s ease-in-out;
    -moz-transition: all 0.20s ease-in-out;
    -ms-transition: all 0.20s ease-in-out;
    transition: all 0.20s ease-in-out;
}

.scrollable-links li {
    display: table-cell;
    text-align: center;
    padding-right: 1px;
    padding-left: 1px;
    width: 100%;
}

.scrollable-links ul {
    display: table;
    width: 100%;
    margin-right: -2px;
    table-layout: fixed;
}

.scrollable-links .scroll-link.active,
.scrollable-links .scroll-link:hover,
.scrollable-links .scroll-link:focus {background-color: #4295c9;}
.tab-inner-content {padding: 30px 15px;}

/* users cards */
.user-card .card-img {
    height: 195px;
    overflow: hidden;
    border-radius: 10px;
}

.user-card {
    width: 160px;
    text-align: center;
    margin-bottom: 15px;
}

.user-card .card-info h3 {
    color: #4295c9;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: 6px;
}

.user-card .card-info p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 0;
}
.employees-wrapper {text-align: center;font-size: 0;}
.card-holder {
    display: inline-block;
    padding-right: 15px;
    padding-left: 15px;
}

.news-inner-header .news-title {
    font-size: 25px;
    color: #3467b1;
    margin-bottom: 25px;
}

.news-inner-header .date-stamp {
    color: #666666;
}

.news-inner-header {
    margin-bottom: 20px;
}

.inner-page-content .paragraph-box {
    border-bottom: none;
}

.news-gallery-wrapper .gallery-item {
    max-height: 202px;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    outline: none !important;
}

.load-wrapper {
    padding: 15px;
}

.news-inner-body .ads-wrapper a {
    display: block;
    margin-bottom: 15px;
    margin-right: auto;
    margin-left: auto;
}

.gallery-item {
    max-width: 263px;
    height: 263px;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
}

.gallery-item .gallery-hover {
    position: absolute;
    padding: 18px;
    background-color: rgb(66,149,201);
    background-color: rgba(66,149,201,.95);
    width: 0;
    height: 100%;
    color: #FFF;
    opacity: 0;
    visibility: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.gallery-item:hover .gallery-hover {
    opacity: 1;
    visibility: visible;
    width: 100%;
}

.gallery-item .gallery-preview {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.gallery-hover .date-stamp {
    color: #FFF;
    margin-bottom: 12px;
}

.gallery-hover h3 {
    font-size: 20px;
    margin-bottom: 12px;
}

.gallery-hover .album-type {
    font-size: 16px;
}

.gallery-hover .album-type span {
    margin-right: 5px;
}

.gallery-hover .btn.btn-empty {
    color: #FFF;
    font-size: 14px;
    font-style: italic;
    border: 1px solid #FFF;
    border-radius: 0;
}

.gallery-hover .btn.btn-empty:hover, .gallery-hover .btn.btn-empty:focus {
    background-color: #FFF;
    color: #4898c9;
}

.fancybox-caption {font-family: flat;}

.ads-wrapper img {margin-right: auto;margin-left: auto;}
.share-buttons {
    font-size: 0;
    margin-top: 10px;
}

.share-buttons.inline-buttons a {
    width: 25%;
    display: inline-block;
    font-size: 20px;
    padding: 8px;
    text-align: center;
    color: #FFF;
}

.share-google {
    background-color: #e4162a;
}

.share-facebook {
    background-color: #317bbf;
}

.share-twitter {
    background-color: #51c3e8;
}

.share-linkedin {
    background-color: #1a68b0;
}

.scrollable-links.sticky {position: fixed;top: 95px;max-width: 1113px}

.inner-menu-wrapper {height: 60px;}

.scrolltop {
    width: 50px;
    height: 50px;
    display: block;
    background-color: #339ee0;
    color: #FFF;
    text-align: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    border-radius: 50%;
    font-size: 32px;
    line-height: 45px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    -o-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    cursor: pointer;
}

.top-header .collage-icon {
    margin-bottom: -30px;
    margin-top: 50px;
}

.top-header .page-summary {
    max-width: 956px;
    margin-right: auto;
    margin-left: auto;
    font-size: 18px;
}

/* inner collage page */
.rect-block .btn {
    color: #FFF;
    font-size: 16px;
    background-color: #666666;
    border: none;
    border-radius: 0;
    padding: 12px 20px;
    width: 180px;
    transition: all 0.25s ease;
}
.rect-block .btn:hover, .rect-block .btn:focus {
    background-color: #4295c9;
}
.rect-block {
    border: 2px solid #f2f2f2;
    padding: 20px;
    margin-bottom: 30px;
    padding-left: 95px;
    position: relative;
}
.rect-block .media-left a {
    display: block;
    width: 186px;
    height: 186px;
    overflow: hidden;
}
.rect-block .media-left {
    padding-left: 20px;
}
.rect-block .media .media-heading {
    color: #4295c9;
    font-size: 25px;
    margin-bottom: 15px;
}
.rect-block .media-body p i {
    color: #4295c9;
}
.rect-block .media-body p {
    color: #666666;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: justify;
}
.page-left .page-title h2 {
    color: #3467b1;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 0;
}
.share-buttons-list {
    width: 75px;
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    left: 0;
    top: 0;
}
.share-buttons-list li {
    width: 75px;
    height: 33.33%;
}
.share-buttons-list li a {
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    color: #FFF;
    line-height: 75px;
    font-size: 26px;
}
.form-control.gray-input {
    color: #666666;
    font-size: 18px;
    height: 50px;
    background-color: #f7f7f7;
}
.page-left-section .page-content img {
    margin-bottom: 30px;
}
.page-content .paragraph-container {
    color: #666666;
    font-size: 16px;
    text-align: justify;
}
.page-left .page-left-section:not(:last-child) {
    border-bottom: 2px solid #b2b2b2;
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.part-content .page-left {display: none}
.part-content .page-left.active {display: block}
.collapsable-menu-list-wrapper .nav li a {
    border-radius: 0;
    background-color: #f7f7f7;
    color: #312e2f;
    padding: 14px 15px;
    border-bottom: 1px solid #e6e6e7;
    position: relative;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.collapsable-menu-list-wrapper .nav-pills>li>a:hover,
.collapsable-menu-list-wrapper .nav-pills>li>a:focus,
.collapsable-menu-list-wrapper .nav-pills>li.active>a,
.collapsable-menu-list-wrapper .nav-pills>li.active>a:focus,
.collapsable-menu-list-wrapper .nav-pills>li.active>a:hover {
    background-color: #f7f7f7;
    color: #4295c9;
}
.collapsable-menu-list-wrapper .nav li {
    margin-top: 0;
}
.collapsable-menu-list-wrapper .nav li.has-child a:before {content: "\f104";font-family: fontawesome;position: absolute;left: 15px;color: #d0d1d2;font-size: 14px;}
.collapsable-menu-list-wrapper .nav li.has-child.active a:before {content: "\f107";color: #4295c9;}
.collapsable-menu-list-wrapper .nav li.has-child a:hover:before {color: #4295c9;}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li a {
    display: block;
    border-bottom: none;
    background-color: #4295c9;
    color: #FFF;
    padding: 8px 15px;
}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li a:before {
    color: #FFF;
    content: "\f104";
    right: 15px;
    display: none;
}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li.active a:before {display: block;}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li.active a {padding-right: 30px;}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li a:hover {padding-right: 30px;}
.collapsable-menu-list-wrapper .nav li.has-child .sub-nav li a:hover:before {display: block;}
.collapsable-menu-list-wrapper .nav-pills>li.has-child ul.nav-pills li.has-child>a {
    background-color: #5aa3d1;
    color: #FFF;
    border: none;
}
.collapsable-menu-list-wrapper .nav-pills>li.has-child ul.nav-pills li.has-child>a:before {
    color: #FFF;
}
.collapsable-menu-list-wrapper .nav-pills .has-child:not(.active) ul {
    height: 0;
    overflow: hidden;
}
.collapsable-menu-list-wrapper.sticky {
   /* position: fixed;*/
    top: 100px;
    width: 255px;
    z-index: 9;
}

/* greater than md */
@media (min-width: 992px) {
    /* news list */
    .news-page .items-list .media {
        padding-right: 0;
    }

    .news-page .items-list .media .img-wrapper {
        width: 165px;
        height: 95px;
    }

    .news-page .items-list .media .media-body .media-heading {
        font-size: 22px;
    }
}

/* md */
@media (max-width: 1199px) and (min-width: 992px) {
    .icons-list li a {padding: 15px 2px;font-size: 14px;}
    .top-menu .menu-row.bottom .menu-list a {font-size: 12px;}
    .top-menu .menu-row.bottom .col-xs-9 {height: 70px;border-bottom: 70px solid #4295c9;}
    .top-menu .menu-row.bottom:before {border-bottom: 70px solid #4295c9;}
    .top-menu .menu-row.bottom li {padding: 25px 0;}
    .items-list .media .img-wrapper {width: 80px;height: 80px;}
    .date-stamp{font-size: 14px;}
    .more-link {font-size: 12px;}
    .left-side-wrapper {width: 212px;}
    .social-links li a {width: 30px;height: 30px;font-size: 14px;line-height: 28px}
    .subscribe-form .form-control {width: 450px}
    .footer-links-list li {margin-bottom: 12px;}
    footer a {font-size: 12px;}
    .scrollable-links.sticky {max-width: 913px;}
    .collapsable-menu-list-wrapper.sticky {width: 205px;}
    .top-menu .menu-row.bottom .left-side {border-bottom: 70px solid #4295c9;height: 70px}
}

/* sm */
@media (max-width: 991px) {
    .left-side-wrapper,
    .mag-col,
    .menu-row.top .top-right-side,
    .top-menu .menu-list
    {display: none;}
    .link-box {margin-bottom: 15px}
    .subscribe-form .form-control {width: 450px}
    .mobile-sidebar {width: 35%;}
    .top-menu .menu-row.bottom .left-side {border-bottom: 60px solid #4295c9;height: 60px;}
    .top-menu .menu-row.bottom:before {left: 0; border-bottom: 60px solid #4295c9;}
    .toggle-btn-wrapper {display: block;}
    .menu-opened .mobile-sidebar {left: 0;}
    .menu-opened .black-bg {display: block;}
    .top-menu .menu-row.top {background-color: #292929;text-align: center;}
    .icons-list li:first-child {display: none;}
    .icons-list li {padding: 0;}
    .nav-tabs-header-wrapper .nav-tabs>li>a {font-size: 12px;}
    .scrollable-links .scroll-link {font-size: 18px;height: 50px;}
    .collapsable-menu-list-wrapper {margin-bottom: 30px}
    .collapsable-menu-list-wrapper.sticky {position: static;width: auto;}
}

/* xs */
@media (max-width: 767px) {
    .footer-logo-wrapper img {margin-bottom: 30px;}   
    .subscribe-form .btn {font-size: 16px;min-width: 115px;}
    .subscribe-form .form-control {width: auto;display: inline-block;}
    .subscribe-form h3 {font-size: 18px;}
    #top-slider .item .item-caption h2 {font-size: 18px;}
    .mobile-sidebar {width: 75%;}
    #top-slider .item .item-caption {bottom: 65px;max-width: 320px;}
    .profile-card {
        margin-right: auto;
        margin-left: auto;
        float: none!important;
        margin-bottom: 15px;
    }
    .paragraph-box .paragraph-box-body {font-size: 14px;}
    .news-inner-header .news-title {font-size: 18px;margin-bottom: 15px;}
    .news-gallery-wrapper .gallery-item {max-height: 85px;}
    .top-header .inner-wrapper .page-title {margin-top: 30px;}
    .profile-card .card-info-box h4 {font-size: 16px;margin-bottom: 5px;}
    .profile-card .card-info-box p {font-size: 14px;}
    .user-card {width: 115px;}
    .user-card .card-img {height: 130px;}
    .tabs-container .nav-tabs-header-wrapper {overflow-y: auto;}
    .tabs-container .nav-tabs-header-wrapper .nav.nav-tabs {width: 620px;}
    .nav-tabs-header-wrapper .nav-tabs>li>a {font-size: 12px;}
    .scrollable-links .scroll-link {font-size: 12px;}
    .scrollable-links.sticky {max-width: 100%; right: 5px;}
    .scrolltop {width: 35px;height: 35px;font-size: 28px;line-height: 30px;}
    .rect-block .media-left, .rect-block .media-media {
        display: block;
        width: auto;
    }
    .rect-block {
        padding: 15px;
        padding-bottom: 95px;
    }

    .share-buttons-list li {display: inline-block;height: 75px;width: 33.33%;}

    .share-buttons-list {
        width: 100%;
        left: 0;
        bottom: 0;
        top: auto;
        font-size: 0;
        height: 75px;
    }
    .rect-block .media-left a {
        text-align: center;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 15px;
    }
}
