@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Alfa+Slab+One&subset=latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;800&display=swap');

/* font-family: 'Alfa Slab One', cursive; */
/* font-family: 'Roboto', sans-serif; */

@-o-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@viewport { width: device-width; }

/* 'Alfa Slab One', cursive */

*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

* html .clear {
    zoom: 1;
}

*:first-child+html .clear {
    zoom: 1;
}

html, body {
	/*background-color: #141414;*/
    background-color: #ffffff;
	font: 14px "Roboto", "Arial", "Verdana", "Tahoma", "Trebuchet MS";
	font-weight: 400;
	color: #555555;
	width: 100%;
	line-height: 22px;
	text-align: left;
    /*-moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    -webkit-hyphens: auto;*/
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
    /*overflow-x: hidden;*/
    max-width: 1920px;
    min-width: 1200px;
    margin: 0 auto;
    overflow-x: hidden;
}

main {
    background-color: #141414;
    float: left;
    display: block;
    width: 100%;
    min-height: 100%;
    max-width: 100%;
}

/*
** header
**/

header {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
}

#header-content {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

#header-content a.logo {
    float: left;
    height: 60px;
}

#header-content span.phone {
    font-family: 'Alfa Slab One', cursive;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    float: left;
    margin: 0 10px;
}

#header-content span.phone a {
    color: #ffffff;
}

#header-content div.menu {
    float: left;
    height: 60px;
    line-height: 60px;
    margin: 0;
}

#header-content div.menu a {
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 0 0 16px;
    margin: 10px -8px 0 0;
}

#header-content div.menu a:hover,
#header-content div.menu a.active {
    background-color: #c61111;
}

#header-content div.menu a:after {
    display: inline-block;
    content: '';
    background-color: #c61111;
    width: 8px;
    height: 8px;
    margin: 0 0 0 8px;
}

#header-content div.menu a:last-child {
    padding: 0 16px;
	color: #c61111;
}

#header-content div.menu a:last-child:hover {
	color: #ffffff;
}

#header-content div.menu a:last-child:after {
    content: "";
    background-color: transparent;
    width: 0;
    height: 0;
    margin: 0;
}

#header-content .fa-search {
    font-size: 18px;
    float: left;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    margin: 0 20px;
    cursor: pointer;
}

#header-content .menu-toggle {
    float: right;
    margin: 20px 0 0 0;
    cursor: pointer;
}

#header-content .icon-bar {
    background-color: #ffffff;
    display: block;
    width: 26px;
    height: 4px;
}

#header-content .icon-bar + .icon-bar {
    margin-top: 4px;
}

#hero {
    float: left;
    width: 100%;
    max-width: 1920px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}

main#index #hero {
    height: 600px;
}

#hero img {
    float: left;
    width: 1920px;
    height: 140px;
}

main#index #hero img {
    width: 1920px;
    height: 600px;
}

main#index #hero.mobile img {
    width: 100%;
    /*height: 600px;*/
}

#service-area-checker-and-book {
    float: left;
    width: 280px;
    position: absolute;
    top: 215px;
    z-index: 1;
}

#service-area-checker-and-book-mobile {
    float: left;
    width: 280px;
    position: absolute;
    top: 215px;
    z-index: 1;
}

#service-area-checker-and-book .service-area-checker {
    float: left;
    width: 100%;
    border: 1px solid #3c3c3c;
    background-color: #141414;
    padding: 15px;
}

#service-area-checker-and-book-mobile .service-area-checker {
    float: left;
    width: 100%;
    border: 1px solid #3c3c3c;
    background-color: #141414;
    padding: 15px;
}

#service-area-checker-and-book .service-area-checker h2 {
    float: left;
    background: transparent url('../gfx/header/service-area-checker-title.png') no-repeat left center;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    min-height: 38px;
    margin: 0 0 15px 0;
    padding: 0 0 0 45px;
    font-weight: normal;
}

#service-area-checker-and-book-mobile .service-area-checker h2 {
    float: left;
    background: transparent url('../gfx/header/service-area-checker-title.png') no-repeat left center;
    color: #ffffff;
    font-size: 14px;
    line-height: 18px;
    min-height: 38px;
    margin: 0 0 15px 0;
    padding: 0 0 0 45px;
    font-weight: normal;
}

#service-area-checker-and-book a.book {
    background: #c61111 url('../gfx/header/service-area-checker-book.png') no-repeat left 25px center;
    float: left;
    width: 280px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e93838;
    margin: 10px 0 0 0;
    padding: 0 0 0 90px;
    font-size: 22px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
}

#service-area-checker-and-book-mobile a.book {
    background: #c61111 url('../gfx/header/service-area-checker-book.png') no-repeat left 25px center;
    float: left;
    width: 280px;
    height: 60px;
    line-height: 60px;
    border: 1px solid #e93838;
    margin: 10px 0 0 0;
    padding: 0 0 0 90px;
    font-size: 22px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
}

header .breadcrumb {
    float: left;
    width: 100%;
    max-width: 1920px;
    height: auto;
    background-color: #e6e6e6;
}

header .breadcrumb .breadcrumb-data {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

header .breadcrumb .breadcrumb-data strong {
    float: left;
    color: #141414;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
}

header .breadcrumb .breadcrumb-data img {
    float: left;
    width: 30px;
    height: 30px;
    margin: 15px;
}

header .breadcrumb .breadcrumb-data a {
    float: left;
    color: #bc1212;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
}
header .breadcrumb .breadcrumb-data a.first {
    color: #141414;
}

/*
** content
**/

section {
    float: left;
    width: 100%;
    max-width: 1920px;
    background-color: #ffffff;
}

section.bgcolor {
    background-color: #f0f0f0;
}

#container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

#left-data {
    float: left;
    width: 440px;
    margin: 40px 40px 40px 0;
}
#left-data.with_menu {
    width: 300px;
}

#left-data.nmtop {
    margin: 0 40px 40px 0;
}

#left-data .menu {
    float: left;
    width: 100%;
    margin: 0 0 40px 0;
}

#left-data .menu a {
    font-family: 'Alfa Slab One', cursive;
    float: left;
    width: 100%;
    padding: 10px 20px;
    color: #ffffff;
    text-transform: none;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0 0 -2px 0;
    border: 2px solid #141414;
    background-color: #3c3c3c;
}

#left-data .menu a:nth-child(2n+0) {
    background-color: #646464;
}

#left-data .menu a:hover {
    background-color: #646464;
}

#left-data .menu a:nth-child(2n+0):hover {
    background-color: #3c3c3c;
}

#left-data .menu a.active {
    background-color: #c61111;
}

#left-data .menu a.hvr-fade:hover, #left-data .menu a.hvr-fade:focus, #left-data .menu a.hvr-fade:active {
    background-color: #646464;
}

#left-data h2 {
    color: #141414;
    font-size: 30px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 0;
}

#left-data .left-contact {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    border: 1px solid #d2d2d2;
}

#left-data .left-contact .left-contact-text {
    float: left;
    padding: 20px 40px 0 40px;
}

#data {
    float: right;
    width: 720px;
    margin: 40px 0;
}
#data.with_menu {
    width: 860px;
}

