/*deniz yazdý */

/*
    #DA291C --> kýrmýzý
    #006747 --> yeţil

*/



/* standart olanlar */
html {
    direction: ltr;
    overflow-x: hidden;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

body {
    background-color: #FFF;
    color: #777;
    font-family: "Open Sans", Arial, sans-serif;
    font-size: 16px;
    line-height: 26px;
    margin: 0;
}

body a {
    outline: none !important;
}

.body {
    background-color: #FFF;
}

html.safari .body {
    overflow-x: hidden;
}

li {
    line-height: 24px;
}

@media (min-width: 1280px) {
    .container {max-width: 1260px;}
}

/* Responsive */
@media (max-width: 575px) {
    body {
        font-size: 13px;
    }
}


@font-face {
    font-family: 'FontAwesome';
    src: url('../lib/font-awesome/fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('../lib/font-awesome/fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../lib/font-awesome/fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('../lib/font-awesome/fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('../lib/font-awesome/fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('../lib/font-awesome/fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}
.fa-2x {
    font-size: 2em;
}
.fa-3x {
    font-size: 3em;
}
.fa-4x {
    font-size: 4em;
}
.fa-5x {
    font-size: 5em;
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.fa-search:before {
    content: "\f002";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-heart:before {
    content: "\f004";
}
.fa-star:before {
    content: "\f005";
}
.fa-star-o:before {
    content: "\f006";
}
.fa-user:before {
    content: "\f007";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-home:before {
    content: "\f015";
}
.fa-file-o:before {
    content: "\f016";
}
.fa-clock-o:before {
    content: "\f017";
}
.fa-road:before {
    content: "\f018";
}
.fa-download:before {
    content: "\f019";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-chevron-left:before {
    content: "\f053";
}
.fa-chevron-right:before {
    content: "\f054";
}
.fa-phone:before {
    content: "\f095";
}
.fa-twitter:before {
    content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a";
}
.fa-facebook-official:before {
    content: "\f230";
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7";
}
.fa-envelope:before {
    content: "\f0e0";
}
.fa-angle-up:before {
    content: "\f106";
}
.fa-angle-down:before {
    content: "\f107";
}
.fa-bars:before {
    content: "\f0c9";
}
.fa-file-text:before {
    content: "\f15c";
}
.fa-money:before {
    content: "\f0d6";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-youtube-play:before {
    content: "\f16a";
}
.fa-chevron-up:before {
    content: "\f077";
}


/* Header */
#header {
    position: relative;
    z-index: 1030;
}

#header .header-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #FFF;
    -webkit-transition: min-height 0.3s ease;
    transition: min-height 0.3s ease;
    width: 100%;
    border-top: 3px solid #EDEDED;
    border-bottom: 1px solid transparent;
    z-index: 1001;
}

#header .header-body.header-body-bottom-border-fixed {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

#header .header-body[class*="border-color-"] {
    border-bottom: 0 !important;
}

#header .header-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: ease height 300ms;
    transition: ease height 300ms;
}
@media (max-width: 991px) {
    #header .header-container:not(.container):not(.container-fluid) .header-nav-main {
        padding: 0 0.75rem;
    }
}
#header .container {
    position: relative;
}

@media (max-width: 767px) {
    #header .container {
        width: 100%;
    }
}

#header .header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    max-height: 100%;
}

#header .header-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#header .header-column .header-row {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
}
#header .header-column .header-extra-info {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

#header .header-column .header-extra-info li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 25px;
}
#header .header-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid rgba(0, 0, 0, 0.06);
    min-height: 40px;
}
#header .header-top.header-top-default {
    background: #006747;
}

#header .header-logo {
      display: block;
      text-indent: -9999px;
      width:100px;
      height: 100px;
      background: url(../img/logo.svg);
      background-size: 100px 100px;
}
#header h1 {
    margin:0;
    line-height:130%;
}

#header h1:before {
    content: '';
    width: 348px;
    height: 1px;
    position: absolute;
    bottom: 46%;
    background-color: #DA291C;
    background: linear-gradient(to right, white, #DA291C, #E8554A, #DA291C, white);
}

#header h1 span {
    font-size:80%;
}

@media (max-width: 991px) {
   #header .header-logo {
      width:70px;
      height: 70px;
      background-size: 70px 70px;
    }
    #header h1 {
        font-size:180%;
    }

    #header h1:before {
        width: 235px;
    }
}

#header .header-logo {
    /*margin: 16px 0;
    margin: 1rem 0;*/
    position: relative;
    z-index: 1;
}

#header .header-logo img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    top: 0;
}
#header .header-nav-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
    color: #FFF;
    font-size: 0.9em;
    display: inline-block;
}

#header .header-nav-top .nav > li > a [class*="fa-"], #header .header-nav-top .nav > li > a .icons, #header .header-nav-top .nav > li > span [class*="fa-"], #header .header-nav-top .nav > li > span .icons {
    margin-right: 3px;
    font-size: 0.8em;
    position: relative;
}

#header .header-nav-top .nav > li > a {
    text-decoration: none;
}

#header .header-nav-top .nav > li > a:hover, #header .header-nav-top .nav > li > a a:focus {
    background: transparent;
}

#header .header-nav-top .nav > li.open > .dropdown-menu-toggle {
    border-radius: 4px 4px 0 0;
}
#header .header-nav-top .nav > li + .nav-item-left-border {
    margin-left: 0px;
    padding-left: 10px;
    position: relative;
}

#header .header-nav-top .nav > li + .nav-item-left-border:after {
    background: rgba(0, 0, 0, 0.08);
    content: "";
    width: 1px;
    height: 16px;
    position: absolute;
    display: block;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    left: 0;
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-remove:after {
    content: none;
}

@media (max-width: 575px) {
    #header .header-nav-top .nav > li:not(.d-none) {
        margin-left: 0;
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    #header .header-nav-top .nav > li.nav-item-left-border-remove.d-none {
        margin-left: 0;
        padding-left: 0;
    }
}

#header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-show:after {
    content: '';
}

@media (min-width: 576px) {
    #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-sm-show:after {
        content: '';
    }
}

@media (min-width: 768px) {
    #header .header-nav-top .nav > li.nav-item-left-border.nav-item-left-border-md-show:after {
        content: '';
    }
}

#header .header-nav-top .dropdown .dropdown-item {
    font-size: 0.75em;
}

#header .header-nav-top .dropdown-menu {
    border: 0;
    margin-top: -2px;
    margin-left: -2px;
    padding: 0;
    -webkit-box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 30px 10px rgba(0, 0, 0, 0.05);
    background: #FFF;
    padding: 3px;
    min-width: 180px;
    z-index: 10000;
    margin-right: 0;
    margin-top: 1px;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    border-radius: 0;
}

#header .header-nav-top .dropdown-menu:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 5px;
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid white;
    -webkit-transform: translate3d(-7px, -6px, 0);
    transform: translate3d(-7px, -6px, 0);
}

#header .header-nav-top .dropdown-menu.dropdow-menu-arrow-right:before {
    right: auto;
    left: 20px;
}

#header .header-nav-top .dropdown-menu a {
    color: #999;
    padding: 5px 12px;
    font-size: 0.9em;
}

#header .header-nav-top .dropdown-menu a:active {
    color: #FFF;
}

#header .header-nav-top .flag {
    margin-right: 2px;
    position: relative;
    top: -1px;
}

#header .header-social-icons {
    margin-left: 16px;
    margin-left: 1rem;
}
#header .header-btn-collapse-nav {
    background: #CCC;
    color: #FFF;
    display: none;
    float: right;
    margin: 0 0 0 16px;
    margin: 0 0 0 1rem;
}
html.sticky-header-active #header .header-body {
    position: fixed;
    border-bottom-color: rgba(234, 234, 234, 0.5);
    -webkit-box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
    box-shadow: 0 0 3px rgba(234, 234, 234, 0.5);
}

html.sticky-header-active #header .header-body.header-body-bottom-border {
    border-bottom: 1px solid rgba(234, 234, 234, 0.5) !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body {
    position: relative;
}
html.sticky-header-enabled #header .header-logo-sticky-change {
    position: relative;
}

html.sticky-header-enabled #header .header-logo-sticky-change img {
    position: absolute;
    top: 0;
    left: 0;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 1 !important;
}

html.sticky-header-enabled #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-non-sticky {
    opacity: 0 !important;
}

html.sticky-header-enabled.sticky-header-active #header .header-logo-sticky-change .header-logo-sticky {
    opacity: 1 !important;
}
/* Header Nav Main */
@media (min-width: 992px) {
    #header .header-nav-main {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        height: auto !important;
    }

    #header .header-nav-main nav {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }

    #header .header-nav-main nav > ul > li {
        height: 100%;
        -ms-flex-item-align: stretch;
        align-self: stretch;
        margin-left: 2px;
    }

    #header .header-nav-main nav > ul > li > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: normal;
        border-radius: 4px;
        color: #CCC;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        padding: 0.5rem 1rem;
        letter-spacing: -0.5px;
        text-transform: uppercase;
    }

    #header .header-nav-main nav > ul > li > a:after {
        display: none;
    }

    #header .header-nav-main nav > ul > li > a:active {
        background-color: transparent;
        text-decoration: none;
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-chevron-down {
        display: none;
    }

    #header .header-nav-main nav > ul > li > a.active {
        background-color: transparent;
    }

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

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        top: -10000px;
        display: block;
        opacity: 0;
        left: auto;
        border-radius: 0 4px 4px;
        border: 0;
        border-top: 3px solid #CCC;
        -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
        box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.07);
        margin: 0;
        min-width: 200px;
        padding: 5px 0;
        text-align: left;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
        border-bottom: 1px solid #f7f7f7;
        color: #777;
        font-size: 0.8em;
        font-weight: 400;
        padding: 6px 36px 6px 10px;
        position: relative;
        text-transform: none;
        letter-spacing: -0.5px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:hover, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:focus, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a.active, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a:active {
        background-color: transparent;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:hover > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:focus > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.active > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:active > a {
        background-color: #f8f9fa;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu {
        position: relative;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
        display: none;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        font-family: 'FontAwesome';
        content: "\f054";
        font-weight: 900;
        position: absolute;
        top: 50%;
        font-size: 0.5rem;
        opacity: 0.7;
        right: 20px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        left: 100%;
        display: block;
        margin-top: -8px;
        margin-left: -1px;
        border-radius: 4px;
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > a:after, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > a:after {
        opacity: 1;
        right: 15px;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        top: 0;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > a:after {
        right: 30px;
        -webkit-transform: translateY(-50%) rotateY(180deg);
        transform: translateY(-50%) rotateY(180deg);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        left: auto;
        right: 100%;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li:last-child a {
        border-bottom: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a {
        border-radius: 4px 4px 0 0;
        position: relative;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > a:before, #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        content: '';
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        bottom: -3px;
        border-bottom: 5px solid #CCC;
    }

    #header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
        top: auto;
        display: block;
        opacity: 1;
    }

    #header .header-nav-main nav > ul > li.dropdown.dropdown-reverse > .dropdown-menu {
        left: auto;
        right: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega {
        position: static;
    }

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

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-content {
        padding: 1.6rem;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title {
        color: #333333;
        display: block;
        font-size: 0.85em;
        font-weight: 600;
        margin-top: 20px;
        padding-bottom: 10px;
        text-transform: uppercase;
        letter-spacing: -0.5px;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-title:first-child {
        margin-top: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border: 0 none;
        border-radius: 4px;
        color: #777;
        display: block;
        font-size: 0.8em;
        font-weight: normal;
        margin: 0 0 3px -8px;
        padding: 3px 8px;
        text-shadow: none;
        text-transform: none;
        text-decoration: none;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li:hover > a {
        background: #f7f7f7;
    }

    #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-shop > .dropdown-item {
        padding: 0.5rem 0.8rem;
    }

    #header .header-nav-main nav > ul > li .wrapper-items-cloned i {
        display: none;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li > a {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info, #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown .thumb-info-wrapper {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega > .dropdown-menu {
        border-radius: 0 !important;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        border-radius: 0 !important;
    }

}

/* Responsive */
@media (min-width: 992px) {
    #header .header-body:not(.h-100) {
        height: auto !important;
    }
}

@media (max-width: 991px) {
    #header .header-logo img {
        z-index: 1;
    }

    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    #header.header-narrow .header-nav.header-nav-stripe {
        min-height: 70px;
    }
    #header .header-nav.header-nav-spaced nav > ul > li > a {
        padding-right: 0.5rem !important;
        padding-left: 0.5rem !important;
    }
}


@media (min-width: 992px) {
    #header .header-nav-bar {
        z-index: 1;
    }

    #header .header-nav-bar.header-nav-bar-top-border {
        border-top: 1px solid #EDEDED;
    }

    #header .header-nav-bar .header-container {
        min-height: 0;
        height: auto !important;
    }

    #header .header-nav-bar .header-nav {
        min-height: 60px;
    }
    #header .header-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-item-align: stretch;
        align-self: stretch;
    }

    #header .header-nav.header-nav-line {
        padding: 0;
    }

    #header .header-nav.header-nav-line .header-nav-main {
        -ms-flex-item-align: stretch;
        align-self: stretch;
        min-height: 0;
        margin-top: 0;
    }

    #header .header-nav.header-nav-line nav > ul > li > a, #header .header-nav.header-nav-line nav > ul > li:hover > a {
        position: relative;
        background: transparent !important;
        padding: 0 .9rem;
        margin: 1px 0 0;
        min-height: 30px;
        height: 100%;
    }

    #header .header-nav.header-nav-line nav > ul > li:hover > a:before, #header .header-nav.header-nav-line nav > ul > li.open > a:before {
        opacity: 1;
    }

    #header .header-nav.header-nav-line nav > ul > li > a.active {
        background: transparent;
    }

    #header .header-nav.header-nav-line nav > ul > li > a.active:before {
        opacity: 1;
    }

    #header .header-nav.header-nav-line nav > ul > li.dropdown > a:before {
        border-bottom: 0;
    }

    #header .header-nav.header-nav-links nav > ul > li.dropdown:hover > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown.open > .dropdown-menu, #header .header-nav.header-nav-line nav > ul > li.dropdown:hover > .dropdown-menu {
        margin-top: 0;
    }

    #header .header-nav.header-nav-line:not(.header-nav-light-text) nav > ul > li > a {
        color: #444;
    }

    #header .header-nav.header-nav-line.header-nav-light-text nav > ul > li > a {
        color: #FFF;
    }

    #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a {
        color: #FFF !important;
    }

    #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li > a.active {
        color: #FFF !important;
    }

    #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-links.header-nav-force-light-text nav > ul > li:active > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:hover > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:focus > a, #header .header-nav.header-nav-line.header-nav-force-light-text nav > ul > li:active > a {
        color: #FFF !important;
    }

    #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        background: transparent;
        width: auto;
        height: 3px;
        top: -2px;
        left: -1px;
        right: -1px;
        opacity: 0;
    }

    #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
        opacity: 1 !important;
    }

    #header .header-nav.header-nav-line nav > ul > li > a:before, #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        background: transparent;
        width: auto;
        height: 3px;
        top: -2px;
        left: -1px;
        right: -1px;
        opacity: 0;
    }

    #header .header-nav.header-nav-line nav > ul > li:hover > a:before {
        opacity: 1 !important;
    }

    #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        top: -2px;
        left: 0;
    }

    #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-top-line.header-nav-top-line-with-border nav > ul > li:hover > a:before {
        top: -4px;
    }

    #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li > a:before {
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        width: 0%;
        left: 50%;
    }

    #header .header-nav.header-nav-line.header-nav-top-line-animated nav > ul > li:hover > a:before {
        left: 0;
        width: 100%;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line nav > ul > li:hover > a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: 15px;
        right: 15px;
        margin-top: 15px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li > a:before, #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-line-under-text nav > ul > li:hover > a:before {
        left: 0;
        right: 0;
        height: 7px;
        margin: 6px 10px 15px 10px;
        opacity: 0.3 !important;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a:before {
        -webkit-transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
        transition: cubic-bezier(0.55, 0, 0.1, 1) right 300ms;
        right: 100%;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li > a.active:before {
        right: 15px;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1 nav > ul > li:hover > a:before {
        right: 15px;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li > a.active:before {
        right: 0;
    }

    #header .header-nav.header-nav-line.header-nav-bottom-line.header-nav-bottom-line-effect-1.header-nav-line-under-text nav > ul > li:hover > a:before {
        right: 0;
    }

    #header .header-nav.header-nav-divisor nav > ul > li {
        margin: 0;
    }

    #header .header-nav.header-nav-divisor nav > ul > li > a {
        border-right: 1px solid rgba(0, 0, 0, 0.07);
    }

    #header .header-nav.header-nav-divisor nav > ul > li:last-child > a {
        border-right: 0;
    }

    #header .header-nav.header-nav-spaced nav > ul > li > a {
        margin: 0 !important;
        padding-right: 0.4rem !important;
        padding-left: 0.4rem !important;
    }
}
@media (min-width: 1201px) {
    #header .header-nav.header-nav-spaced nav > ul > li > a {
        margin: 0 !important;
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
}

