/* =========================================================
Common styles
============================================================ */
@font-face {
 font-family: 'weather';
 src: url('./fonts/weathericons-regular-webfont.eot');
 src: url('./fonts/weathericons-regular-webfont.eot?#iefix') format('embedded-opentype'),
 url('./fonts/weathericons-regular-webfont.woff') format('woff'),
 url('./fonts/weathericons-regular-webfont.ttf') format('truetype'),
 url('./fonts/weathericons-regular-webfont.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}

@font-face {
 font-family: 'Lucida Bright';
 src: url('./fonts/lucidabrightregular-webfont.eot');
 src: url('./fonts/lucidabrightregular-webfont.eot?#iefix') format('embedded-opentype'),
 url('./fonts/lucidabrightregular-webfont.woff') format('woff'),
 url('./fonts/lucidabrightregular-webfont.ttf') format('truetype'),
 url('./fonts/lucidabrightregular-webfont.svg#FontName') format('svg');
 font-weight: normal;
 font-style: normal;
}

@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,700);
}

#weather {
    border: 20px solid #FFF;
  position: relative;
    top: 7px;
}
#weather .icon {
font-size: 60px;
float: left;
padding: 0 30px 0 10px;
color: #17b3e6;
}

#weather .info {
float: left;
font-family: 'Lucida Bright', serif;
font-size: 16px;
}

#weather .info p {
margin: 0;
position: relative;
top: 12px;
}

#weather .info strong {
color: #454545;
}

#weather .info .temperature {
position: relative;
top: -1px;
}

#weather .info .temperature b {
color: #17b3e6;
}

#weather .info .additional {
font-weight: 600;
color: #7a7a7a;
}

#weather .info .additional i {
color: #bbb;
margin-right: 8px;
}

#weather .info .additional i.wi-strong-wind {
margin-left: 13px;
}

body {
    color: #666;
    font-family: 'Lucida Bright', serif;
    font-weight: 300; 
    font-size: 13px;
    background-color:#fff;  
}

pre, code {
    font-family: 'DejaVu Sans Mono',Menlo,Consolas,monospace;
}
hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #eee;
    border-style: solid;
    border-width: 1px 0 0;
    clear: both;
    height: 0;
    margin:20px 0;
}

ol {
    margin:0px;
    padding: 0;
}
ul {
    margin:0px;
    padding: 0;
}
ul li {
    list-style: none;
    margin-bottom:10px;
}
ol li {
    list-style:inside disc;
    margin-bottom:10px;
}


