@charset "utf-8";
/* CSS Document */

/* Table of Contents

1. Body
2. Logo
3. Leaderboard Ad
4. Search Area
5. Weather
6. Main Navigation
7. Slider
8. Picture with Overlay Caption
9. Social Icons
10. Heading
11. Todays Hot News
12. Recent Posts
13. Breaking News
14. Most Read
15. Latest Post
16. Post 
17. About Author
18. Post Comments
19. Add Comments
20. Archives
21. Pagging
22. Search Page
23. Video of the Week
24. Tabs
25. Opinion of the Month
26. Latest Comments
27. Login Area
28. Photo Gallery
29. Newsletter
30. Close Look
31. Footer
32. Table
33. BG Colors
34. Media Quries

*/
/* --------------------------------------------------------- Body Starts ----- */
* {
    outline: none !important;
}
body {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #27242f;
}
/* --------------------------------------------------------- Body Ends ----- */
/* --------------------------------------------------------- Logo Starts ----- */
.logo {
	padding-top: 10px;
	padding-bottom: 10px;
}
/* --------------------------------------------------------- Logo Ends ----- */
/* --------------------------------------------------------- Leaderboard Starts ----- */
.leaderboard {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 40px;
}
/* --------------------------------------------------------- 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;
	background-color: #0A83C2;
	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: 20px;
	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;
}
.empty {
	height: 34px;
	width: 34px;
	margin-right: 10px;
	margin-top: 6px;
}
.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;
}
.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: #11579D;
}
#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: #fff;
	padding-top: 18px;
	padding-right: 9px;
	padding-bottom: 18px;
	padding-left: 9px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #02529B;
}
#navigation ul.nav a:hover {
	color: #fff;
	background-color: #02529B;
}
#navigation ul.nav .current a {
	color: #fff;
	background-color: #02529B;
}
.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;
	max-height:390px;
	overflow:hidden;
	position:bottom;
	border: 1px solid #000;
}

.pic-with-caption div.square {
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	min-height: 195px;
	min-width: 195px;
}
.pic-with-caption .caption {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	background-color: #ff0048;
	background-color: #0A83C2;
	color: #fff;
	border-radius: 4px;
	top: 10px;
	left: 10px;
	padding-top: 4px;
	padding-right: 12px;
	padding-bottom: 4px;
	padding-left: 12px;
	text-transform: uppercase;
	border:1px solid #ddd;
}
.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 .overlaycaptionbig {
	font-family: 'Merriweather', serif;
	position: absolute;
	background-color: rgba(49,44,61,0.5);
	width: 100%;
	color: #fff;
	border-radius: 0px;
	bottom: 0;
	padding: 10px;
	left: 0;
	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: 20px;
}
.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, .youtube {
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 50px;
	color: #fff;
	position: relative;
}
.facebook .icon, .twitter .icon, .pinterest .icon, .rssfeed .icon, .youtube .icon {
	font-size: 50px;
	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;
}
.youtube .s-point {
	border-right: 20px solid #262626;
}
.facebook .bg1 {
	height: 48px;
	background-color: #3b6ec3;
	padding-left: 40px;
}
.twitter .bg1 {
	height: 48px;
	background-color: #2bbae3;
	padding-left: 40px;
}
.pinterest .bg1 {
	height: 48px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.rssfeed .bg1 {
	height: 48px;
	background-color: #ffaf3d;
	padding-left: 40px;
}
.youtube .bg1 {
	height: 48px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.facebook .bg2, .pinterest .bg2, .rssfeed .bg2, .youtube .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: 47px;
	padding-left: 30px;
}
.twitter .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	height: 47px;
	padding-left: 30px;
}
.facebook .bg2 {
	background-color: #171717;
}
.twitter .bg2 {
	background-color: #1f1f1f;
}
.pinterest .bg2 {
	background-color: #262626;
}
.rssfeed .bg2 {
	background-color: #2e2e2e;
}
.youtube .bg2 {
	background-color: #262626;
}
.facebook .bg2 span, .twitter .bg2 span, .pinterest .bg2 span, .rssfeed .bg2 span, .youtube .bg2 span {
	color: #595959;
}
/* --------------------------------------------------------- Main Social Icon Ends ----- */
/* --------------------------------------------------------- Page Contents Starts ----- */
.page-contents {
	margin-top: 0px;
	margin-bottom: 40px;
}
/* --------------------------------------------------------- Page Contents Ends ----- */
/* --------------------------------------------------------- H2 & H3 Heading Starts ----- */
h2 {
	font-family: 'Merriweather', serif;
	font-size: 32px;
	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-detail {
	padding: 30px;
}
.featured-story-first {
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right:10px;
}
/* --------------------------------------------------------- Leaderboard Ends ----- */

/* --------------------------------------------------------- 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;
	height:420px;
	overflow:hidden;
}
.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;
	color: #0A83C2;
	margin-bottom: 8px;
}
.todays-hot-news .description {
}
/*
.todays-hot-news .pic {
	margin-bottom: 8px;
}
.todays-hot-news .pic img {
	border-radius: 4px;
}
*/
.todays-hot-news .pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 8px;
	min-height:160px;
}
.todays-hot-news .pic2 {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height:160px;
}
/* --------------------------------------------------------- Todays Hot NEWS Ends ----- */
/* --------------------------------------------------------- Post Starts ----- */
.latest-posts .l-post {
	margin-top: 20px;
	margin-bottom: 10px;
}
.latest-posts .pic {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	border-radius: 4px;
	margin-bottom: 8px;
	min-height: 160px;
}
.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;
	color: #0A83C2;
	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;
	height: auto;
	overflow: hidden;
}
/* --------------------------------------------------------- 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;
	color: #0A83C2;
	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;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-width: 155px;
	min-height: 90px;
}
.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: #0A83C2;
	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;
	clear: both;
}
.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;
	color: #0A83C2;
}
.video-of-week .player .play-icon i:hover {
	color: #fff;
}
/* --------------------------------------------------------- Video of the Week Ends ----- */
/* --------------------------------------------------------- Tabs Starts ----- */
.tabs {
	margin-top: 20px;
}
.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;
	background-color: #0A83C2;
}
.nav-pills>li>a:hover {
	color: #fff;
	background-color: #ff0048;
	background-color: #0A83C2;
}
.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;
	min-width: 80px;
	min-height: 80px;
	border-radius: 4px;
	background-position: center center;
	background-size: cover;
}
#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;
	min-width: 80px;
	min-height: 80px;
	border-radius: 4px;
	background-position: center center;
	background-size: cover;
}
#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;
}
#recenti, #piulette, #politica-tab, #sport-tab {
	margin-top: 30px;
}
#recenti-tab .item, #piulette-tab .item, #politica-tab .item, #sport-tab .item {
	margin-bottom: 30px;
	clear: both;
}
#recenti-tab .item .pic, #piulette-tab .item .pic, #politica-tab .item .pic, #sport-tab .item .pic {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 80px;
	min-height: 80px;
	border-radius: 4px;
	background-position: center center;
	background-size: cover;
}
#recenti-tab .item h1, #piulette-tab .item h1, #politica-tab .item h1, #sport-tab .item h1 {
	font-family: 'Merriweather', serif;
	font-size: 18px;
	font-weight: 700;
	color: #27242f;
	margin-bottom: 8px;
}
#recenti-tab .item h1 a, #piulette-tab .item h1 a, #politica-tab .item h1 a, #sport-tab .item h1 a {
	color: #27242f;
}
#recenti-tab .item h1 a:link, #piulette-tab .item h1 a:link, #politica-tab .item h1 a:link, #sport-tab .item h1 a:link {
	color: #27242f;
}
#recenti-tab .item .date, #piulette-tab .item .date, #politica-tab .item .date, #sport-tab .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;
	right: 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 {
	text-shadow:2px 2px 2px rgba(0,0,0,.5);
	font-family: 'Merriweather', serif;
	font-size: 36px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	bottom: 70px;
	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: #0A83C2;
	position: absolute;
	bottom: 20px;
	padding-left: 20px;
	z-index: 100;
	text-transform: uppercase;
	background-color:rgba(255,255,255,0.8);
	width:100%;
}
/* --------------------------------------------------------- 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 {
	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: 20px;
}
.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: 20px;
	overflow: hidden;
}
.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 .img-square {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 80px;
	min-height: 80px;
	border-radius: 4px;
	background-position: center center;
	background-size: cover;
}
.photo-gallery .img-squarebig {
	float: left;
	margin-right: 80px;
	margin-bottom: 40px;
	min-width: 120px;
	min-height: 120px;
	border-radius: 8px;
	background-position: center center;
	background-size: cover;
}
/* --------------------------------------------------------- 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 .pic {
	margin-bottom: 15px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	min-height: 144px;
	min-width: 144px;
}
.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: #daebfb;
	/* color: #79777e; */
}
footer .f-logo {
	margin-bottom: 20px;
}
footer .description {
	margin-bottom: 30px;
}
footer a {
	text-decoration: none;
}
footer a:link {
	color: #daebfb;
	text-decoration: none;
}
footer a:hover {
	color: #daebfb;
	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;
	/* color: #79777e; */
	margin-bottom: 20px;
}
footer h5 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	/* color: #79777e; */
	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;
	color: #0A83C2;
}
.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:lightgreen;
	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;
}
.darkbg {
	background-color: #0a335b;
}
.greybg {
	padding-top:30px;
	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;
	background-color: #14416a;
	/* background-color: #fafafa; */
}
.purple-2 {
	background-color: #322f3a;
}
#banner-top {
	display:block;
}