@keyframes sideMenuArrow {
    0% {
        left: 5px;
    }

    50% {
        left: 10px;
    }

    100% {
        left: 5px;
    }
}

@-webkit-keyframes sideMenuArrowBack {
    0% {
        right: 5px;
    }

    50% {
        right: 10px;
    }

    100% {
        right: 5px;
    }
}

@keyframes sideMenuArrowBack {
    0% {
        right: 5px;
    }

    50% {
        right: 10px;
    }

    100% {
        right: 5px;
    }
}
@media (min-width: 992px) {
    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu {
        -webkit-transition: -webkit-transform .2s ease-out;
        transition: -webkit-transform .2s ease-out;
        transition: transform .2s ease-out;
        transition: transform .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 2px, 0);
        transform: translate3d(0, 2px, 0);
    }

    #header .header-nav.header-nav-line .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@media (min-width: 992px) {
    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse > .dropdown-menu {
        -webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out;
        transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
        left: auto;
        right: 100%;
        opacity: 0;
    }

    #header .header-nav-main-sub-effect-1 nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu.dropdown-reverse:hover > .dropdown-menu {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

/* Header Nav Main Mobile */
@media (max-width: 991px) {
    #header .header-nav-main {
        position: absolute;
        background: transparent;
        width: 100%;
        top: 100%;
        left: 50%;
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    #header .header-nav-main:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 50%;
        width: 100vw;
        height: 100%;
        background: #FFF;
        z-index: -1;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    #header .header-nav-main nav {
        max-height: 50vh;
        overflow: hidden;
        overflow-y: auto;
        padding: 0 15px;
        -webkit-transition: ease all 500ms;
        transition: ease all 500ms;
    }

    #header .header-nav-main nav.collapsing {
        overflow-y: hidden;
    }

    #header .header-nav-main nav::-webkit-scrollbar {
        width: 5px;
    }

    #header .header-nav-main nav::-webkit-scrollbar-thumb {
        border-radius: 0px;
        background: rgba(204, 204, 204, 0.5);
    }

    #header .header-nav-main nav > ul {
        padding-top: 15px;
        padding-bottom: 15px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #header .header-nav-main nav > ul li {
        border-bottom: 1px solid #e8e8e8;
        clear: both;
        display: block;
        float: none;
        margin: 0;
        padding: 0;
        position: relative;
    }

    #header .header-nav-main nav > ul li a {
        font-size: 13px;
        font-style: normal;
        line-height: 20px;
        padding: 7px 8px;
        margin: 1px 0;
        border-radius: 4px;
        text-align: left;
    }

    #header .header-nav-main nav > ul li a .fa-caret-down {
        line-height: 35px;
        min-height: 38px;
        min-width: 30px;
        position: absolute;
        right: 5px;
        text-align: center;
        top: 0;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle {
        position: relative;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle:after {
        content: none;
    }

    #header .header-nav-main nav > ul li a.dropdown-toggle .fa-chevron-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.6rem;
    }

    #header .header-nav-main nav > ul li a:active {
        background-color: #f8f9fa;
        color: inherit;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu {
        background: transparent;
        padding: 0;
        margin: 0;
        font-size: 13px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        border: 0;
        clear: both;
        display: none;
        float: none;
        position: static;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a {
        position: relative;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        content: none;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu > a .fa-chevron-down {
        position: absolute;
        top: 0;
        right: 0;
        width: 30px;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        font-size: 0.6rem;
    }

    #header .header-nav-main nav > ul li.dropdown .dropdown-menu li.dropdown-submenu.open > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }

    #header .header-nav-main nav > ul li.dropdown.open > .dropdown-menu {
        display: block;
        margin-left: 20px;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-title {
        margin-top: 10px;
        display: block;
        text-align: left;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav {
        margin: 0 0 0 20px;
        padding: 0;
        list-style: none;
    }

    #header .header-nav-main nav > ul li.dropdown-mega .dropdown-mega-sub-nav > li > a {
        display: block;
        text-decoration: none;
    }

    #header .header-nav-main nav > ul li:last-child {
        border-bottom: 0;
    }

    #header .header-nav-main nav > ul > li > a {
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 1px;
        margin-bottom: 1px;
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a:active {
        color: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.active {
        color: #FFF !important;
        background: #CCC;
    }

    #header .header-nav-main nav > ul > li > a.active:focus, #header .header-nav-main nav > ul > li > a.active:hover {
        color: #FFF;
        background: #CCC;
    }

    #header .header-nav-main.header-nav-main-square nav > ul > li a {
        border-radius: 0 !important;
    }

    #header .header-nav-bar .header-container {
        min-height: 0;
        height: auto !important;
    }

    #header .header-nav-bar .header-nav {
        min-height: 60px !important;
        padding: 0;
    }

    #header .header-btn-collapse-nav {
        outline: 0;
        display: block;
        position: relative;
        z-index: 1;
    }

    #header .header-nav.header-nav-line {
        min-height: 70px;
    }

}
@media (max-width: 991px) {
    html.safari #header .header-body {
        overflow: visible !important;
    }
}

/* Position */
.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-fixed {
    position: fixed !important;
}

.p-static {
    position: static !important;
}
/* Box Shadow */
.box-shadow-none {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Inverted */
.inverted {
    color: #FFF;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

h1 .inverted {
    padding-left: 10px;
    padding-right: 10px;
}

h2 .inverted {
    padding-left: 7px;
    padding-right: 7px;
}

h3 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h4 .inverted {
    padding-left: 4px;
    padding-right: 4px;
}

h5 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

h6 .inverted {
    padding-left: 2px;
    padding-right: 2px;
}

/* Letter Spacing */
.ls-0 {
    letter-spacing: 0 !important;
}

.negative-ls-1 {
    letter-spacing: -1px;
}

.negative-ls-2 {
    letter-spacing: -2px;
}

.negative-ls-3 {
    letter-spacing: -2.5px;
}

.positive-ls-1 {
    letter-spacing: 1px;
}

.positive-ls-2 {
    letter-spacing: 2px;
}

.positive-ls-3 {
    letter-spacing: 2.5px;
}

/* Cursor */
.cur-pointer {
    cursor: pointer;
}

/* Pointer Events */
.p-events-none {
    pointer-events: none;
}

/* Font Size */
.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.2em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

.text-11 {
    font-size: 3em !important;
}

.text-12 {
    font-size: 3.5em !important;
}

.text-13 {
    font-size: 4em !important;
}

.text-14 {
    font-size: 4.5em !important;
}

.text-15 {
    font-size: 5em !important;
}

@media (min-width: 576px) {
    .text-sm-1 {
        font-size: .8em !important;
    }

    .text-sm-2 {
        font-size: .9em !important;
    }

    .text-sm-3 {
        font-size: 1em !important;
    }

    .text-sm-4 {
        font-size: 1.2em !important;
    }

    .text-sm-5 {
        font-size: 1.50em !important;
    }

    .text-sm-6 {
        font-size: 1.80em !important;
    }

    .text-sm-7 {
        font-size: 2em !important;
    }

    .text-sm-8 {
        font-size: 2.30em !important;
    }

    .text-sm-9 {
        font-size: 2.50em !important;
    }

    .text-sm-10 {
        font-size: 2.75em !important;
    }

    .text-sm-11 {
        font-size: 3em !important;
    }

    .text-sm-12 {
        font-size: 3.5em !important;
    }

    .text-sm-13 {
        font-size: 4em !important;
    }

    .text-sm-14 {
        font-size: 4.5em !important;
    }

    .text-sm-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 768px) {
    .text-md-1 {
        font-size: .8em !important;
    }

    .text-md-2 {
        font-size: .9em !important;
    }

    .text-md-3 {
        font-size: 1em !important;
    }

    .text-md-4 {
        font-size: 1.2em !important;
    }

    .text-md-5 {
        font-size: 1.50em !important;
    }

    .text-md-6 {
        font-size: 1.80em !important;
    }

    .text-md-7 {
        font-size: 2em !important;
    }

    .text-md-8 {
        font-size: 2.30em !important;
    }

    .text-md-9 {
        font-size: 2.50em !important;
    }

    .text-md-10 {
        font-size: 2.75em !important;
    }

    .text-md-11 {
        font-size: 3em !important;
    }

    .text-md-12 {
        font-size: 3.5em !important;
    }

    .text-md-13 {
        font-size: 4em !important;
    }

    .text-md-14 {
        font-size: 4.5em !important;
    }

    .text-md-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 992px) {
    .text-lg-1 {
        font-size: .8em !important;
    }

    .text-lg-2 {
        font-size: .9em !important;
    }

    .text-lg-3 {
        font-size: 1em !important;
    }

    .text-lg-4 {
        font-size: 1.2em !important;
    }

    .text-lg-5 {
        font-size: 1.50em !important;
    }

    .text-lg-6 {
        font-size: 1.80em !important;
    }

    .text-lg-7 {
        font-size: 2em !important;
    }

    .text-lg-8 {
        font-size: 2.30em !important;
    }

    .text-lg-9 {
        font-size: 2.50em !important;
    }

    .text-lg-10 {
        font-size: 2.75em !important;
    }

    .text-lg-11 {
        font-size: 3em !important;
    }

    .text-lg-12 {
        font-size: 3.5em !important;
    }

    .text-lg-13 {
        font-size: 4em !important;
    }

    .text-lg-14 {
        font-size: 4.5em !important;
    }

    .text-lg-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-1 {
        font-size: .8em !important;
    }

    .text-xl-2 {
        font-size: .9em !important;
    }

    .text-xl-3 {
        font-size: 1em !important;
    }

    .text-xl-4 {
        font-size: 1.2em !important;
    }

    .text-xl-5 {
        font-size: 1.50em !important;
    }

    .text-xl-6 {
        font-size: 1.80em !important;
    }

    .text-xl-7 {
        font-size: 2em !important;
    }

    .text-xl-8 {
        font-size: 2.30em !important;
    }

    .text-xl-9 {
        font-size: 2.50em !important;
    }

    .text-xl-10 {
        font-size: 2.75em !important;
    }

    .text-xl-11 {
        font-size: 3em !important;
    }

    .text-xl-12 {
        font-size: 3.5em !important;
    }

    .text-xl-13 {
        font-size: 4em !important;
    }

    .text-xl-14 {
        font-size: 4.5em !important;
    }

    .text-xl-15 {
        font-size: 5em !important;
    }
}
/* Line Height */
.line-height-initial {
    line-height: initial !important;
}

.line-height-1 {
    line-height: 1 !important;
}

.line-height-2 {
    line-height: 1.2 !important;
}

.line-height-3 {
    line-height: 1.3 !important;
}

.line-height-4 {
    line-height: 1.4 !important;
}

.line-height-5 {
    line-height: 1.5 !important;
}

.line-height-6 {
    line-height: 1.6 !important;
}

.line-height-7 {
    line-height: 1.7 !important;
}

.line-height-8 {
    line-height: 1.8 !important;
}

.line-height-9 {
    line-height: 1.9 !important;
}

@media (min-width: 576px) {
    .line-height-sm-initial {
        line-height: initial !important;
    }

    .line-height-sm-1 {
        line-height: 1 !important;
    }

    .line-height-sm-2 {
        line-height: 1.2 !important;
    }

    .line-height-sm-3 {
        line-height: 1.3 !important;
    }

    .line-height-sm-4 {
        line-height: 1.4 !important;
    }

    .line-height-sm-5 {
        line-height: 1.5 !important;
    }

    .line-height-sm-6 {
        line-height: 1.6 !important;
    }

    .line-height-sm-7 {
        line-height: 1.7 !important;
    }

    .line-height-sm-8 {
        line-height: 1.8 !important;
    }

    .line-height-sm-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 768px) {
    .line-height-md-initial {
        line-height: initial !important;
    }

    .line-height-md-1 {
        line-height: 1 !important;
    }

    .line-height-md-2 {
        line-height: 1.2 !important;
    }

    .line-height-md-3 {
        line-height: 1.3 !important;
    }

    .line-height-md-4 {
        line-height: 1.4 !important;
    }

    .line-height-md-5 {
        line-height: 1.5 !important;
    }

    .line-height-md-6 {
        line-height: 1.6 !important;
    }

    .line-height-md-7 {
        line-height: 1.7 !important;
    }

    .line-height-md-8 {
        line-height: 1.8 !important;
    }

    .line-height-md-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 992px) {
    .line-height-lg-initial {
        line-height: initial !important;
    }

    .line-height-lg-1 {
        line-height: 1 !important;
    }

    .line-height-lg-2 {
        line-height: 1.2 !important;
    }

    .line-height-lg-3 {
        line-height: 1.3 !important;
    }

    .line-height-lg-4 {
        line-height: 1.4 !important;
    }

    .line-height-lg-5 {
        line-height: 1.5 !important;
    }

    .line-height-lg-6 {
        line-height: 1.6 !important;
    }

    .line-height-lg-7 {
        line-height: 1.7 !important;
    }

    .line-height-lg-8 {
        line-height: 1.8 !important;
    }

    .line-height-lg-9 {
        line-height: 1.9 !important;
    }
}

@media (min-width: 1200px) {
    .line-height-xl-initial {
        line-height: initial !important;
    }

    .line-height-xl-1 {
        line-height: 1 !important;
    }

    .line-height-xl-2 {
        line-height: 1.2 !important;
    }

    .line-height-xl-3 {
        line-height: 1.3 !important;
    }

    .line-height-xl-4 {
        line-height: 1.4 !important;
    }

    .line-height-xl-5 {
        line-height: 1.5 !important;
    }

    .line-height-xl-6 {
        line-height: 1.6 !important;
    }

    .line-height-xl-7 {
        line-height: 1.7 !important;
    }

    .line-height-xl-8 {
        line-height: 1.8 !important;
    }

    .line-height-xl-9 {
        line-height: 1.9 !important;
    }
}
/* Scale */
.scale-1 {
    -webkit-transform: scale(1.1) !important;
    transform: scale(1.1) !important;
}

.scale-2 {
    -webkit-transform: scale(1.2) !important;
    transform: scale(1.2) !important;
}

.scale-3 {
    -webkit-transform: scale(1.3) !important;
    transform: scale(1.3) !important;
}

.scale-4 {
    -webkit-transform: scale(1.4) !important;
    transform: scale(1.4) !important;
}

.scale-5 {
    -webkit-transform: scale(1.5) !important;
    transform: scale(1.5) !important;
}

.scale-6 {
    -webkit-transform: scale(1.6) !important;
    transform: scale(1.6) !important;
}
.top-0 {
    top: 0px !important;
}

.bottom-0 {
    bottom: 0px !important;
}

.left-0 {
    left: 0px !important;
}

.right-0 {
    right: 0px !important;
}
.top-5 {
    top: 5px !important;
}
.text-decoration-none {
    text-decoration: none !important;
}
.text-dark {
    color: #212529 !important;
}
.text-light {
    color: #FFF !important;
}
/* #Footer */
#footer {
    background: #212529;
    border-top: 4px solid #212529;
    font-size: 0.9em;
    margin-top: 50px;
    padding: 0;
    position: relative;
    clear: both;
}
#footer .footer-ribbon {
    background: #999;
    position: absolute;
    margin: -44px 0 0 0;
    padding: 10px 20px 6px 20px;
}

