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

/* Table of Contents

1- BODY
2- MAIN NAVIGATION & DROPDOWN MENU
3- MOBILE HEADER
4- SLIDER
5- BREAKING NEWS
6- PAGE CONTENTS
7- JOIN US
8- CATEGORY
9- TABS
10- ADVERTISEMENT
11- NEWSLETTER
12- FEATURED VIDEO
13- GALLERY CAROUSEL
14- FEATURED AUTHORS
15- REVIEW BLOCK
16- NO GUTTER 
17- ARTICLE / CATEGORY & DETAILS
18- EDITOR PICKS
19- SITE MAP
20- CONTACT FORM
21- LOGIN FORM
22- 404 STARTS
23- TOTOP
24- FOOTER
25- MEDIA QUERIES

*/


body {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #000;
	background:#F5F5F5;
}
hr.top {
	margin-top:0;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION & DROPDOWN MENU STARTS ----- */

#date {
	font-size: 14px;
}
.top-nav {
	border: none;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #fff;
	background-color: #373941;
}
.top-nav.overlay {
	background-image: url(../images/icons/top-nav-overlay.png);
	background-repeat: repeat;
}
.top-nav ul.small-nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top-nav ul.small-nav li {
	display: inline-block;
	padding-left: 10px;
}
.top-nav ul.small-nav li a {
	color: #fff;
}
.top-nav ul.small-nav li a:link {
	color: #fff;
}
.top-nav ul.small-nav li a:hover {
	color: #ccc;
	text-decoration: none;
}
.top-nav-2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	color: #000;
	background-color: #f5f5f5;
}
.top-nav-2 ul.small-nav {
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.top-nav-2 ul.small-nav li {
	display: inline-block;
	padding-left: 10px;
}
.top-nav-2 ul.small-nav li a {
	color: #000;
}
.top-nav-2 ul.small-nav li a:link {
	color: #000;
}
.top-nav-2 ul.small-nav li a:hover {
	color: #666;
	text-decoration: none;
}
.logo {
	padding-top: 20px;
	padding-bottom: 20px;
}
.nav-icon {
	padding-top: 7px;
	color:#FFF;
}
.nav-icon input[type=search] {
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, .0);
	font-size: 14px;
	color: #FFF;
	background-color: transparent!important;
	padding-left: 24px;
	transition: width 1s;
	-webkit-transition: width 1s; /* Safari */
	transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	background-image: url(../images/icons/search.png);
	background-repeat: no-repeat;
	background-position: 6px center;
	margin-bottom:0;
}
.nav-icon input[type=search]:focus {
	border: 1px solid rgba(255, 255, 255, 1);
	width: 200px;
}
.nav-icon input[type=search]::-webkit-input-placeholder { color:#FFF; }

#navigation {
	width: 100%;
	margin-left: auto;
	margin-bottom: auto;
	position: absolute;
	z-index: 9999;
}
#navigation .navbar-inverse {
	background:#54B947;
	border: none;
}
#navigation ul.nav {
	margin: 0px!important;
	padding: 0px!important;
}
#navigation ul.nav li a {
	font-size: 17px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-transform:uppercase;
}
#navigation ul.nav a:hover {
	color: #FFF;
	background:#000;
}
#navigation ul.nav a.current {
	color: #e4545b;
}
.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: #f8f8f8
}
.yamm .yamm-content h3 {
	font-size: 16px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	margin-bottom: 10px;
}
#navigation ul.nav li .yamm-content a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
.navbar-nav>li>.dropdown-menu li a:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
.yamm .yamm-content article {
	padding-bottom: 0px;
}
.yamm .yamm-content .description {
	padding-top: 20px;
	font-size: 14px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
	margin-left: 14px;
	margin-right: 14px;
}
.yamm-content .category-caption span {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
}
.yamm-content article .detail {
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
}
.yamm-content article a {
	color: #000;
}
.yamm-content article a:hover {
	color: #000!important;
	text-decoration: none;
}
.yamm-content article .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #f8f8f8;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.yamm-content .caption {
	font-size: 16px!important;
	font-weight: 400;
	padding-top: 2px;
	line-height: 1.2;
}
ul.mega-links {
	padding: 0px;
	margin: 0px;
}
ul.mega-links li {
	color: #666;
	list-style-type: none;
	padding: 4px;
}
ul.mega-links li a {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
ul.mega-links li a:link {
	color: #666;
	font-weight: 400;
	font-size: 14px;
}
ul.mega-links li:hover {
	color: #666;
}
#navigation ul.nav li .yamm-content .thumb {
	position: relative;
}
#navigation ul.nav li .yamm-content .thumb .title {
	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: 12px;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #444444;
	padding: 0px;
	border: none;
}
#navigation ul.nav li .yamm-content a:hover {
	color: #e4545b!important;
}
#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;
}
.navbar-nav>li>.dropdown-menu li a {
	font-size: 14px!important;
	padding-top: 6px;
	padding-bottom: 6px;
}
.navbar-nav>li>.dropdown-menu li a:hover {
	color: #e4545b!important;
}
.dropdown-li {
	display: inline-block !important;
}
.dropdown-link {
	display: inline-block !important;
	padding-right: 2px !important;
}
.dropdown-caret {
	display: inline-block !important;
	padding-left: 2px !important;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -6px;
	margin-left: -1px;
	-webkit-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px;
	border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}
.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #000;
	margin-top: 5px;
	margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
	border-left-color: #e4545b;
}
.dropdown-submenu.pull-left {
	float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	-moz-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}
/* ----------------------------------------------------------------------------- MAIN NAVIGATION & DROPDOWN MENU ENDS ----- */

/* ----------------------------------------------------------------------------- MOBILE HEADER STARTS ----- */

#mobile-header {
	display: none;
}
#mobile-header {
	position: absolute;
	top: 0;
	z-index: 99999;
	float: right;
	right:20px;
	z-index: 99999;
	padding-left: 15px;
	padding-top: 15px;
}
#mobile-header a {
	color: #fff;
}
#mobile-header .icon-bar {
	display: block;
	width: 32px;
	height: 4px;
	border-radius: 1px
}
#mobile-header .icon-bar+.icon-bar {
	margin-top: 4px
}
#mobile-header .icon-bar {
	background-color: #54B947;
}
/* ----------------------------------------------------------------------------- MOBILE HEADER ENDS ----- */