/* --------------------------------------------------------- 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: 97px;
	background-color: #3b6ec3;
	padding-left: 40px;
}
.twitter .bg1 {
	height: 96px;
	background-color: #2bbae3;
	padding-left: 40px;
}
.pinterest .bg1 {
	height: 97px;
	background-color: #d23f5e;
	padding-left: 40px;
}
.rssfeed .bg1 {
	height: 97px;
	background-color: #ffaf3d;
	padding-left: 40px;
}
.facebook .bg2, .pinterest .bg2, .rssfeed .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	height: 96px;
	padding-left: 30px;
}
.twitter .bg2 {
	font-family: 'Merriweather', serif;
	font-size: 14px;
	font-weight: 400;
	color: #fff;
	height: 95px;
	padding-left: 30px;
}
.most-read .item {
	text-align: left;
}
.most-read .pic {
	margin-bottom: 12px;
	margin-right: 12px;
	float: left;
}
#banner-top {
	display:none;
}
}
 @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: #0A83C2;
	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: #fff;
	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;
}
#banner-top {
	display:none;
}

}
 @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;
}
#banner-top {
	display:none;
}
}
 @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;
}
#banner-top {
	display:none;
}
}

/* ---------------------- SOVRA -------------------------- */
.headerbg {
	background-color: #14416a;
}

