body {
	background: #000;
	color: #fff;
	font-family: 'Proxima', sans-serif;
	font-size: 16px;
	font-weight: 400;
	position: relative;
}
html, body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	text-align: center;
	vertical-align: middle;
}
@font-face {
	font-family: 'Proxima';
	src: url(../fonts/ProximaNova-Regular.otf);
}
@font-face {
	font-family: 'Proxima Bold';
	src: url(../fonts/ProximaNova-Bold.otf);
}
a:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}

h1, h2, h3, h4, h5, h6 {
	font-family: "Proxima Bold";
	font-weight: bold;
}
p {
	letter-spacing: 1px;
	line-height: 28px;
}

a{
	color:#fff;
}
a:hover{
	color:#00B0F0;
}
hr {
	border-color: #00B0F0;
	margin: 0 auto 20px auto;
	width: 100px !important;
}
h1 {
	font-size: 60px;
}
h2 {
	font-size: 48px;
}
h3 {
	font-size: 30px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
.title {
	padding-bottom: 40px;
}
.title h2 {
	color: #00B0F0;
	line-height: 20px;
	padding-bottom: 30px;
}
.title p {
	padding-top: 14px;
	padding-bottom: 30px;
		color: #00B0F0;
}
.parallax-section {
	background-attachment: fixed !important;
	background-size: cover !important;
}
/* preloader section */
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: none repeat scroll 0 0 #000;
}
.sk-spinner-rotating-plane.sk-spinner {
	width: 40px;
	height: 40px;
	background-color: #00B0F0;
	border-radius: 50%;
	-webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
	animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@keyframes sk-rotatePlane {
0% {
-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
transform: perspective(120px) rotateX(0deg) rotateY(0deg);
}
50% {
-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
}
100% {
-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
}
}
/* home section */
#home {
	background: url('../images/home-bg2020.jpg') 50% 0 repeat-y fixed;
	color: #000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100vh;
	text-align: center;
}

#home .btn {
	background: #00B0F0;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px;
	margin-top: 60px;
	transition: all 0.4s ease-in-out;
}
#home .btn:hover {
	background: #000;
	color: #00B0F0;
	transition: all 0.4s ease-in-out;
}
#home .btn:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}

/* navigation section */
.navbar-default {
	background: #000;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(50, 50, 50, 0.04);
	margin: 0 !important;
}
.navbar-default .navbar-brand {
	font-size: 40px;
	font-weight: bold;
	margin: 0;
	line-height: 40px !important;
}
.navbar-default .navbar-nav li a {
	color: #fff;
	font-weight: bold;
	padding-right: 20px;
	padding-left: 20px;
	line-height: 40px;
}
.navbar-default .nn li a {
	color: #202020;
}
.navbar-default .navbar-nav li a:hover {
	color: #00B0F0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #fff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #00B0F0;
	background-color: transparent;
}
.navbar-default .navbar-toggle {
	border: none;
	padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #00B0F0;
	border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}
.navlogo{
	width:100%;
}
/* intro section */
#intro {	
	background: #202020 url('../images/intro-bgneu2020.jpg') repeat-y fixed 40% 0;
	color: #ffffff;
	padding-top: 200px;
	padding-bottom: 80px;
}
#intro .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#intro h1 {
	color: #00B0F0;
	font-size: 30px;
	bottom:130px;
	position: relative;
	text-align: right;
	margin-bottom: -20px;
}
#intro a.krav{
	color:#D31026;
	text-decoration: none;
}
#intro a.krav:hover{
	color:#D31026;
	text-decoration: underline;
}
#intro a.ftk{
	color:#00B0F0;
	text-decoration: none;
}
#intro a.ftk:hover{
	color:#00B0F0;
	text-decoration: underline;
}
#intro h2 {
	color: #00B0F0;
	font-size: 30px;
	bottom:130px;
	position: relative;
	text-align: right;
}
#intro h3 {
	color: #00B0F0;
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
	border-radius: 10px; 
	background-color: rgba(255, 255, 255, 0.8);
}
#intro h4 {
	color: #000;
}
#intro p {
	font-family: "Proxima Bold";
	font-weight: bold;
	font-size: 20px;
}

