﻿html{box-sizing:border-box; height: 100%;}*,*:before,*:after{box-sizing:inherit}

body{margin:0; height:100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column;background:#efefef ;font-family: Roboto-Regular, Arial, Helvetica, sans-serif; color:#000000; font-size:16px; line-height:30px}

a:link.w3-text {color:inherit;text-decoration:none}
a:active.w3-text {color:inherit;text-decoration:none}
a:visited.w3-text {color:inherit;text-decoration:none}
a:hover.w3-text {text-decoration:none;}

a:link.w3-text2 {color:inherit; text-decoration:none}
a:active.w3-text2 {color:inherit; text-decoration:none}
a:visited.w3-text2 {color:inherit; text-decoration:none}
a:hover.w3-text2 {text-decoration:none;color:#868686}

a:link.w3-text3 {color:inherit; text-decoration:underline}
a:active.w3-text3 {color:inherit; text-decoration:underline}
a:visited.w3-text3 {color:inherit; text-decoration:underline}
a:hover.w3-text3 {text-decoration:underline}

a:link.w3-text4 {color:inherit; text-decoration:underline}
a:active.w3-text4 {color:inherit; text-decoration:underline}
a:visited.w3-text4 {color:inherit; text-decoration:underline}
a:hover.w3-text4 {text-decoration:none;color:#868686}

.white{color:#ffffff}
.red{color:#EB4335}
.black{color:#000000}
.grey{color:#a4a4a4}
.bold{font-family:Roboto-Bold}
.medium{font-family:Roboto-Medium}

.nav {padding: 20px 0px; font-size: 14px; line-height: 26px; color: #000000}

h1{font-family:Roboto-Bold;font-size:36px; line-height:1.5em; color:#000000; font-weight:700; margin:0px 0px}
h2{font-family:Roboto-Bold;font-size:32px; line-height:1.5em; color:#000000; font-weight:700; margin:0px 0px}
h3{font-family:Roboto-Bold;font-size:24px; line-height:1.5em; color:#000000; font-weight:400; margin:0px 0px}
h4{font-family:Roboto-Bold;font-size:20px; line-height:1.5em; color:#000000; font-weight:400; margin:0px 0px}

.t1{font-family:Roboto-Bold;font-size:24px; line-height:1.5em; color:#000000; font-weight:400; margin:0px 0px}
.t2{font-family:Roboto-Bold;font-size:20px; line-height:1.5em; color:#000000; font-weight:400; margin:0px 0px}

.d1{font-size:14px; line-height:24px}

.p1{font-size:16px; line-height:30px}
.p2{font-size:20px; line-height:30px}
.p3{font-size:18px; line-height:32px}
.p4{font-size:2em; line-height:1.5em}
.p5{font-size:1.5em; line-height:1.5em}
.p6{font-size:2.5em; line-height:1.5em}

.price{font-size:2em; line-height:1.5em}
.price0{font-size:1.5em; line-height:1.5em}

.flex-container{display:-webkit-box; display:-webkit-flex; display:flex}
.directionV{-webkit-flex-direction:column; flex-direction:column}
.wrap{-webkit-flex-wrap:wrap; flex-wrap:wrap}

.content-center {
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: center;
	align-items: center;
}

.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column; padding-top:100px}
/*
.content-container {-webkit-flex: 1 0 auto; flex: 1 0 auto; -webkit-flex-direction:column; flex-direction:column}
*/
.home-item{position:relative; margin-top:0px;display:-webkit-box; display:-webkit-flex; display:flex;-webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center}
.home-item-container{width:100%; -webkit-align-items:stretch; align-items:stretch; -webkit-flex-wrap:wrap; flex-wrap:wrap;}
.home-item{width:100%; padding:10px; background-color:#ffffff;font-family:Roboto-Medium; font-size:18px}
.home-item img{width:100%; padding:0px 0px 0px 0px}

.box-home-container{margin: 0px 0px}

.landing-item2{width:100%; padding:10px 0px}

/* Landing - image mouseover */
.landing-item {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: none;
  background: none;
}

.landing-item img {
  width: 100%;
  display: block;
  transform: translateZ(0); /* forces Safari repaint */
  transition: transform 0.5s ease;
}

.landing-item:hover img {
  transform: scale(1.05);
}
/* End Landing - image mouseover */

/* Products - image mouseover */
.container1 {
	position: relative;
	width: 100%;
	border-radius: 30px;
}

.image1 {
	display: block;
	width: 100%;
	height: auto;
}

.overlay2 {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	/*opacity: 0.3;*/
	transition: 0.6s;
	/*background-color: #000000;*/
	background-color: rgba(0, 0, 0, 0.3); 
	pointer-events: none; 
	z-index: 1;
}

.container1:hover .overlay2 {
	/*opacity: 0.3;*/
	opacity: 1;
	background-color: transparent;
}

.text1 {
	color: white;
	font-family: Roboto-Regular, Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 70px;
	position: absolute;	
	top: 80%;
	left: 0%;
	bottom: 0%;
	right: 0%;
	text-align: center;
	z-index: 2;
}
/* END image mouseover */

.geeks {
	width: 100%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

	.geeks img {
		width: 100%;
		transition: 0.5s all ease-in-out;
	}

	.geeks:hover img {
		transform: scale(1.1);
	}

.g-recaptcha{margin:25px 0px 0px 0px}

.enquiry-container{min-width:320px; width:100%; margin-top:0px; padding:10px; background:inherit}
.enquiry-container .form{padding:60px 30px}
#contactForm label{display:block;font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size: 16px; color: #ffffff; line-height:30px}
#contactForm input{padding-left:10px; margin-bottom:10px; border: 1px solid #202563; display:block;width:100%; height:50px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#000000; background-color:#ffffff}
#contactForm textarea{display:block;width:100%; margin-bottom:10px;height:145px; font-family:Roboto-Regular, Arial, Helvetica, sans-serif; font-size:16px; color:#000000; padding:10px; margin-bottom:10px; border:none; background-color:#ffffff}
#contactForm .hidetext{display:none; visibility:hidden}

    .contactForm label {
        display: inline-block;
		font-family: inherit;
		font-size: 16px; 
		color: #ffffff;
    }

    .contactForm .input {
        display: block;
        border: none;
		background:#ffffff;
		padding:10px 0px;
        width: 100%;
        height: 40px;
        font-family: inherit;
        font-size: 16px; 
		color: #000000;
		margin-bottom:10px;
    }

    .contactForm .textarea {
        display: block;
        border: none;
		background:#ffffff;
		padding:10px 0px;
        width: 100%;
        height: 145px;
        font-family: inherit;
        font-size: 16px; 
		color: #000000;
		margin-bottom:10px;
    }

    .contactForm .checkbox {
        display:-webkit-box; display:-webkit-flex; display:flex;
        -webkit-align-items:flex-start; align-items:flex-start;
        line-height: 1em;
    }

.contactForm .hidetext{display:none; visibility:hidden}

.contact-form-item{width: 100%; padding:10px 0px}

    .orderForm label {
        display: inline-block;
    }

    .orderForm .input {
        display: block;
        border: none;
		background:#ffffff;
		padding:0px 10px;
        width: 100%;
        height: 2.5em;
		color: #000000;
        font-family: inherit;
        font-size: inherit;
    }

    .orderForm .textarea {
        display: block;
        border: none;
		background:#ffffff;
		padding:0px 10px;
        width: 100%;
        height: 10em;
		color: #000000;
        font-family: inherit;
        font-size: inherit;
    }

    .orderForm .checkbox {
        padding: 5px 5px 0px 0px;
    }

.cart-item{width: 100%; margin: 10px 0px; border-bottom:1px solid #000000}

.qtytext{display:inline-block;border:1px solid #000000; border-radius: 35px; background: none; width:80px; height:40px; font-family:inherit; font-size:inherit; text-align:center}
.qtytext2{display:inline-block;border:1px solid #000000; border-radius: 35px; background: none; width:80px; height:30px; font-family:inherit; font-size:inherit; text-align:center}

.grid-container {display: inline-grid}
.grid-container2 {display: grid}

.grid-item {padding: 5px}

.grid-item2 {padding: 5px 20px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center}

.grid-2 {
    grid-template-columns: auto auto;
}

.grid-5 {
    grid-template-columns: auto auto auto auto auto;
}

.colspan-2 {grid-column-start: 1; grid-column-end: 3}

.add-container{width:100%; height: 100%; background: #000000; padding:100px 16.66666%; position:fixed; top:0; left:0; z-index:99999}
.add{position:relative; background: #E9E9E9; border-radius: 15px}
.close {color: #000000; font-size:1.5em; line-height:1em; padding:20px; position:absolute; top:0; right:0}
.close:hover,.close:focus {text-decoration: none; cursor: pointer;}

.btn {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn span {display: inline-block; position: relative; transition: 0.5s;}
.btn span:after {content: '\00bb'; position: absolute; opacity: 0; top: 0; right: -20px; transition: 0.5s;}
.btn:hover span {padding-right: 20px;}
.btn:hover span:after {opacity: 1; right: 0;}

.btn2 {text-decoration: none; cursor:pointer; transition: 0.5s;}
.btn2 span {display: inline-block; position: relative; transition: 0.5s;}
.btn2 span:before {content: '\00ab'; position: absolute; opacity: 0; top: 0; left: -20px; transition: 0.5s;}
.btn2:hover span {padding-left: 20px;}
.btn2:hover span:before {opacity: 1; left: 0;}

.button {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:0px; width:233px; height:61px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button2 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:233px; height:61px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button2:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button3 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:233px; height:55px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button3:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button4 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:210px; height:55px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button4:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button5 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:20px 0px; width:267px; height:55px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button5:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button6 {text-transform:uppercase;border: 1px solid #ffffff;background:#ffffff; color:#000000;padding: 10px 20px; margin:20px 0px; width:355px; height:55px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button6:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button7 {border:none;background:none; color:inherit;padding: 10px 20px; margin:20px; font-family:inherit; font-size:inherit; text-align: center; text-decoration:underline; cursor:pointer; border-radius:0px}
.button8 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff;padding: 10px 20px; margin:0px; width:233px; height:61px; font-family:Roboto-Bold; font-size:16px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button8:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button9 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff; margin:10px 0px; width:145px; height:45px; font-family:Roboto-Bold; font-size:14px; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button9:hover {background:#404040; border: 1px solid #404040; color:#ffffff}
.button10 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff; margin: 0px 10px; width:220px; height:40px; font-family:Roboto-Bold; font-size:inherit; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button10:hover {background:#404040; border: 1px solid #404040}
.button11 {text-transform:uppercase;border: 1px solid #000000;background:#000000; color:#ffffff; margin: 10px; width:240px; height:40px; font-family:Roboto-Bold; font-size:inherit; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button11:hover {border: 1px solid #000000;background:none; color:#000000}
.button12 {text-transform:uppercase;border: 1px solid #000000;background:none; color:#000000; margin: 10px; width:240px; height:40px; font-family:Roboto-Bold; font-size:inherit; text-align: center; text-decoration: none; cursor:pointer; border-radius: 35px; transition: 0.6s}
.button12:hover {border: 1px solid #000000;background:#000000; color:#ffffff}
.button13{border:none; margin:0px 10px; background:url("/images/update.png"); width:24px; height:24px; font-family:inherit; font-size:inherit; color:#ffffff;cursor:pointer}
.button14{border:none; margin:0px 10px; background:url("/images/delete.png"); width:24px; height:24px; font-family:inherit; font-size:inherit; color:#ffffff;cursor:pointer}

.buttonC {
    border: none;
    background: none;
    display: inline-block;
    margin: 0px 20px;
    padding: 10px 30px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    font-family: Roboto-Bold;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
}
    .buttonC:hover {
        font-family: Roboto-Bold;
    }

.buttonC {
    position: relative
}

    .buttonC:before {
        content: "";
        position: absolute;
        width: 100%;/*40%*/
        height: 2px;
        bottom: 0;
        left: 0%;/*30%*/
       background-color: #000000;
        visibility: hidden;
        transform: scaleX(0);
        transition: all 0.3s ease-in-out;
    }

    .buttonC:hover:before {
        visibility: visible;
        transform: scaleX(1);
    }

details summary::-webkit-details-marker {display: none}

details summary {width: 100%; position: relative; cursor: pointer; list-style: none; outline: 0}

details .summaryMenu {padding:0.5em 0px; font-size:1.5em}
details .summaryMenu span {padding:0px}
details .summaryMenu:after {content: "\f107"; position: absolute; top:0.25em; left: 0px; font-family:FontAwesome; font-size:1.5em; width:1em; height:1em; text-align:center; transform-origin: center; transition: 200ms linear}
details[open] .summaryMenu:after {transform: rotate(180deg)}
/*FAQs*/
details .summaryContent {padding:10px 0px; color:#000000}/*padding:10px 0px*/
details .summaryContent span {padding-left:0px; color:#000000}/*padding-right: 60px*/
details .summaryContent:after {content: "\f067"; color:#000000; position: absolute; left: 0px; font-family:FontAwesome; font-size:inherit; width:1.5em; height:1.5em; text-align:center; transform-origin: center; transition: 200ms linear}
details[open] .summaryContent:after {transform: rotate(45deg); color:#000000}
.summaryContent .question {padding-left: 30px; flex: 1}/*padding-right: 30px*/
/*End FAQs*/

.faq {
	padding: 10px 0px;/*10px 0px*/
}

.faq-item {
	width: 100%;
	background: none;/*#ffffff*/
	padding: 0px 0px 20px 0px;/*20px 20px*/
	border-radius: 0px;/*15px*/
	/*box-shadow: 1px 1px 2px #dadada, 0 0 15px #dadada, 0 0 5px #dadada;*/
	border-bottom: 1px solid #888888;
}
.faq-item2 {
	padding-left:30px;
	margin-top:10px;	
}

.footer {flex-shrink: 0; color:#0b0b0b;}
.footer1 {background:#0b0b0b}
.footer-logo {max-width:147px; padding:0px 0px}
.footer-icon {padding:5px 0px}
.footer-top {margin-bottom:30px; height:51px}
.footer-contact {font-size:16px; line-height:30px; color:#ffffff}
.footer-contact2 {font-size:15px; line-height:30px; color:#ffffff}
.footer-link1 {display:block;font-family:Roboto-Bold;font-size:18px; line-height:0px; padding:5px 0px; color: inherit; text-decoration:none; color:#868686}
a:hover.footer-link1{color: #ffffff}
.footer-link2 {display:block; padding:3px 0px 3px 0px; color: inherit; font-size:16px; line-height:30px; text-decoration:none; color:#ffffff}
a:hover.footer-link2{color: #868686}
.footer2 {background:#0b0b0b; font-size:13px; line-height:30px; color:#ffffff}
.footer2-link{padding:5px 15px}

.w3-button-media{padding:10px; color:inherit}

.w3-padding-5{padding:5px}
.w3-padding-10{padding:10px}
.w3-padding-15{padding:15px}
.w3-padding-20{padding:20px}
.w3-padding-30{padding:30px}
.w3-padding-P{padding:20px}
.w3-padding-C10{padding:0px 0px 0px 10px}
.w3-padding-C20{padding:0px 0px 20px 0px}

.w3-padding-L20{padding:10px 0px 10px 20px}
.w3-padding-R20{padding:10px 20px 10px 0px}

.w3-padding,.w3-row-padding:after,.w3-row-padding:before,.w3-clear:after,.w3-clear:before,.w3-bar:before,.w3-bar:after{content:"";display:table;clear:both}

.w3-left{float:left!important}.w3-right{float:right!important}

.w3-hide{display:none!important}.w3-show-block,.w3-show{display:block!important}.w3-show-inline-block{display:inline-block!important}

.w3-top{position:fixed; top:0; width:100%; height:100px; z-index:9999; background: #000000; -webkit-justify-content:center; justify-content:center}

.w3-top-1{width:100%; height:100px; padding:0px 20px; -webkit-align-items:center; align-items:center; -webkit-justify-content:space-between; justify-content:space-between}
.w3-topM{position:fixed; width:74.99999%; color:#ffffff;padding:0; z-index:9999; top:40px; background:#002e73}
/*padding:10px 0 10px 15px*/
.w3-button{text-transform:uppercase;border:none;display:inline-block;padding:10px 20px 10px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Bold; font-size:16px; line-height:30px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500; transition: 0.6s}
a:hover.w3-button{color:#868686;text-decoration:none}
.w3-button2{border:none;display:inline-block width:100%;padding:5px 20px;vertical-align:middle;overflow:hidden;text-decoration:none; font-family:Roboto-Regular; font-size:16px; line-height:40px;color:#ffffff;text-align:center;white-space:nowrap; font-weight:500; transition: 0.6s}
a:hover.w3-button2{color:#868686;text-decoration:none}
.w3-button3{text-decoration:none; font-family:Roboto-Regular; font-size:14px; line-height:24px;color:#ffffff}
a:hover.w3-button3{color:#868686;text-decoration:none}

.parent2 {display: block;position: relative;float: left;}
.parent2:hover > ul {display:block;position:absolute;}
.child2 {display: none;background: #404040; margin-left:0px!important; width:180%}
.child2 li {background: #404040; width:100%;}
.child3 {display: none;background: #404040; margin-left:0px!important; width:210%}
.child3 li {background: #404040; width:100%;}
.child4 {display: none;background: #404040; margin-left:0px!important; width:270%}
.child4 li {background: #404040; width:100%;}

.ul2{list-style: none;margin: 0px 0px 0px 0px;}
.ul{list-style: none;margin: 0px 0px 0px 0px;padding: 5px 0px 5px 0px;}

/*
.parent:hover > ul {display:block;position:absolute;}
.child, .child2 {display: none; margin-left:-10px!important;}
.child li {background: #ffffff; width:100%;}
.child2 {background: #ffffff; width:385%;}
.ul{list-style: none;margin: 0;padding: 0;}
*/
/* top menu */
.nav-toggle {
	display: none;
}

/* STYLING/POSITIONING THE MENU */
	.nav-toggle-label {
	z-index: 9999999;
	position: absolute;
	top: 0;
	/*left: 30px;*/
	right: 90px;
	margin:0 10px;
	height: 100%;
	display: flex;
	align-items: center;
	cursor: pointer;
	}

	.nav-toggle-label span,
	.nav-toggle-label span::before,
	.nav-toggle-label span::after {
		display: block;
		background: #fff;
		height: 3px;
		width: 24px;/*30px*/		
		border-radius: 0px;
		position: relative;
		transition: all .5s ease-in-out;
	}

		.nav-toggle-label span::before,
		.nav-toggle-label span::after {
			content: '';
			position: absolute;
		}

		.nav-toggle-label span::before {
			bottom: 8px;
		}

		.nav-toggle-label span::after {
			top: 8px;
		}

/* When the menu is opened, change the background color */
#nav-toggle:checked ~ .nav-toggle-label {
  background: none; /* Change the background to white when menu is open */
  border-radius: 0; /* Keep the circular shape */
  padding:0px;
  margin:0 10px;
  height: 0;
  top: 50%;
}

#nav-toggle:checked ~ .nav-toggle-label span {
	background: none; /* setting it to the same background as header so it "disappears" */
}

	/* transforming the before and after span into an X */
	#nav-toggle:checked ~ .nav-toggle-label span::before {
		transform: rotate(45deg);
		bottom: 0;
		background: #ffffff;
	}

	#nav-toggle:checked ~ .nav-toggle-label span::after {
		transform: rotate(-45deg);
		top: 0px;
		background: #ffffff;
	}

#menu {
	z-index: 999999;
	position: absolute;
	background: #000000;
	opacity: 0.8; /*0.9*/
	text-align: left; /* center*/
	/*top: 100%; /* puts itself directly under the preceeding relative positioned element */
	top: -10px;
	left: 0;
	width: 100%; /*100%*/
	height: 1000px;
	transform: scale(1, 0);
	transform-origin: top; /*top menu appears from the top instead if center, try and comment this out and see for yourself */
	transition: transform .4s ease-in-out; /*transform .4s ease-in-out; all 0.3s ease;*/
}

	#menu ul {
		list-style: none;
	}

	#menu li {
		/*padding: 20px 0px 20px 0px;*/
		padding: 0px 0px 0px 20px;
	}

	#menu a {
		text-decoration: none;
		color: #ffffff;
		font-family: Roboto-Bold;
		font-size: 18px;
		text-transform: uppercase;
		opacity: 0;
		transition: opacity .15s ease-in-out;
	}

		#menu a:hover {
			color: #868686;/*#00d0ff*/
		}

#menu2 a {
	text-decoration: none;
	color: #ffffff;
	font-family: Roboto-Regular;
	font-size: 16px;
	text-transform: none;
	opacity: 0;
	background: #000000;
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}

	#menu2 a:hover {
		color: #868686;
		text-decoration: none;
	}

#menu3 a {
	text-decoration: none;
	color: #ffffff;
	font-family: Roboto-Regular;
	font-size: 15px;
	text-transform: none;
	opacity: 0;
	background: #000000;
	opacity: 0.8;
	transition: opacity .15s ease-in-out;
}

	#menu3 a:hover {
		color: #868686;
		text-decoration: none;
	}

#nav-toggle:checked + #menu {
	transform: scale(1, 1);
}

#nav-toggle:checked ~ #menu a {
	opacity: 1;
	transition: opacity .25s ease-in-out .35s;
}

/*Drop-Down*/

.nav-item {
	position: relative;
	border-top: 0px solid trandsparent;
	border-bottom: 0px solid trandsparent;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-family: Gantari;
	font-size: 16px;
	/*text-transform: uppercase;*/
	cursor: pointer;
}

.child {
	display: none;
	margin: 0
}

	.child li {
		width: 100%
	}

ul {
	list-style: none;
}

.sub-nav {
	width: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.sub-nav-item {
	font-family: Gantari;
	position: relative;
	float: left;
	list-style: none;
	width: 100%;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
	cursor: pointer;
}
/*End top menu*/

.w3-center{text-align: center !important}

.w3-left-align {
    text-align: left !important;
}

.w3-right-align {
    text-align: right !important;
}

.w3-col,.w3-half,.w3-third,.w3-twothird,.w3-threequarter,.w3-quarter{float:left;width:100%}

.w3-quarter{width:24.99999%}
.w3-third{width:33.33333%}
.w3-half{width:49.99999%}
.w3-whole{width:99.99999%}

/*Animation*/
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}
.active.fade-bottom {
  animation: fade-bottom .8s ease-out;
}
.active.fade-bottom2 {
  animation: fade-bottom 1.1s ease-out;
}
.active.fade-bottom3 {
  animation: fade-bottom 1.4s ease-out;
}
.active.fade-bottom4 {
  animation: fade-bottom 1.7s ease-out;
}
.active.fade-bottom5 {
  animation: fade-bottom 2.0s ease-out;
}
.active.fade-bottom6 {
  animation: fade-bottom 2.3s ease-out;
}
.active.fade-bottom7 {
  animation: fade-bottom 2.6s ease-out;
}

.active.fade-left {
  animation: fade-left .8s ease-out;
}
.active.fade-right {
  animation: fade-right .8s ease-out;
}
@keyframes fade-bottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-left {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/*Animation2 - Auto show .8s*/
.animated {animation: .8s ease-out}
.animated2 {animation: 1.5s ease-out}
.animated3 {animation: 2.0s ease-out}
.animated4 {animation: 2.5s ease-out}
/*
.animated {animation: .8s ease-out; animation-fill-mode: forwards}
.animated2 {animation: 1.5s ease-out; animation-fill-mode: forwards}
.animated3 {animation: 2.0s ease-out; animation-fill-mode: forwards}
*/
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		transform: translateX(-50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInLeft {
	animation-name: fadeInLeft;
}
         
@keyframes fadeInRight {
	0% {
		opacity: 0;
		transform: translateX(50px);
	}
	100% {
		opacity: 1;
		transform: translateX(0);
	}
}
         
.fadeInRight {
	animation-name: fadeInRight;
}

@keyframes fadeInBottom {
	0% {
		opacity: 0;
		transform: translateY(50px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
         
.fadeInBottom {
	animation-name: fadeInBottom;
}
/*End Animation2 - Auto show*/

/*showig 1 by 1*/
.sw {
  opacity: 0;
  animation: fadeIn 1.5s ease-in both;
}
.sw-2 {
  animation-delay: 0.5s;
}
.sw-3 {
  animation-delay: 0.8s;
}
.sw-4 {
  animation-delay: 1.2s;
}
.sw-5 {
  animation-delay: 1.4s;
}
.sw-6 {
  animation-delay: 2s;
}
.sw-7 {
  animation-delay: 2.4s;
}
.sw-8 {
  animation-delay: 3s;
}
.sw-9 {
  animation-delay: 3.4s;
}
.sw-10 {
  animation-delay: 3.8s;
}
.sw-11 {
  animation-delay: 4.2s;
}
.sw-12 {
  animation-delay: 4.6s;
}
.sw-13 {
  animation-delay: 5s;
}


@keyframes fadeIn {
100% {
    opacity: 1;
  }		
}
/*End showing2 1 by 1*/

/*SideSlider*/
.overflow {
  width: 100%;
  /*height: 58%;*/
/*  padding: 0 1.1vmax;*/
  padding: 0 0 60px 7.33%;
  margin: 0;
/*  margin-top:-40px;*/
  box-shadow: none;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.overflow.animation-reveal {
  animation: reveal 1s cubic-bezier(0.77, 0, 0.175, 1);
}

.strip_of {
  background-color: inherit;
  height: 57%;
  width: 1.1rem;
  z-index: 99;
/*  position: absolute;*/
}
.strip_of.paper1 {
/*  transform: translate(5vw, 0%);*/
}
.strip_of.paper2 {
/*  transform: translate(10vw, 0%);*/
}
.strip_of.invisible {
  visibility: hidden;
}

.carousel {
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  margin: 0;
  box-shadow: none;
  overflow: hidden;
}

.home-slider {
  width: 100%;
  height: 100%;
}

.home-service {
  margin: 0 10px 50px 0px;
  overflow: hidden;
/*  border-radius: 30px;*/
/*  height: 50vh;*/
  width: 28%;/*24.6%*/
  position: relative;
  background-size: cover;
  cursor: pointer;
/*  transition: width 0.16s ease-in-out, height 0.16s ease-in-out;*/
  transition: 0.2s ease;
  font-size: 22px;
  line-height: 30px;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.home-service .slider {
  font-family:SansitaOne, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
.home-service .slider:hover {
  color: #333333;
  transition: 0.2s ease;
}

.home-service .slider2 {
  font-family:SansitaOne, Arial, Helvetica, sans-serif;
  font-size: 32px;
  color: #333333;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 55%;
  padding: 2rem;
/*  background: linear-gradient(0deg, rgba(32, 51, 73, 0.7) 40%, transparent 50%);*/
  position: absolute;
  transform: translate(0%, 100%);
  text-decoration: none;
  transition: 0.2s ease;
}
.home-service .slider2:hover {
  color: #ffffff;
  transition: 0.2s ease;
}

.home-service.is-selected {
  transform: scale(1.05);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  z-index: 10;
/*  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.25), 0 6px 6px rgba(0, 0, 0, 0.22);*/
  transition: 0.2s ease;
}

.home-service-bg {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  position: relative;
  height: 100%;
/*  left: 100px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  transform: translate(0%, 8%);
  vertical-align: middle;
}

.flickity-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  position: absolute;
  width: 100%;
  height: 100%;
}
/*End SideSlider*/

/*image Border*/
#rcorners1 {
  border-radius: 50px;
}
#rcorners2 {
  border-radius: 30px;
}
#rcornersR {
  border-radius: 0px 50px 50px 0px;
}
#rcornersL {
  border-radius: 50px 0px 0px 50px;
}

/*End image Border*/

/*Timeline*/
.timeline-carousel {
    padding: 90px 12.2%;
    position: relative;
    overflow: hidden;
}
.timeline-carousel:after,
.timeline-carousel:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 12.2%;
/*    background-color: #1d1d1e;*/
    z-index: 3;
}
.timeline-carousel:after {
    left: 0;
}
.timeline-carousel:before {
    right: 0;
    opacity: 0;
}
.timeline-carousel .slick-list {
    overflow: visible;
}
.timeline-carousel .slick-dots {
    bottom: -73px;
}
.timeline-carousel__image {
    padding-right: 30px;
}
.timeline-carousel__item {
    cursor: pointer;
}
.timeline-carousel__item .media-wrapper {
    opacity: 0.4;
    padding-bottom: 71.4%;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item:last-child .timeline-carousel__item-inner:after {
    width: calc(100% - 30px);
}
.timeline-carousel__item-inner {
    position: relative;
    padding-top: 45px;
}
.timeline-carousel__item-inner:after {
    position: absolute;
    width: 100%;
    top: 45px;
    left: 0;
    content: "";
    border-bottom: 1px solid #497655;
}
.timeline-carousel__item-inner .year {
    font-size: 30px;
    line-height: 40px;
    color: white;
    display: table;
    letter-spacing: -1px;
    padding-right: 10px;
    background-color: #497655;
    z-index: 1;
    position: relative;
    margin: -20px 0 20px 10px;
    font-weight: 900;
}
.timeline-carousel__item-inner .year:after {
    content: "";
    position: absolute;
    display: block;
    left: -10px;
    top: 0;
    height: 100%;
    width: 10px;
    background-color: #497655;
    z-index: 3;
}
.timeline-carousel__item-inner .month {
    font-size: 18px;
    /*text-transform: uppercase;*/
    color: #497655; /* Replace with your main color */
    display: block;
    margin-bottom: 10px;
    font-weight: 900;
}
.timeline-carousel__item-inner p {
    font-size: 16px;
    line-height: 24px;
    color: black;
    width: 90%;
    font-weight: 400;
    margin-bottom: 15px;
}
.timeline-carousel__item-inner .read-more {
    font-size: 16px;
    color: #497655; /* Replace with your main color */
    display: table;
    margin-bottom: 10px;
    font-weight: 900;
    text-decoration: none;
    position: relative;
}
.timeline-carousel__item-inner .read-more:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    border-bottom: 2px solid #f2c341; /* Replace with your main color */
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.timeline-carousel__item-inner .read-more:hover:after {
    width: 100%;
}
.timeline-carousel__item-inner .pointer {
    height: 29px;
    position: relative;
    z-index: 1;
    margin: -4px 0 16px;
}
.timeline-carousel__item-inner .pointer:after,
.timeline-carousel__item-inner .pointer:before {
    position: absolute;
    content: "";
}
.timeline-carousel__item-inner .pointer:after {
    width: 9px;
    height: 9px;
    border-radius: 100%;
    top: 0;
    left: 0;
    background-color: #f2c341; /* Replace with your main color */
}
.timeline-carousel__item-inner .pointer:before {
    width: 1px;
    height: 100%;
    top: 0;
    left: 4px;
    background-color: #f2c341; /* Replace with your main color */
}
.timeline-carousel .slick-active .media-wrapper {
    opacity: 1 !important;
}
.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: 0px;
    text-align: center;
    z-index: 2;
}
.slick-dots li {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    position: relative;
    width: 10px;
    height: 10px;
}
.slick-dots li:last-child {
    margin-right: 0;
}
.slick-dots li.slick-active button {
    background: #f2c341; /* Replace with your main color */
    border-color: #f2c341; /* Replace with your main color */
}
.slick-dots li button {
    display: block;
    font-size: 0;
    width: 15px;
    height: 15px;
    padding: 0;
    background-color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}
.slick-dots li button:hover {
    background: #f2c341; /* Replace with your main color */
    border-color: #f2c341; /* Replace with your main color */
}

/*End Timeline*/

@media (max-width:600px){
	body{font-size:14px!important; line-height:26px!important; cursor:auto!important}
	.nav {padding: 10px 20px; font-size: 11px; line-height: 20px;}
	.h1-padding {padding: 10px 20px 0px 20px}

.footer-logo {max-width:111px; padding:0px 0px}
.footer-top {margin-bottom:20px!important; height: auto!important}
	.footer-contact {font-size:14px!important; line-height:26px!important}
	.footer-contact2 {font-size:13px!important; line-height:23px!important}
	.footer-link1 {font-size:18px!important}
	.footer-link2 {font-size:14px!important; line-height:26px!important}
	.footer2-link{padding:0px 15px}
	.footer2 {font-size:12px!important; line-height:30px!important}
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
	.footer-icon {padding:3px 0px!important}

	.logo{height:39px}	

	h1{font-size: 24px!important; line-height:1.5em!important}
	h2{font-size:20px!important; line-height:1.5em!important}
	h3{font-size:18px!important; line-height:1.5em!important}
	h4{font-size:16px!important; line-height:1.5em!important}

	.t1{font-size:20px; line-height:1.5em}
	.t2{font-size:16px!important; line-height:1.5em!important}
	.d1{font-size:12px; line-height:22px}

	.p1{font-size: 16px; line-height: 26px}
	.p2{font-size:16px; line-height:26px}
	.p3{font-size:16px; line-height:28px}

	.price{font-size:1.5em!important; line-height:1.5em}
	.price0{font-size:1em!important; line-height:1.5em}

	.home-item{padding:5px!important; font-size:13px!important}

	.container1 {border-radius: 20px}
	.text1 {font-size: 24px; line-height: 34px}
	.text2 {font-size: 24px; line-height: 34px}

	.add-container{padding:100px 20px!important}

	.button2{width:145px!important; height:35px!important; font-size:13px!important;padding: 5px 20px!important}
	.button3{width:145px!important; height:35px!important; font-size:13px!important;padding: 5px 20px!important}
	.button5{width:209px!important; height:55px!important;}
	.button6{width:300px!important; height:55px!important}
	.button8{width:145px!important; height:35px!important; font-size:13px!important;padding: 5px 20px!important}
	.button9 {width:120px!important; height:35px!important; font-size:12px!important}

	.buttonC {
        margin: 0px 10px;
        padding: 10px 5px;
        font-size: 18px;
    }

	#rcorners1 {border-radius: 30px}	
	#rcorners2 {border-radius: 20px}
	#rcornersR {border-radius: 0px 30px 30px 0px;}
	#rcornersL {border-radius: 30px 0px 0px 30px;}
/*
	.overflow {padding:20px 0}
	.home-service{font-size:16px;height: 36vh; width: 70%}
	.home-service .slider{padding:1rem; font-size:24px}	
	.home-service .slider2{padding:1rem; font-size:24px}	
	.strip_of{height: 64%}
	.home-service-button{font-size:20px}
	.home-service-button.next {transform: translate(35vw)}
	.carousel-slide {flex: 1 0 90%;}
	*/
	.overflow {padding:10px 10px 10px 5px}
	.home-service{font-size:16px;height: ; width: 70%}
	.carousel-slide {flex: 1 0 90%;}

.slick-dots {
    bottom: 60px;
    list-style: none;
    position: absolute;
    width: 100%;
    left: -30px;
    text-align: center;
    z-index: 2;
}

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	.directionV-M{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-centerM{text-align: center !important}
	
	.content-container {padding-top:80px!important}

	.banner-cursor{width:40px}
			
	.banner2{height:auto; background:center no-repeat; padding:55px 0px 0px 0px!important}
	
	.box-padding-home1{padding:0px 20px 0px 20px}
	.box-padding-home2{padding:0px 20px 0px 20px}
	.box-home1{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-home2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-paddingL{padding:0px 0px 0px 0px}
	.box-paddingR{padding:0px 0px 0px 0px}
	
	.box-padding{padding:10px 20px 0px 20px}
	.box-padding2{padding:15px 0px}
	.box-padding3{padding:15px 0px}
	.box-paddingM{padding:15px 20px}

	.w3-top{height:80px!important}
	.w3-top-1{height:80px!important; padding:0px 20px}
	.w3-button3{width:105px; font-size: 15px;padding: 5px 5px;}/*130px 16px*/
		
	.w3-hide-x-small{display:none!important}
	
	.banner-padding{padding:30px 20px 20px 20px}
	
	.w3-padding{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 20px 30px 20px}
	.w3-padding-tb0{padding:0px 0px 0px 0px}
	
	.w3-paddingL{padding:0px 5px 10px 5px}
	
	.w3-padding-L0{padding:0px 20px 30px 20px}
	.w3-padding-R0{padding:0px 20px 30px 20px}
	
	.w3-padding-footer{padding:15px 20px!important}

	.w3-col.xs2{width:16.66666%}
	.w3-col.xs3{width:24.99999%}
	.w3-col.xs4{width:33.33333%}
	.w3-col.xs5{width:41.66666%}
	.w3-col.xs6{width:49.99999%}
	.w3-col.xs7{width:58.33333%}
	.w3-col.xs8{width:66.66666%}
	.w3-col.xs9{width:74.99999%}
	
	.w3-col.xs13{width:30%}
	
	.w3-col.xs22{width:9.999999%}
	}

/*@media (min-width:601px) and (max-width:992px){*/
@media (min-width:601px) and (max-width:992px){
	body{font-size:16px!important; line-height:30px!important; cursor:auto!important}
	.nav {padding: 10px 20px; font-size: 12px; line-height: 22px;}
	.h1-padding {padding: 10px 20px 0px 20px}

	.home-item{padding:10px!important; font-size:15px!important}

	.add-container{padding:100px 20px!important}

	.footer-logo {max-width:120px; padding:0px 0px!important}
	.footer-top {margin-bottom:20px!important; height: auto!important}
	.footer2-link{padding:0px 15px}

	.buttonC {
        margin: 0px 10px;
        padding: 10px 20px;
    }

	.container1 {border-radius: 30px}
	.text3 {font-size: 28px; line-height: 58px; top:75%}
	.text4 {font-size: 28px; line-height: 58px; top:75%}
	
	.logo{height:51px}		

	.directionR{-webkit-flex-direction:column-reverse!important; flex-direction:column-reverse!important}
	.directionV-S{-webkit-flex-direction:column; flex-direction:column}
	
	.w3-centerM{text-align: center !important}
	/*
	.overflow {padding:30px}
	.flickity-viewport {left:100px}
	.home-service{font-size:20px; width: 50%; height: 33vh}
	.home-service .slider{padding:1rem}
	.strip_of{height: 65%}
	*/
	.overflow {padding:10px 10px 10px 5px}	
	.home-service .slider{padding:1rem}	
	.carousel-slide {flex: 1 0 90%;}
	
	.banner-cursor{width:50px}
	
	.banner2{height:auto; background:center no-repeat; padding:80px 0px 0px 0px!important}

	.box-padding-home1{padding:0px 60px 0px 60px}
	.box-padding-home2{padding:0px 60px 0px 60px}
	.box-home1{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-home2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-con2{padding:30px 0px 0px 0px; margin-top: 0px}
	.box-paddingL{padding:0px 0px 0px 0px}
	.box-paddingR{padding:0px 0px 0px 0px}	
	
	.box-padding{padding: 10px 30px 0px 30px}
	.box-padding2{padding:20px 0px}
	.box-padding3{padding:20px 0px}	
	.box-paddingM{padding:20px 20px}
	
	.w3-hide-small{display:none!important}

	.home-padding{padding:40px}
	.home-padding2{padding:40px}
	
	.ser-padding{padding:30px 0px}
	.ser-padding2{padding:30px 0px}	
	
	.footer-direction{-webkit-flex-direction:column; flex-direction:column}
		
	.banner-padding{padding:30px 20px 20px 20px}
	
	.w3-padding{padding:30px 20px}
	.w3-padding-x{padding:0px 20px}
	.w3-padding-y{padding:30px 0px}
	.w3-padding-t0{padding:0px 20px 30px 20px}
	.w3-padding-tb0{padding:0px 0px 0px 0px}
	
	.w3-paddingL{padding:0px 5px 10px 5px}
	
	.w3-padding-L0{padding:0px 20px 30px 20px}
	.w3-padding-R0{padding:0px 20px 30px 20px}

	.w3-padding-footer{padding:15px 20px!important}

	.w3-col.s2{width:16.66666%}
	.w3-col.s3{width:24.99999%}
	.w3-col.s4{width:33.33333%}
	.w3-col.s6{width:49.99999%}
	.w3-col.s8{width:66.66666%}
	.w3-col.s9{width:74.99999%}
	.w3-col.s10{width:14%}

	.w3-col.s13{width:30%}
	.w3-col.s21{width:20%}
	.w3-col.s22{width:9.99999%}
	}

/*@media (min-width:1011px) and (max-width:1500px){*/
@media (min-width:993px) and (max-width:1440px){
	body{font-size:16px!important; line-height:30px!important; cursor:auto!important}
	
	.w3-top-1{padding:0px 20px}
	.ul2{padding:0}
		
	.logo{height:51px}
	
	.overflow {padding:20px 10px 20px 50px}
		
	.banner-cursor{width:50px}

	.banner{height:600px}
	.banner-padding{padding:60px 20px}
	
	.box-padding-home1{padding-right:60px}
	.box-padding-home2{padding-left:60px}
	.box-home1{padding:40px 40px 40px 0px; margin-left: 0px}
	.box-home2{padding:40px 0px 40px 40px; margin-left: 0px}
	.box-con{padding:40px 40px 40px 0px; margin-left: 0px}
	.box-con2{padding:40px 0px 40px 40px; margin-left: 0px}
	.box-paddingL{padding:0px 0px 0px 40px}
	.box-paddingR{padding:0px 40px 0px 0px}
	
	.box-padding{padding:40px}
	.box-padding2{padding:0px 0px 0px 40px}
	.box-padding3{padding:0px 40px 0px 0px}
	
	#menu a {font-size: 26px}	
	
	.w3-hide-large{display:none!important}
	
	.home-padding{padding:60px 100px 60px 0px}
	.home-padding2{padding:60px 60px 60px 100px}

	.nav {padding: 20px 60px!important}
	.h1-padding {padding: 10px 60px 0px 60px}
		
	.w3-padding{padding:60px}
	.w3-padding-x{padding:0px 60px}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 60px 60px 60px}
	.w3-padding-tb0{padding:0px 60px 0px 60px}
	
	.w3-paddingL{padding:0px 10px 20px 10px}
	
	.w3-padding-L0{padding:0px 0px 60px 60px}
	.w3-padding-R0{padding:0px 60px 60px 0px}

	.w3-padding2{padding:60px 40px}
	.w3-padding3{padding:60px 40px}

	.w3-padding-footer{padding:15px 60px!important}

	.w3-col.l2{width:16.66666%}
	.w3-col.l3{width:24.99999%}
	.w3-col.l4{width:33.33333%}
	.w3-col.l6{width:49.99999%}
	.w3-col.l8{width:66.66666%}
	.w3-col.l9{width:74.99999%}

	.w3-col.l12{width:19.99999%}
	.w3-col.l13{width:30%}
	.w3-col.l14{width:14%}
	.w3-col.l15{width:18%}
	.w3-col.l16{width:19.99999%}
	.w3-col.l17{width:13.33333%}
	.w3-col.l18{width:53.33333%}
	
	.w3-col.l21{width:10%}
	.w3-col.l22{width:6.66666%}
	.w3-col.l23{width:44.99999%}
	.w3-col.l24{width:54.99999%}
	.w3-col.l25{width:40%}
	.w3-col.l26{width:60%}
	}
	
/*@media (min-width:1441px){	*/
@media (min-width:1441px){		
	.logo{height:51px}	
	
	.box-padding-home1{padding-right:8.33%}
	.box-padding-home2{padding-left:8.33%}
	.box-home1{padding:60px 80px 60px 0px; margin-left: 0}
	.box-home2{padding:60px 0px 60px 80px; margin-left: 0}
	.box-con{padding:80px; margin-left: 0}
	.box-con2{padding:80px; margin-left: 0}
	.box-paddingL{padding:0px 0px 0px 60px}
	.box-paddingR{padding:0px 60px 0px 0px}
	
	.box-padding{padding:60px}
	.box-padding2{padding:0px 0px 0px 60px}
	.box-padding3{padding:0px 60px 0px 0px}

	.w3-top-1{padding:0 40px!important}
	.ul2{padding:0!important}

	.w3-hide-x-large{display:none!important}

	.home-padding{padding:60px 100px 60px 0}
	.home-padding2{padding:60px 0 60px 100px}
	
	.nav {padding: 20px 8.33%!important}
	.h1-padding {padding: 10px 8.33% 0px 8.33%}
	
	.w3-padding{padding:60px 8.33%}
	.w3-padding-x{padding:0px 8.33%}
	.w3-padding-y{padding:60px 0px}
	.w3-padding-t0{padding:0px 8.33% 60px 8.33%}
	.w3-padding-tb0{padding:0px 8.33% 0px 8.33%}
	
	.w3-paddingL{padding:0px 10px 20px 10px}
	
	.w3-padding-L0{padding:0px 0px 60px 8.33%}
	.w3-padding-R0{padding:0px 8.33% 60px 0px}

	.w3-padding2{padding:60px 5%}
	.w3-padding3{padding:60px 12.2% 60px 12.2%}

	.w3-padding-footer{padding:15px 8.33%!important}
	
	.w3-col.xl1{width:14.99999%}
	.w3-col.xl2{width:16.66666%}
	.w3-col.xl3{width:24.99999%}
	.w3-col.xl4{width:33.33333%}
	.w3-col.xl6{width:49.99999%}
	.w3-col.xl8{width:66.66666%}
	.w3-col.xl9{width:74.99999%}

	.w3-col.xl12{width:19.99999%}
	.w3-col.xl13{width:30%}
	.w3-col.xl14{width:14%}
	.w3-col.xl15{width:54.99999%}
	.w3-col.xl16{width:19.99999%}
	.w3-col.xl17{width:13.33333%}
	.w3-col.xl18{width:53.33333%}
	
	.w3-col.xl21{width:10%}
	.w3-col.xl22{width:6.66666%}
	.w3-col.xl23{width:44.99999%}
	.w3-col.xl24{width:54.99999%}
	.w3-col.xl25{width:40%}
	.w3-col.xl26{width:60%}
	}

@font-face {
    font-family: 'Roboto-Bold';
    src: url('fonts/Roboto-Bold-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('fonts/Roboto-Regular-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto-Medium';
    src: url('fonts/Roboto-Medium-webfont.ttf');
    font-weight: normal;
    font-style: normal;
}

ul.bo-slider {
	display: none
}

.bo-slider {
	position: relative;
	width: 100%
}

	.bo-slider .bo-slide {
		display: none
	}

		.bo-slider .bo-slide.active {
			display: block
		}

body .bo-slider .bo-slide img {
	height: auto;
	width: 100%;
	object-fit: cover;
}

.bo-slider .bo-slide {
	position: relative
}

.bo-slider .play-button {
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	margin-top: -62px;
	margin-left: -62px;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 80px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none
}

.bo-prev, .bo-slider .bo-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	margin-top: -22px;
	padding: 16px;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	transition: .6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none
}

.bo-slider .bo-prev {
	left: 0
}

.bo-slider .bo-next {
	right: 0
}

.bo-next:hover, .bo-prev:hover {
	background-color: rgba(0,0,0,.8)
}

.bo-dots {
	margin-top: 10px;
	text-align: center
}

.bo-dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #bbb;
	border-radius: 50%;
	display: inline-block;
	transition: background-color .6s ease
}

	.bo-dot:hover, .selected {
		background-color: #717171
	}

#elevator_item {
width: 63px;
height: 63px;
position: fixed;
right: 0px;
bottom: 0px;
-webkit-transition: opacity .4s ease-in-out;
-moz-transition: opacity .4s ease-in-out;
-o-transition: opacity .4s ease-in-out;
opacity: 1;
z-index: 100020;
display: none;
}
#elevator_item.off {
opacity: 0;
visibility: hidden
}
#elevator {
display: block;
width: 63px;
height: 63px;
background: url(images/iconTop.webp) center center no-repeat;
background-color: #000000;
background-color: rgba(0,0,0,.6);
border-radius: 2px;
box-shadow: 0 1px 3px rgba(0,0,0,.2);
cursor: pointer;
margin-bottom: 10px
}
#elevator:hover {
background-color: rgba(0,0,0,.7)
}
#elevator:active {
background-color: rgba(0,0,0,.75)
}