body {
    background: #E1E1E1;
    overflow-x: hidden;
}

body > .container {
    padding-bottom: 35px;
    margin-bottom: 100px;
}

/*
.navbar {
    margin-bottom: 0px;
    z-index: 999;
    font-family: "Source Sans Pro", sans-serif;

}

.navbar-default {
    width: 100%;
    position: fixed;
    background-color: #000000;
    border-color: transparent;
    font-family: "Source Sans Pro", sans-serif;
    border-radius: 0px;
}

@media (min-width: 1200px) {
    .navbar .container {
        width: 100%;
    }

    #app-navbar-collapse {
        width: 1170px;
        margin: auto;
    }
}

.navbar-header {
    width: 100%;
}

.navbar-brand {
    height: initial;
}

.navbar-nav > li > a {
    padding-top: 19px;
}

@media (max-width: 767px) {
    .nav > li {
        display: inline;
    }

    .nav > li > a {
        display: inline;
        padding: 0px 5px;
    }

    .navbar-right {
        float: right;
        margin: 18px -15px;
    }
}

#app-navbar-collapse {
    color: #FFFFFF;
    background-color: #000000;
}

#app-navbar-collapse > .row {
    padding-bottom: 20px;
    padding-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
}

#app-navbar-collapse > .row:first-of-type {
    padding-top: 0px;
}

#app-navbar-collapse .row.second-tier {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    padding-top: 25px;
    padding-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}

.second-tier .link-container {
    display: flex;
    justify-content: space-between;
    padding: 0px 60px;
}

#app-navbar-collapse ul {
    list-style: none;
    padding-left: 0;
}

#app-navbar-collapse ul .header {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
}

#app-navbar-collapse a {
    color: #FFFFFF;
    font-weight: 600;

}

#app-navbar-collapse .subs {
    margin-bottom: 10px;
}

#app-navbar-collapse .subs a {
    font-weight: 400;
}

#app-navbar-collapse a.social {
    margin-right: 10px;
}

#app-navbar-collapse a.lang {
    margin-left: 20px;
    margin-right: 2px;
    font-weight: 600;
}

#app-navbar-collapse a.lang ~ a.lang {
    margin-left: 2px;
}



.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: 0px;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-right: 0px;
    }
}

*/
#newsletter-subscription .popover {
    border-radius: 0px;
    border: 5px solid black;
    text-align: center;
    padding-bottom: 15px;
}

#newsletter-subscription .popover .popover-content {
    color: #000000;
    text-align: left;
}

#newsletter-subscription .popover .popover-content div {
    width: 80%;
}

#newsletter-subscription .popover .popover-content a.btn {
    margin-top: 15px;
    float: right;
    font-family: 'Source Sans Pro', serif;
    background: #000000;
    color: #fff;
    padding: 3px 12px;
    border-radius: 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Breadcrumbs */

.breadcrumb {
    background-color: transparent;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-left: 0px;
    flex-grow: 1;
}

@media (min-width: 768px) {
    .breadcrumb {
        font-size: 14px;
    }
}

.breadcrumb > .active, .breadcrumb > li > a {
    color: #000000;
}

.breadcrumb > li:not(.active) {
    text-transform: uppercase;
}

.breadcrumb a:hover, .breadcrumb a:active, .breadcrumb a:focus {
    color: #000000;
    text-decoration: none;
    outline: none;
}

.breadcrumb > li + li:before {
    padding: 0px 15px;
    color: #000;
    width: 8px;
    height: 13px;
    background: url('../img/breadcrumb-forward-arrow.png');
    content: "\000a";
    background-repeat: no-repeat;
    background-position: 9px 2px;
}

@media (max-width: 767px) {
    .breadcrumb > li + li:before {
        background-position: 9px 3px;
    }
}

.row.title, .row.title h1 {
    font-family: 'Playfair Display', serif;
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 35px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.row.description {
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 35px;
}

.meta-controls-container {
    padding-top: 155px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
    z-index: 1000;
    background: #E1E1E1;
    width: 100%;
}

@media (min-width: 768px) {
    .meta-controls-container {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.share-button {
    cursor: pointer;
    width: 45px;
    height: 15px;
    background-color: #3025A8;
    border-radius: 15px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 11px;
    margin-left: 15px;
    cursor: pointer;
    text-align: center;
}

.share-button-container .dropdown-menu {
    border-radius: 5px;
    padding: 5px 5px;
}

.share-button-container.open > .dropdown-menu {
    display: flex;
    left: auto;
    right: 0px;
}

.share-button-container .dropdown-menu a {
    display: inline;
    margin-left: 2px;
    margin-right: 2px;
}

.share-button-container .dropdown-menu a .fa-facebook-square {
    color: #3b5998;
}

.share-button-container .dropdown-menu a .fa-twitter {
    color: #55acee;
}

.share-button-container .dropdown-menu a .fa-google-plus {
    color: #dd4b39;
}

.share-button-container .dropdown-menu a .fa-pinterest-p {
    color: #cb2027;
}

.share-button-container .dropdown-menu a .fa-reddit {
    color: #ff4500;
}

.share-button-container .dropdown-menu a .fa-tumblr {
    color: #32506d;
}

.share-button-container .dropdown-menu a .fa-vk {
    color: #45668e;
}

.favourite {
    cursor: pointer;
    width: 15px;
    height: 15px;
    background-color: #3025A8;
    border-radius: 15px;
    flex-shrink: 0;
}

.favourite.exists {
    background-color: #FFD700;
}

#searchbox {
    -webkit-transition: width 0.35s ease;
    -moz-transition: width 0.35s ease;
    -o-transition: width 0.35s ease;
    transition: width 0.35s ease;

    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: middle;
    line-height: 30px;
    height: 30px;
    /*width: 0px;*/
    align-self: center;
    margin-top: 10px;
}

#searchbox.in {
    width: 140px;
}

#searchbox input {
    border-radius: 10px;
    width: 90%;
    height: 100%;
}