/*------responsive image----------------*/
img{
  /*
  width: 100% !important;
  height: 100% !important;
  */
}
/*canvi*/
.elements-box img{
  max-width:64px !important;
  max-height:64px !important;
}
.quisom .elements-box img{
  max-width:120px !important;
  max-height:120px !important;
}
.entry-item img{
  width:100% !important;
  height:100% !important;
/*  
  max-width:109px !important;
  max-height:100px !important;

}
.entry-item .search img{
  max-width:300px !important;
  max-height:250px !important;
*/
}
.entry-item .opinio img{
  max-width:70px !important;
  max-height:70px !important;
  margin-top:0.625em;
}
.rss img {
  max-width:16px !important;
  max-height:16px !important;
}
.rss {
  text-transform:uppercase;  
}
.mb-20 img{
 /* max-width:120px !important;
  max-height:120px !important; */
}
.wrapperopinio img{
  max-width:148px !important;
  max-height:148px !important
}
.wrappersalut img{
  max-width:303px !important;
  max-height:303px !important;
}
.wrapperopinio p img{
  max-width:16px !important;
  max-height:16px !important;
  margin-right:5px;
}
.wrapperopinio {
  min-height: 286px;  
}
.wrapperopinio_rss {
  min-height: 100x;  
}
.upper {
  text-transform:uppercase;
}
/*canvi*/
.responsive-img{
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

.entry-date {
    color: #8b0202;
    font-weight: 900;
  text-transform: uppercase;

}

.entry-author {
    color: #323232;
    font-weight: 400;
  text-transform: uppercase;
}

.entry-text {
    color: #323232;
    font-weight: 500;
  font-size:18px;
  line-height:22px;

}

.widget {
    margin-bottom: 30px;
}

.widget > ul > li {
    list-style: none;
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin: 15px 0 0;
}
.widget > ul > li:first-child {
    border-top: none;
    padding-top: 0px;
    margin-top: 0;
}

.widget-title {
    color: #8b0202;
    border-bottom: 3px double #dedede;
    margin: 0 0 15px;
    text-transform: uppercase;
}

.entry-thumb {
    margin-bottom: 10px;
}

.entry-thumb img {
    display: block;
    /*canvi*/
    width: 100%;
    height: 100%;
}
.entry-title {
    margin: 0 0 10px;
}

/*canvi*/
.widget-area-11 .entry-thumb img {
    display: block;
    max-height:168px;
    max-width:168px;
}

.list2 .entry-thumb img{
    display: block;
  width:auto;
  height:auto;
    max-height:270px;
    max-width:301px;
}
/*canvi*/

.text-esports-portada {
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 3; /* number of lines to show */
   -webkit-box-orient: vertical;
}

.social-link {
    padding: 0;
}
.social-link li {
    list-style: none;
    float: left;
    margin: 0;
}
.social-link li a {
    color: #555;
    font-size: 16px;
    display: block;
}
/* =========================================================
Elements
============================================================ */

.cd-user-modal {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s 0, visibility 0 0.3s;
}
 
.cd-user-modal.is-visible {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.3s 0, visibility 0 0;
}

.manana-button {
    display:inline-block;
    color:#fff;
    font-size:15px;
    padding:15px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    position:relative;
    z-index:0;
}
.small-button {
    padding:10px 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;

}
.medium-button {
    padding:15px 20px;
    font-size:18px;
}
.big-button {
    padding:20px 30px;
    font-size:24px;
}
.navy-button,
.border-button:hover {
    background-color:#8b0202;
    border:1px solid #8b0202;
    color:#fff;
}
.navy-button:hover,
.border-button {
    background-color:#fff;
    border:1px solid #e4e4e4;
    color:#333;
}

blockquote {
    border-left-color:#8b0202;
    background-color:#dfdfdf;
    color: #727272;
    font-family: "Lucida Bright",serif;
    font-size: 12px;
    line-height: 24px;
    padding: 10px 15px 10px 20px;
}

/*-DropCap-*/
.lm-dropcap {
    color: #fff;
    background-color:#8b0202;
    font-family:'Lucida Bright', serif;
    display: inline-block;
    *display:inline;
    zoom:1;
    float: left;
    font-size: 32px;
    height: 36px;
    line-height: 38px;
    margin: 5px 10px 0 0;
    text-align: center;
    width: 34px;
}
.lm-dropcap.color {
    background-color: #8b0202;
    font-size:30px;
    color: #FFFFFF;
    height: 36px;
    line-height: 36px;
    position: relative;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    width: 36px;
    z-index: 0;
    margin: 5px 10px 0 0;
}

.video-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 0px;
    height: 0;    
}
.video-wrapper iframe,
.video-wrapper object,
.video-wrapper video{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.more-link {
    color: #b9191a;
    display: inline-block;
}


/* =========================================================
Heading
============================================================ */
h1 {
    color: #8b0202;
    font: 700 32px/34px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h2 {
    color: #8b0202;
    font: 700 22px/24px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;
}
h3 {
    color: #8b0202;
    font: 900 24px/26px 'Lucida Bright', serif;
    font-weight: 800;
    letter-spacing: 0;
    margin-bottom:5px;
}

h4 {
    color: #8b0202;
    font: 700 20px/22px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h5 {
    color: #8b0202;
    font: 700 16px/20px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;

}
h6 {
    color: #8b0202;
    font: 700 14px/20px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;

}

a:hover, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover,
.lm-headline dd a:hover,
.social-link li a:hover,
.home-slider .entry-categories a:hover,
.home-slider .flex-caption h2 a:hover,
.lm-gallery-slider .slides li h4 a:hover,
.b-bottom-sidebar .widget a:hover,
#toggle-view li h3:hover,
.about-author .social-link li a:hover {
    color: #8b0202;
    text-decoration:none;
}

a, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.more-link:hover {
    color: #333;
  text-decoration:none;
}

h32 a {
    color: #00000;
  text-decoration:none;
    font: 700 24px/26px 'Lucida Bright', serif;
    letter-spacing: 0;
    margin-bottom:5px;
}

p { 
    margin-bottom:10px;
    line-height:18px;
}
/* =========================================================
Clear Floated Elements
============================================================ */

.clear {  
    clear: both;  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    width: 0;  height: 0;
}
.clearfix:before, .clearfix:after{
    content: '.';  
    display: block;  
    overflow: hidden;  
    visibility: hidden;  
    font-size: 0;  
    line-height: 0;  
    width: 0;  
    height: 0;
}
.clearfix:after{  
    clear: both;
}
.clearfix{  
    zoom: 1;
}


/* =========================================================
CSS3 Transition
============================================================ */
a,
.newsletter-form .email,
.newsletter-form .submit,
#toggle-view li h3,
.lm-gallery-carousel .slides li,
#comments-form #submit-comment,
#contact-form #submit-contact,
#comments-form #comment_name,
#comments-form #comment_email,
#comments-form #comment_url,
#comments-form #comment_message,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url,
#contact-form #contact_message,
#main-menu li ul li,
#mobile-menu > span,
#toggle-view-menu li {
    -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;
}
#main-menu-2 li ul li,
#mobile-menu-2 > span,
#toggle-view-menu-2 li {
    -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;
}
/* =========================================================
Colunms
============================================================ */
.wrapper{
  /*canvi width:1104px;*/
  width: auto;
  max-width: 1104px;
  margin: 0 auto;
}

.wrapper2{
  /*canvi width:1104px;*/
  width: auto;
  max-width: 1104px;
  margin: 0 auto;
}

#main-content > .wrapper {
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    overflow:hidden;/*canvi*/
}
.lm-elements-page #main-content > .wrapper,
.lm-gallery-page #main-content > .wrapper,
.lm-error-page #main-content > .wrapper {
    padding-top: 20px;
}
.col-a {
    width: 541px;
    float: left;
    padding: 20px 20px 0;    
    border-right: 1px solid #dedede;
    border-top: 1px solid #dedede;

}
.col-b {
    width: 562px;
    float: left;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;    
    margin-left: -1px;
    border-top: 1px solid #dedede;


}

.col-c {
    width: 1103px;
    float: center;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;    
    margin-left: -1px;
}

.lm-categories-5 .col-b {
    padding-top: 0;
}

.widget-area-2 {
    border-bottom: 1px solid #dedede;
    padding:0 20px 15px;
    margin: 0 -20px;
}

.widget-area-3 {
    width: 321px;
    padding:20px 20px 0 0;
    border-right: 1px solid #dedede;
    float: left;
}

.widget-area-4 {
    float: left;
    padding: 20px 0 0 20px;
    border-left: 1px solid #dedede;
    margin-left: -1px;
    width: 201px;
}

.lm-categories-5 .widget-area-3 {
    padding: 20px 0 0 20px;
    border-left: 1px solid #dedede;
    border-right: none;
    margin-left: -1px;
}

.lm-categories-5 .widget-area-4 {
    padding: 20px 20px 0 0;
    border-right: 1px solid #dedede;
    border-left: none;
    margin-left: 0;
}

.sidebar {
    float: left;
    width: 342px;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;
    margin-left: -1px;
}

.main-col {
    float: left;
    width: 761px;
    padding: 20px 20px 0;
    border-right: 1px solid #dedede;
}

.mb-20 {
    margin-bottom: 20px;
}

.wrapperopinio, .wrapperopinio_rss {
  background-color: #f5f5f5;
  padding: 10px;
  height: 100%;
  border: 1px solid #e5e5e5;
  overflow-y: hidden;
  margin: 0 auto; 
}

/* =========================================================
Header
============================================================ */
#header-top {
    background-color: #323232;
    padding-top: 0px;
    border-bottom: 1px solid #ffffff;

}

#header-bottom {
    background-color: #dfdfdf;
    padding-top: 0px;
}

#header-bottom-menu {
    background-color: #8b0202;
    padding-top: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;


}

.menu_bottom {
    background-color: #8b0202;
    padding-top: 0px;
    width: 100%;
    display:block;
    position:relative;
    z-index:9999;
}


/*----- Menu -----*/
#main-menu > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
}
#main-menu > li > a {
    font-size: 10px;
    color: #fff;
    font-weight: 700;
    font-family: 'Lucida Bright', serif;
    display: block;
    padding: 15px 16px 14px;
    text-transform: uppercase;
    line-height: 16px;
}
#main-menu > li.current-menu-item > a,
#main-menu > li:hover > a {
    background-color: #d1d1d1;
    color: #000;
}