#intro .plan {
	background: #00B0F0;
	color: #fff;
	padding: 0 0 10px 0;
}
#intro  .plan .plan_title {
	background-color: #fff;
	color: #000;
	padding-top: 20px;
	padding-bottom: 20px;
}
#intro .plan .plan_sub_title {
	color: #000;
	border-bottom: 1px solid #fff;
}
#intro .plan .plan_sub_titlew {
	color: #fff;
}
#intro .plan p {
	padding: 20px;
	font-family: "Proxima Bold";
	font-weight: bold;
	font-size: 20px;
}
#intro .small {
	font-family: "Proxima";
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	line-height: 16px;
}
 #intro .p1 {
background: #fff;
color:#000;
font-family: "Proxima";
font-size: 18px;
 font-weight: lighter;
 text-align: justify;
 padding: 20px;
}
 #intro .p2 {
background: #000000;
color:#00B0F0;
font-family: "Proxima";
font-size: 18px;
 font-weight: lighter;
 text-align: justify;
 padding: 20px;
}
 #intro .bb {
	background: #00B0F0;
	color:#fff;
	font-family: "Proxima Bold";
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	padding-top: 10px;
	min-height:220px;
}
 #intro .bblogo {
	background: #fff;
	text-align: center;
	padding: 30px 0 30px 10px;

}
 #intro .btn {
	background: #ffffff;
	border: none;
	border-radius: 0;
	color: #202020;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
 #intro .btn:hover {
	background: #202020;
	color: #ffffff;
}
 #intro .btn:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}

/* whatis section */
#whatis {
	background: #202020 url('../images/home-bg2020.jpg') repeat-y fixed 40% 0;
	color: #ffffff;
	padding-top: 180px;
	padding-bottom: 140px;
	font-family: "Proxima Bold";
	font-weight: bold;
	font-size: 20px;
}
#whatis .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#whatis h2 {
color: #fff;
line-height: normal;
}
#whatis p {
color: #00B0F0;
}
#whatis .p1 {
background: #fff;
color:#000;
font-family: "Proxima";
font-size: 18px;
 font-weight: lighter;
 text-align: justify;
 padding: 20px;
}

/* team section */
#team {
		background: #f6f6f6 url('../images/team-bg2020.jpg') repeat-y fixed 50% 0;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 100px;
}

#team h2 {
color: #fff;
line-height: normal;
}
#team h3 {
	font-family: "Proxima";
	font-size: 12px;
	font-style: italic;
	font-weight: lighter;
	line-height: 16px;
}
#team h4 {
	color: #202020;
	line-height: 20px;
	font-weight: bold;
}
#team .team-des {
	background-color: #00B0F0;
	color: #ffffff;
	padding: 20px 12px;
	position: relative;
	min-height: 180px;
}
#team img {
	max-width: 100%;
	height: auto;
	padding-top: 5px;
}

/* portfolio section */
#portfolio {
	padding-top: 100px;
	padding-bottom: 100px;
		color: #ffffff;

	font-family: "Proxima Bold";
	font-weight: bold;
	font-size: 20px;
}
#portfolio h2 {
	
color: #fff;
line-height: normal;
}
}
#portfolio h3 {
	color: #eb5424;
	padding-bottom: 60px;
}
#portfolio a {
	text-decoration: none;
}
#portfolio img {
	border-radius: 1px;
	width: 100%;
	max-width: 100%;
	height: auto;
	opacity: 0.8;
	margin-bottom: 34px;
	opacity: 0.6;
	transition: all 0.4s ease-in-out;
}
#portfolio img:hover {
	opacity: 0.9;
}

/* schedule section */
#member {
background: #f6f6f6 url('../images/contact-bg2020.jpg') repeat-y fixed 50% 0;
	color: #ffffff;
	padding-top: 180px;
	padding-bottom: 140px;

}
#member .container {
	width: 100%;
	padding: 0;
	margin: 0;
}
#member table 
{
width: 95%; border-radius: 10px; background-color: rgba(255, 255, 255, 0.5);
}
#member .inside 
{
width: 100%; background-color: transparent;
}
#member .login
{
width: 100%;
border-radius: 0; 
background-color: transparent;
}
#member th
{
text-align: center;
}

