:root {
	
	--ff-one: Roboto, sans-serif;
}

body {
	font-family: var(--ff-one);
	font-size: 16px;
	line-height: 22px;
	color: #444;
	font-weight:400;
	background-color: #fff
}
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, li, form, legend, label, table, header, footer, nav, section, figure {
    margin: 0;
    padding: 0;
}
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0 none;
    list-style: none outside none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
div.image a, header, footer, nav, section, article, hgroup, figure {
    display: block;
}
picture{
    display: block;
    background-color: #f0f0f0;
    width: 100%;
}
.image img {
    width: 100%;
}
img {
    vertical-align: middle;
    height: auto;
}
iframe, object, img {
    max-width: 100%;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0
}
.container-fluid {
    max-width: 1310px;
}
main {
    padding-top: 30px;
}
.navbar-nav li a:hover,.navbar-nav li a:focus {
	outline: none;
	outline-offset: 0;
	text-decoration: none;
	background: 0 0
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	transition: 300ms
}
a:focus,a:hover {
	text-decoration: none;
	outline: none;
	color:#000;
    text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: 700;
	text-transform: capitalize;
	color: #222;
}
h1 {font-size: 36px;font-weight:900;}
h2 {font-size: 24px}
h3 {font-size: 18px}
h4 {font-size: 16px}
h5 {font-size: 16px}
.padding {padding: 90px 0}
.section {margin-bottom: 30px}
.navbar-toggle {
	border: 1px solid #fff;
	margin-top: 13px
}
.navbar-toggle .icon-bar {
	background-color: #384650
}
.navbar-toggle,
.navbar-fixed-top .navbar-toggle {
	border: 1px solid #384650
}
.navbar-toggle .icon-bar,
.navbar-fixed-top .navbar-toggle .icon-bar {
	background-color: #384650
}
.image-bg {
	background-size: cover;
	background-repeat: no-repeat;
	color: #fff;
	position: relative
}
.image-bg .section-title h1 {
	color: #fff
}
.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	border-color: inherit;
	background-color: inherit
}
.badge {
	margin-left: 5px;
	font-size: 11px
}
.mfp-figure {
	background-color: #fff
}
img.mfp-img {
	padding: 12px
}
.mfp-image-holder .mfp-close {
	top: -35px
}
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: pointer
}
.mfp-counter {
	right: 50%;
	color: #fff;
	top: 50px;
	margin-right: -20px
}
#navigation .sticky-nav {
	position: fixed;
	width: 100%;
	left: 0;
	top: -3px;
	z-index: 9999;
	background: #fff
}
#navigation .sticky-nav #topbar {
	display: none
}
.secondary-logo {
	display: none
}
#navigation .sticky-nav .secondary-logo {
    display: block;
    position: absolute;
    left: 15px;
    top: 12px;
    z-index: 9999;
    max-width: 54px;
}
#navigation .sticky-nav .navbar-nav {
	margin: 0px auto
}
#navigation .navbar {
	display: block;
	padding: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-box-shadow: -3px 10px 8px -8px rgba(0,0,0,0.15);
	-moz-box-shadow: -3px 10px 8px -8px rgba(0,0,0,0.15);
	box-shadow: -3px 10px 8px -8px rgba(0,0,0,0.15);
}
.nav>li>a,
.page .navbar-nav>li>a {
	display: block
}
#navigation .navbar-nav li a {	
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
}
#navigation .navbar-nav li a:hover {
    color: #fff;
    background: #000;
}
#navigation {
	background-color:#fff;
	width:100%;
	clear:both
}
#navigation .navbar .topbar {
	border-bottom: 3px solid #000;
}