.sf-arrows .sf-with-ul {
    padding-right:0;
}
.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}

/*----- Menu 2 -----*/
#main-menu-2 > li {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    border-right: 1px solid #c68f91;
}
#main-menu-2 > li.m_last {
    border-right: none;
}
#main-menu-2 > li2 {
    float: left;
    list-style: none;
    margin: 0;
    position: relative;
    border-right: none;
}
#main-menu-2 > li > a {
    font-size: 12.45px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lucida Bright', serif;
    display: block;
    padding: 15px 16px 14px;
    text-transform: uppercase;
    line-height: 16px;
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
#main-menu-2 > li2 > a {
    font-size: 12.45px;
    color: #fff;
    font-weight: 400;
    font-family: 'Lucida Bright', serif;
    display: block;
    padding: 15px 16px 14px;
    text-transform: uppercase;
    line-height: 16px;
    // set animation
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;

}
#main-menu-2 > li.current-menu-item > a,
#main-menu-2 > li:hover > a {
    background-color: #d1d1d1;
    color: #000;
}
#main-menu-2 > li2.current-menu-item > a,
#main-menu-2 > li2:hover > a {
    background-color: #d1d1d1;
    color: #000;
}

#main-menu-2.sticky {
  position:fixed;
}

.sf-arrows .sf-with-ul {
    padding-right:0;
}
.sf-arrows > li > .sf-with-ul:after {
    border-width:0px;
}
.sf-arrows li ul li .sf-with-ul:after {
    border-width:7px;
    margin-top:-7px;
    right:8px;
    background-repeat:no-repeat;
    background-position:right center;
    border-color:transparent;
}
.sf-arrows ul li > .sf-with-ul:focus:after, 
.sf-arrows ul li:hover > .sf-with-ul:after, 
.sf-arrows ul .sfHover > .sf-with-ul:after {
    border-left-color:transparent;
}

/*---Sub menu---*/
#main-menu li ul {
    display:none;
    position:absolute;
    width:200px;
    top:45px;
    left:0;
    background-color:#8b0202;
    z-index:9999;
}
#main-menu li ul li {
    padding:10px 15px;
    position:relative;
    list-style:none;
    margin:0;
    z-index:9999;
}
#main-menu li ul li:first-child {
    border-top:none;
}
#main-menu li ul li:hover,
#main-menu li ul li.current-menu-item {
    background-color:#fff;
}
#main-menu li ul li:hover a,
#main-menu li ul li.current-menu-item a {
    color:#000 !important;
}
#main-menu li ul li a {
    color:#fff !important;
    display:block;
    font-size:20px;
    font-family:'Rokkitt', serif;
}
#main-menu li ul li ul {
    top:0;
    left:201px;
}

#main-menu-2 li ul {
    display:none;
    position:absolute;
    width:200px;
    top:45px;
    left:0;
    background-color:#8b0202;
    z-index:9999;
}
#main-menu-2 li ul li {
    padding:10px 15px;
    position:relative;
    list-style:none;
    margin:0;
    z-index:9999;
}
#main-menu-2 li ul li:first-child {
    border-top:none;
}
#main-menu-2 li ul li:hover,
#main-menu li ul li.current-menu-item {
    background-color:#fff;
}
#main-menu-2 li ul li:hover a,
#main-menu-2 li ul li.current-menu-item a {
    color:#000 !important;
}
#main-menu-2 li ul li a {
    color:#fff !important;
    display:block;
    font-size:20px;
    font-family:'Rokkitt', serif;
}
#main-menu-2 li ul li ul {
    top:0;
    left:201px;
}

/*--------------Mobile Menu-------------------*/
#mobile-menu {
    display:none;
    position:relative;
    margin:0px 15px 7px 0;
}
#mobile-menu > span {
    display:inline-block;
    text-transform:uppercase;
    font-size:24px;
    cursor:pointer;
    color:#fff;
}
#mobile-menu > span:hover {
    color:#fff;
}
#toggle-view-menu {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0; 
    border-top: none;
    position:absolute;
    top:42px;
    left:0;
    z-index:99999;
    width:220px;
}
#toggle-view-menu > li {
    margin: 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    background-color:#323232;
    border-top:1px solid #fff;
}
#toggle-view-menu > li:first-child {
    border-top:none;
}
#toggle-view-menu h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;  
    float: left;
    line-height: 40px;  
    padding: 0 15px;
}
#toggle-view-menu h3 a {
    color: #fff;
    width:100%;
    display:block;
}
#toggle-view-menu li:hover {
    background-color: #dfdfdf;
}
#toggle-view-menu span {
    float: right;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background-color:#047177;
}
#toggle-view-menu li.active {
    background-color:#047177;
}
#toggle-view-menu li.active span,
#toggle-view-menu li.active h3 a {
    color:#fff;
}
#toggle-view-menu .menu-panel {
    margin: 0px;
    display: none;
    padding: 10px 15px 0;
    font-size: 14px;
    color: #fff;
    background-color:#047177;
    border-top:1px solid #fff;
}
#toggle-view-menu .menu-panel ul {
    margin:0;
}
#toggle-view-menu li .menu-panel ul li {
    border:none;
    list-style:disc inside;
    margin: 0 0 10px 0;
    color:#fff;
}
#toggle-view-menu .menu-panel ul li a {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#fff;
    font-size:12px;
}
#toggle-view-menu .menu-panel ul li ul {
    margin-left:40px;
    margin-top:10px;
}

#responsive-menu {
    color: #000;
    border: 1px solid #8b0202;
    font-family: Lucida Bright, serif;
    padding: 4px 6px;
    display: none;
    float: right;
}

