@font-face {
  font-family: 'ElektraLightPro';
  src: url('fonts/ElektraLightPro.eot?#iefix') format('embedded-opentype'),  url('fonts/ElektraLightPro.otf')  format('opentype'),
	     url('fonts/ElektraLightPro.woff') format('woff'), url('ElektraLightPro.ttf')  format('truetype'), url('fonts/ElektraLightPro.svg#ElektraLightPro') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'ElektraMediumPro';
	src: url('fonts/ElektraMediumPro.eot?#iefix') format('embedded-opentype'),  url('fonts/ElektraMediumPro.otf')  format('opentype'),
		 url('fonts/ElektraMediumPro.woff') format('woff'), url('fonts/ElektraMediumPro.ttf')  format('truetype'), url('fonts/ElektraMediumPro.svg#ElektraMediumPro') format('svg');
	font-weight: normal;
	font-style: normal;
}

body {
	background-color: #ededed;
	font-family: 'Open Sans';
}

/* Top bar */

header .topbar {
	background-color: #1c1c1c;
	border: none;
}

header .topbar .social {
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
	color: #fff;
	font-size: 14px; 
	text-transform: uppercase; 
	padding-top: 9px;
}

header .topbar .social  i  {
	font-size: 15px; 
	padding: 5px;
}

header .topbar .social a{
	color: #ffcb08;
}

header .topbar .social a:hover{
	color: #ededed;
}

header .topbar .search-form {
	float: right;
	padding: 5px;
}

header .topbar .btn-search {
	background-color: #ffcb08;
	border: none; 
	border-radius: 0px;
	height: 34px;	
}

header .topbar .form-control {
	background-color: #292929;
	border: none; 
	border-radius: 0px;
}

/* Top bar end */

/* Navigation */

header .navbar .navbar-header .navbar-toggle {
	background: #000;
	border: none;
}

header .navbar .navbar-header .navbar-toggle .icon-bar {
	background: #ffcb08;
}

header .navbar .navbar-header .navbar-collapse, header .navbar .navbar-header .navbar-form {
	background: #fff;
	border:none;
}

header .navbar-brand {
	background: url(images/logo.png) no-repeat;
	width: 196px;
	height: 46px;
}

header .navbar .navbar-default {
	background-color: #fff;
	border: none;
}

header .navbar .nav_cont {
	padding: 25px;
}

header .navbar-default .navbar-nav>li>a {
	color: #1c1c1c;
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 15px;
	line-height: -1px;
}

header .navbar-default .navbar-nav>li>a:focus,.navbar-default .navbar-nav>li>a:hover {
	color: #ffcb08; 
}

header .navbar-nav>li>.dropdown-menu {
	box-shadow: none; 
	border-top: 3px solid #ffcb08;
	border-radius: 0px;
}

header .navbar-default .navbar-nav>.open>a, header .navbar-default .navbar-nav>.open>a:focus, header .navbar-default .navbar-nav>.open>a:hover {
	color: #fff;
	background: #1c1c1c;
}

header .dropdown-menu>li>a {
	font-family: 'ElektraLightPro' , sans-serif;
}

/* Navigation end */

/* Adv */

.container .adv {
	margin: 0px 0px 20px 0px;
}

.container .mt10 {
	margin-top: 10px;
}

.container .mt20 {
	margin-top: 20px;
}

.container .mt30 {
	margin-top: 30px;
}

.breadcrumb {
	margin-bottom: 0px;
}

/* Adv end */

/* Home page */

/* Big new */

.homepage .news .big_new .news_bg {
    background: #1c1c1c;
    padding: 5px 20px 20px 20px;
}

.homepage .news .big_new .news_img {
    height: 100%;
    position:relative;
}

.homepage .news .big_new .news_img img{
    display: inline-block;
    height: 90%;
    width: 100%;
}

.homepage .news .big_new .date {
    display: inline-block;
	bottom: 0;
	right: 0;
	position: absolute; 
	padding: 2px 5px; 
	background: #fff; 
	color: #1c1c1c; 
	text-transform: uppercase; 
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
}

.homepage .news .big_new .news_bg h3 {
	font-family: 'Ubuntu' , sans-serif;
	font-size: 20px;
	text-transform: uppercase; 
}

.homepage .news .big_new a h3 {
	color: #ffcb08;
	text-decoration: none;
}

.homepage .news .big_new a:hover, .homepage .news .big_new a:active, .homepage .news .big_new a:visited {
	color: #ffcb08;
	text-decoration: none;
}