#topbar {
	float:none
}
.navbar-brand {
	padding:10px 0
}
.homepage .navbar-brand {
	padding:13px 0
}
#topbar-right {
	float:right
}
#topbar-left {
	float:left
}
#date-time,#weather {
	display:inline-block;
	line-height:60px;
	color:#525b6e;
	font-size:14px
}
#date-time{margin-right:20px;}
#weather{float: right;}
#topbar-right #weather .weather-icon {
	max-width:30px;
	display:inline-block;
	margin-right:5px
}
#topbar-right #weather img {
	max-width:100%
}
.logo {
    padding-left: 30px;
    padding-right: 30px;
}
.logo a {
    display: block;
    max-width: 370px;
    height: 40px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 992px){
	.logo {
		-webkit-flex: 1;
		flex: 1;
	}
	.logo a {
		max-width: 500px;
		height: 60px;
	}
}
.searchNlogin {
	float:right;
	position:relative
}
.searchNlogin li {
	float:left;
	border-left:1px solid #ebecee;
	padding:10px 20px;
	color:#aeaeae;
	cursor:pointer;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.searchNlogin li:hover {
	color:#525b6e
}
.user-section {
	float:right
}
#mainmenu {
	padding-right:0;
	padding-left:0
}
.search {
	position:absolute;
	top:0;
	z-index:10;
	right:56px;
	width:0;
	opacity:0;
	-webkit-transition:all .5s ease-in-out;
	-moz-transition:all .5s ease-in-out;
	-ms-transition:all .5s ease-in-out;
	-o-transition:all .5s ease-in-out;
	transition:all .5s ease-in-out
}
.expanded .search {
	opacity:1;
	width:300px
}
.search-form {
	padding-left:0;
	height:40px;
	font-size:14px;
	font-weight:300;
	outline:none;
	width:100%;
	border:1px solid #eee;
	background-color:#f2f3f5;
	border-right:0
}
.expanded .search-form {
	padding-left:15px
}
.expanded .search-icon {
	background-color:#f2f3f5;
	border-left-color:#f2f3f5;
	color:#525b6e
}
#navigation .dropdown-menu.top-user-section,
.dropdown-menu.top-user-section {
	padding:0;
	border-top:0;
	position:absolute;
	right:15px;
	top:52px;
	min-width:360px;
	background-color:#3a3a3a;
	z-index:15;
	left:inherit;
	margin-top:0!important
}
#navigation .user-panel:hover .dropdown-menu.top-user-section,
.searchNlogin li:hover .dropdown-menu.top-user-section{
	display:block
}
.navbar {
	border-radius:0;
	border-bottom:1px solid rgba(0,
	0,
	0,
	.1)
}
.section {
	position:relative
}
.logo-icon {
	border-top:1px solid #f2f3f5;
	padding:20px 0;
	position:relative
}
.logo-icon:before,
.logo-icon:after {
	position:absolute;
	content:"";
	top:50%;
	height:1px;
	width:140px;
	background-color:#d9dadb;
	left:50%
}
.logo-icon:before {
	margin-left:-180px
}
.logo-icon:after {
	margin-left:40px
}
.logo-icon img {
	display:inline-block
}



.top-add {
	overflow:hidden;
	margin:30px 0;
	width:100%
}
.top-add .navbar-header {
	margin-top:15px
}
.box-width {
	max-width:1250px;
	margin:0 auto;
	background-color:#fff
}
#main-wrapper {
	background-color:#fff;
	border-left:1px solid #e4e4e4;
	border-right:1px solid #e4e4e4;
	-webkit-box-shadow:0 0 3px rgba(0,
	0,
	0,
	.175);
	box-shadow:0 0 3px rgba(0,
	0,
	0,
	.175);
	overflow:hidden
}

.user-panel .dropdown-toggle::after {
	display:none
}

