body {
	font-size: 14px;
	font-family: Tahoma;
}

a:hover {
	text-decoration: none;
}

header .logo {
	height: 70px;
}
header .site-title {
	font-size: 1.2em;
}
header .top-menu {
	list-style: none;
	padding:0px;
	margin:0px;
}
header .top-menu li {
	display: inline-block;
}
header .top-menu li a {
	color: #fff;
	margin-left: 15px;
}
header .top-menu li a:hover {
	color: #ccc;
}

/*navbar main*/
.navMain .navbar-nav .nav-link, .navMain .navbar-brand {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #fff;
	text-transform: uppercase;
}
.navMain .navbar-nav .dropdown-menu {
	text-transform: none;
}

.l-menu {
	color: #fff;
	padding-top: 10px;
	cursor: pointer;
}

/*navLeft*/
.navLeft ul {
	padding:0px;
	margin:0px;
	list-style: none;
}
.navLeft ul li ul {
	padding-left: 15px;
}
.navLeft ul li ul li a {
	font-weight: normal;
}
.navLeft ul li:before {
	content: "\203a";
	margin-right: 8px;
}
.navLeft > ul li a {
	display: inline-block;
	color: #333;
	padding-top:8px;
	padding-bottom: 8px;
	font-size: 0.95em;
	font-weight: bold;
}
.navLeft ul li a:hover {
	color: #666;
}
.navLeft .icon-down {
	cursor: pointer;
}

/*mid*/
.mid .right h2{
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: 2px solid var(--success);
	text-transform: uppercase;
}
.mid .right .item h3 {
	font-size: 1.1em;
	margin:5px;
	color: #333;
	font-weight: bold;
}
.mid .right .item h3:hover {
	color: #666;
}
.mid .right .item figcaption {
	padding:10px;
}
.mid .right .item img {
	height: 130px;
	object-fit: cover;
}
.mid .right .col-sm-3 {
	padding-left: 8px;
	padding-right: 8px;
}
.mid .left .box h3.title {
	font-size: 1.2em;

}
.mid .left .box ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.mid .left .box ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mid .left .box ul li:before {
	content: "\203a";
	margin-right: 10px;
}
.mid .left .box ul li a {
	color: #555;
}
.mid .left .box ul li a:hover {
	color: #888;
}



footer {
	min-height:150px;
}
footer h3 {
	font-size: 1.2em;
	font-weight: bold;
}
footer ul {
	list-style: none;
	padding:0px;
	margin: 0px;
}
footer ul li {
	padding-bottom: 5px;
}
footer ul li a {
	color: #666;
}
footer ul li a:hover {
	color: #999;
}


/*go-top*/
.go-top {
	border:1px solid #666;
	color: #fff;
	width: 30px;
	height: 30px;
	border-radius: 15px;
	background-color: rgba(100,100,100,0.75);
	position: fixed;
	text-align: center;
	line-height: 30px;
	right:20px;
	bottom: 50%;
	transform: translateY(-50%);
	transition: background-color 0.3s, color 0.3s;
	cursor:pointer;
	display: none;
	z-index: 999;
}
.go-top:hover {
	color:#eee;
	background-color: rgba(80,80,80,0.75);
}

.row-c {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -8px;
	margin-left: -8px;
}

@media (min-width: 576px) {
  
}

@media (min-width: 768px) {

}

@media (min-width: 992px) {
	
}

@media (min-width: 1200px) {
	
}

@media (max-width: 575.98px) {
	header .site-title {
		font-size: 1.1em;
	}

	header .top-menu li a {
		margin-left: 5px;
	}

	.mobile-media {
		display: block;
		background-color: rgba(234,30,31,0.85);
		position: fixed;
		bottom: 0px;
		min-height: 40px;
		color: #fff;
		width: 100%;
		z-index: 9999;
		line-height: 40px;
	}
}