.navbar-inverse {
	background-color: #0A83C2;
	border-color: #11579D;
}
/* --------------------------------------------------------- Media Quries Starts ----- */
@media (max-width: 768px) {
	.todays-hot-news .pic {
		/* min-height: 340px; */
	}
	.latest-posts .pic {
		/* min-height: 340px; */
	}
	.photo-gallery .img-square {
		min-width: 160px;
	}
}

.margintop20 {
	margin-bottom: 20px;
}
.bg-black {
	background-color: black;
}
.center {
	text-align: center;
}
.strillo {
	border: 8px red solid;
	background-color: red;
	color: #fff;
}

.strillo h2 {
	text-shadow: 1px 1px 1px rgba(0,0,0,.8);
	color:#fff;
}

.strillo div.description {
	color:#000;
}

.strillo_titolo {
	color: #000;
}
/* STAFF */
.staff_odd {
	padding:10px;
	border-bottom:1px solid #cccccc;
}
.staff_even {
	padding:10px;
	border-bottom:1px solid #cccccc;
	background-color:#eee; /* #daebf4; */
}
.staff_odd:last-child, staff_even:last-child { border-bottom: none; }

.staff_odd img, .staff_even img {
	float:right; 
	margin-left:10px; 
	margin-bottom:10px; 
	padding:8px; 
	border:1px solid #888888;
}

