/*------------------------------------------------------------------
[Table of contents]

1. Main Styling
2. Header
3. Footer
4. About Us
5. 404 Error Page
6. Gallery
7. Contact
8. Blog
9. Sidebar
10. Page Title (top section)
11. Typography
12. Buttons
13. Call to action
14. Alerts
15. Forms
16. Banners
17. foundations
18. Miscellaneous
19. Post Formating
20. Other Plugins

-------------------------------------------------------------------*/


/*----------------------------------------------------------------*/

@font-face {
    font-family: 'HelveticaNeue-Bold';
    src: url('../fonts/HelveticaNeue-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Bold.woff') format('woff'), url('../fonts/HelveticaNeue-Bold.ttf') format('truetype'), url('../fonts/HelveticaNeue-Bold.svg#HelveticaNeue-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'HelveticaNeue-Light';
    src: url('../fonts/HelveticaNeue-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeue-Light.woff') format('woff'), url('../fonts/HelveticaNeue-Light.ttf') format('truetype'), url('../fonts/HelveticaNeue-Light.svg#HelveticaNeue-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

.primary-font,
body,
p {
    font-family: 'Roboto Condensed', sans-serif;
}

.heading-font,
.main-navigation a,
.site-footer ul.footer-list li,
.site-footer .copyright,
h1,
h2,
h3,
h4,
h5,
h6,
.btn.btn-bordered,
.alert,
.nav-tabs>li>a,
.subscribe-submit,
.tp-caption a.btn,
.bottom-part .donation-form .steps li,
ul.special-small li .date span:last-of-type,
ul.special-small li .special-content a.special-title,
.mean-container .mean-nav ul li a {
    font-family: 'Roboto Condensed', sans-serif;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


/*----------------------------------------------------------------*/

body {
    background: #ffffff;
    color: #282828;
    line-height: 24px;
    overflow-x: hidden;
}

body lesshat-selector {
    -lh-property: 0;
}

 ::selection {
    color: #fff;
    background: #fec131;
}

 ::-moz-selection {
    color: #fff;
    background: #fec131;
}

img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

a {
    color: #e95c51;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

a:active,
a:focus {
    color: #e95c51;
}

a:hover {
    color: #2C7EBE;
}

section {
    padding-bottom: 20px;
    font-size: 14px;
}

section .full-wrap {
    margin-bottom: 0;
}

.post-controls {
    margin-top: 30px;
}

.post-controls a {
    margin-top: 10px;
}

.post-controls a.go-prev {
    margin-right: 10px;
}

#preloader {
    overflow: hidden;
    background: #ffffff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}

#preloader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.go-top {
    visibility: hidden;
    opacity: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.2);
    display: block;
    color: #fff !important;
    font-size: 14px;
    text-align: center;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    position: fixed;
    bottom: 70px;
    right: 15px;
    z-index: 999;
}

.go-top.visible {
    visibility: visible;
    opacity: 1;
}

.go-top.fadeout {
    opacity: .8;
}

.full-wrap {
    margin-bottom: 20px;
    padding: 20px 0;
    background: #eeeeee;
}

.parallax-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    max-width: none;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    z-index: 11;
}

.line-seperator {
    width: 30px;
    height: 3px;
    display: block;
    margin: 20px 0;
    background: #36c3d0;
}

.section-header .line-seperator {
    width: 30px;
    height: 3px;
    display: block;
    margin: 10px 20px;
    background: #36c3d0;
}

.more-link {
    color: #e95c51;
    font-weight: bold;
}

.more-link:hover {
    color: #2268AB
}

.boxed-version {
    background: #ffffff;
}

.boxed {
    position: relative;
    width: 1200px;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
    margin-top: 0px;
    margin-bottom: 10px;
    background: #ffffff;
}

@media screen and (max-width: 768px) {
    .container {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 992px) {
    .container {
        width: 100%;
    }
}

.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.font-color1 {
    color: #2c7ebe
}

.font-color2 {
    color: #fec131
}

.font-color3 {
    color: #6ac9d1
}

.font-color4 {
    color: #f06930
}

.bg-color1 {
    background: #2c7ebe
}

.bg-color2 {
    background: #fec131
}

.bg-color3 {
    background: #6ac9d1
}

.bg-color4 {
    background: #f06930
}

.border-color1 {
    border-color: #2c7ebe
}

.border-color2 {
    border-color: #fec131
}

.border-color3 {
    border-color: #6ac9d1
}

.border-color4 {
    border-color: #f06930
}


/*----------------------------------------------------------------*/

.section-header h2 {
    margin-top: 20px;
    font-family: 'HelveticaNeue-Light', sans-serif;
    padding: 0 20px;
}

.section-header h3 {
    padding: 0 20px;
}

.section-header h2 span {
    color: #212121
}

.section-header.color1 h2 {
    color: #2c7ebe
}

.section-header.color2 h2 {
    color: #fec131
}

.section-header.color3 h2 {
    color: #6ac9d1
}

.section-header.color4 h2 {
    color: #f06930
}

.feature-header {
    background: #e3e3e3;
    height: 80px;
    display: flex;
}

.feature-header .feat-top {
    position: relative;
    background: #ffffff;
    width: auto;
    padding-right: 60px;
}

.section-header .feat-bottom {
    position: relative;
    display: block;
    background: #eeeeee;
}

.feature-header .feat-icon {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 0 0 20px;
    z-index: 13;
}

.feature-header .feat-icon img {
    height: 70px;
    margin-top: 5px;
}

.feature-header .rect1 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
}

.feature-header .feat-title {
    position: relative;
    z-index: 12;
    padding: 0;
    margin: 0;
    padding: 10px 20px;
}

.feature-header .feat-title h4 {
    padding: 6px 0;
    margin: 0;
    line-height: 24px;
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}

.feature-header .feat-title h4 span {
    display: table;
}

.section-header .feature-header,
.section-header .feature-header .rect1 {
    background: #fff;
}

.section-header.color1 .feature-header .feat-top,
.section-header.color1 .line-seperator {
    background: #2c7ebe
}

.section-header.color2 .feature-header .feat-top,
.section-header.color2 .line-seperator {
    background: #fec131
}

.section-header.color3 .feature-header .feat-top,
.section-header.color3 .line-seperator {
    background: #6ac9d1
}

.section-header.color4 .feature-header .feat-top,
.section-header.color4 .line-seperator {
    background: #f06930;
}

@media screen and (max-width: 768px) {
    .left-header {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .feature-header .feat-title h4 {
        font-size: 16px;
    }
}

.header-links {
    position: relative;
    height: 160px;
    margin-top: 10px;
}

.header-buttons {
    float: right;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.header-buttons .download-button {
    float: left;
    display: block;
}

.header-buttons .download-button .btn {
    padding: 10px 10px;
    font-size: 12px;
    width: 100%;
}

.btn.btn-blue {
    background: #006cb4;
    color: #ffffff;
}

ul.header-list.mt {
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

ul.header-list {
    padding: 0;
    margin: 0;
}

.header-links a.burger {
    color: #005690;
    display: none;
    font-size: 32px;
    position: absolute;
    right: 10px;
    bottom: 0px;
}

ul.header-list li {
    float: left;
    padding: 0px 10px;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    color: #aaaaaa;
}

ul.header-list li i {
    margin-right: 7px;
}

ul.header-list li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.1);
}

ul.header-list a {
    color: #aaaaaa;
}

ul.header-list a:hover,
ul.header-list .active a {
    color: #2C7EBE;
}

.header-social {
    text-align: right;
}

.header-social a {
    display: inline-block;
    padding: 14px 4px;
    font-size: 12px;
    color: #777777;
}

@media screen and (max-width: 768px) {
    .header-social {
        text-align: center;
    }
    .header-links a.burger {
        display: block;
    }
    #header-list-collapse.header-list {
        display: none;
        top: 90px;
        z-index: 100;
        min-width: 342px;
        width: auto;
    }
    #header-list-collapse.header-list li {
        display: block;
        background: #0265b5;
        float: none;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
        line-height: 40px;
    }
    #header-list-collapse.header-list li:last-child {
        border-bottom: none;
    }
    #header-list-collapse.header-list li a {
        color: #ffffff;
        display: block;
    }
    #header-list-collapse.header-list li a:hover {
        color: #eeeeee;
    }
}

.main-header {
    padding: 30px 0;
    position: relative;
}

.main-header .logo img {
    height: 170px;
    max-width: 100%;
}

.main-header .undp-logo {
    float: none;
}

@media all and (max-width:1200px) {
    .main-header .undp-logo {
        margin-right: 40px;
    }
}

.main-header .search-box {
    display: block;
    position: relative;
}

.main-header .search-form {
    float: right;
}

.main-header .search-form input {
    width: 158px;
    padding: 5px 10px;
    line-height: 25px;
    background: #eeeeee;
    border-color: #eeeeee;
}

.search-box-xs,
.mobile-buttons-xs,
.top-header {
    display: none;
}

@media screen and (max-width: 991px) {
    .main-header .download-button {
        float: right;
        margin-left: 0;
    }
}

@media screen and (max-width: 768px) {
    .main-header .logo {
        width: 100%;
    }
    .main-header {
        padding: 10px 0;
    }
    .main-header .logo img {
        height: auto;
        max-width: 56px;
    }
    .row-about-section {
        grid-template-columns: 100% !important;
    }
    .main-header .search-box-xs {
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        height: 32px;
    }
    .main-header .mobile-buttons-xs {
        display: block;
    }
    .main-header .search-box-xs .search-form input {
        height: 32px;
    }
    .top-header {
        display: block;
        position: relative;
        background: #eeeeee;
        padding-top: 10px;
    }
    .mobile-buttons {
        display: flex;
        justify-content: flex-end;
        flex-direction: row;
        text-align: center;
        list-style: none;
        flex-wrap: wrap;
    }
    .mobile-buttons .download-button {
        font-size: 10px;
        margin: 0 10px 10px 0;
    }
    .mobile-buttons .download-button .btn {
        padding: 6px;
        text-align: center;
        width: 150px;
    }
    .mobile-buttons .dropdown-menu {
        right: 0;
    }
    .main-header .search-box-xs .search-form {
        float: right;
    }
    .search-box-xs .search-form .search-field {
        width: 32px;
    }
    .search-box-xs .search-form .search-field.show {
        width: 140px;
    }
    .mobile-buttons-xs {
        display: block;
        text-align: center;
        list-style: none;
        position: absolute;
        top: 0;
        right: 0;
    }
}

.main-header.m-e {
    padding: 10px 0;
    -webkit-box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1);
    box-shadow: 0 .1rem .3rem 0 rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.main-header.m-e .logo {
    display: flex;
}

.main-header.m-e .logo img {
    height: 80px;
    max-width: 100%;
}

.main-header.m-e .logo .logo-title {
    max-width: 180px;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
    color: #090909;
    margin-left: 10px;
    font-weight: 400;
    font-size: 13px;
}

.main-header.m-e a:hover .logo-title {
    color: #090909;
}

.main-header.m-e .header-links {
    height: 80px;
    margin-top: 0;
}

.special-post.m-e2 .btn.btn-default {
    float: none;
    margin: 20px 50%;
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
    background-color: #0265b5;
    color: #fefefe;
    border: none;
    border-radius: 3px;
    -webkit-box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .3);
}

.special-post.m-e2 .btn.btn-default:hover {
    background-color: #02569A;
    color: #fefefe;
    border: none;
}

.special-post.m-e2 .btn.btn-default i {
    margin-right: 5px;
}

.special-post.m-e2 .special-content h4 a:hover {
    color: #0265b5;
}

@-webkit-keyframes navigation-sticky {
    0% {
        margin-top: -70px;
    }
    100% {
        margin-top: 0;
    }
}

@keyframes navigation-sticky {
    0% {
        margin-top: -70px;
    }
    100% {
        margin-top: 0;
    }
}

.main-navigation {
    background: #eeeeee;
}

.main-navigation ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 15px;
}

.main-navigation ul li {
    position: relative;
    margin: 0;
}

.main-navigation ul li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #f6f6f6;
    z-index: 9999;
}

.main-navigation ul li ul li {
    position: relative;
    width: 100%;
    display: block;
    border-left: none;
    margin: 0;
    border-bottom: 1px solid #dddddd;
}

.main-navigation ul li ul li:last-child {
    border-right: none;
    border-bottom: none;
}

.main-navigation ul li ul li ul {
    position: absolute;
    top: 0;
    left: 100%;
}

.main-navigation ul li ul a {
    color: #222222;
    font-size: 14px;
    padding: 13px 22px;
    text-transform: none;
    text-align: left;
}

.main-navigation a {
    padding: 15px 0px;
    display: block;
    font-size: 16px;
    margin: 0;
    color: #5b6770;
    text-transform: uppercase;
    text-align: center;
    height: 100%;
}

.main-navigation .main-menu li.has-children>a:after {
    color: #5b6770;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: 1px;
    right: 20px;
    position: absolute;
}

.main-navigation .main-menu li.has-children:hover>a:after {
    color: #ffffff;
}

.main-navigation .main-menu li li.has-children>a:after {
    color: #5b6770;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    vertical-align: 1px;
    right: 20px;
    position: absolute;
}

.main-navigation .main-menu li li.has-children:hover>a:after {
    color: #5b6770;
}

.main-navigation .main-menu li li.has-children.edge ul {
    left: -100%;
}

.main-navigation .main-menu>li.color1>a {
    border-bottom: 5px solid #2c7ebe
}

.main-navigation .main-menu>li.color2>a {
    border-bottom: 5px solid #fec131
}

.main-navigation .main-menu>li.color3>a {
    border-bottom: 5px solid #6ac9d1
}

.main-navigation .main-menu>li.color4>a {
    border-bottom: 5px solid #f06930
}

.main-navigation .main-menu li.color1 ul li {
    border-left: 4px solid #2c7ebe
}

.main-navigation .main-menu li.color2 ul li {
    border-left: 4px solid #fec131
}

.main-navigation .main-menu li.color3 ul li {
    border-left: 4px solid #6ac9d1
}

.main-navigation .main-menu li.color4 ul li {
    border-left: 4px solid #f06930
}

.main-navigation .main-menu li.color1 li.has-children>a:after {
    color: #2c7ebe
}

.main-navigation .main-menu li.color2 li.has-children>a:after {
    color: #fec131
}

.main-navigation .main-menu li.color3 li.has-children>a:after {
    color: #6ac9d1
}

.main-navigation .main-menu li.color4 li.has-children>a:after {
    color: #f06930
}

.main-navigation .main-menu li.color1 li:hover {
    background: #C8D4EB
}

.main-navigation .main-menu li.color2 li:hover {
    background: #FFEDC7
}

.main-navigation .main-menu li.color3 li:hover {
    background: #DAEFF3
}

.main-navigation .main-menu li.color4 li:hover {
    background: #FCD5BC
}