#footer .footer-ribbon:before {
    border-right: 10px solid #646464;
    border-top: 16px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 100%;
    position: absolute;
    top: 0;
    width: 7px;
}

#footer .footer-ribbon span {
    color: #FFF;
    font-size: 1.6em;
    font-family: "Shadows Into Light", cursive;
}
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
    color: #FFF;
}

#footer a:not(.btn) {
    color: #777;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#footer a:not(.btn):hover {
    text-decoration: none;
    color: #FFF;
}

#footer a:not(.btn):focus, #footer a:not(.btn):active {
    color: #CCC;
}

#footer a:not(.btn).text-color-light {
    color: #FFF !important;
}

#footer a:not(.btn).text-color-light:hover {
    color: #e6e6e6 !important;
}

#footer a:not(.btn).text-color-light:focus, #footer a:not(.btn).text-color-light:active {
    color: #cccccc !important;
}

#footer a:not(.btn).text-color-default {
    color: #777 !important;
}

#footer a:not(.btn).text-color-default:hover {
    color: #919191 !important;
}

#footer a:not(.btn).text-color-default:focus, #footer a:not(.btn).text-color-default:active {
    color: #5e5e5e !important;
}
#footer ul.nav-list > li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    line-height: 20px;
    padding-bottom: 11px;
}

#footer ul.nav-list > li:last-child a {
    border-bottom: 0;
}

#footer ul.nav-list > li a:hover {
    background-color: rgba(255, 255, 255, 0.05);
}

#footer ul.list.icons li {
    margin-bottom: 5px;
}

#footer .footer-nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#footer .footer-nav nav > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

#footer .footer-nav nav > ul > li {
    position: relative;
    height: 100%;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

#footer .footer-nav nav > ul > li > a {
    position: relative;
    background: transparent;
    padding: 0 14.4px;
    padding: 0 .9rem;
    margin: 0;
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: normal;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.5px;
    text-transform: uppercase;
    color: #FFF;
    text-decoration: none;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a {
    padding-left: 0;
}

#footer .footer-nav.footer-nav-links nav > ul > li:first-child > a:before {
    left: 0;
}

@media (min-width: 768px) {
    #footer .footer-nav.footer-nav-bottom-line nav > ul > li > a:before {
        content: "";
        position: absolute;
        width: auto;
        height: 3px;
        top: 50%;
        left: .85rem;
        right: .85rem;
        margin-top: 15px;
        -webkit-transform: translate3d(0, -50%, 0);
        transform: translate3d(0, -50%, 0);
    }
}

@media (max-width: 991px) {
    #footer .footer-nav {
        width: 100%;
    }

    #footer .footer-nav nav {
        text-align: center;
    }

    #footer .footer-nav nav > ul {
        width: 100%;
    }

    #footer .footer-nav nav > ul > li > a {
        text-align: center;
        padding: 5px 12px;
    }
}

@media (max-width: 767px) {
    #footer .footer-nav {
        width: 100%;
    }

    #footer .footer-nav nav {
        text-align: center;
    }

    #footer .footer-nav nav > ul {
        width: 100%;
    }

    #footer .footer-nav nav > ul > li {
        height: auto;
        width: 100%;
    }

    #footer .footer-nav nav > ul > li > a {
        text-align: center;
        padding: 1em 0;
    }
}
#footer .footer-copyright {
    background: #1c2023;
}

#footer .footer-copyright nav {
    font-size: 0.9em;
}

#footer .footer-copyright nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#footer .footer-copyright nav ul li {
    display: inline-block;
    line-height: 12px;
    margin: 0;
    padding: 0 8px;
}

#footer .footer-copyright nav ul li:first-child {
    border: medium none;
    padding-left: 0;
}

#footer .footer-copyright nav ul li:last-child {
    padding-right: 0;
}

#footer .footer-copyright p {
    color: #555;
    margin: 0;
    padding: 0;
    font-size: 0.9em;
}

#footer .footer-copyright.footer-copyright-style-2 {
    background: #212529;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
}

/* tema elemanlarý */

/* Buttons */
.btn {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 8.528px 14.928px;
    padding: 0.533rem 0.933rem;
    cursor: pointer;
}

.btn.btn-xs {
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 3.2px 8px;
    padding: 0.2rem 0.5rem;
}

.btn.btn-sm {
    font-size: 12.8px;
    font-size: 0.8rem;
    padding: 4.8px 10.4px;
    padding: 0.3rem 0.65rem;
}

.btn.btn-lg {
    font-size: 16px;
    font-size: 1rem;
    padding: 8px 16px;
    padding: 0.5rem 1rem;
}

.btn.btn-xl {
    font-size: 16px;
    font-size: 1rem;
    padding: 12.8px 32px;
    padding: 0.8rem 2rem;
}
html body .btn.focus,
html body .btn:focus,
html body .btn.active,
html body .btn:active, html body.body .btn.focus,
html body.body .btn:focus,
html body.body .btn.active,
html body.body .btn:active {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Dropdown Buttons */
.btn + .dropdown-menu .dropdown-item {
    font-size: 12.8px;
    font-size: 0.8rem;
}

/* Default */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

/* Outline */
.btn-outline {
    border-width: 2px;
    padding: 7.728px 14.928px;
    padding: 0.483rem 0.933rem;
}

.btn-outline.btn-xs {
    padding: 2.4px 8px;
    padding: 0.15rem 0.5rem;
}

.btn-outline.btn-sm {
    padding: 4px 10.4px;
    padding: 0.25rem 0.65rem;
}

.btn-outline.btn-lg {
    padding: 7.2px 16px;
    padding: 0.45rem 1rem;
}
/* Rounded */
.btn-rounded {
    border-radius: 35px;
}

/* Rounded */
.btn-rounded-icon {
    border-radius: 50px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-rounded-icon[data-hash] > i {
    pointer-events: none;
}

* Arrow */
.btn-with-arrow {
    background-color: transparent;
    font-weight: 600;
}

.btn-with-arrow span {
    background-color: #ccc;
    display: inline-block;
    height: 25px;
    line-height: 24px;
    width: 24px;
    border-radius: 50%;
    margin-left: 10px;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.btn-with-arrow i {
    color: #FFF;
    font-size: 8px;
    top: -1px;
    position: relative;
}

.btn-with-arrow:hover span {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.btn-with-arrow.btn-lg span, .btn-with-arrow.btn-xl span {
    line-height: 23px;
}

.btn-with-arrow.btn-xs span {
    line-height: 25px;
}

/* Icons  */
.btn-icon i {
    margin-right: 10px;
}

.btn-icon-right i {
    margin-right: 0;
    margin-left: 10px;
}

/* Dropdown Button */
.btn.dropdown-toggle:after {
    margin-left: .155em;
    vertical-align: .155em;
}

/* Colors */
.btn-primary {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b3b3;
    color: #FFF;
}

.btn-primary:hover, .btn-primary.hover {
    background-color: #dfdfdf;
    border-color: #e6e6e6 #e6e6e6 #CCC;
    color: #FFF;
}

.btn-primary:focus, .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
    background-color: #CCC;
    border-color: #CCC #CCC #b3b3b3;
}

.btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
    background-color: #b9b9b9;
    background-image: none;
    border-color: #b3b3b3 #b3b3b3 #999999;
}

.btn-outline.btn-primary {
    color: #CCC;
    background-color: transparent;
    background-image: none;
    border-color: #CCC;
}

.btn-outline.btn-primary:hover, .btn-outline.btn-primary.hover {
    color: #FFF;
    background-color: #CCC;
    border-color: #CCC;
}

.btn-outline.btn-primary:focus, .btn-outline.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
    box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

.btn-outline.btn-primary.disabled, .btn-outline.btn-primary:disabled {
    color: #CCC;
    background-color: transparent;
}

.btn-outline.btn-primary:active, .btn-outline.btn-primary.active, .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF;
    background-color: #CCC;
    border-color: #CCC;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745 #28a745 #1e7e34;
    color: #FFF;
}

.btn-success:hover, .btn-success.hover {
    background-color: #2fc652;
    border-color: #34ce57 #34ce57 #28a745;
    color: #FFF;
}

.btn-success:focus, .btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-success.disabled, .btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745 #28a745 #1e7e34;
}

.btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34 #1e7e34 #145523;
}

.btn-outline.btn-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

.btn-outline.btn-success:hover, .btn-outline.btn-success.hover {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-outline.btn-success:focus, .btn-outline.btn-success.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);
}

.btn-outline.btn-success.disabled, .btn-outline.btn-success:disabled {
    color: #28a745;
    background-color: transparent;
}

.btn-outline.btn-success:active, .btn-outline.btn-success.active, .show > .btn-outline.btn-success.dropdown-toggle {
    color: #FFF;
    background-color: #28a745;
    border-color: #28a745;
}

.btn-warning {
    background-color: #ffc107;
    border-color: #ffc107 #ffc107 #d39e00;
    color: #FFF;
}

.btn-warning:hover, .btn-warning.hover {
    background-color: #ffcb2d;
    border-color: #ffce3a #ffce3a #ffc107;
    color: #FFF;
}

.btn-warning:focus, .btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-warning.disabled, .btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107 #ffc107 #d39e00;
}

.btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00 #d39e00 #a07800;
}

.btn-outline.btn-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

.btn-outline.btn-warning:hover, .btn-outline.btn-warning.hover {
    color: #FFF;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-outline.btn-warning:focus, .btn-outline.btn-warning.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
    box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-outline.btn-warning.disabled, .btn-outline.btn-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}