#data.width {
    float: left;
    width: 100%;
    padding: 0;
}

/*
** vehicle-types-we-service
**/

.vehicle-types-we-service {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.vehicle-types-we-service h1 {
    float: left;
    margin: 0 0 70px 0;
    font-size: 35px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    background-color: #c61111;
    border: 1px solid #e93838;
    padding: 0 25px;
}

.vehicle-types-we-service a.see-full-list {
    float: right;
    width: auto;
    height: 60px;
    line-height: 56px;
    background-color: transparent;
    border: 4px solid #ca1111;
    color: #ca1111;
    padding: 0 35px;
    font-size: 18px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

.vehicle-types-we-service .vehicle-types {
    float: left;
    width: 100%;
}

.vehicle-types-we-service .vehicle-types a {
    float: left;
    width: 16.66666666666667%;
    height: 140px;
    /*line-height: 260px;*/
    vertical-align: bottom;
    text-align: center;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #141414;
    padding-top: 130px;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(1) {
    background: transparent url('../gfx/content/vt01.png') no-repeat center center;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(2) {
    background: transparent url('../gfx/content/vt02.png') no-repeat center center;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(3) {
    background: transparent url('../gfx/content/vt03.png') no-repeat center center;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(4) {
    background: transparent url('../gfx/content/vt04.png') no-repeat center center;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(5) {
    background: transparent url('../gfx/content/vt05.png') no-repeat center center;
}

.vehicle-types-we-service .vehicle-types a:nth-of-type(6) {
    background: transparent url('../gfx/content/vt06.png') no-repeat center center;
}

/*
** we-come-to-you-home-or-work
**/

.we-come-to-you-home-or-work {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.we-come-to-you-home-or-work .left-data {
    float: left;
    width: 590px;
}

.we-come-to-you-home-or-work h1 {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 36px;
}

.we-come-to-you-home-or-work.mobile h1 {
    font-size: 29px;
}

.we-come-to-you-home-or-work .left-data p {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
}

.we-come-to-you-home-or-work .left-data ul {
    clear: both;
}

.we-come-to-you-home-or-work .left-data p.marked {
    color: #141414;
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: normal;
}

.we-come-to-you-home-or-work .left-data a.google-maps {
    float: left;
    width: auto;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border: 2px solid #ca1111;
    color: #ca1111;
    padding: 0 15px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    margin: 0 0 30px 0;
}

.we-come-to-you-home-or-work .left-data h3 {
    font-size: 18px;
    margin: 30px 0 10px 0;
}

.we-come-to-you-home-or-work .left-data .fleft p {
    color: #141414;
    font-size: 16px;
}

.we-come-to-you-home-or-work .left-data .fright big,
.we-come-to-you-home-or-work .left-data .fleft.mobile big {
    font-size: 24px;
    font-family: 'Alfa Slab One', cursive;
    color: #ca1111;
}
.we-come-to-you-home-or-work .left-data .fleft.mobile big {
    font-size: 36px;
}

.we-come-to-you-home-or-work .left-data .fleft.mobile h3 {
    font-size: 28px;
    margin: 30px 0 18px 0;
}

.we-come-to-you-home-or-work .right-data {
    float: right;
    width: 590px;
    overflow: hidden;
    margin: 0;
}

.we-come-to-you-home-or-work .left-data #homeslider .slides,
.we-come-to-you-home-or-work .right-data #homeslider .slides {
    float: left;
    height: 285px;
    width: 100%;
    margin: 0 auto;
}

.we-come-to-you-home-or-work .left-data #homeslider .slide,
.we-come-to-you-home-or-work .right-data #homeslider .slide {
    float: left;
    height: 285px;
    width: 100%;
    position: relative;
}

/*
** types-of-services
**/

.types-of-services {
    float: left;
    width: 100%;
    margin: 80px 0;
}
.types-of-services.quote {
    margin: 40px 0;
}

#left-data .types-of-services {
    margin: 0;
}

.types-of-services h1 {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 36px;
}

.types-of-services a {
    float: left;
    width: 270px;
    height: 80px;
    border: 1px solid #e93838;
    color: #ffffff;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 27px 0 0 100px;
    margin: 0 40px 0 0;
}

.types-of-services.quote a {
    width: 100%;
    margin-bottom: 20px !important;
    padding-left: 94px !important;
    padding-right: 10px !important;
}

#left-data .types-of-services a {
    width: 100%;
    height: 60px;
    margin: 0 0 2px 0;
    padding: 17px 0 0 100px;
}

.types-of-services a:nth-of-type(1) {
    background: #ca1111 url('../gfx/content/tos01.png') no-repeat left 23px center;
}

.types-of-services a:nth-of-type(2) {
    background: #ca1111 url('../gfx/content/tos02.png') no-repeat left 22px center;
}

.types-of-services a:nth-of-type(3) {
    background: #ca1111 url('../gfx/content/tos03.png') no-repeat left 20px center;
    padding: 33px 0 0 100px;
}

#left-data .types-of-services a:nth-of-type(3) {
    padding: 23px 0 0 100px;
}

.types-of-services a:nth-of-type(4) {
    background: #ca1111 url('../gfx/content/tos04.png') no-repeat left 17px center;
    margin: 0;
}

.types-of-services a:nth-of-type(5) {
    background: #ca1111 no-repeat left 17px center;
    margin: 0;
}

.types-of-services a {
    background: #ca1111 no-repeat left 17px center;
}

#left-data .types-of-services a:nth-of-type(4) {
    padding: 23px 0 0 100px;
}

.types-of-services a:hover,
.types-of-services a.active,
#left-data .types-of-services a:hover,
#left-data .types-of-services a.active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
    color: #ffffff;
}

.types-of-services .hvr-fade:hover, .types-of-services .hvr-fade:focus, .types-of-services .hvr-fade:active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
    color: #ffffff;
}

.types-of-services a small {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 12px;
}

.types-of-services .borderline {
    float: left;
    border-right: 4px solid #ffffff;
    border-bottom: 4px solid #ffffff;
    margin: 25px 0 0 133px;
}
.types-of-services .borderline.c5 {
    margin-left: 107px;
}
.types-of-services .borderline.c6 {
    margin-left: 94px;
}

.types-of-services .borderline span {
    float: left;
    border-left: 4px solid #ffffff;
    width: 312px;
}
.types-of-services .borderline.c5 span {
    width: 236px;
}
.types-of-services .borderline.c6 span {
    width: 202px;
}

/*
** our-testimonials
**/

.our-testimonials {
    float: left;
    width: 100%;
    margin: 80px 0;
}

.our-testimonials .left-data {
    float: left;
    width: 560px;
}

.our-testimonials .left-data h1 {
    float: left;
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    font-size: 36px;
}

.our-testimonials .left-data h2 {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
    padding: 0;
    font-size: 18px;
    text-transform: none;
    text-align: left;
}

