/* =============================================================================
Opennemas  CSS rules
Version: .1
Author: OpenHost S.L.
========================================================================== */

/* =============================================================================
HTML5 Boilerplate CSS: h5bp.com/css
========================================================================== */
/*
Theme default values:
First font: Verdana, Arial, sans-serif
Secondary font: Georgia, sans-serif;
First color: #638F38;
Secondary color: #005689;

 */

/***********************************************************
General definitions
 ************************************************************/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html {
  background-color: white  !important;
  font-size: 100%;
  height:auto;
  min-height:100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  color: #222;
  font-family: Verdana, Arial, sans-serif !important;
}
body {
  background-color:#F7F7F7;
  background-image:url(../images/backgrounds/gradient-bg.jpg);
  background-repeat: repeat-x;
  font-family: Verdana, Arial, sans-serif !important;
  margin: 0;
}

::-moz-selection { background: #9dbad5; color: #fff; text-shadow: none; }
::selection { background: #9dbad5; color: #fff; text-shadow: none; }

a { color: #638F38; text-decoration: none; }
a:visited { color: #638F38; }
a:hover { color: #638F38; }
a:focus { outline: none; }
a:hover, a:active { outline: 0; text-decoration:underline; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { border: 0; border-top: 1px solid #E9E9E9; display: block; height: 1px; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; max-width: 100%; vertical-align: middle; }
img.lazyload:not([src]),
img.owl-lazy:not([src]) {
  visibility: hidden;
}
svg:not(:root) { overflow: hidden; }

figure { display: block; margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; *height: 13px; padding: 0; *width: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; resize: vertical; vertical-align: top; }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { background-color:#FFF; vertical-align: top;  }
h5, h2 { margin-bottom: 5px;}

.chromeframe { background: #ccc; color: black; margin: 0.2em 0; padding: 0.2em 0; }

body{ color:#252525; font:12px/24px Verdana, Arial, sans-serif; line-height: 18px; width:100%; }
.wrapper { margin: 0 auto; width: 998px; }
figure img {
  height: auto;
}
figure:not(.ckeditor-image) img {
  width: 100%;
}
.ckeditor-image {
  max-width: 100%;
}
.ckeditor-image:not(.capture) {
  margin-bottom: 15px;
  margin-top: 15px;
}
.image-inbody-center {
  text-align: center;
}
.image-inbody-center figure {
  margin: 15px auto;
}
.image-inbody-left {
  float: left;
  margin-right: 15px;
}
.image-inbody-right {
  float: right;
  margin-left: 15px;
}
/*
  Hidden input on register form in order to prevent bots
*/
#register-form-control-input {
  display: none;
}
/* =============================================================================
Non-Semantic Helper Classes
========================================================================== */
.ir { background-color: transparent; background-repeat: no-repeat; border: 0; direction: ltr; display: block; *line-height: 0; overflow: hidden; text-align: left; text-indent: -999em; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
Print Styles
========================================================================== */

@media print {
  * { background: transparent !important; box-shadow:none !important; color: black !important; filter:none !important; -ms-filter: none !important; text-shadow: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}

/***********************************************************
General definitions
 ************************************************************/
.container {
  float: none !important;
  margin: 0 auto;   /* align for good browsers */
  text-align: left; /* counter the body center */
}

.container_with_border { border:1px solid #DDD; }

.wrapper_content_inside_container {
  margin-left:10px;
  margin-top:10px;
}


#main-container {
  background-color: #FFF;
  border: 1px solid #EDEDED;
  z-index: 2px;
}

/* =============================================================================
Header rules
========================================================================== */
div.current-hour { font-size:.8em }
div.current-hour span.hour{ color:#005689; }

div.current-hour {
  display:block;
  float:left;
}


/* =============================================================================
Header styles
========================================================================== */

#header-container { margin-top:5px; position: relative; }
#header-container #title {
  float:left;
  margin-bottom: 5px;
  padding-left: 10px;
  width:700px;
}
#header-container #title a, #header-container #title a:visited {
  font-family: 'Ubuntu',sans-serif;
  font-size: 2em;
  font-weight: bold;
  text-decoration: none;
}

#header-container header { border:0 none; }
#header-container header > div{ display: inline-block; width: 100%}
#header-container .info-pages { float: right; right: 0; top: 10px; width: 270px; }
#main-search-form { text-align:right; }
#main-search-form input, #main-search-form button { color:#444; font-size:12px; margin: 0 !important; }
#main-search-form input[type="search"]{
  border: 1px solid #999;
  border-bottom-color: #f1f1f1;
  border-right-color: #f1f1f1;
  box-shadow:         inset 0 3px 3px #ccc;
  -moz-box-shadow:    inset 0 3px 3px #ccc;
  -webkit-box-shadow: inset 0 3px 3px #ccc;
  display: inline-block;
  height: 24px;
  margin-right: -4px !important;
  margin-top: 2px;
  max-height: 30px;
  padding: 0 5px;
  width: 200px;
}
#main-search-form button[type="submit"]{
  background: -moz-linear-gradient(top, #dfdfdf, #999);
  background: -ms-linear-gradient(top, #dfdfdf, #999);
  background: -o-linear-gradient(top, #dfdfdf, #999);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dfdfdf), to(#999));
  background: -webkit-linear-gradient(top, #dfdfdf, #999);
  background-color: #dfdfdf;
  border: 1px solid #ccc;
  border-bottom-color: #999;
  border-right-color: #999;
  display: inline-block;
  height: 26px;
  padding: 4px;
  text-shadow: 1px 1px 1px #fff;
  width: 50px;
}
#header-container  nav.utilities-menu {
  float: right;
  margin-bottom: 10px;
}

#header-container  nav.utilities-menu  ul {
  margin: 0 5px;
  padding: 0;
  text-align: right;
}

#header-container nav.utilities-menu ul li {
  display: inline-block;
  margin: 0 auto;
  padding: 0;
}

#header-container nav.utilities-menu ul li a {
  color: #005689;
  font-size: 11px;
  font-weight: bold;
  padding: 3px 5px;
  text-decoration: none;
  text-transform: uppercase;
}

#header-container .phrase {
  color: #4E4E4E;
  float: left;
  font-family: Georgia;
  font-size: 15px;
  font-style: italic;
  overflow: hidden;
  text-align: center;
  width: 270px;
}

#header-container .phrase  a:hover{
  color: #638F38;
}

div.horizontal-widgets div.widget-urgent-articles div.widget-content ul{
  margin: 0 !important;
  padding: 0 !important;
}
div.horizontal-widgets div.widget-urgent-articles {
  margin-bottom: 2px;
}
div.horizontal-widgets div.widget-urgent-articles div.widget-content div.widget {
  display: block;
  margin: 0;
}

div.horizontal-widgets div.widget-urgent-articles div.widget-content ul li {
  background-color: #FFFFFF;
  border: 1px solid #F3F3F3;
  list-style: none;
  margin: 0;
  padding: 10px 5px;
}
/* =============================================================================
Menu rules
========================================================================== */
#menu {
  border: 0 none;
  height: 50px;
  position: relative;
}

#menu .main-menu ul { margin: 0 auto; padding: 0; }
#menu .main-menu ul li { display: inline-block; margin: 0 auto; padding: 0; }
#menu .main-menu ul li a {
  color: White;
  font-family: Verdana, Arial, sans-serif !important;
  font-size: 1em;
  font-weight: bold;
  line-height: 26px;
  padding: 5px 10px;
  text-decoration: none;
}
#menu .main-menu ul li ul a {
  font-weight: normal;
  line-height: 20px;
}

#menu .main-menu ul li a:hover,
#menu ul li a:focus
{
  background: none repeat scroll 0 0 rgba(204, 204, 204, 0.5);
  color:White;
}

#menu ul.nav li.active a,
#menu ul.nav li:hover a
{
  background:#005689 !important;
  color: White !important;
}

#menu .main-menu ul ul li a {
  background: transparent !important;
  color: Black !important;
  font-size: .9em !important;
}

#menu li.cat ul {
  display: inline-block;
  word-wrap: no-wrap;
}

div.main-menu{
  background-color: #638F38;
  border-bottom: 2px solid #005689;
  color: white;
  position: absolute;
  width: 100%;
}

li.cat > ul.nav {
  background: #FFF;
  border-top: 2px solid #005689;
  position: absolute;
  top: 26px !important;
  width: 98%;
}

li.cat:hover > ul.nav
{ z-index: 999; }


#menu .main-menu ul ul li a
{
  font-size: 1em !important;
  padding: 1px 4px !important;
}

#menu li.cat ul a { display:inline-block;  font-size:.9em; padding:2px 4px !important; }
#menu li.cat:hover ul { display:block; }
#menu li ul.nav { left: 5px; overflow:visible; position: absolute; top: 26px; }
#menu li ul.nav, #menu li.active ul.nav { display: none; margin-left:5px; }
#menu ul.nav li { display: inline-block !important; height: auto; }
#menu li.active ul.nav { display: block !important; }

#menu:hover li.chatafaca ul.nav { display: none !important; }
#menu:hover li.chatafaca:hover ul.nav { display: block !important; }
#menu li.chatafaca ul.nav li a:hover { display: block !important; }
#menu ul li.subcat {
  padding-right: 0;
}

