/* Add here all your CSS customizations */

/* LOGO */
#header .header-logo img {
    margin: 5px 0 5px 0;
}

.read-more, .learn-more {
    color: #4b90cd;
}

.read-more:hover, .learn-more:hover, a:hover {
    color: #fdb945;
    transition: color .2s ease-out;
    text-decoration: none;
}

ul.nav-list li a:before {
    display: none;
}

aside ul.nav-list > li > a {
    margin: 10px 0 0 0;
    color: #4b90cd;
    webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
    background: #F4F4F4;
    border-left: 3px solid #4b90cd;
    border-radius: 5px;
    display: block;
    font-size: 1.1em;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

aside ul.nav-list > li > a:after {
    border: 6px solid transparent;
    border-left-color: inherit;
    content: '';
    margin-top: -6px;
    position: absolute;
    right: 4px;
    top: 50%;
}

aside ul.nav-list > li.active > a:after {
    border: 6px solid transparent;
    border-top-color: #FFF;
    margin-top: -3px;
    right: 10px;
}

/* INDEX DIV PADDING */
.spacing {
    padding-top: 20px;
    padding-bottom: 10px;
}

.spacing-2 {
    padding-top: 30px;
    padding-bottom: 30px;
}

.spacing-3 {
    padding-bottom: 20px;
}

.spacing-4 {
    padding-bottom: 100px;
}

.home-intro {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-bottom: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    max-width: 100%;
}

.home-intro p {
    max-width: 100%;
}

/* Footer */
#footer {
    margin-top: 0px;
    background: #30393f;
    border-top: 0px;
}

#footer .footer-copyright {
    background: #1d252b;
    border-top: 0px;
}

section.section {
    padding-bottom: 80px;
}

section.section.section-footer {
    margin-bottom: 0px;
}

#footer .footer-copyright p {
    color: #fff;
}

#footer ul.nav-list li a:before {
    border-left: 4px solid #fff;
}

/* INDEX WIDGET */
.recent-posts {
    margin-bottom: 30px;
}

.recent-posts h4 {
    padding-top: 10px;
}

.owl-carousel {
    margin-bottom: 0px;
}

/* INDEX TESTIMONIAL */
section.section {
    padding-bottom: 40px;
}

.hr-3 {
    margin: 40px 0px 30px 0px;
}

.hr-2 {
    margin: -20px 0px 40px 0px;
}

hr {
    margin: 0px 0px 20px 0px;
}

/* event widget */
.post-meta a {
    color: #8f989d;
}

/* SIDEBAR RIGHT */
.side-bar-ad {
    margin-bottom: 30px;
}

/* AWARD PAGE */
.row-award {
    margin-bottom: 40px;
}

/* VIDEO PAGE */
.about-video {
    margin-bottom: 30px;
}

/* 6 col. widget */
.owl-carousel h4 {
    margin-top: 13px;
}

a {
    color: #1d2127;
}

.header-body a {
    color: #8f989d;
}

#header .header-body {
    padding: 0;
    border-top: none;
    min-height: 118px;
}

#header .header-top {
    margin-top: 0;
    padding: 0;
    background-color: #163049;
    border-bottom: none;
    color: #fff;
}

#header .header-top p {
    color: #fff;
    float: right;
    margin: 3px 20px 3px 0;
    text-align: left;
    font-size: 11px;
    line-height: 19px;
    text-transform: capitalize;
}

#header .top-menu {
    display: block;
    padding: 0;
    margin: 4px 0;
    list-style: none;
}

#header .header-top .header-search {
    margin-top: 10px;
}

#header .top-menu li {
    display: inline;
    font-size: 1em;
    padding: 0 10px;
    line-height: 19px;
    text-transform: capitalize;
}

#header .top-menu li a {
    display: inline-block;
    color: #fff;
}

#header .top-menu li:last-child {
    padding-right: 0;
}

#header .top-menu-area {
    position: relative;
    float: left;
    display: block;
}

#header .top-menu-area > a {
    margin: 12px 0;
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    padding-right: 0;
    text-transform: capitalize;
}

#header .top-menu-area > a:hover, #header .top-menu-area > a:focus {
    text-decoration: none;
}

