body {
    font-family: 'Open Sans';
    font-size: 14px;
    background:#5CA929 linear-gradient(290deg,#5CA929,#037B00) repeat fixed;
    padding: 0px;
    margin: 0px;
}


#top-page-bar {
    background: #212121;
    width:100%;
    height:30px;
    color: #FFFFFF;
}


.logo-mobile {
    margin-top: 14px;
    margin-left: 10px;
}

#top-page-nav {
    display: inline-block;
}

#top-page-nav a {
    border-color: #59A728;
    border-image: none;
    border-style: solid;
    border-width: 0px 1px 0 1px;
    color: #ffffff;
    display: inline-table;
    height: 30px;
    padding: 5px 10px;
}

#top-page-nav a[class~="with-nav-vertical-bar"] {
    border-color: #59A728;
    border-image: none;
    border-style: solid;
    border-width: 0px 1px 0 0px;
    color: #ffffff;
    display: inline-table;
    height: 30px;
    padding: 5px 10px;
}

#top-page-nav a[class~="with-no-borders"] {
    border-color: #59A728;
    border-image: none;
    border-style: solid;
    border-width: 0px 0px 0 0px;
    color: #ffffff;
    display: inline-table;
    height: 30px;
    padding: 5px 10px;
}


.language-dropdown {
    display: inline-block;
    margin-left: 100px;
 }

.language-dropdown-mobile {
    display: inline-block;
    margin-bottom: 6px;
    margin-left: 15px;
    padding-top: 15px;
 }


.language-dropdown-mobile button {
    background: #FFFFFF;
    color: #000000;
    border: 1px solid #59A728;
    border-radius: 2px;
}


.language-dropdown button {

    background: #FFFFFF;
    color: #000000;
    border: 1px solid #59A728;
    border-radius: 2px;
}

.logo-image {
    margin-top: 4px;
}


.logo-europcar {
    margin-top: 15px;
}


#top-tab-nav a {
    background: none;
    padding: 8px 46px;
    color: black;
    font-weight: 600;
}


#top-tab-nav a[class~="active-tab"] {
    background: #FFFFFF;
    padding: 8px 46px;
    color: black;
    border-radius: 2px 2px 0px 0px;
    font-weight: 600;
}


#top-tab-nav a:hover {
    background: #FFFFFF;
    text-decoration: none;
}


.main-content {
    background: #FFFFFF;
    width:100%;
    padding-bottom: 60px;
}



.option-bar {
    border-radius: 2px;
    background: #212121;
    padding: 30px;
    color: #FFFFFF;
    font-size: 100%;
    font-weight: bold;
}

.option-bar div[class~="title"] {
    font-size: 180%;
}

.option-bar div[class~="button"] {
    padding: 10px;
}


.option-bar a {
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #FFFFFF;
    color: #FFFFFF;
    border-radius: 4px;
}

.option-bar a:hover {
    font-size: 110%;
    font-weight: bold;
    padding: 15px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
    background: #FFFFFF;
    color: #000000;
}


.footer {
    min-height: 10px;
    padding: 40px;
    background: #333333;
}

.footer a {
    font-weight: normal;
    padding: 20px;
    color: #ffffff;
}

.footer a:hover {
    text-decoration: none;
}

.footer ul {
    list-style: none;
    display: inline-flex;                
}


.footer li+li:before {
    #background: #ffffff;
    content: '|';
    font-weight: bolder;
    color: #ffffff;
}

.copyright-box {
    height: 44px;
    background: #333333;
    color: #FFFFFF;
    width: 100%;
    padding:4px;
}


.go-up-icon {
    margin-top: 6px;
    height: 20px;
}


.card-panel {
    width: 300px;
    height: 300px;
    margin: auto;
    position: relative;
}

.card-panel:hover .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.card-panel:hover .back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.card {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);  
}





.frontButton {
    background: #FFFFFF;
    width: 300px;
    height:300px;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;

}

.front-block-top {
    width: 100%;
    height: 80%;
}

.front-block-top h4 {
    font-weight: 600;
    color: #000000;
    margin-bottom: -5px;    
}

.front-block-top light {
    color: #888888;
    font-weight: 400;
    font-size: 90%;
}


.front-block-bottom {
    padding: 8px 15px;
    border-top-width: 1px;
    border: 0px solid #888888;
    border-top-width: 1px;
    width: 100%;
    height: 20%;
}

.front-block-bottom span {
    margin: 5px;
    font-weight: bold;
    color: #888888;
}

.car-class {
    margin-top: 40px;
    margin-bottom: 20px;
}

.backButton {
    background: #EEEDE8;
    width: 300px;
    height:300px;    
    padding: 10px;
    display: table-cell;
    vertical-align: top;
    text-align: left;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60% auto;

}