/*--------------Mobile Menu-2-------------------*/
#mobile-menu-2 {
    display:none;
    position:relative;
    margin:0px 15px 7px 0;
}
#mobile-menu-2 > span {
    display:inline-block;
    text-transform:uppercase;
    font-size:24px;
    cursor:pointer;
    color:#fff;
}
#mobile-menu-2 > span:hover {
    color:#fff;
}
#toggle-view-menu-2 {
    display:none;
    list-style: none;
    margin: 0;
    padding: 0; 
    border-top: none;
    position:absolute;
    top:42px;
    left:0;
    z-index:99999;
    width:220px;
}
#toggle-view-menu-2 > li {
    margin: 0;
    position: relative;
    cursor: pointer;
    list-style: none;
    background-color:#8b0202;
    border-top:1px solid #fff;
}
#toggle-view-menu-2 > li:first-child {
    border-top:none;
}
#toggle-view-menu-2 h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0;  
    float: left;
    line-height: 40px;  
    padding: 0 15px;
}
#toggle-view-menu-2 h3 a {
    color: #fff;
    width:100%;
    display:block;
}
#toggle-view-menu-2 li:hover {
    background-color: #323232;
}
#toggle-view-menu-2 span {
    float: right;
    font-size: 26px;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background-color:#047177;
}
#toggle-view-menu-2 li.active {
    background-color:#047177;
}
#toggle-view-menu-2 li.active span,
#toggle-view-menu-2 li.active h3 a {
    color:#fff;
}
#toggle-view-menu-2 .menu-panel {
    margin: 0px;
    display: none;
    padding: 10px 15px 0;
    font-size: 14px;
    color: #fff;
    background-color:#047177;
    border-top:1px solid #fff;
}
#toggle-view-menu-2 .menu-panel ul {
    margin:0;
}
#toggle-view-menu-2 li .menu-panel ul li {
    border:none;
    list-style:disc inside;
    margin: 0 0 10px 0;
    color:#fff;
}
#toggle-view-menu-2 .menu-panel ul li a {
    display:inline-block;
    *display:inline;
    zoom:1;
    color:#fff;
    font-size:12px;
}
#toggle-view-menu-2 .menu-panel ul li ul {
    margin-left:40px;
    margin-top:10px;
}

#responsive-menu-2 {
    color: #000;
    border: 1px solid #8b0202;
    font-family: Lucida Bright, serif;
    padding: 4px 6px;
    display: none;
    float: right;
}

/*----- Search form -----*/
.search-box {
    margin:5px 0;
}
.search-box .search-form {
    margin: 0;
    position: relative;
}
.search-box .search-form .search-text {
    margin: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 300px;
    background:url(images/icons/search-icon.png) no-repeat 7px center #5d4142;
    padding:0px 70px 0px 30px;
    border: none;
    box-shadow: none;
    font-family:Roboto, sans-serif;
    font-size:10px;
    color: #fff;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    position: relative;
}
.search-box .search-form .search-submit {
    border: none;
    background-color:#520b0b;
    position:absolute;
    right:6px;
    top:6px;
    width:60px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height:18px;
    font-family:Roboto, sans-serif;
    font-size:9px;
    color: #fff;
    line-height:18px;
    text-transform:uppercase;
    border-radius: 9px;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
}

#header-middle {
    padding: 45px 0 45px;
    border-bottom: 1px solid #ffffff;
}

#header-bottom {
    border-bottom: 1px solid #ffffff;   
}

/*----- Headline scroller -----*/
.lm-headline-wrapper {
    max-height: 30px;
    overflow: hidden;
}
.lm-headline-wrapper {
    position:relative;
}
.lm-headline-wrapper .r-color,
.lm-headline-wrapper .r-col {
    background-color:#d1d1d1;
}
.lm-headline {
    float:left;
    width:652px;
    margin-left:15px;
}
.lm-headline dl {
    display: block;
    margin: 0;
}
.lm-headline dd {
    display: block;
    float: left;
    margin: 0 250px;
    padding: 0 10px;
    color: #fff;
}
.lm-headline dd a {
    color: #555;
    font-weight: 700;
    line-height: 30px;
}
.lm-headline-title {
    float:left;
    display:inline-block;
    margin:0;
    color:#000000;
    position:relative;
    text-transform:uppercase;
    line-height: 30px;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    padding: 0 15px;
}

/*----- Social-link -----*/
#header-bottom .social-link li {
    border-right: 1px solid #ffffff;
}
#header-bottom .social-link li:first-child {
    border-left: 1px solid #ffffff;
}
#header-bottom .social-link li a {
    padding: 0px 10px;
    line-height: 30px;
}

/* =========================================================
Widget-area-1
============================================================ */

.lm-article {
  background-color:#dedede;
    border: 15px solid #dedede;

}

.lm-small-list-widget {
  background-color:#fdeeee;
    border: 10px solid #fdeeee;

}

.lm-small-list-widget-2 {
  background-color:#ffffff;
}

.lm-small-list-widget-side {
  background-color:#dedede;
}
  
.widget-area-1 .lm-article-list-widget .entry-item {
    float: left;
    width: 207px;
    margin-right: 20px;
}
.widget-area-1 .lm-article-list-widget .entry-content p {
    margin-bottom: 0;
}
.widget-area-1 .lm-article-list-widget .older-post {
    padding: 0;
    float: left;
    width: 273px;
}
.widget-area-1 .lm-article-list-widget .older-post li .entry-thumb{
    float: left;
    display: none;
}
.widget-area-1 .lm-article-list-widget .older-post li:first-child .entry-thumb {
    display: block;
}
.widget-area-1 .lm-article-list-widget .older-post li .entry-thumb img{
    padding-right: 20px; /*canvi*/
}
.widget-area-1 .lm-article-list-widget .older-post li .entry-content .entry-title,
.widget-area-1 .lm-small-list-widget ul li .entry-content .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px;
}
.widget-area-1 .lm-article-list-widget .older-post li .entry-content .entry-date {
    display: none;
}

.widget-area-1 .lm-small-list-widget ul {
    padding: 0;
    margin: -31px -10px 0;
}
.widget-area-1 .lm-small-list-widget ul li {
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    width: 240px;
}
.widget-area-1 .lm-small-list-widget ul li:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 15px;
}
.widget-area-1 .lm-small-list-widget ul li .entry-content p {
    display: none;
}
.widget-area-1 .lm-small-list-widget ul li .entry-thumb {
    float: left;
    margin-right: 20px;
}

/* =========================================================
Widget-area-2
============================================================ */
.widget-area-2 .widget {
    margin-bottom: 0;
}
.widget-area-2 .widget-title {
    font-size: 18px;
    line-height: 18px;
    padding-bottom: 5px;
}
.lm-featured-news-widget,
.lm-full-featured-news-widget {
    overflow:hidden;
    position:relative;
}
.lm-featured-news-widget .list-carousel.responsive,
.lm-full-featured-news-widget .list-carousel.responsive {
    width: auto;
    margin: 0 -10px;
    position:relative;
    padding-left:  10px;
    padding-right: 10px;
}
.lm-featured-news-widget .list-carousel > ul,
.lm-full-featured-news-widget .list-carousel > ul {
    display: block;
    height: 100%;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
.lm-featured-news-widget .list-carousel ul li,
.lm-full-featured-news-widget .list-carousel ul li {
    display: block;
    float: left;
    margin: 0 10px;
    padding: 0;
}

.lm-featured-news-widget .entry-title,
.lm-full-featured-news-widget .entry-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
}
.carousel-nav {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: -42px;
}
.carousel-nav a {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #dedede;
    display: inline-block;
    text-align: center;
    line-height: 0;
    font-size: 10px;
    color: #dedede;
    display:inline-block;
    outline: none;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -99999px;
    font-size: 0;
    float: left;
    margin-left: 2px;
}
.carousel-nav .carousel-prev {
    background-image: url(images/slider/carousel-prev.png);
}
.carousel-nav .carousel-next {
    background-image: url(images/slider/carousel-next.png);
}
.lm-featured-news-widget .list-carousel ul li p {
    margin-bottom: 0;
}
.lm-full-featured-news-widget .list-carousel ul li p {
    display: none;
}

