/* app css stylesheet */

[ng\:cloak],
[ng-cloak],
.ng-cloak {
    display: none !important;
}

.mainContent {
    width: 100%;
}

.menu {
    list-style: none;
    border-bottom: 0.1em solid black;
    margin-bottom: 2em;
    padding: 0 0 0.5em;
}

.countryDiv {
    cursor: pointer;
}

.cursorPointer {
    cursor: pointer;
}

.menu:before {
    content: "[";
}

.menu:after {
    content: "]";
}

.menu>li {
    display: inline;
}

.menu>li+li:before {
    content: "|";
    padding-right: 0.3em;
}


/*
@font-face {
    font-family: Raleway;
    src: url(fonts/Raleway-Regular.otf);
}
*/

@font-face {
    font-family: Impact;
    src: url(fonts/Impact.ttf);
}

body {
    background-color: #292A30 !important;
    cursor: default;
}

.titleOptionSelected {
    height: auto;
    min-height: 29px;
    font-family: Raleway;
    font-size: 6vw;
    line-height: 29px;
    color: #FFFFFF;
    margin-top: 38px;
    margin-left: 0px;
    padding-left: 20px;
}

.nextPrevButtons {
    cursor: pointer;
}

.divTabs {
    text-align: center;
}

.selectableTab {
    font-family: Raleway;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    color: #FFFFFF;
    margin-top: 42px;
    display: inline-block;
    cursor: pointer;
}

.wwFanbaseTab {
    color: #555966;
}

.btnShowMore {
    cursor: pointer
}

.teamsTab {
    margin-left: 20px;
    color: #555966;
}

.driversTab {
    margin-left: 20px;
    color: #555966;
}

.selectedTab {
    color: #ffffff;
}

.divCountries {
    text-align: center;
    margin-top: 42px;
}

.countriesDataLeft {
    display: inline-block;
    text-align: center;
    width: 133px;
    vertical-align: top;
}

.countriesDataRight {
    display: inline-block;
    margin-left: 30px;
    width: 133px;
    margin-top: 81px;
    vertical-align: top;
}

.countriesData {
    vertical-align: top;
    margin-left: 3%;
    margin-right: 3%;
}

.countryInfo {
    color: #ffffff;
    display: inline-block;
    width: 133px;
    height: 162px;
    vertical-align: top;
}

.countryPos {
    margin: 0 auto;
    position: absolute;
}

.divShape {
    height: 91px;
    display: inline-flex;
}

.countryShape {
    margin: 0 auto;
    margin-top: 16px;
    display: block;
    max-width: 63.44px;
    max-height: 59.84px;
}

.countryFlag {
    width: 32px;
    height: 18px;
    display: block;
    margin: 0 auto;
}

.countryName {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 19px;
    margin-top: 7px;
    margin-bottom: 0px;
}

.countryAmount {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    line-height: 26px;
    color: #ABB0BE;
    margin-bottom: 0px;
}

.countryAmountNoPage {
    font-size: 14px !important;
    font-family: Raleway;
    font-weight: 600;
    text-align: center;
    line-height: 16px;
    color: #ABB0BE;
}

.divShowMore {
    width: 100%;
    height: 100px;
    color: #ffffff;
    text-align: center;
    margin-top: 42px;
}

.btnShowMore {
    margin: 0 auto;
    width: 126px;
    line-height: 36px;
    font-family: Raleway;
    font-size: 14px;
    border: 1px solid #ffffff;
}

.divOtherCountries {
    margin-top: 42px;
    margin-left: 31px;
    margin-right: 31px;
}

.countryBold .countryName {
    font-weight: 700 !important;
}

.countryRow {
    text-align: left;
    max-width: 312px;
    margin: 0 auto !important;
}

.divOtherCountries .countryPos {
    position: inherit;
    width: 11px;
    display: inline-block;
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
}

.divOtherCountries .countryFlag {
    width: 24.89px;
    height: 14px;
    display: inline-block;
    margin: 0 auto;
    margin-left: 10px;
}

.divOtherCountries .countryName {
    font-family: Raleway;
    font-size: 14px;
    display: inline-block;
    margin-top: 0px;
    margin-left: 6.11px;
}

.divOtherCountries .countryAmount,
.divOtherCountries .countryAmountNoPage {
    display: inline-block;
    float: right;
    margin-top: 13px;
}

.divOtherCountries>div>div>p:nth-child(6) {
    display: block !important;
}

.divOtherCountries>div>div>p:nth-child(5) {
    display: none !important;
}

.divOtherCountries.hidden {
    display: none;
    float: right;
}

.countryInfo:nth-child(2) {
    margin-top: 66px;
}

.countryInfo:nth-child(odd) {
    margin-top: -66px;
}

.countryInfo:nth-child(even) {
    margin-left: 30px;
}

.countryInfo:nth-child(1) {
    margin-top: 0px;
}

.whoLikesF1TheMost .divOtherCountries .countryInfo {}

.divOtherCountries .countryInfo {
    width: 100%;
    height: 38px;
    margin: 0px;
}

.teams>.divOtherCountries>.countryInfo,
.drivers>.divOtherCountries>.countryInfo,
{
    margin: 0px;
}

.teams>.divOtherCountries>.countryInfo>.countryRow>.countryFlag,
.drivers>.divOtherCountries>.countryInfo>.countryRow>.countryFlag {
    width: 28.89px;
    height: 16.25px;
}