.btn-outline.btn-warning:active, .btn-outline.btn-warning.active, .show > .btn-outline.btn-warning.dropdown-toggle {
    color: #FFF;
    background-color: #ffc107;
    border-color: #ffc107;
}

.btn-danger {
    background-color: #dc3545;
    border-color: #dc3545 #dc3545 #bd2130;
    color: #FFF;
}

.btn-danger:hover, .btn-danger.hover {
    background-color: #e25663;
    border-color: #e4606d #e4606d #dc3545;
    color: #FFF;
}

.btn-danger:focus, .btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-danger.disabled, .btn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545 #dc3545 #bd2130;
}

.btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130 #bd2130 #921925;
}

.btn-outline.btn-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

.btn-outline.btn-danger:hover, .btn-outline.btn-danger.hover {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545;
}

.btn-outline.btn-danger:focus, .btn-outline.btn-danger.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
    box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);
}

.btn-outline.btn-danger.disabled, .btn-outline.btn-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}

.btn-outline.btn-danger:active, .btn-outline.btn-danger.active, .show > .btn-outline.btn-danger.dropdown-toggle {
    color: #FFF;
    background-color: #dc3545;
    border-color: #dc3545;
}

/* Button Light */
html body .btn-light,
html body .btn-outline.btn-light {
    border-color: #d9d9d9 #d9d9d9 #bfbfbf;
    color: #777;
}

html body .btn-light:hover, html body .btn-light.hover,
html body .btn-outline.btn-light:hover,
html body .btn-outline.btn-light.hover {
    background-color: #f2f2f2;
    border-color: #e6e6e6 #e6e6e6 #cccccc;
    color: #777;
}

html body .btn-light:focus, html body .btn-light.focus,
html body .btn-outline.btn-light:focus,
html body .btn-outline.btn-light.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
    box-shadow: 0 0 0 3px rgba(191, 191, 191, 0.5);
}

html body .btn-light.disabled, html body .btn-light:disabled,
html body .btn-outline.btn-light.disabled,
html body .btn-outline.btn-light:disabled {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
}