#member td
{
text-align: center;
 font-size: 8pt;
}
#member .first
{
 font-size: 12pt;
}
#member .tabg{
border-style: groove groove groove groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabt{
border-style: hidden groove groove groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabb{
border-style: groove groove hidden groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabl{
border-style: groove groove groove hidden;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabr{
border-style: groove hidden groove groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabtl{
border-style: hidden groove groove hidden;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabtr{
border-style: hidden hidden groove groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabbl{
border-style: groove groove hidden hidden;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .tabbr{
border-style: groove hidden hidden groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
#member .btn {
	background-color: #00B0F0;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	height: 50px;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#member .btn:hover {
	background: #000;
	color: #00B0F0;
	transition: all 0.4s ease-in-out;
}
#member .btn:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}

#member .insb {
	background-color: #000;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	height: 20px;
	font-size: 10px;
	transition: all 0.4s ease-in-out;
	margin: 2px;
}
#member .insb:hover {
	background: Gray;
	color: #fff;
	transition: all 0.4s ease-in-out;
}
#member .insb:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}

#member td.timetablelink{
border-radius: 10px; 
background-color: #00B0F0;
font: bolder larger monospace;
}
#member td.timetablelink:hover{
background-color: #00F03E;
}
#member_f{
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.5);

	padding: 30px;
}
#member_f .fa{
font-size: 14px;
    color: gray;
	 position: relative;
	 left: 10px;
	 top: 33px;
}
#member_f span {
    top:23px;
}
#member_f .form-group{
		text-align: justify;
}
#member_f .form-control {
	border-radius: 4px;
	background-color: #fff;

}
#member_f input {
	height: 50px;
	padding-left: 30px;
}
#member_f .btn {
	background-color: #00B0F0;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	height: 50px;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#member_f .btn:hover {
	background: #000;
	color: #00B0F0;
	transition: all 0.4s ease-in-out;
}
#member_f .btn:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}
#member_f .rbtn{
	background: #00F03E;
	border-radius: 4px;
	border: none;
	color: #ffffff;
	height: 50px;
	font-size: 16px;
	transition: all 0.4s ease-in-out;
	margin-top: 20px;
}
#member_f .rbtn:hover {
	color: #00F03E;
	background: #000;
	transition: all 0.4s ease-in-out;
}
#member_f .rbtn:focus { outline: none;  ie-dummy: expression(this.hideFocus=true);}
.timetable_clearfix:after
{
    font-size: 0px;
    content: ".";
    display: block;
    height: 0px;
    visibility: hidden;
    clear: both;
}

.tt_items_list
{
	padding: 0;
	margin: 0;
	list-style: none;
border-radius: 10px; background-color: rgba(255, 255, 255, 0.5);
border: 20px solid rgba(255, 255, 255, 0.5);
}

.tt_items_list.margin_top
{
	margin-top: 8px;
}
.tt_items_list li
{
	padding: 12px 0 !important;
	margin: 0 !important;
	list-style: none !important;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	background-position: left center;
	background-repeat: no-repeat;
	line-height: 120%;

}
.tt_items_list li:first-child
{
	padding-top: 0;
}
.tt_items_list a
{
	float: left;
	outline: none;
}

.tt_items_list.thin a,
{
	font-weight: normal
}


.tt_items_list li a
{
	border: none;
}
.tt_items_list li a:hover
{
	text-decoration: underline;
}
/* price section */
#price {
background: #fff url('../images/price-bg2020.jpg') repeat-y fixed 50% 0;
	color: #fff;
	padding-top: 100px;
	padding-bottom: 120px;
}
#price .panel-heading{
	background-color: #00B0F0;
	color: #ffffff;
	font-size: 16px;
	padding: 20px 40px 40px 20px;
}

#price a:link{
	float:left;
	font-size: 20px;
}
#price a:visited{
	color: #fff;
	text-decoration: none;
}
#price a:hover{
	color: #000;

}
#price a:focus {
outline: none;
ie-dummy: expression(this.hideFocus=true);
}
#price .heading-right{
color: #000;
float:right;
font-size: 20px;
}
#price p{
	color:#000;
	font-size: 18px;
}
#price .underline{
	text-decoration: underline;
}
#price .notunderline{
	text-decoration: none;
}
#price small{
	color:#000;
	font-size: 11px;
		line-height: 11px;
}
#price .inlinediv{
	border-radius: 20px;
	border:2px double #00B0F0;
	min-height:150px; 
	background-color:transparent;
	margin: 5px;
	padding: 5px;
	}
#price h2, h4, h6 {
color: #fff;
line-height: normal;
}