.teams>.divOtherCountries>.countryInfo>.countryRow,
.drivers>.divOtherCountries>.countryInfo>.countryRow {
    height: 38px;
}

.teams>.divOtherCountries>.countryInfo>.countryRow>.countryAmount,
.drivers>.divOtherCountries>.countryInfo>.countryRow>.countryAmount {
    margin: 0px;
}

.teams>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryPos,
.drivers>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryPos {
    font-family: Raleway;
    font-size: 22px;
    font-weight: 600;
    text-align: right;
}

.teams>.divOtherCountries>.countryInfo>.countryRow>.countryPos,
.drivers>.divOtherCountries>.countryInfo>.countryRow>.countryPos {
    line-height: 42px;
}

.teams>.divOtherCountries>.countryInfo>.countryRow>.countryName,
.drivers>.divOtherCountries>.countryInfo>.countryRow>.countryName {
    line-height: 42px;
}

.teams>.divOtherCountries>.countryInfo>.countryRow>.countryAmount,
.drivers>.divOtherCountries>.countryInfo>.countryRow>.countryAmount {
    line-height: 42px;
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
}

.teams>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryName,
.drivers>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryName,
.teams>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryAmount,
.drivers>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryAmount {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 600;
    text-align: right;
}

.teams>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryAmount {
    font-family: Raleway;
    font-size: 26px;
    font-weight: 600;
    text-align: right;
    line-height: 42px;
}

.menuButton {
    position: absolute;
    top: 38px;
    right: 26px;
    margin: 0px;
    margin-top: 0px;
    padding: 0px;
    display: block !important;
}

.menuButton .icon-bar {
    border: 1px solid #ffffff;
    width: 33px;
}

.menuButton .icon-bar+.icon-bar {
    margin-top: 8.28px;
}

.divMenu {
    background-color: #292A30 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 9999;
}

.popUpMenu {
    background-color: #292A30 !important;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
}

.displayNone {
    display: none !important;
}