.backButton h1 {
    color: #698c00;
    display: table-cell;
    font-size: 320%;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.backButton h4 {
    font-size: 120%;
    font-weight: bold;
    display: table-cell;
    padding: 0 10px 0 0;    
}

.backButton light {
    font-weight: 100;
    color: #888888;
    font-size: 75%;
}

.backButton p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.backButton ul {
    list-style: inside url("../images/check-green.png");
    padding: 0px;
    font-weight: bold;
    margin-top: 10px;
}


.backButton li {
    font-weight: normal;
}

.backButtonPriceTag {
    font-size: 500%;
    font-weight: bold;
    position: absolute;
    right: 22px;
    text-align: center;
    top: 60px;
    padding: 0px;
    margin: 0px;
}

.backButtonPriceTag currency{
    font-size: 60%;
    display: inline-block;
    line-height: 35%;
    text-align: left;    
}


.backButtonPriceTag perday {
    font-size: 30%;
}


.quoteButton{
    text-align: center;
    display: inline-block;
    margin: 20px 0px;
    position: absolute;
    right: 13px;
    bottom: -6px;
}

.quoteButton a {
    padding: 10px 8px;
    margin: 0px;
    background: #212121;
    border: 2px solid black;
    color: #ffffff;
    display: block;
    border-radius: 4px;
    font-size: 90%
}

.quoteButton a:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
}


.leasing-block {
    background: #FFFFFF;
    padding: 40px 40px;
    text-align: left;
    line-height: 160%;    
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 60% auto;
}

.leasing-block p {
    color: #000000;
    width: 60%;  
}

.leasing-block ul {
    font-weight: bold;
    list-style: inside;
    padding-left: 0px;

}

.leasing-block li {
    font-weight: normal;

}

.paroxes-block {
    background: #FFFFFF;
    padding: 60px 40px;
    text-align: left;
    line-height: 160%;    
    #background-position: right center;
    #background-repeat: no-repeat;
    #background-size: 60% auto;
}

.paroxes-block p {
    color: #000000;
    width: 60%;  
}

.paroxes-block ul {
    font-weight: bold;
    list-style: inside;
    padding-left: 0px;

}

.paroxes-block li {
    font-weight: normal;

}


.more-box {
    display: inline-block;
    overflow: hidden;
    width: 280px;
    #background: #a3a602;
    background: #333333;
    color: #000000;
    border-radius: 2px;
}

