@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;1,600;1,700&family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');


::-webkit-scrollbar {
  width: 10px;               /* width of the entire scrollbar */
}

::-webkit-scrollbar-track {
	background-color:none;
}

::-webkit-scrollbar-thumb {
  background-color: #84bd00;    /* color of the scroll thumb */
  border-radius: 10px;
  border: 1px solid #84bd00;
}

div.clientgal::-webkit-scrollbar {
	height: 5px;
}

div.galmain::-webkit-scrollbar {
	height: 10px;
}
div.galmain::-webkit-scrollbar-thumb {
  background-color: #afa9a0;    /* color of the scroll thumb */
  border-radius: 0px;
  border: 2px solid #afa9a0;
}
div.galmain2::-webkit-scrollbar-thumb {
  border-radius: 0px;
}

div.galmain2::-webkit-scrollbar {
	height: 10px;
}

*{
	transition: 0.5s;
}
#slider ul{
	transition: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

body{
	margin: 0;
	padding: 0;
	height:100%
}

hr{
	border:1px solid #fff;
}

a{
	color:#84bd00;
}
a:hover{
	color:#000;
}

div.body{
	font-family: 'Montserrat', sans-serif;
	padding: 75px;
	border-top: 0px solid #000;
	padding-top: 115px;
	font-size: 1.15rem;
	max-width: 70%;
}
@media (max-width: 1100px) {
	div.body{
		 max-width: 100% !important;
	}
}

div.headertitle{
	margin: -75px;
	margin-top: -115px;
	margin-bottom: 75px;
	min-height: ;
	overflow: hidden;
	background: #dd0000;
	border: 0px solid red;

}
div.body p{
	line-height: 2rem;
}
div.body strong{
	color:#86b41c;
}
div.headertitle span{
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	width: ;
	margin-top: -117px;
	color: #eee;
	display: block;
	font-size: 24.5rem;
	border:0px solid green;
	opacity: 0.1;
	user-select: none;
	overflow: hidden;
}
div.headertitle i{
	font-family: 'Barlow Condensed', sans-serif; /*300,400,500,600,700,800*/
	font-size: 3.5rem;
	color:#fff;
	opacity: 0.9;
	display: block;
	font-style: normal;
	text-transform: uppercase;
	padding:40px;
	padding-left: 75px;
	padding-right: 75px;
	/*text-shadow: 1px 0px 1px #333;*/
}
@media (max-width: 1185px) {
	div.headertitle i{
		font-size: 4.2rem;
		padding: 35px;
		padding-left: 130px;
		padding-right: 130px;
	}
}
@media (max-width: 1000px) {
	div.headertitle i{
		font-size: 3.9rem;
		padding: 30px;
		padding-left: 110px;
		padding-right: 110px;
	}
}
@media (max-width: 840px) {
	div.headertitle i{
		font-size: 3.6rem;
		padding: 25px;
		padding-left: 90px;
		padding-right: 90px;
	}
}
@media (max-width: 750px) {
	div.headertitle i{
		font-size: 3.3rem;
		padding: 20px;
		padding-left: 70px;
		padding-right: 70px;
	}
}
@media (max-width: 650px) {
	div.headertitle i{
		font-size: 2.8rem;
		padding: 15px;
		padding-left: 50px;
		padding-right: 50px;
	}
}


#JiSlider {
	width: 100%;
	height: 100%;
}
div#slider{
	/*box-shadow: 0px 0px 10px #000;*/
}
div.jislider__img div.alting1{
	left: 50px;
	font-family: 'Barlow Condensed', sans-serif; /*300,400,500,600,700,800*/
	font-size: 5.5rem;
	line-height: 70px;
	margin-top:60vh;
	position: relative;
	color: #fff;
	text-shadow: 2px 1px 2px #333;
	font-weight: 600;
	/*text-transform: uppercase;*/
	font-weight: 600;
	transition: 0.5s;
	width: 88%;
	border:0px solid red;
}

div.jislider__img div.alting2{
	font-family: 'Montserrat', sans-serif;
	font-size: 2.3rem;
	line-height: 3rem;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
	font-weight: 500;
	padding: 20px;
	padding-top: 30px;
	width: 60%;
	border:0px solid blue;
	/*background: rgba(255,255,255,0.25);
	border-radius: 10px;*/
}

