/* Main Stylesheet */

html,body {
	overflow-x: hidden;
    max-width: 1920px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
    margin: 0px;
    padding: 0px;
    font-family: "acumin-pro-semi-condensed", 'arial','sans-serif';
    background-color: #000000;
    font-size: 15px;
    color: #ffffff;
}

a {
    color: #bb0000;
	text-decoration: none;
}

a:hover {
    /*color: #ff0000;*/
}

img {
    border: 0px;
	display: block;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 27px;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 35px;
}

h3 {
    font-size: 20px;
    text-transform: uppercase;
	margin-top: 0px;
}

/* User Sessions */
div.user-sessions {
    background-color: #dddddd;
}

/* Blog */
p.blog-date {
    font-size: 0.8em;
    font-style: italic;
}

/* Dev Warn - please set config.php/DEV_WARN to false to remove */
#dev-warn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 140px;
    padding: 2px;
    background-color: rgba(255,255,255,0.9);
    border: 1px solid #999999;
    display: none;
}

#dev-warn h1 {
    margin: 0px;
    font-family: 'arial','sans-serif';
    font-size: 12px;
    background-color: #B4006B;
    color: #ffffff;
    padding: 4px;
}

#dev-warn p {
    margin: 0px;
    font-family: 'arial','sans-serif';
    font-size: 11px;
    padding: 4px;
}

.wf-loading {
    visibility: hidden;
}

.wf-active {
    visibility: visible;
}


.header{
	width: 100%;
    height: 120px;
    box-sizing: border-box;
    position: relative;
    z-index: 1000;
    padding: 50px 7% 0px 7%;
    background: rgba(0,0,0,.2);
}


.logo{
	max-height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    margin: auto;
    top: 18px;
}


.header-left {
    float: left;
    width: 150px;
    height: 100%;   
    box-sizing: border-box;
	position: relative;
    z-index: 10;
}

.header-right {
    float: right;
    width: 330px;
    height: 100%;    
    box-sizing: border-box;	
	position: relative;
    z-index: 10;
}

#menu-items a{
	display: block;
    color: #ffffff;
    font-size: 17px;
	margin: 10px 0px;
	
	transition-duration: 0.5s;
	-ms-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
}


.homeslider{
    display: block;
    width: 100%;
    height: auto;
	position: relative;
}

.homeslider video{
	display: block;
    width: 100%;
    height: 100%;
}


#std-page,
.class{
	box-sizing: border-box;
    position: relative;
    top: -120px;
	margin-bottom: -120px;
}

.overlay{
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
}

.overlay-special{
	position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    /*background: rgba(0,0,0,0.2);*/
    top: 0;
    left: 0;
}


.menu-burger{
	color: #9DD31D;
    font-size: 27px;
    -webkit-transform: scale(1,1.4);
	-moz-transform: scale(1,1.4);
	-o-transform: scale(1,1.4);
	transform: scale(1,1.4);
	-ms-transform: scale(1,1.4);
	
	cursor: pointer;
	
}

/*
.menu-burger:hover + #menu #menu-items,
#menu:hover #menu-items,
#menu #menu-items:hover{
	max-height: 500px;
}
*/

.menu-burger.menu_open + #menu #menu-items{
	max-height: 500px;
}

#menu-items a:hover{
	color: #8BC914;
}



.menu-burger img{
	width: 40px;
    display: inline-block;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 10px;
}

#menu {
    display: block;
    margin-top: 30px;
	display: block;
    margin-top: 30px;
    position: relative;
    z-index: 20;
	
}

#menu-items{
	max-height: 0;
    overflow: hidden;
	position: relative;
    z-index: 20;
	
	
	transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	
	background: rgba(0,0,0,0.9);
    box-sizing: border-box;
    padding: 0px 10px;
}