.closeMenu {
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.closePopUpMenu {
    font-size: 36px;
    font-weight: 300;
    color: #ffffff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.divMenu .menuOption {
    color: #ffffff;
    text-align: center;
    margin-top: 17%;
}

.divMenu .menuOption+.menuOption {
    margin-top: 85px;
}

.divMenu .menuOption .menuOptionTitle {
    font-family: Raleway;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
}

.divMenu .menuOption .menuOptionDescription {
    font-family: Raleway;
    font-size: 12px;
    text-align: center;
    line-height: 21px;
}

.divMenu .menuOption .menuOptionDescription:nth-child(2) {
    width: 302px;
    margin: 0 auto;
}

.popUpMenu .menuOption {
    color: #ffffff;
    text-align: center;
    margin-top: 106.29px;
}

.popUpMenu .menuOption+.menuOption {
    margin-top: 85px;
}

.popUpMenu .menuOption .menuOptionTitle {
    font-family: Raleway;
    font-size: 24px;
    text-align: center;
    line-height: 29px;
}

.popUpMenu .menuOption .menuOptionDescription {
    font-family: Raleway;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
}

.popUpMenu .menuOption .menuOptionDescription:nth-child(2) {
    width: 302px;
    margin: 0 auto;
}

.nationsDrivers .countryPos {
    font-family: Raleway;
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
}

.nationsDrivers .countryFlag {
    width: 28.89px;
    height: 16.25px;
    display: inline-block;
}

.nationsDrivers .countryName {
    font-family: Raleway;
    font-size: 17px;
    line-height: 20px;
}

.nationsDrivers .divTabs {
    text-align: left;
}

.wwF1FanbaseDrivers .divTabs {
    display: inline-block;
}

.wwF1FanbaseDrivers .selectabeDriverTeam {
    display: block;
}

.nationsDrivers .teamsTab {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.nationsDrivers .driversTab {
    font-family: Raleway;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
}

.nationsDrivers .divCountrySelected {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    color: #FFFFFF;
    margin-left: 20px;
}

.nationsDrivers .divFlag {
    margin-left: 24px;
    margin-bottom: 4px;
}

.nationsDrivers .teamsTab {
    margin-left: 36px;
}

.wwF1FanbaseDrivers .countryDiv .divFlag {
    margin-left: 25px;
}

.countryDiv span {
    margin-left:
}

.titleDesc {
    padding-left: 20px;
    color: #FFFFFF;
    font-size: 12px;
    line-height: 14px;
}

.nationsDrivers>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryName {
    font-family: Raleway;
    font-size: 26px;
    font-weight: 600;
    text-align: right;
}

.nationsDrivers .countryDiv {
    color: #ffffff;
    font-size: 4.2vw;
    line-height: 40px;
    font-weight: 700;
}

.wwF1FanbaseDrivers .countryDiv {
    margin-left: 22% !important;
}

.wwF1FanbaseDrivers .divShape {
    width: 100%;
}

.driverNameMenu {
    font-family: Raleway;
    font-size: 11px;
    font-weight: 600;
    line-height: 14px;
}

.selectabeDriverTeam {
    margin-top: 16px;
    display: inline-block;
}

.nationsDrivers .selectabeDriverTeam {
    margin-top: 44px;
    /*	display: inline-block !important;*/
}

.wwF1FanbaseDrivers .col-xs-6.countryDiv {
    width: 55% !important;
}

svg {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

svg path.selectedCountryTablet {
    fill: #2BE8C3 !important;
}

.svgCountry.selectedCountryTablet {
    fill: #2BE8C3 !important;
}

.marginHeaderRow {
    width: 24px;
    display: inline-block;
}

.headerRowLandingPage {
    height: 60px;
    text-align: right;
    margin-right: 24px;
    width: 100%;
    color: #ffffff;
    display: table-header-group;
}

.headerRowLandingPage span {}

.landingPage {
    height: 100%;
    width: 100%;
    z-index: 9999;
    overflow: overlay;
    display: table-cell;
    vertical-align: middle;
    padding-top: 20px;
}

.pageDescription {
    color: #ffffff;
    font-family: Raleway;
    font-size: 13px;
    line-height: 32px;
    margin-bottom: 20px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
}

.landingPageSubtitle {
    color: #ffffff;
    font-family: Impact;
    font-size: 27px;
    line-height: 26px;
    margin-bottom: 20px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
}

.landingPageTitle {
    color: #ffffff;
    font-family: Impact;
    font-size: 47px;
    line-height: 50px;
    margin-bottom: 20px;
    display: block;
    margin-right: 25px;
    margin-left: 25px;
    text-align: center;
    font-style: italic;
}

.divPageDesc {
    width: 100%;
    max-width: 529px;
    margin: 0 auto;
    text-align: center;
}

.landingPageButton .btnShowMore {
    width: 105px !important;
    font-size: 11px;
    font-weight: bold;
    line-height: 36px;
}

.landingPageParent {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #292A30;
    background-image: url(data/background-2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 35px;
}

.headerRowLandingPage span {
    margin-left: 22px;
}

.outerDivComeFromLeft {
    display: none;
}

.titleDesc {
    font-family: Raleway;
}

.divCountrySelected {
    cursor: pointer;
}

#brand {
    position: fixed;
    bottom: 11px;
    right: 5px;
    z-index: 500;
    display: inline-block;
    max-width: 30px;
}

#brand img {
    max-width: 100%;
    /*    width: 120px;*/
    height: 30px;
}

.countryFlag+.countryName {
    font-size: 14px;
    font-weight: 600;
}

body>div.mainContent>div>div>div.containerFavourites>div.divOtherCountries.content.hidden-xs.visible-lg.visible-md>div.driversTab.driversTab1.visible10>div:nth-child(1)>div>p.countryName,
body>div.mainContent>div>div>div.containerFavourites>div.hidden-xs.divOtherCountries.content.visible-xs.visible-lg.visible-md>div:nth-child(1)>div>p.countryName,
#byColsNationsDrivers>div.visible15.coutryCol.countryCol1>div:nth-child(1)>div>p.countryName.name400,
#byColsNationsTeams>div.visible15.coutryCol.countryCol1>div:nth-child(1)>div>p.countryName.name400.ng-binding {
    font-size: 22px !important;
}

.selectedLanguage {
    color: #2AE9C3;
}

.prePrompt1 {
    border: 1px solid #2BE8C3;
    position: absolute;
    width: 0px;
    height: 50px;
    left: 148px;
    top: 160px;
}

.divPopUpPrompt1 {
    width: 242px;
    height: auto;
    min-height: 71px;
    border-top: 2px solid #2BE8C3;
    position: absolute;
    top: 170px;
    left: 50px;
    font-family: Raleway;
    color: #ffffff;
    padding: 18px;
    background-color: #32353C;
    font-size: 12px;
    z-index: 9990;
}

.prePrompt2 {
    border: 1px solid #2BE8C3;
    position: absolute;
    width: 0px;
    height: 30px;
    left: 118px;
    top: 245px;
}

.divPopUpPrompt2 {
    width: 242px;
    height: auto;
    min-height: 71px;
    border-top: 2px solid #2BE8C3;
    position: absolute;
    top: 267px;
    left: 35px;
    font-family: Raleway;
    color: #ffffff;
    padding: 18px;
    background-color: #32353C;
    font-size: 12px;
    z-index: 9990;
}

.closePopUpPrompt1,
.closePopUpPrompt2 {
    position: absolute;
    right: 5px;
    top: 0;
}

.divMenu .menuOption {
    cursor: pointer;
}

.closePopUpPrompt1 img,
.closePopUpPrompt2 img {
    width: 10px;
}

.moreInfoSpan {
    margin-left: 76px;
}

.prev10,
.next10,
.prev15,
.next15 {
    cursor: pointer;
}

.hamiltonDiv {
    position: fixed;
    background-color: #1B1C21;
    top: 10%;
    left: 5%;
    width: 90%;
    height: 80%;
    padding: 5px;
}

#hamiltonButton {
    position: absolute;
    top: 0;
    right: 0;
}

#hamiltonButton img {
    width: 12px;
}

.insideHamiltonDiv {
    vertical-align: middle;
    margin-top: 70px;
}

.titleHamilton {
    width: 100%;
    color: #ffffff;
    font-family: Raleway;
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
}

.popUpMenu .countryDiv span {
    font-family: Raleway;
    margin-left: 10px;
    letter-spacing: 0.5px;
}

.subTitleHamilton {
    color: #ffffff;
    font-family: Raleway;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    font-size: 10px;
}

.chart-container {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    margin-top: 50px;
}

.chart-container img {
    width: 100%;
}

.name400 {
    font-weight: 400 !important;
}

#overlay-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 5;
    display: none;
}

#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: none;
}

.countryPos {
    font-family: Raleway;
}

.coutryCol {
    float: left;
    width: 20%;
}

#byCols {
    width: 100%;
    max-width: none;
}