/* =========================================================
Widget-area-3
============================================================ */
.widget-area-3 .widget,
.widget-area-4 .widget,
.sidebar .widget {
    margin-bottom: 20px;
}
.widget-area-3 .widget-title,
.widget-area-4 .widget-title,
.sidebar .widget-title {
    font-size: 16px;
    line-height: 18px;
    padding-bottom: 5px;
}

.widget-area-3 .lm-article-list-widget .older-post li:first-child,
.sidebar .lm-article-list-widget .older-post li:first-child {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
    margin-top: 5px;
}
.widget-area-3 .lm-article-list-widget .older-post li .entry-thumb img,
.sidebar .lm-article-list-widget .older-post li .entry-thumb {
    float: left;
    margin-right: 18px;
    margin-bottom: 15px;
  /*Parche Sócrates imágenes responsives*/
   /* width: 300px;*/
}
.widget-area-3 .lm-article-list-widget .older-post li .entry-date,
.sidebar .lm-article-list-widget .older-post li .entry-date {
    display: none;
}
.widget-area-3 .lm-article-list-widget .older-post li .entry-title,
.widget-area-3 .lm-small-list-widget ul li .entry-title,
.sidebar .lm-article-list-widget .older-post li .entry-title,
.sidebar .lm-small-list-widget ul li .entry-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget-area-3 .lm-article-list-widget .older-post li .entry-content p,
.sidebar .lm-article-list-widget .older-post li .entry-content p {
    margin-bottom: 0;
}

.widget-area-3 .lm-small-list-widget ul li .entry-thumb,
.sidebar .lm-small-list-widget ul li .entry-thumb {
    float: left;
    margin-right: 18px;
    width: 240px;
    margin-bottom: 15px;
}

.lm-adv-widget {
    position: relative;
}


/* Parche Sócrates - Pdf Plaça pública responsive
.pdf-image img {
    height: auto;
    width: 100%;*/
}
.adv-caption {
    background: url(images/slider/flex-caption-bg.png) repeat 0 0;
    font-weight: 400;
    font-size: 20px;
    padding: 15px 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
}
.adv-caption a {
    color: #fff;
}

.widget-area-3 .widget ul li .entry-content p {
    margin-bottom: 0;
}

/* =========================================================
Widget-area-4
============================================================ */
.lm-video-widget {
  background-color:#e5e8eb;
  border: 15px solid #e5e8eb;

}

.lm-video-widget ul {
    padding: 0;
}
.widget-area-4 .lm-video-widget ul li {
    margin-top: 20px;
    padding-top: 20px;

}
.widget-area-4 .lm-video-widget ul li:first-child {
    margin-top: 0px;
    padding-top: 0px;
}
.widget-area-4 .lm-video-widget ul li .entry-title {
    margin-bottom: 2px;

}

.lm-video-widget ul li header {
    margin-bottom: 2px;
}
.lm-video-widget ul li .entry-thumb {
    position:relative;
  width:100%;
}
.lm-video-widget ul li .entry-item .entry-thumb .play-icon {
    background-color: #333;
    background-color: rgba(0, 0, 0, 0.62);
    background-image: url("images/icons/play-icon.png");
    background-position: 14px center;
    background-repeat: no-repeat;
    border: 2px solid #ccc;
    border: 2px solid rgba(255, 255, 255, 0.62);
    border-radius: 50% 50% 50% 50%;
    color: #FFFFFF;
    display: block;
    height: 39px;
    left: 20px;
    position: absolute;
    top: 20px;
    width: 39px;
}

.widget_categories ul li {
    font-size: 18px;
    font-family: 'Rokkitt', serif;
    margin-top: 10px;
    padding-top: 10px;
}

/* =========================================================
Widget-area-5
============================================================ */
.widget-area-5 .wrapper {
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
      background-color:#dee3c4;
}
.widget-area-5 .wrapper li {
    list-style: none;
    float: left;
    width: 220.3px;
    padding: 20px 20px 0;
    border-left: 1px solid #dedede;
    margin: 0;
}
.widget-area-5 .wrapper li:first-child {
    border-left: none;
     background-color:#dee3c4;
}

.widget-area-5 .widget-title {
  font-size: 24px;
  line-height: 18px;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #669900;
}
.widget-area-5 .widget .entry-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}
.widget-area-5 .widget .entry-content p {
    margin-bottom: 0;
}

/* =========================================================
Widget-area-11
============================================================ */
.widget-area-11 {
    border-top: 1px solid #dedede;
    padding-top: 15px;
}
.lm-full-featured-news-widget .list-carousel ul li .entry-date {
    display: block;
    margin-bottom: 5px;
}

/* =========================================================
Bottom sidebar
============================================================ */
.t-bottom-sidebar {
    border-top: 3px solid #8b0202;
    padding: 10px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 20px;
}
.t-bottom-sidebar .footer-logo {
    margin-right: 40px;
}
.t-bottom-sidebar #footer-menu li {
    list-style: none;
    float: left;
    margin: 0;
}
.t-bottom-sidebar #footer-menu li a {
    display: block;
    font-size: 11px;
    text-transform: uppercase;
    padding: 3px 0 3px 30px;
}
.t-bottom-sidebar #footer-menu li:first-child a {
    padding: 3px 0 3px 0px;
}

.b-bottom-sidebar .widget,
.b-bottom-sidebar .widget a {
    color: #555;
}
.b-bottom-sidebar .widget .widget-title {
    border: none;
    font-size: 18px;
    margin-bottom: 10px;
}
.b-bottom-sidebar .widget ul li {
    border: none;
    padding-top: 0;
}
.b-bottom-sidebar .widget_categories ul li {
    font-size: 12px;
    font-family: 'Open Sans',sans-serif;
}