.adbox{
	margin-top:45px;
	margin-bottom:45px;
    text-align: center;
}
.adbox img{
	min-width:300px;
}
.adbox .adtxt {
    line-height: 10px;
    margin-top: 10px;
    width: 100%;
    float: left;
    color: #b7b7b7;
	font-size: 11px;
    text-align: center;
}
/* ------------ ######
FOOTER
------------ #### */
footer {
    background: #fafafa;
    color: #000;
    clear: both;
    /*margin-top: 30px;	*/
    width: 100%;
    float: left;
}
footer .container {
    text-align: center
}
footer a{
	color:#000;
	font-weight: 700;
	font-size: 14px;
	letter-spacing:.3px;
}
footer a:hover {color:#26bbdb;}
.footer_section {
    width: 100%;
    color: #adadad;
    padding: 10px 0;
	float:left;
	border-bottom:1px solid #222;
}
.footer_section li {
    padding: 4px 0;
    text-align: center;
    display: inline-block;
    margin: 0 15px;
}
.footer_section li:first-child {margin-left: 0px;}
.footer_section li a{
	letter-spacing:.6px;
}
.aboutus-editions {
    width: 100%;
	float:left;
    text-align: left;
	border-bottom:1px solid #222;
    color: #666;
}
.aboutus-editions a {
    color: #666;
}
.aboutus-editions .footer-stack, .aboutus-editions .footer-link {
    padding: 15px 0;
	float:left;
}
.aboutus-editions .footer-stack {
	width:25%;
}
.aboutus-editions .footer-stack img {
	width:90%;
}
.aboutus-editions .footer-link {
	width:75%;
}
.aboutus-editions .footer-width {
	width:33.33%;
	float:left;
}
.aboutus-editions li {
    padding-left: 0
}
.aboutus-editions li a {
    color: #666;
    font-size: 14px;
	line-height:32px;
    letter-spacing: .6px;
}
footer .copyright {
    color: #666;
    float: left;
    font-size: 14px;
	line-height:32px;
    letter-spacing: .6px;
    padding: 6px 0;
}
footer .copyright b {
    color: #999;
    font-weight: 400;
	font-family: fsbenjamin;
}
footer .share-icon {
    float: right;
    padding-top: 16px;
	list-style:none;
}
footer .share-icon a {
	display:inline-block;
	color:#505050;
	font-size: 18px;
	margin-left: 15px;
}
footer .share-icon a:hover {color:#007bff;}

#backtotop{
	width: 50px;
	display: block;
	position: fixed;
	z-index: 99;
	bottom: 222px;
	right: 0px;
	opacity: 0.2;
	-webkit-transition: 4s ease-out;
	-moz-transition: 4s ease-out;
	-o-transition: 4s ease-out;
	transition: 4s ease-out;
}
#div-gpt-ad-Adhesion{
	bottom:0;
	left:0;
	right:0;
	z-index:99999;
	background:#fff;
	border-top:1px solid #E5E5E5;
	text-align:center;
	padding:0;
}
@media screen and (max-width: 768px){
	.footer_section li {margin: 0 10px;}
	.aboutus-editions {
		width: 90%;
		margin: 0 auto;
		float: none;
	}
	.footer-stack img{width:75%;margin-top: 10px;}
	footer a {
		font-size: 13px;
		letter-spacing: 0px;
	}
	footer .copyright{width:100%;border-bottom: 1px solid #111;}
	footer ul.social{
		float: left;
		width: 100%;
		text-align: center;
	}
	footer .share-icon {
		float: none;
		padding-top: 5px;
		padding-bottom: 15px;
		list-style: none;
		margin: 0 auto;
	}
	#backtotop{display:none !important;}
}
@media only screen and (max-width: 580px){
	.aboutus-editions .footer-stack{display:none;}
	.aboutus-editions .footer-link{width:100%;}
	.aboutus-editions .footer-width{
		width: 100%;
		position:relative;
		margin-bottom: 25px;
	}
	.aboutus-editions .footer-width:before {
		position: absolute;
		content: "";
		height: 1px;
		width: 100%;
		bottom: -5px;
		left: 0;
		background:#111;
	}
	.aboutus-editions .footer-width:last-child{
		margin-bottom: 0px;
	}
	footer .copyright {
		padding: 0 25px 10px;
		box-sizing:border-box;
		line-height:22px !important;
		letter-spacing:0;
		margin-bottom:10px;
	}
	footer .share-icon a {
		display: inline-block;
		color: #26bbdb;
	}
}
/* ------------ ######
FOOTER ENDS
------------ #### */

/* Slide Search Test */
.navbar-form-search {
  position: relative;
}
.navbar-form-search .form-control {
  width: 346px;
}
.navbar-form-search .btn {
	border-left: 1px solid #ebecee;
    padding: 10px 20px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    font-size:inherit;
    margin: 0;
    background: #000;
    border-radius: 0;
    line-height: normal;
}
.navbar-form-search .btn:active, .navbar-form-search .btn:hover, .navbar-form-search .btn:focus {
	color: #fff;
	outline: none;
	box-shadow: none;
}
.search-input-group{float:right;}
.slide-pick {
    position: absolute;
    top: 0;
    background: #f2f3f5;
    padding: 3px 0 4px 15px;
    right: 46px;
    z-index: -1;
    margin-bottom: 0;
    border:none;
    background-color: #f2f3f5;
}
.search-form {
    padding-left: 0;
    height: 34px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
    width: 100%;
    border: 0;
    background-color: transparent;
    border-right: 0;
}
.navbar-form-search .search-form-container {
	text-align: right;
	position: absolute;
	width: 346px;
	overflow: hidden;
	background: #fff;
	right: 0px;
	top: 0;
	z-index: 9;
	transition: all .3s ease-in-out;
}
.navbar-form-search .search-form-container.hdn {
	width: 0;
}
.navbar-form-search .search-form-container .search-form {
	width: 289px;
}

@media(max-width:991px){
	#navigation .navbar-header {
		float: none
	}
	#navigation .navbar-toggle {
		display: block
	}
	.navbar-form-search .search-form-container {
		width: 300px;
		top: 3px;
		height: 44px;
	}
	.navbar-form-search .btn {padding: 13px 20px;}
	.slide-pick {right: 54px;}
	.navbar-form-search .search-form-container .search-form {
		width: 236px;
	}
}
@media(min-width:1000px){
	#navigation .navbar-collapse {
		padding: 0
	}
	#navigation .navbar-nav li,
	.dropdown {
		position: relative
	}
	#navigation .navbar-nav {
		top: 2px;
		text-align: center;
		margin: 0 auto;
	}
}



.leaderboard {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 0 0 15px 0;
	margin-bottom: 35px;
}
.leaderboard .banner {
    display: table;
    text-align: center;
}
.middle-leaderboard {
    float: left;
    margin: 25px 0 5px;
    background: #f5f5f5;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.middle-leaderboard .adtxt, .leaderboard .adtxt {
    background: transparent;
    padding: 10px 0;
    line-height: 10px;
    margin-top: 10px;
    width: 100%;
    float: left;
    color: #b7b7b7;
    font-size: 11px;
    text-align: center;
}

