/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
@import url('/lib/landrover-jaguarservis/assets/project/css/fonts.css');
/* GLOBAL STYLES
-------------------------------------------------- */
:root {
    --bmw-dblue-color: #003b79;
    --bmw-blue-color: #0066b2;
    --bmw-red-color: #e32211;
    --text-red: #e32211;
    --border-red-color: #e32211;
    --link-color: /*#e32211*/#71180c;
    --hover-color: #e32211;
	
	--custom-one: #0f291d; /*zelena*/
	--custom-two: #0b6836; /*sv zelena*/
	--custom-three: #989ea5; /*tmseda*/
	--custom-four: #001330; /*tm modra*/
	--custom-five: #000000; /*černa*/

    --text-color: black;
    --text-graylight: #b7b7b7;

    --text-color-l: #656565;

    --graylight-color: #b5b5b5;
    --graylight2-color: #ebebeb;
    --ulgraylight-color: #f7f7f7;
    --gray-color: #656565;
    /*typo*/
    --baseline: 0.25rem;
    --baseline-multiplier: 5;
    --line-height: calc(var(--baseline-multiplier) * var(--baseline));
    --font-size: calc(var(--line-height) / 1.4);
    /*m a p*/
    --section-m: 4rem;
    --section-pt: 3.5rem;
    --section-pb: 3.5rem;
    /*--bs-gutter-x: calc(1.5rem * 1);
    --bs-gutter-y: calc(1.5rem * 1);*/
}
html {
	overflow-x: hidden;
}
body {
	/*padding-top: 3rem;
    padding-bottom: 3rem;*/
	color: var(--text-color);
	line-height: var(--line-height);
	font-size: var(--font-size);
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased !important;
	-moz-font-smoothing: antialiased !important;
	text-rendering: optimizelegibility !important;
	font-family: Segoe, Arial, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
}
.font {
	 font-family: 'Land Rover OT4' !important;
    font-weight: normal;
    font-style: normal;
}
a {
	color: var(--link-color);
}
a:hover {
	color: var(--hover-color);
}
h1, .h1 {
    font-size: calc(var(--font-size) * 2.4);
}
h2, .h2 {
    font-size: calc(var(--font-size) * 2.2);
    text-transform: uppercase;
	font-family: 'Land Rover OT4' !important;
}
h2 small, .h2 small, .box-cta small {
    font-size: calc(var(--font-size) * 1.3);
    text-transform: none;
    color: var(--graylight-color);
    display: flex;
}
h3, .h3 {
    font-size: calc(var(--font-size) * 1.8);
    text-transform: uppercase;
	font-family: 'Land Rover OT4' !important;
}
.menu-top {
	position: absolute;
top: 0;
width: 100%;
height: 64px;
	z-index: 1000;
}
.menu-top-menu .nav-link {
	font-weight: 700;
	font-size: 1rem;
	color: #000000 !important;
	border-left: 5px solid transparent;
}
.menu-top-menu .nav-link:hover {
	background-color: var(--ulgraylight-color);
	border-left: 5px solid var(--hover-color);
}
.hr50 {
    width: 150px;
    margin-right: auto;
    margin-left: auto;
    margin-top: var(--section-pt) ;
    margin-bottom: var(--section-pb);
}
.hr-blue {
    width: 150px;
    border: none;
    height: 2px;
    background-color: var(--bmw-dblue-color);
    margin-left: 27px;
}
.btn-base {
    border: #1e2125 1px solid;
    border-radius: 0px;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-transform: uppercase;
    margin-left: 1rem;
    margin-right: 1rem;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
	margin-bottom: 1rem;
}
.btn-base:hover {
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-property: all;
    transition-property: all;
    background-color: var(--bmw-blue-color);
    color: #fff;
}
header {
    height: 60px;
}
.top-header {
    position: absolute;
    z-index: 500;
    width: 100%;
	background-color: rgba(15,41,29,0.50);
    color: #fff;
    /*background-image: url(../../../../../images/top_bmw_m.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;*/
padding-top: 10px;
padding-bottom: 6px;
padding-left: 15px;
}
.fixed-top {
    height: 64px;
}
/*menu left*/

