body {
	font-family: proxima-nova, sans-serif;
	font-style: normal;
	font-weight: 400;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
	font-family: proxima-nova, sans-serif;
	font-weight: 700;
	font-style: normal;
}

.small { line-height: 15px; font-size: 13px;}

.clh { line-height: 22px; }

a { color: #3d87c3; }

.headerbkg {
	/* background: #c6ced7 url("/img/bkg-christmas.jpg") no-repeat; */
	background: linear-gradient(180deg, rgba(6,20,28,1) 0%, rgba(17,43,61,1) 100%);
	background-position: center center;
	background-size: cover;
	height: 127px;	
}

.graybkg {
	background: #e4e5e9;
	padding: 15px;
}

.gray-head-text {
	font-size: 18px;
	font-weight: bold;
	color: #696969;
	padding-top: 4px;
}

.maincontent {
	background: #fff;
	padding: 15px;
}

.truthcontainer {
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.main-menu {
	position: relative;
	width: 100%;
	top: 35px;
	left: 0px;
	
	background: linear-gradient(180deg, #153449 0%, #000d15 100%);
	box-shadow: inset 0 0 8px #000000;
	padding: 0px;
	border-top: 1px #79839a solid;
	border-left: 1px #79839a solid;
	font-size: 15.5px;
}

.main-menu ul li a {
	color: #fff;
	margin-top: 2px;
}

.main-menu ul li a:hover {
	color: #fc0;
}

.main-menu ul li .active {
	border-bottom: 4px #fc0 solid;
	margin-bottom: -4px;
	color: #dbd0a4;
}


.account-menu {
	position: absolute;
	width: 100%;
	top: 85px;
	height: 42px;
	left: 0px;
	
	background: linear-gradient(180deg, #153449 0%, #000d15 100%);
	box-shadow: inset 0 0 8px #000000;
	padding: 0px;
	border-top: 1px #79839a solid;
	border-left: 1px #79839a solid;
	font-size: 15.5px;
}








/* drop down menu style */

.dropdown:hover .dropdown-menu {
	display: block;
	width: 200px;
}

ul.dropdown-menu {
	background-color: #3a434f;
	margin-top: -1px;
	opacity: .98;
	padding: 0px;
}

ul.dropdown-menu li {
	margin: 0;
	padding: 3px 10px 3px 15px;
	border-bottom: 1px #575d6f solid;
}

ul.dropdown-menu li:hover {
	background-color: #000
}

ul.dropdown-menu a {
	text-decoration: none;
	display: block;
	width: 100%;
}

.dropdown-toggle:after {
	content: none
}

.mobilebanner {
	background-image: url('/img/mobile-app-bkg.jpg');
	background-repeat: no-repeat;
	background-position: 60% 50%;
	background-size: cover;
	min-height: 250px;
	padding-left: 40px;
}

.mobilebanner-text {
	font-size: 20px;
	line-height: 33px;
	letter-spacing: -0.05em;
	font-weight: bold;
	padding-top: 50px;
	color: #fff;
}

.mobilebanner-buttons {
	padding-top: 20px;
}

.mobilebanner-buttons img {
	width: 180px;
	margin-right: 20px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.socialbtn { font-size: 48px; }
.socialbtn-sm { font-size: 20px; }
.hm { color: #393f54; }
.fb { color: #4267B2; }
.tw { color: #00a4fb; }
.ig { color: #ffab00; }
.yt { color: #ea0606; }

.pill {
	font-size: 12px;
	font-weight: bold;
	text-transform: capitalize;
	background: #ac4b17;
	color: #fff;
	padding: 3px 6px;
	border-radius: 6px;
	vertical-align:40%;	
	}


@media only screen and (max-width: 800px) {
	.mobilebanner {
		padding-left: 8px;
	}
	.mobilebanner-buttons img {
		margin-top: 10px;
		width: 150px;
		margin-right: 5px;
	}
	.mobilebanner-text {
		padding-top: 50px;
		font-size: 20px;
		line-height: 22px;
		max-width: 220px;
	}
	.mobilebanner {
		background-position: 62% 50%;
	}

}

.sdw {
	box-shadow: 0px 0px 3px #b2b2b2;
}

.sdw:hover {
	background-color: #3b4050;
	color: #fff;
}

.logo {
	position: relative;
	height: 50px;
	top: 10px;
	left: 10px;
}

.station-currentstation {
	position:absolute;
	top: 37.5px;
	left: 215px;
	width: 300px;
	font-size: 22px;
	font-weight: bold;	
	}

.station-currentstation a {
	color: #84a6c0;
	}

.station-currentstation:hover {
	color: #fc0;
}

.cyds,
.cyds:hover {
	background-color: #a1acc7;
	color: #fff;
	margin-top: -8px;
}

.accountarea {
	width: 100%;
}

.userlinks {
	color: #fff;
	font-size: 16px;
}

.userlinks a {
	color: #fc0;
}

.sharenav {
	height: 100%;
	width: 100%;
	display: none;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	background: rgb(60, 65, 80);
	background: linear-gradient(0deg, rgba(83, 91, 116, 1) 0%, rgba(25, 29, 43, 1) 100%);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
	color: #fff;
}

.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	background: rgb(60, 65, 80);
	background: linear-gradient(0deg, rgba(83, 91, 116, 1) 0%, rgba(25, 29, 43, 1) 100%);
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	text-align: center;
}

.closebtn {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 40px;
	color: #e1e6f1;
}

.mobileMenu ul {
	margin: 0!important;
	padding: 5px;
}

.mobileMenu li {
	text-align: center;
	margin: 5px;
	width: 90px;
	background-color: #474e70;
	border: 1px solid #6882a2;
	display: inline-block;
	font-size: 12px!important;
}

.mobileMenu a {
	color: #b9c5da
}

.mobileMenu i {
	display: block;
	margin: 0 auto 10px auto;
	height: 40px;
	margin: 15px auto 0;
	line-height: 32px;
	text-align: center;
	font-size: 36px;
	color: #ececec;
}

.footer {
	background-color: #141a2c;
	background-size: cover;
	color: #666;
}

.footersociallinks {
	font-size: 20px; padding-right: 10px;
}

.sharelinks {}

.sharelinks a {
	font-size: 18px;
	display: block;
	text-align: center;
	line-height: 25px;
	color: #454648;
	border: 1px #bdc5d1 solid;
	border-radius: 4px;
	margin: 10px 15px;
	background-color: #ffffff;
	width: 250px;
	padding: 15px 30px;
	box-shadow: 0px 0px 4px #ccc;
}

.sharelinks a:hover {
	background-color: #466f93;
	color: #fff;
	text-decoration: none;
}

.sharelinks a i {
	display: block;
	font-size: 36px;
}

@media screen and (max-height: 450px) {
	.sidenav {
		padding-top: 15px;
	}
	.sidenav a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1260px) {
	.hide {
		display: none;
	}
}

@media only screen and (max-width: 1190px) {
	.hidehome {
		display: none;
	}
	
}

@media only screen and (max-width: 990px) {
	.headerbkg {
		height: 90px;	
	}
}

.momdate { font-size: 10px; font-weight: bold; color: #ba9734; position: relative; top: 7px; right: 2px;  }
.momhead { font-size: 16px; color: #ffffff; position: relative; top: 12px; right: 2px;  }
.momlink { font-size: 12px; font-weight: bold; background: #191d2c; color: #86aac0; position:relative; top: 9px; right: 2px; padding: 1px 10px 0px 10px; }


.adv {
    width:100%;
}

.lSGallery { display: none; }
.adv ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom:0;
}
.adv li {
    display: block;
    float: left;
    margin-right: 6px;
    cursor:pointer;
}
.adv img {
    display: block;
    height: auto;
    max-width: 100%;
    border-radius: 7px;
}


	.white-text { color: #fff; }
	.muted-text { color: #d3dadd; }