.our-testimonials .left-data p {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

.our-testimonials .left-data a.button {
    margin: 35px 0 0 0;
}

.our-testimonials .left-data a.big {
    float: right;
    margin: 45px 0 0 0;
}

.our-testimonials .right-data {
    background: transparent url('../gfx/content/our-testimonials-img.jpg') no-repeat center center;
    background-size: cover;
    float: right;
    width: 560px;
    height: 280px;
    text-align: center;
    padding: 75px 10px 0 10px;
}

.our-testimonials .right-data h2 {
    float: left;
    width: 100%;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-align: center;
    padding: 0;
    font-size: 24px;
}

.our-testimonials .right-data h3 {
    float: left;
    width: 100%;
    color: #ffffff;
    margin: 0 0 15px 0;
    text-align: center;
    padding: 0;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: 0;
}

.our-testimonials .right-data a.see-more {
    display: inline-block;
    width: auto;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0 35px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    margin: 0;
}

/*
** faq
**/

#faq-top {
    background: transparent url('../gfx/content/faq-top.jpg') no-repeat center center;
    background-size: cover;
    float: left;
    width: 100%;
    height: 240px;
}

#faq-top #faq-top-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#faq-top #faq-top-content h1 {
    float: left;
    margin: 80px 0 0 0;
    font-size: 35px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    background-color: #c61111;
    border: 1px solid #e93838;
    padding: 0 25px;
}

#faq-top #faq-top-content h1 a {
    color: #ffffff;
}

.mobile #faq-top #faq-top-content h1 {
    margin-bottom: 80px;
}

#faq-top #faq-top-content a.read-all {
    float: right;
    width: auto;
    height: 40px;
    line-height: 38px;
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    padding: 0 75px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    margin: 100px 0 0 0;
}

.faq-question,
.faq-answer {
    float: left;
    width: 100%;
    margin: 20px 0;
}

.faq-question {
    margin: 80px 0 20px 0;
}

#data .faq-question {
    margin: 20px 0;
}

.faq-answer {
    margin: 20px 0 80px 0;
}

#data .faq-answer {
    margin: 20px 0 0 0;
}

.faq-question span,
.faq-answer span {
    float: left;
    width: 60px;
    height: 60px;
}

.faq-question span.faq-question-img {
    background: transparent url('../gfx/content/faq-question-img.png') no-repeat center top;
}

.faq-answer span.faq-answer-img {
    background: transparent url('../gfx/content/faq-answer-img.png') no-repeat center top;
}

.faq-question-text,
.faq-answer-text {
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 0 0 20px;
}

.faq-question-text h2,
.faq-answer-text h2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0 !important;
    font-size: 30px;
    line-height: 30px;
}

#data .faq-question-text h2,
#data .faq-answer-text h2 {
    font-size: 24px;
    line-height: 24px;
}

.faq-question-text h2 {
    color: #bc1212;
}

.faq-question-text h3 {
    color: #8c8c8c;
    font-size: 18px;
    line-height: 22px;
    margin: 0 !important;
    padding: 0 !important;
    text-transform: none !important;
}

#data .faq-question-text h3 {
    font-size: 15px;
    line-height: 15px;
}

/*
** testimonials
**/

.testimonials {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.testimonials span {
    float: left;
    width: 60px;
    height: 60px;
}

.testimonials span.author {
    float: none;
    width: inherit;
    height: inherit;
}

.testimonials span.testimonials-img {
    background: transparent url('../gfx/content/testimonials-img.png') no-repeat center top;
}

.testimonials-text {
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 0 0 20px;
}

.testimonials-text h2 {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 24px;
}

.testimonials-text a,
.testimonials-text span {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    color: #bc1212;
}

/*
** pr-text
**/

.pr-text {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    padding: 20px;
}

.pr-text h4 {
    color: #8c8c8c !important;
}

.pr-text p {
    margin: 0;
    padding: 0;
    font-size: 14px !important;
}

/*
** pr-navi
**/

.pr-navi {
    float: left;
    width: 100%;
    background-color: #141414;
    padding: 10px 8px;
    margin: 0 0 40px 0;
}

.pr-navi span {
    float: left;
    width: 138px;
    height: 40px;
    line-height: 40px;
    background-color: #3c3c3c;
    text-align: center;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0 1px;
    padding: 0;
}

.pr-navi span.active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
}

/*
** pr-quote
**/

.pr-quote {
    float: left;
    width: 100%;
    background-color: #b81212;
    border: 1px solid #d2d2d2;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    color: #ffffff;
    padding: 15px;
    margin: 0;
}

.pr-quote p {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
}

.pr-quote big {
    font-size: 30px;
}

/*
** pr-book-now
**/

a.pr-book-now {
    float: right;
    height: 40px;
    line-height: 38px;
    border: 2px solid #ca1111;
    background: transparent;
    color: #ca1111;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    padding: 0 65px;
    margin: 20px 0 0 0;
}

a.pr-book-now:hover {
    color: #ca1111;
}

/*
** pr-line
**/

.pr-line {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}
.pr-line:hover, .pr-line.selected {
    background-color: #646464;
    color: #ffffff;
}

.pr-line .pr-line-img {
    float: left;
    width: 100px;
    height: 60px;
    background-color: #ba0808;
/*    border: 1px solid #e93838;*/
}
.pr-line:hover .pr-line-img, .pr-line.selected .pr-line-img {
    background-color: #646464 !important;
}

.pr-line .pr-line-img.pr-img01 {
    background: #ba0808 url('../gfx/content/pr-img01.png') no-repeat center center;
}

.pr-line .pr-line-img.pr-img02 {
    background: #ba0808 url('../gfx/content/pr-img02.png') no-repeat center center;
}

.pr-line .pr-line-img.pr-img03 {
    background: #ba0808 url('../gfx/content/pr-img03.png') no-repeat center center;
}

.pr-line .pr-line-img.pr-img04 {
    background: #ba0808 url('../gfx/content/pr-img04.png') no-repeat center center;
}

.pr-line .pr-line-text {
    float: left;
    width: -webkit-calc(100% - 100px);
    width: -moz-calc(100% - 100px);
    width: calc(100% - 100px);
    background-color: #dcdcdc;
    border-top: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    padding: 23px 15px 15px 15px;
}
.pr-line:hover .pr-line-text, .pr-line.selected .pr-line-text {
    background-color: #646464;
    border-top: 1px solid #646464;
    border-bottom: 1px solid #646464;
}

.pr-line .pr-line-text span {
    float: left;
    padding: 0;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #646464;
}
.pr-line:hover .pr-line-text span, .pr-line.selected .pr-line-text span {
    color: #ffffff;
}

.pr-line .pr-line-text span:after {
    display: inline-block;
    content: '';
    background-color: #8c8c8c;
    width: 8px;
    height: 8px;
/*    margin: 0 0 0 8px;*/
    margin: 0 8px 1px 8px;
}
.pr-line:hover .pr-line-text span:after, .pr-line.selected .pr-line-text span:after {
    background-color: #ba0808;
}

.pr-line .pr-line-text span:last-child:after {
    content: "";
    background-color: transparent;
    width: 0;
    height: 0;
    margin: 0;
}

.pr-line .pr-line-text small {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}
.pr-line:hover .pr-line-text small, .pr-line.selected .pr-line-text small {
    color: #ffffff;
}
.mobile .pr-line .pr-line-text small {
    border-bottom: none;
}