.main-navigation .main-menu>li:hover.color1>a,
.main-navigation .main-menu>li.active.color1>a {
    background: #2c7ebe;
    color: #ffffff;
}

.main-navigation .main-menu>li:hover.color2>a,
.main-navigation .main-menu>li.active.color2>a {
    background: #fec131;
    color: #ffffff;
}

.main-navigation .main-menu>li:hover.color3>a,
.main-navigation .main-menu>li.active.color3>a {
    background: #6ac9d1;
    color: #ffffff;
}

.main-navigation .main-menu>li:hover.color4>a,
.main-navigation .main-menu>li.active.color4>a {
    background: #f06930;
    color: #ffffff;
}


/*----------------------------------------------------------------*/

.site-footer {
    background: #f7f7f7;
    font-size: 13px;
    color: #333333;
}

.site-footer ul.footer-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer ul.footer-list li {
    font-size: 12px;
}

.site-footer ul.footer-list li:before {
    margin-right: 10px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
}

.site-footer ul.footer-list a {
    color: #555555;
}

.site-footer ul.footer-list a:hover {
    color: #bfc0c0;
}

.site-footer .widget {
    padding-top: 30px;
    padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .site-footer .widget {
        padding-top: 30px;
        padding-bottom: 20px;
    }
}

.site-footer .widget h4.widget-title {
    font-size: 13px;
    color: #333333;
}

.site-footer .widget .line-seperator {
    background: #666666;
    margin-bottom: 30px;
}

.site-footer .small-thumb a {
    width: 60px;
    height: 60px;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 5px 5px 0;
}

.site-footer .small-thumb a img {
    width: 100%;
    height: 100%;
}

.site-footer .copyright {
    background: #eeeeee;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: 10px;
}

.site-footer .copyright .copyright-text {
    padding-top: 15px;
    padding-bottom: 15px;
}

.site-footer .copyright a {
    color: #555555;
}

.site-footer .copyright a:hover {
    color: #bfc0c0;
}

.site-footer .copyright .credits {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: right;
}

@media screen and (max-width: 768px) {
    .site-footer .copyright .credits {
        text-align: left;
        padding-top: 0;
    }
}