.homepage .news .big_new .news_bg p {
	font-family: 'Noto Serif';
	font-size: 13px;
	color: #fff;
	text-align: justify;
}

/* Line between news */

.homepage .news .line {
	background: #1c1c1c;
	width: 100%;
	height: 5px;
	margin: 10px 0;
}

/* Small news */

.homepage .news .small_news .row .col-md-4{
	padding-right:0px;
}

.homepage .news .small_news .row .col-md-8{
	padding-left:0px;
}

.homepage .news .small_news .news_bg {
    background: #1c1c1c;
    padding: 5px 10px 20px 10px;
}

.homepage .news .small_news .new_box {
    margin-bottom: 15px;
}

.homepage .news .small_news .new_box:last-child{
    margin-bottom: 0px;
}

.homepage .news .small_news .news_img {
    height: 100%;
    position:relative;
}

.homepage .news .small_news .news_img img{
    display: inline-block;
    height: 90%;
    width: 100%;
}

.homepage .news .small_news .date {
    display: inline-block;
	bottom: 0;
	right: 0;
	position: absolute; 
	padding: 2px 5px; 
	background: #fff; 
	color: #1c1c1c; 
	text-transform: uppercase; 
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
}

.homepage .news .small_news .news_bg h3 {
	font-family: 'Ubuntu' , sans-serif;
	font-size: 20px;
	text-transform: uppercase; 
}

.homepage .news .small_news a h3 {
	color: #ffcb08;
	text-decoration: none;
}

.homepage .news .small_news a:hover, .homepage .news .small_news a:active, .homepage .news .small_news a:visited {
	color: #ffcb08;
	text-decoration: none;
}

.homepage .news .small_news .news_bg p {
	font-family: 'Noto Serif';
	font-size: 13px;
	color: #fff;
	text-align: justify;
}

/* Home page end */

/* Category */

.cat_view  h1 {
	color: #1c1c1c;
	font-family: 'ElektraLightPro' , sans-serif;
	text-transform: uppercase;
}

.cat_view .h1_line {
	background: #ffcb08;
	width: 10%;
	height: 3px;
	margin: 10px auto;
}

.cat_view p {
	color: #1c1c1c;
	font-family: 'Georgia';
	font-style: italic;
	font-size: 13px;
	margin-bottom: 15px;
}

/* Big new */

.cat_view .news .big_new .news_bg {
    background: #1c1c1c;
    padding: 5px 20px 20px 20px;
}

.cat_view .news .big_new .news_img {
    height: 100%;
    position:relative;
}

.cat_view .news .big_new .news_img img{
    display: inline-block;
    height: 90%;
    width: 100%;
}

.cat_view .news .big_new .date {
    display: inline-block;
	bottom: 0;
	right: 0;
	position: absolute; 
	padding: 2px 5px; 
	background: #fff; 
	color: #1c1c1c; 
	text-transform: uppercase; 
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
}

.cat_view .news .big_new .news_bg h3 {
	font-family: 'Ubuntu' , sans-serif;
	font-size: 20px;
	text-transform: uppercase; 
}

.cat_view .news .big_new a h3 {
	color: #ffcb08;
	text-decoration: none;
}

.cat_view .news .big_new a:hover, .cat_view .news .big_new a:active, .cat_view .news .big_new a:visited {
	color: #ffcb08;
	text-decoration: none;
}

.cat_view .news .big_new .news_bg p {
	font-family: 'Noto Serif';
	font-size: 13px;
	color: #fff;
	text-align: justify;
}

/* Line between news */

.cat_view .news .line {
	background: #1c1c1c;
	width: 100%;
	height: 5px;
	margin: 10px 0;
}

/* Small news */

.cat_view .news .small_news .row .col-md-4{
	margin-bottom: 15px;
}

.cat_view .news .small_news .news_bg {
    background: #1c1c1c;
    padding: 5px 10px 20px 10px;
}

.cat_view .news .small_news .new_box {
    margin-bottom: 15px;
}

.cat_view .news .small_news .new_box:last-child{
    margin-bottom: 0px;
}

.cat_view .news .small_news .news_img {
    height: 100%;
    position:relative;
}

.cat_view .news .small_news .news_img img{
    display: inline-block;
    height: 90%;
    width: 100%;
}

.cat_view .news .small_news .date {
    display: inline-block;
	bottom: 0;
	right: 0;
	position: absolute; 
	padding: 2px 5px; 
	background: #fff; 
	color: #1c1c1c; 
	text-transform: uppercase; 
	font-family: 'ElektraLightPro' , sans-serif;
	font-weight: bold; 
}