@media (max-width: 860px) {
	div.jislider__img div.alting1{
		font-size: 5.0rem;
	}
	div.jislider__img div.alting2{
		font-size: 2.3rem;
		line-height: 2.7rem;
		width: 70%;
	}
}
@media (max-width: 760px) {
	div.jislider__img div.alting1{
		font-size: 4.0rem;
		line-height: 60px;
	}
	div.jislider__img div.alting2{
		font-size: 1.8rem;
		line-height: 2.2rem;
		width: 75%;
	}
}
@media (max-width: 660px) {
	div.jislider__img div.alting1{
		font-size: 3.0rem;
		line-height: 50px;
	}
	div.jislider__img div.alting2{
		font-size: 1.5rem;
		line-height: 1.7rem;
		width: 80%;
	}
}

















div.part2{
	min-height: 364px;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 35px;
	border:0px solid green;
}
div.part2 div.p2a, div.part3 div.p3a{
	width: 100%;
	transform: translateX(-50%);
	margin-left: 50%;
	/*border:1px solid red;*/
	margin-bottom: 100px;
	border:0px solid blue;
}
div.part2 div.p2a div{
	width: 212px;
	height: 112px;
	/*border:1px solid #000;*/
	display: inline-block;
	padding:50px;
	padding-top:10px;
	margin-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 100px;
	background-position: center top;
	background-repeat: no-repeat;
	vertical-align: top;
	border:0px solid red;
}
/*
div.part2 div.p2a div:nth-child(1){
	background-image: url('icon1.png');
}
div.part2 div.p2a div:nth-child(2){
	background-image: url('icon2.png');
}
div.part2 div.p2a div:nth-child(3){
	background-image: url('icon3.png');
}
div.part2 div.p2a div:nth-child(4){
	background-image: url('icon4.png');
}
*/
div.part2 div.p2a div img{
	float: center;
	margin-bottom: -80px;
	transition: transform 0.5s;
	width: 112px;
}
div.part2 div.p2a div span:nth-child(2){
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.50rem;
	text-transform: uppercase;
	display: block;
	margin-top: 100px;
	color: #000;
}
div.part2 div.p2a div span:nth-child(3){
	font-family: 'Montserrat', sans-serif;
	font-size: 0.9rem;
	text-transform: initial;
	display: block;
	margin-top: 10px;
	color:#000;
}

@media (max-width: 1185px) {
	div.part2 div.p2a div img{
		width: 95px;
	}
	div.part2 div.p2a div{
		width: 190px;
		height: 100px;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.part2 div.p2a div span:nth-child(2){
		font-size: 1.40rem;
		margin-top: 90px;
	}
	div.part2 div.p2a div span:nth-child(3){
		font-size: 0.8rem;
	}
}
@media (max-width: 710px) {
	div.part2 div.p2a div img{
		width: 85px;
	}
	div.part2 div.p2a div{
		width: 170px;
		height: 90px;
		margin-left: 7px;
		margin-right: 7px;
	}
	div.part2 div.p2a div span:nth-child(2){
		font-size: 1.30rem;
		margin-top: 90px;
	}
	div.part2 div.p2a div span:nth-child(3){
		font-size: 0.8rem;
	}
}
@media (max-width: 560px) {
	div.part2 div.p2a div img{
		width: 75px;
	}
	div.part2 div.p2a div{
		width: 148px;
		height: 78px;
		margin-left: 5px;
		margin-right: 5px;
	}
	div.part2 div.p2a div span:nth-child(2){
		font-size: 1.20rem;
		margin-top: 80px;
	}
	div.part2 div.p2a div span:nth-child(3){
		font-size: 0.8rem;
	}
}
@media (max-width: 460px) {
	div.part2 div.p2a div{
		width: 148px;
		height: 78px;
		margin-left: -10px;
		margin-right: -10px;
	}
}



div.part3{
	/*min-height: 484px;*/
	/*background: #eee;*/
	padding:75px;
	border:0px solid blue;
}
div.part3 div.p3a{
	/*border: 1px solid #000;*/
}
div.part3 div.p3a div.p3b{
	vertical-align: middle;
	display: inline-block;
	/*border: 1px solid red;*/
	width:46.6%;
	text-align: center;
}
div.part3 div.p3a div.p3b:nth-child(2) img{
	width: 100%;
	max-width: 652px;
	margin-top: 20px;
}
div.part3 div.p3a div.p3b:nth-child(1) span{
	display: block;
	text-align: left;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.30rem;
	text-transform: uppercase;
	margin:20px;
	margin-top: 0px;
	margin-bottom:40px;
	padding-bottom: 5px;
	border-bottom: 11px solid #84bd00;
	width:0;
	z-index: 100;
}
div.part3 div.p3a div.p3b:nth-child(1) span:nth-child(2){
	border-bottom: 11px solid #b06c95;
}
div.part3 div.p3a div.p3b:nth-child(1) span:nth-child(3){
	border-bottom: 11px solid #279989;
}
div.part3 div.p3a div.p3b:nth-child(1) span:nth-child(4){
	border-bottom: 11px solid #E87722;
}
div.part3 div.p3a div.p3b:nth-child(1) span:nth-child(5){
	border-bottom: 11px solid #81312F;
}

div.part3 div.p3a div.p3b span div{
	position: absolute;
	margin-top: -25px;
}

@media only screen and (max-width: 1000px) {
	div.part3 div.p3a div.p3b{
		width:100%;
	}
}

div.part3v div.p3a div.p3b{
	vertical-align: top;
	display: inline-block;
	/*border: 1px solid red;*/
	width:100%;
	text-align: center;
	height: auto !important;
}



#photos {
  /* Prevent vertical gaps */
  line-height: 0;
   
  -webkit-column-count: 5;
  -webkit-column-gap:   11px;
  -moz-column-count:    5;
  -moz-column-gap:      11px;
  column-count:         5;
  column-gap:           11px;  
}

