body {
	background: #fff;
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color: #5e5e5e;
	line-height: 22px;
	font-size: 16px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-family: Helvetica, Arial, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
	color: #373e4c;
}

ul, ol {
	font-size: 16px;
	font-weight: normal;
	text-decoration: none;
	margin-bottom: 24px;
	line-height: 26px;
}
.menu-small {
	color: #FFFFFF;
	text-transform: uppercase;
}
a {
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
	font-family: Tahoma, Arial, Helvetica, "Microsoft YaHei New", "Microsoft Yahei", "微软雅黑", 宋体, SimSun, STXihei, "华文细黑", sans-serif;
}
a:hover, a:focus {
	color: #8EB6D0;
}
hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}
hr.inner {
	background-image: -moz-linear-gradient(left center, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
	border: 0 none;
	height: 1px;
}
hr.heading-boder {
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #002160;
	border-bottom-color: #002160;
}
hr.white {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px;
}
hr.heading-boder-footer {
	border-top: 1px solid #fff;
	border-bottom: none;
	width: 100px;
	padding-bottom: 0;
	margin-bottom: 35px;
	margin-left: 0;
}
.football-list {
	list-style-image: url(../images/list.png);
}
.btn-primary {
	padding: 8px 20px;
	background: #40a5d6;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus {
	outline: none;
	box-shadow: none;
	background-color: #40a5d6;
}
.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}
.btn-transparent:hover {
	border-color: rgba(255, 255, 255, 0.5);
}
.btn-default {
	margin-bottom: 10px;
	min-height: 51px;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: #f9f9f9;
	border-color: #adadad;
	color: #333;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

/********************************nav bar ********************************/
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 0;
	padding-bottom: 0;
	background-color: #fff;
}
.navbar-nav > li:last-child {
	border-right: none;
}
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	text-transform: capitalize;
	text-decoration: none;
	font-size: 14px;
}
.navbar-inverse .navbar-nav li a:hover, .navbar-inverse .navbar-nav li a:active {
	text-decoration: none;
}
.navbar-inverse .navbar-nav .dropdown-menu {
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
	border: 0;
	padding: 0;
	margin-top: 0;
	border-top: 0;
	border-radius: 0;
	left: 0;
	text-align: left;
}
.footer-logo {
    background-color: #fff;
    padding: 60px 30px;
    margin: auto;
    text-align: center;
}
/******************************** logo-block ********************************/

@media (min-width: 992px) and (max-width: 1199px) {
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	padding: 0px 6px;
	text-decoration: none;
	font-size: 13px;
}

}
@media (min-width: 768px) and (max-width: 991px) {
.navbar-inverse .navbar-nav > li > a {
	margin: 0;
	border-radius: 0px;
	color: #373e4c;
	display: inline-block;
	font-weight: 400;
	padding: 0px 6px;
	text-decoration: none;
	font-size: 11px;
}
}