#header .top-menu-area > a i {
    margin-left: 4px;
}

#header .dropdowns-container {
    margin: 12px 0;
    float: right;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    padding: 15px;
}

#header .dropdowns-container:after {
    content: '';
    display: table;
    clear: both;
}

#header .header-dropdown {
    position: relative;
    float: left;
}

#header .header-dropdown > a {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    padding-left: 10px;
    padding-right: 15px;
}

#header .header-dropdown > a i {
    margin-left: 4px;
}

#header .header-dropdown:first-child > a {
    padding-left: 0;
}

#header .header-dropdown a {
    text-transform: capitalize;
}

#header .header-dropdown a img {
    display: inline-block;
    max-width: 16px;
    height: auto;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -2px;
}

#header .header-dropdown a:hover, #header .header-dropdown a:focus {
    text-decoration: none;
}

#header .header-dropdown .header-dropdownmenu {
    list-style: none;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    padding: 4px 0;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
}

#header .header-dropdown .header-dropdownmenu li {
    padding: 2px 9px;
    line-height: 1;
}

#header .header-dropdown .header-dropdownmenu li a {
    font-size: 11px;
    line-height: 1;
    color: #777;
}

#header .header-dropdown .header-dropdownmenu li a img {
    margin-top: -3px;
}

#header .header-dropdown .header-dropdownmenu li:hover {
    background-color: #ccc;
}

#header .header-dropdown .header-dropdownmenu li:hover a {
    color: #fff;
}

#header .header-dropdown.lang-dropdown .header-dropdownmenu {
    min-width: 98px;
}

#header .header-dropdown:hover .header-dropdownmenu, #header .header-dropdown:focus .header-dropdownmenu {
    display: block;
}

#header .header-dropdown + .header-dropdown,
#header .header-dropdown + .compare-dropdown {
    margin-left: 7px;
}

#header .header-dropdown + .header-dropdown:before,
#header .header-dropdown + .compare-dropdown:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    position: absolute;
    left: -7px;
    top: 50%;
    margin-top: -7px;
    background-color: #eee;
}

#header .compare-dropdown {
    position: relative;
    float: left;
}

#header .compare-dropdown > a {
    display: inline-block;
    font-size: 11px;
    line-height: 24px;
    color: #fff;
    padding-left: 7px;
    padding-right: 15px;
    text-transform: capitalize;
}

#header .compare-dropdown > a i {
    margin-top: -2px;
}

#header .compare-dropdown > a:hover, #header .compare-dropdown > a:focus {
    text-decoration: none;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper {
    padding: 20px;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .empty {
    margin: 0;
    float: none;
    font-size: 11px;
    line-height: 1.5;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-products .product {
    position: relative;
    padding: 5px 0;
    margin: 0;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-products .product-name {
    font-weight: 400;
    font-size: 11px;
    text-transform: capitalize;
    margin: 0;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-actions {
    margin-top: 20px;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-actions:after {
    content: '';
    display: table;
    clear: both;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-actions .action-link {
    display: inline-block;
    float: left;
    line-height: 32px;
    color: #777;
}

#header .compare-dropdown .compare-dropdownmenu .dropdownmenu-wrapper .compare-actions .btn {
    float: right;
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 6px;
    min-width: 120px;
    border: none;
}

#header .compare-dropdownmenu,
#header .cart-dropdownmenu {
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 300px;
    padding-top: 10px;
    z-index: 100;
    color: #777;
}

#header .compare-dropdownmenu .btn-remove,
#header .cart-dropdownmenu .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 23px;
    height: 23px;
    overflow: hidden;
    padding: 5px 0;
    font-size: 13px;
    line-height: 1;
    text-align: center;
    color: #777;
}

#header .compare-dropdownmenu .btn-remove:hover, #header .compare-dropdownmenu .btn-remove:focus,
#header .cart-dropdownmenu .btn-remove:hover,
#header .cart-dropdownmenu .btn-remove:focus {
    opacity: 0.9;
}

#header .compare-dropdownmenu .dropdownmenu-wrapper,
#header .cart-dropdownmenu .dropdownmenu-wrapper {
    border-top: 6px solid #0088CC;
    background-color: #fff;
    border-radius: 7.98px 7.98px 5px 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

#header .compare-dropdownmenu .dropdownmenu-wrapper:before,
#header .cart-dropdownmenu .dropdownmenu-wrapper:before {
    content: "";
    position: absolute;
    border: 10px solid transparent;
    border-bottom-color: #0088CC;
    display: block;
    left: 15px;
    top: -10px;
}

#header .compare-dropdownmenu.right, #header .compare-dropdownmenu.pull-right,
#header .cart-dropdownmenu.right,
#header .cart-dropdownmenu.pull-right {
    float: none !important;
    left: auto;
    right: 0;
}