.noMarginTopAmount {
    margin-top: 0px !important;
}

#byCols1 .coutryCol {
    width: 33% !important;
}

.notOfficial {
    color: #FFFFFF;
    font-family: Raleway;
    font-size: 12px;
    line-height: 14px;
    margin-top: 35px !important;
    /*    margin-bottom: 50px !important;*/
}

#byColsFanbaseDrivers {
    width: 100%;
}

#byColsFanbaseDrivers .coutryCol {
    width: 30%;
}

#byColsFanbaseTeams {
    width: 100%;
}

#byColsFanbaseTeams .coutryCol {
    width: 30%;
}

#byColsNationsTeams {
    width: 100%;
}

#byColsNationsTeams .coutryCol {
    width: 50%;
    margin-bottom: 50px;
}

#byColsNationsTeams .coutryCol .countryInfo {
    width: 100%;
}

#byColsNationsDrivers {
    width: 100%;
}

#byColsNationsDrivers .coutryCol {
    width: 50%;
    margin-bottom: 50px;
}

#byColsNationsDrivers .coutryCol .countryInfo {
    width: 100%;
}

@media (orientation: landscape) {
    .whoLikesF1TheMost .countryInfo:nth-child(2),
    .wwF1FanbaseDrivers .countryInfo:nth-child(2) {
        margin-top: 0px;
    }
    .whoLikesF1TheMost .countryInfo:nth-child(odd),
    .wwF1FanbaseDrivers .countryInfo:nth-child(odd) {
        margin-top: 0px;
    }
    .whoLikesF1TheMost .countryInfo:nth-child(1),
    .wwF1FanbaseDrivers .countryInfo:nth-child(1) {
        margin-top: 0px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        min-width: 33% !important;
        height: 60px;
        width: auto;
    }
    .whoLikesF1TheMost .divOtherCountries .countryRow,
    .wwF1FanbaseDrivers .divOtherCountries .countryRow {
        max-width: none;
        margin: 0 !important;
    }
    .whoLikesF1TheMost .divOtherCountries,
    .wwF1FanbaseDrivers .divOtherCountries {
        text-align: left;
    }
    .whoLikesF1TheMost .divOtherCountries .countryAmount,
    .wwF1FanbaseDrivers .divOtherCountries .countryAmount {
        display: block;
        margin-left: 30px !important;
        text-align: left;
        margin-top: 5px;
        float: none;
    }
    .whoLikesF1TheMost .divOtherCountries>div>div>p:nth-child(5),
    .wwF1FanbaseDrivers .divOtherCountries>div>div>p:nth-child(5) {
        display: none !important;
    }
    .whoLikesF1TheMost .divOtherCountries>div>div>p:nth-child(4),
    .wwF1FanbaseDrivers .divOtherCountries>div>div>p:nth-child(4) {
        display: block !important;
    }
    .divMenu .menuOption {
        margin-top: 0px;
    }
    .divMenu .menuOption+.menuOption {
        margin-top: 50px;
    }
    .outerCountryDiv {
        display: inline-block;
        width: 40%;
    }
    .outerCountryDiv:nth-child(even) {
        margin-left: 7%;
    }
    .hamiltonDiv {
        position: fixed;
        background-color: #1B1C21;
        top: 5%;
        left: 5%;
        width: 90%;
        height: 90%;
        padding: 5px;
    }
    .insideHamiltonDiv {
        vertical-align: middle;
        margin-top: 43px;
    }
    .subTitleHamilton {
        color: #ffffff;
        font-family: Raleway;
        text-align: center;
        margin: 0 auto;
        margin-top: 8px;
        font-size: 10px;
    }
    .chart-container img {
        width: 60%;
    }
    .chart-container {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        margin-top: 50px;
        text-align: center;
    }
}

@media (min-width: 490px) and (max-width: 768px) {}

@media (max-width: 390px) and (min-width: 330px) {
    .driverNameMenu {
        font-size: 2.5vw;
    }
}

@media screen and (min-width: 380px) {
    .nationsDrivers .countryDiv {
        font-size: 21px;
    }
}

@media screen and (max-width: 768px) {
    .glyphArrow {
        font-size: 12px;
    }
}

@media screen and (min-width: 330px) and (orientation: portrait) {
    .wwF1FanbaseDrivers .outerCountryDiv {
        display: inline-block;
        width: 50%;
    }
}

@media screen and (min-width: 330px) {
    .titleOptionSelected {
        font-size: 23px;
    }
    .wwF1FanbaseDrivers .col-xs-6.countryDiv {
        width: 100% !important;
    }
    .nationsDrivers .countryDiv {
        margin-left: 0px !important;
    }
    .nationsDrivers .countryDiv:nth-child(even) .divFlag {
        margin-left: 0px;
    }
}

