/*
Theme Name:     TIM 
Description:    TIM Theme By Ntmatter
Author:         Javier Claria
Template:       wp-flex-master

(optional values you can add: Theme URI, Author URI, Version, License, License URI, Tags, Text Domain)
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #272123;
}

a {
  color: #272123;
}

a:hover {
  text-decoration: none;
}

body {
  background: white;
  padding: 0px;
  max-width: 100%;
  color: #272123;
}

/* web fonst Helvetica */
@font-face {
  font-family: 'helveticaneuecondbold';
  src: url('fonts/helveticaneuecond_bold-webfont.woff2') format('woff2'), url('fonts/helveticaneuecond_bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'helveticaneuecondregular';
  src: url('fonts/helveticaneuecond-webfont.woff2') format('woff2'), url('fonts/helveticaneuecond-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.helveticabold {
  font-family: 'helveticaneuecondbold';
}

.helvetica {
  font-family: 'helveticaneuecondregular';
}

/* order */


/* end web fonst Helvetica */
header {
  background: #373737;
  width: 100%;
  position: relative;
}

.header_sop {
  background: #373737;
  width: 100%;
  display: block;
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 100000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav_fixed02 {
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.nav_fixed {
  position: fixed;
  height: 106px;
  top: 0px;
  left: 0px;
  width: 100%;
  display: block;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
}

.nav_fixed03 {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

.header_sop_clear {
  height: 0px;
}

.header_sop_clear2 {
  height: 224px;
}

#wpstats {
  display: none;
}

.container_tim {
  margin: auto;
  max-width: 1260px;
}

.clear {
  clear: both;
}

/* header */
.header-tim {
  max-width: 1260px;
  margin: auto;
  height: 150px;
  position: relative;
  display: block;
  background: #373737;
  width: 100%;
  top: 0px;
}

.nav_fixed .header-tim {
  height: 75px;
  position: relative;
  display: block;
  overflow: hidden;
}

.logo_tim {
  float: left;
  margin: 30px 0 0 40px;
  padding: 0px;
}

.nav_fixed .logo_tim {
  margin: 8px 0 0 30px;
}

.nav_fixed .logo_tim {
  width: 105px;
}

.tagline {
  color: #f6f6f6;
  float: left;
  margin: 31px 0 0 25px;
  padding: 26px 0px 25px 20px;
  border-left: 1px solid #cecece;
  width: 370px;
  font-family: 'helveticaneuecondregular';
  font-size: 22px;
  letter-spacing: 1px;
}

.nav_fixed .tagline {
  font-size: 12px;
  margin: 9px 0 0 25px;
  padding: 16px 0px 14px 20px;
  width: 460px;
}

.header_text {
  color: #969698;
  float: left;
  margin: 21px 19px 0 20px;
  padding: 0px;
  text-align: right;
  text-transform: uppercase;
  width: 220px;
  font-family: 'helveticaneuecondregular';
  font-size: 12px;
  line-height: 14px;
}

.nav_fixed .header_text {
  visibility: hidden;
  height: 50px;
}

.header_search {
  float: left;
  margin: 55px 0 0 0;
  padding: 0px;
  color: #fff;
  width: 340px;
}

.nav_fixed .header_search {
  margin: 25px 0 0 0;
}

.nav_fixed .menu_header {
  display: none;
}

.menu_header {
  color: #fff;
}

.menu_header ul {
  margin: 0px;
  padding: 0px;
  height: 22px;
}

.menu_header li {
  float: left;
  margin: 0 8px 0 0;
  padding: 0px;
  list-style-type: none;
  font-size: 12px;
  font-family: 'helveticaneuecondregular';
  text-transform: uppercase;
  letter-spacing: 1px;
}

.menu_header li a {
  color: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.menu_header li a:hover {
  color: #f24837;
}

.form_header_search {
  position: relative;
}

.form_header_search label {
  display: none;
}

.form_header_search {
  margin-top: 0px;
}

.form_header_search input {
  border: 1px solid #bababa;
  background: url(images/icono_search.png) no-repeat right 2px #fff;
  height: 19px;
  font-size: 11px;
  width: 246px !important;
  padding-left: 3px;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 0px 2px 0px #000;
  box-shadow: 0px 0px 2px 0px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-family: 'helveticaneuecondregular';
}

.form_header_search input:hover {
  border: 1px solid #f24837;
}

.form_header_search input:focus {
  border: 1px solid #fff;
  color: #f24837;
  background: url(images/icono_search.png) no-repeat right 2px #fff;
  outline: 0;
}

.header_redes {
  position: absolute;
  top: 1px;
  right: 8px;
}

.header_redes a {
  text-decoration: none;
  padding-top: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  float: left;
  margin-left: 4px;
}

.header_redes a:hover {
  text-decoration: none;
  padding-top: 0px;
}

#menu-sections-menu {
  margin: 0px;
  padding-left: 0px;
}

.nav-tim {
  width: 100%;
  background: #646466;
  min-height: 74px;
  position: relative;
  display: block;
}

.nav_fixed .nav-tim {
  height: 32px !important;
  min-height: 32px;
  position: relative;
  display: block;
}

.menu-sections-menu-container {
  margin: auto;
  max-width: 1260px;
}

.menu-sections-menu-container ul li {
  display: block;
  float: left;
  list-style-type: none;
  line-height: 74px;
  text-transform: uppercase;
  background-color: #696969;
  border-left: 1px solid #323232;
  border-right: 1px solid #525252;
  margin: 0px;
  padding: 0px;
  padding-right: 2px;
  padding-left: 2px;
  font-family: 'helveticaneuecondregular';
  letter-spacing: 1px;
}

.nav_fixed .menu-sections-menu-container ul li {
  line-height: 29px;
}

.nav_fixed .menu-sections-menu-container ul li a {
  padding-top: 3px;
}

.menu-sections-menu-container ul li:hover {
  background: #fe0000;
  text-decoration: none;
}

.menu-sections-menu-container ul li a {
  padding: 0px 30px 0px 30px;
  display: block;
  color: white;
}

.current-menu-item a {
  background: #fe0000;
  text-decoration: none;
  cursor: default;
}

.menu_header .current-menu-item a {
  background: none;
  color:  #fe0000!important;
}

#menu-item-10949 {
	padding-right: 5px;
	padding-left: 5px;
}


/* End Header */

/* Slider */ 
.slider-tim-section {
  max-width: 1265px;
  margin: auto;
}

/* Slider full*/
#c-carousel {
  height: 100%;
  padding: 0;
  margin: 0;
  opacity:1;
  max-height: 400px;
}
#c-carousel.loading{
  opacity:0;
}

#c-carousel {
  min-height: 400px;
}

#c-carousel #slwrapper {
  width: 100%;
}

#slinner {
  width: 100%;
  min-width: 300px;
  max-width: 1260px;
  position: relative;
  height: 100%;
  margin: 0px auto;
}

#carousel-wrapper {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 78.5%;
  float: left;
}

#carousel div {
  position: relative;
}

#carousel {
  width: 1260px;
  position: relative;
  height: 630px;
}

#carousel-foto {
  height: 450px;
  overflow: hidden;
  position: relative;
}