.b-bottom-sidebar .bottom-left-col {
    float: left;
    width: 864px;
}
.b-bottom-sidebar .bottom-right-col {
    float: left;
    width: 220px;
    margin-left: 20px;
}
.newsletter-form .email {
    width: 100%;
    height: 36px;
    border: 1px solid #dedede;
    padding: 5px 10px;
    line-height: 24px;
    color: #666;
    margin-bottom: 10px;
}
.newsletter-form .submit {
    border: 1px solid #8b0202;
    background-color: #8b0202;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
}
.newsletter-form .email:focus {
    border: 1px solid #8b0202;
}
.newsletter-form .submit:hover {
    background-color: #fff;
    color: #8b0202;
}

/* =========================================================
Footer
============================================================ */
#bottom-sidebar {
    border-bottom: 1px solid #dedede;
}

#lm-page-footer {
    border-bottom: 3px double #dedede;
    margin-bottom: 40px;
    padding-top: 10px;
}
#copyright {
    margin-bottom: 5px;
}

/* =========================================================
Categories page style 1
============================================================ */
.breadcrumb {
    background: none;
    border-bottom: 3px double #dedede;
    padding: 0 0 8px;
    color: #5b5b5b;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 0;
  font-weight:400;
}
.breadcrumb .current-page {
    color: #8b0202;
}

.breadcrumb .current-category {
    color: #007e3d;
    style: bold;
}

.entry-list {
    margin: 0 3px -10px 3px;
}

.entry-list li {
    list-style: none;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;    
}
.entry-list li .entry-item {
    border-bottom: 1px solid #dedede;
    padding-bottom: 20px;
}

.entry-list li .entry-item2 {
    border-bottom: none;
    padding-bottom: 20px;
}

.entry-list li .entry-item .entry-content p {
    margin-bottom: 0;
}
.entry-list li .entry-thumb {
    float: left;
    width: 120px;
    margin: 0 20px 0 0;
}
.entry-list li .entry-item .entry-title,
.lm-categories-4 .entry-list li:first-child .entry-item .entry-title,
.lm-categories-5 .entry-list li:first-child .entry-item .entry-title {
    font-size: 20px;
    line-height: 20px;
}
.entry-list li .entry-item .more-link {
    margin-top: 15px;
    margin-bottom: 15px;
    display: none;
}
.entry-list li:first-child,
.lm-categories-2 .entry-list li {
    width: 100%;
}
.entry-list li:first-child .entry-thumb,
.lm-categories-2 .entry-list li .entry-thumb {
    width: 300px;
}
.entry-list li:first-child .entry-item .entry-title,
.lm-categories-2 .entry-list li .entry-item .entry-title,
.lm-categories-3 .entry-list li .entry-item .entry-title {
    font-size: 30px;
    line-height: 30px;
}
.entry-list li:first-child .entry-item .more-link,
.lm-categories-2 .entry-list li .entry-item .more-link,
.lm-categories-3 .entry-list li .entry-item .more-link,
.lm-categories-4 .entry-list li .entry-item .more-link,
.lm-categories-5 .entry-list li .entry-item .more-link {
    display: block;
}

/*----- Pagination -----*/
.pagination {
    margin: 0 0 30px;
    border-radius: 0;
}
.pagination ul li {
    list-style: none;
    float: left;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 0 25px;
    font-family: 'Rokkitt', serif;
}
.pagination ul li:first-child {
    margin: 0;
}
.pagination ul li span.current {
    color: #b9191a;
}

/* =========================================================
Categories page style 3
============================================================ */
.lm-categories-3 .entry-list li .entry-thumb,
.lm-categories-4 .entry-list li .entry-thumb {
    float: none;
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
}

.lm-categories-3 .entry-list,
.lm-categories-4 .entry-list {
    margin: 0;
}
.lm-categories-3 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 350px;
}

.lm-categories-4 .entry-list li {
    margin: 0 0 25px;
    position:relative;
    padding: 0;
    width: 226px;
}

/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property:    -moz-transform, opacity;
    -ms-transition-property:     -ms-transform, opacity;
    -o-transition-property:      -o-transform, opacity;
    transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

/* =========================================================
Categories page style 5
============================================================ */
.lm-categories-5 .entry-list li {
    width: 100%;
}
.lm-categories-5 .entry-list li .entry-thumb {
    width: 228px;
}

/* =========================================================
Elements page
============================================================ */
.elements-box h1,
.elements-box h2,
.elements-box h3,
.elements-box h4,
.elements-box h5,
.elements-box h6 {
    margin:0 0 10px;
}
.elements-box .element-title {
    font-size:30px;
    margin:0 0 20px;
    padding-bottom:10px;
    border-bottom:1px solid #c6c6c6;
    color:#666;
}

.list-container-3 ul {
    margin: 0;
}
.list-container-3 ul li {
    float: left;
    list-style: none outside none;
    margin: 0 2px 0 0;
    border:none;
    padding:0;
    width:98px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
}
.list-container-3 ul li a {
    background-color: #f5f5f5;
    border:1px solid #e4e4e4;
    color: #7e7e7e;
    display: block;
    font-family:'Lucida Bright', serif;
    font-size: 18px;
    padding: 8px 0;
    text-align:center;
    outline:none;
    transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.list-container-3 ul li.active a, 
.list-container-3 ul li:hover a {
    border-top:1px solid #8b0202;
    color: #333;
    text-decoration: none;
    background-color: #fff;
}
.tab-container-3 {
    background-color:#fff;
    border:1px solid #e4e4e4;
    padding:15px 20px 5px;
    margin-top:-1px;
}
.tab-container-3 ul li {
    list-style:none;
    border-top:1px solid #ededed;
    padding-top:5px;
    margin-top:5px;
    color:#098d84;
    font-size:10px;
}
.tab-container-3 ul li a {
    color:#777;
    font-size:12px;
    margin-left:10px;
}
.tab-container-3 ul li:first-child {
    border-top:none;
    padding-top:0px;
    margin-top:0px;
}
.tab-container-3 ul li:before {
    content: "\f067";
    font-family: 'icomoon';
}

/*-------------Toggle Boxes-----------*/
#toggle-view {
    list-style:none;   
    margin:0;
    padding:0;
}
#toggle-view p {
    margin-bottom:0;
}
#toggle-view li {
    margin:0 0 10px;
    position:relative;
    cursor:pointer;
    list-style:none;    
}