.pr-line .pr-line-navi {
    float: left;
    width: 60px;
/*    height: 60px;*/
    height: auto;
    background-color: #dcdcdc;
    border: 1px solid #d2d2d2;
    border-left: 0;
    display: flex;
    align-items: center;
}

.pr-line .pr-line-navi img {
/*    float: left;*/
    width: 40px;
    height: 40px;
    margin: 10px;
    cursor: pointer;
}

.pr-line .pr-line-navi img#pager-top {
    display: none;
}

.pr-line .pr-line-data {
    float: left;
    width: 100%;
    display: none;
}

.pr-line .pr-line-data .pr-line-data-line {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 2px 0 0 0;
    padding: 8px 0;
}

.pr-line .pr-line-data .pr-line-data-line span {
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #646464;
}

.pr-line .pr-line-data .pr-line-data-line small {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    color: #646464;
}

/*
** popups
**/

#popups {
    background-color: #ffffff;
    width: 800px;
    min-width: 800px;
}

#popups.mobile {
    width: 100%;
    min-width: 100%;
}

#popups header {
    background: transparent url('../gfx/header/header-popup.jpg') no-repeat center center;
    float: left;
    width: 100%;
    max-width: 800px;
    height: 200px;
    padding: 60px 0 0 30px;
}

#popups.mobile header {
    max-width: 100%;
    padding: 60px 0 0 0;
    text-align: center;
}

#popups header h1 {
    background: transparent url('../gfx/header/popup-title.png') no-repeat left 40px center;
    width: auto;
    display: inline-block;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
    padding: 20px 20px 20px 105px;
    background-color: #bc1212;
    border: 1px solid #e93838;
}

#popups.mobile header h1 {
    font-size: 28px;
    line-height: 28px;
    background-position: left 10px center;
    padding: 20px 20px 20px 75px;
}

#popups section {
    max-width: 100%;
}

#popups section #container {
    float: left;
    width: 100%;
    max-width: 100%;
    padding: 40px;
}

#popups.mobile section #container {
    padding: 20px;
}

#popups section .booking-navi {
    float: left;
    width: 100%;
    background-color: #141414;
    padding: 10px 30px;
}

#popups.mobile section .booking-navi {
    padding: 10px;
}

#popups section .booking-navi span {
    float: left;
    width: auto;
    padding: 10px 17px;
    background-color: #3c3c3c;
    border: 1px solid #3c3c3c;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin: 0 2px 0 0;
}

#popups.mobile section .booking-navi span {
    width: 100%;
    margin: 0 0 2px 0;
}

#popups section .booking-navi span.active {
    background-color: #646464;
    border: 1px solid #8c8c8c;
}

#popups section #container h2 {
    font-size: 18px;
    line-height: 18px;
    color: #8c8c8c;
    padding: 0;
    margin: 0 0 25px 0;
}

#popups.mobile section #container h2 {
    text-align: center;
}

#popups section #container .popup-button,
section #container .popup-button {
    width: 350px;
    height: 60px;
    line-height: 60px;
    background-color: #ca1111;
    border: 1px solid #e93838;
    font-size: 18px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    padding: 0 0 0 80px;
}

#popups section #container .popup-button.hvr-fade:hover, #popups section #container .popup-button.hvr-fade:focus, #popups section #container .popup-button.hvr-fade:active,
section #container .popup-button.hvr-fade:hover, section #container .popup-button.hvr-fade:focus, section #container .popup-button.hvr-fade:active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
    color: #ffffff;
}

#popups.mobile section #container .popup-button,
section #container.mobile .popup-button {
    width: 100%;
    margin: 0 0 20px 0;
    height: auto;
    line-height: 16px;
    font-size: 16px;
    padding: 20px 10px 20px 70px;
}

#popups.mobile section #container .popup-button.hvr-fade:hover, #popups.mobile section #container .popup-button.hvr-fade:focus, #popups.mobile section #container .popup-button.hvr-fade:active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
    color: #ffffff;
}

#popups section #container .popup-button small,
section #container .popup-button small {
    font-size: 11px;
    line-height: 11px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
}

#popups section #container .popup-button.double,
section #container .popup-button.double {
    padding: 10px 0 0 80px;
}
section #container.mobile .popup-button.double {
    padding: 20px 10px 20px 70px !important;
}

#popups.mobile section #container .popup-button.double {
    padding: 20px 10px 20px 70px;
}

#popups section #container .popup-button.house,
#container .popup-button.house {
    background: #ca1111 url('../gfx/content/house.png') no-repeat left 30px center;
}

#popups section #container .popup-button.tools,
section #container .popup-button.tools {
    background: #ca1111 url('../gfx/content/tools.png') no-repeat left 20px center;
    line-height: 18px;
}

#popups.mobile section #container .popup-button.house {
    background: #ca1111 url('../gfx/content/house.png') no-repeat left 20px center;
}

#popups.mobile section #container .popup-button.tools {
    background: #ca1111 url('../gfx/content/tools.png') no-repeat left 10px center;
    line-height: 18px;
}

#popups section #container .popup-back,
#popups section #container .popup-next {
    width: auto;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    margin: 10px 0 0 0;
}

#popups.mobile section #container .popup-back,
#popups.mobile section #container .popup-next {
    width: 100%;
    height: auto;
    line-height: 14px;
    text-align: center;
    padding: 20px 30px;
}

#popups section #container .popup-back {
    float: left;
    border: 2px solid #8c8c8c;
    color: #8c8c8c;
}

#popups section #container .popup-next {
    float: right;
    border: 2px solid #ca1111;
    color: #ca1111;
}

#popups section #container .types-of-services {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

#popups section #container .types-of-services a {
    width: 350px;
    height: 80px;
    border: 1px solid #e93838;
    color: #ffffff;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 14px;
    padding: 27px 0 0 100px;
    margin: 0 0 20px 0;
    text-align: left;
}

#popups.mobile section #container .types-of-services a {
    width: 100%;
    height: auto;
    padding: 27px 0 27px 100px;
}

#popups section #container .types-of-services a:nth-of-type(3) {
    padding: 33px 0 0 100px;
}

#popups section #container .types-of-services a:nth-of-type(4) {
    padding: 33px 0 0 100px;
}

#popups.mobile section #container .types-of-services a:nth-of-type(3) {
    padding: 33px 0 33px 100px;
}

#popups.mobile section #container .types-of-services a:nth-of-type(4) {
    padding: 33px 0 33px 100px;
}

#popups section #container .types-of-services a.fleft {
    float: left;
}

#popups section #container .types-of-services a.fright {
    float: right;
}

#popups section #container .types-of-services a.hvr-fade:hover, #popups section #container .types-of-services a.hvr-fade:focus, #popups section #container .types-of-services a.hvr-fade:active {
    border: 1px solid #8c8c8c;
    background-color: #646464;
    color: #ffffff;
}

#popups section #container .popup-form-left-50 {
    float: left;
    width: 350px;
    margin: 0 0 25px 0;
}

#popups.mobile section #container .popup-form-left-50 {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

#popups section #container .popup-form-right-50 {
    float: right;
    width: 350px;
    margin: 0 0 25px 0;
}

#popups.mobile section #container .popup-form-right-50 {
    float: right;
    width: 100%;
    margin: 0 0 25px 0;
}