#carousel h1 {
  position: absolute;
  top: 0;
}

#carousel img {
  display: block;
  float: left;
}

#pager-wrapper {
  height: 623px;
  width: 20.5%;
  margin-left: 1%;
  overflow: hidden;
  z-index: 2;
  float: left;
}

#pager div {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 142px;
  margin: 0 0 20px 0;
  float: left;
  position: relative;
  background: #000;
}

#pager div img {
  display: block;
  width: 100%;
  height: 142px;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  transition:filter 0.4s;
  -webkit-transition:-webkit-filter 1s;
  
  filter:alpha(opacity=60);
  -moz-opacity:0.60;
  opacity:0.60;

}
#pager div img:hover,
#pager .pgbox.selected img{
filter: grayscale(0); 
-webkit-filter: grayscale(0);

filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;

}

.slider-data {
  z-index: 999;
  position: absolute !important;
  color: #000;
  bottom: 0px;
  width: 572px;
  height: 225px;
  right: 0;
  left: 0;
  margin: auto;
  border: 4px solid #949693;
  background: white;
  text-align: center;
}

.slider-data-det-left{
  z-index: 999;
  position: absolute !important;
  bottom: 60px;
  width: 4px;
  height: 100px;
  left: -4px;
  background: #fff;
}
.slider-data-det-right{
  z-index: 999;
  position: absolute !important;
  bottom: 60px;
  width: 4px;
  height: 100px;
  right: -4px;
  background: #fff;
}

.slider-data h2{
  font-size: 40px;
  line-height: 44px;
  font-family: 'helveticaneuecondbold'; 
  color: #000;
  margin: 35px 0 22px 0;
}

.slider-data .info{
  font-size: 15px;
  line-height: 19px;
  font-family: 'helveticaneuecondregular';  
  color: #000;
  margin: 10px 0 0px 0;
  text-transform: uppercase;
  color: #000;
  letter-spacing: 1px;
}
.slider-data .subtitle{
  color: #000;
  text-transform: uppercase;
  font-size: 17px;
}
.slider-data .author{
  color: #d20011;
}
.slider-data .date{
  color: #bababc;
}


#pager{
  padding-top: 0px;
  margin-top: 0px;
}
.pgbox{
}


h3.pgtitle {
  position: absolute;
  bottom: -5px;
  left: 10px;
  font-family: 'helveticaneuecondregular';  
  z-index: 999;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  width: 215px;
  letter-spacing: 1px;
  text-shadow: 0px 0px 6px #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* End Slider */

/* Home  */

.main {
  float: left;
}

.home section {
  max-width: 1242px;
  margin: auto;
}

/* Home Firt seccion two columns / Column left */
.column-one-tim {
  width: 736px;
  float: left;
  position: relative;
  padding: 15px 0 0 120px;
  margin: 40px 0 0 0;
}

.tit_column-one-tim {
  position: absolute;
  top: 18px;
  left: 48px;
  width: 44px;
  margin: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 12px 0px !important;
}

.tit_rotate {
  color: #231f20;
  font-size: 50px;
  line-height: 40px;
  font-family: 'helveticaneuecondbold';
  text-transform: uppercase;
  writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space:nowrap;
}

.tit_rotate_small {
  color: #231f20;
  font-size: 30px;
  line-height: 20px;
  font-family: 'helveticaneuecondbold';
  text-transform: uppercase;
  writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space:nowrap;
}

.tit_rotate_back {
  color: #fff;
  font-size: 42px;
  line-height: 30px;
  font-family: 'helveticaneuecondregular';
  text-transform: uppercase;
  writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
  transform: rotate(180deg);
  margin: 10px 0 0 9px;
  letter-spacing: 1px;
  white-space:nowrap;
}

.lastest-pieces {
  width: 483px;
  background: url(images/bck_lastest_pieces_border.png) repeat-x bottom;
  margin: 0 0 15px 0;
  padding: 0 0 19px 215px;
  position: relative;
  font-family: 'helveticaneuecondregular';
}

.lastest-pieces-features {
  width: 413px;
  padding: 0 0 19px 285px;
  font-size: 14px;
}

.lastest-pieces-features span p {
  font-size: 15px;
  line-height: 19px;
}

.text_features_more {
  display: none;
}

.lastest-pieces-features .text_features_more {
  display: block;
  margin: 30px 0 0px -285px;
}

.lastest-pieces h2 {
  font-size: 24px;
  color: #221c1e;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lastest-pieces span {
  font-size: 17px;
  color: #929294;
  letter-spacing: 1px;
  margin: 5px 0 5px 0;
}

.lastest-pieces span p {
  margin: 3px 0 6px 0;
}

.author-date {
  font-size: 14px;
  color: #97989c;
  font-family: 'helveticaneuecondbold';
  text-transform: uppercase;
  margin-top: 10px;
}

.author-date a {
  color: #dc0000;
}

.lastest-pieces a:hover h2 {
  color: #d20001;
}

.share-post-lastest {
  margin-top: 3px;
}



.share-post-lastest .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{
  top: 3px;
}


.text_features_more .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before{
  top: 3px;
}




.share-post-lastest .share-email a.sd-button {
    background: #e9e9e9!important;
}

.share-post-lastest .sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left:0!important;
}


.text_features_more .share-email a.sd-button {
    background: #e9e9e9!important;
}

.text_features_more .sd-social-icon .sd-content ul li a.sd-button.share-more {
  margin-left:0!important;
}




article.lastest-pieces h3.sd-title, article.lastest-pieces .sd-button span {
    display: none !important;
}

article.lastest-pieces .sd-content ul {
    margin-bottom: 0 !important;
}

article.lastest-pieces .sd-content ul li a.sd-button, 
article.lastest-pieces .sd-social-icon .sd-content ul li a.sd-button,
article.lastest-pieces .sd-social-icon-text .sd-content ul li a.sd-button,
article.lastest-pieces .sd-social-official .sd-content>ul>li .digg_button >a,
article.lastest-pieces .sd-social-official .sd-content>ul>li>a.sd-button,
article.lastest-pieces .sd-social-text .sd-content ul li a.sd-button {
    background: none;
    border-radius:50%;
    width:20px;
    height:20px;
    padding: 0 !important;
    box-shadow: none;
    text-align:center;
}
article.lastest-pieces .sd-content ul li a.sd-button:before{
    font-size:11px !important;
    line-height:14px;
}

.clearbot {
  clear: both;
}

.img_lastest-pieces {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 107px;
  overflow: hidden;
}

.lastest-pieces-features .img_lastest-pieces {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 173px;
  overflow: hidden;
  width: 263px;
  background: #ccc;
}

.lastest-pieces-features h2 {
  font-size: 22px;
  text-transform: uppercase;
}

.category_post_feature {
  display: none;
}

.lastest-pieces-features .category_post_feature {
  display: block;
  position: absolute;
  top: 0px;
  left: -2px;
  height: 22px;
  padding: 3px 10px 0 10px;
  background: #ff0000;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: 'helveticaneuecondregular';
  text-transform: uppercase;
}

.lastest-pieces-features .share-post-lastest{
  display: none;
}


/* Home seccion Media two columns / Column left */
.media_home_sop {
  position: relative;
}

