@charset "utf-8";

* {
    outline: none !important;
}
body {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #27242f;
}
/* --------------------------------------------------------- Body Ends ----- */
/* --------------------------------------------------------- Logo Starts ----- */
.logo {
	padding-top: 30px;
}
/* --------------------------------------------------------- Logo Ends ----- */
/* --------------------------------------------------------- Leaderboard Starts ----- */
.leaderboard {
	padding-top: 20px;
	padding-bottom: 20px;
}
/* --------------------------------------------------------- Leaderboard Ends ----- */
/* --------------------------------------------------------- Search Area Starts ----- */
.search-area {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 99;
}
.search-area button {
	border-radius: 0px;
	border:none;
}
.search-area button[type=button]:hover {
	background-color: #000;
	color: #ff0048;
}
.search-icon {
	background-color: #ff0048;
	height: 70px;
	width: 70px;
	font-size: 32px;
	color: #fff;
	padding-top: 12px;
	text-align: center;
}
.search-area .form-control {
	font-size: 14px;
	padding: 24px;
	border-radius: 0px!important;
	border: 1px solid #FFF;
	display: none;
}
/* --------------------------------------------------------- Search Area Ends ----- */
/* --------------------------------------------------------- Weather Starts ----- */
.weather {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #312552;
	border-left-color: #312552;
	padding-left: 50px;
	padding-top: 35px;
	padding-bottom: 20px;
}
.partly-cloudy {
	background-image: url(../images/weather-icons/partly-cloudy.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	margin-right: 10px;
	margin-top: 6px;
}
.clock {
	background-image: url(../images/weather-icons/clock.png);
	background-repeat: no-repeat;
	height: 34px;
	width: 34px;
	margin-right: 10px;
	margin-top: 12px;
}
.city {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
}
.degree {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
.day {
	margin-top: 6px;
}
.date {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	padding-top:5px;
}
.time {
	font-family: 'Montserrat', sans-serif;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
}
/* --------------------------------------------------------- Weather Ends ----- */
/* --------------------------------------------------------- Main Navigation Starts ----- */
#navigation ul.nav {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #867e9b;
	margin: 0px;
	padding: 0px;
}
#navigation ul.nav li ul {
	background-color: #1f1733;
}
#navigation ul.nav li:last-child a {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #392a5e;
}
#navigation ul.nav li a {
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #867e9b;
	padding-top: 18px;
	padding-right: 19px;
	padding-bottom: 18px;
	padding-left: 19px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #392a5e;
}
#navigation ul.nav a:hover {
	color: #fff;
	background-color: #1f1733;
}
#navigation ul.nav .current a {
	color: #fff;
	background-color: #1f1733;
}
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .container {
	position: relative;
}
.yamm .dropdown-menu {
	left: auto;
}
.yamm .yamm-content {
	padding: 20px 30px;
	background-color: #1f1733
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
ul.mega-links {
	padding-top: 6px;
	margin: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
ul.mega-links li {
	color: #fff!important;
	list-style-type: none;
	padding: 4px;
	text-align: right;
}
ul.mega-links li a {
	color: #fff!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
ul.mega-links li a:link {
	color: #fff!important;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
}
ul.mega-links li:hover {
	background-color: #2d214a!important;
}
.viewmore {
	text-align: right;
}
.viewmore a:link {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ff0048!important;
	margin: 20px 20px 0 0;
	display: block;
}
.viewmore a:hover {
	color: #fff!important;
}
#navigation ul.nav li .yamm-content .thumb {
	position: relative;
}
#navigation ul.nav li .yamm-content .thumb .title {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	position: absolute;
	color: #fff;
	bottom: 15px;
	left: 25px;
	display: none;
}
#navigation ul.nav li .yamm-content .thumb:hover .title {
	display: block;
}
#navigation ul.nav li .yamm-content a {
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #867e9b;
	padding: 0px;
	border: none;
}
#navigation ul.nav li .yamm-content a img {
	padding-top: 10px;
	padding-bottom: 10px;
}
#navigation ul.nav li .yamm-content a img:hover {
	opacity: 0.4;
}
/* --------------------------------------------------------- Main Navigation Ends ----- */
/* --------------------------------------------------------- Slider and Picture with Overlay Caption Starts ----- */
.slider img {
	display: block;
	width: 100%;
	height: auto;
}
.no-gutter-12 [class*="-12"] {
	padding-left: 0;
	padding-right: 0;
}
.pic-with-caption {
	position: relative;
}
.pic-with-caption .caption {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	background-color: #ff0048;
	color: #fff;
	border-radius: 4px;
	top: 32px;
	left: 0;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-transform: uppercase;
}
.pic-with-caption .overlaycaption {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	background-color: rgba(49,44,61,0.5);
	width: 100%;
	color: #fff;
	border-radius: 0px;
	bottom: 0;
	left: 0;
	padding: 10px;
	margin: 0px;
}
.pic-with-caption .overlaycaption a {
	color: #fff;
}
.pic-with-caption h1 {
	font-family: 'Merriweather', serif;
	font-size: 28px;
	font-weight: 700;
	position: absolute;
	color: #fff;
	bottom: 32px;
	left: 0;
	padding-top: 0px;
	padding-right: 50px;
	padding-bottom: 0px;
	padding-left: 50px;
}
.pic-with-caption h1 a {
	color: #fff;
}
.banner-2 {
	margin-top: 40px;
}
.no-gutter [class*="-8"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter [class*="-6"] {
	padding-left: 0;
	padding-right: 0;
}
/* --------------------------------------------------------- Slider and Picture with Overlay Caption Ends ----- */
/* --------------------------------------------------------- Main Social Icon Starts ----- */
.facebook, .twitter, .pinterest, .rssfeed {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 80px;
	color: #fff;
	position: relative;
}
.facebook .icon, .twitter .icon, .pinterest .icon, .rssfeed .icon {
	font-size: 100px;
	opacity: 0.1;
	position: absolute;
	top: 0;
}
.heading {
	position: relative;
}
.heading .icon {
	font-size: 100px;
	opacity: 0.1;
	position: absolute;
	top: -18px;
	right: 0;
}
.s-point {
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	left: 47%;
	top: 25px;
}
.facebook .s-point {
	border-right: 20px solid #171717;
}
.twitter .s-point {
	border-right: 20px solid #1f1f1f;
}
.pinterest .s-point {
	border-right: 20px solid #262626;
}
.rssfeed .s-point {
	border-right: 20px solid #2e2e2e;
}
.facebook .bg1 {
	height: 80px;
	background-color: #3b6ec3;
	padding-left: 40px;
}
.twitter .bg1 {
	height: 80px;
	background-color: #2bbae3;
	padding-left: 40px;
}
.pinterest .bg1 {
	height: 80px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.rssfeed .bg1 {
	height: 80px;
	background-color: #ffaf3d;
	padding-left: 40px;
}
.facebook .bg2, .twitter .bg2, .pinterest .bg2, .rssfeed .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: 80px;
	padding-left: 30px;
}
.facebook .bg2 {
	background-color: #171717;
}
.twitter .bg2 {
	background-color: #1f1f1f;
}
.pinterest .bg2 {
	background-color: #262626;
}
.rssfeed .bg2 {
	background-color: #2e2e2e;
}
.facebook .bg2 span, .twitter .bg2 span, .pinterest .bg2 span, .rssfeed .bg2 span {
	color: #595959;
}
/* --------------------------------------------------------- Main Social Icon Ends ----- */
/* --------------------------------------------------------- Page Contents Starts ----- */
.page-contents {
	margin-top: 40px;
	margin-bottom: 40px;
}
/* --------------------------------------------------------- Page Contents Ends ----- */
/* --------------------------------------------------------- H2 & H3 Heading Starts ----- */
h2 {
	font-family: 'Merriweather', serif;
	font-size: 38px;
	font-weight: 700;
	color: #1f1733;
}
h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #808080;
	text-transform: uppercase;
}
.dottedUnderline {
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: dashed;
	border-bottom-color: #cccccc;
	margin-bottom: 10px;
}
/* --------------------------------------------------------- H2 & H3 Heading Ends ----- */
/* --------------------------------------------------------- Featured Story Starts ----- */
.featured-story .description {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
}
/* --------------------------------------------------------- Featured Story Ends ----- */
/* --------------------------------------------------------- Todays Hot NEWS Starts ----- */
.todays-hot-news {
	margin-top: 30px;
	margin-bottom: 30px;
}
.todays-hot-news .news-item {
	margin-top: 20px;
	margin-bottom: 10px;
}
.todays-hot-news h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1f1733;
	margin-bottom: 8px;
	margin-top:4px;
}
.todays-hot-news h1 a {
	color: #1f1733;
}
.todays-hot-news h1 a:link {
	color: #1f1733;
}
.todays-hot-news .category {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ff0048;
	margin-bottom: 8px;
}
.todays-hot-news .pic {
	margin-bottom: 8px;
}
.todays-hot-news .pic img {
	border-radius: 4px;
}
/* --------------------------------------------------------- Todays Hot NEWS Ends ----- */
/* --------------------------------------------------------- Post Starts ----- */
.latest-posts .l-post {
	margin-top: 20px;
	margin-bottom: 10px;
}
.latest-posts .pic {
	margin-bottom: 8px;
}
.latest-posts .pic img {
	border-radius: 4px;
}
.latest-posts h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1f1733;
	margin-bottom: 8px;
	margin-top:4px;
}
.latest-posts h1 a {
	color: #1f1733;
}
.latest-posts .info {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 8px;
	text-transform: uppercase;
}
.latest-posts .info a,
.latest-posts .info span {
	color: #808080;
}
.latest-posts .info a:hover {
	color: #000;
}
.latest-posts .description {
	margin-top: 12px;
	margin-bottom: 20px;
}
.post .pic-with-caption {
	margin-bottom: 20px;
}
.post .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-bottom: 8px;
}
.about-author {
	margin-top: 50px;
	background-color: #e8e8e8;
}
.about-author .share {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 700;
	padding: 20px;
	background-color: #f7f7f7;
}
.about-author .share ul {
	padding: 0px;
	margin: 0px;
}
.about-author .share ul li {
	height: 30px;
	width: 30px;
	border-radius: 15px;
	background-color: #3f2e66;
	color: #fff;
	display: inline-block;
	padding: 0px;
	margin-right: 2px;
	margin-left: 2px;
	list-style-type: none;
	text-align: center;
	font-size: 16px;
	padding-top: 5px;
}
.about-author .share ul li a {
	background-color: #3f2e66;
	color: #fff;
}
.about-author .share ul li a:link {
	background-color: #3f2e66;
	color: #fff;
}
.about-author .pic {
}
.about-author .name {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-weight: 700;
	margin-top: 20px;
}
.about-author .intro {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	padding-top: 8px;
}
.post-comments {
	margin-bottom: 50px;
}
.post-comments .media-list {
	margin-top: 25px;
}
.post-comments .media-list .media a:first-child {
	background-color: #f7f7f7;
	padding: 10px;
}
.post-comments .media-list .media a {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #ff0048;
}
.post-comments .media-list .media-heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
}
.post-comments .media-list .media-heading small {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #808080;
	text-transform: none;
	padding-left: 10px;
}
.post-comments .media-body {
	background-color: #fafafa;
	padding: 20px;
}
.post-comments .media-body p {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	padding-top: 12px;
}
.post-comments .media-list div.media {
	margin-top: 30px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 20px;
}
.add-comment h3 {
	margin-bottom: 20px;
}
.add-comment input[type=button] {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background-color: #ff0048;
	border-radius: 4px;
	color: #fff;
	padding-top: 12px;
	padding-right: 18px;
	padding-bottom: 12px;
	padding-left: 18px;
	border: none;
}
.add-comment input[type=button]:hover {
	background-color: #2e2e2e;
	color: #fff;
}
.rescent-posts {
	margin-top: 30px;
	margin-bottom: 30px;
}
.rescent-posts .pic {
	margin-bottom: 14px;
}
.rescent-posts .pic img {
	border-radius: 4px;
}
.rescent-posts .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ff0048;
	margin-bottom: 8px;
}
.rescent-posts h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1f1733;
	margin-bottom: 8px;
	margin-top:4px;
}
.rescent-posts h1 a {
	color: #1f1733;
}
.rescent-posts h1 a:link {
	color: #1f1733;
}
.rescent-posts .r-post {
	margin-top: 20px;
	margin-bottom: 10px;
}
/* --------------------------------------------------------- Post Ends ----- */
/* --------------------------------------------------------- Breaking News Starts ----- */
.breaking-news {
	margin-top: 30px;
	margin-bottom: 30px;
}
.breaking-news .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #ff0048;
	margin-bottom: 8px;
}
.breaking-news h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #1f1733;
	margin-bottom: 8px;
	margin-top:4px;
}
.breaking-news h1 a {
	color: #1f1733;
}
.breaking-news h1 a:link {
	color: #1f1733;
}
.breaking-news .news {
	margin-top: 20px;
	margin-bottom: 10px;
}
/* --------------------------------------------------------- Breaking News Ends ----- */
/* --------------------------------------------------------- Most Read Starts ----- */
.most-read {
	padding: 20px;
	margin-bottom: 30px;
}
.most-read h3 {
	color: #fff;
	margin-bottom: 30px;
	border-bottom-color: #fff;
}
.most-read .item {
	text-align: center;
}
.most-read .pic {
	margin-bottom: 8px;
}
.most-read .pic img {
	border-radius: 4px;
}
.most-read h1 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 8px;
	margin-top:4px;
}
.most-read h1 a {
	color: #fff;
}
.most-read h1 a:link {
	color: #fff;
}
.most-read h1 a:hover {
	color: #fff;
}
.most-read .category {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #ff0048;
	margin-bottom: 8px;
}
/* --------------------------------------------------------- Most Read Starts ----- */
/* --------------------------------------------------------- Archives Starts ----- */
.archives ul {
	padding: 0px;
	float: left;
	margin-bottom: 20px;
}
.archives ul li {
	list-style-type: none;
}
.archives h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 400;
	color: #808080;
	margin-top: 10px;
	margin-bottom: 20px;
}
.archives .item {
	float: left;
	width: 100%;
}
.archives .item .pic {
	float: left;
	margin-right: 14px;
	margin-bottom: 14px;
}
.archives .item h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 400;
	color: #27242f;
	margin-bottom: 5px;
	margin-top: 6px;
}
.archives .item h1 a {
	color: #27242f;
}
.archives .item h1 a:link {
	color: #27242f;
}
.archives .item .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #808080;
}
/* --------------------------------------------------------- Archives Ends ----- */
/* --------------------------------------------------------- Pagging Starts ----- */
.pagging {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 50px;
}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
/* --------------------------------------------------------- Pagging Ends ----- */
/* --------------------------------------------------------- Search Page Starts ----- */
.search-page {
	padding-top: 50px;
}
.search-results {
	margin-bottom: 30px;
}
.search-results .form-control {
	font-size: 14px;
	padding: 24px;
	border-radius: 0px!important;
}
/* --------------------------------------------------------- Search Page Ends ----- */
/* --------------------------------------------------------- Video of the Week Starts ----- */
.video-of-week {
	margin-bottom: 30px;
	position: relative;
	z-index: 90
}
.video-of-week h1 {
	font-family: 'Merriweather', serif;
	font-size: 34px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	width: auto;
	top: 70%;
	left: 0;
	right: 0;
	text-align: center;
}
.video-of-week .player {
	margin-top: 30px;
}
.video-of-week .play-icon {
	position: absolute;
	z-index: 100;
	background-color: #27242f;
	height: 110px;
	width: 110px;
	text-align: center;
	font-size: 50px;
	color: #ff0048;
	border-radius: 50%;
	padding-top: 24px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}
