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


#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;
}


/*************************************************************************/
.button_main {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #b11016;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #b11016;
}

.button_main:hover {
  background: #b11016;
  color: #fff;
  text-decoration: none;
}
/*************************************************************************/

.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: #b11016;
	}

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

.error_msg	{
color: #AC0823!important; 
font-size: 16px!important;
line-height: 30px!important;
margin-bottom: 15px!important;}

.ok_msg	{font-weight:700;
color: #10285d;
font-size: 16px;
line-height: 30px;
margin-bottom: 15px;}
.error_msg a,
.error_msg a:visited { color:#333683; font-size: 16px; text-align:center; }
.error_msg a:hover   { color:#3e6139;}

.w-100p{width:100px!important;}
.h-35p{height:35px!important;}

.contact_form button{
  background: #b11016;
  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);
}
/* Rows */
.row-float-left		{ float:left;  text-align:left;  }
.row-float-right	{ float:right; text-align:right;}
.row-clearer 		{ clear: both; height:0px; font-size:0px;}

.pad-right-10	{ padding-right:10px !important; }
.marg-top-m10	{ margin-top:-10px !important; }
.pad15{padding:15px;}
.set-width-100		{ width:100px; }

.keyschool {display:inline-block;width:100%;margin:0 auto;}

.byline
	{
		display: block;
		margin: 0.5em 0 0 0;
		padding: 0 0 0.5em 0;
		font-size: 18px;
	}


@media screen and (max-width:767px){
	#header .logo {
	  font-size: 22px;
	}
}
/*@media screen and (max-width:970px){
	.lang	{ margin-left: auto; margin-right:auto; right: 0px; left: 0px;}
}
*/
/* @media screen and (max-width:970px){
.lang {position: fixed; top: 60px; width: 100%; right: 5px;font-size:26px; color:#fefefe;}

.langs {float: left; text-align: center; padding-right: 9px; padding-left: 5px; background: rgba(0, 0, 0, 0.7);
-webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-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: 0.6em; color: #b11016;}
} */