.more-box:hover {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

.more-box bar {
    background: #a3a602;
    height: 6px;
    margin: 0px;
    display: block;
}

.more-box h3 {
    background: none;
    color: #FFFFFF;
    display: table-cell;
    font-family: "Trebuchet MS","Open Sans";
    font-weight: bold;
    height: 60px;
    margin: 0;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 300px;
    text-align: left;
}

.more-box a:hover {
    text-decoration: none;
}

.more-box h3:after {
    bottom: 15px;
    color: #000000;
    content: url("../images/right-ar-w.png");
    left: 8px;
    position: relative;
    top: 2px;
}


.vacations-box {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    #background: #333333;
    color: #000000;
    border-radius: 2px;
}

.vacations-box:hover {
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
}

.vacations-box bar {
    background: #a3a602;
    height: 6px;
    margin: 0px;
    display: block;
}

.vacations-box h3 {
    background: none;
    color: #FFFFFF;
    display: table-cell;
    font-family: "Trebuchet MS","Open Sans";
    font-weight: bold;
    height: 10px;
    margin: 0;
    padding: 10px;
    text-align: left;
    vertical-align: middle;
    width: 300px;
    text-align: left;
    position: relative;
    top: -55px;
}

.vacations-box a:hover {
    text-decoration: none;
}

.vacations-box h3:after {
    bottom: 15px;
    color: #000000;
    content: url("../images/right-ar-w.png");
    left: 8px;
    position: relative;
    top: 2px;
}




.europcar-block {
    background: #FFFFFF;
    padding: 30px 40px 0px;
    text-align: left;
    line-height: 160%;    
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 55% auto;
}

.europcar-block h3 {
    color: #000000;
    width: 40%;
    line-height: 1.4;
    font-weight: bold;
}
.europcar-block p {
    color: #000000;
    width: 40%;
    line-height: 1.8;
    margin-top:20px;
}


.reserve-form {
    margin-top: 20px;
    font-size: 14px;
}

.input-group-addon-white-bg {
    background: #FFFFFF;
    font-weight: normal;
}

.input-group-no-right-border {
    border-right-width: 1px;
    /*border-right-width: 1px;*/
}

.input-group-bottom-margin {
    margin-bottom: 4px;
}



.reserver-form-green-seperator {
    border: 0px solid #0E8105;
    border-top-width: 1px;
}


.frontReserveFormInfoBox {
    #display: block;
    background: #EEEDE8;
    #width: 300px;
    #height:300px;    
    margin-top: 40px;
    padding: 10px 5px;
    vertical-align: top;
    text-align: left;
    border-radius: 2px;
}

.frontReserveFormInfoBox h1 {
    color: #698c00;
    display: table-cell;
    font-size: 320%;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.frontReserveFormInfoBox h4 {
    font-size: 120%;
    font-weight: bold;
    display: table-cell;
    padding: 0 10px 0 0;    
}

.frontReserveFormInfoBox light {
    font-weight: 100;
    color: #888888;
    font-size: 75%;
}

.frontReserveFormInfoBox p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.frontReserveFormInfoBox ul {
    list-style: inside url("../images/check-green.png");
    padding: 0px;
    font-weight: bold;
    margin-top: 10px;
}


.frontReserveFormInfoBox li {
    font-weight: normal;    
}


.quoteButtonForm {
    text-align: center;
    #display: inline-block;
    margin: 20px 0px;
}

.quoteButtonForm button {
    padding: 10px 20px;
    margin: 0px;
    background: #212121;
    border: 2px solid black;
    color: #ffffff;
    #display: block;
    border-radius: 4px;
    font-size: 90%;
}

.quoteButtonForm button:hover {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}

.frontReserveFormInfoBox bar {
    margin: 0px 10px;
    height: 6px;
    background: #91A100;
    display: block;
}

.quoteBoxList {
    padding: 10px 15px;
}




.selectCarPageButton {
    bottom: 15px;
    position: absolute;
    right: 15px;
    text-align: center;
}

.selectCarPageButton button {
    padding: 10px 8px;
    margin: 0px;
    background: #212121;
    border: 2px solid black;
    color: #FFFFFF;
    #display: block;
    font-size: 90%;
    border-radius: 4px;
}

.selectCarPageButton button:hover {
    background: #FFFFFF;
    color: #000000;
    text-decoration: none;
}


.reserveFormInfoBox {
    #display: block;
    background: #EEEDE8;
    #width: 300px;
    #height:300px;    
    margin-top: 0px;
    padding: 30px 5px;
    vertical-align: top;
    text-align: left;
}

.reserveFormInfoBox h1 {
    color: #698c00;
    display: table-cell;
    font-size: 320%;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.reserveFormInfoBox h4 {
    font-size: 120%;
    font-weight: bold;
    display: table-cell;
    padding: 0 10px 0 0;    
}

.reserveFormInfoBox light {
    font-weight: 100;
    color: #888888;
    font-size: 75%;
}

.reserveFormInfoBox p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.reserveFormInfoBox ul {
    list-style: inside url("../images/check-green.png");
    padding: 0px;
    font-weight: bold;
    margin-top: 10px;
}


.reserveFormInfoBox li {
    font-weight: normal;    
}

.reserveFormPriceTag {
    font-size: 500%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 57px;
    text-align: center;
    bottom: 150px;
}

.reserveFormPriceTag currency{
    font-size: 60%;
    display: inline-block;
    line-height: 35%;
    text-align: left;    
}


.reserveFormPriceTag perday {
    font-size: 30%;
}

.carPhoto {
    height: 200px;
    overflow: hidden;
    #display: inline-block;
    width: 100%;
    text-align: center;
}

.carPhoto img {
    position: relative;
    top: -50px;
    width: 280px;
}

.reserve-form-text {
    width: 65%;
}

.inShadow {
   -moz-box-shadow:    inset 0 0 10px #000000;
   -webkit-box-shadow: inset 0 0 10px #000000;
   box-shadow:         inset 0 0 10px #000000;
}


.select-car-message {
    
    margin:40px 0px -30px;
    text-align: center;
}

.car-select-box {
    background: #EEEDE8;
    margin-top: 30px;
    margin-bottom: 10px;
}

.car-select-image {
    height: 200px;
    overflow: hidden;
    display: inline-block;
}

.car-select-image img {
    position: relative;
    top: -35px;
    width: 280px;
}



.selectCarInfoBox {
    background: #EEEDE8;
    #width: 300px;
    #height:300px;    
    padding: 5px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 60% auto;

}


.selectCarInfoBox h1 {
    color: #698c00;
    display: table-cell;
    font-size: 320%;
    font-weight: bold;
    padding: 0 10px 0 0;
}

.selectCarInfoBox h4 {
    font-size: 120%;
    font-weight: bold;
    display: table-cell;
    padding: 0 10px 0 0;    
}

.selectCarInfoBox light {
    font-weight: 100;
    color: #888888;
    font-size: 75%;
}

.selectCarInfoBox p {
    margin-top: 10px;
    margin-bottom: 0px;
}

.selectCarInfoBox ul {
    list-style: inside url("../images/check-green.png");
    padding: 0px;
    font-weight: bold;
    margin-top: 10px;
}


.selectCarInfoBox li {
    font-weight: normal;    
}


.reserveFormPriceTag {
    font-size: 500%;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 57px;
    text-align: center;
    bottom: 150px;
}

.reserveFormPriceTag currency{
    font-size: 60%;
    display: inline-block;
    line-height: 35%;
    text-align: left;    
}


.reserveFormPriceTag perday {
    font-size: 30%;
}


.page-article {
    line-height: 1.6;
    text-align: justify;
}


.page-article ul {
    font-weight: bold;
    list-style: inside;
    line-height: 1.6;
    padding-left: 20px;
}


.page-article li {
    font-weight: normal;
}


.page-article img {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
    border-radius: 2px;
}

.img-article {
    width: 95%;
    float: none;
}


.bold {
    font-weight: bold;
}

#map-canvas {
    #width: 100%;
    height: 340px;
}

#map-canvas img {
    max-width: none;
}