#photos img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
}
/*@media (max-width: 1200px) {
  #photos {
  -moz-column-count:    4;
  -webkit-column-count: 4;
  column-count:         4;
  }
}
@media (max-width: 1000px) {
  #photos {
  -moz-column-count:    3;
  -webkit-column-count: 3;
  column-count:         3;
  }
}*/
@media (max-width: 800px) {
  #photos {
  -moz-column-count:    2;
  -webkit-column-count: 2;
  column-count:         2;
  }
}
/*@media (max-width: 400px) {
  #photos {
  -moz-column-count:    1;
  -webkit-column-count: 1;
  column-count:         1;
  }
}*/

div.part4{
	overflow: hidden;
	background: #000;
}
div.part4 #photos img {
  transition: transform 1.25s;
  transition: opacity 0.35s;
  opacity: 1;
  border:1px solid #eee;
}
/*
div.part4 #photos:hover img {
  transform: scale(1.5);
}
*/

div.spacing{
	padding: 25px;
}

div.part5{
	background: #eee;
	padding: 140px;
}
div.part5 div{
	text-align: center;
}
div.part5 div > span{
	font-family: 'Barlow Condensed', sans-serif;
	width: 175px;
	/*border: 1px solid #000;*/
	display: inline-block;
	font-size: 4.0rem;
}
div.part5 div > span b{
	font-weight: normal;
}
div.part5 div > span > span{
	font-family: 'Montserrat', sans-serif;
	display: block;
	font-size: 1.0rem;
	color:#666;
}
@media (max-width: 1185px) {
	div.part5 div > span{
		width: 131px;
		font-size: 3.0rem;
	}
	div.part5 div > span > span{
		font-size: 0.95rem;
	}
}
@media (max-width: 710px) {
	div.part5 div > span{
		width: 88px;
		font-size: 2.0rem;
	}
	div.part5 div > span > span{
		font-size: 0.85rem;
	}
}




div.part6{
	text-align: center;
	overflow: hidden;
	height: 700px;
	vertical-align: bottom;
}


