@import url("fonts.css");

body {
	color: #212529;
	font-family: 'Montserrat', sans-serif;
}
p {
    color: #212529;
}

.text-color-light-grey {
    color: #dadada;
}

.bg-color-dark {
    background: #212529
}

.yellow-btn {
    color: #212529;
    background-color: #ffda00;
    /*	-webkit-transition: all 0.15s ease-out !important;
	-moz-transition: all 0.15s ease-out !important;
	-ms-transition: all 0.15s ease-out !important;
	-o-transition: all 0.15s ease-out !important;
	transition: all 0.15s ease-out !important;*/
}

.yellow-btn:hover {
    background-color: #212529;
    color: #ffda00;
    border: 1px #ffda00 solid;
}

.skoda {
    width: 100%;
    height: auto;
    position: relative;
}

.pulse {
    display: block;
    position: absolute;
    width: 26px;
    height: 26px;
    line-height: 24px;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    background: #ffda00;
    color: #212529;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, 1.0);
    animation: pulse 1.8s infinite;
    -webkit-animation: pulse 1.8s infinite;
    -moz-animation: pulse 1.8s infinite;
    -ms-animation: pulse 1.8s infinite;
    -o-animation: pulse 1.8s infinite;
    z-index: 1;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}


@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.pulse:active,
.pulse:hover,
.pulse:visited,
.pulse:focus,
.pulse {
    text-decoration: none;
}

.pulse:hover {
    transform: scale(1.3);
    background-color: #212529;
    color: #ffda00 !important;
    border: 1px #ffda00 solid;
    line-height: 22px;
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

.p1-small {
    top: 20%;
    left: 41%;
}

.p2-small {
    top: 19%;
    left: 67%;
}

.p3-small {
    top: 46%;
    left: 86%;
}

@media (max-width: 767.98px) {
    .p1-small {
        top: 26%;
        left: 41%;
    }

    .p2-small {
        top: 24%;
        left: 67%;
    }

    .p3-small {
        top: 59%;
        left: 86%;
    }

    .pulse {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
}

@media (max-width: 575.98px) {
    .p1-small {
        top: 22%;
        left: 40%;
    }

    .p2-small {
        top: 20%;
        left: 63%;
    }

    .p3-small {
        top: 57%;
        left: 83%;
    }
}

.skoda-list {
    list-style: none;
    counter-reset: list;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding: 10px;
}

.skoda-list>a {
    position: relative;
    display: block;
    height: 3rem;
    line-height: 3rem;
    margin-left: 1.75rem;
    margin-bottom: .50rem;
    padding-left: 2rem;
    padding-right: .5rem;
    color: #212529;
    background: #fff;
    white-space: nowrap;
    border-radius: .25rem;
    text-decoration: none;
}

.skoda-list>a:last-child {
    margin-bottom: 0;
}

.skoda-list>a::before {
    content: counter(list);
    counter-increment: list;
    position: absolute;
    left: -2rem;
    top: -.25rem;
    bottom: -.25rem;
    width: 3.5rem;
    line-height: 3rem;
    border-radius: 50%;
    border: .25rem solid #212529;
    text-align: center;
    color: #212529;
    background: #ffda00;
    font-size: 1.25rem;
}

.tooltip {
	    color: #212529;
}
.tooltip_text:active,
.tooltip_text:hover,
.tooltip_text:visited,
.tooltip_text:focus,
.tooltip_text {
    text-decoration: none;
       cursor: pointer;
}

.tooltip_text {
    position: absolute;
    text-align: center;
    background: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px;
    border-radius: .3rem;
    white-space: normal;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-out;
    width: 160px;
    z-index: -1;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.tooltip_text-w {
    width: 220px;
}

.tooltip_text.ontop:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -8px;
    margin-left: -8px;
    left: 50%;
}

.tooltip_text.onleft:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    margin-top: -8px;
    right: -8px;
}

.tooltip_text.onright:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    margin-top: -8px;
    left: -8px;
}

.tooltip_text.onbottom:before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    margin-left: -8px;
    left: 50%;
}

.tooltip_text_1-pos {
    top: -86px;
    left: -97px;
}

.tooltip_text_2-pos {
    top: -20px;
    left: 44px;
}

.tooltip_text_3-pos {
    top: 44px;
    left: -67px;
}

.tooltip_1-pos {
    opacity: 1;
    position: absolute;
    top: 27%;
    left: 54%;
    z-index: 0;
}

.tooltip_2-pos {
    opacity: 1;
    position: absolute;
    top: 25%;
    left: 71%;
    z-index: 0;
}

.tooltip_3-pos {
    opacity: 1;
    position: absolute;
    top: 61.5%;
    left: 84%;
    z-index: 0;
}

.nav-style-1 button {
    color: #212529;
}