html body .btn-light:active, html body .btn-light.active, .show > html body .btn-light.dropdown-toggle,
html body .btn-outline.btn-light:active,
html body .btn-outline.btn-light.active, .show >
html body .btn-outline.btn-light.dropdown-toggle {
    border-color: #bfbfbf #bfbfbf #bfbfbf;
}
/* Cards */
.card {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.card-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.card-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.card-body {
    padding: 32px;
    padding: 2rem;
}

.card-text-color-hover-light:hover * {
    color: #FFF !important;
}

.card-background-image-hover {
    background-size: cover;
    background-position: center;
}

.card-background-image-hover .card-body {
    background: rgba(255, 255, 255, 0.9);
    margin: 16px;
    margin: 1rem;
    padding: 16px;
    padding: 1rem;
}

/* Flip Card */
.flip-card {
    position: relative;
    border: none;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip-card .flip-front,
.flip-card .flip-back {
    padding: 32px;
    padding: 2rem;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: #FFF;
    -webkit-box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 44px -10px rgba(0, 0, 0, 0.15);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: ease transform 500ms;
    transition: ease transform 500ms;
}

.flip-card .flip-front .flip-content,
.flip-card .flip-back .flip-content {
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .flip-front.overlay:before,
.flip-card .flip-back.overlay:before {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card .flip-front {
    -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card .flip-back {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px) rotateY(180deg);
    transform: translate3d(0, 0, -1px) rotateY(180deg);
}

.flip-card:hover .flip-front {
    -webkit-transform: translate3d(0, 0, -1px) rotateY(-180deg);
    transform: translate3d(0, 0, -1px) rotateY(-180deg);
}

.flip-card:hover .flip-back {
    -webkit-transform: translate3d(0, 0, 1px) rotateY(0deg);
    transform: translate3d(0, 0, 1px) rotateY(0deg);
}

.flip-card.flip-card-vertical .flip-front {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-vertical .flip-back {
    -webkit-transform: translate3d(0, 0, -1px) rotateX(180deg);
    transform: translate3d(0, 0, -1px) rotateX(180deg);
}

.flip-card.flip-card-vertical:hover .flip-front {
    -webkit-transform: translate3d(0, 0, -1px) rotateX(-180deg);
    transform: translate3d(0, 0, -1px) rotateX(-180deg);
}

.flip-card.flip-card-vertical:hover .flip-back {
    -webkit-transform: translate3d(0, 0, 1px) rotateX(0deg);
    transform: translate3d(0, 0, 1px) rotateX(0deg);
}

.flip-card.flip-card-3d .flip-front .flip-content, .flip-card.flip-card-3d .flip-back .flip-content {
    -webkit-perspective: inherit;
    perspective: inherit;
    -webkit-transform: translate3d(0, 0, 60px);
    transform: translate3d(0, 0, 60px);
}

/* Icon Featured */
.icon-featured {
    display: inline-block;
    font-size: 0;
    margin: 15px;
    width: 110px;
    height: 110px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #FFF;
    font-size: 2.3em;
    line-height: 110px;
}

.icon-featured:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/* Featured Box */
.featured-box {
    background: #FFF;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-radius: 8px;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0 2px 4px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 100px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.featured-box h4 {
    font-size: 1.3em;
    font-weight: 400;
    letter-spacing: -0.7px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.featured-box .box-content {
    border-radius: 8px;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-top-width: 4px;
    padding: 28.8px;
    padding: 1.6rem;
    position: relative;
}

.featured-box .box-content:not(.box-content-border-0) {
    top: -1px;
    border-top-width: 4px;
}

.featured-box .box-content.box-content-border-0 {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-bottom: 0 !important;
}

.featured-box .box-content.box-content-border-bottom {
    top: 1px;
}

.featured-box .box-content-border-bottom {
    border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
    border-bottom: 4px solid rgba(0, 0, 0, 0.06);
}

html .featured-box-primary .box-content-border-bottom {
    border-bottom-color: #DA291C;
}
html .featured-box-secondary .box-content-border-bottom {
    border-bottom-color: #006747;
}

html .featured-box-primary .icon-featured {
    background-color: #DA291C;
}

html .featured-box-secondary .icon-featured {
    background-color: #006747;
}

html .featured-box-effect-2.featured-box-primary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #DA291C;
    box-shadow: 0 0 0 3px #DA291C;
}
html .featured-box-effect-2.featured-box-secondary .icon-featured:after {
    -webkit-box-shadow: 0 0 0 3px #006747;
    box-shadow: 0 0 0 3px #006747;
}

/* Featured Box Left */
.featured-box-text-left {
    text-align: left;
}

/* Featured Boxes - Flat */
.featured-boxes-flat .featured-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 10px 0;
}

.featured-boxes-flat .featured-box .box-content {
    background: #FFF;
    margin-top: 65px;
}

.featured-boxes-flat .featured-box .icon-featured {
    display: inline-block;
    font-size: 2em;
    height: 90px;
    line-height: 90px;
    padding: 0;
    width: 90px;
    margin: -100px 0 -15px;
    position: relative;
    top: -40px;
}


/* Feature Box */
.feature-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.feature-box .feature-box-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background: rgba(0, 0, 0, 0.06);
    border-radius: 100%;
    color: #FFF;
    font-size: 16px;
    font-size: 1rem;
    position: relative;
    top: 7px;
    text-align: center;
    padding: 0.8em;
    height: 1px;
    width: 2.7em;
    height: 2.7em;
}

.feature-box .feature-box-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
    top: 0;
}

/* Featured Boxes */
.featured-boxes .featured-box {
    margin-bottom: 24px;
    margin-bottom: 1.5rem;
    margin-top: 24px;
    margin-top: 1.5rem;
}
.featured-box-effect-2 .icon-featured:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    -webkit-box-shadow: 0 0 0 3px #FFF;
    box-shadow: 0 0 0 3px #FFF;
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

.featured-box-effect-2:hover .icon-featured:after {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 1;
}


/* Forms */
form label {
    font-weight: normal;
}

textarea {
    resize: vertical;
}

select {
    border: 1px solid #E5E7E9;
    border-radius: 6px;
    outline: none;
}

.label {
    font-weight: normal;
}

label.required:after {
    content: "*";
    font-size: 0.8em;
    margin: 0.3em;
    position: relative;
    top: -2px;
}

.form-group:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.form-control {
    border-color: rgba(0, 0, 0, 0.09);
}

.form-control:not(.form-control-lg) {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.3;
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
    font-size: 13.6px;
    font-size: 0.85rem;
    line-height: 1.85;
}

.form-control.form-control-focused {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

.form-control:focus {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    border-color: #CCC;
}

.form-control.error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.form-control.error:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.page-link {
    border-color: rgba(0, 0, 0, 0.06);
}

.input-group .form-control {
    height: auto;
}

.input-group-rounded .form-control {
    border-radius: 2rem 0rem 0rem 2rem;
    border: 0;
    padding-left: 16px;
    padding-left: 1rem;
}

.input-group-rounded .input-group-append .btn {
    border-color: rgba(0, 0, 0, 0.09);
    border-radius: 0rem 2rem 2rem 0rem;
    font-size: 11.2px;
    font-size: 0.7rem;
    padding: 13.92px;
    padding: 0.87rem;
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    z-index: 3;
}

/* Form - iOS Override */
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
    -webkit-appearance: none;
}

.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="datetime"]::-moz-placeholder,
input[type="datetime-local"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
input[type="month"]::-moz-placeholder,
input[type="time"]::-moz-placeholder,
input[type="week"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="color"]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #bdbdbd;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="datetime"]:-ms-input-placeholder,
input[type="datetime-local"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
input[type="month"]:-ms-input-placeholder,
input[type="time"]:-ms-input-placeholder,
input[type="week"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="color"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #bdbdbd;
}

/* Form - Bootstrap Override */
.btn-lg,
.btn-group-lg > .btn {
    line-height: 1.334;
}

.input-group-btn .btn {
    padding-top: 8px;
    padding-top: 0.5rem;
    padding-bottom: 8px;
    padding-bottom: 0.5rem;
}

select.form-control-sm, select.form-control-lg {
    line-height: 1;
    height: auto !important;
}

.bootstrap-timepicker-widget input {
    border: 0;
}

.bootstrap-timepicker-widget table td input {
    width: 40px;
}

.fileupload .btn {
    line-height: 20px;
    margin-left: -5px;
}

/* Forms Validations */
label.valid {
    display: inline-block;
    text-indent: -9999px;
}

label.error {
    color: #c10000;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
}

label.error#captcha-error {
    margin-top: 15px;
}

.form-errors-light .form-control.error {
    border-color: #FFF;
}

.form-errors-light label.error {
    color: #FFF;
}

/* Form Styles */
.form-style-2 .form-group {
    margin-bottom: 11.2px;
    margin-bottom: 0.7rem;
}

.form-style-2 .form-control {
    padding: 11.2px 16px;
    padding: 0.7rem 1rem;
    border: 0;
}

.form-style-2 .form-control::-webkit-input-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-2 .form-control::-moz-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-2 .form-control:-ms-input-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-2 .form-control:-moz-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-2 .form-control.error {
    border-width: 2px;
}

.form-style-3 .form-group {
    margin-bottom: 17.6px;
    margin-bottom: 1.1rem;
}

.form-style-3 .form-control {
    padding: 11.2px 16px;
    padding: 0.7rem 1rem;
    background: #F4F4F4;
    border: none;
}

.form-style-3 .form-control::-webkit-input-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-3 .form-control::-moz-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-3 .form-control:-ms-input-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-3 .form-control:-moz-placeholder {
    color: #202528;
    opacity: 0.5;
}

.form-style-3 .form-control.error {
    border: 2px solid #e21a1a;
}

.form-style-4 .form-control {
    background: transparent;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    border-bottom-color: rgba(0, 0, 0, 0.4);
    color: #FFF;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #212529;
    font-weight: 200;
    letter-spacing: -.05em;
    margin: 0;
    -webkit-font-smoothing: antialiased;
}

h1 {
    font-size: 2.6em;
    line-height: 44px;
    margin: 0 0 32px 0;
}

h2 {
    font-size: 2.2em;
    font-weight: 300;
    line-height: 42px;
    margin: 0 0 32px 0;
}

h3 {
    font-size: 1.8em;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 33px;
    text-transform: uppercase;
}

h4 {
    font-size: 1.4em;
    font-weight: 600;
    line-height: 27px;
    margin: 0 0 14px 0;
}

h5 {
    font-size: 1em;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 14px 0;
}

h6 {
    color: #333;
    font-size: 1em;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 14px 0;
}

/* Responsive */
@media (max-width: 575px) {
    h2 {
        line-height: 40px;
    }
}
/* Icons */
.featured-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #CCC;
    border-radius: 100%;
    color: #FFF;
    height: 2.5em;
    line-height: 2.5em;
    margin-right: 10px;
    position: relative;
    text-align: center;
    top: 5px;
    width: 2.5em;
}

.featured-icon i {
    color: #FFF;
    font-size: 0.9em;
}

.featured-icon.featured-icon-style-2 {
    width: 5em;
    height: 5em;
    line-height: 5em;
}

.featured-icon.featured-icon-hover-effect-1 {
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.featured-icon.featured-icon-hover-effect-1:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

/* Thumbnails */
.img-thumbnail {
    border-radius: 4px;
    position: relative;
}

.img-thumbnail img {
    border-radius: 4px;
}

.img-thumbnail .zoom {
    background: #CCC;
    border-radius: 100%;
    bottom: 8px;
    color: #FFF;
    display: block;
    height: 30px;
    padding: 6px;
    position: absolute;
    right: 8px;
    text-align: center;
    width: 30px;
}

.img-thumbnail .zoom i {
    font-size: 10px;
    left: 0px;
    position: relative;
    top: -6px;
}

.img-thumbnail.img-thumbnail-hover-icon {
    position: relative;
}

.img-thumbnail.img-thumbnail-hover-icon img {
    position: relative;
    z-index: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:before {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    background: rgba(0, 0, 0, 0.65);
    border-radius: 4px;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    z-index: 2;
}

.img-thumbnail.img-thumbnail-hover-icon:after {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    font-family: 'FontAwesome';
    font-weight: 900;
    color: #FFF;
    content: "\f067";
    font-size: 18px;
    height: 30px;
    position: absolute;
    top: 30%;
    margin-top: -15px;
    display: block;
    text-align: center;
    width: 100%;
    opacity: 0;
    z-index: 3;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:before {
    opacity: 1;
}

.img-thumbnail.img-thumbnail-hover-icon:hover:after {
    top: 50%;
    opacity: 1;
}

.img-thumbnail a.img-thumbnail-hover-icon {
    display: inline-block;
}

.img-thumbnail.img-thumbnail-no-borders {
    border: none;
    padding: 0;
}

/* List */
.list li {
    margin-bottom: 13px;
}

.list.pull-left li {
    text-align: left;
}

.list.list-icons {
    list-style: none;
    padding-left: 0;
    padding-right: 0;
}

.list.list-icons li {
    position: relative;
    padding-left: 25px;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    position: absolute;
    left: 0;
    top: 5px;
}

.list.list-icons.list-icons-style-2 li {
    padding-top: 5px;
    padding-left: 36px;
}

.list.list-icons.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-2 li a:first-child > .icons:first-child {
    border-width: 1px;
    border-style: solid;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 4px;
    font-size: 0.8em;
    line-height: 1.3;
}

.list.list-icons.list-icons-style-3 li {
    padding-top: 5px;
    padding-left: 36px;
}

.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    color: #FFF;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    text-align: center;
    padding: 5px;
    font-size: 0.8em;
    line-height: 1.3;
}

.list.list-icons.list-icons-sm li {
    padding-left: 13px;
    margin-bottom: 5px;
}

.list.list-icons.list-icons-sm li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li > .icons:first-child, .list.list-icons.list-icons-sm li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm li a:first-child > .icons:first-child {
    font-size: 0.8em;
    top: 7px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li {
    padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-2 li a:first-child > .icons:first-child {
    width: 20px;
    height: 20px;
    padding: 3px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li {
    padding-left: 32px;
}

.list.list-icons.list-icons-sm.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-sm.list-icons-style-3 li a:first-child > .icons:first-child {
    width: 20px;
    height: 20px;
    padding: 3px;
}

.list.list-icons.list-icons-lg li {
    padding-top: 5px;
    padding-left: 27px;
}

.list.list-icons.list-icons-lg li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li > .icons:first-child, .list.list-icons.list-icons-lg li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg li a:first-child > .icons:first-child {
    font-size: 1.3em;
    top: 10px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li {
    padding-top: 8px;
    padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-2 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-2 li a:first-child > .icons:first-child {
    width: 30px;
    height: 30px;
    padding: 4px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li {
    padding-top: 8px;
    padding-left: 42px;
}

.list.list-icons.list-icons-lg.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li > .icons:first-child, .list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-lg.list-icons-style-3 li a:first-child > .icons:first-child {
    width: 30px;
    height: 30px;
    padding: 4px;
}

.list.list-icons.list-icons-reverse li {
    text-align: right;
    padding-right: 25px;
    padding-left: 0;
}

.list.list-icons.list-icons-reverse li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li > .icons:first-child, .list.list-icons.list-icons-reverse li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-reverse li a:first-child > .icons:first-child {
    position: absolute;
    left: auto;
    right: 0;
    top: 5px;
}

.list.list-icons.list-icons-reverse.list-icons-style-2 li {
    padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-style-3 li {
    padding-right: 36px;
}

.list.list-icons.list-icons-reverse.list-icons-sm li {
    padding-left: 0;
    padding-right: 13px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-2 li {
    padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-sm.list-icons-style-3 li {
    padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg li {
    padding-left: 0;
    padding-right: 32px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-2 li {
    padding-right: 42px;
}

.list.list-icons.list-icons-reverse.list-icons-lg.list-icons-style-3 li {
    padding-right: 42px;
}

.list.list-borders li {
    border-bottom: 1px solid #eaeaea;
    margin-top: 9px;
    margin-bottom: 0;
    padding-bottom: 9px;
}

.list.list-borders li:last-child {
    border-bottom: 0;
}

.list.list-side-borders {
    border-left: 1px solid #eaeaea;
    padding-left: 10px;
}

.list.list-ordened {
    counter-reset: custom-counter;
    list-style: none;
}

.list.list-ordened li {
    position: relative;
    padding-left: 22px;
}

.list.list-ordened li:before {
    position: absolute;
    top: 0;
    left: 0;
    content: counter(custom-counter);
    counter-increment: custom-counter;
    font-weight: bold;
}

.list.list-ordened.list-ordened-style-2 li, .list.list-ordened.list-ordened-style-3 li {
    padding-left: 32px;
}

.list.list-ordened.list-ordened-style-2 li:before, .list.list-ordened.list-ordened-style-3 li:before {
    border-radius: 100%;
    border-style: solid;
    border-width: 1px;
    min-width: 26px;
    padding: 0;
    text-align: center;
}

.list.list-ordened.list-ordened-style-3 li:before {
    color: #FFF;
    border: 0;
}

.list.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}

.list-unstyled {
    padding-left: 0;
    padding-right: 0;
}

dl dd {
    margin-bottom: 15px;
}

/* Sitemap */
ul.sitemap > li > a {
    font-weight: bold;
}

ul.sitemap.list li {
    margin: 0 0 3px 0;
}

ul.sitemap.list ul {
    margin-bottom: 5px;
    margin-top: 5px;
}
/* Loading Overlay */
.loading-overlay-showing {
    overflow: hidden;
}

.loading-overlay-showing > .loading-overlay {
    opacity: 1;
    visibility: visible;
}

.loading-overlay {
    -webkit-transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    background: #FFF;
}

body > .loading-overlay {
    position: fixed;
    z-index: 999999;
}

/* Clearfix */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* Pagination */
.pagination {
    position: relative;
    z-index: 1;
}

.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #CCC;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #CCC;
    border-color: #CCC;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/* Read More */
.read-more,
.learn-more {
    display: inline-block;
    white-space: nowrap;
}

.learn-more-hover-animate-icon > i {
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

.learn-more-hover-animate-icon:hover > i {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
}
/* Alerts */
.alert [class*="fa-"], .alert .icons {
    margin-right: 8px;
    font-size: 1.1em;
}

.alert ul {
    padding: 0;
    margin: 7px 0 0 40px;
}

.alert ul li {
    font-size: 0.9em;
}

.alert.alert-sm {
    padding: 5px 10px;
    font-size: 0.9em;
}

.alert.alert-lg {
    padding: 20px;
    font-size: 1.2em;
}

.alert.alert-default {
    background-color: #f2f2f2;
    border-color: #eaeaea;
    color: #737373;
}

.alert.alert-default .alert-link {
    color: #4c4c4c;
}

/* Half Section */
.col-half-section {
    width: 100%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    max-width: 555px;
    margin-left: 30px;
    margin-right: 0;
}

.col-half-section.col-half-section-right {
    margin-left: 0;
    margin-right: 30px;
}

.col-half-section.col-half-section-left {
    margin-right: 0;
    margin-left: 30px;
}

@media (max-width: 1199px) {
    .col-half-section {
        max-width: 465px;
    }
}

@media (max-width: 991px) {
    .col-half-section {
        max-width: 720px;
        margin: 0 auto !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }
}

@media (max-width: 767px) {
    .col-half-section {
        max-width: 540px;
    }
}

@media (max-width: 575px) {
    .col-half-section {
        max-width: 100%;
    }
}

/* Sticky Wrapper */
.sticky-wrapper {
    position: fixed;
    width: 100% !important;
    z-index: 11;
}

.sticky-wrapper .sticky-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #FFF;
    width: 100%;
    z-index: 10;
    -webkit-transition: ease background 300ms;
    transition: ease background 300ms;
}

.sticky-wrapper.sticky-wrapper-transparent .sticky-body {
    background: transparent;
}

.sticky-wrapper.sticky-wrapper-effect-1 {
    position: absolute !important;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-effect-active .sticky-body {
    position: fixed;
    background: #FFF;
    -webkit-animation: headerReveal 0.4s ease-in;
    animation: headerReveal 0.4s ease-in;
}

.sticky-wrapper.sticky-wrapper-effect-1.sticky-wrapper-effect-1-dark.sticky-effect-active .sticky-body {
    background: #212529;
}

.sticky-wrapper.sticky-wrapper-border-bottom.sticky-effect-active .sticky-body {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

/* Nav */
.nav > li > a:hover, .nav > li > a:focus {
    background: transparent;
}
ul.nav-pills > li > a.active {
    color: #FFF;
    background-color: #CCC;
}

ul.nav-pills > li > a.active:hover, ul.nav-pills > li > a.active:focus {
    color: #FFF;
    background-color: #CCC;
}

/* Nav Pills */
.nav-pills-center {
    text-align: center;
}

.nav-pills-center > li {
    display: inline-block;
    float: none;
}

.nav-pills-sm > li > a {
    padding: 7px 12px;
}

.nav-pills-xs > li > a {
    padding: 5px 10px;
    font-size: 0.9em;
}

.nav-pills .nav-link.active {
    background-color: transparent;
}

.show > .nav-pills .nav-link {
    background-color: transparent;
}

/* Parallax */
.parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    position: relative;
    clear: both;
}

.parallax:not(.page-header):not(.match-height):not([class*="section-height-"]) {
    margin: 70px 0;
    padding: 50px 0;
}

/* Scroll to Top */
html .scroll-to-top {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    background: #D01E1E;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #FFF;
    display: block;
    height: 9px;
    opacity: 0;
    padding: 10px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    text-decoration: none;
    min-width: 50px;
    z-index: 1040;
    font-size: 0.8em;
}

html .scroll-to-top:hover {
    opacity: 1;
}

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top span {
    display: inline-block;
    padding: 0 5px;
}

html.lightbox-opened .scroll-to-top {
    right: 27px;
}

html.ie11 .scroll-to-top {
    right: 25px;
}

/* Responsive */
@media (max-width: 991px) {
    html .scroll-to-top.hidden-mobile {
        display: none !important;
    }
}

/* Section Featured */
section.section {
    background: #FFFFFF;
    border-top: 2px solid #f1f1f1;
    margin: 30px 0;
    padding: 20px 0;
}
section.section.section-center {
    text-align: center;
}

section.section.section-text-light h1, section.section.section-text-light h2, section.section.section-text-light h3, section.section.section-text-light h4, section.section.section-text-light h5, section.section.section-text-light h6 {
    color: #FFF;
}

section.section.section-text-light p {
    color: #e6e6e6;
}

section.section.section-background {
    background-repeat: repeat;
    border: 0;
}
section.section.section-overlay {
    position: relative;
}

section.section.section-overlay:before {
    content: "";
    display: block;
    background: rgba(33, 37, 41, 0.8);
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}
section.section.section-parallax {
    background-color: transparent;
    background-position: 50% 50%;
    background-repeat: repeat;
    background-attachment: fixed;
    border: 0;
}
/* Responsive */
@media (max-width: 991px) {
    .container-fluid > .row > .p-0 section.section {
        margin-bottom: 0;
        margin-top: 0;
    }

    .container-fluid > .row > .p-0:first-child section.section {
        margin-bottom: 0;
        margin-top: 30px;
    }

    .container-fluid > .row > .p-0:last-child section.section {
        margin-bottom: 30px;
        margin-top: 0;
    }
}

/* Side Panel */
html.side-panel .body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(33, 37, 41, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 9998;
    -webkit-transition: ease opacity 300ms;
    transition: ease opacity 300ms;
}

html.side-panel .side-panel-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100vh;
    background: #FFF;
    padding: 32px;
    padding: 2rem;
    -webkit-box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 30px -13px rgba(0, 0, 0, 0.2);
    overflow-y: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
    z-index: 9999;
}

html.side-panel .side-panel-wrapper .side-panel-close {
    position: absolute;
    top: 0;
    right: 0;
}

html.side-panel.side-panel-push .body {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: ease transform 300ms;
    transition: ease transform 300ms;
}

html.side-panel.side-panel-right .side-panel-wrapper {
    left: auto;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
}

html.side-panel.side-panel-without-overlay .body:before {
    content: none;
}

html.side-panel.side-panel-open .body:before {
    opacity: 1;
    visibility: visible;
}

html.side-panel.side-panel-open .side-panel-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

html.side-panel.side-panel-open.side-panel-push .body {
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}

html.side-panel.side-panel-open.side-panel-push.side-panel-right .body {
    -webkit-transform: translate3d(-300px, 0, 0);
    transform: translate3d(-300px, 0, 0);
}

/* Home Slider - Revolution Slider */
.slider-container {
    background: #151719;
    height: 500px;
    overflow: hidden;
    width: 100%;
    direction: ltr;
}

/* Social Icons */
.social-icons {
    margin: 0;
    padding: 0;
    width: auto;
}

.social-icons li {
    display: inline-block;
    margin: -1px 1px 0 0;
    padding: 0;
    border-radius: 100%;
    overflow: visible;
}

.social-icons li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
    display: block;
    height: 28px;
    line-height: 28px;
    width: 28px;
    text-align: center;
    color: #333 !important;
    text-decoration: none;
    font-size: 12.8px;
    font-size: 0.8rem;
}

.social-icons li:hover a {
    background: #151719;
    color: #FFF !important;
}

.social-icons li:hover.social-icons-twitter a {
    background: #1aa9e1;
}

.social-icons li:hover.social-icons-facebook a {
    background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
    background: #0073b2;
}

.social-icons li:hover.social-icons-rss a {
    background: #ff8201;
}

.social-icons li:hover.social-icons-googleplus a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-pinterest a {
    background: #cc2127;
}

.social-icons li:hover.social-icons-youtube a {
    background: #c3191e;
}

.social-icons li:hover.social-icons-instagram a {
    background: #7c4a3a;
}

.social-icons li:hover.social-icons-skype a {
    background: #00b0f6;
}

.social-icons li:hover.social-icons-email a {
    background: #dd4b39;
}

.social-icons li:hover.social-icons-vk a {
    background: #6383a8;
}

.social-icons li:hover.social-icons-xing a {
    background: #1a7576;
}

.social-icons li:hover.social-icons-tumblr a {
    background: #304e6c;
}

.social-icons li:hover.social-icons-reddit a {
    background: #ff4107;
}

.social-icons.social-icons-dark li a {
    background: #181818;
}

.social-icons.social-icons-dark li a i {
    color: #FFF;
}

.social-icons.social-icons-transparent li {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.social-icons.social-icons-transparent li a {
    background: transparent;
}

.social-icons.social-icons-icon-light li a i {
    color: #FFF;
}

.social-icons.social-icons-icon-light.social-icons-clean li a i {
    color: #FFF !important;
}

.social-icons.social-icons-big li a {
    height: 48px;
    line-height: 48px;
    width: 48px;
}

.social-icons.social-icons-opacity-light li a {
    background: rgba(255, 255, 255, 0.04);
}

.social-icons:not(.social-icons-clean) li {
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.social-icons:not(.social-icons-clean) li a {
    background: #FFF;
}

.social-icons-dark.social-icons-clean li a {
    background: transparent;
    color: #FFF !important;
}

/* Tables */
.table td, .table th {
    border-color: rgba(0, 0, 0, 0.06);
}

.table > thead > tr > td.primary,
.table > tbody > tr > td.primary,
.table > tfoot > tr > td.primary,
.table > thead > tr > th.primary,
.table > tbody > tr > th.primary,
.table > tfoot > tr > th.primary,
.table > thead > tr.primary > td,
.table > tbody > tr.primary > td,
.table > tfoot > tr.primary > td,
.table > thead > tr.primary > th,
.table > tbody > tr.primary > th,
.table > tfoot > tr.primary > th {
    background-color: #CCC;
    color: #FFF;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #28a745;
    color: #FFF;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #ffc107;
    color: #FFF;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #dc3545;
    color: #FFF;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #17a2b8;
    color: #FFF;
}

.table > thead > tr > td.dark,
.table > tbody > tr > td.dark,
.table > tfoot > tr > td.dark,
.table > thead > tr > th.dark,
.table > tbody > tr > th.dark,
.table > tfoot > tr > th.dark,
.table > thead > tr.dark > td,
.table > tbody > tr.dark > td,
.table > tfoot > tr.dark > td,
.table > thead > tr.dark > th,
.table > tbody > tr.dark > th,
.table > tfoot > tr.dark > th {
    background-color: #212529;
    color: #FFF;
}

/* Tabs */
.tabs {
    border-radius: 4px;
    margin-bottom: 20px;
}

.nav-tabs {
    margin: 0;
    padding: 0;
    border-bottom-color: #EEE;
}

.nav-tabs li:last-child .nav-link {
    margin-right: 0;
}

.nav-tabs li .nav-link {
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
    margin-right: 1px;
}

.nav-tabs li .nav-link, .nav-tabs li .nav-link:hover {
    background: #f7f7f7;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
    color: #CCC;
}

.nav-tabs li .nav-link:hover {
    border-bottom-color: transparent;
    border-top: 3px solid #CCC;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.nav-tabs li .nav-link:active, .nav-tabs li .nav-link:focus {
    border-bottom: 0;
}

.nav-tabs li.active .nav-link,
.nav-tabs li.active .nav-link:hover,
.nav-tabs li.active .nav-link:focus {
    background: #FFF;
    border-left-color: #EEE;
    border-right-color: #EEE;
    border-top: 3px solid #CCC;
    color: #CCC;
}

.tab-content {
    border-radius: 0 0 4px 4px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}
/* Vertical */
.tabs-vertical {
    display: table;
    width: 100%;
    padding: 0;
    border-top: 1px solid #EEE;
}

.tabs-vertical .tab-content {
    display: table-cell;
    vertical-align: top;
}

.tabs-vertical .nav-tabs {
    border-bottom: none;
    display: table-cell;
    height: 100%;
    float: none;
    padding: 0;
    vertical-align: top;
    width: 25%;
}

.tabs-vertical .nav-tabs > li {
    display: block;
}

.tabs-vertical .nav-tabs > li .nav-link {
    border-radius: 0;
    display: block;
    padding-top: 10px;
}

.tabs-vertical .nav-tabs > li .nav-link, .tabs-vertical .nav-tabs > li .nav-link:hover, .tabs-vertical .nav-tabs > li .nav-link:focus {
    border-bottom: none;
    border-top: none;
}

.tabs-vertical .nav-tabs > li.active .nav-link,
.tabs-vertical .nav-tabs > li.active .nav-link:hover,
.tabs-vertical .nav-tabs > li.active .nav-link:focus {
    border-top: none;
}

/* Vertical - Left Side */
.tabs-left {
    padding: 0;
}

.tabs-left .tab-content {
    border-radius: 0 5px 5px 5px;
    border-left: none;
}

.tabs-left .nav-tabs > li {
    margin-right: -1px;
}

.tabs-left .nav-tabs > li:first-child .nav-link {
    border-radius: 5px 0 0 0;
}

.tabs-left .nav-tabs > li:last-child .nav-link {
    border-radius: 0 0 0 5px;
    border-bottom: 1px solid #eee;
}

.tabs-left .nav-tabs > li .nav-link {
    border-right: 1px solid #EEE;
    border-left: 3px solid #EEE;
    margin-right: 1px;
    margin-left: -3px;
}

.tabs-left .nav-tabs > li .nav-link:hover {
    border-left-color: #CCC;
}

.tabs-left .nav-tabs > li.active .nav-link,
.tabs-left .nav-tabs > li.active .nav-link:hover,
.tabs-left .nav-tabs > li.active .nav-link:focus {
    border-left: 3px solid #CCC;
    border-right-color: #FFF;
}

/* Toggles */
.toggle {
    margin: 10px 0 20px;
    position: relative;
    clear: both;
}

.toggle .toggle {
    margin: 10px 0 0;
}

.toggle > input {
    cursor: pointer;
    filter: alpha(opacity=0);
    height: 45px;
    margin: 0;
    opacity: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}

.toggle > label {
    -webkit-transition: all .15s ease-out;
    transition: all .15s ease-out;
    background: #f7f7f7;
    border-left: 3px solid #CCC;
    border-radius: 5px;
    color: #CCC;
    display: block;
    min-height: 20px;
    padding: 12px 20px 12px 10px;
    position: relative;
    cursor: pointer;
    font-weight: 400;
}

.toggle > label:-moz-selection {
    background: none;
}

.toggle > label i.fa-minus {
    display: none;
}

.toggle > label i.fa-plus {
    display: inline;
}

.toggle > label:selection {
    background: none;
}

.toggle > label:before {
    content: " ";
    position: absolute;
    top: calc(50% + 1px);
    right: 14px;
    border-color: #CCC;
    border-top: 1px solid;
    border-right: 1px solid;
    width: 8px;
    height: 8px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: top 0.3s, -webkit-transform 0.3s;
    transition: top 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, top 0.3s;
    transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(-45deg) translate3d(0, -50%, 0);
    transform: rotate(-45deg) translate3d(0, -50%, 0);
    -webkit-transform-origin: 35%;
    transform-origin: 35%;
}

.toggle > label:hover {
    background: #f5f5f5;
}

.toggle > label + p {
    color: #999;
    display: block;
    overflow: hidden;
    padding-left: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 25px;
}

.toggle > label i {
    font-size: 0.7em;
    margin-right: 8px;
    position: relative;
    top: -1px;
}

.toggle > .toggle-content {
    display: none;
}

.toggle > .toggle-content > p {
    margin-bottom: 0;
    padding: 10px 0;
}

.toggle.active i.fa-minus {
    display: inline;
}

.toggle.active i.fa-plus {
    display: none;
}

.toggle.active > label {
    background: #f7f7f7;
    border-color: #CCC;
}

.toggle.active > label:before {
    top: calc(50% - 8px);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}

.toggle.active > p {
    white-space: normal;
}

.toggle > p.preview-active {
    height: auto;
    white-space: normal;
}

.toggle.toggle-sm .toggle > label {
    font-size: 0.9em;
    padding: 6px 20px 6px 10px;
}

.toggle.toggle-sm .toggle > .toggle-content > p {
    font-size: 0.9em;
}

.toggle.toggle-lg .toggle > label {
    font-size: 1.1em;
    padding: 16px 20px 16px 20px;
}

.toggle.toggle-lg .toggle > .toggle-content > p {
    font-size: 1.1em;
}

.toggle.toggle-simple .toggle > label {
    border-radius: 0;
    border: 0;
    background: transparent;
    color: #777;
    padding-left: 32px;
    margin-bottom: -10px;
    font-size: 1em;
    font-weight: 600;
    color: #212529;
}

.toggle.toggle-simple .toggle > label:after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    background: #CCC;
    top: 25px;
    margin-top: -12px;
    border-radius: 3px;
    z-index: 1;
}

.toggle.toggle-simple .toggle > label:before {
    border: 0;
    left: 9px;
    right: auto;
    margin-top: 0;
    top: 12px;
    font-family: 'FontAwesome';
    font-weight: 900;
    content: "\f067";
    z-index: 2;
    color: #FFF;
    font-size: 7px;
    width: auto;
    height: auto;
    -webkit-transform: none;
    transform: none;
}

.toggle.toggle-simple .toggle.active > label {
    background: transparent;
    color: #212529;
}

.toggle.toggle-simple .toggle.active > label:before {
    content: "\f068";
}

.toggle.toggle-minimal .toggle {
    margin: 0;
}

.toggle.toggle-minimal .toggle > label {
    background: transparent;
    color: #777;
    border-left: 0;
    border-bottom: 1px solid #CCCC;
    border-radius: 0;
    margin: 0;
    padding: 12px 20px 12px 0;
    font-weight: 600;
}

.toggle.toggle-minimal .toggle.active > label {
    background: transparent;
    border-bottom-color: #CCC;
}

/* Paragraphs */
p {
    color: #777;
    line-height: 26px;
    margin: 0 0 20px;
}

/* Default Font Style */
.default-font {
    font-family: "Open Sans", Arial, sans-serif;
}

a {
    color: #006747;
}
a:hover {
    color: #002E1F;
}
a:focus {
    color: #002E1F;
}
a:active {
    color: #006747;
}
html .text-color-primary,
html .text-primary {
    color: #006747 !important;
}
html .text-color-hover-primary:hover,
html .text-hover-primary:hover {
    color: #006747 !important;
}
html .bg-color-primary,
html .bg-primary {
    background-color: #006747 !important;
}
html .border-color-primary {
    border-color: #006747 !important;
}
html .border-color-hover-primary:hover {
    border-color: #006747 !important;
}
.nav-pills > li.active > a,
.nav-pills .nav-link.active {
    background-color: #006747;
}
.nav-pills > li.active > a:hover,
.nav-pills .nav-link.active:hover,
.nav-pills > li.active > a:focus,
.nav-pills .nav-link.active:focus {
    background-color: #006747;
}
.nav-active-style-1 > li > a:hover,
.nav-active-style-1 > li > a:focus,
.nav-active-style-1 > li > a.active {
    border-bottom-color: #006747;
}
html .nav-pills-primary a {
    color: #006747;
}
html .nav-pills-primary a:hover {
    color: #002E1F;
}
html .nav-pills-primary a:focus {
    color: #002E1F;
}
html .nav-pills-primary a:active {
    color: #088cdb;
}
html .nav-pills-primary .nav-link.active,
html .nav-pills-primary > li.active > a {
    background-color: #006747;
}
html .nav-pills-primary .nav-link.active:hover,
html .nav-pills-primary > li.active > a:hover,
html .nav-pills-primary .nav-link.active:focus,
html .nav-pills-primary > li.active > a:focus {
    background-color: #006747;
}
html .badge-primary {
    background-color: #006747;
}
html .overlay-color-primary:not(.no-skin):before {
    background-color: #006747 !important;
}
.btn-link {
    color: #006747;
}
.btn-link:hover {
    color: #002E1F;
}
.btn-link:active {
    color: #088cdb;
}
html .btn-primary {
    background-color: #006747;
    border-color: #006747 #006747 #004C34;
    color: #FFF;
}
html .btn-primary:hover,
html .btn-primary.hover {
    background-color: #DA291C;
    border-color: #00704D #00704D #00704D;
    color: #FFF;
}
html .btn-primary:focus,
html .btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
                    box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
}
html .btn-primary.disabled,
html .btn-primary:disabled {
    background-color: #006747;
    border-color: #006747 #006747 #004C34;
}
html .btn-primary:active,
html .btn-primary.active {
    background-color: #004C34 !important;
    background-image: none !important;
    border-color: #004C34 #004C34 #055d92 !important;
}
html .btn-primary-scale-2 {
    background-color: #004C34;
    border-color: #004C34 #004C34 #055d92;
    color: #FFF;
}
html .btn-primary-scale-2:hover,
html .btn-primary-scale-2.hover {
    background-color: #0994e8;
    border-color: #006747 #006747 #004C34;
    color: #FFF;
}
html .btn-primary-scale-2:focus,
html .btn-primary-scale-2.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(7, 125, 195, 0.5);
                    box-shadow: 0 0 0 3px rgba(7, 125, 195, 0.5);
}
html .btn-primary-scale-2.disabled,
html .btn-primary-scale-2:disabled {
    background-color: #004C34;
    border-color: #004C34 #004C34 #055d92;
}
html .btn-primary-scale-2:active,
html .btn-primary-scale-2.active {
    background-color: #06659e !important;
    background-image: none !important;
    border-color: #055d92 #055d92 #043e60 !important;
}
html .show > .btn-primary.dropdown-toggle,
html .show > .btn-primary-scale-2.dropdown-toggle {
    background-color: #004C34 !important;
    background-image: none !important;
    border-color: #004C34 #004C34 #055d92 !important;
}
html .btn-outline.btn-primary {
    color: #006747;
    background-color: transparent;
    background-image: none;
    border-color: #006747;
}
html .btn-outline.btn-primary:hover,
html .btn-outline.btn-primary.hover {
    color: #FFF;
    background-color: #006747;
    border-color: #006747;
}
html .btn-outline.btn-primary:focus,
html .btn-outline.btn-primary.focus {
    -webkit-box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
                    box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
}
html .btn-outline.btn-primary.disabled,
html .btn-outline.btn-primary:disabled {
    color: #006747;
    background-color: transparent;
}
html .btn-outline.btn-primary:active,
html .btn-outline.btn-primary.active {
    color: #FFF !important;
    background-color: #006747 !important;
    border-color: #006747 !important;
}
html .show > .btn-outline.btn-primary.dropdown-toggle {
    color: #FFF !important;
    background-color: #006747 !important;
    border-color: #006747 !important;
}
html .btn-with-arrow.btn-primary {
    background-color: transparent;
    border-color: transparent;
    color: #006747;
}
html .btn-with-arrow.btn-primary:active {
    background-color: transparent !important;
    border-color: transparent !important;
    color: #006747 !important;
}
html .btn-with-arrow.btn-primary span {
    background-color: #006747;
    -webkit-box-shadow: 2px 3px 18px -3px #006747;
                    box-shadow: 2px 3px 18px -3px #006747;
}
html .btn-with-arrow.btn-primary.btn-outline {
    border-color: #006747 !important;
}
html .btn-with-arrow.btn-primary.btn-outline:hover span {
    background-color: #002E1F !important;
    -webkit-box-shadow: none;
                    box-shadow: none;
}
.pagination > li > a,
.pagination > li > span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #006747;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination .page-item.active .page-link {
    background-color: #006747 !important;
    border-color: #006747;
}
.pagination > .active > a{
    background-color: #006747;
    border-color: #006747 #006747 #004C34;
    color: #fff;
}
.pagination > .active > a:hover,
.pagination > .active > a.hover,{
    background-color: #2cabf7;
    border-color: #38b0f8 #38b0f8 #006747;
    color: #fff;
}
.pagination > .active > a:focus,
.pagination > .active > a.focus, {
    -webkit-box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
                    box-shadow: 0 0 0 3px rgba(9, 156, 244, 0.5);
}
.pagination > .active > a.disabled,
.pagination > .active > a:disabled,{
    background-color: #006747;
    border-color: #006747 #006747 #004C34;
}
.pagination > .active > a:active,
.pagination > .active > a.active,{
    background-color: #004C34 !important;
    background-image: none !important;
    border-color: #004C34 #004C34 #055d92 !important;
}
html .toggle-primary .toggle label {
    color: #006747;
    border-left-color: #006747;
    border-right-color: #006747;
}
html .toggle-primary .toggle.active > label {
    background-color: #006747;
    border-color: #006747;
    color: #FFF;
}
html body .tabs .nav-tabs .nav-link,
html body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs li.active .nav-link{
    color: #006747;
}
html body .tabs .nav-tabs .nav-link:hover,
html body .tabs .nav-tabs .nav-link:focus,
html body .tabs .nav-tabs li.active .nav-link,
html body .tabs .nav-tabs.nav-justified .nav-link:hover,
html body .tabs .nav-tabs.nav-justified .nav-link:focus{
    border-top-color: #006747;
}
html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs li.active .nav-link:focus{
    border-bottom-color: #006747;
}
html body .tabs.tabs-vertical.tabs-left .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-left .nav-tabs li.active .nav-link:focus{
    border-left-color: #006747;
}
html body .tabs.tabs-vertical.tabs-right .nav-tabs li .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:hover,
html body .tabs.tabs-vertical.tabs-right .nav-tabs li.active .nav-link:focus{
    border-right-color: #006747;
}
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li.active .nav-link:hover{
    border-top-color: #006747;
    color: #006747;
}
html body .tabs-primary .nav-tabs li .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link,
html body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover{
    color: #006747;
}
html body .tabs-primary .nav-tabs li .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li .nav-link:hover {
    border-top-color: #006747;
}
html body .tabs-primary .nav-tabs li.active .nav-link,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary .nav-tabs li.active .nav-link:hover,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary .nav-tabs li.active .nav-link:focus,
html body .tabs-primary .nav-tabs.nav-justified li.active .nav-link:focus{
    border-top-color: #006747;
    color: #006747;
}
html body .tabs-primary.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:hover,
html body .tabs-primary.tabs-bottom .nav-tabs li.active .nav-link:focus,
html body .tabs-primary.tabs-bottom .nav-tabs.nav-justified li.active .nav-link:focus{
    border-bottom-color: #006747;
}
html body .tabs-primary.tabs-vertical.tabs-left li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-left li.active .nav-link:focus{
    border-left-color: #006747;
}
html body .tabs-primary.tabs-vertical.tabs-right li .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:hover,
html body .tabs-primary.tabs-vertical.tabs-right li.active .nav-link:focus{
    border-right-color: #006747;
}
.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
    color: #006747;
    border-color: #006747;
}
.list.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.list-icons-style-3 li > .icons:first-child,
.list.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #006747;
}
.list.list-ordened li:before {
    color: #006747;
    border-color: #006747;
}
.list.list-ordened.list-ordened-style-3 li:before {
    background-color: #006747;
}
html .list-primary.list-icons li > [class*="fa-"]:first-child,
html .list-primary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons li > .icons:first-child,
html .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #006747;
    border-color: #006747;
}
html .list-primary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-primary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-primary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #006747;
    color: #FFF;
}
html .list-primary.list-ordened li:before {
    color: #006747;
}
html .list-primary.list-ordened.list-ordened-style-3 li:before {
    background-color: #006747;
    color: #FFF;
}
html .list-secondary.list-icons li > [class*="fa-"]:first-child,
html .list-secondary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons li > .icons:first-child,
html .list-secondary.list-icons li a:first-child > .icons:first-child {
    color: #0C61E0;
    border-color: #0C61E0;
}
html .list-secondary.list-icons.list-icons-style-3 li > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > [class*="fa-"]:first-child,
html .list-secondary.list-icons.list-icons-style-3 li > .icons:first-child,
html .list-secondary.list-icons.list-icons-style-3 li a:first-child > .icons:first-child {
    background-color: #0C61E0;
    color: #FFF;
}
.accordion .card-header a {
    color: #006747;
}
html .accordion.accordion-primary .card-header {
    background-color: #006747 !important;
}
html .accordion.accordion-primary .card-header a {
    color: #FFF;
}
html .divider.divider-primary [class*="fa-"],
html .divider.divider-primary .icons {
    color: #006747;
}
html .divider.divider-primary.divider-small hr {
    background: #006747;
}

#header .header-btn-collapse-nav {
    background: #006747;
}
@media (min-width: 992px) {
    #header .header-nav-main nav > ul > li > a {
        color: #006747;
    }
    #header .header-nav-main nav > ul > li.open > a,
    #header .header-nav-main nav > ul > li:hover > a {
        background: #006747;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #006747;
    }
    #header .header-nav-main nav > ul > li.dropdown.open > a:before,
    #header .header-nav-main nav > ul > li.dropdown:hover > a:before {
        border-bottom-color: #006747;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu {
        border-top-color: #006747;
    }
    #header .header-nav-main nav > ul > li.dropdown-mega-signin .dropdown-menu li a {
        color: #006747;
    }
    #header .header-nav-main nav > ul:not(:hover) > li > a.active {
        background-color: #006747;
        color: #FFF;
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a {
        color: #006747;
    }
    #header .header-nav.header-nav-line nav > ul li:hover > a:before {
        background: #006747;
    }
    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active {
        color: #006747;
    }
    #header .header-nav.header-nav-line nav > ul:not(:hover) li > a.active:before {
        background: #006747;
    }
}