div.part7{
	background: #fff;
	padding: 140px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
div.part7 div{
	text-align: center;
	/*border: 1px solid red;*/
	max-width: 900px;
}
div.part7 div span{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.50rem;
	text-transform: uppercase;
	display: block;
	width: 100%;
	text-align: left;
	padding-left: 24px;
}
div.part7 div img{
	cursor: pointer;
	transition: 0.5s;
	width: 175px;
	height: 175px;
	border-radius: 200px;
	border: 4px solid #fff;

}
div.part7 div i{
	/*border: 1px solid red;*/
	display: inline-block;
	margin:20px;
	border-radius: 200px;
}


div.part7 div img{
	transition: 0.5s;
}
div.part7 div img:hover{
	/*transform: rotateY(720deg);*/
	transition: 0.25s;

}

@media (max-width: 1185px) {
	div.part7 div img{
		width: 163px;
		height: 163px;
	}
}
@media (max-width: 710px) {
	div.part7 div img{
		width: 143px;
		height: 143px;
	}
}
@media (max-width: 560px) {
	div.part7 div img{
		width: 123px;
		height: 123px;
	}
}
@media (max-width: 460px) {
	div.part7 div img{
		width: 103px;
		height: 103px;
	}
}




div.part8{
	background: #fff;
	padding: 0;
	text-align: center;
}
div.part8 div{
	text-align: center;
}
div.part8 div>span{
	display: inline-block;
	width: 25%;
	margin: 0;
}
div.part8 div>span>img{
	transition: 0.25s;
	width: 100%;
}
div.part8 div>span>span{
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.00rem;
	text-transform: uppercase;
	background: rgba(255,255,255,0.4);
	opacity: 1;
	position: absolute;
	border: 0px solid #000;
	z-index: 1;
	min-width: 10px;
	min-height: 10px;
	margin-left: -25%;
	width: 25%;
	display: none;
}
div.part8 div.icon{
	width: auto;
	padding: 0;
	margin: 0;
	/*border: 1px solid red;*/
	margin-top: -5px;
	display: none;
}
div.part8 span.icon{
	width:20px;
	font-size: 1.25rem;
	color: #fff;
	background: #000;
	padding: 2px;
	border-radius: 3px;
	cursor: pointer;
}
div.part8 span.icon a{
	color:#fff;
}
@media (max-width: 1010px) {
	div.part8 div>span{
		width: 50%;
	}
	div.part8 div>span>span{
		margin-left: -50%;
		width: 50%;
		font-size: 3.5vh;
	}
}


div.part9{
	background: #eee;
	padding: 0;
	text-align: center;
}
div.part9 div{
	text-align: center;
}
div.part9 div>span{
	display: inline-block;
	width: 33.333333%;
	vertical-align: middle;
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 2.50rem;
	text-transform: uppercase;
}
div.part9 div>span>img{
	width: 100%;
}
div.part9 div>span>b{
	/*border: 1px solid red;*/
	display: block;
	padding-left: 60px;
	text-align: left;
	font-weight: normal;
	color:#3f4443;
}
div.part9 div>span>i{
	/*border: 1px solid red;*/
	display: block;
	margin-top: 20px;
	padding-left: 60px;
	text-align: left;
	font-size: 1.2rem;
	cursor: pointer;
	font-weight: bold;
}
@media (max-width: 1185px) {
	div.part9 div>span{
		width: 50%;
		font-size: 2.30rem;
	}
}
@media (max-width: 710px) {
	div.part9 div>span{
		width: 50%;
		font-size: 1.90rem;
	}
}
@media (max-width: 560px) {
	div.part9 div>span{
		width: 50%;
		font-size: 1.50rem;
	}
}


div.part10{
	background: #fff;
	padding: 0;
	text-align: center;
	padding: 140px;
}
div.part10 div:nth-child(2){
	border: 0px solid red;
	display: inline-block;
	width: 60%;
	vertical-align: top;
	text-align: right;
	border: 0px solid blue;
}
div.part10 div:nth-child(1){
	border: 0px solid red;
	display: inline-block;
	width: 39%;
	vertical-align: top;
	border: 0px solid red;
}
div.part10 div:nth-child(1) span{
	margin:20px;
	text-align: left;
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	text-transform: ;
}
div.part10 div:nth-child(1) span i{
	display: block;
	font-style: normal;
	font-weight: normal;
	font-size: 1.8rem;
	color:#666;
}
@media (max-width: 1185px) {
	div.part10 div:nth-child(1), div.part10 div:nth-child(2){
		width: 100%;
	}
}

div.part10 input[type="text"], div.part10 button{
	border: none;
	background: #eee;
	padding: 10px;
	width:37%;
	margin:3%;
	cursor: pointer;
	font-family: arial;
	color: #666;
	border: 1px solid #eee;
}
div.part10 button{
	font-family: 'Barlow Condensed', sans-serif;
	text-transform: uppercase;
	font-size: 1.0rem;
	width: 100px;
	border: 1px solid #eee;
	float: right;
}
div.part10 input[type="text"]:hover, div.part10 textarea:hover, div.part10 button:hover{
	border: 1px solid #ccc;
}
div.part10 textarea{
	border: none;
	background: #eee;
	padding: 10px;
	min-width: 80%;
	max-width: 80%;
	margin:3%;
	margin-top: 0;
	cursor: pointer;
	min-height: 150px;
	font-family: arial;
	color: #666;
}
:focus, select {
  outline-color: transparent;
  outline-style: none;
}
::placeholder, select {
	color: #888;
	font-family: arial;
}


div.part11{
	padding: 70px;
	padding-left: 40px;
	padding-right: 40px;
	background: #3f4443;
	color: #fff;
}
div.part11 div{
	text-align: center;
}
div.part11 div>span{
	display: inline-block;
	width: 24%;
	vertical-align: middle;
	font-family: 'Montserrat', sans-serif;
	font-size: 1.25rem;
	text-transform: uppercase;
	border: 0px solid #fff;
	text-align: left;
	padding: 1%;
	vertical-align: top;
	border:0px solid red;
	padding-left: 0px;
	padding-right: 40px;
}
div.part11 div>span:nth-child(2){
	padding-left: 40px;
	margin-right: -40px;
	width: 14%;
}
div.part11 div>span:nth-child(3){
	padding-left: 40px;
	margin-right: -40px;
	width: 14%;
}
div.part11 div>span:nth-child(4){
	padding-left: 40px;
	margin-right: -40px;
	width: 14%;
}
div.part11 div>span:nth-child(5){
	padding-left: 40px;
	margin-right: -40px;
	width: 14%;
}
div.part11 div>span>i{
	font-size: 0.9rem;
	display: block;
	text-transform: lowercase;
	font-style: normal;
	font-weight: normal;
	margin: 10px;
	margin-left: 0;
}

div.part11 button, button{
	font-family: 'Montserrat', sans-serif;
	padding: 30px;
	padding-top:10px;
	padding-bottom: 10px;
	cursor: pointer;
	border: 1px solid #2f3433;
}
div.part11 button:hover, button:hover{
	background: #84bd00;
	color: #fff;
}

@media (max-width: 1185px) {
	div.part11 div>span{
		width: 50%;
		/*font-size: 1.3rem;*/
		margin-top: 30px;
	}
	div.part11 div>span>i{
		/*font-size: 0.9rem;*/
	}
}

@media (max-width: 710px) {
	div.part11 div>span{
		width: 100%;
		font-size: 1.1rem;
		margin-top: 30px;
	}
	div.part11 div>span>i{
		/*font-size: 0.8rem;*/
	}
}


div.part12{
	padding: 45px;
	background: #2f3433;
}
div.part12 ul.social_list{
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-right: -5px;
	float: right;
	margin-top: -18px;
}
div.part12 ul.social_list li{
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline-block;
	color: #fff;
}
div.part12 ul.social_list li a{
	display: block;
	text-align: center;
	color:#fff;
	width: 34px;
	height: 29px;
	padding: 0;
	padding-top: 7px;
	margin-left: 6px;
	font-size: 22px;
	border-radius: 100px;
	border: 1px solid #2f3433;
}
div.part12 ul.social_list li a:hover{
	color: #84bd00;
	border: 1px solid #84bd00;
}

div.part12 span.logo{
	float: left;
	margin-top: -35px;
	margin-left: -35px;
}
div.part12 span.logo img{
	width: 130px;
}



span.goup{
	position: fixed;
	color: #fff;
	background: #000;
	/*background: url('images/topa.png');
	background-size: 38px 38px;*/
	bottom: 10px;
	right: 10px;
	cursor: pointer;
	width: 24px;
	height: 24px;
	border:3px solid #000;
	text-align: center;
	vertical-align: middle;
	padding: 4px;
	/*box-shadow: 0px 0px 3px #fff;*/
	display: none;
	border-radius: 100px;
	z-index: 2;
	transition: 0.25s;
}
span.goup:hover{
	color: #000;
	background: #fff;
	/*background: url('images/topb.png');
	background-size: 38px 38px;*/
	color:#000;
}
span.goup i{
	margin-top: -3px;
	font-size: 26px;
	font-weight: bold;
}









.div70{
	 max-width: 70% !important;
}
@media (max-width: 1100px) {
	.div75{
		 max-width: 100% !important;
	}

	div.subnav > div{
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}



@media (max-width: 1000px) {
	div.subnav > div{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (max-width: 950px) {
	div.subnav > div{
		padding-left: 10px !important;
		padding-right: 10px !important;
		font-size: 0.85rem;
	}
}





.jislider__controller{
	display: none;
}




a.logo img.l2{
	display: none;
}

@media (max-width: 900px) {
	a.logo img.l1{
		height: 50px !important;
		margin-top: 5px !important;
	}

	a.inquire{
		padding-left:25px !important;
		padding-right:25px !important;
	}

	div.subnav > div{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}

@media (max-width: 850px) {
	a.logo img.l1{
		height: 40px !important;
		margin-top: 5px !important;
	}

	a.inquire{
		padding-left:15px !important;
		padding-right:15px !important;
	}

	div.subnav > div{
		padding-left: 7px !important;
		padding-right: 7px !important;
	}
}

@media (max-width: 800px) {
	div#allnavs{
		display: none;
	}
	div#navburger{
		display: block !important;
		width: 100%;
	}
}




div#navburger i{
	font-size: 30px;
	position: fixed;
	top: 10px;
	right: 10px;
	cursor: pointer;
	transition: unset;
}
div#navburger i:hover{
	color: #84bd00;
}





@media (max-width: 730px) {
	a.logo img.l1{
		height: 35px !important;
		margin-top: 7px !important;
	}

	div.subnav > div{
		padding-left: 12px !important;
		padding-right: 12px !important;
		font-size: 0.85rem;
	}
	div#nav2 div{
		font-size: 0.85rem;
	}
}
@media (max-width: 630px) {
	a.logo img.l1{
		display: none;
	}
	a.logo img.l2{
		display: block;
		height: 40px !important;
		margin-top: 10px !important;
		margin-left: 5px !important;
	}

	div.subnav > div{
		padding-top: 22px !important;
		padding-left: 7px !important;
		padding-right: 7px !important;
		font-size: 0.70rem;
	}

	div#nav2 .nav2con > div{
		padding-left: 1px !important;
		padding-right: 1px !important;
		font-size: 0.75rem;
	}

	div.subnav{
		margin-left: 25px;
	}
}





