﻿.sg-logo {
    width: 182px;
    height: 44px;
    background: transparent url(../img/logo.svg) no-repeat;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.float-right {
    float: right;
}

.app-title {
    font-size: 26px;
    font-weight: 200;
    margin-top: 5px;
    margin-right: 10px;
    float: right;
}

.navbar-fixed-top .navbar-brand .sg-mobile-logo, .navbar-brand .sg-mobile-logo.visible-xs {
    background-image: url(../img/sg-small.png);
    width: 32px;
    height: 32px;
}

.nav.navbar-nav.visible-xs a.btn-primary {
    width: 70%;
}

.super-footer-brand {
    background-image: url(../img/logo.svg);
    width: 144px;
    height: 35px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.dropdown-menu {
    margin: 10px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.default-gray-background {
    background-color: #f5f5f5;
}

.carousel img {
    height: 300px;
    width: 100%;
}

.carousel div {
    height: 60px;
    text-align: center;
}

.navbar {
    margin-bottom: 0px;
}

.carousel {
    padding: 15px 0;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.first-page-carousel h5 {
    margin-top: 20px;
}

.awards-wrapper .thumbnail .wrp {
    text-align: center;
    padding: 20px 0px;
}

.awards-wrapper .thumbnail .caption {
    padding-top: 20px !important;
}

.footer-cards {
    height: 175px;
}

.sg-cib {
    background-image: url(../img/corporative-bg.jpg);
    background-repeat: no-repeat;
}

.carousel-image {
    background-size: cover;
    background-position: center center;
}

.col-height {
    height: 100%;
}


.blur-background {
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    width: 100%;
    height: 100%;
}

.carousel-caption, .carousel-control {
    text-shadow: none;
    color: #333;
}

.carousel-inner {
    border: none;
}

.media.media-bordered {
    display: table;
}

.card-deck.awards-rankings .col-md-4 {
    margin-bottom: 10px;
    padding-left: 0px;
}


.first-page-carousel h2 {
    padding-top: 100px;
}

.awards-rankings-page-carousel h3 {
    padding-top: 100px;
}

.col-sm-7 .navbar-nav {
    float: right;
}

.countryItems {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.countries a {
    display: block;
}

.countries li {
    float: left;
    margin: 13px 0;
    padding-bottom: 10px;
    width: 16.6%;
}

.countries span {
    margin-left: 10px;
}

.regionTitle {
    border-bottom: 1px solid #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.header-description {
    padding-top: 15px;
    font-size: 16px;
    color: #555;
}


.tablecookie th, .tablecookie td, .tablecookie {
    border: 1px solid black;
    border-collapse: collapse;
}

    .tablecookie th, .tablecookie td {
        padding: 10px;
        width: 30%;
    }


@media only screen and (max-width: 600px) {
    .countries li {
        padding-bottom: 20px;
        display: block;
        float: none;
        width: 100%;
    }
}