.tim-media-home-code{
  display: none;
}

.tit_media_columns_home {
  position: absolute;
  top: 0px;
  left: -73px;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 12px 0px !important;
}

.home_media_foto_sop {
  position: relative;
}

.home_media_texto_sop {
  position: absolute;
  bottom: 20px;
  left: 20px;
  background: rgba(0, 0, 0, 0.7);
  padding: 5px 3px 10px 8px;
  width: 240px;
  -webkit-box-shadow: 0px 0px 5px 0px #000;
  box-shadow: 0px 0px 5px 0px #000;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 14px;
  line-height: 18px;
}

.home_media_texto_sop h4 {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

.home_media_texto_sop span {
  color: #d00500;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home_media_foto_sop a:hover span {
  color: #fff;
  text-decoration: none;
}

.media_home_sop hr {
  color: #e2575e;
  background-color: #e2575e;
  height: 1px;
  margin: 10px 38px 10px 0;
  border: 0px;
  border-top: 1px solid #f6cbc4;
  border-bottom: 1px solid #eeada7;
}

.column-media-one-tim {
  float: left;
  width: 480px;
  margin: 0 0 0 22px;
}

.column-media-one-tim h3 {
  margin: 10px 0 4px 0;
  font-family: 'helveticaneuecondbold';
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.box-prfile-post-data a {
  text-align: right;
  display: block;
  color: #d10008;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 30px;
  font-family: 'helveticaneuecondregular';
  margin: 5px 10px 0 0;
}

.media-two-tim-post {
  font-size: 14px;
  color: #000;
  margin: 10px 0 0 0;
  font-family: serif;
}

.media-two-tim-post-more {
  display: block;
  color: #d10008;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 10px;
  position: absolute;
  bottom: 0px;
  right: 0px;
}

.media-two-tim-post-more a {
  color: #d10008;
  text-decoration: none;
  font-family: 'helveticaneuecondregular';
}

.magazine_extra_links {
  color: #828284;
  text-decoration: none;
  font-family: 'helveticaneuecondbold';
  position: relative;
  font-size: 13px;
  text-transform: uppercase;
  padding-top: 0px;
}

.magazine_extra_links > a {
  color: #828284;
  text-decoration: none;
  font-family: 'helveticaneuecondbold';
  display: block;
  margin: 20px 0 10px 0;
}

.magazine_extra_logos {
  position: absolute;
  top: -10px;
  left: 500px;
}

.column-media-two-tim {
  float: left;
  width: 185px;
  min-height: 250px;
  position: relative;
}

.column-media-two-tim h3 {
  margin: 30px 0 0 0px;
  font-family: 'helveticaneuecondbold';
  color: #d20001;
  font-size: 16px;
  text-transform: uppercase;
}

/* Home Firt seccion two columns / Column right */
.column-two-tim {
  width: 338px;
  float: left;
  position: relative;
  margin: 0px 0 0 0;
  padding: 0px 0 0 0px;
}

.column-two-tim  hr {
  height: 2px;
  background: #000;
  border: 0px;
  margin-bottom: -20px;
}

.sop_mod_column-two-tim {
  position: relative;
  margin: 40px 0 0 0;
  padding: 15px 0 0 0px;
}

.sop-scroll-column-two-tim {
  position: relative;
  margin: 0px 0 0 0;
  padding: 0px 0 0 0px;
  overflow-y: hidden;
}

.bto_columnas_more {
  float: right;
  margin-right: 3px;
}

.bto_columnas_more a {
  display: block;
  background: #d5271c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 13px;
  line-height: 11px;
  width: 86px;
  float: right;
  padding: 10px 0 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-top: 10px;
}

.bto_columnas_more a:hover {
  background: #cb0300;
}

.sop_mod_column-two-tim{
}

.disqus_recent_comments_widget_wrapper{
  position: relative;
  padding-left: 48px!important;
  border-bottom: 3px solid #000;
  margin-bottom: 30px!important;
  min-height: 300px;
}

.disqus_rcw_avatar {
  display: none;
}

.disqus_rcw_single_comment_wrapper{
  position: relative;
  padding-left: 0px;
  font-family: 'helveticaneuecondregular';
  font-size: 14px;
  color: #767678;
  min-height: 72px;
}
.disqus_rcw_avatar{
  position: absolute;
  top: 0px;
  left: 0px;
}

.disqus_rcw_author_name{
  top: 0px;
  color: #000;
}
.disqus_rcw_post_time{
  color: #d60004;
}
.disqus_rcw_thread_title{
  color: #767678;
  line-height: 18px;
  margin-top: 2px;
}
.disqus_rcw_comment_actual_wrapper{
  color: #767678;
  margin-top: 3px;
}
.disqus_rcw_comment_actual_wrapper a{
  color: #767678;
}


.box-author-image {
  float: left;
  margin-right: 0px;  
}

.box-prfile-info {
  float: left;
  width: 315px; 
}

.box-prfile-info h2 {
  float: left;
  background: #d20001;
  color: #fff;
  text-transform: uppercase;
  font-size: 31px;
  margin-top: 8px;
  margin-bottom: 5px;
  width: auto;
  height: 33px;
  padding: 5px 10px 0 10px;
  font-family: 'helveticaneuecondregular';
}

.box-prfile-info p {
  width: 240px;
    float: left;
    margin: 0px;
    color: red;
    border-bottom: 1px red solid;
    padding-bottom: 0px;
  font-family: 'helveticaneuecondregular';
  height: 23px;
  padding: 3px 0 0 10px;
  font-size: 19px;
}

.box-prfile-post-data{
  float: left;
  width: 270px;
  margin-left: 30px;
  font-size: 14px;
  color: #949494;
}
.box-prfile-post-data h3{
  font-size: 14px;
  color: #949494;
  margin: 19px 0 7px 0;
  font-family: 'helveticaneuecondbold';
}


#disqus_rcw_title{
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 5px 0px !important;
}

.disqus_rcw_avatar{
  width: 73px;
}


#disqus_rcw_title h3{
  color: #231f20;
  font-size: 30px;
  line-height: 20px;
  font-family: 'helveticaneuecondbold';
  text-transform: uppercase;
  writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
  transform: rotate(180deg);
  white-space:nowrap;
  margin: 0px;
  padding: 0px;
}

.post-column-two-tim #disqus_rcw_title{
  border: 1px solid #f00;
}

.post-column-two-tim li{
  margin: 0px;
  padding: 0px;
  list-style-type:none;
}
.post-column-two-tim .widget_recent_entries{
  padding-left: 0px!important;
}
.post-column-two-tim .widget_recent_entries li {
    margin: 0 0 15px 0;
    padding: 23px 0 0 100px;
    position: relative;
    height: 90px;
    font-family: serif;
    font-size: 15px;
}
.post-column-two-tim .disqus_recent_comments_widget_wrapper{
  padding-left: 0px!important;
}
.post-column-two-tim #disqus_rcw_title{
  display: none;
}
.post-column-two-tim .disqus_rcw_avatar{
  display: none;
}
.post-column-two-tim .disqus_rcw_single_comment_wrapper{
  padding-left: 0px!important;
}

