/*
Europa-Bold Bold

font-family: europa, sans-serif;
font-weight: 700;
font-style: normal;

Europa-Light Light

font-family: europa, sans-serif;
font-weight: 300;
font-style: normal;


Europa-Regular Regular

font-family: europa, sans-serif;
font-weight: 400;
font-style: normal;


Europa-Light LightItalic

font-family: europa, sans-serif;
font-weight: 300;
font-style: italic;


Europa-Regular RegularItalic

font-family: europa, sans-serif;
font-weight: 400;
font-style: italic;


Europa-Bold BoldItalic

font-family: europa, sans-serif;
font-weight: 700;
font-style: italic;

*/


body {
    padding-top: 80px;
    font-family: europa, sans-serif, arial;
}

.img-header {
    height: 425px;
    width: 100%;

    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

a {
    color  : #E30E0E;
}

.maincontent {
    min-height: 400px;
}

a:hover { 
    color : #c8c8c8;
}

.img-header.home-header {
    background-image: url("/assets/homepage/header-personal-2.jpg");
    background-position: center center;
}
.img-header.business-header {
    background-image: url("/assets/homepage/header-business-2.jpg");
    background-position: top center;
}
.img-header.personal-header {
    background-image: url("/assets/homepage/header-2.jpg");
    background-position: top center;
}
.personal-fin-warning {
    font-family : europa, sans-serif !important;
    font-weight: 300;
    font-size :  48px;
    color : #333;
    text-transform: uppercase;
    border : 1px solid #333;
    text-align: center;
}

.btn-cta {
    text-align: left;
    /** TODO: Add styles for button **/
}

.nav-item-language {
    margin-left: 20px;
    margin-top: 8px;
    font-size: 15px;
}

.nav-item-language a.nav-lang-link {
    display: inline;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.nav-item-language a.nav-lang-link.active {
    color : #E30E0E !important;
    font-weight: bold;
}

.nav-link {
    font-weight : bold;
}

.navbar-expand-lg {
    line-height : 40px;
}

.navbar-brand {
    margin-top: 5px;
}

@media screen and (max-width: 600px) {
    .img-header.home-header {
        background-position-x: -300px;
    }
    .img-header.business-header {
        background-position-x: -300px;
    }
    .img-header.personal-header {
        background-position-x: -300px;
    }

    .navbar-brand>img {
        width : 150px;
        margin-top: 5px;
    } 
    .navbar-collapse {
        height: 100vh;
        transition: 0.5s;
    }
    .nav-item {
         padding : 10px;
         border-bottom: 1px #F1F1F1 solid;
    }
    .nav-item-language {
        margin-left : 0px;
    }
}
.text-xs {
    font-size: 0.8em !important;
}

/* NAVI */

.page-title {
    font-family : europa, sans-serif !important;
    font-weight: 700;
    line-height: 24px;
    vertical-align : bottom;
    font-size :  1.5em;
}

/* Text content */

h1 {
    font-family : europa, sans-serif !important;
    font-weight: 700;
    font-size :  2.0em;
    color : #E30E0E;
    text-transform: uppercase;
}
       

h2 {
    font-family : europa, sans-serif !important;
    font-weight: 700;
    font-size :  1.4em;
    color : #E30E0E;
    text-transform: uppercase;
}

h3 {
    font-family : europa, sans-serif !important;
    font-weight: 700;
    font-size :  1.4em;
    padding-top : 10px;
    padding-bottom : 10px;
    color : #000000;
}

.spacer {
    padding-top : 10px;
    padding-bottom : 40px;
}
p {
   padding-top : 10px;
}

.btn-cta {
    font-size : 1em;
    font-weight : 700;    
    background-color : #E30E0E !important;
    border-radius : 0;
    border :4px solid #E30E0E !important;
    text-transform : uppercase;
}

.btn-cta:hover {
    color : #E30E0E !important;
    font-size : 1em;
    font-weight : 700;    
    background-color : #FFFFFF !important;
    border-radius : 0;
    border :4px solid #E30E0E !important; 
    text-transform : uppercase;
}

.btn-cta:active {
    color : #E30E0E !important;
    font-size : 1em;
    font-weight : 700;    
    background-color : #FFFFFF !important;
    border-radius : 0;
    border :4px solid #E30E0E !important; 
    text-transform : uppercase;
}

.btn-cta-2 {
    color : #E30E0E !important;
    font-size : 1em;
    font-weight : 700;    
    background-color : #FFFFFF !important;
    border-radius : 0;
    border :4px solid #E30E0E !important; 
    text-transform : uppercase;
}

.btn-cta-2:hover {
    font-size : 1em;
    font-weight : 700;    
    background-color : #E30E0E !important;
    border-radius : 0;
    border :4px solid #E30E0E !important;
    text-transform : uppercase;
}
.table-header {
    font-weight: 700;
    background-color:  #E30E0E;
    display : inline;
    padding : 10px;
    text-transform: uppercase;
    color : #FFF;
    margin-bottom: 15px;
}

.table-dark {
    background-color : #D8D8D8;
    border-color : #FFFFFF;
    color : #000;
}

.table-dark td {
    border-color : #FFFFFF;
}

.key-col {
    width : 40%;
    font-weight : bold;
}

.value-col {
    width : 60%;
}

/* footers Homepage | common pages */

footer {
    margin-top : 50px;
    background-color: #000;
    height: 96px;
    color : #FFF;
}

footer > .margit {
    padding-top : 50px;
}

.table {
    margin-top : 8px;
}


footer a {
    color : #FFF;
}

#footercol {
    position: absolute;
    width : 100%;
    background-color : #000;
}


#footercolhome {
    position: absolute;
    width : 100%;
}