#header .compare-dropdownmenu.right .dropdownmenu-wrapper:before, #header .compare-dropdownmenu.pull-right .dropdownmenu-wrapper:before,
#header .cart-dropdownmenu.right .dropdownmenu-wrapper:before,
#header .cart-dropdownmenu.pull-right .dropdownmenu-wrapper:before {
    left: auto;
    right: 15px;
}

#header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav.dropdown-strong > li > a {
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
}

#header .header-nav-main nav > ul > li.dropdown > .dropdown-menu > li > a {
    border: none;
    color: #333333;
    display: block;
    font-size: 1em;
    font-weight: 600;
    padding-bottom: 5px;
}

ul.nav-pills > li.active > a {
    background: #F2AD46;
}

#header .header-nav-main nav > ul > li.open > a, #header .header-nav-main nav > ul > li:hover > a {
    background: #F2AD46;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
    border-top-color: #F2AD46;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #9F9F9F transparent transparent transparent;
}

#header .top-sub-menu {
    display: none;
    padding: 0;
    min-width: 290px;
    border-top: 3px solid #4B90CD;
    border-radius: 0 5px 5px 5px;
    left: 15px;
    top: 25px;
    background: #FFF;
    position: absolute;
}

#header .top-sub-menu > li {
    position: relative;
}

#header .top-sub-menu li:hover .top-sub-menu-sub-menu {
    display: block;
}

#header .top-sub-menu-sub-menu {
    min-width: 290px;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
    background: #F9F9F9;
    border-radius: 0 5px 5px 5px;
    display: none;
}

#header .top-sub-menu li {
    display: block;
    line-height: 40px;
}

#header .top-sub-menu li:hover {
    background: #F5F5F5;
}

#header .top-sub-menu li:first-child {
    border-radius: 0 5px 0 0;
}

#header .top-sub-menu li:last-child {
    border-radius: 0 0 5px 5px;
}

#header .top-menu > li {
    position: relative;
}

#header .top-menu > li > a {
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-decoration: none;
}

#header .top-menu > li:hover > a {
    background: #4B90CD;
    border-radius: 5px;
}

#header .top-menu > li:hover .top-sub-menu {
    display: block;
}

#header .top-menu .top-sub-menu a {
    color: #1d2127;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 40px;
    display: block;;
}

#header .header-search .form-control {
    height: 28px;
}

#header .header-search .btn-default {
    padding: 4px 12px;
}

.scroll-link {
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 900;
}

.top-sub-menu li:hover {
    background-color: #FFF;
}

/*Page Header*/
.page-header-more-padding {
    padding: 15px 0px;
}

html .page-header-color.page-header-primary {
    background-color: #F2AD46;
    border: 0;
}

/* event page */
.event-content-style {
    display: inline-block;
    vertical-align: top;
    padding-right: 30px;
    padding-top: 30px;
}

.event-content-style-2 {
    vertical-align: top;
    padding-top: 30px;
}

.event-content-style-2 img {
    padding-right: 30px;
    padding-bottom: 30px;
}

.page-header .breadcrumb.breadcrumb-valign-mid {
    width: auto;
}

html .toggle-primary .toggle > label a {
    color: #0088cc;
}

html .toggle-primary .toggle:hover > label, ul.nav-list > li:hover > a, ul.nav-list > li.active > a {
    background-color: #0088cc;
    border-color: #0088cc;
    color: #ffffff;
}