.sop-autor-widget{
}

.author-tit-columns{
  display: block;
  margin-bottom: 10px;
}

.author-subtitle{
  font-family: 'helveticaneuecondregular';
  font-size: 15px;
  color: #000;  
}
.featured-contrib-story{
  font-family: 'helveticaneuecondbold';
  font-size: 17px;
  color: #000;  
}


.sop-content-scroll{
  height: 800px;
  overflow: hidden;
}
.fix{
  clear: both;
  height: 1px;
}
.bto_columnas_comandos {
  float: right;
  background: #d5271c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 13px;
  line-height: 11px;
  width: 56px;
  float: right;
  border-radius: 3px;
  margin-top: 10px;
  padding: 3px 0 1px 0;
}
.content-scroll {
  height: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  top: 0;
}
.widget.featured-authors {
  border-bottom:3px solid #231f20;
  padding-bottom:22px;
  margin-bottom: 22px;  
}
.widget.featured-authors .cd-fa-wrap {
  float:left;
  margin-left: 40px;
  min-height: 80px;
  width: 290px;
  margin-bottom: 29px;  
  overflow: hidden;    
}
.widget.featured-authors h3 {
  display: none;  
}
.widget.featured-authors {
  height: 850px;
  overflow: hidden; 
}
.widgets-list-layout.no-grav {
  margin-bottom: 0px; 
}
.widget.widget_top-posts  {
  border-bottom:3px solid #231f20;
  padding-bottom:22px;
  margin-bottom: 22px;  
}
.bto_columnas_more {
}
.author.vcard a {
  color: #d20000; 
  text-transform: uppercase;
  font-size: 13px;

}
.cd-fa-info ul {
  margin-top: 0px;
  font-size: 13px;  
}
.avatar-wrap {
  float: left;
  margin-right: 20px; 
}
.avatar-wrap img {
  width: 79px;
  height: 79px; 
}
.widget.widget_top-posts h3 {
  color: #231f20;
    font-size: 30px;
    line-height: 20px;
    font-family: 'helveticaneuecondbold';
    text-transform: uppercase;
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    transform: rotate(180deg);
    white-space: nowrap;
    margin: 0px;
    padding: 0px; 
}
.widgets-list-layout.no-grav {
    float: left;
    width: 88%;
    margin-left: 20px;
}
.widgets-list-layout.no-grav {
margin-bottom: 20px;
} 
.widget.widget_top-posts h3 {
  float: left;  
}
.widgets-list-layout.no-grav img {
    height: 96px;
    width: 96px;
    max-width: 96px;
    float: left;

}
.widgets-list-layout-links{
    font-family: 'helveticaneuecondbold';
    font-size: 14px;
}

.widgets-list-layout-links a {
  color: #616163; 
} 
.widgets-list-layout-links {
    float: right !important;
    width: 66.404255% !important;
}
#disqus_recent_comments-4 {
  float: left;
  
}
#top-posts-2{
  float: left;  
}
.tit_column-two-tim {
  position: absolute;
  top: 18px;
  left: 0px;
  margin: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 5px 0px !important;
}

.column-fullwidth {
  float: left;
  width: 100%;
}

.column-two-tim li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.widget_recent_entries{
  padding-left: 48px!important;
  border-bottom: 3px solid #000;
  margin-bottom: 30px!important;
}

.widget_recent_entries h3 {
  display: none;
}

.widget_recent_entries ul {
  margin: 0px;
  padding: 0px;
}

.widget_recent_entries li {
  margin: 0 0 15px 0;
  padding: 23px 0 0 100px;
  position: relative;
  height: 90px;
  font-family: serif;
  font-size: 15px;
}

.post-content-sop .wp-caption-text{
  color: #939598 ;
  font-family: 'helveticaneuecondregular';
  font-size: 14px;
  text-transform: uppercase;
  line-height: 15px!important;
  padding: 7px 0;
}
.post-content-sop .wp-caption{
  padding: 0px;
  border:0px;
}

.post-content-sop blockquote {
  font: bold 35px serif!important;
  width:560px;
  padding-left: 100px;
  padding-top: 0px;
  padding-bottom: 18px;
  background-color: #fff;
  margin: 5px;
  background-image: url(images/ico-blockquote-01.png);
  background-position: middle left;
  background-repeat: no-repeat;
}