html #header .header-top.header-top-primary {
    background: #006747;
    border-top-color: #088cdb;
}
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a {
    background: #002E1F;
}
html #header .header-top.header-top-primary .header-nav-top ul > li > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:hover,
html #header .header-top.header-top-primary .header-nav-top ul > li > a:focus,
html #header .header-top.header-top-primary .header-nav-top ul > li.open > a:focus {
    background: #002E1F;
}
html #header .header-top.header-top-primary .dropdown-menu {
    background: #002E1F;
    border-color: #002E1F;
}
html #header .header-top.header-top-primary .dropdown-menu a:hover,
html #header .header-top.header-top-primary .dropdown-menu a:focus {
    background: #38b0f8 !important;
}
.recent-posts .date .month,
article.post .post-date .month {
    background-color: #006747;
}
.recent-posts .date .day,
article.post .post-date .day {
    color: #006747;
}
#footer .footer-ribbon {
    background: #006747;
}
#footer .footer-ribbon:before {
    border-right-color: #066daa;
    border-left-color: #066daa;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active {
    color: #006747 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:not(:hover) > li > a.active:before {
    background: #006747 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a {
    color: #006747 !important;
}
#footer .footer-nav.footer-nav-bottom-line nav > ul:hover > li:hover > a:before {
    background: #006747 !important;
}