#toggle-view li h3 {
    font-size:20px;
    font-weight: 400;
    margin:0;
    color:#444;
    padding:0 20px 0 45px;
    line-height:24px;
}


#toggle-view li span {
    position:absolute;
    left:0px;
    top:0px;
    font-size:20px;
    width:30px;
    height:30px;
    text-align:center;
    color:#b7b7b7;
    line-height:30px;
    background-color:#f6f6f6;
    border:1px solid #e9e9e9;
    font-weight: 700;
}
#toggle-view li.active span {
    line-height:26px;
}
#toggle-view .panel {
    margin:0;
    display:none;
}
#toggle-view .panel p {
    margin:10px 0;
}

.acc-wrapper {
    border: 1px solid #d6d6d6;
    padding: 10px 0 0;
    border-bottom: none;
}
.accordion-title {
    margin-bottom:10px;
    position:relative;
    border-bottom: 1px solid #d6d6d6;
    padding: 0 10px 10px;
}
.accordion-title span {
    display:block;
    position:absolute;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#8b0202;
    line-height:27px;
    text-align:center;
    font-size:22px;
    font-weight: 700;
    left:10px;
    top:0;
    cursor:pointer;
}
.accordion-title h3{
    margin:0px 0 0 50px;
    font-size:20px;
    font-weight: 400;
    line-height: 30px;
}
.accordion-title a {
    color:#333;
    display: inline-block;
    *display:inline;
    zoom:1;
}
.accordion-container {
    margin:10px 0 5px;
    padding: 0 15px;
    border-bottom: 1px solid #d6d6d6;
}

.elements-box .manana-button {
    margin-bottom: 10px;
    margin-right: 10px;
}

.lm-elements-page .breadcrumb,
.lm-gallery-page .breadcrumb,
.lm-error-page .breadcrumb {
    margin: 0 20px 20px;
}
.elements-box {
    margin: 0 20px;
}

/* =========================================================
Single page style 1
============================================================ */
.entry-box {
    margin-bottom:20px;
}
.lm-single-standard .entry-box .entry-thumb {
    float:left;
    margin-right:20px;
    position:relative;
}
.manana-single-2 .entry-box .entry-thumb {
    float:none;
    margin-right:0;
    margin-bottom:20px;
}
.entry-box .entry-thumb > img {
    display:block;
    width:100%;
}
.manana-single-2 .entry-box header {
    margin-bottom:20px;
}

.entry-box .entry-title {
    font-size:30px;
    margin:0 0 10px;
    color:#333;
    line-height:35px;
}

.entry-box .social-link {
    border-top:3px double #e1e1e1;
    border-bottom:1px solid #e1e1e1;
    margin-bottom: 1px;
    padding:10px 0;
}
.entry-box .social-link li {
    list-style:none;
    float:left;
    color: #333;
    font-size:13px;
    margin:0 0 0 15px;
}
.entry-box .social-link li:first-child {    
    margin:0;
}
.entry-box .social-link li a {
    color:#000;
    font-size:14px;
}

.entry-box p {
    margin-bottom:20px;
}

.entry-box footer p {
    border:1px solid #e1e1e1;
    float:left;
    padding:20px;
    margin:0;
    width:359px;
    text-align:center;
    height:135px;
    overflow:hidden;
}
.entry-box footer p.prev-post {
    margin-right:1px;
}

.entry-box footer p a {
    color:#8b0202;
    font-size:18px;
    font-family: 'Rokkitt', serif;
    font-weight: 700;
    display:block;
    margin-bottom:15px;
}
.entry-box footer p a:hover {
    color:#414141;
}
.entry-box footer p a.article-title {
    font-size:20px;
    font-family: 'Rokkitt', serif;
    font-weight: 400;
    color:#414141;
    line-height:24px;
    margin-bottom:0;
}

.tag-box {
    margin-bottom:20px;
}
.tag-box a {
    display:inline-block;
}
.tag-box a {
    font-size:13px;
    color:#555;
    padding:6px 20px 8px;
    background-color:#f6f6f6;
}
.tag-box a:hover {
    background-color:#8b0202;
    color:#fff;
}

/*----- About Author -----*/
.about-author {
    margin-bottom:20px;
}
.about-author h3 {
    font-size:24px;
    color:#333;
    margin:0 0 5px;
    text-transform:uppercase;
}
.about-author-detail {
    border:1px solid #e1e1e1;
    padding:20px;
}
.avatar-thumb {
    float:left;
    margin-right:20px;
}
.avatar-thumb img {
    width: 100%;
    display: block;
}
.author-name {
    color:#8b0202;
    font-size: 18px;
    font-weight: 700;
    font-family:'Lucida Bright', serif;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 3px;
}
.author-name:hover {
    color:#1c1c1c;
}
.about-author .social-link li {
    list-style:none;
    float:left;
    margin:0 12px 0 0;
}
.about-author .social-link li a {
    color:#000;
    font-size: 12px;
}

/*----- Related Article -----*/
.manana-related-post,
#comments,
#respond {
    margin-bottom:20px;
}
.manana-related-post h3,
#comments h3,
#respond h3,
#contact-box h3 {
    font-size:24px;
    background-color:#8b0202;
    text-transform:uppercase;
    margin:0 0 15px;
    padding:10px 20px;
    position:relative;
    line-height:20px;
    color: #fff;
}


.manana-related-post ul {
    margin:-10px -20px 0;
}
.manana-related-post ul li {
    float:left;
    list-style:none;
    margin:20px 20px 0;
    width:340px;
}
.manana-related-post ul li .entry-thumb {
    float:left;
    margin-right:15px;
    border: 1px solid #e0e0e0;
    margin-bottom: 0;
}
.manana-related-post ul li .entry-title {
    font-size:18px;
    margin:0 0 5px 0;
    font-weight: 400;
    line-height: 20px;
}