.menu-left {
    /*background-color: rgba(25,5,86,0.2);*/
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	max-height: 64vh;
}
.page .menu-left {
	max-height: 32vh;
}
.menu-leve {
    margin-top: 10vh;
}
.page .menu-leve {
    margin-top: 3rem;
}
.menu-leve .nav-item .nav-link {
text-transform: uppercase;
    color: var(--text-color);
    font-weight: 700;
    font-size: calc(var(--font-size) * 0.9);
}
.menu-leve .nav-item {
	border-left: 5px solid transparent;
}
.menu-leve .nav-item:hover  {
	border-left: 5px solid var(--hover-color);
	background-color: var(--ulgraylight-color);
}
.menu-leve .nav-item .submenu .nav-link {
    font-weight: 400;
}
.menu-leve .nav-link.active {
    background-color: var(--graylight2-color);
    border-left-width: 6px;
    border-left-color: var(--link-color);
    border-left-style: solid;
}
.menu-leve .sidebar {
border-radius: 0;
}
/*top carousel*/
.top-carousel .boxes-wrapper .box {
    height: 100px;
    display: block;
    padding: 1em;
    position: relative;
}
.top-carousel .boxes-wrapper .box-1 {
    margin-top: -6vh;
}
.top-carousel .boxes-wrapper .box-3 {
    margin-top: 6vh;
}
.top-carousel .boxes-wrapper .box-1 {
    /*margin-top: 1em;*/
    background-color: var(--custom-one);
}
.top-carousel  .boxes-wrapper .box-2 {
    background-color: var(--custom-two);
}
.top-carousel  .boxes-wrapper .box-3 {
    background-color: #fff;
}
.top-carousel  .boxes-wrapper .box-4 {
    background-color: var(--graylight2-color);
}
.top-carousel  .boxes-wrapper .box-5 {
    background-color: var(--custom-three);
}
.top-carousel  .boxes-wrapper .box-6 {
    background-color: var(--custom-four);
}
.top-carousel .boxes-wrapper {
    position: relative;
    z-index: 999;
    top: 22vh;
}
.top-carousel .boxes-wrapper .box {
    padding: 2vh 1em;
    text-align: center;
	min-height: 135px;
	  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.top-carousel .boxes-wrapper .box:hover {
	background-color: var(--gray-color);
	  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
}
.top-carousel .boxes-wrapper .box {
    height: 12vh;
}
.top-carousel .boxes-wrapper .box h3 {
    font-size: calc(var(--font-size) * 0.9);
    color: #fff;
    display: inline-block;
    width: 100%;
    margin: 0;
    text-transform: uppercase;
    line-height: 1.1;
}
.top-carousel  .boxes-wrapper .box-3 h3, .top-carousel  .boxes-wrapper .box-4 h3  {
    color: var(--text-color);
}
/*animations*/
.cssanimations body.loaded .carousel-wrapper .boxes-wrapper .box:nth-child(1) {
    -webkit-animation: slideFromUp 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s both;
    -moz-animation: slideFromUp 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s both;
    -o-animation: slideFromUp 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s both;
    -ms-animation: slideFromUp 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s both;
    animation: slideFromUp 2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.65s both;
}
/*big CTA*/
.box-cta {
    font-size: calc(var(--font-size) * 2.3);
    
}
.box-cta.place {
	background-image: url(../../../images/bg-cta-kdenasnajdete.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.box-cta span {
     background-repeat: no-repeat;
background-position: left 6px;
background-size: 17px;
padding-left: 30px;
margin-left: -30px;
font-size: 18px;
font-weight: 900;
}
.box-cta.phone span {
    background-image: url(../../../images/ico/phone.svg);
}
.box-cta.place span {
    background-image: url(../../../images/ico/place.svg);
}
.box {
	background-repeat: no-repeat;
	background-position: center calc(100% - 0px);
	background-size: 100%;
}
.box-1 {
    background-image: url(../../../images/ico/ico-01.png);  
}
.box-2 {
    background-image: url(../../../images/ico/ico-02.png);  
}
.box-3 {
    background-image: url(../../../images/ico/ico-03.png); 
	background-size: 75%;
}
.box-4 {
    background-image: url(../../../images/ico/ico-04.png);  
}
.box-5 {
    background-image: url(../../../images/ico/ico-05.png);  
}
.box-6 {
    background-image: url(../../../images/ico/ico-06.png);  
}
.faq h2 {
    background-image: url(../../../images/ico/faq.svg);
    background-repeat: no-repeat;
    background-position: left 11px;
    background-size: 22px;
    padding-left: 26px !important;
	display: inline-block;
}
/*FAQ home*/
.list-f {
    padding-right: 3rem;
}
.img-car-top {
	background-position: center center;
	background-size: cover;
	height: 100%;
}
.list-f .nav-link, .list-f .nav-link.active {
    background-color: transparent;
    color: var(--graylight-color);
    text-transform: uppercase;
    text-align: left;
    border-radius: 0px;
    font-size: calc(var(--font-size) * 1.3);
	padding-left: 43px;
}
.list-f .nav-link span {
    margin-right: 9px;
padding: 3px;
margin-left: -35px;
}
.list-f .nav-link.active span {
 font-weight: 700;
    background-color: var(--bmw-blue-color);
    color: #fff;
}
.list-f .nav-link.active {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: var(--text-color);
}
.list-a {

}
.dotazy {
    text-align: center;
    margin-top: var(--section-pt);
}
/*home o nas*/
.about {
    background-color: var(--ulgraylight-color);
}
.about-text-box::before {
    border-left: var(--graylight-color) solid 1px;
    display: block;
    content: '';
    width: 2px;
    height: 100%;
    margin-left: -20px;
    float: left;
}
    /* CUSTOMIZE THE CAROUSEL
    -------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 0rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: calc(50% - 80px);
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 64vh;
}
.page .carousel-item {
    height: 24vh;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.page .carousel-inner {
    background-color: #000000;
}
.page .img-car-top {
    opacity: 0.7;
}
/* bannery
-------------------------------------------------- */
.banery {
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
}
.banery .banner-link, .banery p, .banery figure {
    margin: 15px;
    display: inline-block;	
}
.banery .banner-link img, .banery p img, .banery figure img {
	max-width: 100%;
	height: auto;
}
/* mapa
-------------------------------------------------- */
.mapa {
    padding-top: var(--section-pt);
    padding-bottom: var(--section-pb);
}
/* footer
-------------------------------------------------- */
.footer {
    background-color: var(--custom-one);
    color: #fff;
    padding-top: var(--section-pt);
}
.footer .footer-site {
    background-color: var(--ulgraylight-color);
}
.footer .footer-site a {
    color: var(--text-color);
    font-weight: 700;
   font-size: calc(var(--font-size) * 1.3);
}
.footer .footer-menu a {
    color: #fff;
}
.micro-footer {
    background-color: #fff;
    color: var(--gray-color);
    font-size: calc(var(--font-size) * 0.85);
    text-align: center;
    padding-top: 1.6rem;
}
.footer .phone a {
    color: #ffffff;
    text-decoration: none;
}
.footer .phone a:hover {
    text-decoration: underline;
}
.footer .footer-site .nav-link:hover {
background-color: var(--graylight-color);
	color: #000 ;
}
/* PAGE
-------------------------------------------------- */
.obsah .obsah-levy {
	line-height: calc(var(--line-height) * 1.2); ;
}
.obsah .obsah-levy img {
	max-width: 100%;
height: auto;
	margin-top: calc(1.0 * var(--bs-gutter-x));
	margin-bottom: calc(1.8 * var(--bs-gutter-x));
}
.obsah table {
	margin-top: calc(1.0 * var(--bs-gutter-x));
	margin-bottom: calc(1.8 * var(--bs-gutter-x));
}
.obsah table th {
	background-color: var(--custom-one);
	color: #fff;
	font-size: calc(var(--font-size) * 1.25);
}
.obsah table td {
	font-size: calc(var(--font-size) * 1.1);
}
.obsah table td:last-child {
	white-space: nowrap;
	font-weight: 700;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}
