header {
    position: relative;
    background: url(../images/frontpage/header.jpg) no-repeat top center;
    width: 100%;
    height: auto;
    background-size: cover;
    padding-bottom: 40px !important;
    /*padding-bottom: 150px;*/
}

header .logo {
    margin: 30px 0 0 30px;
}

header .navbar {
    text-transform: uppercase;
    background: none;
    border: none;
    color: white !important;
}

header .navbar .fa {
    margin-right: 5px;
}

header .navbar {
    margin: 30px 30px 0 0;
}

header .navbar-collapse.in {
    background: rgba(128, 128, 128, 0.5);
}

header .navbar-collapse.in ul {
    width: 100%;
}

header .navbar-collapse.in ul li {
    width: 100%;
}

.navbar-default .navbar-nav > li > a {
    color: white;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
    color: #d0d0d0;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    color: #ffffff !important;
    background: none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:hover {
    color: #ffffff !important;
}

.nav.navbar-nav.navbar-right li a::after {
    position: absolute;
    top: 90%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ed1c24;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    transform: translateY(10px);
}

.nav.navbar-nav.navbar-right .active a::after,
.nav.navbar-nav.navbar-right li a:hover::after,
.nav.navbar-nav.navbar-right li a:focus::after {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}

.intro-message {
    padding-top: 0 !important;
    padding-bottom: 10px;
    color: #ed1c24;
}

.intro-message.top {
    margin-top:-100px;
}


.intro-message > h1 {
    text-shadow: none;
    color: #ed1c24;
    font-size: 50px;
    padding-bottom: 20px;
}

.intro-message > h3 {
    text-shadow: none;
    --font-size: 3vmin;
}

.intro-message > h1 > span {
    font-size: 3vmin;
    text-transform: none !important;
}

.intro-message .btn {
    --font-size: 2vmin;
    padding: 10px 30px;
    color: white;
}

.intro-message span {
    --font-size: 3vmin;
    padding: 0 10px;
}

header .search-container {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 30px 0 20px;
    background: url(../images/frontpage/search-bg.png) top center no-repeat;
    background-size: cover;
}

header .search-container .container {

}

header .search-container .fa {
    --font-size: 2vmin;
}

header .social-search {
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    color: white;
    padding: 10px 15px;
    border: 2px solid white;
    -moz-transition: all 0.3s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -o-transition: all 0.3s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    -webkit-transition: all 0.3s cubic-bezier(0.53, 0.01, 0.35, 1.5);
    transition: all 0.3s cubic-bezier(0.53, 0.01, 0.35, 1.5);
}

header .social-search:hover {
    background: white;
    color: gray;
}

header .social-items {
    padding-top: 10px;
}

header .search-container input {
    height: 40px;
    --font-size: 2vmin;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-border-top-right-radius: 5px !important;
    -moz-border-top-right-radius: 5px !important;
    border-top-right-radius: 5px !important;
    -webkit-border-bottom-right-radius: 5px !important;
    -moz-border-bottom-right-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}

header .search-container .input-group .input-group-addon {
    background: transparent;
    color: white;
    border: 2px solid white;
    border-right: 2px solid transparent;
}

header .search-container .ls_result_div {
    top: 47px !important;
}

header .container-fluid {
    width: 90%;
}

header .intro-box {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #ed1c24;
    background: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    font-size: 30px;
    min-height: 300px;
}

header .intro-box img {
    margin-bottom: 40px;
}

header .intro-box a {
    color: #ed1c24;
}

header .intro-box {
    margin-top: 20px;
    margin-bottom: 20px;
}

header h1 {
    text-transform: none;
    padding: 20px 0;
}

.jumps {
    padding: 30px 0;
}

.jumps .container {

}

header h2 {
    padding-top: 20px !important;
    font-size: 35px;
    color: rgb(89, 89, 91);
}

.jumps .item {
    min-height: 300px;
    -webkit-box-shadow: 8px 8px 25px 0 rgba(24, 24, 24, .10);
    box-shadow: 8px 8px 25px 0 rgba(24, 24, 24, .10);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.jumps .item .bookmark {
    position: absolute;
    left: 10px;
    top: -2px;
    color: #ed1c24;
}

.jumps .item .organiser {
    padding-left: 20px;
}

.jumps .item .organiser h4 {
    font-size: 16pt;
}

.jumps .item .organiser h5 {
    font-size: 12pt;
    color: #666666;
}

.jumps .item .cover {
    position: relative;
    height: 250px;
    overflow: hidden;
    z-index: 0;
}

.jumps .item .cover .link {
    position: absolute;
    top: 10px;
    right: 10px;
}

.jumps .item .cover .cover-img {
    width: 100% !important;
    -webkit-border-top-left-radius: 6px !important;
    -moz-border-top-left-radius: 6px !important;
    border-top-left-radius: 6px !important;
    -webkit-border-top-right-radius: 6px !important;
    -moz-border-top-right-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.jumps .item .cover .cover-bg {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 173px;
    background: url(../images/frontpage/header-fade.png) repeat-x bottom;
}

.jumps .item .cover .cover-text {
    position: absolute;
    bottom: 20px;
    color: white;
    z-index: 2;
    padding-left: 20px;
}

.jumps .item .description {
    padding: 0 20px 20px 20px;
    min-height: 75px;
}

.jumps-professional-name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.announcement {
    width: 100%;
    /*background: url(../images/frontpage/business-bg.jpg) no-repeat top center;*/
    background-size: cover;
    height: auto;
    padding-bottom: 100px;
}

.announcement .intro-message {
    padding-top: 50px !important;
}

.announcement .read-more {
    margin-top: 25px;
    margin-bottom: 60px;
}

.news {
    padding: 30px 0;
}

footer {
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    color: white;
    background: #ed1c24;
}

footer a {
    color: white;
}

footer p {
    --font-size: 1.5vmin;
}

footer .newsletter {
    background: #252525;
    color: white;
    height: 112px;
    line-height: 100px;
}

footer .newsletter input[type=email] {
    margin-top: 25px;
    height: 50px;
}

footer .newsletter .btn {
    --font-size: 2vmin;
}

footer .social-media {
    padding: 20px 0;
}

footer .footer-information {
    padding: 20px 40px;
}

footer .footer-menu {
    padding: 20px 40px;
    background: #bd181e;
}

footer .footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 35px;
}

footer .footer-menu ul .fa {
    margin-right: 5px;
}

footer a:active,
footer a:focus,
footer a:hover {
    color: gray;
    text-decoration: none;
}

.footer .copyright {
    line-height: 35px;
}

.certified-professionals {
    padding-top: 40px;
    height: 230px;
    margin: 0 auto;
    overflow-x: hidden;
}

.certified-professionals--full-height {
    height: 100%;
}

.certified-professionals .viewer {
    white-space: nowrap;
}

.certified-professionals .item {
    color: #bd181e !important;
    text-align: center;
    display: inline-block;
}

.certified-professionals .item img {
    max-height: 125px;
    margin: 0 auto;
}

.certified-professionals .item--home {
    width: 25%;
}

.certified-professionals .item--home  img {
    height: 125px !important;
}

.certified-professionals .item h3 {
    font-size: 25px;
    width: 50%;
}

.certified-professionals .viewer {
    max-width: 100%;
}

.certified-professionals .item {
}

.certified-professionals .item p {
    word-break: break-all;
    color: #bd181e !important;
}

.certified-professionals .item a {
    color: #bd181e !important;
}

.certified-professionals .navigation {
    color: white;
    position: absolute;
    z-index: 100;
    margin-top: 50px;

}

.certified-link {
    padding: 20px 0 40px;
    font-size: 135%;
}

.certified-professionals .navigation a:active,
.certified-professionals .navigation a:focus,
.certified-professionals .navigation a:hover,
.certified-professionals .navigation a {
    color: white;
}

.certified-professionals .navigation.right {
    right: 0;
}

.certified-professionals .navigation.left {
    left: 0;
}

.announcement-item {
    cursor: pointer;
    color: white !important;
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background: #ed1c24;
    border: 1px solid white;
    padding: 20px;
    min-height: 200px;
}

.announcement-item h2 {
    color: white;
}

.announcement-item .link {
    position: absolute;
    bottom: 30px;
}

.announcement-item .right {
    right: 20px;
}

.announcement-item a.active,
.announcement-item a:hover,
.announcement-item a:focus,
.announcement-item a {
    color: white;
}

/* Landscape phones and down */
@media (max-width: 480px) {
    header {
        min-height: 350px;
    }

    .certified-professionals .item {
        width: 100%;
    }
}

@media only screen and (device-height: 600px) and (orientation: portrait) {
    /* css rules */
    header {
        min-height: 350px;
    }
}

@media only screen and (device-height: 1024px) and (orientation: portrait) {
    .footer-menu {
        height: 470px !important;
    }

    header {
        padding-bottom: 150px;
    }
}

@media (max-width: 1024px) {
    header {
        padding-bottom: 150px;
    }
}

@media (min-width: 992px) and (max-width: 1800px) {
    header .intro-box {
        margin: 10px 0;
        padding: 30px 0;
        font-size: 2rem;
    }
}