/*---Comments List---*/
.comments-list {
    margin-top:30px;
}
.comments-list .comment {
    margin-bottom:20px;
    list-style:none;
}
#comments .comment-avatar {
    width:55px;
    float:left;
    margin-right:15px;
}
#comments .comment-avatar img {
    display:block;
    width:100%;
}
#comments .comment-body {
    float:left;
    width:595px;
}
#comments .comment-body header {
    margin-bottom:10px;
    border-bottom:1px solid #d5d5d5;
    padding-bottom:7px;
}
#comments .comment-body .comment-meta {
    float:left;
}
#comments .comment-body .author {
    font-size:18px;
    color:#333;
    font-family: 'Lucida Bright', serif;
    display:block;
}
#comments .comment-body .date {
    font-style:italic;
    color:#8b0202;
}
#comments .comment-body p {
    color:#333;
    margin-bottom:5px;
}
#comments .comment-body .comment-button {
    float:right;
    margin-top:20px;
}
#comments .comment-body .comment-reply-link,
#comments .comment-body .comment-edit-link:hover {
    display:inline-block;
    color:#333;
}
#comments .comment-body .comment-edit-link,
#comments .comment-body .comment-reply-link:hover {
    color:#8b0202;
    display:inline-block;
}
#comments .comments-list .children {
    margin-left:70px;
}
#comments .comments-list .children .comment-body {
    width:525px;
}
.manana-comment-pagination {
    float:right;
    margin:0;
    font-size:16px;
    font-family: 'Lucida Bright',serif;
}
.manana-comment-pagination a {    
    color:#333;
    margin-left:15px;
}
.manana-comment-pagination a:hover {
    color:#8b0202;
}
.manana-comment-pagination .current {
    color:#8b0202;
    margin-left:15px;
}

/*---Comment form---*/
#comments-form .c-note, 
#contact-form .c-note {
    display: block;
    font-style: italic;
    margin-bottom: 15px;
    font-size:13px;
    color:#333;
}

#comments-form label.required,
#contact-form label.required {
    font-size:18px;
    color:#333;
    margin-bottom:10px;
    display:block;
    font-family: 'Lucida Bright',serif;
    font-weight: 400;
}
#comments-form label.required span,
#contact-form label.required span {
    color:#8b0202;
}
/*canvi*/
#comments-form #tx_comments_pi1_firstname,
#comments-form #tx_comments_pi1_email,
#comments-form #tx_comments_pi1_location,
#contact-form #contact_name,
#contact-form #contact_email,
#contact-form #contact_url {
    padding:0 15px;
    width:330px;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    height:35px;
    line-height:35px;
    margin:0 0 5px;
}
#comments-form #tx_comments_pi1_content,
#contact-form #contact_message {
    padding:5px 15px;
    width:100%;
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    background-color:#fbfbfb;
    border:1px solid #eee;
    border-radius:0;
    -moz-border-radius:0;
    -webkit-border-radius:0;
    box-shadow:none !important;
    margin:0 0 5px;
    height:255px;
}
#comments-form #tx_comments_pi1_submit,
#contact-form #submit-contact {
    display:inline-block;
    padding:8px 15px;
    color:#fff;
    background-color:#8b0202;
    border:none;
    font-size:20px;
    font-weight: 700;
    font-family: "Lucida Bright",serif;
}
#comments-form #tx_comments_pi1_submit:hover,
#contact-form #submit-contact:hover {
    background-color:#141414;
}
#comments-form #tx_comments_pi1_firstname:focus,
#comments-form #tx_comments_email:focus,
#comments-form #tx_comments_pi1_location:focus,
#comments-form #tx_comments_pi1_content:focus,
#contact-form #contact_name:focus,
#contact-form #contact_email:focus,
#contact-form #contact_url:focus,
#contact-form #contact_message:focus {
    border:1px solid #8b0202;
}

#comments-form .textarea-block,
#contact-form .textarea-block {
    margin-bottom:20px;
}

label.error {
    color:#8b0202;
    display: block;
}


/* =========================================================
Contact page
============================================================ */
.lm-map {
    margin-bottom:20px;
}
.lm-map iframe {
    margin-bottom:15px;
}

/* =========================================================
404 Page
============================================================ */
.error-404{
    margin:70px 10% 100px;
}
.error-404 .left-col{
    width:41%;
    float:left;
    margin:0 2%;
}
.error-404 .left-col p{
    font-size:120px;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
    color:#8b0202;
    line-height:100px;
    text-align:right;
}
.error-404 .right-col{
    width:50%;
    float:left;
    margin:0 2%;
}
.error-404 .right-col h1{
    margin-bottom:10px;
    font-size:29px;
    color:#8b0202;
    margin-top:0;
}
.error-404 .right-col a {
    color:#8b0202;
}
.error-404 .right-col a:hover {
    color:#666;
}
.manana-pagelink{
    margin-top:20px;
    margin-bottom:20px;
}
.manana-pagelink a{   
    color:#8b0202;
    text-decoration:underline;
    font-weight:700;
    padding-right:15px;
}
/*canvi*/
.opinio img {margin: 0 auto;}
.logo-image.pull-left img{width:auto;max-width:100%;height:auto;max-height:125px;}

.img_setm img{
  max-width: 300px !important;
  max-height: 300px !important;
}
h3.actualitat {color: #90268f;}
h3.canalcamp  {color: #007e3d;}
h3.local {color: #46616e;}
h3.comarques {color: #fcb814;}
h3.opinio  {color: #c0b301;}
h3.esports  {color: #8bc63e;}
h3.espectacles  {color: #ed028c;}
h3.economia  {color: #f36e21;}
h3.cultura  {color: #ed028c;}
h3.vidasocial  {color: #00aeef;}
h3.societat  {color: #ed028c;}
h3.cerca  {color: #000;}
.play {width:140px; !important}

.tx-smileiframe-pi1{width:100%;overflow:hidden;margin:2em;}


/*PARCHE SOCRATES IFRAME RESPONSIVE*/

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.embed-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* publicitat lateral flotant */
@media all and (max-width: 1343px){
  #ads-sky{    
    display:none;
  }
  #ads-sky-right {
    display:none;
  }
  #ads-sky-left {
    display:none;
  }
  #ads-skydcha, #ads-skyizqda {
    display:none;
  }
}


@media all and (min-width: 1344px){
  #ads-sky{    
    position: fixed;
    width: 100%;
    float: left;
    top: 250px;
    z-index: 10000;
  }

  #ads-sky-right {
    position: relative;
    z-index: 2000;
    height: 1px;
    left: 1105px;
    float: left;
    top: 0px;
  }

  #ads-sky-left {
    position: relative;
    z-index: 2000;
    height: 1px;
    left: -122px;
    float: left;
    top: 0px;
  }

  #ads-skydcha, #ads-skyizqda {
    position: absolute;
  }
}

/* publicitat central flotant */
@media all and (max-width: 1343px){
  #ads-skycenter{    
    display:none;
  }


@media all and (min-width: 1344px){
  #ads-skycenter{    
    position: fixed;
    width: 100%;
    float: center;
    top: 250px;
    z-index: 10000;
  }

  #ads-skycenter {
    position: fixed;
  }