.cat_view .news .small_news .news_bg h3 {
	font-family: 'Ubuntu' , sans-serif;
	font-size: 20px;
	text-transform: uppercase; 
}

.cat_view .news .small_news a h3 {
	color: #ffcb08;
	text-decoration: none;
}

.cat_view .news .small_news a:hover, .cat_view .news .small_news a:active, .cat_view .news .small_news a:visited {
	color: #ffcb08;
	text-decoration: none;
}

.cat_view .news .small_news .news_bg p {
	font-family: 'Noto Serif';
	font-size: 13px;
	color: #fff;
	text-align: justify;
}

/* Category end */

/* News view */
.news_view h1 {
	color: #1c1c1c;
	font-size: 25px;
	font-family: 'ElektraLightPro' , sans-serif;
}

.news_view .new_box .article-info  {
	text-transform: uppercase;
	color: #1c1c1c;
	font: 13px 'Open Sans', sans-serif;
	margin: 15px 0;
}

.news_view .new_box .article-info time {
	float: left;
}

.news_view .new_box .article-info time i {
	margin-right:5px;
	margin-left:5px;
}

.news_view .new_box .article-info time .fa-clock-o {
	margin-left:5px;
}

.news_view .new_box .article-info .author {
	float: left;
	margin-left: 5px;
}

.news_view .new_box .article-info .author i {
	background:#a6a2a2;
	margin-right:5px;
	margin-left:5px;
	width:16px;
	top:4px;
	height:16px;
	color:#fff;
	-webkit-border-radius: 50%;
    border-radius: 50%;
	position:relative;
	margin-top:-4px;
	display:inline-block;
}

.news_view .new_box .article-info .author i:before {
	font-size: 14px;
    position: absolute;
    top: 3px;
    right: 2px;
}

.news_view .new_box .article-info .views {
	float: left;
	margin-left: 10px;
}

.news_view .new_box .article-info .comments {
	float: left;
	margin-left: 10px;
}

.news_view .new_box .article-info .views i, .news_view .new_box .article-info .comments i {
	margin-right: 5px;
}

.news_view .new_box img {
	width: 100%;
}

.news_view .new_box p.img_author:after,
.news_view .new_box p.img_author:before{
	content: '';
	width: 0px;
	height: 0px;
	top: 0px;
	position: absolute;
}

.news_view .new_box p.img_author:before {
    border-bottom: 40px solid transparent;
    border-left: 30px solid #ffcb08;
    right: -30px;
}

.news_view .new_box p.img_author {
	background: #ffcb08;
	font-family: 'ElektraLightPro' , sans-serif;
	color: #1c1c1c;
	font-style: italic;
	font-weight: bold;
	position: relative;
	display: inline-block;
	padding: 1px 5px 0px 10px;
	line-height: 40px;
	height: 40px;
}

.news_view .new_box .social-box {
	background: #f5f5f5;
	padding: 15px 18px;
	margin-bottom: 20px;
}
.news_view .new_box .social-box dl {
	display:inline-block;
	margin-bottom: 0px;
}

.news_view .new_box .social-box dd {
	display:inline-block;
	margin-right:10px;
	margin-bottom: 0px;
}

.news_view .new_box .social-box dd:last-child {
	margin-right:0;
}

.news_view .new_box .social-box dd a {
	background:#3b5998;
	display:block;
	color:#fff;
	padding:10px 12px;
	text-decoration: none;
}
.news_view .new_box .social-box dd a.gp {
	background:#d73d32;
}
.news_view .new_box .social-box dd a.tw {
	background:#55acee;
}
.news_view .new_box .social-box dd a .fa {
	margin-right:12px;
	font-size:16px;
}

/* News view end */

/* Sidebar */

.sidebar .box{
	margin-bottom: 15px;
}

.sidebar .box:last-child{
	margin-bottom: 0px;
}

.sidebar .box .box_title_black {
	background: #1c1c1c;
	border-left: 10px solid #ffcb08;
	padding: 10px;
	color: #fff;
}

.sidebar .box .box_title_white {
	background: #ffffff;
	border-left: 10px solid #1c1c1c;
	padding: 10px;
	color: #1c1c1c;
}

.sidebar .box .box_body {
	background: #5a5a5a;
	padding: 5px;
	color: #fff;
}

.btn-tips {
	background-color: #1c1c1c;
	border: none;
	border-radius: 0px;
	color: white;
	text-transform: uppercase;
}