#price .end {
	margin-top: 20px;
}
#price td {
text-align:left;
vertical-align:top;
padding:10px;
background-color: #00B0F0;
border-style: groove;
border-color: rgba(255, 255, 255, 0.25);
border-width: thin;
}
/* google map section */
#map-canvas {
	border: none;
	width: 100%;
	height: 400px;
}
/* contact section */
#contact {
	background: #f6f6f6 url('../images/contact-bg2020.jpg') repeat-y fixed 50% 0;
	color: #ffffff;
	padding-top: 100px;
	padding-bottom: 80px;
}
#contact h2 {
	color: #ffffff;
}
#contact .gly {
text-align: justify;
	
}
#contact_f{
border-radius: 4px;
background-color: rgba(255, 255, 255, 0.5);
}
#contact_f .fa{
font-size: 14px;
    color: gray;
	 position: relative;
	 left: 10px;
	 top: 33px;
}
#contact_f span {
    top:23px;
}
#contact_f .form-control {
	border-radius: 4px;
	background-color: #fff;
}
#contact_f input {
	height: 50px;
	padding-left: 30px;
}

#contact_f textarea
{ padding: 15px 30px 15px 30px; }

#contact_f .btn {
	background-color: #00B0F0;
	color: #ffffff;
	height: 50px;
	font-weight: bold;
	transition: all 0.4s ease-in-out;
}
#contact_f .btn:hover {
	background: #000;
	color: #00B0F0;
	transition: all 0.4s ease-in-out;
}
/* footer section */
footer {
	background: #202020;
	color: #ffffff;
	border-bottom: 10px solid #ffffff;
	padding-top: 60px;
	padding-bottom: 60px;
}
footer h2 {
	padding-top: 40px;
	padding-bottom: 20px;
}
footer p {
	line-height: 20px;
}
footer .copyright a {
	color: #00B0F0;
}
.social-icon {
	padding: 0;
	margin: 0;
	text-align: center;
	vertical-align: middle;
}
.social-icon li {
	list-style: none;
	display: inline-block;
}
.social-icon li a {
	background: #f8f8f8;
	border-radius: 100%;
	color: #eb5424;
	font-size: 32px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	text-decoration: none;
	transition: all 0.4s ease-in-out;
	margin: 0 6px 40px 6px;
}
.social-icon li a:hover {
	background: #080808;
}
@media screen and (max-width:980px) {
.navbar-default .navbar-nav li a {
	padding-right: 14px;
	padding-left: 14px;
	font-size: 13px;
}
.navlogo{
	width:60%;

}
#intro h3 {
	font-size: 32px;
}
#work .title {
	padding: 80px 20px 20px 20px;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 24px;
}
}
@media (max-width:767px) {
.navbar-brand {
	padding-top: 6px;
}
.navlogo{
	width:80%;
}
}
@media (max-width:400px) {
#price a:link{
	font-size: 13px;
}
#price .heading-right{
	font-size: 13px;
}
#price .panel-heading{
	padding: 20px 40px 50px 20px;
}
#home h1 {
	font-size: 32px;
}
#home h2 {
	font-size: 22px;
}
#home {	
	background: #000 url('../images/home-bg2020.jpg') no-repeat scroll 50% 0;;
	}
#intro {	
	background: #000 url('../images/intro-bgneu2020.jpg') no-repeat scroll 50% 0;
	}
#whatis {	
	background: #000 url('../images/home-bg2020.jpg') no-repeat scroll 50% 0;
	}
#team{
	background: #000 url('../images/team-bg2020.jpg') no-repeat scroll 50% 0;
}
#contact {	
	background: #000 url('../images/contact-bg2020.jpg') no-repeat scroll 50% 0;
	}
#member {
background: #000 url('../images/contact-bg2020.jpg') no-repeat scroll 50% 0;
}
#intro h3 {
	font-size: 20px;
line-height: 24px;
}
#intro .logo {
float: none;
}
.portfolio-thumb .portfolio-overlay {
	padding-top: 60px;
}
#intro {	
	padding-top: 200px;
}
#intro h1 {
	bottom:100px;
}
#intro h2 {

	bottom:100px;

}
#intro h3 {
	color: #00B0F0;
	padding: 0 30px 0 30px;
	text-align: left;
}
#intro p {
	font-size: 16px;
		line-height: 16px;
}
}