ul.nav-list li ul {
    display: none;
}

ul.nav-list > li.active ul {
    display: block;
}

html .toggle-primary .toggle:hover > label a, html .toggle-primary .toggle.active > label a {
    color: #FFF;
}

@media (max-width: 1000px) {
    .breadcrumb.breadcrumb-valign-mid {
        display: none;
    }
}
/*
@media (min-width: 992px) {
    #header .top-menu li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #header .header-nav-main {
        margin-top: 9px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-radius: 4px 0 4px 4px;
        left: auto;
        right: 0;
    }
}
    */
@media (max-width: 1000px) {
    #header .top-menu li {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (min-width: 992px) {
    #header .header-nav-main {
        margin-top: 25px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-radius: 4px 0 4px 4px;
        left: auto;
        right: 0;
    }
}

@media (min-width: 768px) {
    #header .top-menu-area > a {
        display: none;
    }

    #header .compare-dropdown:hover .compare-dropdownmenu, #header .compare-dropdown:focus .compare-dropdownmenu {
        display: block;
    }
}

@media (max-width: 767px) {
    #header .top-menu {
        margin: 0;
        padding: 4px 10px;
        width: auto;
        max-height: 500px;
        overflow: auto;
        border: 1px solid #ccc;
        border-radius: 3px;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        display: none;
        text-align: left;
        position: fixed;
        top: 48px;
        left: 20px;
        right: 20px;
    }

    #header .top-menu li {
        padding: 0;
        border-bottom: 1px solid #CCC;
        display: block;
        line-height: 35px;
        border-left: none;
    }

    #header .top-menu li:last-child {
        padding-right: 9px;
        border: none;
    }

    #header .top-menu > li.active .top-sub-menu {
        display: block;
    }

    #header .top-menu li a, #header .top-menu .top-sub-menu a {
        padding: 0 10px;
        height: 35px;
        color: #777;
        font-size: 11px;
        line-height: 35px;
        text-decoration: none;
        display: block;
    }

    #header .top-menu .top-sub-menu a {
        color: #1D2127;
        font-weight: 600;
    }

    #header .top-menu > li:hover > a {
        margin-top: 5px;
        color: #FFF;
    }

    #header .top-menu-area:hover .top-menu, #header .top-menu-area:focus .top-menu {
        display: block;
    }

    #header .top-sub-menu {
        min-width: inherit;
        margin: 10px 0;
        padding: 0 20px;
        border: none;
        position: relative;
        top: -1px;
        left: 0;
    }

    #header .top-sub-menu li:hover {
        background: transparent;
        border: none;
    }

    #header .top-sub-menu li:hover > a {
        margin-top: 5px;
        background: #4B90CD;
        border-radius: 5px;
        color: #FFF;
    }

    #header .top-sub-menu-sub-menu {
        margin: 0 15px 10px 15px;
        background: transparent;
        min-width: inherit;
        position: static;
    }

    #header .header-btn-collapse-nav {
        margin: 20px 0;
    }
}

@media (max-width: 420px) {
    #header .top-menu-area > a {
        padding-left: 6px;
    }

    #header .top-menu-area > a i {
        margin-left: 3px;
    }

    #header .header-dropdown > a {
        padding-left: 5px;
        padding-right: 10px;
    }

    #header .header-dropdown > a i {
        margin-left: 3px;
    }

    #header .header-dropdown + .header-dropdown,
    #header .header-dropdown + .compare-dropdown {
        margin-left: 4px;
    }

    #header .header-dropdown + .header-dropdown:before,
    #header .header-dropdown + .compare-dropdown:before {
        left: -5px;
    }
}

@media (max-width: 350px) {
    #header .compare-dropdown {
        display: none;
    }

    #header .compare-dropdownmenu,
    #header .cart-dropdownmenu {
        width: 240px;
    }
}


/* SITEMAP PAGE */
.sitemap ul.nav-list li a:before{
	display:inline-block;
}

.sitemap ul.nav-list > li:hover > a, ul.nav-list > li.active > a{
	background-color:#f4f4f4;
	color:inherit;
	border-color:#EDEDDE;
	font-weight:inherit;
}