.header-right a{
    color: #FF19A5;
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.header-right a img{
	max-width: 100%;
    max-height: 100%;
}

a.header-phone {
    width: auto !Important;
}


.text-overlay {
    position: absolute;
    bottom: 200px;
    left: 7%;
    text-transform: uppercase;
    color: #ffffff;
    z-index: 20;
    font-size: 27px;
    width: 330px;
	font-weight: 300;
}

.body-center{	
    box-sizing: border-box;   
    background: url(images/white-background.png), #000000;
    background-size: cover;
	padding-top: 50px;
}



.body-part-left{
	float: left;
    width: 35%;
    height: 100%;
    box-sizing: border-box;    
    padding-left: 7%;
}

.body-part-right{
	float: left;
	width: 50%;
	height: 100%;
	box-sizing: border-box;	
	padding-right: 10%;
}

.img-block{
	display: block;
	max-width: 100%;
	margin: 20px 0px;
}

.page_mid_text span{
	display: block;
    text-transform: uppercase;
    font-size: 18px;
    margin: 10px 0px;
    width: 230px;
}

.page_mid_text label{
    font-size: 17px;
    margin: 30px 0px;
    display: block;
    width: 230px;
}

.main-row{
	width: 890px;
    height: 930px;
    box-sizing: border-box;   
    position: relative;
	margin-left: auto;
    margin-right: auto;
}


.main-row-center{
	position: absolute;
    width: 350px;
    height: 300px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    box-sizing: border-box;   
    margin: auto;	
}


.slider-img{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main-row-image{
	position: relative;
    z-index: 300;
}

.main-box{
	position: absolute;
    right: 0;
    top: 16.8%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}

.main-box1{
	position: absolute;
    right: 0;
    top: 50%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}

.main-box2{	
    position: absolute;
    right: 30%;
    bottom: 0.8%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}

.main-box3 {
       position: absolute;
    left: 0%;
    bottom: 17.5%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}


.main-box4 {
       position: absolute;
    left: 0%;
    top: 16.8%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}


.main-box5 {
        position: absolute;
    left: 30.5%;
    top: 0%;
    width: 350px;
    height: 300px;
    box-sizing: border-box;
}



.left-right{
	box-sizing: border-box;		
	display: flex;
    flex-wrap: wrap;
	color: #000000;
	background: #ffffff;
}
.right-left{
	box-sizing: border-box;		
	display: flex;
    flex-wrap: wrap;
	color: #000000;
	background: #ffffff;
}



.lr-left{	
	display: inline-block;
	vertical-align: top;
	width: 55%;	
	box-sizing: border-box;	
	position: relative;
}

.lr-right{
	display: inline-block;
	vertical-align: top;
	width: 45%;	
	box-sizing: border-box;	
	position: relative;
}



.rl-left{
	display: inline-block;
	vertical-align: top;
	width: 45%;	
	box-sizing: border-box;	
	position: relative;
}

.rl-right{
	display: inline-block;
	vertical-align: top;
	width: 55%;	
	box-sizing: border-box;	
	position: relative;
}


.full-width{
	max-width: 100%;
	display: block;
}


.make-box {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    width: 75%;
    box-sizing: border-box;
    padding-left: 5%;
}

.box-one{
	transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	
	z-index: 20;
}

.box-two{
		
	transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	
	z-index: 100;
	opacity: 0;
	
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}



.mybox{	
	z-index: 50;	
}


.mybox:hover{
	z-index: 499;
}


.box-one:hover{
	opacity: 0;	
	z-index: 500;
}

.box-two:hover,
.box-one:hover + .box-two{	
	opacity: 1 !Important;
	z-index: 600;
}

svg polygon,
svg g,
svg path{
	cursor: pointer;
}



svg g text,
svg g text tspan{
	font-family: "acumin-pro-extra-condensed" !important;
}

svg g polygon{
	transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
}


svg g:hover polygon{
	fill:#9aca3c;
}

.gallery-holder{
	display: block;
    width: 100%;    
    box-sizing: border-box;    
	position: relative;	
	overflow: hidden;
}


.gallery-canvas{
	position: relative;
    box-sizing: border-box;    
    margin: 5%;
	padding-bottom: 44%;
	position: absolute;
    width: 90%;
	
	transition-duration: 0.75s;
	-ms-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
	-o-transition-duration: 0.75s;
	-webkit-transition-duration: 0.75s;
}

.gbox{
	box-sizing: border-box;	
	display: inline-block;
    vertical-align: top;	
    background-repeat: no-repeat;
    background-size: cover;	
}

.gallery-box1 {
    position: absolute;
    left: 0;
    width: 30%;
    height: 66%;
}

.gbox.gallery-box2 {
    position: absolute;
    left: 30%;
    width: calc(20% - 6px);
    height: 66%;
    background-size: cover;
}

.gbox.gallery-box3 {
    position: absolute;
    left: 50%;
    width: 20%;
    height: 66%;
}

.gbox.gallery-box4 {
    position: absolute;
    left: 70%;
    width: 30%;
    height: 66%;
}

.gbox.gallery-box5 {
    position: absolute;
    left: 0;
    width: calc(30% - 6px);
    height: calc(34% - 6px);
    top: 66%;
    margin-top: 6px;
}

.gbox.gallery-box6 {
    position: absolute;
    left: 30%;
    width: calc(26% - 6px);
    height: calc(34% - 6px);
    top: 66%;
    margin-top: 6px;
}

.gbox.gallery-box7 {
    position: absolute;
    right: calc(30% + 6px);
    width: calc(14% - 6px);
    height: calc(34% - 6px);
    top: 66%;
    margin-top: 6px;
}

.gbox.gallery-box8 {
    position: absolute;
    right: 6px;
    width: calc(30% - 6px);
    height: calc(34% - 6px);
    top: 66%;
    margin-top: 6px;
}


.gbox a{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100%;
	z-index: 50;
}

.break1 {
    float: left;
    width: calc(100% - 6px);
    height: 50%;
    box-sizing: border-box;
    margin-bottom: 3px;
    position: relative;
    background-size: cover;
}

.break2,
.break3 {
        float: left;
    display: block;
    width: calc(50% - 6px);
    height: 50%;
    box-sizing: border-box;    
    position: relative;
    background-size: cover;
	height: calc(50% - 6px);
}

.break2{
	margin: 3px 3px 3px 0px;
}

.break3{
	margin: 3px 3px 3px 3px;
}

.break4 {
    width: calc(100% - 6px);
    height: 40%;
    float: left;
    box-sizing: border-box;
    padding-bottom: 3px;
    background-size: cover;
	position: relative;
}



.break5 {
    width: calc(100% - 6px);
    height: calc(60% - 6px);
    float: left;
    box-sizing: border-box;
    margin-top: 6px;
    position: relative;
}


.gbox img{
	display: block;
    height: 100%;
    width: 100%;
   
}


.break2.mks {
    padding-top: 0px;
	margin-top: 0px;
}

.break3.mks {
    padding-top: 0px;
	margin-top: 0px;
}


.break1.mks {
    margin-top: 3px;
    margin-bottom: 0px;
	height: 50%;
}


img.abs-image {
    width: 40px;
    position: absolute;
    right: 0px;
    top: 0px;
    height: auto;
}


.blue-left {
    position: absolute;
    left: 0;
    width: 50px;
    height: 240px;
    box-sizing: border-box;    
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/blue_left.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
	display: none;
}



.blue-right {
    position: absolute;
    right: 0;
    width: 50px;
    height: 240px;
    box-sizing: border-box;    
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(images/blue_right.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    cursor: pointer;
	display: none;
}


.slider-dots {
    text-align: center;
    margin: 0 auto;
    position: absolute;
    right: 0;
    left: 0;
    top: 3%;
    z-index: 100000000;
}

.slider-dots span {
    width: 15px;
    height: 15px;
    line-height: 20px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px;
    font-size: 12px;
    font-weight: 400;    
    background-color: #6d6d6d;
    position: relative;
}


.dot-selected{
	background-color: #007AC5 !important;
}

.show-gallery{
	transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
}

.hide-gallery{
	transform: scale(0);
	-ms-transform: scale(0);
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}



.footer{
	box-sizing: border-box;
    text-align: center;	
	padding-top: 50px;
    padding-bottom: 30px;
	position: relative;
}

img.footer-logo {
    max-width: 360px;
	display: inline-block;
	vertical-align: middle;
}

.footer-table{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0px 15px;
}

.footer-table a{
	color: #ffffff;
}

.sm_link{
	display: inline-block;
    vertical-align: top;
    width: 40px;
    margin: 0px 5px;
	height: 40px;
}

.sm_phone a {
    display: block;
    font-size: 23px;
    text-align: center;
}

.get_in_touch{
	background: #ABDB17;
    color: #000000;
    font-size: 18px;
    width: 64px;
    text-align: center;
    line-height: 20px;
    height: 64px;
    box-sizing: border-box;
    padding-top: 13px;
}

.footer-table input[type=text]{
	float: left;
    width: calc(50% - 10px);
    box-sizing: border-box;
    border: none;
    margin: 10px 5px;
    background: #000000;
    border-bottom: 1px solid #ffffff;
    font-size: 14px;
    height: 23px;
    color: #ffffff;
	font-family: "acumin-pro-semi-condensed", 'arial','sans-serif';
}




.footer-table input[type=text]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgb(152, 148, 148);
}
.footer-table input[type=text]::-moz-placeholder { /* Firefox 19+ */
  color: rgb(152, 148, 148);
}
.footer-table input[type=text]:-ms-input-placeholder { /* IE 10+ */
  color: rgb(152, 148, 148);
}
.footer-table input[type=text]:-moz-placeholder { /* Firefox 18- */
  color: rgb(152, 148, 148);
}


.send_footer{
	background: #ABDB17;
    float: right;
    color: #000000;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 17px;
	cursor: pointer;
	margin-top: 14px;
}


.backtotop img{
	display: block;
	width: 100%;
}

.backtotop{
	width: 40px;
    position: fixed;
    left: 0;
    right: 0;    
    margin: auto;
    cursor: pointer;
    bottom: 0;
	z-index: 80000;
}

.black-background{
	background: #000000;
	color: #ffffff;
}

.page-table{
	border-collapse: collapse;
    width: 100%;
}

.ipages .make-box{
	width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
}

.full-page-video video{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;	
}


.text-to-right tr td{
	text-align: right;
}

.side-by-side{
	display: inline-block;
	vertical-align: top;
	margin-top: 20px;
}

.page-table th{
	text-align: left;
}


.white-background {
    background: #ffffff;
    color: #000000;
}

.mkpage{	
    padding-right: 5%;
    padding-left: 5%;
}

.text-to-right th{
	text-align: right;
}

.pad-table tr td,
.pad-table tr th{
	box-sizing: border-box;
    padding: 0px 15px;
}

.pad-table tr td ul li{
	direction: rtl;
}

table tr td ul{
	margin-top: 0px;
}


.build-package{
	background: #FF0000;
    font-size: 26px;
    text-align: center;
    box-sizing: border-box;
    padding: 10px 10px;
}


.std-page {
    position: relative;
    top: -120px;
    margin-bottom: -120px;
}

.gtech{
	background: #ffffff;
}

.gtech-box{
	box-sizing: border-box;	
	padding: 40px;
    text-align: center;
}

.progress-box span{
	width: 25px;
    height: 25px;
    border: 2px solid #FF0000;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    margin: 0px 45px;
	position: relative;
}

.progress-box {
    position: relative;
}


.progress-box span:first-child:after,
.progress-box span:nth-child(2):after,
.progress-box span:nth-child(3):after{
	position: absolute;
    content: '';
    width: 97px;
    height: 3px;
    background: #FF0000;
    top: 11px;
    left: 100%;
}

.span-selected{
	background: #FF0000;
}


.build-controls{
	text-align: center;
	margin: 40px;
}


.control-left {
    width: 50px;
    height: 50px;
    box-sizing: border-box;    
    background: url(images/left_gray.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.control-right {
    width: 50px;
    height: 50px;
    box-sizing: border-box;    
    background: url(images/right_red.svg);
    background-repeat: no-repeat;
    background-size: cover;
}


.ctrl {
    display: inline-block;
    vertical-align: top;
    margin: 0px 40px;
	cursor: pointer;
}


.product-hold {
    width: 250px;
    height: auto;
    display: inline-block;
    vertical-align: top;
    margin: 30px 30px;
	box-sizing: border-box;	
	color: #000000;
	display: grid;
}


.p-image {
    background-size: contain;
    width: 100%;
    height: 350px;
    background-repeat: no-repeat;
    background-position: center;
}

.p-text {
    margin: 20px 0px;
    font-size: 15px;
}


.starting-from span{
	width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: top;
    border: 3px solid #FF0000;
    border-radius: 50%;
    box-sizing: border-box;
	cursor: pointer;
}


.starting-from label{
	display: block;
    font-size: 17px;
    font-weight: 600;
    margin: 10px;
}



.boxstep1,
.boxstep2,
.boxstep3,
.boxstep4 {
    display: flex;
    flex-wrap: wrap;
    text-align: center;    
    justify-content: center;	
	box-sizing: border-box;
    border-bottom: 2px solid rgba(128, 128, 128, 0.31);
	position: absolute;
	width: 100%;
	background: #ffffff;
}

.boxstep1{
	z-index: 100;
}

.boxstep2,
.boxstep3,
.boxstep4{
	z-index: 99;
	opacity: 0;
	left: -100%;
}

.boxes-step{
	position: relative;
	overflow: hidden;
}


.starting-from {
    align-self: flex-end;
}

.box-form{
	display: inline-block;
    vertical-align: top;
    width: 500px;    
    box-sizing: border-box;
    color: #000000;
    padding-bottom: 40px;
    padding-top: 20px;
	
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.box-form input[type=text],
.box-form select,
.box-form textarea{
	display: block;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid rgba(128, 128, 128, 0.50);
    margin: 10px 0px;
    height: 35px;
	padding-left: 10px;
	font-family: "acumin-pro-semi-condensed", 'arial','sans-serif'
}

.box-form textarea{
	resize: none;
    height: 150px;
}

.box_send,
.box_send_contact {
    display: inline-block;
    vertical-align: top;
    background: #FF0000;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 10px;
    cursor: pointer;
    float: left;
}

.upload_photos {
    display: inline-block;
    vertical-align: top;
    background: #8BC914;
    color: #ffffff;
    box-sizing: border-box;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
}


.starting-from span.span-red,
.cbullet.span-red,
.config_break span.span-red{
	background: url(images/white_tick.svg), #FF0000;
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: center;
}


.red-back-button{
	background: url(images/left_red.svg);
    background-repeat: no-repeat;
    background-size: cover;
}




.upload_photo{
	visibility:hidden;
	opacity: 0;
	pointer-events: none;
}


.configurator-text {
    float: left;
    width: 300px;
}

.m_configurator{
    background: #ffffff;
    color: #000000;
	box-sizing: border-box;
	padding: 50px 0px;
}

.film-configurator {
    box-sizing: border-box;
    padding: 0px 5%;
}

.cbulletline {
    position: relative;
    box-sizing: border-box;
    padding: 12px 60px 12px 0px;
    text-align: right;
}

.cbullet {
    position: absolute;
    right: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #FF0000;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
	cursor: pointer;
}

.configurator {
    float: left;
    width: 64%;
    box-sizing: border-box;
    padding-left: 60px;
	position: relative;
}

.configurator img{
	display: block;
	width: 100%;
	height: auto;
    position: absolute;
	opacity: 0;
}

img.fconfig.fcs {
    opacity: 1;
}

.config_break{
	display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    box-sizing: border-box;    
    text-align: center;
	position: relative;
	font-size: 22px;
}


.config_options {
    box-sizing: border-box;   
    margin-top: 40px;	
}

.config_break label{
	display: block;
    font-size: 13px;
}

.config_break span{
    position: absolute;
    right: 10%;
    width: 30px;
    height: 30px;
    border: 2px solid #FF0000;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}

.full-table{
	width: 100%;
}

.full-table tr td{
	text-align: center;
}


.blue-background{
	background: #007AC5;
    color: #ffffff;
}

.green-background{
	background: #8BC914;
    color: #ffffff;
}

.white-color{
	color: #ffffff;
}


.mapindex {
    height: 400px;
    box-sizing: border-box;  
}

#map_canvas {
    width: 100%;
    height: 100%;
	
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
}

/*
.contact-form input[type=text],
.contact-form select,
.contact-form textarea{
	background: #007AC5;
    border: 1px solid #ffffff;
    color: #ffffff;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { 
  color: #ffffff;
}
.contact-form input[type=text]::-moz-placeholder,
.contact-form textarea::-moz-placeholder { 
  color: #ffffff;
}
.contact-form input[type=text]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder { 
  color: #ffffff;
}
.contact-form input[type=text]:-moz-placeholder,
.contact-form textarea:-moz-placeholder {
  color: #ffffff;
}

.box_send_contact{
	background: #ffffff;
	color: #007AC5;
}
*/

.video-jpg{
	position: relative;
}

.play_video{
	    position: absolute;
    width: 100px;
    height: 100px;
    box-sizing: border-box;
    
    z-index: 500;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(images/play_video.svg);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}


.full-page-video {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5000;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.9);
	display: none;
}

.close-video {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    background: url(images/close_svg.svg);
    cursor: pointer;
    z-index: 6000;
}


.video-jpg img{
	display: block;
	width: 100%;
}

.sm_link img{
	max-width: 100%;
	max-height: 100%;
}

.make-black{
	background: #000000;
}



.button_animate{   
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.button_animate:before {
    content: '';
    position: absolute;
    border: #ABDB17 solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    border-radius: 4px;
}

.button_animate.button-red:before{
	 border: #FF0000 solid 2px;
}

.button_animate:hover:before{
	  opacity: 1;	
	  animation-fill-mode:forwards;
	  -webkit-animation-name: btn-hover;
	  animation-name: btn-hover;	
}


@-webkit-keyframes btn-hover {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes btn-hover {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

.show-second{
	display: none;
}


.view-more-button{	   
    color: #000000;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 17px;
    cursor: pointer;
    margin-top: 14px;
    display: inline-block;
    border: 2px solid #000000;    
}

.make-box.make-absolute{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateY(0%);
    -ms-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    overflow-y: auto;
}
 

.text-to-right + .show-first{
	text-align: right;
}

.text-to-right + .show-first + .view-more-button{
	float: right;
}

.lr-right .make-box{
	padding-right: 5%;
}

.lineh{
	line-height: 18px;
}

/*
.box-form.contact-form{
	padding-top: 0px;
	padding-bottom: 0px; 
}
*/

.make-box.linepadding{
	padding-top: 15px;
    padding-bottom: 15px;
}

.mobile-slider{
	display: none;
	position: relative;
}

.mobile-slider img{
	display: block;
	width: 100%;
}

.header-image-class {
	position: relative;
}

.header-image-class h1 {
    position: absolute;
    bottom: 0;
    display: block;
    font-size: 26px;
    font-weight: 400;
    width: 100%;
    background: rgba(0,0,0,0.5);
    box-sizing: border-box;
    padding: 20px 20px;
    margin-bottom: 0;
}

.text_contact{
	display: none !Important;
}

/*
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.3); 
    border-radius: 10px;
	background-color: rgb(255,255,255);
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
	background-color: #9DD31D;
    -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,0.5); 
}
*/

.xpel_bubble{
	display: inline-block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    margin: 30px 10px;
	vertical-align: middle;
}


.xpel_bubble.black{
	color: #ffffff;
	background: #000000;
}

.xpel_bubble.white{
	color: #000000;
	background: #ffffff;
	border: 1px solid #000000;
}

.xpel_bubble.silver{
	color: #000000;
	background: #BCBEC0;
}

.xpel_bubble.grey{
	color: #000000;
	background: #8A8C8E;
}

.xpel_bubble.red{
	color: #ffffff;
	background: #FF1B00;
}

.xpel_bubble.blue{
	color: #ffffff;
	background: #115DFF;
}

.xpel_bubble.purple{
	color: #ffffff;
	background: #A800E1;
}

.xpel_bubble.orange{
	color: #000000;
	background: #F29B00;
}


/* Finance Box */

#textBox {display:block;position:fixed;right:0;bottom:180px;top:0;margin:auto;border:0;z-index:999;background-color:transparent;transition:width .3s;height: 270px!important;width: 80px!important;z-index:1111111111;}

#textButton {position: relative;top: 0;right: -100px;display: block;background-color: #FF19A5;color: #FFF;height: 270px;line-height: 1;width: 100%;min-width: 80px;text-transform: uppercase;font-size: 16px;text-align: center;cursor: pointer;-webkit-transform: translate3d(0px,0px,1px);}

#textButtonInner{display:block;transform: rotate(-90deg);line-height: 80px;height: 80px;width: 270px;position: absolute;left: -95px;top: 95px;}

#textButtonInner a{
display: block;
width: 100%;
height: 100%;
text-decoration: none;
color: #FFFFFF;
}

#textButtonInner img, #textButtonInner span{
display: inline-block;
vertical-align: middle;
}

#textButtonInner img{
width: 20px;
margin-right: 5px;
}

#textButtonInner span{width: 220px;}






ul.checkmark li{
   list-style: none;
   position:relative;
   margin: 20px 0;
}
ul.checkmark li:before{
   content: '';
   display: block;
   position: absolute;
   left: -25px;
   top: 5px;
   height: 20px;
   width: 20px;
   background-image: url('images/checkmark.svg');
}


.home-lr-box{
    color: #FFFFFF !important;
    background: #242424 !important;
}
/*
.main-box .st0, .main-box1 .st0, .main-box2 .st0, .main-box3 .st0, .main-box4 .st0, .main-box5 .st0{
    fill: #5A6C77;
    animation-name: color;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}

.main-box .st0{
    animation-delay: 0s;
}

.main-box1 .st0{
    animation-delay: 2s;
}

.main-box2 .st0{
    animation-delay: 5s;
}

.main-box3 .st0{
    animation-delay: 4s;
}

.main-box4 .st0{
    animation-delay: 3s;
}

.main-box5 .st0{
    animation-delay: 1s;
}


@keyframes color {
  0% {
    fill: #5A6C77;
  }
  50% {
    fill: #8BC914;
  }
  100% {
    fill: #5A6C77;
  }
}
*/
.show-pic-cell{
display: none;
}

/* 2020 */

.brands-box{
    margin: 0 auto;
    width: 90%;
    text-align: center;
    padding-bottom: 100px;
}

.img-brand{
    display: inline-block;
    vertical-align: middle;
    margin: 10px;
    height: 80px;
}

.hmbottom-holder{
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
}

.fp_bottom_holder{
    padding: 60px 5%;
    background: url('images/home-bottom-box-bg.jpg') no-repeat center;
    background-size: cover;
    background-attachment: fixed;
}

.hmbottom-container{
    display: inline-block;
    vertical-align: top;
    width: 30%;
    margin: 1%;
}

.hmbottom-container h3{
    padding-bottom: 0px !important;
    font-size: 24px;
}

.hmbottom-container img{
    display: block;
    width: 100%;
    margin: 20px auto;
}

.hmbottom-text{
    text-align: left;
}

.film-configurator{
    position: relative;
    padding-bottom: 80px;
}

.clear-btn{
    position: absolute;
    bottom: 0;
    left: 46%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 10px;
    background: #FF0000;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

.clear-btn:hover{
    opacity: .6;
}

.ppf-content{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
}

.ppf-content-inner{
    display: block;
    margin: 0 auto;
    padding: 50px 0;
    color: #000000;
    background-color: #FFFFFF;
    width: 90%;
    max-width: 1200px;
}

.ppf-content-inner h2{
    text-align: center;
}

.pp-button-overlay{
    position: absolute;
    left: 7%;
    right: auto;
    top: auto;
    bottom: 150px;
    margin: auto;
    text-transform: capitalize;
    background-color:rgba(255, 255, 255, .9);
    color: #111111;
    z-index: 20;
    font-size: 16px;
    font-weight: 600;
    width: 280px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 5px;
    cursor: pointer;
    box-shadow: 0 0 0 rgba(255, 255, 255, .8);
    animation: pulse 2s infinite;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}
@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    }
    70% {
        -moz-box-shadow: 0 0 0 10px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0);
    }
    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0);
    }
}