/* ----------------------------------------------------------------------------- SLIDER STARTS ----- */
.slider {
	margin: 0px!important;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.pic-with-overlay {
	position: relative;
}
.pic-with-overlay .bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 30px;
	left: 30px;
	z-index: 100;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay .author {
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 30px;
	left: 30px;
}
.pic-with-overlay h1 {
	font-size: 32px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 50px;
	left: 30px;
	width: 60%;
}
.pic-with-overlay h1 a {
	color: #fff;
}
.pic-with-overlay-2 {
	position: relative;
}
.pic-with-overlay-2 .bg {
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,0.6))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 60%, rgba(0,0,0,0.6) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0 ); /* IE6-9 */
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0;
}
.pic-with-overlay-2 .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay-2 .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 20px;
	left: 20px;
}
.pic-with-overlay-2 h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 35px;
	left: 20px;
	width: 80%;
}
.pic-with-overlay-2 h1 a {
	color: #fff;
}
/* ----------------------------------------------------------------------------- SLIDER ENDS ----- */

/* ----------------------------------------------------------------------------- BREAKING NEWS STARTS ----- */


.breaking-news {
	padding-top: 10px;
	padding-bottom: 30px;
}
.breaking-news .titulo {
	padding-right:0;
}
.breaking-news .tweet {
	padding-left:1px;
}
.breaking-news .title {
	background-color: #54B947;
	color: #fff;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	font-size: 13px;
}
.breaking-news .title a {
	color:#FFF;
}
.breaking-news .title a:hover {
	text-decoration:none;
}
.breaking-news .newsticker {
	padding-top: 0;
	padding-bottom: 0;
	background:#10B2BF;
	color:#FFF;
	padding-left:5px;
}
.breaking-news .newsticker .twitter-feed {
	max-height:27px;
}
.breaking-news .newsticker a {
	color: #000;
}
.breaking-news .newsticker a:hover {
	color: #000;
	text-decoration: none;
}
.breaking-news .newsticker .tweet_text {
	max-width:850px; 
	overflow:hidden;
	display:inline;
	max-height:27px;
	line-height:26px;
}
.breaking-news .newsticker .tweet_user {
	color:#FFF;
	font-style:italic;
	font-weight:600;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: 0;
	right: 28px!important;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: 0;
	right: 0px;
}
.newsticker.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
 *display: inline;
	font-size: 20px;
	line-height: 1.1;
	padding-top: 0px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	width: 27px;
	height: 27px;
	color: #aaa;
	border: 1px solid #dddddd;
	background-color: #fff;
}
/* ----------------------------------------------------------------------------- BREAKING NEWS ENDS ----- */

/* ----------------------------------------------------------------------------- PAGE CONTENTS STARTS ----- */

.page-contents {
	padding-top: 20px;
	padding-bottom: 20px;
}
.page-contents hr {
	margin-top: 0px;
	margin-bottom: 50px;
}
.inner-page-contents {
	padding-top: 20px;
	padding-bottom: 30px;
}
/* ----------------------------------------------------------------------------- PAGE CONTENTS ENDS ----- */