/* dil seçimi için eklendi. */

.language-currency .language-switcher,
.language-currency .currency-switcher{
    float:left;
}
.language-currency .currency-switcher{
   left:10px;
   line-height:34px;
}

.language-currency .overwrite-switch span > span {
    padding-left:24px;
}

.language-currency .inner{
    float:left;
}
.language-currency ul li{
    padding:4px 8px;
}

.language-currency .language-switcher .overwrite-switch{
    border-left:0px solid #ddd;
}
.language-currency .overwrite-switch:after{
    content: '\f107';
    font-family: "FontAwesome";
    color:#FFFFFF;
    font-size:13px;
    margin-left:10px;
}
.language-currency .switcher-wrap{
    position:relative;
}
.language-currency .switcher-wrap #select-currency.switch-content{
    left:-1px;
    min-width: 68px;
}
.language-currency .switcher-wrap .switch-content{
    position:absolute;
    top:34px;
    left:4px;
    opacity: 0; filter:alpha(opacity = 0);
    visibility:visible;
    min-width:70px;
}

.language-currency .switcher-wrap:hover .switch-content{
    opacity: 1; filter:alpha(opacity = 100);
    visibility:visible;
}
.language-currency .switcher-wrap:hover {
    cursor:pointer;
}

.language-currency .switcher-wrap:hover .switch-content,
.language-currency .switcher-wrap .switch-content{
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.language-currency .switcher-wrap .switch-content,
.toolbar .select-inner ul{
    transform: scale(0) rotate(0deg);
    -ms-transform: scale(0) rotate(0deg);
    -moz-transform: scale(0) rotate(0deg);
    -webkit-transform: scale(0) rotate(0deg);
    -o-transform: scale(0) rotate(0deg);
}
.language-currency .switcher-wrap:hover .switch-content,
.toolbar .select-inner:hover ul{
    transform: scale(1.0) rotate(0deg);
    -ms-transform: scale(1.0) rotate(0deg);
    -moz-transform: scale(1.0) rotate(0deg);
    -webkit-transform: scale(1.0) rotate(0deg);
    -o-transform: scale(1.0) rotate(0deg);
}

.language-currency .inner{
    float:left;
}
.language-currency ul{
    background-color:#006747;
    border:0px solid #ddd;
    float:left;
    padding:2px 7px;
    border-top:none;
    margin: 0px;
    z-index:5;
}
.language-currency ul li{
    padding:4px 8px;
    list-style-type: none;
}
.language-currency ul li:hover{
    background-color: #00422D;
}
.language-currency ul li a {
    padding-left: 24px;
    color:white;
    text-decoration: none;
}
.language-currency .overwrite-switch{
    height:40px;
    line-height:40px;
    padding:0 10px;
}
.language-currency .overwrite-switch span{
    color:white;
}

@media (max-width: 1100px) {
    .language-switcher ul li{
        float:left;
        padding-left:20px;
    }
}

/* Nav List */
ul.nav-list li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.nav-list li a {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    padding: 8px 0 8px 22px;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 20px;
}

ul.nav-list li a:before {
    font-family: 'FontAwesome';
    content: "\f054";
    font-weight: 900;
    position: absolute;
    top: 8px;
    font-size: 7.2px;
    font-size: 0.45rem;
    opacity: 0.7;
    -webkit-transform: translate3d(-1px, 0, 0);
    transform: translate3d(-1px, 0, 0);
    left: 12px;
}

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

ul.nav-list li a:hover:before,
ul.nav-list li a:hover i[class*="fa-chevron"] {
    -webkit-animation-name: arrowLeftRight;
    animation-name: arrowLeftRight;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

ul.nav-list li a i[class*="fa-chevron"] {
    position: relative;
    top: -1px;
    font-size: 8px;
    font-size: 0.5rem;
    opacity: 0.8;
}

ul.nav-list li > a.active {
    font-weight: bold;
}

ul.nav-list li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

ul.nav-list li:last-child a {
    border-bottom: 0;
}

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

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

ul.nav-list.show-bg-active .active > a,
ul.nav-list.show-bg-active a.active {
    background-color: #f5f5f5;
}

ul.nav-list.show-bg-active .active > a:hover,
ul.nav-list.show-bg-active a.active:hover {
    background-color: #eee;
}

ul.nav-list.no-arrows li a:before {
    content: none;
}

ul.nav-list-simple li {
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
}

ul.nav-list-simple li a {
    -webkit-transition: background 0.1s;
    transition: background 0.1s;
    border-bottom: 1px solid rgba(0, 0, 0, 0.07);
    padding: 8px 0;
    display: block;
    color: #666;
    font-size: 0.9em;
    text-decoration: none;
    line-height: 20px;
    -webkit-transition: ease padding 300ms;
    transition: ease padding 300ms;
}

ul.nav-list-simple li > a.active {
    font-weight: bold;
}

ul.nav-list-simple li:hover a {
    padding-left: 4px;
}

ul.nav-list-simple li ul {
    list-style: none;
    margin: 0 0 0 25px;
    padding: 0;
}

aside ul.nav-list > li > a {
    color: #666;
    font-size: 1em;
    padding: 8px 0 8px 22px;
}

/* ÝLETÝŢÝM */
#contactFormAdvanced input, #contactFormAdvanced textarea {
    height:50px;
    border-radius: 0;
    padding-right:20px;
    padding-left:20px;
    font-family: 'NoyhR', Arial, sans-serif;
    font-style: normal;
    font-weight: 300;
    width:100%;
}
#contactFormAdvanced textarea {
    height:150px;
}