.btn-tips:hover, .btn-tips:active, .btn-tips:focus {
	color: #ffcb08;
}

.livescore a {
	color: #fff;
	text-decoration: none;
}

.livescore a:hover {
	color: #cdcdcd;
	text-decoration: none;
}

.livescore .live_match:nth-child(even) {
	background: #393939;
	color: #fff;
}

.livescore .live_match:nth-child(odd) {
	background: #5a5a5a;
	color: #fff;
}

.livescore .row {
	margin-left: 0px;
	margin-right: 0px;
}

.livescore .live_match .minute {
	padding: 5px;
}

.livescore .live_match .teams {
	padding: 5px;
}

.livescore .live_match .result {
	padding: 5px;
}

/* sidebar end */

/* error page */
.block-error {
	width: 60%;
	margin: 0 auto;
}

.block-error .error-num {
	font-size: 190px;
	font-weight: 100;
	text-align: center;
	float: left;
	width: 100%;
	color: #1c1c1c;
	line-height: 180px;
}

.block-error .error-text {
	font-size: 31px;
	color: #1c1c1c;
	float: left;
	width: 100%;
	font-weight: 200;
	text-align: center;
	margin-top: 10px;
	text-transform: uppercase;
}

.block-error .error-description {
	font-size: 13px;
	color: #1c1c1c;
	float: left;
	width: 100%;
	font-weight: 300;
	margin: 30px 0px;
	text-align: center;
}

.block-error .btn-1 {
	background-color: #1c1c1c;
	border: none;
	border-radius: 0px;
	color: white;
	text-transform: uppercase;
}

.block-error .btn-1:hover, .block-error .btn-1:active, .block-error .btn-1:focus {
	color: #ffcb08;
}

.block-error .btn-2 {
	background-color: #ffcb08;
	border: none;
	border-radius: 0px;
	color: #1c1c1c;
	text-transform: uppercase;
}

.block-error .btn-2:hover, .block-error .btn-2:active, .block-error .btn-2:focus {
	color: #fff;
}

/* Error page end */

/* Pagination */
.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: 'ElektraLightPro' , sans-serif;
}

.pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0px;
}

.pagination>li>a, .pagination>li>span {
	background: #1c1c1c;
	border: none;
	color: #fff;
	padding: 10px 15px;
	margin-left: 10px;
	font-family: Arial;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	background: #1c1c1c;
	color: #cdcdcd;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	background: #ffcb08;
	color: #1c1c1c;
}

/* Pagination end */

/* Breadcrumbs */

.breadcrumb a {
	color: #1c1c1c;
	text-decoration: none;
}

.breadcrumb a:hover, .breadcrumb a:focus {
	color: #ffcb08;
	text-decoration: none;
}

/* Breadcrumbs end */

.clear { clear: both; }

/* Footer */

footer {
	margin-top: 10px;
}

footer .footer_big {
	border-top: 5px solid #ffcb08;
	background-color: #1c1c1c;
	padding: 40px;
	color: #ededed;
}

footer .footer_big h2 {
	font-family: 'Ubuntu' , sans-serif;
	font-size: 22px;
	font-weight: 400;
	letter-spacing: -1px;
	margin-top: 0px;
	color: #fff;
}

footer .footer_big ul {
	list-style: none;
}

footer .footer_big ul li {
	margin-left: -30px;
}

footer .footer_big ul li a {
	color: #ededed;
}

footer .footer_big ul li a:hover, footer .footer_big ul li a:active, footer .footer_big ul li a:visited {
	border-bottom: 1px dotted #ededed;
	text-decoration: none;
}

footer .footer_middle {
	background-color: #292929;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ededed;
}

footer .footer_small {
	background-color: #363636;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ededed;
}

footer .footer_small a {
	color: #ededed;
	font-weight: bold;
}

footer .footer_small a:hover, footer .footer_small a:active, footer .footer_small a:visited {
	border-bottom: 1px dotted #ededed;
	text-decoration: none;
}

/* Footer end */

/* Mobile responsive */
@media (max-width: 768px) {
	.homepage .news .small_news .row .col-md-4{
		padding-right:15px;
	}

	.homepage .news .small_news .row .col-md-8{
		padding-left:15px;
	}
	.cat_view .big_new:first-child {
		margin-bottom: 15px;
	}
	.sidebar {
		margin-top: 15px;
	}
	.block-error .error-num {
		font-size: 50px;
		line-height: 60px;
	}
}