.post-content-sop blockquote cite {
  color: #a1a1a1 ;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}

.post-content-sop blockquote cite:before {
  content: "\2014 \2009";
}

.post-content-sop blockquote p{
  background-image: url(images/ico-blockquote-02.png);
  background-position:  right 10px;
  background-repeat: no-repeat;
  padding-right: 100px;
  font: bold 35px serif!important;
}

.featuredColumnAuthor {
  position: absolute;
  top: 0px;
  left: 0px;
  font-family: 'helveticaneuecondbold';
  font-size: 14px;
  color: #d50000;
  text-transform: uppercase;
}

.featuredColumnAuthor img {
  position: absolute;
  top: 22px;
  width: 80px!important;
  height: 80px;
}

.widget_recent_comments {
  font-family: 'helveticaneuecondregular';
}

.widget_recent_comments ul {
  margin: 0 0 0px 0;
  padding: 0px;
}

.widget_recent_comments li {
  margin: 0 0 20px 0;
  padding: 0 0 0 110px;
  color: #7b7b7d;
  font-size: 13px;
}

.widget_recent_comments span {
  font-family: 'helveticaneuecondbold';
  color: #434142;
}




/* Home suscriber */
.sop_suscribers_home {
  text-align: center;
  border-top: 2px solid #949496;
  border-bottom: 2px solid #949496;
  padding: 16px 0 12px 0;
  margin: 45px 52px 0 52px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_suscribers_home .vr_preface {
  display: none;
}

.sop_suscribers_home h3 {
  font-family: 'helveticaneuecondbold';
  color: #000;
  font-size: 30px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}

.sop_suscribers_home fieldset {
  border: 0px;
  list-style-type: none;
}

.sop_suscribers_home fieldset > input {
  border: 1px solid #9d9d9f;
  list-style-type: none;
  width: 470px;
  height: 36px;
  padding-top: 4px;
  color: #9d9d9f;
  font-family: 'helveticaneuecondregular';
  padding-left: 9px;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_suscribers_home fieldset > input:hover {
  border: 1px solid #f24837;
}

.sop_suscribers_home fieldset > input:focus {
  border: 1px solid #f24837;
  color: #f24837;
  background: #f2f2f2;
  outline: 0;
}

.sop_suscribers_home fieldset p input {
  border: 1px solid #9d9d9f;
  background: #000;
  color: #fff;
  text-align: center;
  font-family: 'helveticaneuecondregular';
  width: 145px;
  height: 28px;
  padding-top: 6px;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_suscribers_home fieldset p input:hover {
  background: #f24837;
}

.sop_follow_home {
  text-align: center;
  border-bottom: 2px solid #949496;
  padding: 16px 0 20px 0;
  margin: 0px 52px 30px 52px;
  list-style-type: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop_follow_home h3 {
  font-family: 'helveticaneuecondbold';
  color: #000;
  font-size: 30px;
  margin: 0 0 3px 0;
  text-transform: uppercase;
}

.sop_follow_home_links a {
  margin: 3px 5px 10px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.sop_follow_home_links a:hover img {
  margin-top: -3px;
}

.aux_about_pixed{
}


.aux_about_pixed .sop_follow_home{
  position: fixed;
  top: 150px;
  width: 338px;
}

.aux_about_pixed .sop_suscribers_home{
  position: fixed;
  top: 253px;
  width: 338px;
}

/* Home Poll seccion two columns / Column left */
.poll_columns_one {
  position: relative;
  float: left;
  width: 660px;
  padding: 0px 0 0 120px;
  margin: 5px 0 0 0;
}

.tit_poll_columns_one {
  position: absolute;
  top: 0px;
  left: 48px;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 12px 0px !important;
}

.poll_columns_two {
  position: relative;
  float: left;
  width: 415px;
  margin: 20px 0 0 0;
  border-top: 2px solid #e05956;
  border-bottom: 2px solid #e05956;
  padding-bottom: 16px;
}

.sop_bnts_poll {
  position: absolute;
  bottom: 33px;
  right: 0px;
}

.poll_columns_two p {
  margin: 1px 0 10px 0;
  font-family: 'helveticaneuecondbold';
  font-size: 24px;
  color: #000;
}

.poll_columns_two form {
  margin: 10px 0 0 0px;
}

.poll_columns_two input[type="radio"] {
  -webkit-appearance: none;
  border: 1px solid #4e4e4e;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 10px 0 20px;
  padding: 8px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}

.poll_columns_two input[type="radio"]:checked {
  background-color: #ededed;
  border: 1px solid #dd5859;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1), inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.bnt_sop_bnts_poll {
}

.bnt_sop_bnts_poll a {
  display: block;
  background: #d5271c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 13px;
  line-height: 11px;
  width: 86px;
  float: right;
  padding: 10px 0 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-right:6px;
}

.bnt_sop_bnts_poll a:hover {
  background: #cb0300;
}

/* Home magazine seccion two columns / Column left */
.magazine_columns_one {
  position: relative;
  float: left;
  width: 270px;
  padding: 0px 0 0 120px;
  margin: 0px 0 0 0;
}

.tit_magazine_columns_one {
  position: absolute;
  top: 0px;
  left: 48px;
  margin: 0px;
  padding: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 12px 0px !important;
}

.magazine_columns_two {
  position: relative;
  float: left;
  width: 785px;
  margin: 0px 0 0 0;
  padding-bottom: 16px;
}

.magazine_columns_two h4 {
  border-bottom: 2px solid #201e1f;
  text-transform: uppercase;
  color: #87868c;
  font-family: 'helveticaneuecondregular';
  font-size: 18px;
  padding-bottom: 4px;
  margin: 0 0 10px 0;
  letter-spacing: 1px;
}

.magazine_columns_two hr {
  border-bottom: 1px solid #201e1f;
  margin: 10px 0 10px 0;
}

.magazine_columns_two_photo {
  position: relative;
  float: left;
  width: 360px;
  margin: 0px 0 0 0;
}

.magazine_columns_two_texto {
  position: relative;
  float: left;
  width: 360px;
  margin: 0px 0 0 0;
  font-family: 'helveticaneuecondregular';
  font-size: 15px;
  line-height: 18px;
  color: #9c9c9e;
  margin-left: 40px;
}

.magazine_columns_two_texto h5 {
  font-family: 'helveticaneuecondbold';
  font-size: 24px;
  line-height: 24px;
  margin: 0 0 20px 0;
  color: #000;
}

/* Home Second seccion two columns / Column left */
.sop_tit_indepth {
  margin-left: 50px;
  border-left: 2px solid #4c4849;
  padding: 0 0px 0px 10px !important;
  font-family: 'helveticaneuecondbold';
  font-size: 52px;
  line-height: 52px;
}

.column-one-tim-tree {
  width: 900px;
  padding-left: 48px;
  float: left;
}

.tit-home-in-depth {
  background: #242021;
  float: left;
  height: 382px;
  width: 43px;
}

.home-in-depth a {
  display: block;
  background: #242021;
  float: left;
  height: 366px;
  width: 363px;
  margin-left: 28px;
  color: #fff;
  padding: 16px 0 0 23px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-in-depth a:hover {
  background: #cb0300;
}

.home-in-depth h2 {
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 20px;
  line-height: 24px;
  margin: 10px 0 10px 0;
  text-transform: uppercase;
  padding-right: 100px;
}

.author-date_depth {
  position: absolute;
  bottom: 8px;
  left: 20px;
  font-family: 'helveticaneuecondregular';
  font-size: 11px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.author-date_more {
  position: absolute;
  display: block;
  bottom: 7px;
  right: 20px;
  font-family: 'helveticaneuecondregular';
  font-size: 15px;
  color: #cb0300;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-in-depth a:hover .author-date_more {
  color: #ffffff;
}

.column-two-tim-tree {
  width: 240px;
  float: left;
}

.home-in-depth-sec {
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
  margin: 0 0 10px 0;
}

.home-in-depth-sec h2 {
  font-size: 13px;
  color: #000;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.home-in-depth-sec a:hover h2 {
  color: #d5271c;
}

.author-date_depth_sec {
  font-size: 11px;
  margin-top: 6px;
  color: #d5271c;
  text-transform: uppercase;
}

.author-date_depth_sec a {
  color: #d5271c;
}

.author-date_depth_sec span {
  color: #939395;
}

.bnt_more_depth a {
  display: block;
  background: #d5271c;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 13px;
  line-height: 11px;
  width: 145px;
  float: right;
  padding: 10px 0 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.bnt_more_depth a:hover {
  background: #cb0300;
}

.sop-conteiner-center {
  max-width: 1242px;
  margin: auto;
}

/* end home */

/* Abuot page seccion two columns / Column left */
.sop_abuot section {
  max-width: 1242px;
  margin: auto;
}

.conten_about {
  padding-right: 40px;
  font-family: 'helveticaneuecondregular';
  font-size: 15px;
  color: #231f20;
  line-height: 22px;
  text-align: justify;
  width: 696px !important;
}

.conten_about p {
  padding: 0px;
  margin: 0 0 20px 0;
}

.conten_about_cf {
  position: relative;
  margin: 60px 0 0 0;
  padding: 0px;
}

/* End Abuot page seccion two columns / Column left */
.aux_about .sop_suscribers_home {
  margin: 0px !important;
  border: 0px !important;
}

.aux_about .sop_follow_home {
  margin: 0px !important;
  border: 0px !important;
  border-bottom: 2px solid #000 !important;
}

.aux_about .sop_follow_home_links img {
  width: 32px;
}

.aux_about .sop_follow_home h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.aux_about .sop_suscribers_home h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.aux_about .sop_suscribers_home fieldset p {
  float: left;
  margin: 0px;
  padding: 0px;
}

.aux_about .sop_suscribers_home fieldset > input {
  width: 237px !important;
  margin: 0px !important;
  height: 24px;
  padding: 0 0 0 3px !important;
  font-size: 13px;
  float: left;
}

.aux_about .sop_suscribers_home fieldset p input {
  width: 80px !important;
  margin: 0 0 0 5px !important;
  height: 26px !important;
  font-size: 13px;
  float: left;
}

.aux_about fieldset {
  padding: 0px !important;
}


.conten_about_cf_team{
  margin-right: -40px;
}


.sop-team-about{
  float: left;
  width: 122px;
  margin:0 25px 25px 0;
  text-align: center;
  font-size: 13px;
  color: #7f7f7f;
  font-family: 'helveticaneuecondregular';
}
.sop-team-about h4{
  margin: 0px 0 0px 0;
  padding-top: 0px;
  color: #f00;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
}
.sop-team-about p{
  margin: 0px!important;
  line-height: 13px!important;
}
.sop-team-about img{
  border: 1px solid #ccc;
  margin: 0 0 3px 0!important;
}

.tit-team-tim{
  color: #000;
  font-size: 28px;
  font-family: 'helveticaneuecondregular';
  margin: 35px 0 25px 0px;
}


/* End Abuot page seccion two columns / Column left */

/* POST / Single.php */ 

.post_content {
  max-width: 1265px;
  margin: auto;
  background: #fff;
  padding: 0px !important;
}

.photo_top_post {
  height: 625px;
  overflow: hidden;
  z-index: 90;
  position: relative;
}

.entry_post {
  margin: -115px 65px 0 65px;
  background: #fff;
  padding: 20px 70px 20px 70px;
  z-index: 10000;
  position: relative;
  border-top: 2px solid #939598;
  font-family: serif;
  font-size: 18px!important;
  line-height: 24px;
}
.entry_post p{
  font-size: 18px!important;
}

.entry_post p a{
  color:#dc0000;
}

.entry_post h1 a {
  font-size: 48px;
  line-height: 50px;
  font-family: serif;
  color: #000;
  margin: 0 0 0 0;
}

.entry_post h3 {
  font-size: 25px;
  line-height: 25px;
  font-family: serif;
  color: #000;
  margin: 0 0 0px 0;
}

.post-date {
  color: #bcbec0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'helveticaneuecondbold';
}

.post-autor {
  border-top: 1px solid #999b9e;
  border-bottom: 1px solid #999b9e;
  padding: 16px 0 0 0;
  height: 29px;
  color: #c72d33;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 15px;
  font-family: 'helveticaneuecondregular';
  position: relative;
  margin-top: 10px;
}

.post-autor a {
  color: #c72d33;
}

.post-header-redes {
  position: absolute;
  top: 5px;
  right: 0px;
  color: #bcbec0;
  padding-top: 0px;
}

.post_header_cat {
  position: absolute;
  top: 20px;
  right: 65px;
  color: #bcbec0;
  text-transform: uppercase;
  font-size: 15px;
  font-family: 'helveticaneuecondbold';
}

.post_header_cat a {
  color: #bcbec0;
}

.post-column-one-tim {
  float: left;
  width: 658px;
  padding-right: 70px
}

.post-column-two-tim {
  float: left;
  width: 267px;
  margin-top: 20px;
}

.post-column-two-tim ul {
  margin: 0px;
  padding: 0px;
}

.post-column-two-tim li {
  margin: 0px;
  padding: 0px;
}

.post-content-sop {
  position: relative;
}

.post-content-link_prev {
  position: fixed;
  left: 10px;
  top: 410px;
  width: 65px;
  height: 60px;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-content-link_next {
  position: fixed;
  right: 10px;
  top: 410px;
  width: 65px;
  height: 60px;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post-data-autor {
  position: absolute;
  bottom: 100px;
  right: 70px;
  background: #fafafa;
  width: 267px;
}

.post-data-autor-tit {
  text-transform: uppercase;
  text-align: center;
  color: #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  padding: 10px 0;
  margin-bottom: 15px;
  font-family: 'helveticaneuecondbold';
}

.post-data-autor-pho {
  float: left;
  width: 105px;
}

.post-data-autor-text {
  float: left;
  font-family: 'helveticaneuecondregular';
  width: 162px;
  font-size: 13px;
}

.post-data-autor-text span {
  font-family: 'helveticaneuecondbold';
}

.post-data-autor-bnt {
  font-size: 11px;
  text-align: right;
  display: block;
}

.post-lastest-at-tim {
  position: relative;
  padding: 0 0 0 137px;
}

.post-lastest-at-tim hr {
  border: 0px;
  height: 2px;
  background: #000;
  margin: 0 122px 10px 0;
}

.tit_post-lastest-at-tim {
  position: absolute;
  top: 0px;
  left: 70px;
  margin: 0px;
  border-bottom: 2px solid #4c4849;
  padding: 0 0px 5px 0px !important;
}

.bnt-see-more-lastest a {
  display: block;
  background: #939598;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 11px;
  line-height: 11px;
  width: 75px;
  float: right;
  padding: 7px 0 5px 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 10px 122px 10px 0;
}

.bnt-see-more-lastest a:hover {
  background: #cb0300;
}

.post-lastest-at-tim-mod {
  width: 224px;
  margin-right: 32px;
  float: left;
  font-family: 'helveticaneuecondregular';
}

.post-lastest-at-tim-mod h2 {
  font-family: 'helveticaneuecondbold';
  font-size: 22px;
  margin: 15px 0 5px 0;
  font-style: normal;
}

.post-lastest-at-tim-header {
  height:auto;
  min-height: 100px;
  font-style: italic;
  font-size: 15px;
}

.post-lastest-at-tim-autor {
  margin-top:5px;
  color: #9b9b9b;
  font-size: 14px;
  text-transform: uppercase;
}

.post-lastest-at-tim-fecha {
  color: #df5656;
  margin-top: 5px;
  font-size: 12px;
  text-transform: uppercase;
}

.post-comemnts-sop {
  border: 1px solid #9ea1a3;
  padding: 10px;
  margin: 0 122px 10px 0;
}

.acc-post-link-end {
  float: left;
  width: 315px;
  height: 185px;
  margin-right: 30px;
  background: #e6e7e8;
  text-align: center;
  font-family: 'helveticaneuecondregular';
  color: #000;
  font-size: 23px;
  padding-top: 21px;
  text-transform: uppercase;
}

.acc-post-link-end span {
  font-family: 'helveticaneuecondbold';
}

.aux_post .sop_suscribers_home {
  margin: 0px !important;
  border: 0px !important;
  padding-top: 10px !important
}

.aux_post .sop_follow_home {
  margin: 0px !important;
  border: 0px !important;
  border-bottom: 2px solid #000 !important;
}

.aux_post .sop_follow_home_links img {
  width: 40px;
}

.aux_post .sop_follow_home_links {
  margin-top: 15px;
}

.aux_post .sop_follow_home h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.aux_post .sop_suscribers_home h3 {
  font-size: 18px;
  margin-bottom: 10px;
  display: none;
}

.aux_post .sop_suscribers_home fieldset p {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.aux_post .sop_suscribers_home fieldset > input {
  width: 273px !important;
  margin: 0px auto 10px auto !important;
  height: 24px;
  padding: 0 0 0 3px !important;
  font-size: 13px;
  float: center;
  text-align: center;
}

.aux_post .sop_suscribers_home fieldset p input {
  width: 100px !important;
  margin: 0 auto 0 auto !important;
  height: 26px !important;
  font-size: 13px;
  float: none;
}

.aux_post fieldset {
  padding: 0px !important;
}

.sop-sidebar-single{
  font-family: 'helveticaneuecondregular';
  font-size: 14px;
}
.sop-sidebar-single .widget.widget_top-posts h3{
  color: #231f20;
    font-size: 18px;
    text-align: center!important;
    line-height: 20px;
    font-family: 'helveticaneuecondbold';
    text-transform: uppercase;
    writing-mode: horizontal-tb!important;
    -webkit-writing-mode: horizontal-tb!important;
    -moz-writing-mode: horizontal-tb!important;
    transform: none!important;
    white-space: nowrap;
    margin: 0px auto;
    padding: 0px;
    float: none!important;
}

.sop-sidebar-single .widgets-list-layout.no-grav{
  float: none!important;
  padding: 0px!important;
  margin:  10px 0 0 0!important;
  width: 100%!important;
}
.sop-sidebar-single .widgets-list-layout-links{
  width: 60%!important;
    font-family: 'helveticaneuecondbold';
    color: #000;
    font-size: 15px;
    line-height: 18px;
}
.sop-sidebar-single .widgets-list-layout-links a{
    color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sop-sidebar-single .widgets-list-layout-links a:hover{
    color: #d2232a;
}

.sop-sidebar-single .widgets-list-layout li {
  margin-bottom:1.5em;
}



.sop-sidebar-single #disqus_rcw_title{
  display: block!important;
  position: relative!important;
  margin-bottom: 15px!important;
  border: 0px!important;
}
.sop-sidebar-single .disqus_rcw_single_comment_wrapper{
  padding-left: 40px!important;
  padding-right: 40px!important;
  font-size: 13px!important;
  line-height: 15px!important;
}


.sop-sidebar-single #disqus_rcw_title h3{
  color: #231f20;
    font-size: 18px;
    text-align: center!important;
    line-height: 20px;
    font-family: 'helveticaneuecondbold';
    text-transform: uppercase;
    writing-mode: horizontal-tb!important;
  -webkit-writing-mode: horizontal-tb!important;
  -moz-writing-mode: horizontal-tb!important;
    transform: none!important;
    white-space: nowrap;
    margin: 0px auto;
    padding: 0px;
    float: none!important;
}

.sop-sidebar-single .widget.widget_related_posts_JP_class h3{
  color: #231f20;
    font-size: 18px;
    text-align: center!important;
    line-height: 20px;
    font-family: 'helveticaneuecondbold';
    text-transform: uppercase;
    writing-mode: horizontal-tb!important;
    -webkit-writing-mode: horizontal-tb!important;
    -moz-writing-mode: horizontal-tb!important;
    transform: none!important;
    white-space: nowrap;
    margin: 0px auto;
    padding: 0px;
    float: none!important;
}
.sop-sidebar-single .jp-relatedposts-headline{
  display: none!important;
}

.sop-sidebar-single .jp-relatedposts-post-a img {
    height: 66px;
    width: 96px;
    max-width: 96px;
    float: left;
}

.sop-sidebar-single .jp-relatedposts-post-title {
    float: right !important;
    width: 58% !important;
}

.sop-sidebar-single .jp-relatedposts-post-context {
  display: none!important;
}
.sop-sidebar-single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
  font-family: 'helveticaneuecondbold';
    color: #000;
    font-size: 15px;
    line-height: 18px!important;
}
.sop-sidebar-single .jp-relatedposts-post-title a{
    line-height: 18px!important;
    color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sop-sidebar-single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover{
    color: #d2232a!important;
    text-decoration: none!important;
}
.sop-sidebar-single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post{
    text-decoration: none!important;
}
.sop-sidebar-single #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
  margin-bottom: 1.5em;
}
.sop-sidebar-single .jp-relatedposts-post:hover .jp-relatedposts-post-title a{
    text-decoration: none!important;
}
.sop-sidebar-single #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:hover .jp-relatedposts-post-title{
    text-decoration: none!important;
}

.sharing-fixed {
    position: fixed;
    top: 170px;
    width: 100px;
    padding: 15px;
    z-index: 1000;
    filter:alpha(opacity=0);
    -moz-opacity:0.0;
    opacity:0.0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sharing-fixed-view {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

.sharing-fixed .sd-content ul li{
  display: block;
}

#sharing_email{
  z-index: 100000000!important;
}
.inner, .sharing-hidden{
  width: 90px;
  z-index: 100000000!important;
}






.single .post-header-redes li a span,
.sharing-fixed li a span {
    display:none;
}

.single .post-header-redes li a,
.sharing-fixed li a {
    border: none !important;
    border-radius: 50% !important;
    padding:8px !important;
    max-height:18px !important;
}

.single .post-header-redes li,
.sharing-fixed li {    
    vertical-align:middle;
}

.single .post-header-redes .sd-social-icon .sd-content ul li a.sd-button.share-more,
.sharing-fixed .sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left:inherit;
    vertical-align: baseline;
    padding: 8px 8px 7px 8px !important;
    top:2px;
}

.single .post-header-redes .sd-social-icon .sd-content ul li a.sd-button:before,
.sharing-fixed .sd-social-icon .sd-content ul li a.sd-button:before {
    top: 0;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post{
  float: none!important;
  width: 100%!important;
  min-height: 66px;
}

/* END POST / Single.php */

/* POST issues / single-magazine_issues.php */
.issues-post{
  padding: 0px;
  margin: 0 20px 30px 0;
  width: 210px;
  height: 450px;
  float: left;
  font-family: 'helveticaneuecondregular';
}

.issues-post-date{
  margin-top: 15px;
  font-size: 13px;
  color: #d20000;
  height: 21px;
}

.issues-post-title{
  color: #231f20;
  height: 85px;
  line-height: 23px;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
}
.bnt-issues-post a{
  display: block;
  padding-top: 2px;
  height: 16px;
  width: 112px;
  text-align: center;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 11px;
  line-height: 17px;
  background: #d20000;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnt-issues-post a:hover{
  background: #ae0303;
}


.column-one-tim-issues {
  width: 305px;
  float: left;
  position: relative;
  padding: 15px 0 0 120px;
  margin: 40px 0 0 0;
}


.column-two-tim-issues {
  width: 760px;
  float: left;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0px 0 0 0px;
  font-family: 'helveticaneuecondregular';
  line-height: 24px;
  font-size: 15px;
}

.column-two-tim-issues .issues-post-date{
  margin-top: 15px;
  font-size: 13px;
  color: #d20000;
  height: 20px;
}

.column-two-tim-issues .issues-post-title{
  color: #231f20;
  height: auto!important;
  line-height: 23px;
  font-size: 18px;
  margin: 0 0 2px 0;
  padding: 0px;
}

.issues-post-short_text{
  font-size: 14px;
  color: #939598;
  font-style: italic;
}

.issues-post-table_text{
  font-size: 14px;
  color: #939598;
  font-family: 'helveticaneuecondregular';
  line-height: 20px;
}
.issues-post-table_text h4{
  font-family: 'helveticaneuecondbold';
  color: #000;
  font-size: 18px;
}
.issues-post-table_text strong{
  font-family: 'helveticaneuecondregular';
  font-size: 17px;
  color: #231f20;
  line-height: 20px;
}

.widget-area-issue{
  position: relative;
  border: 2px solid #939598!important;
  margin-top: 17px;
  padding: 6px 12px;
}
.widget-area-issue-black{
  position: absolute;
  width: 338px;
  height: 80px;
  background: #fff;
  top: 40px;
  left: -1px;
  z-index: 10;
}
.widget-area-issue h3{
  position: absolute;
  font-size: 28px;
  color: #000;
  font-family: 'helveticaneuecondbold';
  top: 25px;
  left: 120px;
  z-index: 30;
  text-align: center;
}
.widget-area-issue a{
  z-index: 40;
  display: block;
  position: relative;
}

.sop_subribe_issue{
  border-bottom: 2px solid #000 !important;
}

.sop_subribe_issue h3{
  font-size: 28px;
  color: #000;
  font-family: 'helveticaneuecondbold';
  text-align: center;
  margin: 20px 0 5px 0;
}


.bnt-issues-subribe a{
  display: block;
  padding-top: 2px;
  height: 16px;
  width: 112px;
  margin: 0 auto 20px auto;
  text-align: center;
  color: #fff;
  font-family: 'helveticaneuecondregular';
  font-size: 11px;
  text-align: center;
  text-transform: uppercase;
  line-height: 17px;
  background: #d20000;
  -webkit-border-radius: 6px;
  border-radius: 6px; 
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bnt-issues-subribe a:hover{
  background: #ae0303;
}


/* PAGE AUTOR / author.php */ 


.column-one-author {
  width: 240px;
  float: left;
  position: relative;
  padding: 15px 0 0 120px;
  margin: 40px 0 0 0;
}
.column-one-author .bnt-issues-post a{
  width: 187px !important;
}


.column-two-author {
  width: 830px;
  float: left;
  position: relative;
  margin: 40px 0 0 0;
  padding: 0px 0 0 0px;
  font-family: 'helveticaneuecondregular';
  line-height: 24px;
  font-size: 15px;
}

.column-two-author h2{
  margin: 0px;
  font-size: 26px;
  font-family: 'helveticaneuecondbold';
}

.column-two-author h3{
  margin: 0px;
  font-size: 16px;
  font-family: 'helveticaneuecondregular';
}

.column-two-author h4{
  margin: 0px;
  font-size: 22px;
  font-family: 'helveticaneuecondregular';
  text-transform: uppercase;
}



/* END PAGE AUTOR / author.php */ 


/* Search result / Single.php */ 

.search-result-tit {
  font-family: 'helveticaneuecondbold';
  color: #000;
  font-size: 24px;
  margin: 0 0 30px 0;
}

/* END  Search result / Single.php */
.page-contact-text {
  font-family: 'helveticaneuecondregular';
  font-size: 17px;
  line-height: 21px;
  margin-top: -10px;
}

.page-contact-text strong {
  font-family: 'helveticaneuecondbold';
}

.page-contact-text .gform_title {
  display: none;
}

.gform_wrapper .top_label .gfield_label {
  margin-bottom: 0px !important;
}

.gform_wrapper label.gfield_label+div.ginput_container {
  margin: 0 0 10px 0;
}

.page-contact-text .large {
  border: 1px solid #adadad;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page-contact-text .large:hover {
  border: 1px solid #f04e37;
}

.page-contact-text .large:focus {
  color: #f04e37;
}

.page-contact-text .gform_button {
  color: #fff;
  width: 115px;
  padding-top: 3px;
  height: 23px;
  border: 0px;
  text-transform: uppercase;
  font-size: 14px!important;
  font-family: 'helveticaneuecondregular';
  background: #939598;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
-webkit-border-radius: 5px;
border-radius: 5px;
}

.page-contact-text .gform_button:hover {
  background: #f04e37;
}

/* 404 */

.page404-content{
  margin: 130px 0 200px 0;
  text-align: center;
  font-family: 'helveticaneuecondregular';
  font-size: 22px;
}
.page404-content .form_header_search input{
  height: 30px!important;
  width: 300px!important;
  margin-top: 20px;
  background: url(images/icono_search.png) no-repeat 280px 7px #fff;
  font-size: 18px;
  padding-left: 4px!important;
}

/* footer */
footer {
  min-height: 133px;
  background-color: #373737;
  padding-top: 20px;
}

.footer_column_logo {
  width: 200px;
  float: left;
  padding-left: 35px;
}

.footer_column_menu_one {
  width: 745px;
  float: left;
}

.footer_column_menu_one_sec {
  width: 124px;
  float: left;
}

.footer_column_menu_one_sec .menu_header li {
  padding-bottom: 3px;
}

.footer_column_menu_one_princ {
  width: 120px;
  float: left;
}
.footer_column_menu_one_princ .menu_header li {
  padding-bottom: 8px;
  width: 110px;
  float: left;
  margin: 0px;
}

.footer_column_menu_one_princ02 {
  width: 160px;
  float: left;
}
.footer_column_menu_one_princ02 .menu_header li {
  padding-bottom: 8px;
  width: 140px;
  float: left;
  margin: 0px;
}

.footer_column_menu_one_date {
  width: 332px;
  float: left;
}

.footer_column_menu_one_date .menu_header li {
  width: 110px;
  float: left;
  margin: 0 0 2px 0;
}

.footer_column_menu_search {
  width: 260px;
  float: left;
  position: relative;
  padding-top: 30px;
}

.footer_column_menu_bottom {
  text-align: center;
  color: #d7d7d7;
  font-size: 14px;
  font-family: 'helveticaneuecondregular';
  text-transform: uppercase;
  margin-top: 20px;
}

/* end footer */


/* seting width 1260 not resposive */

@media (max-width: 1260px) {

header, #content, footer, .nav_fixed{
  width: 1260px!important;
}

}

/* Thumbnails  */

.home_lastests_thumbnail,
.post_lastests_thumbnail,
.post_featured_thumbnail,
.post_issues_post_thumbnail,
.post_issues_thumbnail {
   overflow: hidden;
   position: relative !important;
}

.home_lastests_thumbnail {
     width: 197px;
     height: 108px;
}

.post_lastests_thumbnail {
     width: 224px;
     height: 134px;
}

.post_featured_thumbnail {
     width: 262px;
     height: 174px;
}

.post_issues_post_thumbnail {
     width: 262px;
     height: 352px;
}
.post_issues_thumbnail {
     width: 210px;
     height: 283px;
}

.home_lastests_thumbnail img,
.post_lastests_thumbnail img,
.post_featured_thumbnail img,
.post_issues_post_thumbnail img,
.post_issues_thumbnail img {
   position: absolute;
   top: -9999px !important;
   bottom: -9999px !important;
   left: -9999px !important;
   right: -9999px !important;
   margin: auto;
   width: 100%
}

.home_indepth_thumbnail div img {
  object-fit: cover;
  width: 340px;
  height: 265px;
}

.site-terms, .site-terms a, .site-terms a:hover  {
	font-size: 10px;
	color: #fff;
}