/** specials items **/
nav#menu  div.main-menu ul li.top-secret a {
  background-color: #FFFFFF;
  border: 2px #CC0000 solid;
  color: #CC0000;
  font-style: italic;
}

nav#menu  div.main-menu ul li.diversia a {
  background-color: #FFFFFF;
  border: 2px #6633FF solid;
  color: #6633FF;
  font-style: italic;
}

div.goback {
  bottom: 26px;
  color: #FFF;
  float: right;
  font-size: 11px;
  position: absolute;
  right: 5px;
}
div.goback a{
  font-family: Verdana, Arial, sans-serif !important;
  font-weight: 700;
  font-weight: bold;
  text-decoration: none;
  text-transform: capitalize;
}

div.social-icons-submenu {
  float: right;
  padding-bottom: 10px;
  width: 250px;
}

div.social-icons-submenu li {
  float: right;
  list-style: none outside none;
  margin: 0 2px;
}

div.social-icons-submenu ul li img {
  vertical-align: middle;
  width: 24px;
}
.horizontal-widgets .widget{
  background-color:#FFF !important;
  margin: 0;
  padding: 0 !important;
  width: 100%;
}
/* =============================================================================
Footer rules
========================================================================== */
#footer-container {
  background-color: #005689;
  border: 0 none;
  border-top: 2px solid #005689;
  color: #FFF;
  margin-bottom: 20px;
  margin-top: 10px;
  position: relative;
  vertical-align: top;
}
footer .links {
  bottom: 0;
  margin: 10px;
  position: absolute;
  right: 0;
  text-align: right;
}
footer .links > div {
  color: #FFF;
  display: inline-block;
  font-size: .78em;
  margin: 10px;
  overflow: hidden;
  text-align: left;
  vertical-align: top;
}
footer .links h1 { color:#666; font-size:1.1em; font-weight:bold; }
footer .links a  { color:#FFF; text-decoration:none; }
footer .links a:hover { color: #FFF; text-decoration: underline; }
footer .links li {display: inline-block; }
footer .logo-footer, footer .partners { color: #FFF; font-size: 1em; margin: 0; margin: 10px; width: 400px; }
footer .logo-footer { float:left; }
footer .partners { float:right; font-size:1em; line-height:1.4em; text-align:right; }
footer .partners a { color:#FFF; text-decoration:none; }
footer .partners a:hover { border-bottom:1px dotted #FFF; }
footer .partners li { display: inline-block; text-align: right; vertical-align: middle; }
footer .partners li img { display:block; }
footer .partners li:first-child { margin:0; margin-right:20px; }
footer .partners li:last-child { margin-right:0; padding-right: 0; }


/*************************ADVERTISEMENT*****************************/

.container_ads {
  margin:auto;
  width: 996px;
}
.ads_break_frontpage {
  margin: 2px auto;
  width: 996px;
}
.ad_with_border {
  background-color:#E9E9E9;
}
.ad_with_border > div {
  margin:2px 0;
}
.ad_horizontal {
  padding: 2px 1px;
}

div.ads_footer, div.ads_header { width: 100%; }
.ad_728 { display: inline; float: left; width: 728px; }
.ad_in_column div { margin: 0 auto; }
div.ads_footer div.ad_728, div.ads_header div.ad_728 {  margin-right: 0; }
.ad_244{ display: inline; float: right; max-height: 90px; text-align: right; width: 244px; }
div.ads_footer div.ad_244, div.ads_header div.ad_244 { float:right; }
div.ad_in_column > div { border: 1px solid #E9E9E9; padding: 5px; text-align: center; }
.ads_break_frontpage { clear:both; margin:10px 0; }

div.ads-skyscraper-container{
  position: fixed;
  top: 0;
  width: 100%;
}
div.ads-skyscraper-container > div {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 998px;
}

div.ad-skyscraper-left {
  position: absolute;
  text-align: right;
}

div.ad-skyscraper-right {
  position: absolute;
  text-align: left;
}

/* =============================================================================
Frontpage
========================================================================== */
.first-column, .second-column {
  border-right: 1px solid #DDD;
  width: 325px;
}
.first-column {
  margin-right: 0;
}

.layout-inner {
  margin: 0 5px;
}

div.frontpage.first-block div.first-column  h3.nw-title a,
div.frontpage.first-block div.second-column  h3.nw-title a,
div.frontpage.first-block div.third-column  h3.nw-title a{
  font-size: 26px;
  letter-spacing: -1;
  line-height: 30px;
}

div.frontpage.second-block div.layout-column  h3.nw-title a {
  font-size: 24px;
  line-height: 28px;
}

div.frontpage.third-block div.layout-column  h3.nw-title a {
  font-size: 22px;
  line-height: 26px;
}

.break-row {
  border-right: 1px solid #DDD;
  width: 651px;
}

.break-row .tiny h3.nw-title a{
  font-size: 22px !important;
  line-height: 26px !important;
}

.break-row .tiny{
  margin-right: 0;
  width: 156px;
}

div.frontpage .wrapper-two-columns {
  margin-right: 0;
}

article.onm-new {
  clear: both;
  padding: 10px 5px;
  position: relative;
}

article.onm-new .line-new {
  border-bottom: 1px solid  #DDD;
  padding: 12px;
}

article.onm-new img {
  display: block;
  height: auto;
  margin-bottom: 5px;
  margin-right: 10px;
  width: 100%;
}

.img-responsive {
  height: auto;
  width: 100%;
}

div.span-8 article.onm-new figure a img.nw-image {
  width: 100%;
}

article.onm-new h4.nw-subtitle {
  color: #333;
  font-size: .85em;
  line-height: 1.1em;
  margin-bottom: .2em;
  text-transform: uppercase;
}

article.onm-new .nw-subtitle,
article.onm-new .nw-summary {
  font-size: 1.05em;
  line-height: 1.4em;
  margin-bottom: 5px;
}
article.onm-new .nw-summary p{
  margin-bottom: .4em;
}

article.onm-new .nw-title {
  margin-bottom: 10px;
  padding: 4px 0 0;
}

article.onm-new .nw-title a {
  color: #111;
  font-family: Georgia, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}
article.onm-new .nw-title a:hover {
  color:#638F38;
}

article.onm-new.highlighted-3-cols figure img,
article.onm-new.highlighted-2-cols figure img {
  margin-bottom: 0;
  width: 100%;
}

article.onm-new.highlighted-2-cols div.nw-subtitle div,
article.onm-new.highlighted-3-cols div.nw-subtitle div {
  background:none repeat scroll #3E3E3E;
  clear: both;
  color:White;
  display:block;
  font-family: Arial, sans-serif;
  font-size: 1em;
  font-weight:bold;
  line-height: 1;
  margin-bottom: 0;
  overflow: hidden;
  padding: 7px 15px 5px 10px;
  padding:5px;
  text-align: center;
  white-space: nowrap;
}


article.onm-new.highlighted-2-cols,
article.onm-new.highlighted-3-cols {
  margin-bottom:10px;
  min-height:100px;
}

.frontpage article.highlighted-2-cols .nw-title,
.frontpage article.highlighted-3-cols .nw-title {
  clear: both;
  color: #305387;
  margin-bottom: 0;
  padding: 0 10px 0 0 !important;
}
.frontpage article.highlighted-2-cols .nw-title a,
.frontpage article.highlighted-3-cols .nw-title a {
  clear: both;
  color: #111;
  font-family: Georgia !important;
  font-weight: normal;
}

.frontpage article.highlighted-3-cols .nw-title a {
  font-size:1.7em;
}

.frontpage  article.highlighted-3-cols figure,
.frontpage  article.highlighted-2-cols figure {
  display: block;
}

.frontpage  article.onm-new figure a img.nw-image {
  margin-bottom:5px;
}

.frontpage  article.highlighted-3-cols figure a img.nw-image,
.frontpage  article.highlighted-2-cols figure a img.nw-image {
  margin-bottom: 0;
}

.frontpage article.highlighted-3-cols .article-info {
  margin:0 0 5px 0;

}
.frontpage article.highlighted-2-cols .article-info {
  margin:0 0 5px 0;
}
.frontpage article .article-info {
  color: #333;
  font-family: Arial, sans-serif;
  font-size: .85em;
  padding: 0 !important;
  width: auto;
}
.frontpage article .article-info span {
  color:#638F38;
}

.frontpage article .article-info .publish-date {
  display:inline-block;
}
.frontpage article  .comments {
  background: url(../images/bullets/comment_icon.png) center right no-repeat;
  display: block;
  font-size: 12px;
  margin-right: 10px;
  padding-right: 14px;
  text-align: right;
  width: 95%;
}

.frontpage article .comments a,
.frontpage article .comments a {
  color: #444;
  text-decoration: none;
}

.frontpage .related li {
  color: #005689;
  list-style: square;
}


.frontpage .related li a {
  color: #005689;
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}

.frontpage .related li a:hover{
  color: #005689;
}


div.more-resources {
  color: #005689;
}
div.more-resources ul {
  margin: 0;
  padding: 0 0 0 10px;
}
div.more-resources li {
  color: #005689;
  list-style: disc;

}
div.more-resources li a{
  color: #005689;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none;
}
.frontpage article.onm-new.opinion .nw-title a {
  color: #333;
  font-style: italic;
}

/*** album- video in frontpage ***/

.frontpage article.album, .frontpage article.video {
  background-color: #EDEDED;
  border-radius: 5px;
  color: #005689;
  margin-bottom: 5px;
  padding: 10px;
}

.frontpage article.album .nw-title a, article.video .nw-title a {
  color: #111111;
}


.frontpage article.album figure, .frontpage article.video figure{
  display: inline-block;
}

article.video img, article.album img {
  border-radius: 4px;
  box-shadow: 0 0 2px #EEE;
  width: 100%;
}


#categories-list li{
  background: #efefef;
  border: 1px solid #ddd;
  float: left;
  list-style: none !important;
  margin: 4px;
  padding: 5px;
  width: 40%;
}
#categories-list li:hover {
  background: #ececec;
  border: 1px solid #ececec;
}

#categories-list li a {
  color: #444;
}

#categories-list img {
  vertical-align:middle;
}
/* =============================================================================
Article inner rules
========================================================================== */
.article header {
  margin: 20px 0 10px;
  padding-left: 10px;
}
.article header h1.title {
  color: #333;
  font-family: Georgia;
  font-size: 32px !important;
  font-weight: normal;
  line-height: 38px;
  margin: 0;
}
.article header h2.subtitle {
  color: #555555;
  font-size: 1em;
  margin: 0;
  text-transform: uppercase;
}

article.article-inner {
  font-size:13px;
  padding-left: 10px;
  width: 644px;
}

article.article-inner .author-and-date {
  font-size: 1em;
  vertical-align: top;
  width: 100%;
}
article.article-inner .author-and-date .author {
  color: #638F38;
  float: left;
  font-family: Arial, sans-serif;
}
article.article-inner .author-and-date .publish-date {
  color: #AAA;
  font-family: Arial, sans-serif;
}

article.article-inner .subtitle {
  font-family: Arial, sans-serif;
  font-size:1.05em;
  margin:15px 0;

}

article.article-inner .category-and-share { text-align: right; width: 100%; }
article.article-inner .category-and-share > div {
  display:inline-block;
  height:20px;
}

article.column-article{
  padding: 4px;
}
article.article-inner div.body div.article-media {
  float: right;
  margin-bottom: 10px;
  margin-left:  10px;
}

article.article-inner div.body div.article-media div {
  margin-bottom: 10px;
  margin-left: 10px;
}

article.article-inner div.body div.article-media object {
  margin-bottom: 10px;
  margin-left: 10px;
}

article.article-inner div.body div.article-media figure img {
  max-width: 518px;
  width: auto;
}

article.article-inner .article-media {
  position:relative;
}

article.article-inner .article-media figcaption {
  background: #E9E9E9;
  border-radius: 5px 0 0 0;
  bottom: 0;
  color: #333;
  display: block;
  font-size: .8em;
  max-width: 100%;
  padding: 2px 2px 2px 8px;
  position: absolute;
  right: 0;
}

article.article-inner div.body div.article-media:hover { filter: alpha(opacity=95); /* For IE8 and earlier */ opacity:0.95; }

article.article-inner .body {
  color: #5C5C5C;
  font-family: Verdana, Arial, sans-serif;
  font-size: 13px;
  line-height: 20px;
  min-height: 500px;
  padding-top: 5px;
  text-align: justify;
  width: 520px;
}

article.article-inner .body p {
  margin-bottom:10px;
}

article.article-inner .body .article-summary,
.article-inner .article-summary {
  font-weight: bold;
}

article.article-inner .body a {
  border-bottom: 1px dotted #638F38;
  color: #638F38;
  text-decoration: none;
}

article.article-inner blockquote {
  color: #005689;
  float: right;
  font-family: Georgia;
  font-size: 1.5em;
  max-width: 35%;
  text-align: center;
  text-shadow: 0 0 2px rgba(144,159, 205, 200);
}

article .inner-article-content {
  border-top: 1px solid #DDD;
  position: relative;
}

article .inner-article-content div.article-utils-box {
  margin-left: 536px;
  padding-top: 5px;
  position: absolute;
}

div.article-utils-box div.floating-box > div:not(:last-child) {
  border-bottom: 1px solid #DDD;
  margin-bottom: 5px;
  padding-bottom: 5px;
  width: 100%;
}

div.article-utils-box div.title,
.inner-article-utilities-box .title {
  color: #555;
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 5px;
}
.sharrre-tools ul {
  color: #000;
  list-style: none;
  padding: 0;
}
.sharrre-tools ul .box {
  background-color: #005689;
  border-radius: 2px;
  color: #fff;
  display: block;
  padding: 3px 5px;
  margin-bottom: 2px;
}
.inner-article-utilities-box ul li {
  display: inline-block;
}
.inner-article-utilities-box ul .box {
  display: inline-block;
}
.sharrre-tools ul .facebook .box {
  background-color: #45619d;
}
.sharrre-tools ul .twitter .box {
  background-color: #55acee;
}
.sharrre-tools ul .linkedin .box {
  background-color: #0072b0;
}
.sharrre-tools ul .meneame .box {
  background-color: #e35614;
}
.sharrre-tools ul .whatsapp .box {
  background-color: #1ebea5;
}
.sharrre-tools ul .box a {
  color: #fff;
}
.sharrre-tools ul .box span {
  min-height: 18px;
}
div.utils ul {
  color: #111111;
  font-family: Arial;
  font-size: 11px;
  list-style: none outside none;
  margin: 0;
  padding: 0;
}

div.utils li {
  display: block;
  margin: 4px 0;
}
div.utils a {
  color: #005689;
  display: block;
  height: 17px;
  padding-left: 23px;
  padding-top: 1px;
  text-decoration: none;
}

div.utils a:hover {
  color: #005689;
  text-decoration: underline;
}

div.utils ul li a.utilities-print {
  background: url("../images/utilities/utility-print.png") no-repeat scroll left center transparent;
}

div.utils ul li a.utilities-send-by-email {
  background: url("../images/utilities/utility-email.png") no-repeat scroll left center transparent;
}
div.utils ul li a.utilities-increase-text {
  background: url("../images/utilities/utility-decrease-text-size.png") no-repeat scroll left center transparent;
}
div.utils ul li a.utilities-decrease-text {
  background: url("../images/utilities/utility-increase-text-size.png") no-repeat scroll left center transparent;
}

/* =============================================================================
Voting
========================================================================== */
ul.voting .vote-element {
  background: url(../images/utilities/e-star.png) top right no-repeat;
  height: 13px;
  width: 13px;
}
ul.voting  .vote-element.active {
  background:url(../images/utilities/f-star.png) top right no-repeat;
}

.ajax-loading {
  background: url(../images/ajax-loader.gif) center left no-repeat;
  padding-left: 20px;
}

/* =============================================================================
Related content rules
========================================================================== */
.related-content {
  margin: 10px 0;
  width: 100%;
}

.related-content ul {
  margin-left: 10px;
  padding: 0;
}
.related-content ul li {
  color: #005689;
  list-style: square;
  margin-left: 10px;
}

.related-content ul li a {
  color: #005689;
  text-decoration: none;

}
.related-content ul li a span {
  display:none;
}

.related-content ul li a:hover {
  border-bottom: 1px solid #005689;
}

/* =============================================================================
Suggested content rules
========================================================================== */
.machine-related-contents {
  margin: 10px 0;
  width: 100%;
}
div.machine-related-contents div.title {
  color: #555;
  font-size: 1.1em;
  font-weight: bold;
}

.machine-related-contents ul {
  font-family: Georgia;
  font-size: 1.1em;
  margin-left: 10px;
  padding: 0;
}
.machine-related-contents ul li {
  color:#005689;
  list-style: disc;
  margin-left: 10px;
  padding-bottom: 4px;
}

.machine-related-contents ul li a {
  color: #005689;
  text-decoration: none;

}
.machine-related-contents  a:hover {
  border-bottom: 1px solid #005689;
}
/***********************************************************
  Related in body and summary
************************************************************/
.body .related-content.related-content-inner {
  border-bottom: 1px solid rgb(0 0 0 / 10%);
  border-top: 1px solid rgb(0 0 0 / 10%);
  display: block;
  margin: 15px 0;
  padding: 15px 0;
}
.body .related-content.related-content-inner ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 0px;
  margin-left: 0px;
}
.body .related-content.related-content-inner ul li {
  display: flex;
  font: 400 0.9rem/1.2 'Verdana', Arial, sans-serif;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-top: 0px;
  max-width: 100%;
  text-align: left;
  padding-bottom: 0px;
  width: 100%;
}
.body .related-content.related-content-inner ul li:last-of-type {
  margin-bottom: 0;
}
.body .related-content.related-content-inner ul li .article-data {
  bottom: 0px;
  flex: 2 1 70%;
  margin: 0px;
  max-height: unset;
  position: static;
  width: 100%;
}
.body .related-content.related-content-inner ul li .article-data a {
  border: none;
  color: #111  ;
  display: inline-block;
  text-decoration: none;
}
.body .related-content.related-content-inner ul li .article-data a:hover {
  opacity: .5;
}
.body .related-content.related-content-inner ul li figure {
  height: auto;
  flex: 1 0 25%;
  margin-right: 10px;
  max-width: 100px;
  padding-bottom: unset;
}
.body .related-content.related-content-inner ul li figure:after {
  background-color: transparent;
}
.body .related-content.related-content-inner ul li figure img {
  margin-top: 0px;
  margin-bottom: 0px;
}
.inner-article-content .body img {
  margin-bottom: 10px;
  margin-top: 15px;
}
.inner-article-content .body figure img {
  margin-bottom: 0px;
  margin-top: 0px;
}
/* =============================================================================
Opinion rules
========================================================================== */

.opinion-index .opinion-list{
  width: 654px;
}
.opinion-index .page-title,
.opinion-index-author .page-title,
.opinion-inner .page-title {
  border-bottom: 1px solid #005689;
  color: #005689;
  font-family: Georgia;
  font-weight: bold;
  margin: 10px;
  text-decoration: none;
}

.opinion-index-author header {
  font-family: Georgia;
  min-height: 120px;
  padding: 10px;
}

.opinion-inner header {
  font-family: Georgia;
  min-height: 120px;
  padding: 10px 10px 10px 0;
}

div.opinion-index-author  header {
  border-bottom: 1px solid #DDD;
}


div.opinion-index-author  header h1.section-title a,
div.opinion-inner header h1.title{
  font-family: Georgia;
  font-size: 34px;
  font-style: italic;
  font-weight: normal;
  line-height: 38px;
  width: 90%;
}

div.opinion-index-author  header h1.section-title a{
  color:#638F38;
  padding-left: 40px;
  text-decoration: none;
}

.list-opinions {
  margin-top:10px;
}


.other-opinions article.opinion-element .body {
  clear:both;
}

article.opinion-element {
  border-bottom:1px solid #DDDDDD;
  display:inline-block;
  margin-bottom: 10px;
  padding-bottom:10px;
  vertical-align: top;
  width: 100%;
}
.opinion-index-author article.opinion-element {
  border-bottom:1px solid #ddd;
  margin-left: 10px;
  padding-bottom:10px;
}

div.opinion-inner div.body {
  font-size: 1em;
}

article.opinion-element .body .summary,
article.opinion-element .body .article-media{
  float: left;
  margin-right: 10px;
}

article.opinion-element .body .article-media {
  max-width: 300px;
}

article.opinion-element:last-child {
  border-bottom:0 none;
}
article.opinion-element .header { margin-bottom:10px; }
article.opinion-element .wrapper-photo {
  display: block;
  float: left;
  min-width:80px;
  position: relative;
  right: 0;
  text-align: center;
  top: 0;
}
article.opinion-element .header time {
  color: black;
  color: Gray;
  font-family: Arial, sans-serif ;
  font-size: .9em;
  line-height: .9em;
}
article.opinion-element .header figure.author {
  margin-right: 10px;
  margin-top: 5px;
  text-align: center;
}
article.opinion-element .header figure.author img {
  background: White;
  border: 1px solid #eee;
  border-radius: 3px;
  max-height: 70px;
  max-width: 70px;
  object-fit: contain;
  padding: 4px;
}
article.opinion-element .header h2.author_name {
  font-size: 1em;
  line-height: 1em;
  margin-bottom: 3px;
  padding: 0;
}
article.opinion-element .header h2.author_name a {
  color: #638F38;
  font-family: Georgia;
  font-style: italic;
  font-weight: bold;
  text-decoration: none;
}
article.opinion-element .header h1.title {
  font-family: Georgia;
  font-size: 30px !important;
  font-style: italic;
  line-height: 34px;
  margin: 0;
  margin-bottom: 10px;
}
article.opinion-element .header h1.title a{
  color: #005689;
  font-family: Georgia;
  font-weight: normal;
  text-decoration: none;
}
div#main_content.opinion-inner header  div.author-and-date a {
  color: #005689;
  font-family: Georgia;
  font-style: italic;
  font-weight: normal;
}

article.opinion-element .body {
  display: block;
  font-size: 1em;
  line-height: 1.5em;
}

article.opinion-element div.body div.more{
  color: #005689;
  font-size: 0.9em;
  font-weight: bold;
  line-height: 0;
  padding-top: 10px;
  width: 100%;
}

.editorial{
  border-bottom: 1px solid #3E3E3E;
}
.editorial h1.section-title,
.other-opinions h1.section-title,
.opinion-index-author h1.section-title {
  color: #777;
  font-family: Georgia;
  margin: 10px 0;
  text-align: left;
}

.editoriais article.opinion-element .header h1.title {
  font-size: 32px;
  line-height: 38px;
  margin: 0;
}
.editoriais article.opinion-element .header h1.title a{
  color: #005689;
}

.opinion-inner .author-info,
.opinion-index-author .author-info {
  position: relative;
  vertical-align: top;
}
.opinion-inner .author-image,
.opinion-index-author .author-image {
  border: 1px solid #638F38;
  border-radius: 3px;
  display: inline-block;
  margin: 10px;
  margin-left: 0;
  max-width: 100px;
  padding: 5px;
}
.opinion-inner .author-details,
.opinion-index-author .author-details {
  bottom: 10px;
  display: inline-block;
  vertical-align: bottom;

}

.opinion-inner .author-details h1,
.opinion-index-author .author-details h1 {
  color: #333;
  margin: 0;
}

.opinion-index-author .author-details.editorial > *,
.opinion-inner .author-details.editorial > * {
  margin-left: 20px;
}
.opinion-inner .author-details .condition,
.opinion-index-author .author-details .condition {
  color: #555;
  padding-left: 3px;
}

.opinion-inner div.author-details h2.section-title {
  font-size: 1.15em;
}

.author-details .read-more a:hover {
  text-decoration: underline;
}

.opinion-index .last-column,
.opinion-index-author .last-column,
.opinion-inner .third-column {

}

article.opinion-element .block {
  display: inline-block;
  margin-top: 5px;
}

article.onm-new.opinion img {
  float: left;
  margin-right: 5px;
  max-height: 100px;
  min-width: 78px;
  width: 78px;
}
article.onm-new ul.poll-items-box { margin: 0; padding: 0; }
article.onm-new ul.poll-items-box li { padding: 5px 0; }
/***********************************************************
horizontal mini share buttons
 ************************************************************/

.share-buttons-list{
  float: right;
  text-align: right;
}

.mini-share-button {
  display: inline;
}
.mini-share-button a {
  display: inline-block;
  height: 10px;
  padding: 0 5px 5px 12px;
}
.mini-share-button.twitter a {
  background: url('../images/bullets/button-twitter.png') 0 center no-repeat;
}

.mini-share-button.facebook a {
  background: url('../images/bullets/button-facebook.png') 0 center no-repeat;
}

.mini-share-button.tuenti a {
  background: url('../images/bullets/button-tuenti.png') 0 center no-repeat;
}

.mini-share-button.linkedin a {
  background: url('../images/bullets/button-linkedin.png') 0 center no-repeat;
}

.mini-share-button.meneame a {
  background: url('../images/bullets/button-meneame.png') 0 center no-repeat;
}


.more-share-button{
  margin: 0 !important;
  vertical-align: top;
}
.more-share-button a {
  color: #333;
  display: inline-block;
  font-size: 10px;
  text-decoration: none;
}

/***********************************************************
Other definitions
 ************************************************************/


.error-page {
  display: block;
  float: none;
  height: 300px;
  margin: 60px auto;
  padding: 20px;
  width: 70%;
}
.error-page .page-title {
  color: #638F38;
  font-family: Georgia;
  text-align: left;
}

div#inner-article-body h3{
  color: #005689;
  font-size: 1.2em;
}