.site-footer .footer-social {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-footer .footer-social li {
    display: inline-block;
    background: #eee;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 0 0 6px;
    border-radius: 50%;
}

.site-footer .footer-social a {
    padding: 0;
    font-size: 22px;
    color: #777777;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.site-footer .footer-social li:hover a.fa-facebook {
    color: #3B579D;
}

.site-footer .footer-social li:hover a.fa-twitter {
    color: #28AAE1;
}

.site-footer .footer-social li:hover a.fa-instagram {
    color: #C0009E;
}

.site-footer .footer-social li:hover a.fa-youtube {
    color: #C91F1C;
}


/*----------------------------------------------------------------*/

.introduction p {
    margin-right: 20px;
}

.intro-bold {
    font-weight: bold;
}

.intro-video-section {
    display: block;
    width: 100%;
}

.intro-video {
    width: 670px;
    height: auto;
    max-width: 100%;
    object-fit: cover;
    float: right;
    margin: 0 0 20px 20px;
}

.full-video-section {
    display: block;
    width: 100%;
}

.full-video {
    width: 670px;
    height: auto;
    display: block;
    max-width: 100%;
    object-fit: cover;
    margin: 0 0 20px 0;
}

.share-bar {
    width: 100%;
    height: 330px;
    background: #2268ab;
    display: block;
    position: relative;
}

.share-bar ul {
    padding: 10px;
}

.share-bar ul li {
    list-style: none;
    color: #ffffff;
    text-align: center;
}

.share-bar ul li a {
    color: #ffffff;
}

.share-bar ul li a:hover {
    color: #6ac9d1;
}

.share-bar ul li i {
    line-height: 60px;
    font-size: 36px;
    margin-top: 20px;
}

.share-bar ul li span {
    line-height: 14px;
    font-size: 14px;
    display: block;
}

.services .service-post {
    margin-top: 30px;
    cursor: default;
}

.services .service-post .service-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border: 2px solid #e3e3e3;
    float: left;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.services .service-post .service-icon i {
    font-size: 20px;
}

.services .service-post .service-content {
    overflow: hidden;
    padding-left: 15px;
}

.services .service-post .service-content h5 {
    font-size: 13px;
    margin: 0;
}

.services .service-post .service-content .line-seperator {
    margin: 12px 0 7px 0;
    background: #e3e3e3;
}

.services .service-post:hover .service-icon {
    background: #fec131;
    border-color: #fec131;
    color: #fff;
}

.volunteer-post {
    margin-bottom: 30px;
}

.volunteer-post .v-thumb {
    position: relative;
    overflow: hidden;
}

.volunteer-post .v-thumb img {
    width: 100%;
    display: block;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: -webkit-transform 1s, -moz-transform 1s, -o-transform 1s, transform 1s;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.volunteer-post .v-thumb .hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 26, 0.8);
    visibility: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.volunteer-post .v-thumb .hover .social-media {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    visibility: hidden;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

.volunteer-post .v-thumb .hover .social-media a {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin: 3px;
}

.volunteer-post .v-thumb .hover .social-media a i {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.volunteer-post .v-thumb .hover .social-media a i.fa-facebook {
    background: #3b5998;
}

.volunteer-post .v-thumb .hover .social-media a i.fa-twitter {
    background: #55acee;
}

.volunteer-post .v-thumb .hover .social-media a i.fa-google-plus {
    background: #dd4b39;
}

.volunteer-post .v-content {
    margin-top: 15px;
}

.volunteer-post .v-content h4 {
    margin: 0 0 5px 0;
    font-size: 13px;
}

.volunteer-post .v-content span.role {
    color: #aaaaaa;
}

.volunteer-post .v-content .line-seperator {
    background: #e3e3e3;
    margin: 10px 0 12px 0;
}

.volunteer-post:hover .v-thumb img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

.volunteer-post:hover .v-thumb .hover {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.volunteer-post:hover .v-thumb .hover .social-media {
    visibility: visible;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.offers .offer-post {
    margin-bottom: 30px;
}

.offers .offer-post .o-thumb {
    overflow: hidden;
}

.offers .offer-post .o-thumb img {
    width: 100%;
    display: block;
}

.offers .offer-post .o-content h4 {
    margin: 10px 0 0 0;
    font-size: 14px;
}

.offers .offer-post .o-content h4 a {
    color: #222222;
}

.offers .offer-post .o-content h4 a:hover {
    color: #fec131;
}

.offers .offer-post .o-content .line-seperator {
    background: #e3e3e3;
}


/*----------------------------------------------------------------*/

h2.error-title {
    font-size: 100px;
    margin: 0 0 10px 0;
}

h5.error-subtitle {
    font-size: 24px;
    margin-bottom: 25px;
}

.error-page p {
    font-size: 14px;
    margin-bottom: 25px;
}


/*----------------------------------------------------------------*/

#Grid {
    margin-top: 20px;
}

#Grid .mix {
    margin-bottom: 30px;
    display: none;
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

.gallery-controls {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    z-index: 99;
    margin-bottom: 20px;
}

.gallery-controls .toggle-filters {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 14px 15px;
    border: 2px solid #e3e3e3;
    color: #222222;
    position: relative;
}

.gallery-controls .toggle-filters i {
    position: absolute;
    top: 0;
    right: 0;
    width: 54px;
    height: 54px;
    margin-left: 10px;
    line-height: 56px;
    text-align: center;
    border-left: 2px solid #e3e3e3;
}

.gallery-controls li {
    display: block;
    position: relative;
}

.gallery-controls li a {
    display: block;
}

.gallery-controls li ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    border: 2px solid #e3e3e3;
    border-top: 0;
}

.gallery-controls li ul li {
    background: #fff;
    border-bottom: 2px solid #e3e3e3;
    cursor: pointer;
    padding: 14px 15px;
}

.gallery-controls li ul li:last-child {
    border-bottom: none;
}

.gallery-post {
    background: #18181a;
}

.gallery-post .g-thumb {
    position: relative;
    overflow: hidden;
}

.gallery-post .g-thumb img {
    width: 100%;
    display: block;
    zoom: 1;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: -webkit-transform 1s, -moz-transform 1s, -o-transform 1s, transform 1s;
    -webkit-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}

.gallery-post .g-thumb .overlay {
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gallery-post .g-thumb .overlay .inner {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.gallery-post .g-thumb .overlay h4 {
    margin: 0 0 0 20px;
    font-size: 14px;
    color: #fff;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-post .g-thumb .overlay span {
    margin-left: 25px;
    display: block;
    color: rgba(255, 255, 255, 0.8);
    zoom: 1;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: translate3d(0, 360px, 0);
    -moz-transform: translate3d(0, 360px, 0);
    -o-transform: translate3d(0, 360px, 0);
    -ms-transform: translate3d(0, 360px, 0);
    transform: translate3d(0, 360px, 0);
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.gallery-post .g-thumb .overlay span i {
    display: inline-block;
    margin-right: 6px;
}

.gallery-post:hover .g-thumb img {
    -moz-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    zoom: 1;
    -webkit-opacity: 0.2;
    -moz-opacity: 0.2;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.gallery-post:hover .g-thumb .overlay span {
    -webkit-transform: translate3d(0, -20px, 0);
    -moz-transform: translate3d(0, -20px, 0);
    -o-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gallery-post:hover .g-thumb .overlay h4 {
    -webkit-transform: translate3d(0, -28px, 0);
    -moz-transform: translate3d(0, -28px, 0);
    -o-transform: translate3d(0, -28px, 0);
    -ms-transform: translate3d(0, -28px, 0);
    transform: translate3d(0, -28px, 0);
}


/*----------------------------------------------------------------*/

.contact-map {
    position: relative;
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
}

.contact-form {
    margin-bottom: 30px;
}

.contact-form button {
    display: block;
    width: 100%;
}


/*----------------------------------------------------------------*/

.align-center {
    display: flex;
    align-items: center;
}

.blog .blog-post {
    margin-bottom: 10px;
}

.blog .blog-post .blog-image {
    overflow: hidden;
    margin-bottom: 10px;
}

.blog .blog-post .blog-image img {
    width: 100%;
    display: block;
}

.blog .blog-post .blog-content .blog-meta span {
    display: inline-block;
    margin-right: 25px;
    margin-top: 10px;
}

.blog .blog-post .blog-content .blog-meta span i {
    margin-right: 7px;
}

.blog .blog-post .blog-content .blog-meta a {
    color: #aaaaaa;
}

.blog .blog-post .blog-content h4 a {
    color: #222222;
}

.blog .blog-post h1,
.blog .blog-post h2,
.blog .blog-post h3,
.blog .blog-post h4,
.blog .blog-post h5 {
    text-transform: none;
    margin-top: 0;
    font-weight: 400;
}

.blog .blog-post.title-bg h5 {
    line-height: 24px;
}

.blog .blog-post .blog-content h4 a:hover {
    color: #fec131;
}

.blog .blog-post .blog-content .line-seperator {
    background: #e3e3e3;
}

.blog .blog-post .blog-content.color1 .line-seperator {
    background: #2C7EBE;
}

.blog .blog-post .blog-content.color2 .line-seperator {
    background: #FEC131;
}

.blog .blog-post .blog-content.color3 .line-seperator {
    background: #6AC9D1;
}

.blog .blog-post .blog-content.color4 .line-seperator {
    background: #F06930;
}

.blog.blog-single .blog-post {
    padding: 20px !important;
    background: #fff
}

.blog.blog-single .blog-post.title-bg {
    padding: 0 !important;
    margin-bottom: 10px;
}

.blog.blog-single .blog-post.title-bg .blog-content {
    padding: 20px;
}

.blog.blog-single .blog-post .icon-title {
    width: 100%;
    height: 80px;
    background: #eeeeee;
    display: block;
    margin-bottom: 10px;
    position: relative;
    padding: 10px;
    text-align: center;
}

.blog.blog-single .blog-post .icon-title i {
    text-align: center;
    border-radius: 50%;
    color: #555555;
    display: block;
    font-size: 32px;
    height: 60px;
    line-height: 60px;
    width: 60px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #ffffff;
    line-height: 51px;
}

.color1.blog.blog-single .blog-post .icon-title {
    background: #C8D4EB;
}

.color2.blog.blog-single .blog-post .icon-title {
    background: #FFEDC7;
}

.color3.blog.blog-single .blog-post .icon-title {
    background: #DAEFF3;
}

.color4.blog.blog-single .blog-post .icon-title {
    background: #FCD5BC;
}

.color1.blog.blog-single .blog-post .icon-title i {
    color: #2C7EBE;
}

.color2.blog.blog-single .blog-post .icon-title i {
    color: #FEC131;
}

.color3.blog.blog-single .blog-post .icon-title i {
    color: #6AC9D1;
}

.color4.blog.blog-single .blog-post .icon-title i {
    color: #F06930;
}

.blog-footer {
    margin-top: 30px;
}

.blog-footer .blog-tags {
    float: left;
}

.blog-footer .blog-tags h6 {
    margin-right: 10px;
    font-size: 11px;
    display: inline-block;
}

.blog-footer .blog-tags a {
    display: inline-block;
    margin-right: 5px;
    padding: 5px 10px;
    color: #fff;
    background: #6ccecb;
}

.blog-footer .blog-tags a:hover {
    background: #59c8c4;
}

.blog-footer .blog-share {
    float: right;
}

.blog-footer .blog-share h6 {
    margin-right: 5px;
    font-size: 11px;
    display: inline-block;
}

.blog-footer .blog-share a {
    display: inline-block;
    margin-left: 5px;
    text-align: center;
    color: #fff;
}

.blog-footer .blog-share a i {
    width: 32px;
    height: 32px;
    line-height: 32px;
}

.blog-footer .blog-share a i.fa-facebook {
    background: #3b5998;
}

.blog-footer .blog-share a i.fa-google-plus {
    background: #db4437;
}

.blog-footer .blog-share a i.fa-twitter {
    background: #55acee;
}

.blog-footer .blog-share a i.fa-tumblr {
    background: #35465c;
}

@media screen and (max-width: 768px) {
    .blog-footer .blog-tags {
        float: none;
        margin-bottom: 20px;
    }
    .blog-footer .blog-share {
        float: none;
    }
    .intro-video {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .align-center {
        flex-direction: column;
    }
}

.comment-title {
    font-size: 16px;
    margin: 0 0 30px 0;
}

.comment {
    margin-bottom: 30px;
}

.comment .comment-thumb {
    float: left;
    width: 70px;
    height: 70px;
}

.comment .comment-thumb img {
    width: 100%;
    height: 100%;
}

.comment .comment-content {
    overflow: hidden;
    padding-left: 20px;
}

.comment .comment-header {
    margin-bottom: 10px;
}

.comment .comment-author {
    float: left;
}

.comment .comment-author h5 {
    display: inline-block;
    margin: 0 10px 0 0;
    font-size: 13px;
}

.comment .comment-author h5 a {
    color: #222222;
}

.comment .comment-author .comment-date {
    font-size: 11px;
    color: #aaaaaa;
}

.comment .comment-reply {
    float: right;
}

.comment .comment-body {
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e3;
}

.comment .comment {
    margin-top: 30px;
    margin-left: 90px;
}

@media screen and (max-width: 768px) {
    .comment .comment-author {
        float: none;
    }
    .comment .comment-reply {
        float: none;
    }
    .comment .comment {
        margin-left: 30px;
    }
}

.comment-form input,
.comment-form textarea {
    margin-bottom: 20px;
    width: 100%;
}

.latest-news .blog-post .blog-thumb {
    background: #18181a;
    overflow: hidden;
    margin-bottom: 15px;
}

.latest-news .blog-post .blog-thumb img {
    display: block;
    width: 100%;
}

.latest-news .blog-post .blog-content span.meta {
    color: #aaaaaa;
}

.latest-news .blog-post .blog-content h4 {
    font-size: 14px;
}

.latest-news .blog-post .blog-content h4 a {
    color: #222222;
}

.latest-news .blog-post .blog-content h4 a:hover {
    color: #fec131;
}

.latest-news .blog-post .blog-content .line-seperator {
    background-color: #cccccc;
}

@media screen and (max-width: 768px) {
    .latest-news .blog-post {
        margin-bottom: 30px;
    }
}


/*----------------------------------------------------------------*/

.sidebar {
    padding-left: 0px;
}

.sidebar .widget {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    display: block;
}

.sidebar .widget h4.widget-title {
    font-size: 11px;
    letter-spacing: 1px;
    padding: 15px 20px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    background: #f1f1f1;
}

.sidebar .widget p {
    margin-bottom: 0;
}

.sidebar ul.sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar ul.sidebar-list li {
    display: block;
    border-bottom: 1px dashed #e3e3e3;
}

.sidebar ul.sidebar-list li:before {
    margin-right: 10px;
    display: inline-block;
    content: '';
    width: 6px;
    height: 6px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 6px;
    -moz-background-clip: padding;
    border-radius: 6px;
    background-clip: padding-box;
}

.sidebar ul.sidebar-list li a {
    color: #777777;
    display: inline-block;
    padding: 7px 0;
}

.sidebar ul.sidebar-list li a:hover {
    color: #fec131;
}

.sidebar .small-thumb a {
    width: 70px;
    height: 70px;
    float: left;
    display: block;
    overflow: hidden;
    padding: 0;
    margin: 0 10px 10px 0;
}

.sidebar .small-thumb a img {
    width: 100%;
    height: 100%;
}

.sidebar .popular-posts {
    padding: 0;
    margin: 0;
    list-style: none;
}

.sidebar .popular-posts .blog-post {
    display: block;
    margin-bottom: 12px;
}

.sidebar .popular-posts .blog-post .post-thumb {
    float: left;
    width: 60px;
    height: 60px;
}

.sidebar .popular-posts .blog-post .post-thumb img {
    width: 100%;
    display: block;
}

.sidebar .popular-posts .blog-post .blog-content {
    overflow: hidden;
    padding-left: 15px;
}

.sidebar .popular-posts .blog-post .blog-content h5 {
    margin-bottom: 0;
    font-size: 12px;
}

.sidebar .popular-posts .blog-post .blog-content h5 a {
    color: #222222;
}

.sidebar .popular-posts .blog-post .blog-content h5 a:hover {
    color: #fec131;
}

.sidebar .popular-posts .blog-post .blog-content span.meta {
    color: #aaaaaa;
    font-size: 12px;
}

@media screen and (max-width: 991px) {
    .sidebar {
        margin-top: 10px;
        padding-left: 0;
    }
}


/* Sidemenu */

.sidemenu,
.sidemenu ul,
.sidemenu li,
.sidemenu a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    font-weight: normal;
    text-decoration: none;
    line-height: 1;
    font-size: 14px;
    position: relative;
}

.sidemenu a {
    line-height: 1.3;
    padding: 10px 30px 10px 20px;
}

.sidemenu {
    width: auto;
}

.sidemenu>ul>li {
    cursor: pointer;
    background: #c8d4eb;
    border-bottom: 1px solid #555555;
    border-left: 4px solid #cccccc;
}

.sidemenu>ul>li>a {
    font-size: 14px;
    display: block;
    color: #fff;
    background: #222222;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidemenu>ul>li.active>a,
.sidemenu>ul>li>a:hover {
    background: #cccccc;
    color: #000;
    text-decoration: none;
}

.sidemenu>ul>li.active,
.sidemenu>ul>li:hover {
    border-left: 4px solid #222222;
}

.sidemenu>ul>li.has-sub>a:after {
    position: absolute;
    top: 50%;
    width: 18px;
    text-align: center;
    transform: translateY(-50%);
    right: 10px;
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-size: 18px;
    line-height: 18px;
    vertical-align: 1px;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.sidemenu>ul>li.has-sub.active>a:after {
    content: "\f107";
}


/* Sub menu */

.sidemenu ul ul {
    padding: 0;
    display: none;
}

.sidemenu ul ul a {
    background: #cccccc;
    display: block;
    color: #000;
    font-size: 14px;
    padding-left: 30px;
}

.sidemenu ul ul li {
    border-top: 1px solid #555555;
}


/*-------------------Color 1----------------*/

.sidemenu.color1>ul>li {
    background: #c8d4eb;
    border-bottom-color: #519ed0;
    border-left-color: #c8d4eb;
}

.sidemenu.color1>ul>li>a {
    color: #fff;
    background: #2c7ebe;
}

.sidemenu.color1>ul>li.active>a,
.sidemenu.color1>ul>li>a:hover,
.sidemenu.color1 ul ul a {
    background: #c8d4eb;
    color: #000;
}

.sidemenu.color1>ul>li.active,
.sidemenu.color1>ul>li:hover {
    border-left-color: #2c7ebe;
}

.sidemenu.color1 ul ul li {
    border-top-color: #519ed0;
}


/*-------------------Color 2----------------*/

.sidemenu.color2>ul>li {
    background: #ffedc7;
    border-bottom-color: #ffdc88;
    border-left-color: #ffedc7;
}

.sidemenu.color2>ul>li>a {
    color: #fff;
    background: #fec131;
}

.sidemenu.color2>ul>li.active>a,
.sidemenu.color2>ul>li>a:hover,
.sidemenu.color2 ul ul a {
    background: #ffedc7;
    color: #000;
}

.sidemenu.color2>ul>li.active,
.sidemenu.color2>ul>li:hover {
    border-left-color: #fec131;
}

.sidemenu.color2 ul ul li {
    border-top-color: #ffdc88;
}


/*-------------------Color 3----------------*/

.sidemenu.color3>ul>li {
    background: #daeff3;
    border-bottom-color: #99f5fd;
    border-left-color: #daeff3;
}

.sidemenu.color3>ul>li>a {
    color: #fff;
    background: #6ac9d1;
}

.sidemenu.color3>ul>li.active>a,
.sidemenu.color3>ul>li>a:hover,
.sidemenu.color3 ul ul a {
    background: #daeff3;
    color: #000;
}

.sidemenu.color3>ul>li.active,
.sidemenu.color3>ul>li:hover {
    border-left-color: #6ac9d1;
}

.sidemenu.color3 ul ul li {
    border-top-color: #99f5fd;
}


/*-------------------Color 4----------------*/

.sidemenu.color4>ul>li {
    background: #fcd5bc;
    border-bottom-color: #ff996e;
    border-left-color: #fcd5bc;
}

.sidemenu.color4>ul>li>a {
    color: #fff;
    background: #f06930;
}

.sidemenu.color4>ul>li.active>a,
.sidemenu.color4>ul>li>a:hover,
.sidemenu.color4 ul ul a {
    background: #fcd5bc;
    color: #000;
}

.sidemenu.color4>ul>li.active,
.sidemenu.color4>ul>li:hover {
    border-left-color: #f06930;
}

.sidemenu.color4 ul ul li {
    border-top-color: #ff996e;
}

.sidemenu.color1>ul>li.has-sub.active>a {
    color: #2c7ebe
}

.sidemenu.color2>ul>li.has-sub.active>a {
    color: #fec131
}

.sidemenu.color3>ul>li.has-sub.active>a {
    color: #6ac9d1
}

.sidemenu.color4>ul>li.has-sub.active>a {
    color: #f06930
}


/*----------------------------------------------------------------*/

.page-title {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.page-title .page-title-inner {
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
    z-index: 21;
    text-align: left;
}

.page-title .page-title-inner h2 {
    color: #000;
    font-size: 21;
    text-transform: none;
    margin: 0 0 5px 0;
}

.page-title .page-title-inner h2 span {
    color: #f59331;
}

.page-title .bg-background+.container .page-title-inner h2 {
    color: #fff;
    font-family: 'HelveticaNeue-Light', sans-serif;
    text-transform: uppercase;
    font-weight: 200;
}

.page-title .page-title-inner p.subtitle {
    color: #000;
    font-size: 18px;
}

.page-title .page-location {
    position: relative;
    padding: 16px 25px;
    z-index: 20;
}

.page-title .page-location .location {
    float: left;
}

.page-title .page-location .location h6 {
    color: #000;
    display: inline-block;
    font-size: 11px;
    margin: 0;
}

.page-title .page-location .location h6 a {
    color: #000;
}

.page-title .page-location .location h6 a:hover {
    color: #f59331;
}

.page-title .page-location .location h6:after {
    content: '/';
    color: rgba(255, 255, 255, 0.4);
    margin-left: 6px;
    margin-right: 2px;
}

.page-title .page-location .location h6:last-child:after {
    display: none;
}

.page-title .back-home {
    float: right;
}

.page-title .back-home a {
    text-transform: uppercase;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    font-size: 14px;
    background: rgba(255, 255, 255, 0.5);
    color: #e95c51;
    padding: 6px 20px;
}

.page-title .bg-image {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../images/slider/1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    z-index: 11;
}

.page-title .bg-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #005690;
    z-index: 11;
}

.bg-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 12;
    background-image: url(../images/bg-pattern.png);
    background-repeat: repeat;
}

.section-header {
    margin-bottom: 10px;
}

.section-header h3 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 22px;
}

.section-header p {
    font-size: 14px;
    width: 60%;
}

@media screen and (max-width: 768px) {
    .section-header p {
        width: 100%;
    }
}


/*----------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-weight: 700;
    color: #222222;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
    color: #888888;
    font-weight: 300;
    display: block;
}

h1 {
    font-size: 32px;
}

h1 small {
    font-size: 16px;
}

h2 {
    font-size: 28px;
}

h2 small {
    font-size: 15px;
}

h3 {
    font-size: 24px;
}

h3 small {
    font-size: 14px;
}

h4 {
    font-size: 20px;
}

h4 small {
    font-size: 14px;
}

h5 {
    font-size: 18px;
}

h5 small {
    font-size: 12px;
}

h6 {
    font-size: 16px;
}

h6 small {
    font-size: 11px;
}

blockquote {
    font-style: italic;
    font-size: 16px;
    font-weight: 300;
    border-left: 3px solid #e3e3e3;
    -moz-box-shadow: -1px 0px 0px #cccccc;
    -webkit-box-shadow: -1px 0px 0px #cccccc;
    box-shadow: -1px 0px 0px #cccccc;
}

pre {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    padding: 20px;
    outline: 2px solid #ffffff;
    -moz-box-shadow: 0px 0px 0px 3px #e3e3e3;
    -webkit-box-shadow: 0px 0px 0px 3px #e3e3e3;
    box-shadow: 0px 0px 0px 3px #e3e3e3;
    background: none;
    border-color: #e3e3e3;
}


/*----------------------------------------------------------------*/

.btn {
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    padding: 12px 15px;
    letter-spacing: 0.5px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.btn:focus {
    outline: 0;
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}

.btn:active {
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn:active:focus {
    outline: 0;
}

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

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

.btn.btn-info {
    background: #00aeef;
}

.btn.btn-info:hover {
    background: #009bd6;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-success {
    background: #0fbd71;
}

.btn.btn-success:hover {
    background: #0da563;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-danger {
    background: #dd1f26;
}

.btn.btn-danger:hover {
    background: #c71c22;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-warning {
    background: #f7d227;
}

.btn.btn-warning:hover {
    background: #f6cd0e;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-white {
    background: #fff;
    color: #222222;
}

.btn.btn-white:hover {
    background: #f2f2f2;
}

.btn.btn-default {
    background: #e95c51;
    color: #ffffff;
}

.header-buttons .download-button .btn.btn-default:hover,
.special-content .btn.btn-default:hover,
.header-buttons .download-button .btn.btn-blue:hover,
.contact-form .btn.btn-blue:hover {
    background: #F4F5F6;
    color: #5b6770;
    border-color: rgba(0, 0, 0, 0.1);
}

.special-post .btn.btn-default {
    float: right;
    margin: 20px 0;
}

.special-content:after {
    clear: both;
}

.btn.btn-primary {
    background: #222222;
}

.btn.btn-primary:hover {
    background: #151515;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-accent {
    background: #fec131;
    color: #fff !important;
}

.btn.btn-accent:hover {
    background: #fe8c11;
    border-color: rgba(0, 0, 0, 0.25);
}

.btn.btn-link {
    color: #6ccecb;
    border-bottom: none;
    text-decoration: none;
}

.btn.btn-bordered {
    -webkit-border-radius: 0;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0;
    -moz-background-clip: padding;
    border-radius: 0;
    background-clip: padding-box;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 2px solid #e3e3e3;
    color: #777777;
}

.btn.btn-bordered:hover {
    border-color: #cccccc;
}

.pages {
    padding: 0;
    margin: 0;
    margin-top: 10px;
    list-style: none;
}

.pages.pages-center {
    text-align: center;
}

.pages li {
    display: inline-block;
    margin-right: 5px;
}

.pages .btn-bordered.current {
    cursor: default;
    font-weight: 400;
    color: #fff;
    background: #e95c51;
    border-color: #e95c51;
}

.btn.btn-gray {
    color: #333333;
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn.btn-gray:hover,
.btn.btn-gray:focus,
.btn.btn-gray:active,
.btn.btn-gray.active,
.open>.dropdown-toggle.btn.btn-gray {
    color: #333333;
    background-color: #b3b3b3;
    border-color: #adadad;
}

.btn.btn-gray:active,
.btn.btn-gray.active,
.open>.dropdown-toggle.btn.btn-gray {
    background-image: none;
}

.btn.btn-gray.disabled,
.btn.btn-gray[disabled],
fieldset[disabled] .btn.btn-gray,
.btn.btn-gray.disabled:hover,
.btn.btn-gray[disabled]:hover,
fieldset[disabled] .btn.btn-gray:hover,
.btn.btn-gray.disabled:focus,
.btn.btn-gray[disabled]:focus,
fieldset[disabled] .btn.btn-gray:focus,
.btn.btn-gray.disabled:active,
.btn.btn-gray[disabled]:active,
fieldset[disabled] .btn.btn-gray:active,
.btn.btn-gray.disabled.active,
.btn.btn-gray[disabled].active,
fieldset[disabled] .btn.btn-gray.active {
    background-color: #cccccc;
    border-color: #cccccc;
}

.btn.btn-gray .badge {
    color: #cccccc;
    background-color: #333333;
}


/*----------------------------------------------------------------*/

.cta {
    position: relative;
    padding: 100px 0;
    margin-bottom: 70px;
}

.cta .parallax-bg {
    background-image: url('../images/parallax-bg.jpg');
}

.cta .cta-inner {
    position: relative;
    z-index: 13;
    color: #fff;
}

.cta .cta-inner h3 {
    color: #fff;
}

.cta .cta-inner p {
    margin-bottom: 25px;
}

blockquote {
    font-style: italic;
    font-size: 15px;
    background: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    position: relative;
    margin-left: 40px;
}

blockquote:before {
    position: absolute;
    top: 20px;
    width: 24px;
    text-align: center;
    transform: translateY(-50%);
    left: -30px;
    content: "\f10d";
    font-family: "Font Awesome 5 Pro";
    font-size: 24px;
    line-height: 24px;
    vertical-align: 1px;
    font-style: normal;
}

.color1 blockquote:before {
    color: #2c7ebe
}

.color2 blockquote:before {
    color: #fec131
}

.color3 blockquote:before {
    color: #6ac9d1
}

.color4 blockquote:before {
    color: #f06930
}


/*----------------------------------------------------------------*/

.alert {
    -webkit-border-radius: 0px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 0px;
    -moz-background-clip: padding;
    border-radius: 0px;
    background-clip: padding-box;
    border: 5px solid;
    -moz-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
    box-shadow: inset 0px 0px 0px 1px rgba(255, 255, 255, 0.4);
    color: #ffffff;
    font-weight: 300;
}

.alert.alert-success {
    background: #0fbd71;
    border-color: #0fbd71;
}

.alert.alert-info {
    background: #00aeef;
    border-color: #00aeef;
}

.alert.alert-warning {
    background: #f7d227;
    border-color: #f7d227;
}

.alert.alert-danger {
    background: #dd1f26;
    border-color: #dd1f26;
}

.nav-tabs {
    border-bottom: 1px solid #e3e3e3;
}

.nav-tabs>li>a {
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 15px 25px;
    text-transform: uppercase;
    background: #fafafa;
    border-color: #e3e3e3;
    margin: 0px;
    margin-right: -1px;
    font-weight: 300;
    color: #777777;
}

.nav-tabs>li>a:hover {
    background: #FAFAFA;
    color: #222222;
    border-bottom-color: #e3e3e3;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:hover,
.nav-tabs>li.active>a:focus {
    padding: 15px 25px;
    border-color: #e3e3e3;
    border-bottom-color: #ffffff;
}

.tabs .tab-content {
    padding: 20px 0;
    font-weight: 300;
}

.tabs-1 .tab-content {
    padding: 20px 0;
    font-weight: 300;
    border: 1px solid #e3e3e3;
    border-top-color: transparent;
    -webkit-border-radius: 2px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 2px;
    -moz-background-clip: padding;
    border-radius: 2px;
    background-clip: padding-box;
    padding: 20px;
}

.modal-dialog {
    width: 800px;
    max-width: 100%;
    max-height: 100vw !important;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    z-index: 9999;
    transform: translate(-50%, -50%) !important;
}

@media screen and (max-width: 768px) {
    .modal-dialog {
        width: 100%;
        max-height: 100vw !important;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0) !important;
    }
}

.close {
    display: block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    font-size: 32px;
}

.close:hover {
    zoom: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal-header {
    padding: 30px 25px;
    background: #fec131;
    border: none;
}

.modal-title {
    color: #fff;
}

.modal-subtitle {
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.modal-body {
    padding: 0;
    max-height: 300px;
}

.form-group input {
    width: 100%;
    margin-bottom: 10px;
}

.form-group button,
.form-group input,
.form-group textarea,
.form-group select {
    max-width: 100%;
    background: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
}

.form-group textarea {
    height: 90px;
    width: 100%;
    margin-bottom: 10px;
}

.form-group button {
    font-size: 12px;
    padding: 6px 10px;
    width: auto;
    height: 36px;
}

.form-group button i {
    padding: 0 6px 0 0;
    font-size: 16px;
}

.form-group button:hover {
    background: #F4F5F6 !important;
    color: #222222;
}

.form-group select {
    display: block;
    font-size: 12px;
    color: #444;
    width: 100%;
    min-width: 200px;
    line-height: 14px;
    box-sizing: border-box;
    margin-bottom: 10px;
    appearance: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23006cb4'><polygon points='0,0 100,0 50,50'/></svg>");
    background-size: 12px;
    background-position: calc(100% - 10px) calc(50% + 5px);
    background-repeat: no-repeat;
}

.form-group select:focus {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23222222'><polygon points='0,50 100,50 50,0'/></svg>");
}

input[type='checkbox'],
input[type='radio'] {
    width: 20px;
    height: 20px;
    padding-left: 30px;
}

.form-group label.checkbox,
.form-group label.radio {
    padding-left: 20px;
    cursor: pointer;
}

.pricing {
    margin-bottom: 20px;
}

.pricing .btn {
    margin-right: 10px;
    border-bottom: none !important;
    padding: 16px 20px;
}

.pricing .btn.btn-default {
    background: #ececec;
    color: #777777;
}

.pricing .btn.active {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #6ccecb;
    color: #fff;
}

.pricing input {
    width: 150px;
    padding: 10px 15px;
}

.horizontal-tabs .nav-tabs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border: none;
}

.horizontal-tabs .nav-tabs:before,
.horizontal-tabs .nav-tabs:after {
    display: none;
}

.horizontal-tabs .nav-tabs>li {
    float: none;
    margin: 0;
}

.horizontal-tabs .nav-tabs>li>a {
    background: #f7f7f7;
    border-color: #f7f7f7;
    border-radius: 0;
    padding: 10px;
    margin: 0;
}

.horizontal-tabs .nav-tabs>li>a>img {
    width: 60px;
    height: 60px;
    background-color: #ccc;
    border-radius: 50%;
}

.horizontal-tabs .nav-tabs>li>a>i {
    width: 60px;
    height: 60px;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    background-color: #cccccc;
    border-radius: 50%;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    .horizontal-tabs .nav-tabs>li>a>img {
        width: 36px;
        height: 36px;
    }
    .horizontal-tabs .nav-tabs>li>a>i {
        width: 36px;
        height: 36px;
        font-size: 18px;
        line-height: 36px;
    }
}

.color1.horizontal-tabs .nav-tabs>li>a>img,
.color1.horizontal-tabs .nav-tabs>li>a>i {
    background-color: #2C7EBE;
}

.color2.horizontal-tabs .nav-tabs>li>a>img,
.color2.horizontal-tabs .nav-tabs>li>a>i {
    background-color: #FEC131;
}

.color3.horizontal-tabs .nav-tabs>li>a>img,
.color3.horizontal-tabs .nav-tabs>li>a>i {
    background-color: #6AC9D1;
}

.color4.horizontal-tabs .nav-tabs>li>a>img,
.color4.horizontal-tabs .nav-tabs>li>a>i {
    background-color: #F06930;
}

.horizontal-tabs .tab-content {
    background: #cccccc;
    border-color: #cccccc;
    padding: 20px;
}

.horizontal-tabs .nav-tabs>li.active>a,
.horizontal-tabs .nav-tabs>li.active>a:hover,
.horizontal-tabs .nav-tabs>li.active>a:focus {
    background: #cccccc;
    padding: 10px;
    margin: 0;
}

.color1.horizontal-tabs .nav-tabs>li.active>a,
.color1.horizontal-tabs .nav-tabs>li.active>a:hover,
.color1.horizontal-tabs .nav-tabs>li.active>a:focus,
.color1.horizontal-tabs .tab-content {
    background: #c8d4eb;
    border-color: #c8d4eb;
}

.color2.horizontal-tabs .nav-tabs>li.active>a,
.color2.horizontal-tabs .nav-tabs>li.active>a:hover,
.color2.horizontal-tabs .nav-tabs>li.active>a:focus,
.color2.horizontal-tabs .tab-content {
    background: #FFEDC7;
    border-color: #FFEDC7;
}

.color3.horizontal-tabs .nav-tabs>li.active>a,
.color3.horizontal-tabs .nav-tabs>li.active>a:hover,
.color3.horizontal-tabs .nav-tabs>li.active>a:focus,
.color3.horizontal-tabs .tab-content {
    background: #DAEFF3;
    border-color: #DAEFF3;
}

.color4.horizontal-tabs .nav-tabs>li.active>a,
.color4.horizontal-tabs .nav-tabs>li.active>a:hover,
.color4.horizontal-tabs .nav-tabs>li.active>a:focus,
.color4.horizontal-tabs .tab-content {
    background: #FCD5BC;
    border-color: #FCD5BC;
}

.vertical-tabs {
    display: grid;
    grid-template-columns: 200px 1fr;
}

.vertical-tabs .nav-tabs {
    align-self: center;
}

.vertical-tabs .nav-tabs:before,
.vertical-tabs .nav-tabs:after {
    display: none;
}

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

.vertical-tabs .nav-tabs>li>a {
    background: #282828;
    color: #ffffff;
    border-color: #cccccc;
    border-left: 4px solid #cccccc;
    border-radius: 0;
    padding: 10px;
    margin: 0;
    font-weight: bold;
}

.color1.vertical-tabs .nav-tabs>li>a {
    background: #2C7EBE;
    border-color: #c8d4eb;
    border-left: 4px solid #c8d4eb;
}

.color2.vertical-tabs .nav-tabs>li>a {
    background: #FEC131;
    border-color: #FFEDC7;
    border-left: 4px solid #FFEDC7;
}

.color3.vertical-tabs .nav-tabs>li>a {
    background: #6AC9D1;
    border-color: #DAEFF3;
    border-left: 4px solid #DAEFF3;
}

.color4.vertical-tabs .nav-tabs>li>a {
    background: #F06930;
    border-color: #FCD5BC;
    border-left: 4px solid #FCD5BC;
}

.vertical-tabs .nav-tabs>li.active>a,
.vertical-tabs .nav-tabs>li.active>a:hover,
.vertical-tabs .nav-tabs>li.active>a:focus {
    background: #cccccc;
    color: #282828;
    border-radius: 0;
    border-color: #cccccc;
    border-left: 4px solid #282828;
    padding: 10px;
    margin: 0;
}

.color1.vertical-tabs .nav-tabs>li.active>a,
.color1.vertical-tabs .nav-tabs>li.active>a:hover,
.color1.vertical-tabs .nav-tabs>li.active>a:focus {
    background: #c8d4eb;
    border-color: #c8d4eb;
    border-left: 4px solid #2C7EBE;
}

.color2.vertical-tabs .nav-tabs>li.active>a,
.color2.vertical-tabs .nav-tabs>li.active>a:hover,
.color2.vertical-tabs .nav-tabs>li.active>a:focus {
    background: #FFEDC7;
    border-color: #FFEDC7;
    border-left: 4px solid #FEC131;
}

.color3.vertical-tabs .nav-tabs>li.active>a,
.color3.vertical-tabs .nav-tabs>li.active>a:hover,
.color3.vertical-tabs .nav-tabs>li.active>a:focus {
    background: #DAEFF3;
    border-color: #DAEFF3;
    border-left: 4px solid #6AC9D1;
}

.color4.vertical-tabs .nav-tabs>li.active>a,
.color4.vertical-tabs .nav-tabs>li.active>a:hover,
.color4.vertical-tabs .nav-tabs>li.active>a:focus {
    background: #FCD5BC;
    border-color: #FCD5BC;
    border-left: 4px solid #F06930;
}

.vertical-tabs .tab-content {
    background: #cccccc;
    border-color: #cccccc;
    padding: 20px;
}

.color1.vertical-tabs .tab-content {
    background: #c8d4eb;
    border-color: #c8d4eb;
}

.color2.vertical-tabs .tab-content {
    background: #FFEDC7;
    border-color: #FFEDC7;
}

.color3.vertical-tabs .tab-content {
    background: #DAEFF3;
    border-color: #DAEFF3;
}

.color4.vertical-tabs .tab-content {
    background: #FCD5BC;
    border-color: #FCD5BC;
}

.vertical-tabs .nav-tabs>li>a .v-icon,
.vertical-tabs .nav-tabs>li>a .v-icon-hover {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin: 10px auto;
}

.vertical-tabs .nav-tabs>li.active>a .v-icon,
.vertical-tabs .nav-tabs>li>a .v-icon-hover,
.vertical-tabs .nav-tabs>li.active>a:hover .v-icon,
.vertical-tabs .nav-tabs>li.active>a:focus .v-icon {
    display: none
}

.vertical-tabs .nav-tabs>li>a .v-icon,
.vertical-tabs .nav-tabs>li.active>a .v-icon-hover,
.vertical-tabs .nav-tabs>li.active>a:hover .v-icon-hover,
.vertical-tabs .nav-tabs>li.active>a:focus .v-icon-hover {
    display: block
}


/*----------------------------------------------------------------*/

button,
input,
textarea,
select {
    max-width: 100%;
    -webkit-font-smoothing: inherit;
    -moz-osx-font-smoothing: inherit;
    border: 2px solid #e3e3e3;
    background: #ffffff;
    font-size: 12px;
    padding: 10px;
    -moz-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

button:focus,
input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #cccccc;
}

select {
    cursor: pointer;
    padding: 5px;
    font-size: 12px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    overflow: hidden;
    background: url(../images/icons/select-drop.png) top right no-repeat !important;
}

label {
    display: block;
    padding-bottom: 5px;
    margin: 0;
    font-size: 13px;
    font-weight: normal;
}

legend {
    text-transform: uppercase;
}

textarea {
    resize: vertical;
    padding: 5px 10px;
}

select {
    max-width: 100%;
    outline: none;
}

.select-group input,
.select-group select {
    width: 100%;
}

.select-group button {
    padding: 14px 15px;
    padding-top: 15px;
}

.search-form {
    position: relative;
}

.search-field {
    width: 50%;
}

.search-submit {
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
    background: #eeeeee;
    border-color: #eeeeee !important;
    text-align: center;
    padding: 4px 8px !important;
}

.search-submit i {
    color: #555555;
    line-height: 24px;
}

.search-submit:hover i {
    color: #2C7EBE;
}

.subscribe-form {
    margin-top: 15px;
    position: relative;
}

.subscribe-field {
    width: 100%;
    padding: 7px 10px;
}

.subscribe-submit {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    padding: 7px 15px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}


/*----------------------------------------------------------------*/

.bannercontainer {
    width: 100%;
    position: relative;
    padding: 0;
    overflow: hidden;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
    .bannercontainer {
        margin-bottom: 20px;
    }
    .intro-video {
        min-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .vertical-tabs {
        display: block;
    }
}

.banner {
    width: 100%;
    position: relative;
}

.tp-caption h3 {
    font-size: 36px;
    color: #f7941d;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    text-transform: none;
    font-weight: 500;
}

.tp-caption h4 {
    font-size: 34px;
    color: #231f20;
    font-family: 'HelveticaNeue-Light', sans-serif;
    text-transform: none;
    font-weight: 100;
}

.tp-caption p {
    font-size: 18px;
    color: #231f20;
    font-family: 'HelveticaNeue-Bold', sans-serif;
    text-transform: none;
    font-weight: 700;
}

.tp-caption .line-seperator {
    width: 70px;
    margin-left: auto;
    margin-right: auto;
}

.tp-caption a.btn {
    -webkit-filter: drop-shadow(none);
    -moz-filter: drop-shadow(none);
    -ms-filter: drop-shadow(none);
    filter: drop-shadow(none);
    font-size: 12px !important;
    font-weight: 700;
    padding: 12px 15px;
    letter-spacing: 0.5px;
}

.tp-caption a.btn.btn-default {
    color: #fff;
}

.tp-caption a.btn.btn-default:hover,
.tp-caption a.btn.btn-default:focus,
.tp-caption a.btn.btn-default:active {
    color: #fff;
}

.tp-caption a.btn.btn-white {
    color: #222222;
}

.tp-caption a.btn.btn-white:hover,
.tp-caption a.btn.btn-white:focus,
.tp-caption a.btn.btn-white:active {
    color: #222222;
}

@media screen and (max-width: 768px) {
    .tp-caption {
        white-space: normal
    }
    .tp-caption h3 {
        font-size: 18px !important;
        line-height: 18px !important;
        margin-bottom: 20px;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
    .tp-caption h4 {
        font-size: 18px !important;
        line-height: 18px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
    .tp-caption p {
        font-size: 14px !important;
        line-height: 18px !important;
        overflow-wrap: break-word;
        word-wrap: break-word;
        hyphens: auto;
    }
}


/*----------------------------------------------------------------*/

.blog-title h4 {
    font-size: 20px;
    letter-spacing: 1px;
    padding: 15px 20px;
    margin-bottom: 0px;
    display: block;
    background: #cccccc;
    color: #ffffff;
}

.color1 .blog-title h4 {
    background: #2C7EBE;
}

.color2 .blog-title h4 {
    background: #FEC131;
}

.color3 .blog-title h4 {
    background: #6AC9D1;
}

.color4 .blog-title h4 {
    background: #F06930;
}

.foundations .line-seperator {
    margin-left: auto;
    margin-right: auto;
}

.foundations .foundation-post {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    position: relative;
    margin: 0 5%;
    width: 90%;
}

.foundations .foundation-post i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: -5px 0 0 -38px;
    color: #ffffff;
    background: #2C7EBE;
}

.foundations .foundation-post h4,
.foundations .foundation-post h4 a {
    color: #2C7EBE;
}

.foundations .foundation-post h4 a:hover {
    color: #777777;
}

.foundations .foundation-post i.fa-quote-left {
    left: 0;
}

.foundations .foundation-post i.fa-quote-right {
    right: 0;
}

.foundations .foundation-post p {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 15px;
    line-height: 1.8em;
    margin-bottom: 0;
}

.owl-carousel .owl-page {
    margin: 20px 5px 0 5px;
    width: 15px;
    height: 15px;
    -webkit-border-radius: 15px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 15px;
    -moz-background-clip: padding;
    border-radius: 15px;
    background-clip: padding-box;
    display: inline-block;
    background: #cccccc;
    text-align: center;
}

.foundations .owl-page {
    background: #ffffff;
}

.owl-carousel .owl-page.active {
    background: #2C7EBE;
}

.color1 .owl-carousel .owl-page.active {
    background: #2C7EBE;
}

.color2 .owl-carousel .owl-page.active {
    background: #FEC131;
}

.color3 .owl-carousel .owl-page.active {
    background: #6AC9D1;
}

.color4 .owl-carousel .owl-page.active {
    background: #F06930;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-carousel .carousel-post {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    position: relative;
    margin: 0 5%;
    width: 90%;
}

.owl-carousel .carousel-post .big-number {
    display: block;
    color: #cccccc;
    font-size: 64px;
    line-height: 64px;
}

.color1 .owl-carousel .carousel-post .big-number {
    color: #2C7EBE;
}

.color2 .owl-carousel .carousel-post .big-number {
    color: #FEC131;
}

.color3 .owl-carousel .carousel-post .big-number {
    color: #6AC9D1;
}

.color4 .owl-carousel .carousel-post .big-number {
    color: #F06930;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel2 {
    padding: 20px;
}

.owl-carousel2 .owl-controls .owl-buttons {
    width: 100%;
    left: 0;
    right: 0;
    position: absolute;
    top: 50%;
}

.owl-carousel2 .owl-controls .owl-prev,
.owl-carousel2 .owl-controls .owl-next {
    height: 32px;
    font-size: 18px;
    position: absolute;
    height: 32px;
    width: 18px;
    margin-top: -10px;
    text-align: center;
}

.owl-carousel2 .owl-controls .owl-prev {
    left: 10px;
}

.owl-carousel2 .owl-controls .owl-next {
    right: 10px;
}

.color1 .owl-carousel2 .owl-controls .owl-prev,
.color1 .owl-carousel2 .owl-controls .owl-next {
    color: #2C7EBE;
}

.color2 .owl-carousel2 .owl-controls .owl-prev,
.color2 .owl-carousel2 .owl-controls .owl-next {
    color: #FEC131;
}

.color3 .owl-carousel2 .owl-controls .owl-prev,
.color3 .owl-carousel2 .owl-controls .owl-next {
    color: #6AC9D1;
}

.color4 .owl-carousel2 .owl-controls .owl-prev,
.color4 .owl-carousel2 .owl-controls .owl-next {
    color: #F06930;
}

.color1 .owl-carousel2 {
    background: #c8d4eb;
}

.color2 .owl-carousel2 {
    background: #ffedc7;
}

.color3 .owl-carousel2 {
    background: #daeff3;
}

.color4 .owl-carousel2 {
    background: #fcd5bc;
}


/*----------------------------------------------------------------*/

.feature-post {
    background: #e3e3e3;
}

.feature-post .feature-head {
    position: relative;
    background: #f6f6f6;
    width: auto;
    display: table;
    margin-right: auto;
    padding-right: 48px;
}

.feature-post .feature-icon {
    position: relative;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0 auto;
    z-index: 13;
}

.feature-post .feature-icon img {
    height: auto;
    width: 70px;
}

.feature-post .rect1 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
}

.feature-post .feature-title {
    position: relative;
    z-index: 12;
    padding: 0;
    margin: 0;
    line-height: 40px;
    padding-left: 15px;
    min-height: 64px;
}

.feature-post .feature-title h4 {
    padding: 6px 0;
    margin: 0;
    line-height: 26px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
}

.feature-post .feature-title h4 span {
    display: table;
}

.feature-post .feature-content {
    padding: 10px 20px;
}

.feature-post .feature-content p {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777777;
}

.feature-post.color1,
.feature-post.color1 .rect1 {
    background: #c8d4eb;
    border-bottom: 8px solid #2c7ebe;
}

.feature-post.color1 .feature-head {
    background: #2c7ebe
}

.feature-post.color2,
.feature-post.color2 .rect1 {
    background: #ffedc7;
    border-bottom: 8px solid #fec131;
}

.feature-post.color2 .feature-head {
    background: #fec131
}

.feature-post.color3,
.feature-post.color3 .rect1 {
    background: #daeff3;
    border-bottom: 8px solid #6ac9d1;
}

.feature-post.color3 .feature-head {
    background: #6ac9d1
}

.feature-post.color4,
.feature-post.color4 .rect1 {
    background: #fcd5bc;
    border-bottom: 8px solid #f06930;
}

.feature-post.color4 .feature-head {
    background: #f06930;
}

@media screen and (max-width: 768px) {
    .feature-post {
        margin-bottom: 30px;
    }
}

.feature2-post {
    background: #e3e3e3;
}

.feature2-post .feature2-head {
    position: relative;
    background: #f6f6f6;
    width: auto;
    display: table;
    padding-right: 60px;
}

.feature2-post .feature2-icon {
    position: absolute;
    width: 70px;
    height: 70px;
    text-align: center;
    margin: 0;
    z-index: 13;
    right: 40px;
    top: 10px;
}

.feature2-post .feature2-icon img {
    width: 70px;
    height: auto;
}

.feature2-post .rect1 {
    position: absolute;
    top: 0px;
    right: 0;
    width: 40px;
    height: 40px;
    background: #fff;
}

.feature2-post .feature2-title {
    position: relative;
    z-index: 12;
    padding: 0;
    margin: 0;
    line-height: 60px;
    padding-left: 20px;
}

.feature2-post .feature2-title h4 {
    padding: 6px 0;
    margin: 0;
    line-height: 26px;
    display: block;
    font-size: 18px;
    color: #ffffff;
}

.feature2-post .feature2-title h4 span {
    display: table;
}

.feature2-post .feature2-content {
    padding: 30px 20px;
}

.feature2-post .feature2-content p {
    margin: 0 0 0;
    font-size: 14px;
}

.feature2-post.color1,
.feature2-post.color1 .rect1 {
    background: #c8d4eb;
    border-bottom: 8px solid #2c7ebe;
}

.feature2-post.color1 .feature2-head {
    background: #2c7ebe
}

.feature2-post.color2,
.feature2-post.color2 .rect1 {
    background: #ffedc7;
    border-bottom: 8px solid #fec131;
}

.feature2-post.color2 .feature2-head {
    background: #fec131
}

.feature2-post.color3,
.feature2-post.color3 .rect1 {
    background: #daeff3;
    border-bottom: 8px solid #6ac9d1;
}

.feature2-post.color3 .feature2-head {
    background: #6ac9d1
}

.feature2-post.color4,
.feature2-post.color4 .rect1 {
    background: #fcd5bc;
    border-bottom: 8px solid #f06930;
}

.feature2-post.color4 .feature2-head {
    background: #f06930;
}

.feature2-post.blog-content {
    border: none;
    background: none;
}

.feature2-post.blog-content .feature2-content {
    padding: 0;
}

@media screen and (max-width: 768px) {
    .feature2-post {
        margin-bottom: 30px;
    }
    .modal .feature2-post {
        margin-bottom: 0px;
    }
}

.feature2-content .panel-title>a,
.feature2-content .panel-title>a:active {
    display: block;
    padding: 0px 20px;
    color: #555;
    margin-left: 40px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-decoration: none;
}

.feature2-content .panel-heading a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f105";
    left: 45px;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: -6px 0 0 0px;
    color: #ffffff;
    background: #FEC131;
    transition: all 0.5s;
}

.feature2-post.color1 .feature2-content .panel-heading a:before {
    background: #2C7EBE;
}

.feature2-post.color2 .feature2-content .panel-heading a:before {
    background: #FEC131;
}

.feature2-post.color3 .feature2-content .panel-heading a:before {
    background: #6AC9D1;
}

.feature2-post.color4 .feature2-content .panel-heading a:before {
    background: #F06930;
}

.feature2-content .panel-heading.active a:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f107"
}

.feature2-content .panel-heading {
    padding: 15px;
    color: #282828;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.feature2-content .panel-heading a:hover {
    color: #fec131
}

.feature2-post.color1 .feature2-content .panel-heading a:hover {
    color: #2C7EBE;
}

.feature2-post.color2 .feature2-content .panel-heading a:hover {
    color: #FEC131;
}

.feature2-post.color3 .feature2-content .panel-heading a:hover {
    color: #6AC9D1;
}

.feature2-post.color4 .feature2-content .panel-heading a:hover {
    color: #F06930;
}

.feature2-content .panel-heading+.panel-collapse>.panel-body {
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
}

.feature2-post .feature2-content.foundations {
    padding: 87px 20px;
}

.feature2-post .panel-group {
    margin-bottom: 0;
}

.feature2-post .monitoring h4 {
    margin-left: 0px;
}

.feature2-post .monitoring h4 i {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    margin: -5px 0 0 -40px;
    color: #ffffff;
    background: #6AC9D1;
}

.feature2-post .monitoring h4,
.feature2-post .monitoring h4 a {
    color: #6AC9D1;
}

.feature2-post .monitoring h4 a:hover {
    color: #777777;
}

.feature2-post .monitoring .list-unstyled {
    margin-bottom: 30px;
}

.feature2-post .monitoring .list-unstyled li {
    font-weight: bold;
}

.modal .feature2-post.color1 .close {
    color: #2c7ebe
}

.modal .feature2-post.color2 .close {
    color: #fec131
}

.modal .feature2-post.color3 .close {
    color: #6ac9d1
}

.modal .feature2-post.color4 .close {
    color: #F06930;
}

.bullet-line {
    position: relative;
    padding-left: 20px;
}

.bullet-line li {
    list-style: none;
    position: relative;
    line-height: 24px;
    padding-bottom: 10px;
}

.bullet-line li:hover {
    font-weight: bold;
}

.bullet-line li:before {
    content: "";
    width: 2px;
    height: 100%;
    position: absolute;
    background-color: #eeeeee;
    display: block;
    left: -10px;
    top: 0px;
    transform: translate(-50%, 0);
}

.bullet-line li:after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background-color: #ffffff;
    border: 2px solid #eeeeee;
    display: block;
    left: -10px;
    top: 2px;
    transform: translate(-50%, 50%);
}

.bullet-line li:hover:after {
    background-color: #eeeeee;
}

.color1 .bullet-line li:before,
.color1 .bullet-line li:hover:after {
    background-color: #2C7EBE;
}

.color1 .bullet-line li:after {
    border-color: #2C7EBE;
}

.color2 .bullet-line li:before,
.color2 .bullet-line li:hover:after {
    background-color: #FEC131;
}

.color2 .bullet-line li:after {
    border-color: #FEC131;
}

.color3 .bullet-line li:before,
.color3 .bullet-line li:hover:after {
    background-color: #6AC9D1;
}

.color3 .bullet-line li:after {
    border-color: #6AC9D1;
}

.color4 .bullet-line li:before,
.color4 .bullet-line li:hover:after {
    background-color: #F06930;
}

.color4 .bullet-line li:after {
    border-color: #F06930;
}

.feature2-post.color4.color4-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-image: url('../images/home-bg.jpg');
}

.color4-bg.feature2-post .feature2-content p,
.color4-bg.feature2-post .feature2-content a {
    color: #fff;
}

.color4-bg.feature2-post .sep {
    height: 4px;
    width: 100%;
    background: #f06930;
}

.color4-bg.feature2-post .feature2-content .about-section-icon img {
    width: 80px;
    height: auto;
}

.bottom-part {
    position: relative;
    padding-bottom: 0;
    background: #f6f6f6;
}

.bottom-part .right-banner {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    background-image: url('../images/donation-section.jpg');
}

@media screen and (max-width: 991px) {
    .bottom-part .right-banner {
        display: none;
    }
}

.bottom-part .donation-form {
    padding-top: 60px;
    padding-bottom: 60px;
}

.bottom-part .donation-form .steps {
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
    list-style: none;
}

.bottom-part .donation-form .steps li {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    font-size: 12px;
    font-weight: 700;
    color: #222222;
    text-transform: uppercase;
    cursor: pointer;
}

.bottom-part .donation-form .steps li span {
    margin-top: 10px;
    text-align: center;
    display: block;
    width: 10px;
    height: 10px;
    border: 2px solid #a6a6a6;
    -webkit-border-radius: 10px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 10px;
    -moz-background-clip: padding;
    border-radius: 10px;
    background-clip: padding-box;
    margin-left: auto;
    margin-right: auto;
}

.bottom-part .donation-form .steps li span:after {
    margin: 0 40px;
    margin-top: 3px;
    float: left;
    display: inline-block;
    content: '';
    width: 30px;
    height: 1px;
    background: #e3e3e3;
}

.bottom-part .donation-form .steps li.active span {
    background: #a6a6a6;
}

.bottom-part .donation-form .steps li:first-child {
    padding-left: 0;
}

.bottom-part .donation-form .steps li:last-child span:after {
    display: none;
}

@media screen and (max-width: 768px) {
    .bottom-part .donation-form .steps li {
        display: block;
        padding-left: 0;
    }
    .bottom-part .donation-form .steps li span {
        margin-left: 30px;
        display: inline-block;
        margin-top: 0;
    }
    .bottom-part .donation-form .steps li span:after {
        display: none;
    }
}

.bottom-part .donation-section {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    text-align: center;
}

@media screen and (max-width: 991px) {
    .bottom-part .donation-section {
        padding-top: 0;
        padding-bottom: 0;
        text-align: left;
        padding-left: 0;
    }
}

.bottom-part .donation-section .inner-content {
    position: relative;
    z-index: 11;
    color: #fff;
    padding-top: 60px;
}

.bottom-part .donation-section .inner-content h2 {
    font-size: 20px;
    margin-bottom: 30px;
    color: #fff;
}

.bottom-part .donation-section .inner-content h2 span {
    color: #fec131;
}

@media screen and (max-width: 991px) {
    .bottom-part .donation-section .inner-content {
        padding-top: 0;
        padding-bottom: 60px;
    }
}

.inner-content .list-holder {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.inner-content .list-holder span.raised,
.inner-content .list-holder span.goal {
    color: #fff !important;
}

.inner-content .list-holder .progress {
    background: rgba(255, 255, 255, 0.1);
    height: 8px;
    margin-top: 30px;
    margin-bottom: 10px !important;
}

@media screen and (max-width: 991px) {
    .inner-content {
        padding-left: 15px;
        padding-right: 15px;
        color: #777777 !important;
    }
    .inner-content h2 {
        color: #222222 !important;
    }
    .inner-content .list-holder {
        margin-left: 0;
    }
    .inner-content .list-holder span.raised,
    .inner-content .list-holder span.goal {
        color: #aaaaaa !important;
    }
    .inner-content .list-holder .progress {
        background: rgba(0, 0, 0, 0.1);
    }
}

.blog .panel .panel-heading a:focus {
    color: inherit
}

.blog.color1 .panel .panel-heading a:hover {
    color: #2C7EBE;
    text-decoration: none;
}

.blog.color2 .panel .panel-heading a:hover {
    color: #FEC131;
    text-decoration: none;
}

.blog.color3 .panel .panel-heading a:hover {
    color: #6AC9D1;
    text-decoration: none;
}

.blog.color4 .panel .panel-heading a:hover {
    color: #F06930;
    text-decoration: none;
}


/*----------------------------------------------------------------*/

.row-about-section {
    display: grid;
    padding: 0;
    margin: 0;
    list-style: none;
    grid-template-columns: 1fr 1fr 1fr;
}

.about-section .about-section-post {
    text-align: center;
}

.about-section .about-section-post .about-section-icon {
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 80px;
    background: #2368ab;
    margin: 0 auto 30px;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.about-section .about-section-post .about-section-icon img {
    width: 80px;
    text-align: center;
}

.about-section .about-section-post:hover .about-section-icon,
.about-section .about-section-post.active .about-section-icon,
.about-section .about-section-post a[aria-expanded="true"] .about-section-icon {
    opacity: 1;
    background: #e95c51;
}

.about-section .about-section-post .about-section-content {
    padding: 15px 25px;
    position: relative;
}

.about-section .about-section-post.active .about-section-content:after {
    content: '';
    position: absolute;
    left: 42%;
    top: 100%;
    width: 0;
    height: 0;
    margin-top: -18px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #ffffff;
    clear: both;
}

.about-section .about-section-post .about-section-content h4 {
    font-size: 18px;
    color: #2368ab;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.about-section .about-section-post a p {
    color: #282828;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.about-section .about-section-post:hover .about-section-content h4,
.about-section .about-section-post.active .about-section-content h4,
.about-section .about-section-post:hover .about-section-content h4 a {
    color: #e95c51;
}

.about-section .about-section-separator {
    width: 100%;
    position: relative;
    height: 2px;
    background: #2368ab;
}

.about-section .about-section-separator:after {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    background-color: #2368ab;
    display: block;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media screen and (max-width: 768px) {
    .about-section .panel {
        background: none;
        border: none;
        box-shadow: none;
    }
    .about-section .panel-heading {
        padding: 0;
        background: none;
        border: none;
    }
    .about-section .panel-default>.panel-heading+.panel-collapse>.panel-body {
        border: none;
        border-left: 2px solid #2C7EBE;
        padding: 10px 10px 10px 40px;
    }
    .js-tabcollapse-panel-heading .about-section-content {
        float: left;
        text-align: left;
    }
    .about-section .about-section-post .js-tabcollapse-panel-heading .about-section-icon {
        text-align: left;
        margin: 5px 0 5px 40px;
        order: 2;
        flex: none;
        width: 80px;
        height: 80px;
        align-self: center;
    }
    .js-tabcollapse-panel-heading {
        position: relative;
        height: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
    }
    .about-section .js-tabcollapse-panel-heading .about-section-separator {
        background: none;
        width: 2px;
        height: auto;
        order: 1;
        position: relative;
    }
    .about-section .js-tabcollapse-panel-heading .about-section-separator:before {
        content: "";
        height: 100%;
        position: absolute;
        width: 2px;
        left: 0;
        top: 0;
        bottom: -100%;
        background: #2C7EBE;
    }
    .about-section .js-tabcollapse-panel-heading .about-section-content {
        order: 3;
        align-self: center;
    }
    .about-section .tab-content {
        background: none !important;
    }
    .about-section .panel-group .panel+.panel {
        margin: 0
    }
}

.about-section .about-section-post:hover .about-section-separator:after,
.about-section .about-section-post.active .about-section-separator:after,
.about-section .about-section-post a[aria-expanded="true"] .about-section-separator:after {
    background-color: #e95c51;
}

.about-section .about-section-post a[aria-expanded="true"] .about-section-content h4 {
    color: #e95c51;
}

.about-section .nav-tabs {
    border: none;
}

.about-section .tab-content {
    background: #ffffff;
    padding: 10px 20px;
}

.about-section .tab-content h3 {
    text-transform: none;
    font-size: 21px;
}

.special-post {
    margin-bottom: 30px;
    background: #f6f6f6;
}

.special-post .special-details {
    padding: 25px;
    background: #eeeeee;
}

.special-post .special-details h5 {
    font-size: 16px;
    margin-top: 0;
    color: #282828;
}

.special-post .special-details p {
    margin-bottom: 15px;
    color: #282828;
}

.special-post .special-details p.source {
    font-size: 12px;
}

.special-post .special-details p:last-child {
    margin-bottom: 0;
}

.special-post .special-details p i {
    margin-right: 10px;
}

.special-post .special-details a {
    color: #222222;
}

.special-post .special-image {
    position: relative;
    overflow: hidden;
}

.special-post .special-image img {
    width: 100%;
    height: auto;
}

.blog-content.color1 .special-post .special-details {
    background: #C8D4EB
}

.blog-content.color2 .special-post .special-details {
    background: #FFEDC7
}

.blog-content.color3 .special-post .special-details {
    background: #DAEFF3
}

.blog-content.color4 .special-post .special-details {
    background: #FCD5BC
}

.special-post .special-content {
    padding: 25px 25px 25px 0;
}

.special-post .special-content h4 {
    margin-top: 0;
    font-size: 14px;
}

.special-post .special-content h4 a {
    color: #222222;
}

.special-post .special-content h4 a:hover {
    color: #fec131;
}

.special-post .special-content .line-seperator {
    background: #e3e3e3;
}

@media screen and (max-width: 991px) {
    .special-post .special-content {
        padding: 25px;
    }
}

.special-single .special-image {
    overflow: hidden;
}

.special-single .special-image img {
    width: 100%;
    display: block;
}

.special-single .author-thumb {
    width: 66px;
    height: 66px;
    margin-bottom: 20px;
}

.special-single .author-thumb img {
    width: 100%;
    height: 100%;
}

.special-single .special-content {
    padding-top: 15px;
}

.special-map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.post-formatting:before,
.post-formatting:after {
    content: " ";
    display: table;
}

.post-formatting:after {
    clear: both;
}

.post-formatting a {
    font-weight: 500;
}

.post-formatting code {
    background-color: #eeeeee;
    color: #333333;
    font-size: 11px;
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
}

.post-formatting kbd {
    -webkit-border-radius: 1px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 1px;
    -moz-background-clip: padding;
    border-radius: 1px;
    background-clip: padding-box;
}

.post-formatting img {
    max-width: 100%;
    height: auto !important;
}

.post-formatting img.alignleft,
.post-formatting img.alignright {
    position: relative;
    vertical-align: text-top;
    margin-right: 15px;
    margin-bottom: 15px;
    line-height: 1;
    top: 5px;
    float: left;
}

.post-formatting img.alignright {
    float: right;
    margin-right: 0;
    margin-left: 15px;
}

.post-formatting .wp-caption {
    max-width: 100%;
    margin-bottom: 15px;
}

.post-formatting .wp-caption.aligncenter {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.post-formatting .wp-caption.aligncenter .wp-caption-text {
    margin: 0 5px;
}

.post-formatting .wp-caption.alignleft {
    float: left;
    margin-right: 15px;
}

.post-formatting .wp-caption.alignleft .wp-caption-text {
    margin-right: 10px;
}

.post-formatting .wp-caption.alignright {
    float: right;
    margin-left: 15px;
}

.post-formatting .wp-caption.alignright .wp-caption-text {
    margin-right: 10px;
}

.post-formatting .wp-caption.alignleft,
.post-formatting .wp-caption.alignright {
    position: relative;
    top: 5px;
}

.post-formatting .wp-caption .wp-caption-text {
    background: #eeeeee;
    padding: 5px 10px;
    font-size: 12px !important;
}

.post-formatting blockquote p {
    color: #888888;
}

.post-formatting blockquote p:last-child {
    margin-bottom: 0 !important;
}

.post-formatting cite {
    font-weight: 500;
}

.post-formatting dl dd {
    margin-bottom: 15px;
}

.post-formatting ul,
.post-formatting ol {
    padding-left: 20px;
}

.post-formatting ul li,
.post-formatting ol li {
    padding: 2px 0;
}

.post-formatting address {
    border-left: 3px solid #e3e3e3;
    padding-left: 20px;
}

.post-formatting iframe {
    max-width: 100%;
}

ul.special-small {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.special-small li {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}

ul.special-small li a {
    display: block;
    overflow: hidden;
}

ul.special-small li .date {
    float: left;
    width: 80px;
    height: 80px;
    text-align: center;
    border-top: 2px solid #6ccecb;
    background: #fec131;
    padding: 15px 5px;
}

ul.special-small li .date span {
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

ul.special-small li .date span:last-of-type {
    font-size: 12px;
}

ul.special-small li .special-content {
    padding: 15px 20px;
    overflow: hidden;
}

ul.special-small li .special-content a.special-title {
    font-weight: 700;
}

ul.special-small li .special-content p {
    color: #aaaaaa;
    margin-bottom: 0;
}


/*----------------------------------------------------------------*/

#show-mobile-only {
    display: none;
}

@media screen and (max-width: 768px) {
    #show-mobile-only {
        display: block;
    }
}

a.meanmenu-reveal {
    display: none;
}

.mean-container {
    padding: 0;
    margin: 0;
    width: auto;
}

.mean-container .mean-bar {
    position: absolute;
    z-index: 999;
    right: 0;
    left: 0;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 5px;
    position: absolute;
    top: -42px;
    right: 10px !important;
    cursor: pointer;
    color: #fff;
    background: #2c7ebe;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    display: block;
    line-height: 22px;
    font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
    display: block;
    background: #fff;
    height: 3px;
    margin-top: 3px;
}

.mean-container a.meanmenu-reveal:not(.meanclose)+.mean-nav {
    opacity: 0;
}

.mean-container a.meanmenu-reveal.meanclose+.mean-nav {
    opacity: 1;
}

.mean-container .mean-nav {
    width: auto;
    background: #2c7ebe;
    -webkit-transition: opacity 0.2s ease-in-out;
    -moz-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out;
}

.mean-container .mean-nav .container {
    padding-left: 0px;
    padding-right: 0px;
}

.mean-container .mean-nav .row {
    margin-left: 0;
    margin-right: 0;
}

.mean-container .mean-nav ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.mean-container .mean-nav ul li {
    position: relative;
    width: auto;
}

.mean-container .mean-nav ul li a {
    font-size: 12px;
    position: relative;
    display: block;
    padding: 15px 20px;
    margin: 0;
    text-align: left;
    color: #5b6770;
    border-top: 1px solid #aaaaaa;
    text-decoration: none;
    text-transform: uppercase;
    width: auto;
    background: #EEEEEE;
}

.mean-container .mean-nav ul>li>a {
    border-bottom: 5px solid #555555;
}

.mean-container .mean-nav ul>li.color1>a {
    border-bottom: 5px solid #2c7ebe
}

.mean-container .mean-nav ul>li.color2>a {
    border-bottom: 5px solid #fec131
}

.mean-container .mean-nav ul>li.color3>a {
    border-bottom: 5px solid #6ac9d1
}

.mean-container .mean-nav ul>li.color4>a {
    border-bottom: 5px solid #f06930
}

.mean-container .mean-nav ul li li a {
    padding: 15px 40px;
    border-top: 1px solid #aaaaaa;
    border-bottom: none !important;
    text-shadow: none !important;
    border-left: 5px solid #555555;
}

.mean-container .mean-nav ul li.color1 li a {
    border-left: 5px solid #2c7ebe;
}

.mean-container .mean-nav ul li.color2 li a {
    border-left: 5px solid #fec131;
}

.mean-container .mean-nav ul li.color3 li a {
    border-left: 5px solid #6ac9d1;
}

.mean-container .mean-nav ul li.color4 li a {
    border-left: 5px solid #f06930;
}

.mean-container .mean-nav ul li li li a {
    width: auto;
    padding: 15px 80px;
}

.mean-container .mean-nav ul li li li li a {
    width: 100%;
    padding: 15px 120px;
}

.mean-container .mean-nav ul li li li li li a {
    width: 100%;
    padding: 15px 160px;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 55px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    position: absolute;
    right: 0px;
    top: 0;
    z-index: 2;
    font-weight: 700;
    padding: 0;
    border-left: 1px solid #aaaaaa !important;
}

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar,
.mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mean-nav .col-sm-12 {
    padding-left: 0px;
    padding-right: 0px;
}


/*----------------------------------------------------------------*/


/***
 * BxSlider v4.2.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 ***/


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
    position: relative;
    margin: 0 auto;
    padding: 0;
    *zoom: 1;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}

.bx-wrapper img {
    width: 100%;
    max-width: 100%;
    display: block;
}

.bxslider {
    margin: 0;
    padding: 0;
    overflow: hidden;
}

ul.bxslider {
    list-style: none;
}

.bx-viewport {
    /*fix other elements on the page moving (on Chrome)*/
    -webkit-transform: translatez(0);
}


/** THEME
===================================*/

.bx-wrapper {
    background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
    position: absolute;
    bottom: -30px;
    width: 100%;
}


/* LOADER */

.bx-wrapper .bx-loading {
    min-height: 50px;
    background: url(../images/bx_loader.gif) center center no-repeat #ffffff;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2000;
}


/* PAGER */

.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #000;
}

.bx-wrapper .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager-item {
    font-size: 0;
    line-height: 0;
}


/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-next:hover {
    background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 32px;
    height: 32px;
    text-indent: -9999px;
    z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
    display: none;
}


/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
    text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -11px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
    background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
    display: block;
    text-indent: -9999px;
    width: 9px;
    height: 11px;
    outline: 0;
    background: url(../images/controls.png) -86px -44px no-repeat;
    margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
    background-position: -86px -33px;
}


/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: left;
    width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    right: 0;
    width: 35px;
}


/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #666;
    background: rgba(80, 80, 80, 0.75);
    width: 100%;
}

.bx-wrapper .bx-caption span {
    color: #fff;
    font-family: Arial;
    display: block;
    font-size: .85em;
    padding: 10px;
}


/*----------------------------------------------------------------*/


/* box-sizing */

.fr-window,
.fr-window [class^="fr-"],
.fr-overlay,
.fr-overlay [class^="fr-"],
.fr-spinner,
.fr-spinner [class^="fr-"] {
    box-sizing: border-box;
}

.fr-window {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font: 13px/20px "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
    /* Chrome hack, this fixes a visual glitch when quickly toggling a video */
    transform: translateZ(0px);
}


/* z-index */

.fr-overlay {
    z-index: 99998;
}

.fr-window {
    z-index: 99999;
}

.fr-spinner {
    z-index: 100000;
}


/* overlay */

.fr-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.fr-overlay-background {
    float: left;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .9;
    filter: alpha(opacity=90);
}

.fr-overlay-ui-fullclick .fr-overlay-background {
    background: #292929;
    opacity: 1;
    filter: alpha(opacity=100);
}


/* mobile touch has position:absolute to allow zooming */

.fr-window.fr-mobile-touch,
.fr-overlay.fr-mobile-touch {
    position: absolute;
    overflow: visible;
}


/* some properties on the window are used to toggle things
 * like margin and the fullclick mode,
 * we reset those properties after measuring them
 */

.fr-measured {
    margin: 0 !important;
    min-width: 0 !important;
    min-height: 0 !important;
}

.fr-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fr-pages {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fr-page {
    position: absolute;
    width: 100%;
    height: 100%;
}

.fr-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.fr-hovering-clickable .fr-container {
    cursor: pointer;
}


/*
   padding:
   youtube & vimeo always have buttons on the outside
   side button = 72 = 54 + (2 * 9 margin)
   close button = 48
*/


/* padding ui:inside */

.fr-ui-inside .fr-container {
    padding: 20px 20px;
}

.fr-ui-inside.fr-no-sides .fr-container {
    padding: 20px;
}


/* padding ui:outside */

.fr-ui-outside .fr-container {
    padding: 20px 82px;
}

.fr-ui-outside.fr-no-sides .fr-container {
    padding: 20px 48px;
}


/* reduce padding on smaller screens */

@media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 700px) {
    /* padding ui:inside */
    .fr-ui-inside .fr-container {
        padding: 12px 12px;
    }
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 12px;
    }
    /* padding ui:outside */
    .fr-ui-outside .fr-container {
        padding: 12px 72px;
    }
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 12px 48px;
    }
}

@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) {
    /* padding ui:inside */
    .fr-ui-inside .fr-container {
        padding: 0px 0px;
    }
    .fr-ui-inside.fr-no-sides .fr-container {
        padding: 0px;
    }
    /* padding ui:outside */
    .fr-ui-outside .fr-container {
        padding: 0px 72px;
    }
    .fr-ui-outside.fr-no-sides .fr-container {
        padding: 0px 48px;
    }
}


/* padding ui:fullclick */

.fr-ui-fullclick .fr-container {
    padding: 0;
}

.fr-ui-fullclick.fr-no-sides .fr-container {
    padding: 0;
}


/* video fullclick */

.fr-ui-fullclick.fr-type-video .fr-container {
    padding: 0px 62px;
}

.fr-ui-fullclick.fr-no-sides.fr-type-video .fr-container {
    padding: 48px 0px;
}


/* overflow-y should always have 0 padding top and bottom */

.fr-overflow-y .fr-container {
    padding-top: 0 !important;
    padding-bottom: 0!important;
}

.fr-content,
.fr-content-background {
    position: absolute;
    top: 50%;
    left: 50%;
    /* IE11 has a 1px blur bug on the edges of the caption (ui:inside)
     during animation with overflow:hidden */
    overflow: visible;
}


/* img/iframe/error */

.fr-content-element {
    float: left;
    width: 100%;
    height: 100%;
}

.fr-content-background {
    background: #101010;
}

.fr-info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #efefef;
    font-size: 13px;
    line-height: 20px;
    text-align: left;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fr-info-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    line-height: 1%;
    filter: none;
    opacity: 1;
}

.fr-ui-inside .fr-info-background {
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
}


/* ui:outside has a slightly lighter info background to break up from black page backgrounds */

.fr-ui-outside .fr-info-background {
    background: #0d0d0d;
}


/* info at the bottom for ui:inside */

.fr-content .fr-info {
    top: auto;
    bottom: 0;
}

.fr-info-padder {
    display: block;
    overflow: hidden;
    padding: 12px;
    position: relative;
    width: auto;
}

.fr-caption {
    width: auto;
    display: inline;
    white-space: wrap;
}

.fr-position {
    color: #b3b3b3;
    float: right;
    line-height: 21px;
    opacity: 0.99;
    position: relative;
    text-align: right;
    margin-left: 15px;
    white-space: nowrap;
}


/* positions not within the info bar
   for ui:outside/inside */

.fr-position-outside,
.fr-position-inside {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 12px;
    width: auto;
    padding: 2px 8px;
    border-radius: 10px;
    font-size: 11px;
    line-height: 20px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
    display: none;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.fr-position-inside {
    border: 0;
}

.fr-position-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0d0d0d;
    filter: alpha(opacity=80);
    opacity: .8;
    zoom: 1;
    /* oldIE */
}

.fr-position-text {
    color: #b3b3b3;
}

.fr-position-outside .fr-position-text,
.fr-position-inside .fr-position-text {
    float: left;
    position: relative;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    opacity: 1;
}


/* display it for the outside ui, hide the caption inside */

.fr-ui-outside .fr-position-outside {
    display: block;
}

.fr-ui-outside .fr-info .fr-position {
    display: none;
}

.fr-ui-inside.fr-no-caption .fr-position-inside {
    display: block;
}


/* links */

.fr-info a,
.fr-info a:hover {
    color: #ccc;
    border: 0;
    background: none;
    text-decoration: underline;
}

.fr-info a:hover {
    color: #eee;
}


/* no-caption */

.fr-ui-outside.fr-no-caption .fr-info {
    display: none;
}

.fr-ui-inside.fr-no-caption .fr-caption {
    display: none;
}


/* --- stroke */

.fr-stroke {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
}

.fr-stroke-vertical {
    width: 1px;
    height: 100%;
}

.fr-stroke-horizontal {
    padding: 0 1px;
}

.fr-stroke-right {
    left: auto;
    right: 0;
}

.fr-stroke-bottom {
    top: auto;
    bottom: 0;
}

.fr-stroke-color {
    float: left;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
}


/* the stroke is brighter inside the info box */

.fr-info .fr-stroke-color {
    background: rgba(80, 80, 80, 0.3);
}


/* remove the stroke when outside ui has a caption */

.fr-ui-outside.fr-has-caption .fr-content .fr-stroke-bottom {
    display: none;
}


/* remove stroke and shadow when ui:fullclick */

.fr-ui-fullclick .fr-stroke {
    display: none;
}

.fr-ui-fullclick .fr-content-background {
    box-shadow: none;
}


/* the info box never bas a top stroke */

.fr-info .fr-stroke-top {
    display: none;
}


/* < > */

.fr-side {
    position: absolute;
    top: 50%;
    width: 54px;
    height: 72px;
    margin: 0 9px;
    margin-top: -36px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    zoom: 1;
}

.fr-side-previous {
    left: 0;
}

.fr-side-next {
    right: 0;
    left: auto;
}

.fr-side-disabled {
    cursor: default;
}

.fr-side-hidden {
    display: none !important;
}

.fr-side-button {
    float: left;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.fr-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #101010;
    background-color: #ccc;
}

.fr-side-button-icon {
    float: left;
    position: relative;
    height: 100%;
    width: 100%;
    zoom: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


/* smaller side buttons */

@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
    .fr-side {
        width: 54px;
        height: 60px;
        margin: 0;
        margin-top: -30px;
    }
    .fr-side-button {
        width: 48px;
        height: 60px;
        margin: 0 3px;
    }
}


/* X */

.fr-close {
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.fr-close-background,
.fr-close-icon {
    position: absolute;
    top: 12px;
    left: 12px;
    height: 26px;
    width: 26px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.fr-close-background {
    background-color: #000;
}


/* Thumbnails */

.fr-thumbnails {
    position: absolute;
    overflow: hidden;
}

.fr-thumbnails-disabled .fr-thumbnails {
    display: none !important;
}

.fr-thumbnails-horizontal .fr-thumbnails {
    width: 100%;
    height: 12%;
    min-height: 74px;
    max-height: 160px;
    bottom: 0;
}

.fr-thumbnails-vertical .fr-thumbnails {
    height: 100%;
    width: 10%;
    min-width: 74px;
    max-width: 160px;
    left: 0;
}

.fr-thumbnails,
.fr-thumbnails * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fr-thumbnails-wrapper {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
}

.fr-thumbnails-vertical .fr-thumbnails-wrapper {
    top: 50%;
    left: 0;
}

.fr-thumbnails-slider {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    zoom: 1;
}

.fr-thumbnails-slider-slide {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.fr-thumbnails-thumbs {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
}

.fr-thumbnails-slide {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.fr-thumbnail-frame {
    position: absolute;
    zoom: 1;
    overflow: hidden;
}

.fr-thumbnail {
    position: absolute;
    width: 30px;
    height: 100%;
    left: 50%;
    top: 50%;
    zoom: 1;
    cursor: pointer;
    margin: 0 10px;
}

.fr-ltIE9 .fr-thumbnail * {
    overflow: hidden;
    /* IE6(7) */
    z-index: 1;
    zoom: 1;
}

.fr-thumbnail-wrapper {
    position: relative;
    background: #161616;
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    display: inline;
    /* IE6(7) */
    z-index: 0;
    /* IE8 */
}

.fr-thumbnail-overlay {
    cursor: pointer;
}

.fr-thumbnail-active .fr-thumbnail-overlay {
    cursor: default;
}

.fr-thumbnail-overlay,
.fr-thumbnail-overlay-background,
.fr-thumbnail-overlay-border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    overflow: hidden;
    border-style: solid;
    border-color: transparent;
}

.fr-ltIE9 .fr-thumbnail-overlay-border {
    border-width: 0 !important;
}

.fr-thumbnail .fr-thumbnail-image {
    position: absolute;
    filter: alpha(opacity=85);
    opacity: .85;
    max-width: none;
}

.fr-thumbnail:hover .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
    filter: alpha(opacity=99);
    opacity: .99;
}

.fr-thumbnail-active .fr-thumbnail-image,
.fr-thumbnail-active:hover .fr-thumbnail-image {
    filter: alpha(opacity=35);
    opacity: .35;
}

.fr-thumbnail-active {
    cursor: default;
}


/* Thumbnails loading */

.fr-thumbnail-loading,
.fr-thumbnail-loading-background,
.fr-thumbnail-loading-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fr-thumbnail-loading-background {
    background-color: #161616;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    opacity: .8;
    position: relative;
    float: left;
}


/* this element is there as an alternative to putting the loading image on the background */

.fr-thumbnail-loading-icon {
    display: none;
}


/* error on thumbnail */

.fr-thumbnail-error .fr-thumbnail-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ca3434;
}


/* Thumbnail < > */

.fr-thumbnails-side {
    float: left;
    height: 100%;
    width: 28px;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
}

.fr-thumbnails-side-previous {
    margin-left: 12px;
}

.fr-thumbnails-side-next {
    margin-right: 12px;
}

.fr-thumbnails-vertical .fr-thumbnails-side {
    height: 28px;
    width: 100%;
    margin: 10px 0;
}

.fr-thumbnails-vertical .fr-thumbnails-side-previous {
    margin-top: 20px;
}

.fr-thumbnails-vertical .fr-thumbnails-side-next {
    margin-bottom: 20px;
}

.fr-thumbnails-side-button {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -14px;
    margin-left: -14px;
    width: 28px;
    height: 28px;
    cursor: pointer;
}

.fr-thumbnails-side-button-background {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    filter: alpha(opacity=80);
    opacity: .8;
    -moz-transition: background-color 0.2s ease-in;
    -webkit-transition: background-color 0.2s ease-in;
    transition: background-color 0.2s ease-in;
    background-color: #333;
    cursor: pointer;
    border-radius: 4px;
}

.fr-thumbnails-side-button:hover .fr-thumbnails-side-button-background {
    background-color: #3b3b3b;
}

.fr-thumbnails-side-button-disabled * {
    cursor: default;
}

.fr-thumbnails-side-button-disabled:hover .fr-thumbnails-side-button-background {
    background-color: #333;
}

.fr-thumbnails-side-button-icon {
    height: 42px;
    width: 42px;
    position: absolute;
    /*top: -7px;
  left: -7px;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* vertical thumbnails */

.fr-thumbnails-vertical .fr-thumbnails-side,
.fr-thumbnails-vertical .fr-thumbnails-thumbs,
.fr-thumbnails-vertical .fr-thumbnail-frame {
    clear: both;
}


/* ui:fullclick has a dark thumbnail background */

.fr-window-ui-fullclick .fr-thumbnails {
    background: #090909;
}


/* put a stroke on the connecting caption*/

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-horizontal .fr-info .fr-stroke-bottom {
    display: block !important;
}


/*({ box-shadow: inset 0 -1px 0 rgba(255,255,255,.1); } */

.fr-window-ui-fullclick.fr-thumbnails-enabled.fr-thumbnails-vertical .fr-info .fr-stroke-left {
    display: block !important;
}


/* thumbnail spacing  */

.fr-thumbnails-horizontal .fr-thumbnails-thumbs {
    padding: 12px 5px;
}

.fr-thumbnails-vertical .fr-thumbnails-thumbs {
    padding: 5px 12px;
}

.fr-thumbnails-measured .fr-thumbnails-thumbs {
    padding: 0 !important;
}


/* horizontal */

@media all and (min-height: 700px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 16px 8px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 8px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 16px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 16px;
    }
}

@media all and (min-height: 980px) {
    .fr-thumbnails-horizontal .fr-thumbnails-thumbs {
        padding: 20px 10px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side {
        margin: 0 10px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-previous {
        margin-left: 20px;
    }
    .fr-thumbnails-horizontal .fr-thumbnails-side-next {
        margin-right: 20px;
    }
}


/* vertical */

@media all and (min-width: 1200px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 8px 16px;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 0 8px;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 16px;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 16px;
    }
}

@media all and (min-width: 1800px) {
    .fr-thumbnails-vertical .fr-thumbnails-thumbs {
        padding: 10px 20px;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side {
        margin: 10px 0;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-previous {
        margin-top: 20px;
    }
    .fr-thumbnails-vertical .fr-thumbnails-side-next {
        margin-bottom: 20px;
    }
}


/* hide thumbnails on smaller screens
   the js always hides them on touch based devices
*/

@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 500px) {
    .fr-thumbnails-horizontal .fr-thumbnails {
        display: none !important;
    }
}

@media all and (max-width: 700px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
    .fr-thumbnails-vertical .fr-thumbnails {
        display: none !important;
    }
}


/* force fullClick: true
   and force overflow: false */

@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
    .fr-page {
        min-width: 100%;
    }
    /* fullclick */
    .fr-page {
        min-height: 100%;
    }
    /* overflow: false */
}


/* switch between ui modes
   we force everything not in the current UI mode to hide
*/

.fr-window-ui-fullclick .fr-side-next-outside,
.fr-window-ui-fullclick .fr-side-previous-outside,
.fr-window-ui-fullclick .fr-close-outside,
.fr-window-ui-fullclick .fr-content .fr-side-next,
.fr-window-ui-fullclick .fr-content .fr-side-previous,
.fr-window-ui-fullclick .fr-content .fr-close,
.fr-window-ui-fullclick .fr-content .fr-info,
.fr-window-ui-outside .fr-side-next-fullclick,
.fr-window-ui-outside .fr-side-previous-fullclick,
.fr-window-ui-outside .fr-close-fullclick,
.fr-window-ui-outside .fr-content .fr-side-next,
.fr-window-ui-outside .fr-content .fr-side-previous,
.fr-window-ui-outside .fr-content .fr-close,
.fr-window-ui-outside .fr-content .fr-info,
.fr-window-ui-inside .fr-page>.fr-info,
.fr-window-ui-inside .fr-side-next-fullclick,
.fr-window-ui-inside .fr-side-previous-fullclick,
.fr-window-ui-inside .fr-close-fullclick,
.fr-window-ui-inside .fr-side-next-outside,
.fr-window-ui-inside .fr-side-previous-outside,
.fr-window-ui-inside .fr-close-outside {
    display: none !important;
}


/* some ui elements can be toggled on mousemove.
   filter:alpha(opacity) is bugged so we use display in oldIE
*/

.fr-toggle-ui {
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.fr-visible-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-visible-inside-ui .fr-ui-inside .fr-toggle-ui {
    opacity: 1;
}

.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.fr-ltIE9.fr-hidden-fullclick-ui .fr-box>.fr-toggle-ui,
.fr-ltIE9.fr-hidden-inside-ui .fr-ui-inside .fr-toggle-ui {
    display: none;
}


/* Spinner */

.fr-spinner {
    position: fixed;
    width: 52px;
    height: 52px;
    background: #101010;
    background: rgba(16, 16, 16, 0.85);
    border-radius: 5px;
}

.fr-spinner div {
    position: absolute;
    top: 0;
    left: 0;
    height: 64%;
    width: 64%;
    margin-left: 18%;
    margin-top: 18%;
    opacity: 1;
    -webkit-animation: fresco-12 1.2s infinite ease-in-out;
    animation: fresco-12 1.2s infinite ease-in-out;
}

.fr-spinner div:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: -1px;
    background: #fff;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    /* fixes rendering in Firefox */
}

.fr-spinner div.fr-spin-1 {
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.fr-spinner div.fr-spin-2 {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.fr-spinner div.fr-spin-3 {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.fr-spinner div.fr-spin-4 {
    -ms-transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    transform: rotate(120deg);
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.fr-spinner div.fr-spin-5 {
    -ms-transform: rotate(150deg);
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.fr-spinner div.fr-spin-6 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-6 {
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.fr-spinner div.fr-spin-7 {
    -ms-transform: rotate(210deg);
    -webkit-transform: rotate(210deg);
    transform: rotate(210deg);
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.fr-spinner div.fr-spin-8 {
    -ms-transform: rotate(240deg);
    -webkit-transform: rotate(240deg);
    transform: rotate(240deg);
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.fr-spinner div.fr-spin-9 {
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.fr-spinner div.fr-spin-10 {
    -ms-transform: rotate(300deg);
    -webkit-transform: rotate(300deg);
    transform: rotate(300deg);
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.fr-spinner div.fr-spin-11 {
    -ms-transform: rotate(330deg);
    -webkit-transform: rotate(330deg);
    transform: rotate(330deg);
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

.fr-spinner div.fr-spin-12 {
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

@-webkit-keyframes fresco-12 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fresco-12 {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


/* Thumbnail spinner */

.fr-thumbnail-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}

.fr-thumbnail-spinner-spin {
    position: relative;
    float: left;
    margin: 8px 0 0 8px;
    text-indent: -9999em;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    border-right: 2px solid rgba(255, 255, 255, 0.2);
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    border-left: 2px solid #fff;
    -webkit-animation: fr-thumbnail-spin 1.1s infinite linear;
    animation: fr-thumbnail-spin 1.1s infinite linear;
}

.fr-thumbnail-spinner-spin,
.fr-thumbnail-spinner-spin:after {
    border-radius: 50%;
    width: 24px;
    height: 24px;
}

@-webkit-keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fr-thumbnail-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Error */

.fr-error {
    float: left;
    position: relative;
    background-color: #ca3434;
    width: 160px;
    height: 160px;
}

.fr-error-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 50%;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
}


/* skin: 'fresco' */


/* Sprite */

.fr-window-skin-fresco .fr-side-button-icon,
.fr-window-skin-fresco .fr-close-icon,
.fr-window-skin-fresco .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
    background-image: url('../images/fresco/sprite.svg');
}


/* fallback png sprite */

.fr-window-skin-fresco.fr-no-svg .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-close-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco .fr-error-icon {
    background-image: url('../images/fresco/sprite.png');
}

.fr-window-skin-fresco .fr-error-icon {
    background-position: -160px -126px;
}

.fr-window-skin-fresco .fr-content-background {
    background: #101010;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}

.fr-window-skin-fresco.fr-window-ui-fullclick .fr-content-background {
    box-shadow: none;
}


/* thumbnail shadow */

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}


/* < > */

.fr-window-skin-fresco .fr-side-button-background {
    background-color: transparent;
}

.fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
    background-position: -13px -14px;
}

.fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
    background-position: -93px -14px;
}

.fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
    background-position: -13px -114px;
}

.fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
    background-position: -93px -114px;
}


/* transition (png) */

.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px;
}


/* disabled state (png) */

.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -13px -214px;
}

.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
    background-position: -93px -214px;
}


/* transition (svg) */

.fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
    background-position: -13px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
    background-position: -93px -114px;
}

.fr-window-skin-fresco.fr-svg .fr-side-button-icon {
    opacity: .5;
}

.fr-window-skin-fresco.fr-svg .fr-side:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-next .fr-side-button-icon {
    opacity: 1;
}

.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side .fr-side-button-icon {
    opacity: .8;
}


/* touch always active but at lower opacity */


/* disabled (svg) */

.fr-window-skin-fresco.fr-svg .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-previous .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-hovering-next .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-side-disabled:hover .fr-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-mobile-touch .fr-side-disabled .fr-side-button-icon {
    opacity: .2;
}


/* TODO: make sure this works */


/* hide for ui:inside/fullclick, only for the image type */

.fr-window-skin-fresco.fr-window-ui-inside .fr-type-image .fr-side-disabled .fr-side-button-icon,
.fr-window-skin-fresco.fr-window-ui-fullclick.fr-showing-type-image .fr-side-disabled .fr-side-button-icon {
    background-image: none;
}


/* < > responsive */

@media all and (max-width: 500px) and (orientation: portrait),
all and (orientation: landscape) and (max-height: 414px) {
    .fr-window-skin-fresco .fr-side-previous .fr-side-button-icon {
        background-position: 0px -300px;
    }
    .fr-window-skin-fresco .fr-side-next .fr-side-button-icon {
        background-position: -48px -300px;
    }
    .fr-window-skin-fresco .fr-side-previous:hover .fr-side-button-icon {
        background-position: 0px -360px;
    }
    .fr-window-skin-fresco .fr-side-next:hover .fr-side-button-icon {
        background-position: -48px -360px;
    }
    /* transition (png) */
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-previous .fr-side-button-icon {
        background-position: 0px -360px;
    }
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg.fr-mobile-touch .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px;
    }
    /* transition (svg) */
    .fr-window-skin-fresco.fr-svg .fr-side-previous .fr-side-button-icon {
        background-position: 0px -360px;
    }
    .fr-window-skin-fresco.fr-svg .fr-side-next .fr-side-button-icon {
        background-position: -48px -360px;
    }
    /* disabled state (png) */
    .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-previous .fr-side-previous.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-previous.fr-side-disabled:hover .fr-side-button-icon {
        background-position: 0px -420px;
    }
    .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-hovering-next .fr-side-next.fr-side-disabled .fr-side-button-icon,
    .fr-window-skin-fresco.fr-no-svg .fr-side-next.fr-side-disabled:hover .fr-side-button-icon {
        background-position: -48px -420px;
    }
}


/* X */


/* colors */

.fr-window-skin-fresco.fr-window-ui-outside .fr-close-background {
    background-color: #363636;
}

.fr-window-skin-fresco.fr-window-ui-outside .fr-close:hover .fr-close-background {
    background-color: #434343;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close-background {
    background-color: #131313;
    filter: alpha(opacity=80);
    opacity: .8;
}

.fr-window-skin-fresco.fr-window-ui-inside .fr-close:hover .fr-close-background,
.fr-window-skin-fresco.fr-window-ui-fullclick .fr-close:hover .fr-close-background {
    background-color: #191919;
}


/* - image */

.fr-window-skin-fresco .fr-close .fr-close-icon {
    background-position: -168px -8px;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
    background-position: -210px -8px;
}


/* - transition */

.fr-window-skin-fresco.fr-svg .fr-close .fr-close-icon {
    background-position: -210px -8px;
    opacity: .8;
}

.fr-window-skin-fresco .fr-close:hover .fr-close-icon {
    opacity: 1;
}


/* Thumbnails */

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    border-color: transparent;
    border-style: solid;
    border-width: 0;
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-wrapper {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.fr-window-skin-fresco .fr-thumbnail-wrapper {
    box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.3);
}

.fr-window-skin-fresco .fr-thumbnail-overlay-border {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.08);
    /* should remain rgba */
}


/* no inner border on active thumbnail */

.fr-window-skin-fresco .fr-thumbnail-active .fr-thumbnail-overlay-border,
.fr-window-skin-fresco .fr-thumbnail-active:hover .fr-thumbnail-overlay-border {
    border: 0px;
}


/* Thumbnails < > */

.fr-window-skin-fresco .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -167px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -49px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -167px -91px;
}

.fr-window-skin-fresco .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -209px -91px;
}


/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon {
    background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -49px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon {
    background-position: -293px -91px;
}

.fr-window-skin-fresco.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-icon {
    background-position: -335px -91px;
}


/* Thumbnails < > transition */

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-icon {
    -moz-transition: opacity 0.2s ease-in;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    opacity: .8;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -167px -49px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -209px -91px;
}

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-icon {
    opacity: 1;
}


/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled {
    background-position: -293px -49px;
}

.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled {
    background-position: -335px -91px;
}


/* lower opacity on disabled states */

.fr-window-skin-fresco.fr-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled,
.fr-window-skin-fresco.fr-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled {
    opacity: .5;
}


/* lower opacity IE < 9 using images */

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -49px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -251px -91px;
}

.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background,
.fr-window-skin-fresco.fr-no-svg .fr-thumbnails-side:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-background {
    filter: alpha(opacity=50);
}


/* vertical ^ (up/down) adjustments */

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-previous:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -49px;
}

.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon,
.fr-window-skin-fresco.fr-no-svg.fr-thumbnails-vertical .fr-thumbnails-side-next:hover .fr-thumbnails-side-button-disabled .fr-thumbnails-side-button-icon {
    background-position: -377px -91px;
}

.table tr.first-color {
    background: #fff2cc !important;
}

.table tr.second-color {
    background: #b6d7a8 !important;
}

.table tr.third-color {
    background: #d9ead3 !important;
}

.table tr.fourth-color {
    background: #d9d2e9 !important;
}

.table tr.fifth-color {
    background: #fce5cd !important;
}

.table tr.sixth-color {
    background: #f7f7f7 !important;
}

.table tr.seventh-color {
    background: #d0e0e3 !important;
}

.footable-filtering-search .dropdown-toggle {
    display: none;
}

.m-r2 {
    margin-right: 20px;
}

.table-filter {
    float: left;
    width: 200px !important;
    margin-bottom: 10px;
}

#dt-admin_filter {
    display: inline-block;
    margin: 0 0 10px 10px;
}