@media (max-width: 991.98px) {
    .tooltip_1-pos {
        top: 27%;
        left: 40%;
    }

    .tooltip_2-pos {
        top: 24%;
        left: 64%;
    }

    .tooltip_3-pos {
        top: 60%;
        left: 84%;
    }

    .pulse {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
	.modal-text {
	padding-top: 2rem;
	}
}

/*------------Social icons------------*/
.social-btn-bg {
    width: 70px;
    height: 70px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    border-radius: .25rem;
}

.social-btn-bg.vi_icon {
    background-color: #6f3faa;
}

.social-btn-bg.tl_icon {
    background-color: #2396d0;
}

.social-btn_icon {
    overflow: hidden;
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}

.social-btn_icon:hover {
    -webkit-transform: scale(1.2) translate(-41%, -41%);
    -moz-transform: scale(1.2) translate(-41%, -41%);
    -o-transform: scale(1.2) translate(-41%, -41%);
    -ms-transform: scale(1.2) translate(-41%, -41%);
    transform: scale(1.2) translate(-41%, -41%);
}

/*------------Social icons------------*/
.feature-box.feature-box-style-2 .feature-box-icon {
    top: 0px;
}

#mail {
    margin: 0;
}

#contact {
    margin: 0;
}

#contact h5 {
    letter-spacing: 2px;
}

#contact a {
    font-size: 18px;
}

#auto,
#auto1 {
    position: relative;
    padding: 0;
    margin: 0;
}

#services li {
    text-align: left;
}

.pulse-button {
    animation: pulse1 1.8s infinite;
    -webkit-animation: pulse1 1.8s infinite;
    -moz-animation: pulse1 1.8s infinite;
    -ms-animation: pulse1 1.8s infinite;
    -o-animation: pulse1 1.8s infinite;
}

.pulse-button:hover {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

@-webkit-keyframes pulse1 {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse1 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 1.0);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.owl-carousel {
    margin-bottom: 0;
}

.blink {
    animation: blink 2s ease infinite;
    -moz-animation: blink 2s ease infinite;
    -ms-animation: blink 2s ease infinite;
    -o-animation: blink 2s ease infinite;
    -webkit-animation: blink 2s ease infinite;
}

@-webkit-keyframes blink {
    0% {
        color: rgba(255, 255, 255, 1);
    }

    50% {
        color: rgba(254, 83, 73, 1);
    }

    100% {
        color: rgba(255, 255, 255, 1);
    }
}

@keyframes blink {
    0% {
        color: rgba(255, 255, 255, 1);
    }

    50% {
        color: rgba(254, 83, 73, 1);
    }

    100% {
        color: rgba(255, 255, 255, 1);
    }
}

mark {
    background-color: #ffda00;
    padding: 0;
    -webkit-box-shadow: 0.3rem 0px 0px #ffda00, -0.3rem 0px 0px #ffda00;
    box-shadow: 0.3rem 0px 0px #ffda00, -0.3rem 0px 0px #ffda00;
    -webkit-box-decoration-break: clone;
    -moz-box-decoration-break: clone;
    box-decoration-break: clone;
    border-radius: 3px;
    line-height: normal;
      -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -ms-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
mark:hover {
	    background-color: transparent;
	    color: #ffda00;
	    -webkit-box-shadow: none;
    	box-shadow: none;
}

.text-color-dark {
    color: #212529;
}

.featured-box {
    border-bottom: 4px solid #ffda00;
    cursor: pointer;
}

/*@media (min-width: 768px) {
  .modal-xl {
    width: 90%;
   max-width:1200px;
  }
}*/
.modal-body {
    padding: 2rem;
}

.modal-header {

    padding: 1rem 1rem 0 0;
    border-bottom: 0px;
}

/*body.modal-open {
	overflow: hidden;
	position: fixed; 
}*/
.pulse-small {
	color: #212529 !important;
}
.pulse-small:hover {
line-height: 28px;
}
.owl-theme .owl-nav .disabled {
	background: #000 !important;
	opacity: 0.8;
}
.icon-dark {
	color: #212529 !important;
}
@media (min-width: 992px) {
	.block-4 {
		display: inline-block;
	}
}

.word-rotator {
     line-height: 32px; }

.cursor-default {
   	cursor: default;
   }

.owl-carousel .owl-nav button[class*="owl-"] {
   background-color: #ffda00 !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffda00 !important; 
}

.pulse-button-yellow {
    animation: pulse2 1.8s infinite;
    -webkit-animation: pulse2 1.8s infinite;
    -moz-animation: pulse2 1.8s infinite;
    -ms-animation: pulse2 1.8s infinite;
    -o-animation: pulse2 1.8s infinite;
}

.pulse-button-yellow:hover {
    animation: none;
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
}

@-webkit-keyframes pulse2 {
    0% {
        -webkit-box-shadow: 0 0 0 0 #ffda00;
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse2 {
    0% {
        -moz-box-shadow: 0 0 0 0 #ffda00;
        box-shadow: 0 0 0 0 #ffda00;
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}
.form-control {
    border-color: rgba(0, 0, 0, 0.3);
}