div.inner-letter,
div.letter-frontpage{
  width: 654px;
}

div.letter-inner h1.page-title {
  margin: 20px 10px;
}

div.letter-inner  div.notice h5 {
  font-weight: normal;
}

div.letter-frontpage form{
  background-color: #f1f1f1 !important;
  border-radius: 6px;
  padding: 10px;
}
div.letter-frontpage tbody tr td {
  background-color: #f1f1f1 !important;
}
.capture {
  position: relative;
}
.capture .play-button {
  background: url("../images/video/play-button.png") no-repeat scroll center center rgba(0, 0, 0, 0.8);
  border-radius: 10px 10px 10px 10px;
  display: none;
  height: 70px;
  left: 120px;
  opacity: 0;
  position: absolute;
  top: 60px;
  width: 70px;
}
.capture:hover .play-button, .capture:hover .play-button {
  display: block;
  opacity: 1;
}
.capture .play-button a, .capture .play-button a {
  display: block;
  height: 100%;
  text-indent: -9999px;
  width: 100%;
}

article.static-pages {
  margin-top: 20px;
}


/******************************************
 ************** Newsstand ****************
 *******************************************/
div.newsstand_list .header{
  border-bottom: 2px solid #333;
  color: #252525;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 5px;
  padding: 10px 0 4px;
  text-transform: uppercase;
}