.icon-pulse {
    animation-duration: 0.3s;
    animation-name: icon-pulse;
    animation-iteration-count: 2;
    animation-direction: alternate;
}


@keyframes icon-pulse {
    0% {
        transform: perspective(300px) translateZ(0px);
    }

    100% {
        transform: perspective(300px) translateZ(-50px);
        opacity: 0.8;
    }
}


#nbBox {
    display:block;
    position:fixed;
    right:0;
    bottom:0;
    top:0;
    margin:auto;
    border:0;
    background-color:transparent;
    transition:width .3s;
    height: 270px!important;
    z-index:1111111111;
}


.nbButton{
    display: block;
    text-align: right;
    cursor: pointer;
    margin: 3px 0;
    color: #FFFFFF;
}

.nbButton span, .nbButton img{
    display: inline-block;
    vertical-align: middle;
}

.nbButton span{
    width: 160px;
    font-size: 18px;
    opacity: 0;
    background-color: rgba(0,0,0,.4);
    padding: 5px;
}

.nbButton img{
    width: 60px;
    margin: 0 5px;
    opacity: 1;
    /*box-shadow: 0 10px 40px 0 rgba(250, 250, 250, 0.9);*/
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    transform: scale(1);
    transition: all .2s ease-in-out;
}

.nbButton img:hover{
    opacity: .6;
    transform: scale(.96);
}