#popups section #container .popup-form-left-100 {
    float: left;
    width: 100%;
    margin: 0 0 25px 0;
}

#popups section #container .popup-box {
    float: left;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    padding: 20px;
    margin: 20px 0;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}

#popups section #container .popup-box small {
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 12px;
}

#popups section #container .popup-box.nomt {
    margin: 0 0 20px 0;
}

#popups section #container .popup-box big {
    color: #141414;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}

#popups section #container .popup-box big.color {
    color: #bc1212;
}

#popups section #container .w100 {
    width: 100%;
}

#popups section #container .w50 {
    width: 49%;
}

#popups.mobile section #container .w50 {
    width: 100%;
}

#popups section #container .popup-box.fleft {
    float: left;
}

#popups section #container .popup-box.fright {
    float: right;
}

#popups section #container .popup-box p {
    padding: 0;
    margin: 15px 0 0 0;
}

#popups section #container .popup-calendar {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

#popups section #container .popup-calendar .popup-calendar-month {
    float: left;
    width: 100%;
    padding: 10px;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    color: #646464;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

#popups section #container .popup-calendar .popup-calendar-month a.prev,
#popups section #container .popup-calendar .popup-calendar-month a.next {
    float: left;
    width: 30px;
    height: 30px;
    background: transparent url('../gfx/content/pager-prev.png') no-repeat center center;
}

#popups section #container .popup-calendar .popup-calendar-month a.next {
    float: right;
    background: transparent url('../gfx/content/pager-next.png') no-repeat center center;
}

#popups section #container .popup-calendar .popup-calendar-daynames {
    float: left;
    width: 100%;
}

#popups section #container .popup-calendar .popup-calendar-daynames span {
    float: left;
    width: 102px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 1px 0 0;
    color: #8c8c8c;
    font-family: 'Alfa Slab One', cursive;
    font-size: 12px;
}

#popups section #container .popup-calendar .popup-calendar-daynames span:last-child {
    margin: 0;
}

#popups section #container .popup-calendar .popup-calendar-days,
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row {
    float: left;
    width: 100%;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day {
    float: left;
    width: 102px;
    height: 100px;
    margin: 0 1px 1px 0;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    text-align: center;
    position: relative;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day {
    height: auto;
    padding: 0 0 15px 0;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.inactive {
    opacity: 0.4;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day:last-child {
    margin: 0 0 1px 0;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day span.number {
    float: left;
    width: 100%;
    line-height: 18px;
    background-color: #646464;
    border-bottom: 1px solid #d2d2d2;
    color: #ffffff;
    font-family: 'Alfa Slab One', cursive;
    font-size: 12px;
    text-align: center;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.active span.number {
    background-color: #bc1212;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.active.orange span.number {
    background-color: #FF914D;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.clickable span.number {
    background-color: #7ba230;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.selected span.number {
    background-color: #658220;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.selected {
	background-color: #658220;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day.selected i {
	color: #ffffff;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day span.text {
    float: left;
    width: 100%;
    font-family: 'Alfa Slab One', cursive;
    font-size: 10px;
    line-height: 10px;
    text-align: center;
    color: #8c8c8c;
    padding: 15px 15px 0 15px;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row a {
    line-height: normal;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day i.fa-calendar-check-o {
    font-size: 34px;
    line-height: 79px;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day i.fa-times-circle-o {
    font-size: 40px;
    line-height: 79px;
	color: #bc1212;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day i.fa-calendar-check-o {
    font-size: 20px;
    line-height: 20px;
    padding: 15px 0 0 0;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable {
    float: left;
    width: 234px;
    position: absolute;
    left: 75px;
    bottom: 10px;
    z-index: 10000;
    display: none;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable.left {
    left: -197px;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day:hover div.timetable {
    display: block;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable i.fa-caret-left {
    float: left;
    width: 7px;
    color: #d2d2d2;
    font-size: 20px;
    position: absolute;
    left: -7px;
    bottom: 70px;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable i.fa-caret-right {
    float: left;
    width: 7px;
    color: #d2d2d2;
    font-size: 20px;
    position: absolute;
    right: 7px;
    bottom: 70px;
    display: none;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable.left i.fa-caret-left {
    display: none;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable.left i.fa-caret-right {
    display: block;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container {
    float: left;
    width: 220px;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span {
    float: left;
    width: 100%;
    margin: 0 0 1px 0;
    color: #ffffff;
    font-family: 'Alfa Slab One', cursive;
    font-size: 12px;
    text-align: left;
    padding: 10px;
    background-color: #7ba230;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}
#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span:hover {
    background-color: #658220;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span.reserved {
    color: #b4b4b4;
    background-color: #c8c8c8;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span.booking-in-progress {
    background-color: #00a09a;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span:first-child {
    border-top: 1px solid #e6e6e6;
}

#popups section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container span:last-child {
    margin: 0;
    border-bottom: 1px solid #e6e6e6;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day {
    width: 100%;
    height: auto;
    margin: 1px 0;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable {
    width: 100%;
    position: static;
    left: 0;
    top: 0;
    display: block;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable i.fa-caret-left {
    display: none;
}

#popups.mobile section #container .popup-calendar .popup-calendar-days .popup-calendar-days-row div.day div.timetable div.timetable-container {
    width: 100%;
}

/*
** search + menu popup
**/

.t-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    display: none;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.88);
}

#t-search-container {
    display: none;
}

#t-menu-container {
    display: none;
}

.t-container .t-content {
    float: left;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.t-container .t-content .t-close {
    float: right;
    width: 80px;
    height: 20px;
    cursor: pointer;
    margin: 0 0 1px 0;
}

.t-container .t-content .t-search {
    float: left;
    clear: both;
    width: 640px;
    height: 100px;
    background-color: #646464;
    border: 1px solid #8c8c8c;
    padding: 19px;
}

.t-container .t-content .t-data {
    float: left;
    clear: both;
    width: 903px;
}

.t-container .t-content .t-data .t-w300 {
    float: left;
    width: 300px;
    margin: 0 1px 0 0;
}

.t-container .t-content .t-data a {
    float: left;
    width: 300px;
    height: 60px;
    line-height: 60px;
    margin: 0 0 1px 0;
    background-color: #646464;
    border: 1px solid #8c8c8c;
    text-align: center;
    font-family: 'Alfa Slab One', cursive;
    font-size: 16px;
    color: #ffffff;
    text-transform: uppercase;
}
.t-container .t-content .t-data a:hover {
    background-color: #565656;
}

.t-container .t-content .t-data a.trans {
    background-color: rgba(100, 100, 100, 0.4);
    border: 0;
    font-size: 12px;
}
.t-container .t-content .t-data a.trans:hover {
    background-color: #565656;
}

.t-container .t-content .t-data a.red {
    background: #bc1212 url('/gfx/header/service-area-checker-book.png') no-repeat left 40px center;
    border: 1px solid #e93838;
    font-size: 26px;
    text-align: left;
    padding: 0 0 0 90px;
}
.t-container .t-content .t-data a.red:hover {
    background-color: #a10d02;
}

/*
** footer
**/

footer {
	float: left;
    clear: both;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 60px 0;
}

#footer-content {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#footer-content a.logo {
    float: left;
    height: 60px;
}

#footer-content a.mobile {
    float: left;
    display: inline-block;
    margin: 0 15px 0 30px;
}

#footer-content a.mobile span {
    float: left;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    margin: 0 0 0 15px;
}

#footer-content a.mobile .fa-mobile,
#footer-content a.mobile .fa-desktop {
    float: left;
    font-size: 40px;
    height: 60px;
    line-height: 60px;
    color: #bc1212;
}

#footer-content  a.webpage {
    float: right;
}

#footer-content a.webpage span {
    float: left;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
}

#footer-content a.webpage img {
    float: left;
    margin: 18px 0 0 10px;
}

#footer-content .social-share {
    float: left;
    margin: 0 15px;
    height: 60px;
    line-height: 60px;
}

#footer-content .social-share a {
    float: left;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #ffffff;
    margin: 0 8px;
}

#footer-content span.copy {
    float: left;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
    height: 60px;
    line-height: 60px;
    margin: 0 15px;
}

footer.desktop div.links {
    float: right;
    clear: both;
}
footer.mobile div.links {
    clear: both;
    width: 100%;
    text-align: center;
}
footer div.links a {
    font-size: 10px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    color: #ffffff;
}
footer div.links a:after {
    margin-left: 6px;
    margin-right: 4px;
    content: '|';
}
footer div.links a:last-child:after {
    margin-left: 0px;
    margin-right: 0px;
    content: '';
}

/*
** table
**/

#data .overflow-table {
    float: left;
    width: 100%;
    overflow: auto;
}

table {
    float: left;
    width: 100%;
    margin: 40px 0 20px 0;

}

table th {
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
    color: #959595;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

table td {
    padding: 10px 5px;
    background-color: #ffffff;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

/*
** pager
**/

div.pager {
    float: left;
    width: 100%;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    text-align: center;
    padding: 5px;
    margin: 40px 0 20px 0;
}

div.pager a,
div.pager strong {
    display: inline-block;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    color: #8c8c8c;
    margin: 0 8px;
    line-height: 30px;
}

div.pager a:hover,
div.pager a.active,
div.pager strong {
    color: #bc1212;
}

div.pager a.prev,
div.pager a.next {
    float: left;
    width: 30px;
    height: 30px;
    background: transparent url('../gfx/content/pager-prev.png') no-repeat center center;
}

div.pager a.next {
    float: right;
    background: transparent url('../gfx/content/pager-next.png') no-repeat center center;
}

/*
** social-share-inner
**/

.social-share-inner {
    float: left;
    width: 100%;
    background-color: #dcdcdc;
    border: 1px solid #d2d2d2;
    text-align: center;
    margin: 25px 0 0 0;
}

#left-data .social-share-inner {
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}

.social-share-inner a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #646464;
    margin: 0 23px;
}

#left-data .social-share-inner a {
    margin: 0 33px;
}

/*
** tags
**/

.tags {
    float: left;
    width: 100%;
}

.tags a {
    float: left;
    padding: 5px 15px;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    color: #8c8c8c;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    margin: 0 2px 2px 0;
}

/*
** others
**/

h1, h2, h3, h4 {
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
}

h1 span, h2 span, h3 span, h4 span {
    color: #bc1212;
    font-family: 'Alfa Slab One', cursive;
    letter-spacing: 1px;
}

h1 {
    color: #141414;
	font-size: 30px;
	font-weight: 400;
	line-height: 40px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    padding: 0;
}

#data h1 {
    color: #c61111;
}

h2 {
    color: #141414;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin: 40px 0 20px 0;
    text-transform: uppercase;
}

h3, h4 {
	color: #141414;
	font-size: 15px;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 20px 0;
    text-transform: uppercase;
}

#data h3 {
    color: #646464;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px 0;
    text-transform: uppercase;
}

#data h3.contact {
    color: #141414;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 5px 0;
    text-transform: uppercase;
}