@media screen and (min-width: 768px) {
    .country14px {
        font-size: 14px !important;
    }
    .drivers>.divOtherCountries>.countryInfo:nth-child(1)>.countryRow>.countryName {
        font-size: 26px;
    }
    .hamiltonDiv {
        height: 65% !important;
    }
    .countryBold:nth-child(n+6) {
        margin-top: 30px !important;
    }
    .whoLikesF1TheMost .divOtherCountries,
    .wwF1FanbaseDrivers .divOtherCountries {
        max-width: 1087px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        width: 192px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryRow,
    .wwF1FanbaseDrivers .divOtherCountries .countryRow {
        max-width: none;
        margin: 0 !important;
    }
    .moreInfoSpan {
        margin-left: 32px;
    }
    .popUpMenuTablet {
        background-color: #1B1C23 !important;
        position: absolute;
        height: auto;
        width: auto;
        top: auto;
        padding-top: 30px;
        padding-bottom: 30px;
        margin-left: 34px;
        z-index: 9999;
    }
    .nationsDrivers .driversTab {
        margin-left: 0px;
        margin-top: 0px;
    }
    .nationsDrivers .teamsTab {
        margin-left: 36px;
        margin-top: 14px;
    }
    .divCountrySelected {
        margin-left: 0px !important;
    }
    #brand {
        max-width: 120px;
    }
    .divCountries {
        display: inline-block;
    }
    .countryInfo:nth-child(odd) {
        margin-top: 0px;
    }
    .countryInfo:nth-child(even) {
        margin-left: 0px;
    }
    .countryInfo:nth-child(2) {
        margin-top: 0px;
    }
    .nationsDrivers .countryInfo:nth-child(1) {
        border-left: none;
    }
    .nationsDrivers .countryInfo:nth-child(6) {
        border-left: none;
    }
    .nationsDrivers .countryInfo:nth-child(11) {
        border-left: none;
    }
    .nationsDrivers .countryInfo:nth-child(n+1):nth-child(-n+5) {
        border-top: none;
    }
    .nationsDrivers .countryInfo:nth-child(5) {
        border-right: none;
    }
    .nationsDrivers .countryInfo:nth-child(10) {
        border-right: none;
    }
    .nationsDrivers .countryInfo:nth-child(15) {
        border-right: none;
    }
    .nationsDrivers .countryInfo:nth-child(n+11):nth-child(-n+15) {
        border-bottom: none;
    }
    .nationsDrivers .countryInfo {
        border: 1px solid #32353C;
    }
    .titleOptionSelected {
        padding-left: 34px;
    }
    .titleDesc {
        padding-left: 34px;
        color: #FFFFFF;
        font-size: 12px;
        line-height: 14px;
    }
    .menuButton {
        right: 60px;
    }
    .nationsDrivers .divOtherCountries .countryInfo {
        width: 50%;
        border: 0px;
    }
    .nationsDrivers .driversTab {
        margin-left: 34px;
    }
    .nationsDrivers .nameFavourites {
        font-family: Raleway;
        font-size: 26px;
        font-weight: 600;
        line-height: 30px;
        color: #ffffff;
        margin-left: 34px;
        margin-top: 90px;
    }
    .nationsDrivers .countriesData,
    .whoLikesF1TheMost .countriesData {
        max-width: 720px;
    }
    .nationsDrivers .divCountries,
    .whoLikesF1TheMost .divCountries {
        width: 100%;
    }
    .nationsDrivers .countriesData,
    .whoLikesF1TheMost .countriesData {
        margin: 0 auto;
    }
    .closeMenuButton {
        display: block;
    }
    .menuOption .menuOptionTitle {
        font-size: 32px !important;
        line-height: 37px !important;
    }
    .menuOption .menuOptionDescription {
        font-size: 14px !important;
        line-height: 21px !important;
        width: auto !important;
        margin-top: 10px !important;
    }
    .divMenu .menuOption.wwF1FanbaseOption {
        margin-top: 32%;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        min-width: 33% !important;
        height: 60px;
        width: auto;
    }
    .whoLikesF1TheMost .divOtherCountries .countryRow,
    .wwF1FanbaseDrivers .divOtherCountries .countryRow {
        max-width: none;
        margin: 0 !important;
        margin-bottom: 15px !important;
    }
    .whoLikesF1TheMost .divOtherCountries,
    .wwF1FanbaseDrivers .divOtherCountries {
        text-align: left;
        max-width: 845px;
        margin: 0 auto;
        margin-top: 84px !important;
        padding: 0 60px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryAmount,
    .wwF1FanbaseDrivers .divOtherCountries .countryAmount {
        display: block;
        margin-left: 30px !important;
        text-align: left;
        margin-top: 5px;
        float: none;
    }
    .countriesData {
        max-width: 845px;
    }
    .selectableTab {
        font-size: 20px;
        text-align: center;
        line-height: 24px;
        margin-top: 81px;
    }
    .teamsTab {
        margin-left: 40px;
    }
    .driversTab {
        margin-left: 40px;
    }
    .whoLikesF1TheMost .countryRow,
    .teams .countryRow,
    .drivers .countryRow {
        max-width: 500px;
    }
    .divOtherCountries {
        margin: 90px;
    }
    .wwF1FanbaseDrivers .countryInfo {
        border: 0px;
        ;
    }
    .wwF1FanbaseDrivers svg {
        margin-left: 0px !important;
        margin-right: 0px !important;
        max-width: 800px;
        margin: 0 auto !important;
        display: block;
    }
    .selectedCountryInfoMouseOver {
        position: fixed;
        background-color: #555966;
        border-left: 2px solid #2AE9C3;
        height: 26px;
        width: auto;
        color: #FFFFFF;
        font-family: Raleway;
        font-size: 12px;
        font-weight: 600;
        line-height: 11px;
        padding-left: 6.5px;
        padding-top: 3.5px;
        padding-right: 6.5px;
    }
    .lineToCountry {
        height: 0px;
        width: 30px;
        border: 1px solid #2AE9C3;
        position: fixed;
    }
    .selectedCountryIndex {
        color: #ABB0BE;
        font-family: Raleway;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
    }
    .whereAreFans {
        color: #FFFFFF;
        font-family: Raleway;
        font-size: 24px;
        font-weight: 600;
        line-height: 29px;
    }
    .countryIndexTab {
        color: #ffffff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 400;
        line-height: 16px;
        width: 191px;
        display: inline-block;
        height: 38px;
    }
    .selectedCountryIndexTab {
        color: #ffffff;
        font-family: Raleway;
        font-size: 22px;
        font-weight: 600;
        line-height: 16px;
    }
    .whereAreFans {
        width: 580px;
        margin: 0 auto;
        border-bottom: 2px solid #ffffff;
        padding-bottom: 15px;
    }
    .listCountriesTab {
        width: 580px;
        margin: 0 auto;
        padding-top: 12px;
        min-height: 200px;
    }
    .wwF1FanbaseDrivers .divTabs {
        width: 92%;
    }
    .nextPrevButtons {
        color: #ffffff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 600;
        width: 580px;
        margin: 0 auto;
        cursor: default;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        overflow: hidden;
    }
    .next15 {
        float: right;
    }
    .navbar-toggle {
        display: block;
    }
    .popUpMenu .outerCountryDiv {
        width: 250px;
        display: inline-block;
    }
    .widthDrivers {
        width: 500px;
        margin: 0 auto;
    }
    .wwF1FanbaseDrivers .driverNameMenu {
        font-size: 14px;
        font-weight: bold;
    }
    .wwF1FanbaseDrivers .divFlag {
        margin-bottom: 0px;
    }
    .outerCountryDiv:nth-child(even) {
        margin-left: 0px;
    }
    .indexWidth {
        width: 20px;
        display: inline-block;
    }
    .outerDivComeFrom {
        width: 100%;
        margin-top: 150px;
    }
    .wwF1FanbaseDrivers .selectabeDriverTeam {
        margin-left: 34px;
    }
    .wwF1FanbaseDrivers .selectabeDriverTeam img {
        margin-left: 0px;
    }
    .glyphArrow {
        font-size: 10px;
        margin-left: 10px;
    }
    .worldMap {
        max-width: 800px !important;
    }
    .landingPageButton .btnShowMore {
        width: 184px !important;
        font-size: 16px;
        font-weight: 600;
        line-height: 53px;
    }
    .driversTeamsTabsNations {
        margin-top: 11px;
        margin-left: 34px;
    }
    .driversTeamsTabsNations .selectableTab {
        margin: 0px;
    }
    .driversTeamsTabsNations .selectableTab+.selectableTab {
        margin-left: 36px;
    }
    .countriesListTabletNations {
        margin-top: 36px;
        margin-left: 34px;
    }
    .countriesListTabletNations .countryRow {
        /*		margin-top: 36px;*/
        margin-left: 0px !important;
    }
    .divCountries path {
        cursor: pointer;
    }
    .popularityLbl {
        color: #ffffff;
        font-family: Raleway;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        position: relative;
    }
    .popularity {
        position: absolute;
        right: 0;
        width: 186px;
    }
    .rectangle-3 {
        height: 14px;
        width: 186px;
        background: linear-gradient(90deg, #093638 0%, #2AE9C3 51.78%, #D4FBF3 100%);
        position: absolute;
        right: 0;
        top: 14px;
    }
    .plus {
        position: absolute;
        right: 0;
        width: 186px;
        top: 30px;
    }
    .minus {
        position: absolute;
        right: 0;
        top: 30px;
    }
    .wmDiv {
        width: 70%;
        margin: 0 auto;
    }
    .prePrompt1 {
        border: 1px solid #2BE8C3;
        position: absolute;
        width: 43px;
        height: 0px;
        left: 228px;
        top: 106px;
    }
    .divPopUpPrompt1 {
        width: 242px;
        height: auto;
        min-height: 71px;
        border-left: 2px solid #2BE8C3;
        position: absolute;
        top: 88px;
        left: 270px;
        font-family: Raleway;
        color: #ffffff;
        padding: 18px;
        background-color: #32353C;
        font-size: 12px;
        z-index: 9990;
        border-top: 0px;
    }
    .prePrompt2 {
        border: 1px solid #2BE8C3;
        position: absolute;
        width: 43px;
        height: 0px;
        left: 165px;
        top: 192px;
    }
    .divPopUpPrompt2 {
        width: 242px;
        height: auto;
        min-height: 71px;
        border-left: 2px solid #2BE8C3;
        position: absolute;
        top: 185px;
        left: 208px;
        font-family: Raleway;
        color: #ffffff;
        padding: 18px;
        background-color: #32353C;
        font-size: 12px;
        z-index: 9990;
        border-top: 0px
    }
    .closePopUpPrompt1,
    .closePopUpPrompt2 {
        position: absolute;
        right: 5px;
        top: 0;
    }
    .closePopUpPrompt1 img,
    .closePopUpPrompt2 img {
        width: 10px;
    }
}

@media screen and (min-width: 768px) and (orientation: landscape) {
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        min-width: 0px !important;
        height: 60px;
        width: auto;
        max-width: 225px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        height: 60px;
        width: 168px;
    }
    .divMenu .menuOption.wwF1FanbaseOption {
        margin-top: 21%;
    }
    .whoLikesF1TheMost .divTabs,
    .teams .divTabs,
    .drivers .divTabs {
        display: inline-block;
        width: 100%;
    }
}

@media screen and (min-width: 992px) {
    .wwF1FanbaseDrivers .divTabs {
        margin-left: 34px;
    }
    .outerDivComeFromLeft {
        position: absolute;
        top: 300px;
        left: 34px;
        display: block;
    }
    .outerDivComeFrom {
        display: none;
    }
    .outerDivComeFromLeft .whereAreFans,
    .outerDivComeFromLeft .listCountriesTab,
    .outerDivComeFromLeft .nextPrevButtons {
        width: 300px;
    }
    .whoLikesF1TheMost .divCountries .countryInfo,
    .wwF1FanbaseDrivers .divCountries .countryInfo {
        margin-right: 11px;
    }
    /*
    .outerDivComeFrom{
        width: 300px;
        margin-left: 34px;
    }
*/
    /*
    .wwF1FanbaseDrivers svg {
        float: right;
    }
*/
    .hamiltonDiv {
        position: fixed;
        background-color: #1B1C21;
        top: 10%;
        left: 15%;
        width: 70%;
        height: auto !important;
        min-height: 439px !important;
        padding: 100px;
    }
    .insideHamiltonDiv {
        /*        display: table-cell;*/
        vertical-align: middle;
    }
    .titleHamilton {
        width: 100%;
        color: #ffffff;
        font-family: Raleway;
        font-weight: 600;
        font-size: 25px;
        line-height: 30px;
        text-align: center;
    }
    .subTitleHamilton {
        width: 437px;
        color: #ffffff;
        font-family: Raleway;
        text-align: center;
        margin: 0 auto;
        margin-top: 30px;
    }
    #hamiltonButton {
        position: absolute;
        top: 0;
        right: 0;
    }
    .closeHamiltonInfo {
        /*        display: table-caption;*/
    }
    .divOtherCountries .countryAmountNoPage {
        line-height: 42px;
    }
    .pageDescription {
        font-size: 16px !important;
    }
    .divMenuRight .menuOption {
        /*            height: 80px;*/
        margin-bottom: 70px;
        margin-left: 95px;
        text-align: left;
        width: 397px;
        color: #ffffff;
        cursor: pointer;
        position: relative;
        top: 16%;
    }
    .chart-container {
        width: 100%;
        max-width: 480px;
        margin: 0 auto;
        margin-top: 50px;
    }
    .chart-container img {
        width: 100%;
    }
    .popularityLbl {
        color: #ffffff;
        font-family: Raleway;
        font-size: 12px;
        font-weight: 600;
        line-height: 14px;
        text-align: left;
        position: relative;
    }
    .popularity {
        position: absolute;
        right: 0;
        width: 186px;
    }
    .plus {
        position: absolute;
        right: 0;
        width: 186px;
        top: 30px;
    }
    .minus {
        position: absolute;
        right: 0;
        top: 30px;
    }
    .rectangle-3 {
        height: 14px;
        width: 186px;
        background: linear-gradient(90deg, #093638 0%, #2AE9C3 51.78%, #D4FBF3 100%);
        position: absolute;
        right: 0;
        top: 14px;
    }
    .menuButton {
        display: none !important;
    }
    .menuButtonRight {
        display: block !important;
    }
    .menuButtonRight .icon-bar {
        border: 1px solid #ffffff;
        width: 33px;
    }
    .menuButtonRight .icon-bar+.icon-bar {
        margin-top: 8.28px;
    }
    .menuButtonRight {
        position: absolute;
        top: 38px;
        right: 26px;
        margin: 0px;
        margin-top: 0px;
        padding: 0px;
        display: block !important;
    }
    .titleDesc {
        padding-left: 34px !important
    }
    .titleOptionSelected {
        padding-left: 34px !important
    }
    .divMenuRight {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 600px;
        background-color: #1A1B20;
        font-family: Raleway;
        z-index: 9999;
        min-height: 700px;
    }
    .nationsDrivers .driversTab {
        margin-left: 34px;
        margin-top: 0px;
    }
    .nationsDrivers .teamsTab {
        margin-left: 36px;
        margin-top: 14px;
    }
    .wmDiv {
        width: 70%;
        margin: 0 auto;
    }
    .nextPrevButtons {
        color: #ffffff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 600;
        width: 580px;
        margin: 0 auto;
        cursor: default;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        overflow: hidden;
    }
    .next10 {
        float: right;
    }
    .worldMap {
        max-width: 1200px !important;
    }
    .wmDiv {
        width: 70% !important;
        margin: 0 auto;
        position: absolute;
        right: 0;
        padding-right: 100px;
    }
    .divMenuRight {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 600px;
        background-color: #1A1B20;
        z-index: 9999;
        min-height: 700px;
    }
    .whoLikesF1TheMost .divOtherCountries,
    .wwF1FanbaseDrivers .divOtherCountries {
        max-width: 1087px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        width: 192px;
    }
    .nationsDrivers .divCountries {
        text-align: left;
        width: auto;
        margin-left: 94px;
        margin-top: 150px;
    }
    .nationsDrivers .divCountries .countriesData {
        display: inline-block;
        text-align: center;
    }
    .nationsDrivers .divCountries .countriesData .countryInfo {
        width: 190px;
    }
    .nationsDrivers .countriesData {
        max-width: 975px;
    }
    .nationsDrivers .nameFavourites {
        margin: 0 auto;
        max-width: 400px;
        /*        float: right;*/
    }
    .nationsDrivers>.visible-lg.nameFavourites {
        display: inline-block !important;
    }
    .divOtherCountries {
        overflow: hidden;
        color: white;
        margin: 0;
        margin-top: 30px;
    }
    .nationsDrivers .visible-lg.divTabs {
        /*        float: right;*/
        display: inline-block !important;
    }
    .containerFavourites {
        max-width: 265px;
        display: inline-table;
    }
    .nationsDrivers .teamsTab {
        margin-left: 36px;
        margin-top: 14px;
    }
    .nationsDrivers .driversTab {
        margin-left: 0px;
        margin-top: 0px;
    }
    .nationsDrivers .divOtherCountries .countryInfo {
        width: 100%;
        height: 40px;
    }
    .nationsDrivers .divOtherCountries .countryRow {
        margin: 0px !important;
    }
    .nationsDrivers .divCountries.hidden-xs {
        width: 63%;
    }
    .nationsDrivers .divCountries.hidden-xs .countriesData {
        width: 100% !important;
        max-width: none;
    }
    .nationsDrivers .divCountries .countriesData .countryInfo {
        width: 17%;
        max-width: none;
    }
    .nationsDrivers .nextPrevButtons {
        width: auto !important;
    }
    #brand {
        bottom: 15px;
    }
    #brand img {
        height: 33px;
        /*        width: 120px;*/
    }
    .menuOption.wwF1FanbaseOption {
        /*        margin-top: 270px;*/
    }
    .listCountriesTab {
        height: 412px;
    }
}