#hondawing {
    position: relative;
    float : left;    
    top : 0;
    left : 0;
    width : 25px;
}

#hondawingcommon {
    position: relative;
    float : left;    
    top : 0;
    left : 0;
    width : 200px;
}

#staycationlogo {
    position: relative;
    float : right;
    right : 0px;
    bottom : 10px;    
    width : 110px;
}

#logocommon {
    position: relative;
    float : right;
    font-size: 1.9em;
    top : 26px;
    right : 5px;
    width : 110px;
    
}

.backwhite {
    background-color: #FFF;
    width : 175px;
}

#disclaimer {
    position: relative;
    left : 0px;
    top : 0px;
    width : 90%;
    display: inline-block;
}

#disclaimer > h4 {
    margin-top : 24px;
    margin-bottom: 0px;
}

#disclaimer > p {
    font-family: proxima-nova, sans-serif;
    font-size : 0.8rem;
    color : #FFF;
}

.disclaimertekst {
    font-size : 0.8em;
}

.dealercard:hover {
    background : #FBFBFB;
    -webkit-box-shadow: 0px 0px 20px -2px rgba(176,176,176,1);
    -moz-box-shadow: 0px 0px 20px -2px rgba(176,176,176,1);
    box-shadow: 0px 0px 20px -2px rgba(176,176,176,1);
    transition : ease-in-out, 0.3s
}

.disclaimer-holder {
    border : 2px solid #000;
}

.disclaimer-mob-box {
    display : none;
    text-align: center;
} 

.disclaimer-box {
    display : inherit;
    text-align: center;
} 

@media (max-width:800px){
    .disclaimer-mob-box {
        display : block;
    } 

    .disclaimer-box {
        display : none;
    } 
    .disclaimer-holder {
        display : none;
    } 
}
.dealercardchecked {
    background : #FBFBFB;
    transition : ease-in-out, 0.3s
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #d1d3d1;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -3px;
    left: -1px;
    position: relative;
    background-color: #E30E0E;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 2px solid white;
}

.altsize {
    font-size : 1.2rem;
    font-weight : bold;
}

.border-2{
    border-width:thick!important;
    border-color:#D8D8D8;
}

.selnav{
    background-color:#E30E0E!important;
}

.bg-white {
    background-color: #FFF !important;
}
.text-red{
    color:#E30E0E !important;
}
.text-white{
    color:#fff;
}

.bg-red {
    background-color:#E30E0E;
}

.bg-grey {
    background-color:#c9c9c9;
}

.bg-grey a, .bg-grey a:hover {
    color : #FFFFFF !important;
    text-decoration: none;
}

.f-60{
    font-size:60px;
}

.f-30{
    font-size:30px;
}

.f-16{
    font-size:16px;
}

.f-12{
    font-size:12px;
}

.f-14{
    font-size:14px !important;
}

.f-18 {
    font-size:18px;
}

.f-10{
    font-size:10px;
}

.fintext {
    font-size : 14px; 
}
.motor-select-name {
    color : #000000;
    font-weight: bold;
    font-size: 18px;
}

.motor-select-link:hover {
    text-decoration: none;
}

.motor-select-price {
    font-size: 16px;
    font-weight: bold;
    color : #000000;
}

.discounted-price {
    font-size: 16px;
    font-weight: bold;
    color : #E30E0E;
}

input[type='range']::-webkit-slider-thumb {
      width: 15px;
      -webkit-appearance: none;
      height: 15px;
      cursor: ew-resize;
      background: #E30E0E;
    }

.hidden {
    display: none;
}

#motorTab > li > a.active{
    background-color:#E30E0E!important;
}

.modal-dialog {
    border-radius : 10px;
    background-color: #F9F9F9 !important;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.modal-content {
    border: 2px solid #E30E0E !important;
}

.modal-i{
    font-size:70px;
    color: #E30E0E
}

.modal-i:hover{
    color: #221E1F
}

.light-font {
    font-weight : 300;
}

.disclaimer-table {
    font-size : 0.8rem;
}

.header-table {
    background-color: #F9F9F9;
}

.f-18 {
    font-size : 20px;
    font-weight: 700;
}