#data h3.contact.red {
    color: #c61111;
}

#data h4 {
    color: #141414;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 20px 0;
}

h1.red, h2.red, h3.red, h4.red {
    color: #c61111;
}

ul {
	list-style-type: disc;
	margin: 0 0 20px 30px;
	padding: 0;
}

ul li {
	list-style-type: disc;
	padding: 0 0 0 5px;
	margin: 0 0 5px 0;
	line-height: 19px;
}

p {
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px 0;
}

#data p {
    font-size: 16px;
}

p.nulled {
    margin: 0;
}

p.color {
    color: #141414;
}

a {
	line-height: 22px;
    color: #b31900;
	text-decoration: none;
}

a:hover {
    color: #000000;
	text-decoration: none;
}

a.button {
    float: left;
    font-family: 'Alfa Slab One', cursive;
    font-size: 14px;
    letter-spacing: 1px;
    color: #ffffff;
    background-color: #bc1212;
    border: 1px solid #e93838;
    padding: 7px 12px;
}

a.big {
    float: left;
    font-family: 'Alfa Slab One', cursive;
    font-size: 18px;
    letter-spacing: 1px;
    color: #8c8c8c;
}

img {
	border: 0;
}

#data img.img {
    border: 1px solid #d4d4d4;
    margin: 0 0 20px 0;
    max-width: 100%;
}

hr {
    float: left;
    clear: both;
    width: 100%;
    height: 1px;
    border: 0;
    margin: 20px 0;
    border-bottom: 1px solid #dcdcdc;
}

hr.nm {
    margin: 0;
}

big.phone {
    font-size: 24px;
    font-family: 'Alfa Slab One', cursive;
    color: #ca1111;
}

/* BASIC CLASSES */
.absolute { position: absolute; }
.relative { position: relative; }
.clear { clear: both; }
.marked { font-weight: bold; }
.fleft { float: left; }
.fright { float: right !important; }
.tleft { text-align: left; }
.tcenter { text-align: center; }
.tright { text-align: right; }
.tjustify { text-align: justify; }
.aleft { text-align: left !important; }
.acenter { text-align: center; }
.aright { text-align: right; }
.ajustify { text-align: justify; }
.nowrap { white-space: nowrap; }
.strike { text-decoration: line-through; }
.w100 { width: 100%; }
.w50 { width: 50%; }
.row {
    float: left;
    width: 100%;
}
.w340 { width: 340px; }
.w480 { width: 480px; }
.mb5 { margin-bottom: 5px; }
.mr20 { margin-right: 20px; }
.mr40 { margin-right: 40px; }

.no_select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

[readonly]{
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 110;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #bc1212 url('../gfx/cd-top-arrow.svg') no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 1px solid #FFFFFF;
}

.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: .5;
}

.cd-top:hover {
    background-color: #bc1212;
    opacity: 1;
}

/*
** tabs
**/

.r-tabs {
    position: relative;
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-nav .r-tabs-tab {
    position: relative;
    margin: 0;
    padding: 0;
    float: left;
}

.r-tabs .r-tabs-nav .r-tabs-anchor {
    display: inline-block;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    color: #959595;
}

.r-tabs .r-tabs-nav .r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #b31900;
    border-bottom: 3px solid #b31900;
}