@media only screen and (min-width: 1200px) {
    .outerDivComeFromLeft {
        position: absolute;
        top: 300px;
        left: 34px;
        display: block;
    }
    .outerDivComeFromLeft .whereAreFans {
        width: 300px;
    }
    .outerDivComeFromLeft .listCountriesTab {
        width: 300px;
    }
    .outerDivComeFromLeft .nextPrevButtons {
        width: 300px;
    }
    .outerDivComeFrom {
        display: none;
    }
    .nextPrevButtons {
        color: #ffffff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 600;
        width: 580px;
        margin: 0 auto;
        cursor: default;
        -webkit-touch-callout: none;
        /* iOS Safari */
        -webkit-user-select: none;
        /* Safari */
        -khtml-user-select: none;
        /* Konqueror HTML */
        -moz-user-select: none;
        /* Firefox */
        -ms-user-select: none;
        /* Internet Explorer/Edge */
        user-select: none;
        /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
        overflow: hidden;
    }
    .next10 {
        float: right;
    }
    .worldMap {
        max-width: 1200px !important;
    }
    .wmDiv {
        width: 70% !important;
        margin: 0 auto;
        position: absolute;
        right: 0;
        padding-right: 100px;
    }
    .divMenuRight {
        position: fixed;
        right: 0;
        top: 0;
        height: 100%;
        width: 600px;
        background-color: #1A1B20;
        z-index: 9999;
        min-height: 700px;
    }
    .whoLikesF1TheMost .divOtherCountries,
    .wwF1FanbaseDrivers .divOtherCountries {
        max-width: 1087px;
    }
    .whoLikesF1TheMost .divOtherCountries .countryInfo,
    .wwF1FanbaseDrivers .divOtherCountries .countryInfo {
        width: 192px;
    }
    .nationsDrivers .divCountries {
        text-align: left;
        width: auto;
        margin-left: 94px;
        margin-top: 150px;
    }
    .nationsDrivers .divCountries .countriesData {
        display: inline-block;
        text-align: center;
    }
    .nationsDrivers .divCountries .countriesData .countryInfo {
        width: 190px;
    }
    .nationsDrivers .countriesData {
        max-width: 975px;
    }
    .nationsDrivers .nameFavourites {
        margin: 0 auto;
        max-width: 400px;
        /*        float: right;*/
    }
    .nationsDrivers>.visible-lg.nameFavourites {
        display: inline-block !important;
    }
    .divOtherCountries {
        overflow: hidden;
        color: white;
        margin: 0;
        margin-top: 30px;
    }
    .nationsDrivers .visible-lg.divTabs {
        /*        float: right;*/
        display: inline-block !important;
    }
    .containerFavourites {
        max-width: 265px;
        display: inline-table;
    }
    .nationsDrivers .teamsTab {
        margin-left: 36px;
        margin-top: 14px;
    }
    .nationsDrivers .driversTab {
        margin-left: 0px;
        margin-top: 0px;
    }
    .nationsDrivers .divOtherCountries .countryInfo {
        width: 100%;
        height: 40px;
    }
    .nationsDrivers .divOtherCountries .countryRow {
        margin: 0px !important;
    }
    .nationsDrivers .divCountries.hidden-xs {
        width: 65%;
    }
    .nationsDrivers .divCountries.hidden-xs .countriesData {
        width: 100% !important;
        max-width: none;
    }
    .nationsDrivers .divCountries .countriesData .countryInfo {
        width: 17%;
        max-width: none;
    }
    .nationsDrivers .nextPrevButtons {
        width: auto !important;
    }
    #brand {
        bottom: 15px;
    }
    #brand img {
        height: 33px;
        width: 120px;
    }
    .menuOption.wwF1FanbaseOption {
        /*        margin-top: 270px;*/
    }
    .listCountriesTab {
        height: 412px;
    }
}

@media only screen and (min-width: 457px) {
    .countryInfo:nth-child(odd) {
        margin-top: 0px;
    }
    .countryInfo:nth-child(2) {
        margin-top: 0px;
    }
}


/*
.worldMap{
    height: 500px !important;
}*/