#contactFormSubmit {
    width: 300px !important;
}
#contactFormAdvanced .row {
    display: block;
}
.h-40 {
    height: 40px!important;
    line-height: 40px!important;
    overflow:hidden;
}


.mmenu-toggle-btn {
    display: block;
    width: 30px;
    height: auto;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    padding: 0;
    float: right;
    margin: 5.5px 5px;
    vertical-align: middle;
    color: #6C605A;
}
@media (min-width: 992px) {
    .mmenu-toggle-btn {
        display: none;
    }
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
    color: #6C605A;
    text-decoration: none;
}

.mobile-nav {
    display: block !important;
    position: fixed;
    top: 0;
    left: -85%;
    z-index: 999;
    width: 85%;
    height: 100%;
    overflow-y: scroll;
    padding: 20px 15px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #FFFFFF;
}

#mobile-menu-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.mmenu-open.body {
    left: 250px;
}
.mmenu-open #mobile-menu-overlay {
    opacity: 0.15;
    visibility: visible;
}
.mmenu-open .mobile-nav {
    left: 0;
}

.mobile-side-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.mobile-side-menu > li > a {
    text-transform: uppercase;
}
.mobile-side-menu li {
    display: block;
    position: relative;
    padding: 10px 0;
}
.mobile-side-menu li:after {
    content: '';
    display: table;
    clear: both;
}
.mobile-side-menu li a {
    display: block;
    font-size: 14px;
    line-height: 26px;
    background-color: transparent;
    color: #6C605A;
    border: 0;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    text-decoration: none !important;
}
.mobile-side-menu li a:after {
    content: '';
    display: table;
    clear: both;
}
.mobile-side-menu li ul {
    display: none;
    padding: 0;
    margin: 0;
    list-style: none;
}
.mobile-side-menu li li a {
    margin-left: 10px;
    font-size: 14px;
    color: #222b65;
}
.mobile-side-menu li li a:before {
    font: normal normal 18px/30px "FontAwesome";
    text-decoration: inherit;
    content: "\f105";
    -webkit-font-smoothing: antialiased;
    float: left;
    margin-right: 10px;
}
.mobile-side-menu li li li a {
    margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    color: #6C605A;
    background-color: transparent;
    cursor: pointer;
    font-size: 0;
    width: 40px;
    height: 40px;
    margin-top: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
    content: "\f196";
    font-family: 'FontAwesome';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    cursor: pointer;
    width: 19px;
    height: 19px;
    font-size: 19px;
    line-height: 19px;
    display: block;
    position: absolute;
    left: 10px;
    top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
    content: "\f147";
}

.mobile-nav .mobile_menufooter {
    justify-content: inherit;
    position:relative;
    padding-top:10px;
    padding-bottom:20px;
    border-top:1px solid;
    border-bottom:1px solid;
}
.mobile-nav .mobine_menu_alt {
    display: flex;
    flex-grow: 1;
    align-items: center;
    align-self: stretch;
    max-height: 100%;
    width:100%;
    margin-top:10px;
}

.mobile-nav .mobine_menu_alt ul{
    margin-right:5px;
}
.ahrefyok {
    cursor: pointer;
}

/* breaking news */

.breakingNews{width:100%; height:40px; /*background:#FFF;*/ position:relative; border:solid 2px #006747; overflow:hidden;}
.breakingNews>.bn-title{width:auto; height:40px; display:inline-block; background:#006747; position:relative;}
.breakingNews>.bn-title>h2{display:inline-block; margin:0; padding:0 20px; line-height:40px; font-size:20px; color:#FFF; height:40px; box-sizing:border-box;}
.breakingNews>.bn-title>span{width: 0;position:absolute;right:-10px;top:10px;height: 0;border-style: solid;border-width: 10px 0 10px 10px;border-color: transparent transparent transparent #2096cd;}

.breakingNews>ul{padding:0; margin:0; list-style:none; position:absolute; left:210px; top:0; right:40px; height:40px; font-size:16px;}
.breakingNews>ul>li{position:absolute; height:40px; width:100%; line-height:40px; display:none;}
.breakingNews>ul>li>a{text-decoration:none; color:#FFFFFF; overflow:hidden; display:block; white-space: nowrap;text-overflow: ellipsis; font-weight:normal;}
.breakingNews>ul>li>a>span{color:#006747;}
.breakingNews>ul>li>a:hover{color:#006747;}

.breakingNews>.bn-navi{width:40px; height:40px; position:absolute; right:0; top:0; opacity:0;}
.breakingNews>.bn-navi>span{width:20px; height:40px; position:absolute; top:0; cursor:pointer; opacity:0.3; background-image:url(../img/bn-arrows.png); background-repeat:no-repeat;}
.breakingNews>.bn-navi>span:hover{opacity:1;}
.breakingNews>.bn-navi>span:first-child{background-position:left center; left:0;}
.breakingNews>.bn-navi>span:last-child{background-position:right center; right:0;}
.breakingNews:hover .bn-navi{opacity:1;}

.bn-large{height:50px;}
.bn-large>.bn-title{height:50px;}
.bn-large>.bn-title>h2{line-height:50px; font-size:26px;}
.bn-large>.bn-title>span{top:15px;}
.bn-large>ul{height:50px; left:250px; font-size:20px;}
.bn-large>ul>li{height:50px; line-height:50px;}
.bn-large>.bn-navi{height:50px; }
.bn-large>.bn-navi>span{height:50px;}

.bn-small{height:30px;}
.bn-small>.bn-title{height:30px;}
.bn-small>.bn-title>h2{line-height:30px; font-size:18px;}
.bn-small>.bn-title>span{top:5px;}
.bn-small>ul{height:30px; left:200px; font-size:14px;}
.bn-small>ul>li{height:30px; line-height:30px;}
.bn-small>.bn-navi{height:30px; }
.bn-small>.bn-navi>span{height:30px;}

/*color styles -----------------------------*/
.bn-red{border-color:#ED1C24;}
.bn-red>.bn-title{background:#ED1C24;}
.bn-red>.bn-title>span{border-left-color:#ED1C24;}
.bn-red>ul>li>a:hover,.bn-red>ul>li>a>span{color:#ED1C24;}

.bn-green{border-color:#27ae60;}
.bn-green>.bn-title{background:#27ae60;}
.bn-green>.bn-title>span{border-left-color:#27ae60;}
.bn-green>ul>li>a:hover,.bn-green>ul>li>a>span{color:#27ae60;}

.bn-purple{border-color:#795aac;}
.bn-purple>.bn-title{background:#795aac;}
.bn-purple>.bn-title>span{border-left-color:#795aac;}
.bn-purple>ul>li>a:hover,.bn-purple>ul>li>a>span{color:#795aac;}

.bn-turquoise{border-color:#1fb5ad;}
.bn-turquoise>.bn-title{background:#1fb5ad;}
.bn-turquoise>.bn-title>span{border-left-color:#1fb5ad;}
.bn-turquoise>ul>li>a:hover,.bn-turquoise>ul>li>a>span{color:#1fb5ad;}

.bn-orange{border-color:#f46e27;}
.bn-orange>.bn-title{background:#f46e27;}
.bn-orange>.bn-title>span{border-left-color:#f46e27;}
.bn-orange>ul>li>a:hover,.bn-orange>ul>li>a>span{color:#f46e27;}

.bn-black{border-color:#333;}
.bn-black>.bn-title{background:#333;}
.bn-black>.bn-title>span{border-left-color:#333;}
.bn-black>ul>li>a:hover,.bn-black>ul>li>a>span{color:#333;}

.bn-yellow{border-color:#d3ac23;}
.bn-yellow>.bn-title{background:#d3ac23;}
.bn-yellow>.bn-title>span{border-left-color:#d3ac23;}
.bn-yellow>ul>li>a:hover,.bn-yellow>ul>li>a>span{color:#d3ac23;}

.bn-light{border-color:#DDD;}
.bn-light>.bn-title{background:#DDD;}
.bn-light>.bn-title>h2{color:#333;}
.bn-light>.bn-title>span{border-left-color:#DDD;}
.bn-light>ul>li>a:hover,.bn-light>ul>li>a>span{color:#DDD;}

.bn-pink{border-color:#d65aac;}
.bn-pink>.bn-title{background:#d65aac;}
.bn-pink>.bn-title>span{border-left-color:#d65aac;}
.bn-pink>ul>li>a:hover,.bn-pink>ul>li>a>span{color:#d65aac;}

.bn-darkred{border-color:#d01e1e;}
.bn-darkred>.bn-title{background:#d01e1e;}
.bn-darkred>.bn-title>span{border-left-color:#d01e1e;}
.bn-darkred>ul>li>a:hover,.bn-darkred>ul>li>a>span{color:#d01e1e;}

.bn-bordernone{border:none;}
.bn-italic>ul>li>a{font-style:italic;}
.bn-bold>ul>li>a{font-weight:bold;}

.breakingNews>.bn-navi,
.breakingNews>ul>li>a,
.breakingNews>.bn-navi>span{transition: .25s linear;-moz-transition: .25s linear;-webkit-transition: .25s linear;}


/* Call to Action */
.call-to-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    padding: 16px 32px;
    clear: both;
}

.call-to-action::after {
    clear: both;
    content: "";
    display: block;
}

@media (max-width: 767px) {
    .call-to-action {
        padding: 10px 10px;
    }
}

.call-to-action h3 {
    text-transform: none;
    color: #212529;
    padding: 0;
    margin: 0 0 9px;
}

.call-to-action p {
    font-size: 1.2em;
}

.call-to-action > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

.call-to-action .container > .row, .call-to-action .container-fluid > .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.call-to-action .container > .row > [class*="col-"], .call-to-action .container-fluid > .row > [class*="col-"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: center;
}

@media (max-width: 767px) {
    .call-to-action .container > .row > [class*="col-"]:nth-child(2), .call-to-action .container-fluid > .row > [class*="col-"]:nth-child(2) {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .call-to-action > [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }

    .call-to-action .container > .row [class*="col-"]:not([class*="col-xs"]) {
        width: 100%;
    }
}

.call-to-action .call-to-action-content {
    text-align: justify;
}

.call-to-action.call-to-action-big {
    padding: 63px 55px;
}

@media (max-width: 575px) {
    .call-to-action.call-to-action-big {
        padding: 63px 0;
    }
}

.call-to-action.call-to-action-front {
    z-index: 1;
}

.call-to-action.call-to-action-default {
    background: #f7f7f7;
}

.call-to-action.call-to-action-strong-grey {
    background: #EDEDED;
}

.call-to-action.call-to-action-dark {
    background: #333940;
}

.call-to-action.call-to-action-dark h3, .call-to-action.call-to-action-dark p {
    color: #FFF;
}

.call-to-action.with-borders {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.with-full-borders {
    border: 2px solid #CCC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured {
    background: #FFF;
    margin: 0;
    border-top: 3px solid #CCC;
    border-bottom: 1px solid #DFDFDF;
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
}

.call-to-action.featured.featured-primary {
    border-top-color: #CCC;
}

.call-to-action.featured.featured-secondary {
    border-top-color: #ED1C24;
}

.call-to-action.featured.featured-tertiary {
    border-top-color: #006747;
}

.call-to-action.featured.featured-quaternary {
    border-top-color: #333940;
}

.call-to-action.with-button-arrow .call-to-action-btn {
    position: relative;
}

@media (min-width: 992px) {
    .call-to-action.with-button-arrow .call-to-action-btn {
        left: -80px;
    }
}

.call-to-action.with-button-arrow .call-to-action-btn .arrow {
    position: absolute;
}

@media (max-width: 991px) {
    .call-to-action.with-button-arrow .call-to-action-btn .arrow {
        display: none;
    }
}

.call-to-action.with-button-arrow .call-to-action-btn.no-left {
    left: 0;
}

@media (max-width: 991px) {
    .call-to-action.with-button-arrow .call-to-action-btn.no-left {
        margin-top: -25px !important;
    }
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span {
    position: relative;
}

.call-to-action.with-button-arrow.button-arrow-price-centered .call-to-action-btn > span .arrow {
    right: 50% !important;
}

.call-to-action.content-align-center .call-to-action-content, .call-to-action.content-align-center .call-to-action-btn {
    width: 100%;
    text-align: center;
}

.call-to-action.button-centered .call-to-action-content {
    text-align: center;
    width: 100%;
    padding: 35px 0 0;
    margin: 0;
}

.call-to-action.button-centered .call-to-action-btn {
    text-align: center;
    position: static;
    margin: 20px auto 25px;
    width: auto;
}

.call-to-action.call-to-action-in-footer {
    padding-top: 70px;
    padding-bottom: 70px;
    margin-top: 30px;
    margin-bottom: -50px !important;
}

.call-to-action.call-to-action-in-footer:before {
    content: "";
    display: block;
    position: absolute;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #FFF;
    height: 20px;
    width: 20px;
    top: -5px;
    left: 50%;
    margin-left: -20px;
}

.call-to-action.no-top-arrow:before {
    display: none;
}

.call-to-action.call-to-action-in-footer-margin-top {
    margin-top: 60px;
}

.container .call-to-action {
    border-radius: 8px;
}

/* Responsive */
@media (max-width: 767px) {
    .call-to-action .call-to-action-content,
    .call-to-action .call-to-action-btn {
        margin: 0;
        padding: 0 2px;
        position: static;
        width: auto;
    }
}
