body{
	color:#000;
	font-family: arial;

}
body a {
    color: #1B242F;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
	position: relative;
}
a:hover, a:focus {
	color: #E74C3C;
	text-decoration: underline;
}
#index, #index a {
	color: #fff;
	background-color: black;
	position:relative;
	z-index:0;
	min-height: 800px;
}
#index::before {
	background: rgba(0,0,0,0.7);
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	z-index: 0;
}
.container {
	z-index: 1;
}
.head-one {
	padding: 0em 0 2em;
}
.head-one h1,h2 {
	color: #303030;
	font-weight: 800;
	font-size: 150%;
	text-transform: uppercase;
	margin: 0.2em 0;
}
.head-one span {
	height: 3px;
	background: #303030;
	display: inline-block;
	width: 20%;
	margin: 0;
	padding: 0;
}
header {
	position: absolute;
	width: 100%;
	top: 0;
}
header nav {
	background-color: #F8F9FA;
	z-index: 1000;
}
.navbar-brand {
	padding: 2px 0;
}
.navbar-brand img {
	height: 60px;
}
.main-section {
	padding: 0;
}
.main-section hr {
	margin: 2rem 0;
}
.section-header {
	font-family: tahoma,arial,sans-serif;
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 1rem;
	text-decoration: underline;
}
.centered {
	text-align: center;
}
.smallfont p,.smallfont h4 {
	font-size: 14px;
}
.smallfont h4{
    font-weight: bold;
}
.main-section {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
	background-size: cover;
	background-position: center;
}
h3 {
	font-style: oblique;
	text-decoration: underline;
	margin-bottom: 3rem;
	font-size: 110%;
	font-weight: 600;
	font-family: arial,sans-serif;
}
.section-content {
	font-family: verdana,arial,sans-serif;
}
.section-content > .row {
	margin-bottom: 3rem;
}
.breadcrumb {
	margin-top: 15px;
}
.banner-info {
	background: url(/images/slide1.jpg) no-repeat 0px 0px;
	min-height: 580px;
	background-size: 100% 100%;
	position: relative;
}

.banner-info img {
	max-width: 37%;
	height: auto;
	position: absolute;
	display: none;
	max-height: 90%;
}

.banner-info .magictime{
    display:block;
	animation-fill-mode: none;

}

#m-ban-left {
	left: 10%;
	top: 3%;
}
#m-ban-right {
	right: 10%;
	top: 3%;

}

.main-text {
	font-weight: bold;
	text-align: center;
	font-size: 130%;
	font-style: oblique;
}

.btnUp {
	background-image: url(/images/up.svg);
	background-size: 90%;
	height: 65px;
	width: 65px;
	display: block;
	position: fixed;
	bottom: 50px;
	z-index: 10000;
	left: 50px;
	background-color: #eee;
	padding: 5px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
}
.cat-link-wrapper {
	border: 1px solid #ccc;
	padding: 3px;
}
.cat-img-link {
	display: block;
	height: 200px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}
.cat-link {
	display: block;
	min-height: 70px;
	margin-top: 8px;
}

#contact {
	margin: 3rem 1rem;
}

.contact-map iframe {
	width: 100%;
	min-height: 350px;
	border: 8px solid #FFF;
	box-shadow: 0px 0px 2px #999;
	-webkit-box-shadow: 0px 0px 2px #999;
	-moz-box-shadow: 0px 0px 2px #999;
	-o-box-shadow: 0px 0px 2px #999;
	-ms-box-shadow: 0px 0px 2px #999;
}

.footer {
	background: #4F4F4F;
	padding: 1.5em 1em;
}

.footer-left {
	float: left;
}
.footer-right {
	float: right;
}

.footer p {
	margin: 0;
	padding: 0;
	color: #868686;
	font-size: 1em;
}

.footer p span, .footer p a {
	color: #949494;
}

@media (max-width: 576px) {
    .banner-info {
    	min-height: 250px;
    }
    .container-fluid {
    	overflow-x: hidden;
    }
    .main-text {
	font-size: 100%;
}
  .section-header {
    	font-size: 150%;
    }
    .section-content {
	font-size: 100%;
}
}
@media (max-width: 720px) {
    .section-header {
    	font-size: 150%;
    }
    .head-one h1,h2{
         font-size:110%;   
    }
    .cat-img-link {
    	display: none;
    }
    .cat-menu .row {
    	display: block;
    }
    .cat-link {
    	min-height: auto;
    	margin: 3px;
    }
    .cat-link-wrapper {
    	margin-bottom: 5px;
    	border-radius: 5px;
    }
    #partners .section-content > .row {
    	display: block;
    }
    #partners .section-content > .row > .col {
    	margin-bottom: 10px;
    }
    .doc-screen {
    	display: none;
    }
    .contact-map {
    	display: none;
    }
    .contactTable {
	display: block;
}
.contactTable th {
	display: none;
}
#contact {
	margin: 0 1rem;
}

}