.contact-form input[type=text], .contact-form select, .contact-form textarea{
    background: trasparent; 
	border: 1px solid #111111;
	color: #111111;
}

.contact-form input[type=text]::-webkit-input-placeholder,
.contact-form textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #111111;
}
.contact-form input[type=text]::-moz-placeholder,
.contact-form textarea::-moz-placeholder { /* Firefox 19+ */
  color: #111111;
}
.contact-form input[type=text]:-ms-input-placeholder,
.contact-form textarea:-ms-input-placeholder { /* IE 10+ */
  color: #111111;
}
.contact-form input[type=text]:-moz-placeholder,
.contact-form textarea:-moz-placeholder { /* Firefox 18- */
  color: #111111;
}

.box_send_contact{
	background: #ABDB17;
	color: #000000;
}

.newpp-icons-box{
    display: block;
    margin: 20px auto;
    text-align: center;
}

.newpp-icons{
    display: inline-block;
    vertical-align: top;
    margin: 1%;
    width: 18%;
}

.newpp-icons img, .newpp-icons span{
    display: block;
    margin: 0 auto;
    text-align: center;
}

.newpp-icons span{
    padding-top: 10px;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.xpel-video-container{
    display: block;
    width: 100%;
    background-color: #DDDDDD;
    padding: 40px 0;
}

.xpel-videobox{
    display: block;
    margin: 0 auto;
    max-width: 1000px;
    width: 90%;
}

.xpel-content-container{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    padding: 40px 0;
    color: #000000;
    text-align: center;
}

.xpel-options-box{
    display: block;
    margin: 0 auto;
    max-width: 1400px;
    width: 100%;
}

.xpel-options{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 20px 0;
}

.xpel-options img, .xpel-options .xpel-options-inner{
    display: inline-block;
    vertical-align: middle;
    width: 46%;
    margin: 1% 2%;
}

.xpel-options-inner{
    text-align: left;
}

.xpel-button{
    display: block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    background-color: #f5af05;
    color: #000000;
    text-transform: uppercase;
    text-align: center;
}

.xpel_animate{   
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.xpel_animate:before {
    content: '';
    position: absolute;
    border: #f5af05 solid 2px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    border-radius: 4px;
}

.xpel_animate.button-red:before{
	 border: #FF0000 solid 2px;
}

.xpel_animate:hover:before{
	  opacity: 1;	
	  animation-fill-mode:forwards;
	  -webkit-animation-name: btn-hover;
	  animation-name: xpelbtn-hover;	
}


@-webkit-keyframes xpelbtn-hover {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}

@keyframes xpelbtn-hover {
  100% {
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    opacity: 0;
  }
}


.xpel-suboptions-box{
    display: none;
    width: 90%;
    height: 90%;
    max-width: 1200px;
    background-color: #CCCCCC;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: auto;
    z-index: 1111111111;
}

.xpel-suboptions-box h2{
    text-align: center;
    padding: 20px 0;
}

.xpel-suboptions{
    display: inline-block;
    vertical-align: top;
    width: 28%;
    margin: 2%;
    min-width: 160px;
}

.xpel-suboptions-double{
    width: 44%;
}

.xpel-suboptions img, .xpel-suboptions .xpel-options-inner{
    display: block;
    width: 100%;
    margin: 1% auto;
}

.popup-box-bg {
    z-index: 1111111111;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,.75); 
    display: none;
}

.popup-close{
	width: 30px;
	height: 30px;
	display: block;
	cursor: pointer;
    position: absolute;
    right: 2%;
    top: 2%;
}

.xpel-btn-line{
    display: inline-block;
    vertical-align: inline-block;
    margin-right: 10px;
}

.open-sub-op{
    background-color: #000000;
    color: #FFFFFF;
}


/* Detail Page */
.dtpage-container{
    display: block;
    width: 100%;
    background-color: #FFFFFF;
    color: #000000;
}

.dtpage-container-inner{
    width: 90%;
    max-width: 1600px;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
    padding: 30px 0;
}

.dtpage-toptext{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
}

.dtpage-left, .dtpage-right{
    padding-right: 40px;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.detail-toggle {
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.detail-toggle div {
    width: 100%;
    text-align: center;
    padding: 15px 0 0 0;
}

.detail-toggle div:hover {
    background-color: #f0f0f0;
    cursor: pointer;
}

.detail-toggle p{
    font-weight: 600;
}

.car {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-car-grey.svg') no-repeat center center;
}

.car-selected {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-car-blue.svg') no-repeat center center;
}

.truck {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-truck-grey.svg') no-repeat center center;
}

.truck-selected {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-truck-blue.svg') no-repeat center center;
}

.suv {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-suv-grey.svg') no-repeat center center;
}

.suv-selected {
    width: 20px;
    height: 30px;
    padding: 5px;
    background: url('images/detail/icon-suv-blue.svg') no-repeat center center;
}

.detail-package {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    align-content: center;
}

.detail-package:nth-child(1),
.detail-package:nth-child(2),
.detail-package:nth-child(3) {
    border-bottom: 1px solid #ABDB17;
}

.auto-title {
    margin: 20px 0 10px 0 !important;
}

.price-book {
    text-align: center;
    margin-top: 20px;
}

.price {
    font-size: 2em;
    color: #000000;
    transition: all .2s ease-in;
}

.detail-description {
    padding: 10px 0px 10px 20px;
    width: calc(100% - 200px);
}

.detail-description p {
    font-weight: bold;
}

.detail-description span {
    display: block;
}

.top-image{
    display: block;
    width: 100%;
}

.dtbottom-holder h3{
    padding: 0 !Important;
    margin: 0 !Important;
    font-weight: 500;
}

.dtbottom-holder h4{
    padding-bottom: 15px !Important;
    margin: 0;
}

.dtpage-bottomtext{
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.dtpage-bottomtext a{
    display: block;
    margin: auto;
}

.change-effect {
    color: #ABDB17;
}

.prot-pg-holder{
    max-width: 1200px;
    text-align: left;
    padding: 60px 0;
}

.prot_box h3{
    text-transform: capitalize;
    color: #FF19A5;
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

#prot_img{
    display: block;
    width: 100%;
    margin: 0 auto;
}


/* Protection v2 */
.prov2-container {
    display: block;
    width: 100%;
    position: relative;
}

.prov2-box{
    display: inline-block;
    vertical-align: top;
    width: 16%;
    position: relative;
    cursor: pointer;
    transition: all .2s ease-in-out;
}

img.prov2_pic{
    display: block;
    width: 100%;
}

.prov2-box h3{
    text-transform: capitalize;
    font-size: 16px;
    position: absolute;
    right: 5%;
    top: 4%;
    width: 100%;
    max-width: 120px;
    height: 50px;
    line-height: 1;
    text-align: right;
}

.autop-serv{
    display: block;
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
}

.autop-services{
    box-sizing: border-box;
    background: url(images/home-bottom-box-bg-pic1.jpg), #000000;
    background-size: cover;
    background-attachment: fixed;
}

.autop-links{
    text-align: center;
    padding: 30px 0;
}

.autop-links a{
    display: inline-block;
    vertical-align: top;
    width: 190px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    margin: 15px;
    transition: all .4s ease-in-out;
}

.autop-links a:hover{
    background: #ABDB17;
    color: #000000;
    border: 2px solid #000000;
}

.autop-gal{
    box-sizing: border-box;
    background: url(images/home-bottom-box-bg-pic2.jpg), #000000;
    background-size: cover;
    background-attachment: fixed;
}

.autop_address{
    max-width: 300px;
    text-align: right;
    margin-left: auto;
}


/* Contact */

.full-page-container {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
}

.cleft-right {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    align-content: center;
}

.cleft-text {
    padding-right: 40px;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.cright-text {
    padding-left: 40px;
    width: 50%;
    margin: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
}

.cright-image {
    width: 50%;
    margin: 0;
    padding: 0;
}
.contact-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
    color: rgba(0,0,0,.87);
}

.contact-details {
    width: 450px;
    padding: 30px 0px;
}

.map-responsive {
    overflow:hidden;
    position:relative;
    height: 100%;
    border-left: 1px solid #ABDB17;
}
.map-responsive iframe{
    width: 100%;
    display: block;
    margin: 0 auto;
}

.contact-form{
    max-width: 98%;
}

.att-pic{
    background-attachment: fixed;
}

.logo-badge{
    display: block;
    height: 100px;
    position: absolute;
    right: 20px;
    top: 10px;
}