div.newsstand_list div.newsstand_category {
  margin: 10px 0;
  width: 648px;
}

div.newsstand_category h2 {
  border-bottom: 1px solid #CCCCCC;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0;
  padding: 2px 0;
  text-transform: uppercase;
}

div.epaper {
  float: left;
  margin-right: 4px;
  overflow: hidden;
  text-align: center;
}
div.epaper img {
  border: 1px solid #DDD;
  width: 150px;
}

div.epaper a {
  color: #666;
  display: block;
  font-size: 12px;
  padding: 0;
  text-decoration: none;
}

div.epaper img:hover, div.epaper-inner:hover img.epaper-big {
  border: 1px solid #666;
}

div.link-down {
  display: block;
  padding: 10px 4px;
  text-align: right;
  width: 90%;
}

div.epaper-inner{margin-top: 30px; }

div.epaper-inner div.share-buttons { float:left; margin-bottom:10px; margin-right:0; position:relative; }
div.epaper-inner div.share-buttons > div { border-bottom: 0; float:left; padding-right: 5px; }

div.epaper-inner .epaper-big {
  border: 1px solid #DDD;
  width:640px;
}

div.link-up {
  float: right;
  padding-top: 5px;
  text-align: left;
  width: 20%;
}
/* =============================================================================
login / logout
========================================================================== */
.login-page input[type="text"],
.login-page input[type="password"] {
  border-radius: 3px;
  padding: 5px;
}

/* =============================================================================
sign up page
========================================================================== */
.signup-page {
  margin:40px;
}

.form-horizontal .contol-label,
.form-horiztonal .controls {
  display:inline-block !important;
}

.form-horizontal .control-label {
  min-width: 100px;
  padding-right: 10px;
  text-align: right;
}

#send_form input[type='text'],
#send_form input[type='email'],
#send_form textarea {
  border-radius: 2px;
  padding: 5px;
  width: 80%;
}
.d-none{
  display: none;
}