.video-of-week .player .play-icon i {
	color: #ff0048;
}
.video-of-week .player .play-icon i:hover {
	color: #fff;
}
/* --------------------------------------------------------- Video of the Week Ends ----- */
/* --------------------------------------------------------- Tabs Starts ----- */
.tabs {
	margin-top: 20px;
	padding: 10px;
}
.tabs .bg {
	padding: 20px;
	background-color: #fafafa;
	border: 1px solid #f0f0f0;
}
.tabs img {
	border-radius: 4px;
}
.nav-pills>li>a {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	border-radius: 0px;
	padding-top: 16px;
	padding-bottom: 16px;
	color: #666666;
	background-color: #2e2e2e;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:hover, .nav-pills>li.active>a:focus {
	color: #fff;
	background-color: #ff0048;
}
.nav-pills>li>a:hover {
	color: #fff;
	background-color: #ff0048;
}
.orange>li.active>a, .orange>li.active>a:hover, .orange>li.active>a:focus {
	color: #fff;
	background-color: #e7a800;
	text-decoration: none;
}
.orange>li>a:hover {
	color: #fff;
	background-color: #e7a800;
}
.panel-heading .panel-title>a[aria-expanded=true] {
	color: #ff0048;
}
.orange .panel-heading .panel-title>a[aria-expanded=true] {
	color: #e7a800;
}
#trending-now {
	margin-top: 30px;
}
#trending-now .item {
	margin-bottom: 30px;
	clear: both;
}
#trending-now .item .pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#trending-now .item h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #27242f;
	margin-bottom: 8px;
}
#trending-now .item h1 a {
	color: #27242f;
}
#trending-now .item h1 a:link {
	color: #27242f;
}
#trending-now .item .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #808080;
	margin-bottom: 8px;
}
#recent-added {
	margin-top: 30px;
}
#recent-added .item {
	margin-bottom: 30px;
	clear: both;
}
#recent-added .item .pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
#recent-added .item h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #27242f;
	margin-bottom: 8px;
}
#recent-added .item h1 a {
	color: #27242f;
}
#recent-added .item h1 a:link {
	color: #27242f;
}
#recent-added .item .date {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: #808080;
	margin-bottom: 8px;
}
/* --------------------------------------------------------- Tabs Ends ----- */
/* --------------------------------------------------------- Opinion of the Month Starts ----- */
.opinion-of-month {
	margin-bottom: 30px;
	position: relative;
	z-index: 90;
}
.opinion-of-month .pic {
	margin-top: 15px;
}
.opinion-of-month .like-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	border: 2px solid #FFF;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	padding-top: 4px;
}
.opinion-of-month .like-icon a {
	color: #fff;
}
.opinion-of-month .like-icon:hover {
	color: #ff0048;
	border: 2px solid #ff0048;
}
.opinion-of-month .like-icon:hover a {
	color: #ff0048;
}
.opinion-of-month .caption {
	font-family: 'Merriweather', serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 100;
	color: #fff;
}
.opinion-of-month .caption a {
	color: #fff;
}
.opinion-of-month .caption a:link {
	color: #fff;
}
.opinion-of-month .with {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #1cc9cf;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 100;
	text-transform: uppercase;
}
/* --------------------------------------------------------- Opinion of the Month Ends ----- */
/* --------------------------------------------------------- Latest Comments Starts ----- */
.latest-comments .item {
	margin-top: 10px;
	margin-bottom: 10px;
	clear: both;
}
.latest-comments .item:last-child {
	margin-bottom: 0px;
}
.latest-comments .item .pic {
	margin-right: 20px;
	margin-bottom: 20px;
}
.latest-comments .item h1 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 500;
	padding-top: 8px;
}
.latest-comments .item h1 a {
	color: #27242f;
}
.latest-comments .item h1 a:link {
	color: #27242f;
}
.latest-comments .item h1 a:hover {
	color: #000;
}
.latest-comments .heading, .login-area .heading, .photo-gallery .heading, .newsletter .heading, .close-look .heading {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	background-color: #2e2e2e;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.latest-comments, .login-area, .photo-gallery, .newsletter, .close-look {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
/* --------------------------------------------------------- Latest Comments Ends ----- */
/* --------------------------------------------------------- Login Area Starts ----- */
.login-area input {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #b2b2b2;
	padding: 12px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
}
.lost {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #808080;
	margin-bottom: 10px;
}
.lost a{	
	color: #808080;	
}
.lost a:link{	
	color: #808080;	
}
.login-area input[type=submit] {
	background-color: #ff0048;
	color: #fff;
	border: 0;
	border-radius: 4px;
	margin-right: 1%;
}
.login-area input[type=submit]:hover {
	background-color: #2e2e2e;
	color: #fff;
}
.login-area input[type=button] {
	background-color: #645190;
	color: #fff;
	border: 0;
	border-radius: 4px;
}
.login-area input[type=button]:hover {
	background-color: #2e2e2e;
	color: #fff;
}
/* --------------------------------------------------------- Login Area Ends ----- */
/* --------------------------------------------------------- Photo Gallery Starts ----- */
.photo-gallery img {
	margin-top: 15px;
	margin-bottom: 15px;
}
/* --------------------------------------------------------- Photo Gallery Ends ----- */
/* --------------------------------------------------------- Ad Starts ----- */
.ad {
	margin-top: 30px;
}
.category-page-ad {
	margin-top: 20px;
	margin-bottom: 20px;
}
/* --------------------------------------------------------- Ad Ends ----- */
/* --------------------------------------------------------- Newsletter Starts ----- */
.newsletter input {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #b2b2b2;
	padding: 12px;
	margin-bottom: 10px;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
	margin-top: 20px;
	border-radius: 4px;
}
.newsletter input[type=submit] {
	background-color: #ff0048;
	color: #fff;
	border: 0;
	border-radius: 4px;
}
.newsletter input[type=submit]:hover {
	background-color: #2e2e2e;
	color: #fff;
}
/* --------------------------------------------------------- Newsletter Ends ----- */
/* --------------------------------------------------------- Close Look Starts ----- */
.close-look img {
	margin-bottom: 15px;
	border-radius: 4px;
}
.close-look h1 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 600;
	color: #27242f;
	margin-top:4px;
}
.close-look h1 a {
	color: #27242f;
}
.close-look h1 a:link {
	color: #27242f;
}
.close-look .item {
	margin-bottom: 15px;
}
/* --------------------------------------------------------- Close Look Ends ----- */
/* --------------------------------------------------------- Footer Starts ----- */
footer {
	color: #79777e;
}
footer .f-logo {
	margin-bottom: 20px;
}
footer .description {
	margin-bottom: 30px;
}
footer a {
	color: #79777e;
	text-decoration: none;
}
footer a:link {
	color: #79777e;
	text-decoration: none;
}
footer a:hover {
	color: #79777e;
	text-decoration: underline;
}
footer ul {
	padding: 0px;
	margin: 0px;
}
footer ul li {
	list-style-type: none;
	padding-bottom: 6px;
}
footer h4 {
	font-family: 'Merriweather', serif;
	font-size: 22px;
	font-weight: 900;
	color: #fff;
	margin-bottom: 20px;
}
footer h5 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
}
ul.stay-connected li {
	display: inline-block;
	margin-right: 16px;
	margin-bottom: 16px;
}
.row-2 {
	font-size: 12px;
	margin-top: 30px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #322f3a;
}
footer .purple-1 {
	padding-top: 60px;
	padding-bottom: 60px;
}
footer .purple-2 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
}
/* --------------------------------------------------------- Footer Ends ----- */
/* --------------------------------------------------------- Table Starts ----- */
table th {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}
/* --------------------------------------------------------- Table Ends ----- */
/* --------------------------------------------------------- BG Colors Starts ----- */
.redtext {
	color: #ff0048;
}
.headerbg {
	background-color: #221938;
}
.navbg {
	background-color: #2d214a;
}
.redbg {
	background-color: #ff0048;
}
.purplebg {
	background-color: #2d214a;
}
.cyanbg {
	background-color: #1cc9cf;
}
.orangebg {
	background-color: #e7a800;
}
.yellowbg {
	background-color: #e75700;
}
.greenbg {
	background-color: #8cc357;
}
.darkbg {
	background-color: #1a1a1a;
}
.greybg {
	background-color: #fafafa;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f1f1f1;
	border-right-color: #f1f1f1;
	border-bottom-color: #e3e3e3;
	border-left-color: #f1f1f1;
	padding-bottom: 10px;
}
.purple-1 {
	background-color: #27242f;
}
.purple-2 {
	background-color: #322f3a;
}
/* --------------------------------------------------------- BG Colors Ends ----- */
/* --------------------------------------------------------- Media Quries Starts ----- */
 @media (max-width:1200px) {
#navigation ul.nav li a {
	font-size: 14px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #867e9b;
	padding-top: 18px;
	padding-right: 8px;
	padding-bottom: 18px;
	padding-left: 8px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #392a5e;
}
.s-point {
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	left: 46%;
	top: 18px;
}
.facebook, .twitter, .pinterest, .rssfeed {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 65px;
	color: #fff;
	position: relative;
}
.facebook .bg1 {
	height: 66px;
	background-color: #3b6ec3;
	padding-left: 40px;
}
.twitter .bg1 {
	height: 66px;
	background-color: #2bbae3;
	padding-left: 40px;
}
.pinterest .bg1 {
	height: 66px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.rssfeed .bg1 {
	height: 66px;
	background-color: #ffaf3d;
	padding-left: 40px;
}
.facebook .bg2, .twitter .bg2, .pinterest .bg2, .rssfeed .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	height: 66px;
	padding-left: 30px;
}
.most-read .item {
	text-align: left;
}
.most-read .pic {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}
}
 @media (max-width:992px) {
.logo {
	padding-top: 20px;
	text-align: center;
}
.leaderboard {
	text-align: center;
	padding: 0;
	margin: 20px auto 10px;
}
.leaderboard img {
	margin: 0 auto;
}
.weather {
	border: none;
}
.temp,
.day {
	margin-left: 20px;
}
.search-icon {
	background-color: #ff0048;
	height: 50px;
	width: 50px;
	font-size: 26px;
	color: #fff;
	padding-top: 8px;
	text-align: center;
}
.search-area .form-control {
	font-size: 14px;
	padding: 14px;
	border-radius: 0px!important;
	border: 1px solid #FFF;
}
.search-results .form-control {
	font-size: 14px;
	padding: 14px;
	border-radius: 0px!important;
}
#navigation ul.nav li a {
	font-size: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #867e9b;
	padding-top: 18px;
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #392a5e;
}
.s-point {
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	position: absolute;
	left: 49%;
	top: 6px;
}
.facebook, .twitter, .pinterest, .rssfeed {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	position: relative;
}
.facebook .bg1 {
	height: 40px;
	background-color: #3b6ec3;
	padding-left: 40px;
}
.twitter .bg1 {
	height: 40px;
	background-color: #2bbae3;
	padding-left: 40px;
}
.pinterest .bg1 {
	height: 40px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.rssfeed .bg1 {
	height: 40px;
	background-color: #ffaf3d;
	padding-left: 40px;
}
.facebook .bg2, .twitter .bg2, .pinterest .bg2, .rssfeed .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: 40px;
	padding-left: 30px;
}
.most-read .item {
	text-align: left;
}
.most-read .pic {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}
}
 @media (max-width:767px) {
#navigation ul.nav li a {
	padding-top: 8px;
	padding-bottom: 8px;
}
.most-read .item {
	text-align: left;
	clear: both;
}
.most-read .pic {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}
}
 @media (max-width:480px) {
#navigation ul.nav li a {
	padding-top: 4px;
	padding-bottom: 4px;
}
.pic-with-caption .heading {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 400;
	position: absolute;
	color: #fff;
	bottom: 20px;
	left: 0;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.pic-with-caption .overlaycaption {
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	background-color: rgba(49,44,61,0.5);
	width: 100%;
	color: #fff;
	border-radius: 0px;
	bottom: 0;
	left: 0;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
	margin: 0px;
}
.facebook .bg2, .twitter .bg2, .pinterest .bg2, .rssfeed .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 12px;
	font-weight: 400;
	color: #fff;
	height: 40px;
	padding-left: 30px;
}
.video-of-week .player {
	margin-top: 30px;
}
.video-of-week .play-icon {
	position: absolute;
	z-index: 100;
	background-color: #27242f;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 22px;
	color: #ff0048;
	border-radius: 50%;
	padding-top: 12px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}
.video-of-week .caption {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 400;
	color: #fff;
	position: absolute;
	width: auto;
	top: 70%;
	text-align: center;
}
.opinion-of-month .caption {
	font-family: 'Merriweather', serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	position: absolute;
	bottom: 40px;
	left: 20px;
	z-index: 100;
	color: #fff;
}
}
/* --------------------------------------------------------- Media Quries Starts ----- */


.dropdown-menu li ul.dropdown-menu {
    left: 100%;
    position: absolute;
    top: 0;
}

ul.nav li ul.dropdown-menu li:hover .dropdown-menu li ul.dropdown-menu {
    display: block !important;
}


.todays-hot-news .news-item {
    float: left;
    min-height: 360px;
}

.latest-posts .col-md-4.col-lg-12 {
    min-height: 330px;
}

.featured-story h2 a {
    color: #1f1733;
}


.leaderboard {
    padding-left: 68px;
}

.photo-gallery {
    margin-bottom: 25px;
}