/* ----------------------------------------------------------------------------- TABS START ----- */
.tabs {
	padding-bottom: 30px;
}
ul.tabs-posts {
	margin: 20px 0;
	padding: 0px;
}
ul.tabs-posts li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 15px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 30px;
}
ul.tabs-posts li a {
/*color: #fff;*/
}
ul.tabs-posts li a:hover {
	color: #000!important;
	text-decoration: none;
}
ul.tabs-posts li .pic {
	float: left;
	padding-right: 16px;
}
ul.tabs-posts li .info {
	color: #aaaaaa;
}
ul.tabs-posts li .info .likes {
	padding-right: 16px;
}
ul.tabs-posts li .info i {
	padding-right: 2px;
}
ul.tabs-posts li .caption {
	font-size: 14px;
	padding-top:0;
}
ul.tabs-posts li .caption a {
	color: #444;
}
.tag-list {
	padding-top: 20px;
}
.tag-list a {
	border: 1px solid #d9d9d9;
	display: inline-block;
	font-size: 14px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-khtml-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-right: 3px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.tag-list a, .tag-list a:hover, .tag-list a:active, .tag-list a:focus {
	text-decoration: none;
	outline: none;
}
.tag-list a:hover {
	color: #fff;
	background-color: #e4545b;
}
.relacionadas article {
	padding:0 0 20px;
	margin:20px 0;
	border-bottom:1px solid #CCC;
}
.relacionadas article .caption {
	margin:0;
	padding:0;
}
.relacionadas .rotulo-rel {
	list-style:none;
	padding:0;
	margin:0 0 5px;
	font-size:12px;
	color:#10B2BF;
}

/* ----------------------------------------------------------------------------- TABS ENDS ----- */

/* ----------------------------------------------------------------------------- ADVERTISEMENT STARTS ----- */

.ad-728x90 {
	padding-top: 14px;
	padding-bottom: 14px;
	text-align: right;
}
.ad-728x90 img {
	padding: 0px;
}
.ad-468x60 {
	padding-top: 2px;
	padding-bottom: 14px;
	text-align: center;
}
.ad-468x60 img {
	padding: 0px;
}
.ad-300x250 {
	background-color: #f5f5f5;
	text-align: center!important;
	/*padding-top: 30px;*/
	padding-bottom: 30px;
}
.ad-125x125 {
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 5px;
	margin-bottom: 40px;
}
.ad-125x125 .row div:nth-child(odd) {
	text-align: right;
	margin-bottom: 25px;
}
.ad-125x125 .row div:nth-child(even) {
	text-align: left;
	margin-bottom: 25px;
}
/* ----------------------------------------------------------------------------- ADVERTISEMENT ENDS ----- */



/* ----------------------------------------------------------------------------- NO GUTTER STARTS ----- */

.no-gutter-1 [class*="-1"] {
	padding-right: 0;
}
.no-gutter-11 [class*="-11"] {
	padding-left: 0;
}
.no-gutter-12 [class*="-12"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-8 [class*="-8"] {
	padding-right: 0;
}
.no-gutter-6 [class*="-6"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-4 [class*="-4"] {
	padding-left: 0;
	padding-right: 0;
}
.no-gutter-3 [class*="-3"] {
	padding-left: 4px;
	padding-right: 4px;
}
.no-gutter-2 [class*="-2"] {
	padding-left: 4px;
	padding-right: 4px;
}
/* ----------------------------------------------------------------------------- NO GUTTER ENDS ----- */

/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY & DETAILS STARTS ----- */

article {
	padding-bottom: 30px;
}
.latest-articles {
	padding-bottom: 20px;
}

.category-caption {
	/*margin-top: 30px;*/
	margin-bottom: 30px;
}
.category-caption h2 {
	font-size: 14px;
	color: #fff;
	background-color: #54B947;
	padding:10px 6px;
	letter-spacing: 2px;
	margin: 0px;
}
.category-caption span {
	font-size: 14px;
	color: #fff;
	background-color: #10B2BF;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 1px solid #10B2BF;
	min-height:35px;
	margin-right:1px;
}
.category-caption span.pic-col {
	position:absolute;
	top:12px;
	right:0;
	background:url(../images/pic-columnistas.png) no-repeat;
	padding:7px 3px !important;
	border:none;
	margin-right:0;
}
.category-caption span:hover {
	background-color: transparent;
	border: 1px solid #10B2BF;
}
.category-caption span a {
	color: #fff;
}
.category-caption span:hover a {
	color: #10B2BF;
}
.category-caption h2.main-caption {
	background-color: #ccc;
}
.category-caption h2.main-caption a {
	color: #fff;
}
.category-caption h2.main-caption a:hover {
	color: #fff;
	text-decoration: none;
}
.category-caption h2.main-caption:hover {
	background-color: #ccc;
	color: #fff;
	text-decoration: none;
}
.category-caption h2.sub-caption {
	background-color: #e4545b;
}
.category-caption span:last-child {
	letter-spacing: 0px;
	padding-top: 8px;
	padding-right: 13px;
	padding-bottom: 8px;
	padding-left: 13px;
}
.small .picture .category-image  {
	max-height:140px;
	overflow:hidden;
}
.picture .category-image {
	position: relative;
	margin-bottom:10px;
}
.picture .category-image.normal {
	height:200px;
	overflow:hidden;
}
.picture .category-image:hover img {
	opacity: 0.4;
}
.description .picture .category-image:hover img {
	opacity: 1;
}
.picture h6 {
	font-style:italic;
	font-size:14px;
	border-bottom:1px solid #eee;
	padding-bottom:12px;
}

.overlay-category {
	font-size: 14px;
	font-weight: 400;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #54B947;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	letter-spacing: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
	color:#FFF;
	display:table;
}

.picture .play-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 100;
}
.picture .play-icon img {
	position: relative;
	left: -50%;
	top: -20px !important;
	width: 40px;
	height: 40px;
}
.picture .play-icon img:hover {
	cursor: pointer;
	opacity: 0.8;
}
.detail {
	margin-bottom:30px;
	padding:20px;
}
.detail h2 { 
	font-size:16px;
	font-style:italic;
	color:#53B846;
	font-weight:600;
	margin-bottom:0;
	margin-top:20px;
}
.detail h1 {
	font-size:38px;
	font-weight:800;
	margin-top:10px;
	margin-bottom:10px;
}
.detail p {
	font-size:22px;
	display:table;
}
.detail .info {
	color: #aaaaaa;
}
.detail .info .likes {
	padding-right: 16px;
}
.detail .info i {
	padding-right: 2px;
}
.caption {
	font-size: 21px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #000;
}
.small-caption span a,
.caption span a {
	display: block;
    font-size: 14px;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 5px;
	color:#666;
}
.small-caption {
	font-size: 16px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #000;
}
.author {
	padding-top: 15px;
}
.author .pic .name {
	color: #aaaaaa;
	padding-left: 12px;
}
.description {
	font-size: 16px;
	line-height:1.6;
}
.description a {
	color:#54B947;
}
.description span {
	background-color:#10B2BF;
	color:#FFF;
}
.desc-padding {
	padding-top: 30px;
}
.description img.pull-left {
	margin-right: 20px;
	margin-bottom: 10px;
	margin-top:10px;
}
.description img.pull-right {
	margin-left: 20px;
	margin-bottom: 10px;
	margin-top:10px;
}
ul.via {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
ul.via li:first-child {
	color: #FFF;
	background-color: #54B947;
}
ul.via li {
	color: #FFF;
	background-color: #10B2BF;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	margin-right: 1px;
	display: inline-block;
	margin-bottom: 5px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}
ul.via li:hover {
	color: #FFF;
	background-color: #54B947;
}
ul.via li a {
	color: #FFF;
	text-decoration:none;
}
ul.via li a:hover {
	color: #FFF;
}
.sharepost {
	color: #fff;
	padding-bottom: 0px;
}
.sharepost ul li:first-child {
	font-size: 14px;
	color: #fff;
	background-color: #e4545b;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
}
.sharepost ul {
	padding: 0px;
	margin: 0px;
}
.sharepost ul li {
	display: inline-block;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}
.sharepost ul li:hover {
	background-color: #222;
}
.sharepost ul li a {
	color: #fff;
}
.sharepost .icon {
	font-size: 22px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
}
.next-n-prev article {
	padding-bottom: 10px;
}
.next-n-prev .btns {
	margin-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	color: #e4545b;
	border: 2px solid #e4545b;
	text-align: center;
}
.next-n-prev .btns:hover {
	background-color: #e4545b;
	color: #fff!important;
	border: 2px solid #e4545b;
}
.next-n-prev .btns a {
	color: #e4545b!important;
}
.next-n-prev .btns:hover a {
	color: #fff!important;
}
.about-author {
	text-align:center;
}
.fix {
	margin:0;
	padding:0 0 0 15px;
	max-width:12%;
}
.fix-bottom {
	display:none;
}
.about-author .category-caption {
	margin-top: 30px;
	background:#EEEEEE;
	padding:20px 0;
	border-right:5px solid #54B947;
	position:relative;
}
.about-author img {
	margin-bottom: 20px;
}
.about-author .name {
	font-size: 13px;
	font-weight: 700;
	color:#10B2BF;
}
.about-author .description {
	font-size: 18px;
}
ul.s-author {
	color: #fff;
	padding-bottom: 0px;
}
ul.s-author {
	padding: 0px;
	margin: 0px;
}
ul.s-author li {
	display: inline-block;
	float: left;
	margin-right: 2px;
	margin-bottom: 5px;
}
ul.s-author li:hover {
	background-color: #222;
}
ul.s-author li a {
	color: #fff;
}
ul.s-author .icon {
	font-size: 22px;
	width: 36px;
	height: 36px;
	text-align: center;
	padding-top: 2px;
}
.related-articles .category-caption {
	margin-top: 40px;
}
.related-articles article {
	padding-bottom: 10px;
}
.comments .category-caption {
	margin-top: 40px;
	margin-bottom: 0px;
}
.media-heading {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 18px!important;
	font-weight: 700;
}
ul.media-list li.media:first-child {
	border: none;
	margin-top: 0px!important;
}
ul.media-list .media {
	margin-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #eeeeee;
	padding-top: 30px;
}
ul.media-list .media .reply {
	padding-top: 12px;
}
ul.media-list .media .reply a {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 2px;
	padding-bottom: 6px;
	background-color: #FFFFFF;
	color: #e4545b;
	border: 1px solid #e4545b;
}
ul.media-list .media .reply a:hover {
	background-color: #e4545b;
	color: #fff;
	border: 1px solid #e4545b;
}
.media-list {
	padding-left: 0;
	list-style: none
}
.media-body {
	margin-top: 0;
	margin-bottom: 5px;
	font-size: 16px;
}
.media-body .date {
	color: #aaaaaa;
	font-size: 14px;
}
.media-body .date i {
	margin-right: 6px;
}
.media-body p {
	margin-top: 10px;
}
iframe {
	border: none;
	max-width: 100%;
}
.leave-comment {
	margin-bottom: 30px;
}
.leave-comment .category-caption {
	margin-top: 40px;
}
.leave-comment input, .leave-comment textarea {
	font-size: 16px;
	padding: 4px;
	margin-bottom: 10px;
	width:100%;	
}
.leave-comment input[type=button] {
	margin-top: 10px;
}
.left-right-border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #dddddd;
	border-left-color: #dddddd;
}
.read-article {
	line-height: 48px;
	font-size: 12px;
}
.read-article i {
	padding-left: 3px;
}
article a {
	color: #000;
}
article a:hover {
	color: #000;
	text-decoration:none;
}
.picture { position:relative; }
.picture .info a { 
	position:absolute; 
	top:0; 
	background:rgba(0,0,0,.6);
	padding:20px;
	height:100%;
	width:100%;
	color:#FFF;
	display:none;
}
.picture:hover .info a{ 
	display:block;
	text-decoration:none; 
}

.destacada { 
	position:relative;
	overflow:hidden;
}
.destacada .picture .category-image {
	margin-bottom:0 !important;
	max-height:550px;
}
.destacada .rotulo {
	position:absolute;
	top:20px;
	right:20px;
	z-index:100;
}
.destacada .caption { 
	font-size:36px; 
	position:absolute; 
	bottom:0; 
	padding:20px; 
	color:#FFF; 
	font-weight:600;
	width:100%;
}
.destacada .info a { 
	position:absolute; 
	top:0; 
	padding:70px 20px 20px 20px;
	background:rgba(0,0,0,.7);
	height:100%;
	width:100%;
	color:#FFF;
	display:none;
}
.destacada:hover .info a{ 
	display:block;
	text-decoration:none;
}
.rotulo {
	list-style:none;
	margin:0 0 10px;
	padding:0;
	display:table-cell;
}
.rotulo li {
	float:left;
	margin-right:2px;
}
.destacada .rotulo li:last-child { 
	margin-right:0;
}
.rotulo span,
.rotulo a { 
	color:#FFF;
	font-size:12px;
	letter-spacing:2px;
	background-color:#10B2BF;
	padding:4px 4px;
	min-width:26px;
	display:block;
	text-align:center;
}
.rotulo .seccion,
.rotulo a.seccion {
	background-color:#54B947;
}
.rotulo a.seccion:hover {
	color:#FFF;
	text-decoration:none;
}
.rotulo a:hover {
	background-color:#54B947;
	color:#FFF;
}
.gradient { 
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(43,43,43,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(43,43,43,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(43,43,43,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
}
.columnistas-op2,
.columnistas {
	padding:60px 0;
	width:100%;
	background:#FFF;
	margin-bottom:30px;
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
}

.columnistas .pic {
	float:left;
	padding-right:10px;
	padding-bottom:30px;
}
.columnistas-op2 .pic {
	text-align:center;
}

.columnistas .caption {
	display:table;
	padding-top:0;
}
.columnistas-op2 .caption {
	text-align:center;
}
.columnistas-op2 .caption h2,
.columnistas .caption h2 {
	font-size:18px;
	font-weight:600;
	color:#000;
	padding:0;
	margin:0 0 5px;
}
.columnistas-op2 .caption p,
.columnistas .caption p {
	font-size:14px;
	font-style:italic;
	padding:0;
	margin-bottom:5px;
}
.columnistas-op2 .caption .author,
.columnistas .caption .author {
	padding:0;
	font-size:16px;
	font-style:italic;
	font-weight:600;
	color:#10B2BF;
}
section.mod-destacado .container {
	background-color: #CCC;
	margin-bottom:10px;
}
section.mod-destacado h2 {
	background:#10B2BF;
	color:#FFF;
	display:inline-table;
	margin:15px 0;
}
section.mod-destacado .category-caption {
	margin-bottom:0 !important; 
}
section.informe-especial {
    background-color: #3E3D3D;
    color: #aaa;
    padding: 20px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.informe-especial .container {
	padding:0;
}
section.informe-especial .black {
    background: #F5F5F5;
}
section.informe-especial .category-image {
	padding:15px;
}
section.informe-especial .category-caption {
	margin-bottom:20px;
	margin-left:0;
}
section.informe-especial .category-caption h2 {
	background:#10B2BF !important;
}

section.informe-especial .detail .caption {
    color: #565656;
    margin-bottom: 10px;
	text-align:right;
}
.caption {
    font-size: 21px;
    font-weight: 600;
    padding-top: 10px;
    line-height: 1.2;
    color: #000;
}

section.informe-especial .detail p {
    color: #565656;
    font-size: 14px;
    text-align: right;
}

.frase-destacada {
	width:100%;
	height:100%;
	background:#10B2BF;
	padding:20px;
	min-height:239px;
}
.frase-destacada .rotulo a.seccion {
	background:#000;
	color:#FFF;
}
.frase-destacada .rotulo a {
	background:#FFF;
	color:#54B947;
}
.frase-destacada .caption a {
	font-size:24px;
	font-style:italic;
	font-weight:600;
	line-height:32px;
	color:#FFF;
}
.frase-destacada .caption a span {
	display:block;
	font-size:22;
	padding-top:10px;
}
.encuestas {
	background:#54B947;
	padding:20px;
	margin-bottom:30px;
	display:table;
}
.encuestas .category-caption {
	margin-bottom:10px;
}
.encuestas .category-caption h2 {
	background:#000;
}
.encuestas h3 {
	color:#FFF;
	font-size:24px;
	font-style:italic;
	font-weight:600;
	padding:0 0 20px;
	margin:0;
}
.encuestas ul {
	list-style:none;
	margin:0;
	padding:0;
	color:#FFF;
	font-size:18px;
	display:block;
}

.encuestas ul label { display:block !important;}

.encuestas li {
	margin-bottom:10px;
	display:block;
}
.encuestas input {
	float:left;
	margin-bottom:0 !important;
	border:1px solid #FFF !important;
}
.encuestas input[type=button]:hover {
	background:#10B2BF !important;
	color:#FFF !important;
	border:1px solid #FFF !important;
}
.encuestas .respuestas .pollbar {
	height: 12px;
    margin: 5px 0 10px 0;
    background:#FF0;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
}
.head-media {
	padding:13px 0 10px;
	border-bottom:1px solid #CCC;
	border-top:1px solid #CCC;
	margin-bottom:20px;
}
.head-media  ul.social {
	list-style:none;
	margin:0;
	padding:0;
}
.head-media  ul.social li {
	float:left;
	margin-right:5px;
}
.head-media ul.social li a i {
	background: #0EA1AC;
	color: #FFF;
	padding: 8px 0 0 0;
	border-radius: 15px;
	width:30px;
	height:30px;
	text-align:center;
}
.head-media ul.social li.vermas {
	position:relative;
}
.head-media ul.social li.vermas:hover .mas-redes{
	display:block;
}
.head-media ul.social li ul {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:130px;
	overflow:hidden;
}
.head-media ul.social li .mas-redes li {
	width:100%;
	margin-bottom:10px;
}
.head-media  ul.social li.twitter,
.head-media  ul.social li.facebook,
.head-media  ul.social li.gplus {
	background:none !important;
}
.head-media  ul.social li img {
	width:150px;
}
.head-media .mas-redes{
	min-width:292px;
	background:#FFF;
	position:absolute;
	z-index:2;
	right:40px;
	top:-30px;
	padding:15px;
	display:none;
}
.head-media .mas-redes h5 {
	color:#8D8D8D;
}
.flecha-right{
    width: 0px;
    height: 0px;
    border-bottom: 25px solid transparent;
    border-top: 25px solid transparent;
    border-left: 25px solid #FFF;
    font-size: 0px;
    line-height: 0px;
    position: absolute;
    right: -10px;
    top: 20px;
}
.head-media .mas-redes .shorturl {
	width:100%;
	margin-top:5px;
	padding:5px;
}
.codigo_js iframe {
	margin-right:auto;
	margin-left:auto;
}
.well {
	background:#10B2BF;
	color:#FFF;
	border:none !important;
	border-radius:0 !important;
	-webkit-box-shadow: none !important;
	box-shadow:none !important;
}
.epigrafe { 
	margin-top: 5px;
	font-style: italic;
	font-size: 14px;
}
#search {
	margin: 20px 0 0 0;
	position: relative;
	float:right;
	width:300px;
}
#search a {
    position: absolute;
    top: 8px;
    right: 8px;
	color:#10B2BF;
}
#search a:hover {
	color:#54B947;
}
.fecha { 
	color: #FFF;
    font-size: 12px;
    padding-top: 14px;
}
.fecha i {
	margin-right:5px;
}
.listado-gris ul {
	list-style:none;
	padding:0;
	margin:0;
}
.listado-gris li {
	border-bottom:1px solid #CCC;
	margin-bottom:15px;
}
.listado-gris li a {
	font-weight:600;
	color:#000;
}
.listado-gris li:last-child {
	border-bottom:none;
	margin-bottom:0;
}

/* ----------------------------------------------------------------------------- ARTICLE, CATEGORY & DETAILS ENDS ----- */

/* ----------------------------------------------------------------------------- EDITOR PICKS STARTS ----- */

section.editor-picks {
	background-color: #54B947;
	color: #aaa;
	padding:20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
section.editor-picks .category-caption h2 {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 10px;
	padding-right: 16px;
	padding-bottom: 10px;
	padding-left: 16px;
	letter-spacing: 2px;
	margin: 0px;
}
section.editor-picks .category-caption span {
	font-size: 14px;
	color: #000;
	background-color: #fff;
	padding-top: 8px;
	padding-right: 16px;
	padding-bottom: 8px;
	padding-left: 16px;
	letter-spacing: 2px;
	border: 1px solid #fff;
}
section.editor-picks .category-caption span:hover {
	background-color: transparent;
	border: 1px solid #fff;
}
section.editor-picks .category-caption span a {
	color: #000;
}
section.editor-picks .category-caption span:hover a {
	color: #fff;
}
section.editor-picks article {
	padding-bottom: 50px;
}
section.editor-picks article a {
	color: #aaa;
}
section.editor-picks article a:hover {
	color: #fff;
	text-decoration: none;
}
section.editor-picks article .picture .overlay-category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	bottom: 0;
	left: 10px;
	z-index: 100;
	background-color: #222;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
section.editor-picks article .caption {
	font-size: 20px;
	font-weight: 400;
	padding-top: 10px;
	line-height: 1.2;
	color: #fff;
}
/* ----------------------------------------------------------------------------- EDITOR PICKS ENDS ----- */
/* ----------------------------------------------------------------------------- SALPIMENTA STARTS ----- */

.salpimenta .container { 
	background:url(../images/borde-izq-salpimenta.png) repeat-y left #bcb7be;
	padding:20px 40px 0px 40px;
	}
.salpimenta .category-caption h2 { background:none; padding:0;}	

.salpimenta .redes {margin:0; padding:0; list-style:none; }
.salpimenta .redes li { 
	margin-right:5px; 
	list-style:none; 
	background:#FFF; 
	padding:8px 11px; 
	border-radius:100px;
	width:35px;
	height:35px;
	display:-webkit-inline-box;	
}
.salpimenta .redes li a {color:#BBB7BD; }

.salpimenta .img-side-left {display:table;}
.salpimenta .img-side-left .caption { padding-top:0 !important;}
.salpimenta .img-side-left .caption .rotulo a { font-size:12px;}
.salpimenta .img-side-left .caption a { font-size:17px; }

.salpimenta .rotulo a,
.salpimenta .rotulo .seccion, .rotulo a.seccion { background-color:#774372 !important;}

.salpimenta article .caption a {color:#FFF; }
 


/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */


.site-map {
}
ul.sitemap {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-bottom: 30px;
}
ul.sitemap li {
	padding-top: 4px;
	padding-bottom: 4px;
	list-style-type: none;
}
ul.sitemap li:before {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: "\f105";
	margin-right: 6px;
}
ul.sitemap li a {
	color: #666;
}
ul.sitemap li a:hover {
	color: #000;
	text-decoration: none;
}
ul.sitemap li ul {
	padding-left: 20px;
}
/* ----------------------------------------------------------------------------- SITE MAP STARTS ----- */

/* ----------------------------------------------------------------------------- CONTACT FORM STARTS ----- */

.contact-form, .contact-block {
	padding-top: 30px;
}
.contact-form input, .contact-form textarea {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 16px;
	width:100%;
}
.contact-form input[type=button] {
	margin-top: 10px;
}
#message_post {
	padding-bottom: 10px;
}
.errorMessage {
	color: #ff0000;
}
.successMessage {
	color: #00c300;
}
/* ----------------------------------------------------------------------------- CONTACT FORM ENDS ----- */

/* ----------------------------------------------------------------------------- LOGIN FORM STARTS ----- */

.login-form {
	padding-top: 30px;
	border: 1px solid #f5f5f5;
	margin-right: 0px;
	margin-left: 0px;
	padding-bottom: 30px;
}
.login-form input, .leave-comment textarea {
	font-size: 16px;
	padding: 4px;
	margin-bottom: 10px;
	width:100%;
}
.login-form input[type=button] {
	margin-top: 10px;
}
.login-form input[type=checkbox] {
	width:auto!important;
}
/* ----------------------------------------------------------------------------- LOGIN FORM ENDS ----- */

/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */

.shortcodes {
}
.table {
	margin-bottom: 50px;
}
input, textarea, select {
	font-size: 16px;
	padding: 8px;
	margin-bottom: 16px;
	color:#10B2BF !important;
}
input[type="radio"], input[type="checkbox"] {
	width: auto!important;
}
.btn-default {
	border-radius: 0px;
}
.btn-sm.red, .btn-lg.red, .btn-primary.red, .btn-xs.red {
	background-color: #e81e25;
	border: none;
	border-radius: 0px;
}
.btn-sm.blue, .btn-lg.blue, .btn-primary.blue, .btn-xs.blue {
	background-color: #00acec;
	border: none;
	border-radius: 0px;
}
.btn-sm.green, .btn-lg.green, .btn-primary.green, .btn-xs.green {
	background-color: #abcc37;
	border: none;
	border-radius: 0px;
}
.btn-sm.green2, .btn-lg.green2, .btn-primary.green2, .btn-xs.green2 {
	background-color: #77be33;
	border: none;
	border-radius: 0px;
}
.btn-sm.orange, .btn-lg.orange, .btn-primary.orange, .btn-xs.orange {
	background-color: #f86923;
	border: none;
	border-radius: 0px;
}
.btn-sm.yellow, .btn-lg.yellow, .btn-primary.yellow, .btn-xs.yellow {
	background-color: #ffc801;
	border: none;
	border-radius: 0px;
}
.btn-sm.purple, .btn-lg.purple, .btn-primary.purple, .btn-xs.purple {
	background-color: #ba54ff;
	border: none;
	border-radius: 0px;
}
.btn-sm.brown, .btn-lg.brown, .btn-primary.brown, .btn-xs.brown {
	background-color: #964b00;
	border: none;
	border-radius: 0px;
}
.btn-sm.grey, .btn-lg.grey, .btn-primary.grey, .btn-xs.grey {
	background-color: #7f7f7f;
	border: none;
	border-radius: 0px;
}
.btn-sm.greyish-blue, .btn-lg.greyish-blue, .btn-primary.greyish-blue, .btn-xs.greyish-blue {
	background-color: #51758f;
	border: none;
	border-radius: 0px;
}
.btn-sm.oldrose, .btn-lg.oldrose, .btn-primary.oldrose, .btn-xs.oldrose {
	background-color: #be394a;
	border: none;
	border-radius: 0px;
}
.btn-sm.pink, .btn-lg.pink, .btn-primary.pink, .btn-xs.pink {
	background-color: #e4545b;
	border: none;
	border-radius: 0px;
}
button:hover {
	opacity: 0.8;
}
/* ----------------------------------------------------------------------------- ShortCodes Starts ------------------ */

/* ----------------------------------------------------------------------------- TOTOP STARTS ------------------ */

.scrollup {
	width: 35px;
	height: 35px;
	position: fixed;
	bottom: 15px;
	right: 15px;
	display: none;
	text-indent: -9999px;
	background-color: #10B2BF;
	background-image: url(../images/icons/to-top/to-top.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 999997;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.scrollup:hover {
	opacity: 0.9;
}
/* ----------------------------------------------------------------------------- TOTOP ENDS ------------------ */

/* ----------------------------------------------------------------------------- FOOTER STARTS ----- */

section.footer  {
	/*padding-bottom: 30px;*/
	position:relative;
}
section.footer .row1 {
	background-color: #252525;
	padding-top: 50px;
}
section.footer .row2 {
	padding-top: 50px;
	background-image:url(../images/bg_footer.jpg);
	background-repeat:repeat-x;
	background-color:#54B947;
}
section.footer .row3 {
	padding-top: 30px;
	padding-bottom: 30px;
	background-color: #222222;
}
section.footer .about {
	font-size: 16px;
}
section.footer h3 {
	margin-bottom: 30px;
	margin-top: 80px;
	color: #fff;
}
section.footer .footer-logo {
	padding-bottom: 20px;
}
section.footer .introduction {
	color: #FFF;
}
ul.footer-posts {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
ul.footer-posts li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 25px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
}
ul.footer-posts li:first-child {
	padding-top: 0px;
}
ul.footer-posts li:last-child {
	padding-bottom: 0px;
	border-bottom-style: none;
}
ul.footer-posts li a {
	color: #ccc;
}
ul.footer-posts li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.footer-posts li .pic {
	float: left;
	padding-right: 16px;
}
ul.footer-posts .post {
}
ul.footer-posts .post {
}
ul.footer-posts li .info {
	color: #aaaaaa;
}
ul.footer-posts li .info .likes {
	padding-right: 16px;
}
ul.footer-posts li .info i {
	padding-right: 2px;
}
ul.footer-posts li .caption {
	color: #ccc;
	font-size: 16px;
}
ul.social-icons {
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 25px;
	padding-bottom: 25px;
	margin-left: 0px;
}
.social-icons li {
	list-style-type: none;
	display: inline-block;
	margin-right: 10px;
	float:left;
}
.social-icons .icon {
	width: 40px;
	height: 40px;
	border-radius: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	color: #10B2BF;
	background-color:#FFF;
}
.social-icons .icon:hover {
	color:#54B947;
}
.social-icons .icon i {
	font-size: 20px;
	line-height: 2;
}
.social-icons h2 {
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 2px;
}
.social-icons h2 a {
	color: #000;
}
.social-icons p {
	font-size: 14px;
	font-weight: 400;
}
.facebook {
	background-color: #3c599f
}
.twitter {
	background-color: #e75640
}
.linkedin {
	background-color: #017eb4
}
.dribbble {
	background-color: #e04c86
}
.youtube {
	background-color: #c00000
}
.behance {
	background-color: #1478ff
}
.tweets {
	color: #ccc;
}
.tweets ul {
	padding: 0px;
	margin-bottom: 0px;
}
.tweets ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	padding-top: 16px;
	padding-bottom: 16px;
	list-style-type: none;
	color: #aaa;
}
.tweets ul li:first-child {
	padding-top: 0px;
}
.tweets ul li:last-child {
	border: none;
}
.tweets ul li a {
	color: #fff;
	text-decoration: underline;
}
.tweets ul li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.contactus {
	margin: 0px;
	padding: 0px;
	color: #FFF;
	margin-bottom: 25px;
}
ul.contactus li {
	font-size: 14px;
	list-style-type: none;
	padding-bottom: 10px;
	display:inline-block;
	width:100%;
}
ul.contactus li:last-child {
	padding-bottom: 0px;
}
ul.contactus li a {
	color: #fff;
}
ul.contactus li a:hover {
	color: #fff;
	text-decoration: none;
}
ul.contactus li i {
	width: 30px;
	text-align: center;
	padding-right: 10px;
	margin-bottom: 20px;
	float: left;
	padding-top: 5px;
}
.copyright {
	color: #ccc;
	text-align: center;
}
.footer ul.menu {
	list-style:none;
	font-size:16px;
	float:left;
	margin-top:80px;
}
.footer ul.menu li {
	margin-bottom:10px;
}
.footer ul.menu li a {
	color:#FFF;
}

/* ----------------------------------------------------------------------------- FOOTER ENDS ----- */

/* ----------------------------------------------------------------------------- MEDIA QURIES STARTS ----- */

 @media (max-width:1040px) {
.fix { max-width:15%; margin-right:20px; min-width:20%;}
.logo {
	text-align: center;
}
.pic-with-overlay h1 {
	font-size: 24px;
	width: 80%;
}
#date {
	text-align: center;
	padding-bottom: 6px;
}
#navigation ul.nav li a {
	font-size:12px;
	padding:8px 6px;
}
.top-nav ul.small-nav {
	text-align: center;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-prev {
	position: absolute;
	top: -28px;
	left: 0;
}
.newsticker.owl-theme .owl-controls .owl-buttons .owl-next {
	position: absolute;
	top: -28px;
	right: 0;
}
.newsticker.owl-theme .owl-controls .owl-buttons div {
	display: inline-block;
	zoom: 1;
 *display: inline;
	font-size: 20px;
	line-height: 1.1;
	padding-top: 1px;
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	margin-top: 0px!important;
	margin-bottom: 0px!important;
	width: 27px;
	height: 27px;
	color: #fff;
	background-color: transparent;
	border: none;
}
header .socials {
	display:none;
}
.picture .category-image.normal { height:auto; }
.small .picture .category-image { max-height:inherit; }
.frase-destacada { min-height:inherit; }
.footer .seguinos { position:absolute; top:0; right:20px; }
 }
 
 @media (max-width:980px) {
.fix { display:none;}
.fix-bottom { display:block; margin-top:-40px;}
.fix-bottom .about-author {text-align:left;}
.fix-bottom .about-author img { float:left; margin-right:10px;}
.fix-bottom .about-author .name { padding-top:30px; }
.fix-bottom .category-caption { background:none; border:none !important; padding:0; }
.fix-bottom .category-caption span.pic-col {display:none;}
.breaking-news .titulo { padding-right:15px; }
.breaking-news .tweet { padding-left:15px; }
#mobile-header {
	display: block;
}
.sidr-class-hidden-sm {
	display: none!important
}
.sidr-class-hidden-xs {
	display: none!important
}
.sidr-class-navbar-toggle, .navbar-toggle {
	display: none!important
}
.logo {
	padding-top: 10px;
	padding-bottom: 0px;
	text-align: center;
}
.navbar-inverse {
	border: none;
	background-color: transparent;
}
.logo img {
	max-width: 150px;
	max-height: 57px;
}
#navigation-sticky-wrapper {
	display: none!important
}
.columnistas .col-sm-12 { display:inline-block; }
#date {
	text-align: center;
}
.top-nav ul.small-nav {
	text-align: center;
}
.nav-icon {
	padding-top: 8px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 100;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay h1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 25px;
	left: 20px;
	width: 80%;
}
.pic-with-overlay-2 .author {
	font-size: 14px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay-2 h1 {
	font-size: 16px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
	width: 80%;
}
.ad-125x125 {
	background-color: #f5f5f5;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 40px;
}
.ad-125x125 .row div:nth-child(odd) {
	text-align: right;
	margin-bottom: 2px;
	padding-right: 2px;
}
.ad-125x125 .row div:nth-child(even) {
	text-align: left;
	margin-bottom: 2px;
	padding-left: 2px;
}
.inner-page-contents {
	padding-top: 0px;
	margin-top: 10px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
}
ul.footer-posts li .info .likes {
	padding-right: 0px;
}
.footer .col-lg-5,
.footer .col-lg-3 { 
	display:none; 
}
.head-media  ul.social li{
	margin-bottom:10px;
}
 }
 @media (max-width:480px) {
	  
header .socials { 
	display:none;
}
.logo {
	text-align: center;
}
header .socials {
	display:none;
}
.destacada .caption { 
	font-size:18px; 
}
.twitter-destacado {
	display:none;
}
#date {
	text-align: center;
}
.top-nav ul.small-nav {
	text-align: center;
}
.nav-icon {
	padding-top: 8px;
}
.nav-icon input[type=search]:focus {
	border: 1px solid rgba(0, 0, 0, .5);
	width: 180px;
}
.navbar-toggle {
	position: relative;
	float: right;
	padding: 6px;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 8px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px
}
.pic-with-overlay .category {
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 0px;
	left: 20px;
	z-index: 100;
	background-color: #FFF;
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
	padding-left: 8px;
	letter-spacing: 2px;
}
.pic-with-overlay .author {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay h1 {
	font-size: 14px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 25px;
	left: 20px;
	width: 80%;
}
.pic-with-overlay-2 .author {
	font-size: 12px;
	font-weight: 500;
	position: absolute;
	color: #fff;
	border-radius: 4px;
	bottom: 10px;
	left: 20px;
}
.pic-with-overlay-2 h1 {
	font-size: 14px;
	font-weight: 400;
	line-height: 0.9;
	position: absolute;
	color: #fff;
	bottom: 30px;
	left: 20px;
	width: 80%;
}

.destacada .caption {
	font-size:18px;
}

.columnistas .caption {
	margin-bottom:20px;
}
.salpimenta .redes {display:none;}
}

/* ----------------------------------------------------------------------------- MEDIA QURIES ENDS ----- */

header {
	background-image: url(../images/bg_header.jpg);
}
.logo {
	text-align: left;
}
.socials { text-align:right;  margin-top:35px;}
.socials .fecha p { font-size:12px; font-weight:600;}
.socials ul { padding:0; margin:0; float:right; }
.socials li { list-style:none; float:left; margin:0 5px 0 0; }
.socials li a { background:#10B2BF; color:#FFF; text-align:center; border-radius: 20px; width:32px; height:32px; display:block; line-height:30px; }
.socials li a:hover { background:#54B947; }

.navbar-nav>li>a {
	padding-top: 8px!important;
	padding-bottom: 8px!important;
}
.navbar-collapse.collapse {
	text-align: left; /* Set this */
	display: block !important;
	height: 46px !important;
	padding-bottom: 0;
	overflow: visible !important;
}
.navbar-nav {
	display: inline-block;
	float: none;
	margin: 0;
}

.listado-claro { background:#FFF; padding:25px; position:relative; overflow:hidden;}
.listado-claro h3 { color:#54B947; font-weight:550; padding-bottom:20px; margin:0; font-family: 'Open Sans', sans-serif; font-size:2.3em; }
.listado-claro h4 { color:#6EF8D9; margin-bottom:5px; }
.listado-claro ul { margin:0; padding:0; display:block; }
.listado-claro li { list-style:none; padding:0 0 15px 0; margin:0 0 15px 0; border-bottom:1px  dashed #CCC; }
.listado-claro li:last-child{ border-bottom:none; padding:0 0 30px 0; }
.listado-claro li strong { color:#6EF8D9; font-weight:300; font-size:0.8em; }
.listado-claro li p { margin:0; padding:0; font-size:1.1em !important; font-weight:600; font-style:italic; }
.listado-claro li p a { color:#333;}

.listado-claro .ver-mas a,
.listado-gris .ver-mas a { font-family: 'Open Sans', sans-serif; font-weight: 400; color:#333; background:#54B947; padding:10px 15px; position:absolute; bottom:0; right:25px; font-size:1.2em;}
.listado-claro .ver-mas a { background:#54B947; color:#FFF; font-size:18px; }


/* AGREGADO LMYV */
@media screen and (min-width: 1050px){
.mod-destacado .fluid-width-video-wrapper  {    padding-top: 0 !important;} 
.mod-destacado .fitvid .fluid-width-video-wrapper .embed-responsive-item  {    min-height: 200px!important;} 
}
.informe-especial a {    text-transform: uppercase;    position: absolute;    right: 35px;}