/*************************************************************************/
#dimensions_panel {
	display: block;
	position: fixed;
	top: 200px;
	left: 0;
	padding: 10px;
	line-height: 20px;
	background: green;
	color: white;
	z-index: 1000;
	box-shadow: 2px 2px 10px 2px grey;
}

#kstn_debug {
	display: block;
	position: fixed;
	top: 260px;
	left: 0px;
	padding: 10px;
	line-height: 20px;
	background: orange;
	color: white;
	z-index: 1000;
	box-shadow: 2px 2px 10px 2px grey;
}




.kns_frame {
width:100%;
margin-top:40px;
scrolling:auto;
border:0!important;
frameborder:0;
}

.gmap {
	border:0; 
	width: 100%; 
	height: 350px;
}


/*************************************************************************/

.lang	{	position: fixed; top: 0px; right: 25px;
		width: 60px;
		text-align:center;  
		padding: 3px 0px 5px 0px; 
		margin:0px; 
		display:inline-block; 
		background: rgba(0, 0, 0, 0.7); 
		-webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
		-moz-border-bottom-left-radius: 5px; -moz-border-bottom-right-radius: 5px;
		border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
		
		-webkit-box-shadow: 0 8px 6px -6px black;
		-moz-box-shadow: 0 8px 6px -6px black;
		box-shadow: 0 8px 6px -6px black; 
		font-size: 12px; 
		/* color: #025632; */
		color: #008aca;
	}

	
.lang a:link,
.lang a:visited	{ color:white;} 	
.lang a:hover,
.lang a:active	{ color:#008aca;}

.error_msg { font-weight:900;
color: #10285d!important;
font-size: 18px!important;
line-height: 30px!important;
margin-bottom: 15px!important;}

.ok_msg	{font-weight:900!important;
color: #92ce0a!important;
font-size: 18px!important;
line-height: 30px!important;
margin-bottom: 15px!important;}

.error_msg a,
.error_msg a:visited { color:#ff7f00!important; text-align:center!important; }
.error_msg a:hover   { color:#7c32ff!important;}

.codeUser{width:100px!important; margin:0 10px!important;}
.w-100p{width:100px!important;}
.h-35p{height:35px!important;}
.h-150p{height:150px!important;}
.mb-20{margin-bottom:20px!important;}
.mb-40{margin-bottom:40px!important;}

/* .contact_form button{
  background: #1e5126;
  border: 0;
  padding: 12px 24px;
  text-align: center;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}
.contact_form button:hover {
  background: rgba(0, 0, 0, 0.5);
} */

.cnt_btn {
    font: 600 16px/20px 'Open Sans', sans-serif;
    text-transform: normal;
    color: #fff;
    letter-spacing: -1px;
    display: inline-block;
    margin-top: 16px;
    padding: 5px 13px 6px;
    background-color: #97cc1e!important;
    box-shadow: 0px 0px 0px transparent;
    border-style: none!important;

}

.cnt_btn:hover {
    box-shadow: 3px 3px 5px #555;
}

.hidden {display:none;}

.center {text-align:center!important;} 
.right {text-align:right!important;} 
.left {text-align:left!important;}

.strong_txt {
		font-weight: 700!important;
	}

.vertical_center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
 }

.small {
  font-size: smaller;
}

/* .center_logo {
  margin: auto;
  width: 50%;
  padding: 10px;
} */

.center_logo {
  margin: auto;
  width: 50%;
  padding: 10px;
  padding-left: 25%;
}

.logo_vert {
  margin-top: -2%;
}

.res_logo {
  max-width: 100%;
}
.img-fluid {
  max-width: 100%;
}

.red {color: #840000;}

/* .navbar-brand  img{
    max-width: 40%;
	margin-right: -100px!important;
} */



.h1_logo {
  font-size: 18px!important;
  color: #217490;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: none!important;
}

.mt--10 { margin-top: -10px!important;}

/********************** span declaration ***************************************************/




#footer .footer-top .footer-links ul span {
  padding-right: 2px;
  color: #217490;
  font-size: 18px;
  line-height: 1;
}

.hr_footer{height:2px; border-width:0;background-color:gray; width:30%; margin-left:0; padding:0;}

/* ********************************************************************************************************************** */
/* Social Icons		 
/* ********************************************************************************************************************** */		 
div.gadget-social-container	{ float:right; text-align:right; background:none; margin: 20px 0px; }
div.gadget-social-container img	{ padding:0px 0px 0px 10px; }
div.gadget-social-container a:link,
div.gadget-social-container a:hover { text-decoration:none; }

@media print { div.gadget-social-container	{ display: none !important; } }



/************************** KEYSTONE **************************/
.socials_n  {
    float: right;
    padding-bottom: 10px;
}

.socials_n a {
    display: block;
    float: left;
    width: 60px;
    height: 61px;
    position: relative;
    background-color: #92ce0a;
    color: #fff;
    box-shadow: 0px 0px 0px transparent;
    font: 36px/61px FontAwesome;
    text-align:center;
}

.socials_n a:hover {
    box-shadow: 3px 3px 5px #555;
}

.socials_n a+a {
    background-color: #ffe202;
    margin-left: 6px;
}

.socials_n a+a:after {
    content: ' ';
}

/* .socials_n a+a+a {
    background-color: #0052da;
    margin-left: 6px;
} */

.socials_n a+a+a {
    margin-left: 5px;
    background-color: #ffe202;
    background: url(../images/last.png) 0 0 no-repeat #0052da;
}
.socials_n a+a+a:after {
    content: ' ';
}
/* .socials_n a+a+a+a {
    margin-left: 5px;
    background-color: #ff7f00;
    / *background: url(../images/last.png) 0 0 no-repeat #0052da;* /
} */

.socials_n a+a+a:after {
    content: '';
}

.socials_n a:after {
    text-align: center;
    display: block;
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

/****************************************************/

/********************** Gallery ***************************************************/
.box {
  position: relative;
  margin-top: 2px;
  margin-bottom: 31px;
  padding-bottom: 68px;
  overflow: hidden;
}
.box .gall_item {
  position: relative;
  display: block;
}
.box .gall_item img {
  width: 100%;
}
.box .gall_item span {
  -webkit-transition: background-position 0.5s ease;
  transition: background-position 0.5s ease;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/magnifyer.png) center -100px no-repeat;
}
.box .gall_item:hover span {
  background-position: center center;
}
.box .box_bot {
  background-color: #048fa5;
  color: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 7px 26px;
  top: 247px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.box .box_bot .box_bot_title {
  padding-left: 18px;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
  letter-spacing: -1px;
  margin-bottom: 19px;
}
.box .box_bot .btn {
  margin-top: 0;
  border-color: #e8e6b9;
  color: #e8e6b9;
}
.box .box_bot .btn:hover {
  color: #048fa5;
  border-color: #ffffff;
}
.box .box_bot:hover {
  top: 0;
}
.box .box_bot:hover .box_bot_title {
  color: #e8e6b9;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}