.staff_nome {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#222;
	font-weight:bold;
}

.staff_ruolo {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#c00000;
}

.staff_email {
	text-align:right;
	font-size:14px;
}

.staff_email a {
	font-weight:bold;
	color:#01519a;
}

/* PROGRAMMI */
.div_programma {
	padding-top:16px;
	padding-bottom:16px;
	border-top:1px dotted #999;
	min-height: 155px;
}

.titolo_programma {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:24px;
	color:#222;
	font-weight:bold;
}

.sottotitolo_programma {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#c00000;
}

.puntata_programma {
	font-size:16px;
	font-weight:bold;
	letter-spacing:-1px;
	color:#c00000;
	padding-top:10px;
	border-top:1px dotted #ccc;
}

.descrizione_programma {
	font-size:14px;
	margin-bottom:4px;
}

.palinsesto_programma {
	padding:2px;
	background-color:#eee;
	color:#01519a;
	margin-top:8px;
	font-size:14px;
	font-variant:small-caps;
}

.icona-circolare {
	position: absolute;
	top: 10px;
	right: 20px;
	z-index: 100;
	border: 2px solid #FFF;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	border-radius: 50%;
	background-color: #14416A;
	padding-top: 4px;
}

.foto_correlate {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	min-width: 80px;
	min-height: 80px;
	border-radius: 4px;
	background-repeat: no-repeat;
	background-size: cover;
}

.singolo_banner {
	text-align:center;
	overflow:hidden;
}

.singolo_banner img {
	width:100%;
	height:100%;
	padding:0px 15px 15px 15px;
	object-fit:contain;
}

.cursor {
	cursor: pointer;
}

#prossimamente {
	background-color: #0A83C2;
	height: 240px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
	margin-top: -20px;
	margin-bottom: 30px;
}

#container_riceviamoepubblichiamo {
	padding:20px;
	padding-top:10px;
}

#container_riceviamoepubblichiamo h1 {
	text-transform: uppercase;
}

.latest-posts {
	padding:20px;
}

#gallery {
	background-color:#333;
	padding:20px;
	border-bottom: 20px solid #333;
	/*height:480px;*/
	overflow: hidden;
	margin-top:20px;
}

#gallery h3 {
	color:#fff;
	font-size:22px;
	margin-top:0px;
	margin-bottom:20px;
}

#gallery ul {
	padding:0px;
	margin:auto;
}

#gallery ul li {
	list-style: none;
	text-align: center;
}

#gallery ul li img {
	height:auto; /*400px;*/
	width:100%;
}

#gallery div.owl-controls {
	/* right: -87%; */
	top: -110px;
}

.fb_iframe_widget_fluid {
	display: block!important;
	margin-top: 20px;
}

.fb_iframe_widget {
	margin-bottom:20px;	
}

#gallery .owl-buttons div {
	color: #FFF;
	display: inline-block;
	zoom: 1;
	font-size: 18px;
	background: #000;
	height: 36px;
	width: 36px;
	padding-top: 6px;
	border: 1px solid #fff;
}

#strillo_programma {
	background-color: #0A83C2;
	padding: 20px;
	color: #fff;
	position: relative;
	margin-top: -9px;
}

#strillo_programma div.icon {
	font-size: 100px;
	position: absolute;
	top: 0px;
	right: 20px;
	opacity: .5;
}

#strillo_programma h4 {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	font-weight: 700;
	color: #000;
	margin-top: 0px;
}

#strillo_programma h3 {
	color:#fff;
}

#strillo_programma i {
	opacity: .7;
}