#searchbox input:focus {
    outline: 0;
}

.navbar-right {
    display: flex;
}

.top-button {
    position: fixed;
    bottom: 110px;
    right: 50px;
    border-radius: 50%;
    color: #3025A8;
    background: #FFFFFF;
    z-index: 9999;
    width: 24px;
    height: 25px;
}

.top-button:hover, .top-button:active, .top-button:focus {
    text-decoration: none;
    color: #3025A8;
}

/*##############*/
.w-25 {
    width: 25%;
}

.w-100 {
    width: 100%;
}

.mt-5 {
    margin-top: 5px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-45 {
    margin-top: 45px;
}

.ml-5 {
    margin-left: 5px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.ml-25 {
    margin-left: 25px;
}

.ml-45 {
    margin-left: 45px;
}

.ml-65 {
    margin-left: 65px;
}

@media (max-width: 1024px) {
    .footer {
        position: relative !important;
    }
}

.footer {
    background-color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    padding-top: 10px;
    padding-bottom: 20px;
    bottom: 0;
    /*position: fixed;*/
    width: 100%;
    z-index: 999;
}

.footer .container {
    width: 100%;
}

.footer-default {
    width: 100%;
    position: fixed;
    font-family: "Source Sans Pro", sans-serif;
}

.privacy {
    padding-top: 7px;
}

.privacy > a {
    /*padding-top: 19px;*/
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14.5px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.links {
    padding-top: 7px;

}

.links > a {
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-size: 14.5px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.footer-icons {
    width: 25px;
}

.social-icons a.social {
    margin-right: 10px;
}

.incm-logo {
    margin-top: -4px;
    width: 65px;
}

.text-advanced-search {
    font-family: "Source Sans Pro", sans-serif;

    /*text-transform: uppercase;*/
    font-weight: bold;
    /*margin-left: 15px;*/
    font-size: 16px;
    height: 20px;
    /*cursor: ;*/
    cursor: pointer;

}

.no-search .select2-search {
    display: none;
}

@media (max-width: 400px) {
    .links-faq {
        width: 100%;
        float: left;
    }
}

@media (min-width: 400px) {
    .links-faq {
        padding: 7px 2px !important;
    }
}

.input-search {
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    -webkit-border-top: 8px !important;
    -moz-border-top: 8px !important;
    border-top: 8px !important;
    -webkit-border-bottom: 8px !important;
    -moz-border-bottom: 8px !important;
    border-bottom: 8px !important;
    border-left: 8px !important;
    height: 30px;
    border-right: 0 !important;
}

.select2-selection__rendered {
    line-height: 31px !important;
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 35px !important;
}

.select2-selection__arrow {
    height: 34px !important;
}

.inner-addon {
    position: relative;
}

.text-advanced-search .glyphicon {
    margin-right: 5px;
}

/* style glyph */
.inner-addon .glyphicon {
    position: absolute;
    padding-left: 9px;
    padding-right: 12px;
    padding-top: 6px;
    pointer-events: none;
    top: 0px;
    font-size: 18.5px;
}

/* align glyph */
.left-addon .glyphicon {
    left: 0px;
}

.right-addon .glyphicon {
    right: 0px;
}

/* add padding  */
.left-addon input {
    padding-left: 30px;
}

.right-addon input {
    padding-right: 30px;
}

.button-advanced-search {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    text-transform: uppercase;
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
    cursor: pointer;
    text-align: center;
    padding: 2px 12px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-right: 15px;
}


.button-advanced-search > i {
    /*padding-top: 6px;*/
    top: 3px;
}

.text-advanced-search > i {
    /*padding-top: 6px;*/
    top: 3px;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important
}

.ml-3, .mx-3 {
    margin-left: 1rem !important
}

.radio-button input[type="radio"] {
    -webkit-appearance: checkbox !important; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox !important; /* Firefox */
    -ms-appearance: checkbox !important; /* IE     /* not currently supported */
}

.privacy a:hover, .social-icons a:hover {
    text-decoration: none;
}

.select2-container {
    z-index: 1 !important;
}