.r-tabs .r-tabs-panel {
    float: left;
    clear: both;
    margin: 0;
    padding: 20px 0;
    width: 100%;
}

.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    color: #959595;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    color: #b31900;
    border-bottom: 3px solid #b31900;
}

.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}

.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
    float: left;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    padding: 0;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    padding: 20px 0;
    display: none;
    margin: 0;
    float: left;
    clear: both;
    width: 100%;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/*
** jcarousel
**/

.jcarousel-wrapper {
    margin: 0 auto;
    padding: 0;
    position: relative;
    border: 0;
    width: 100%;
    height: 360px;
}

.jcarousel {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 360px;
}

.jcarousel div.list-element {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.jcarousel div.list-element div.item-element {
    list-style: none;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 360px;
}

.jcarousel-pagination {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80px;
    background-color: #ffffff;
    border-left: 1px solid #dcdcdc;
    height: 360px;
}

.jcarousel-pagination a {
    float: left;
    width: 100%;
    text-align: center;
    clear: both;
    text-decoration: none;
    display: inline-block;
    color: #959595;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 20px 0;
}

.jcarousel-pagination a.active {
    color: #b31900;
}

/*NK+*/
span.clickable {
    cursor: pointer;
}
.popup_overlay {
    background-color: #ffffff;
   background-image: url('../gfx/ajax-loader.gif');
   background-position: center center;
   background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 15000;
    opacity: 0.8;
    top: 0px;
    left: 0px;
    display: none;
}

div#postcode_check_result, div#widget_postcode_checker_postcode .fielderror {
    padding-top: 15px;
    color: #ffffff;
}

a.back {
    float: left;
    height: 40px;
    line-height: 38px;
    border: 2px solid #8c8c8c;
    background: transparent;
    color: #8c8c8c;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    padding: 0 65px;
    margin: 20px 0 0 0;
}
a.back:hover {
    color: #8c8c8c;
}

a.info {
    float: left;
    height: 40px;
    line-height: 38px;
    border: 2px solid #000000;
    background: transparent;
    color: #000000;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    padding: 0 65px;
    margin: 20px 20px 0 0;
}
a.info:hover {
    color: #000000;
}
form.in_page_form a.next, a.next.forced {
    float: right;
    height: 40px;
    line-height: 38px;
    border: 2px solid #ca1111;
    background: transparent;
    color: #ca1111;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    padding: 0 65px;
    margin: 20px 0 0 0;
}
form.in_page_form a.next:hover {
    color: #ca1111;
}

.f_s_xlarge {
    font-size: x-large;
}
.pointer {
    cursor: pointer;
}

#pr_map {
    width: 438px;
    height: 400px;
}

#contact_map {
    width: 340px;
    height: 340px;
}

#contact_map.mobile {
    width: 100% !important;
}

#question_explanation {
    position: absolute;
    background: rgb(255, 255, 255);
    width: 60%;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 34px 10px rgba(140,140,140,1);
    -moz-box-shadow: 0px 0px 34px 10px rgba(140,140,140,1);
    box-shadow: 0px 0px 34px 10px rgba(140,140,140,1);
    z-index: 10000;
}
.mobile #question_explanation {
    bottom: 60px;
    width: 85%;
}

.transparent_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #000000;
    opacity: 0.8;
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
}

#global_back_button {
    display: inline-block;
    height: 40px;
    line-height: 38px;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 110;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.9;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
    border: 1px solid #FFFFFF;
    background: #bc1212;
    color: #ffffff;
    font-size: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
#global_back_button:hover {
    opacity: 1;
}
/*NK-*/

@media only screen and (max-width: 1024px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}

@media print {
}

/*
** blog
**/

.blogs {
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
}

.blogs .blogs-img {
	float: left;
	width: 150px;
}

.blogs .blogs-img img {
	float: left;
	width: 100%;
	height: auto;
}

.blogs .blogs-text {
    float: left;
    width: -webkit-calc(100% - 170px);
    width: -moz-calc(100% - 170px);
    width: calc(100% - 170px);
    margin: 0 0 0 20px;
}

.blogs .blogs-text h2,
.blogs .blogs-text h2 a {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 24px;
	color: #141414;
}

.blogs .blogs-text h2 a {
	margin: 0;
}

.blogs .blogs-text p {
    float: left;
    width: 100%;
}

.blogs .blogs-text small.date {
	float: left;
	width: 100%;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.blogs .blogs-text a {
    float: left;
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    color: #bc1212;
}

.blog-fancy {
	width: 100%;
}

.blog-fancy img {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
}

/*2020.01.31*/

.padding-left-right-20 { padding-left: 20px; padding-right: 20px; }
.bg_red {
  background-color: #b31900;
}

.bg_black {
  background-color: #141414;
}

.color_red {
    color: #bc1212 !important;
}

.color_black {
    color: #141414 !important;
}

.color_gray {
    color: #8c8c8c; !important;
}

.transform_none {
    text-transform: none !important;
}

ul.red_square_list {
  list-style: none;
  text-align: left;
  }

ul.red_square_list li {
  list-style: none;
  }
.red_square_list li::before {
  content: "\25a0";
  color: #bc1212;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  }

.btn_small {
    color: #FFFFFF;
    font-family: 'Montserrat', cursive;
	font-size: 1em;
	text-transform: uppercase;
    letter-spacing: 1px;
	text-align: center;
	vertical-align: top;
	margin-left: 2px;
    font-weight: 600;
}

.btn_small:hover {
    color: #FFFFFF;
}


.btn_outline_gray {
    width: auto;
    height: 44px !important;
    line-height: 38px;
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    border: 2px solid #8c8c8c;
    color: #8c8c8c;
	vertical-align: top;
}

.btn_outline_red {
    width: auto;
    height: 40px;
    line-height: 38px;
    padding: 0 30px;
    font-size: 14px;
    font-family: 'Alfa Slab One', cursive;
    text-transform: uppercase;
    border: 2px solid #ca1111;
    color: #ca1111;
}

.size_120x60 {
	display: inline-block;
	width: 120px;
	height: 60px;
	line-height: 60px;
}

.size_160x60 {
	display: inline-block;
	width: 160px !important;
	height: 60px !important;
	line-height: 60px;
}

.size_ax60 {
	display: inline-block;
	height: 60px !important;
	line-height: 60px;
    padding-left: 10px;
    padding-right: 10px;
}

.size_160x40 {
	display: inline-block;
	width: 200px !important;
	height: 40px !important;
	line-height: 40px;
}

.margin-left-plus-10 {
margin-left: 10px;
}

.margin-top-0 {
margin-top: 0px !important;;
}

.margin-top-plus-10 {
margin-top: 10px;
}

.margin-bottom-plus-100 {
margin-bottom: 100px !important;
}

.margin-bottom-plus-10 {
margin-bottom: 10px !important;
}

.margin-left-minus-3 {
margin-left: -3px;
}

.margin-right-plus-20 {
margin-right: 20px;
}

.column-50 {
width: 47%;
min-width: 300px;
margin: auto;
margin-bottom: 80px;
}

.float-right {
	display: inline-block;
	float: right;
}

.text-align-center {
text-align:center
}

.text-align-right {
text-align:right
}

.opacity-50 {
  opacity: 0.5 !important;
}

.inline-block {
	display: inline-block;
}

.width-100 {
	width: 100%;
}

.width-50 {
	width: 50%;
}

.fontsize-smaller {
	font-size: 0.8em;
}

.text-bold {
	font-weight: 700;
}

.normal-label {
	font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    color: #141414;
}

.placeholder-560x280 {
width: 90%;
max-width: 560px;
max-height: 280px;
/* height: 280px;
line-height: 280px; */
text-align: center;
vertical-align: middle;
/* background-color: #999999; */
color: #CCCCCC;
display: inline-block;
}

.carrer-question {
padding-top: 30px
}

.carrer-question span {
    float: left;
    width: 60px;
    height: 60px;
}

.carrer-question span.carrer-question-img {
    background: transparent url(../gfx/content/faq-question-img.png) no-repeat center top;
}

.carrer-question-text {
    float: left;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    margin: 0 0 0 20px;
	text-align: left;
}


.input-text {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    color: #8c8c8c;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    padding: 0 10px;
}

.input-textarea {
    float: left;
    width: 100%;
	min-height: 100px;
    font-size: 12px;
    font-family: 'Alfa Slab One', cursive;
    color: #8c8c8c;
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    margin: 0 0 10px 0;
    padding: 0 10px;
}


.gray-box {
    width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #8c8c8c;
	padding: 12px;
}

.gray-border-box {
	border: 1px solid #d2d2d2;
    padding-left: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	margin: 20px;
	max-width: 90vw;
	min-width: 30%;
}

.flex-container {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.margin-left-auto {
  margin-left: auto !important;
}

#hero-button-bar {
	text-align: right;
    width: 90vw;
	max-width: 1200px;
	margin: 0 auto;
    position: absolute;
    top: 15px;
	left: 50vw;
	z-index: 1;
	transform: translate(-50%);
	display: flex;
	align-items: end;
}


#popups section .popup-navi {
    float: left;
    width: 100%;
    background-color: #141414;
    padding: 10px 30px;
	color: #FFFFFF;
    font-family: 'Alfa Slab One', cursive;
	text-transform: uppercase;
    letter-spacing: 1px;
}


#popups .popup-red {
    width: 200px !important;
    height: 40px !important;
    line-height: 38px !important;
    padding: 0 30px !important;
    font-size: 14px !important;
    font-family: 'Alfa Slab One', cursive !important;
    text-transform: uppercase !important;
    margin: 10px 0 0 0 !important;
    border: 2px solid #ca1111 !important;
    color: #ca1111 !important;
    background-color: white !important;
}

