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


#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: 100%;
	box-shadow: 10px 10px 10px #000;
}


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

.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;
color: #10285d;
font-size: 18px;
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:#7c32ff;}

.w-100p{width:100px!important;}
.h-35p{height:35px!important;}
.h-150p{height:150px!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);
} */


.hidden {display:none;}

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

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

.res_logo {
  max-width: 100%;
}

.red {color: #217490;}

/* .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;
}

.h3_pricing {
  font-size: 20px!important;
}

.blue_bgd {background-color: #0f4e8c;}
.res_img {max-width:100%!important;}
.fs_15 {font-size: 15px!important;}
.white_text{color: #fefefe!important;}
.black_text{color: #212529!important;}
.text_normal{text-transform: none!important;}
.strong{font-weight: 700!important;}

.set-width-100 { width:300px!important; }

.slider_mg {margin-top: 15%!important;
    margin-left: 15%!important;}



.marquee {
	border-top: 2px solid #a0c327;
	border-bottom: 2px solid #a0c327;
	position: relative;
	width: 100vw;
	max-width: 100%;
	height: 50px;
	overflow-x: hidden;
	text-align:center; 
	font-family:"Playpen Sans", sans-serif;
	font-size: 28px; color:#016ea7; /*color:#1086D3;*/ 	
	font-weight:500; 
	line-height:45px;
	
}

.track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 32s linear infinite;

}

@keyframes marquee {
  from { transform: translateX(0); }
 /*  to { transform: translateX(-50%); } */
  to { transform: translateX(-50%); }
}
/********************** span declaration ***************************************************/

/* .navbar a i, .navbar a:focus span {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar .dropdown ul a span {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a span {
  font-size: 12px;
} */

.about .content ul span {
  font-size: 20px;
  padding-right: 4px;
  color: #217490;
}

.why-us .content .more-btn span {
  font-size: 14px;
}

.why-us .icon-boxes .icon-box span {
  font-size: 32px;
  padding: 18px;
  color: #217490;
  margin-bottom: 30px;
  background: #ecf9f0;
  border-radius: 50px;
}

.features .icon-box span {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.trainers .member .social span {
  font-size: 18px;
  margin: 0 2px;
}

.pricing ul span {
  color: #217490;
  font-size: 18px;
  padding-right: 4px;
}

.pricingTable .pricingContent > span{
    font-size: 60px;
    margin-top: 20px;
	color: #a0c327;
}
/* .contact .info span {
  font-size: 20px;
  color: #217490;
  float: left;
  width: 44px;
  height: 44px;
  background: #ecf9f0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info .email:hover span, .contact .info .address:hover span, .contact .info .phone:hover span {
  background: #217490;
  color: #fff;
} */

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

/* #header .logo {
	font-size: 22px!important;
	}
	
#header img {
  max-width: 85%!important;
}

#footer img {
  max-width: 85%!important;
}
.grey {color: #808080!important;}


@media (max-width: 450px) {
	#header .logo {
	font-size: 18px!important;
	}
}
 */
/*@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: #6baa25;}
} */

/*------------------------------------*\
 MATERIAL PHOTO GALLERY
 \*------------------------------------*/
.m-p-g {
  max-width: 100%;
  margin: 0 auto;
}
.m-p-g__thumbs-img {
  margin: 0;
  float: left;
  vertical-align: bottom;
  cursor: pointer;
  z-index: 1;
  position: relative;
  opacity: 0;
  filter: brightness(100%);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  will-change: opacity, transform;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
 

}
.m-p-g__thumbs-img.active {
  z-index: 50;
}
.m-p-g__thumbs-img.layout-completed {
  opacity: 1;
}
.m-p-g__thumbs-img.hide {
  opacity: 0;
}
.m-p-g__thumbs-img:hover {
  filter: brightness(110%);
}
.m-p-g__fullscreen {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0);
  visibility: hidden;
  transition: background 0.25s ease-out, visibility 0.01s 0.5s linear;
  will-change: background, visibility;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.m-p-g__fullscreen.active {
  transition: background 0.25s ease-out, visibility 0.01s 0s linear;
  visibility: visible;
 /*  background: rgba(0, 0, 0, 0.95); */
  background: rgba(0, 0, 0, 0.7);
}
.m-p-g__fullscreen-img {
  pointer-events: none;
  position: absolute;
  transform-origin: left top;
  top: 50%;
  left: 50%;
  max-height: 100vh;
  max-width: 100%;
  visibility: hidden;
  will-change: visibility;
  transition: opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.active {
  visibility: visible;
  opacity: 1 !important;
  transition: transform 0.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.5s ease-out;
}
.m-p-g__fullscreen-img.almost-active {
  opacity: 0;
  transform: translate3d(0, 0, 0) !important;
}
.m-p-g__controls {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  height: 20vh;
  background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.m-p-g__controls.active {
  opacity: 1;
  visibility: visible;
}
.m-p-g__controls-close, .m-p-g__controls-arrow {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: none;
}
.m-p-g__controls-close:focus, .m-p-g__controls-arrow:focus {
  outline: none;
}
.m-p-g__controls-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  width: 20%;
  height: 100vh;
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
}
.m-p-g__controls-arrow:hover {
  opacity: 1;
}
.m-p-g__controls-arrow--prev {
  left: 0;
  padding-left: 3vw;
  justify-content: flex-start;
}
.m-p-g__controls-arrow--next {
  right: 0;
  padding-right: 3vw;
  justify-content: flex-end;
}
.m-p-g__controls-close {
  position: absolute;
  /* top: 3vh;
  left: 3vw; */
  top: 3vh;
  right: 3vw;
  z-index: 5;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.m-p-g__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.07);
  transition: all 0.25s ease-out;
}
.m-p-g__btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.m-p-g__alertBox {
  position: fixed;
  z-index: 999;
  max-width: 700px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 25px;
  border-radius: 3px;
  text-align: center;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.23), 0 10px 40px rgba(0, 0, 0, 0.19);
  color: grey;
}
.m-p-g__alertBox h2 {
  color: red;
}

/* DEMO */
/* body {
  background: #fefefe;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  font-family: 'Roboto Mono';
} */
h2 {
  font-weight: 300;
  margin: 4vh 4vw;
  letter-spacing: 3px;
  color: grey;
  text-transform: uppercase;
}
.demo-btn {
  display: inline-block;
  margin: 0 2.5px 4vh 2.5px;
  text-decoration: none;
  color: grey;
  padding: 15px;
  line-height: 1;
  min-width: 140px;
  background: rgba(0, 0, 0, 0.07);
  border-radius: 6px;
}
.demo-btn:hover {
  background: rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  .demo-btn {
    min-width: 0;
    font-size: 14px;
  }
  
  .slider_mg {margin-top: 15%!important;
    margin-left: 15%!important;}
}