#slider{
	margin-top: -63px;
}

@media (max-width: 800px) {
	#slider{
		margin-top: unset;
	}
}



a.lnk button{
	font-family: 'Montserrat', sans-serif !important;
	font-size: 0.9rem !important;
	color: #fff !important;
	border: none !important;
	border: 1px solid #84bd00 !important;
	background: #84bd00;
}
a.lnk button:hover{
	opacity: 0.75;
	border: 1px solid #84bd00 !important;
}








  .ui-widget-overlay.ui-front{
    /*display: none !important;*/
    background: rgba(255,255,255,0.75);
    opacity: 1;
  }



  .ui-tooltip, .arrow:after {
    background: black;
    border: 2px solid white;
    transition: 0s;
  }
  .ui-tooltip {
    padding: 5px 10px;
    color: white;
    border-radius: 10px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    box-shadow: 0 0 7px #aaa;
    transition: 0s;

  }
  .arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
    transition: 0s;
  }
  .arrow.top {
    top: -16px;
    bottom: auto;
    transition: 0s;
  }
  .arrow.left {
    left: 20%;
    transition: 0s;
  }
  .arrow:after {
    content: "";
    position: absolute;
    left: 20px;
    top: -20px;
    width: 25px;
    height: 25px;
    box-shadow: 6px 5px 9px -9px #aaa;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: 0s;
  }
  .arrow.top:after {
    bottom: -20px;
    top: auto;
    transition: 0s;
  }










  ul.social_share{
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-right: -5px;
    margin-top: -28px;
  }
  ul.social_share li{
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #fff;
    width: 35px;
  }
  ul.social_share li a{
  	color: #3f4443;
  }

  ul.social_share li a i{
    right: unset;
    top: unset;
    border: 1px solid #000;
    border-radius: 100px;
    padding: 5px;
    background: rgba(255,255,255,0.9);
  }
  ul.social_share li a i:hover{
    border: 1px solid #84bd00;
    color: #84bd00;
    background: #fff;
  }