#cards {
display: flex;
width: 100%;
margin: 80px 0;
flex-wrap: wrap;
}

#hero {
    float: left;
    width: 100%;
    max-width: 1920px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
	position: relative;
}

#service-area-checker-and-book {
    top: 230px !important;
}

#service-area-checker-and-book-mobile {
    top: 90px !important;
    padding-left: 5vw;
}

#popups.mobile .popup-form-left-50 {
    text-align: center;
}

html, body {
  min-width: 100vw !important;
}

#gift-card #container,
#loyality-card #container,
#career-details  #container,
#career-list #container {
  padding: 20px;
}

@media only screen and (max-width: 1199px) {

.column-50 {
    width: 47%;
    min-width: 300px;
    margin: auto;
    margin-bottom: 80px;
    text-align: center;
}


#gift-card #container,
#loyality-card #container,
#career-details  #container,
#career-list #container {
     text-align: center;
}



.popup-form-left-50 .normal-label{
    min-width: 300px;
	text-align: center;
	margin-top: 30px;
}

.popup-form-right-50 .normal-label{
    min-width: 300px;
	text-align: center;
	margin-top: 30px;
}



}





a.tip {
    position: relative;
}

a.tip span {
    display: none;
    position: absolute;
    top: 60px;
    left: -135px;
    width: 350px;
	height: 220px;
    padding: 5px;
    z-index: 100;
    background: #fff;
    color: #000;
    -moz-border-radius: 0px; /* this works only in camino/firefox */
    -webkit-border-radius: 0px; /* this is just for Safari */
    border:solid 0px black;
	box-shadow: 1px 2px 4px rgba(0, 0, 0, .5);
}

#mobiletip span {
	left: 5vw;
	max-width: 90vw;
}

a.tip span:before{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;

    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right:10px solid white;
    left:50%;
    transform: rotate(90deg);
    top:-15px;
}


#tip-overlay {
position: fixed;
left: 0;
top: 0;
bottom: 0;
right: 0;
background-color: rgba(0,0,0,0.5);
z-index: 99;
display: none;
}


body.showtip a.tip span {
    display: block;
}

body.showtip #tip-overlay {
    display: block;
}

body, html {
	max-width:  100vw !important;
}

#t-menu-container, #t-search-container{
	max-width:  100vw !important;
}

@media only screen and (min-width: 1200px) {

#mobiletip {
	display: none;
}

.gray-border-box {
	width: 500px !important;
}


}

@media only screen and (max-width: 1199px) {

.borderline {
	display: none;
}

}

.mydiv {
    margin-top: 20px;
    display: block;
}

.opacity-class{
    opacity: 0.2;
}

.hidden-class {
    display: none;
}
.hidden {
    display: none !important;
}
.mr0 {
    margin-right: 0 !important;
}

#prepurcase_item {
    font-size: 18px;
    font-family: Montserrat;
}
#prepurcase_item .row {
    padding-bottom: 10px;
}
#prepurcase_item h2 {
    padding-top: 15px;
    clear: both;
    font-family: Montserrat;
    font-weight: 800;
}
#prepurcase_item h3 {
    color: #ff914d;
    margin: 50px 0 5px 0;
}
#prepurcase_item .table-container {
    overflow: scroll;
}
#prepurcase_item table {
    position: relative;
    font-size: 10pt;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
}
#prepurcase_item table.inspection-report-table {
    margin-top: 50px;
}
#prepurcase_item table thead {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    font-size: 10pt;
}
#prepurcase_item table thead th {
    text-align: center;
    font-size: 10pt;
    background-color: #737373;
    color: #ffffff;
    border: 1px solid #dcdcdc;
    padding-left: 5px;
    padding-right: 5px;
}
#prepurcase_item table tbody td {
    text-align: center;
    font-size: 10pt;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}
#prepurcase_item table tbody td.left {
    text-align: left;
}
#prepurcase_item table tbody td.center {
    text-align: center;
}
#prepurcase_item table tbody td.colored-ftd {
    background-color: #fff5f2;
}

#prepurcase_item .point_description div {
    display: flex;
    margin-bottom: 10px;
    text-transform: uppercase;
}
#prepurcase_item .point_description div span.point-container {
    display: block;
    font-size: 16px;
    font-weight: 800;
    margin-right: 20px;
    width: 70px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
}
#prepurcase_item .point_description div span.point-description {
    display: flex;
    align-items : center;
}

.inspector_data {
    font-size: 18px;
    padding-top: 18px;
}
.inspector_data .row {
    padding-bottom: 10px;
}

.circle {
    display: block;
    border-radius: 50% !important;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0;
    font-weight: bold;
    margin: 0 auto;
}