/*
Theme Name: Oratgenet
Text Domain: oratgenet

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

area {
    display: block;
    cursor: hand;
    background: black;
    border-top: 5px solid red;
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body,
button,
input,
select,
textarea {
    color: #ccc;
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

body {
    background: #fff;
    width: 100%;
}

a,
a:focus {
    color: #66ADB4;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    outline: 0;
}

a:active,
a:hover,
a:focus {
    color: #66ADB4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 36px 0 12px;
}

h1 {
    font-size: 26px;
    line-height: 1.3846153846;
}

h2 {
    font-size: 24px;
    line-height: 1;
}

h3 {
    font-size: 22px;
    line-height: 1.0909090909;
}

h4 {
    font-size: 20px;
    line-height: 1.2;
}

h5 {
    font-size: 18px;
    line-height: 1.3333333333;
}

h6 {
    font-size: 16px;
    line-height: 1.5;
}

address {
    margin-bottom: 0px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

p {
    margin-bottom: 14px;
    color: #222;
    text-align: left;
    font-size: 18px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    line-height: 1.6;
}

pre {
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 24px;
    max-width: 100%;
    overflow: auto;
    padding: 12px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

blockquote,
q {
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

blockquote {
    color: #767676;
    font-size: 19px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.2631578947;
    margin-bottom: 24px;
}

blockquote cite,
blockquote small {
    color: #2b2b2b;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
    font-style: normal;
}

blockquote strong,
blockquote b {
    font-weight: 400;
}

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

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

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin: 0 0 0 20px;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0 0 24px;
    padding: 11px 12px 0;
}

legend {
    white-space: normal;
}

button,
input,
select,
textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    color: #555;
    margin: 0;
    margin-top: 25px;
    float: right;
    width: 40%;
    font-weight: 700;
    vertical-align: baseline;
}

button,
input {
    line-height: normal;
}

input,
textarea {
    background-image: -webkit-linear-gradient(hsla(0, 0%, 100%, 0), hsla(0, 0%, 100%, 0));
    /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table,
th,
td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: bold;
}

td {
    border-width: 0 1px 1px 0;
}

del {
    color: #767676;
}

hr {
    background-color: rgba(0, 0, 0, 0.1);
    border: 0;
    height: 1px;
    margin-bottom: 23px;
}

/* Support a widely-adopted but non-standard selector for text selection styles
* to achieve a better experience. See http://core.trac.wordpress.org/ticket/25898.
*/
::selection {
    background: #60a4ac;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #60a4ac;
    color: #fff;
    text-shadow: none;
}

/**
* 2.0 Repeatable Patterns
* -----------------------------------------------------------------------------
*/
/* Input fields */
input,
textarea {
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    color: #2b2b2b;
    padding: 8px 10px 7px;
}

textarea {
    width: 100%;
}

input:focus,
textarea:focus {
    border: 1px solid rgba(0, 0, 0, 0.3);
    outline: 0;
}

/* Buttons */
button,
.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #00B0F6;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="reset"]:hover,
input[type="reset"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: #ddd;
    color: #fff;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
    background-color: #55d737;
}

.search-field {
    width: 100%;
}

.search-submit {
    display: none;
}

#aviso-cookies {
    position: absolute;
    bottom: 0;
    z-index: 999;
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 0.84);
    text-shadow: none;
    color: #555;
    font-size: 15px;
    text-align: left;
}

button#aceptarCookies {
    width: auto;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
    color: #939393;
}

:-moz-placeholder {
    color: #939393;
}

::-moz-placeholder {
    color: #939393;
    opacity: 1;
    /* Since FF19 lowers the opacity of the placeholder by default */
}

:-ms-input-placeholder {
    color: #939393;
}

/* Responsive images. Fluid images for posts, comments, and widgets */
.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
    max-width: 100%;
}

/**
* Make sure images with WordPress-added height and width attributes are
* scaled correctly.
*/
.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
    height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
    height: auto;
    /*max-width: 100%;*/
    width: 100%;
}

/* Make sure embeds and iframes fit their containers */
p>embed,
p>iframe,
p>object,
span>embed,
span>iframe,
span>object {
    margin-bottom: 0;
}

/* Alignment */
.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
    margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
    margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
    margin: 7px 0 7px 24px;
}

.wp-caption.alignright {
    margin: 7px 0 7px 14px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
    margin-top: 7px;
    margin-bottom: 7px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 17px;
    width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
    margin-bottom: 17px;
}

.wp-caption {
    margin-bottom: 24px;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin: 0;
}

.wp-caption {
    color: #767676;
}

.wp-caption-text {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    font-style: italic;
    line-height: 1.5;
    margin: 9px 0;
}

div.wp-caption .wp-caption-text {
    padding-right: 10px;
}

div.wp-caption.alignright img[class*="wp-image-"],
div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
    padding-right: 0;
}

.wp-smiley {
    border: 0;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Assistive text */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    line-height: normal;
    padding: 15px 23px 14px;
    position: absolute;
    left: 5px;
    top: 5px;
    text-decoration: none;
    text-transform: none;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar */
}

.hide {
    display: none;
}

/* Clearing floats */
.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
    content: "";
    display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
    clear: both;
}

/* Genericons */
.bypostauthor>article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 26px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/* Separators */
.site-content span+.entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span+.byline:before,
span+.comments-link:before,
span+.edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
    content: "\0020\007c\0020";
}

/**
* 3.0 Basic Structure
* -----------------------------------------------------------------------------
*/
.site {
    background-color: #fff;
    /*max-width: 1366px;*/
    position: relative;
}

.main-content {
    width: 100%;
}

/**
* 4.0 Header
* -----------------------------------------------------------------------------
*/
/* Ensure that there is no gap between the header and
the admin bar for WordPress versions before 3.8. */
#wpadminbar {
    min-height: 32px;
    position: absolute;
}

#site-header {
    position: relative;
    z-index: 3;
    width: 20%;
    float: left;
    margin-top: 1%;
}

.site-header {
    background-repeat: no-repeat;
    background-position: right center;
    width: 100%;
    z-index: 999999;
    height: 145px;
    position: fixed;
}

.header-main {
    min-height: 50px;
    /*padding: 0 10px;*/
}

.site-title {
    float: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 48px;
    margin: 0;
}

.site-title a,
.site-title a:hover {
    color: #062d4b;
    font-weight: 900;
}

/* Search in the header */
.search-toggle {
    cursor: pointer;
    float: left;
    height: 40px;
    margin-right: 38px;
    text-align: center;
    width: 100%;
    margin-top: 18px;
}

.search-toggle:hover,
.search-toggle.active {
    /*background-color: #63aab1;*/
}

.search-toggle:before {
    color: #fff;
    /*content: "400";*/
    font-size: 20px;
    margin-top: 14px;
}

.search-toggle .screen-reader-text {
    left: 5px;
    /* Avoid a horizontal scrollbar when the site has a long menu */
}

.search-box-wrapper {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 48px;
    right: 0;
    width: 100%;
    z-index: 2;
}

.search-box {
    background-color: #63aab1;
    padding: 12px;
}

.search-box .search-field {
    background-color: #fff;
    border: 0;
    float: right;
    font-size: 16px;
    padding: 2px 2px 3px 6px;
    width: 100%;
}

/**
* 5.0 Navigation
* -----------------------------------------------------------------------------
*/
.site-navigation ul {
    list-style: none;
    margin: 0;
}

.site-navigation li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-navigation ul ul {
    margin-left: 20px;
}

.site-navigation a {
    color: #555;
    display: block;
    text-transform: uppercase;
    font-weight: 800;
    /*	border-right: 1px solid #cee;*/
}

.site-navigation li:last-child {
    border-right: none;
}

.site-navigation a:hover {
    color: black;
}

.site-navigation .current_page_item>a,
.site-navigation .current_page_ancestor>a,
.site-navigation .current-menu-item>a,
.site-navigation .current-menu-ancestor>a {
    color: #D0EC0B;
    font-weight: 900;
}

/* Primary Navigation */
.primary-navigation {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
}

.primary-navigation.toggled-on {
    padding: 72px 0 36px;
}

.primary-navigation .nav-menu {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
}

.primary-navigation.toggled-on .nav-menu {
    display: block;
}

.primary-navigation a {
    padding: 7px 0;
}

/* Secondary Navigation */
.secondary-navigation {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 12px;
    margin: 48px 0;
}

.secondary-navigation a {
    padding: 9px 0;
}

.menu-toggle {
    background-color: #000;
    border-radius: 0;
    cursor: pointer;
    font-size: 0;
    height: 48px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    width: 48px;
}

.menu-toggle:before {
    color: #fff;
    content: "\f419";
    display: inline;
    margin-top: 16px;
}

.menu-toggle:active,
.menu-toggle:focus,
.menu-toggle:hover {
    background-color: #444;
}

.menu-toggle:focus {
    outline: 1px dotted;
}

/**
* 6.0 Content
* -----------------------------------------------------------------------------
*/
.content-area {
    padding-top: 1%;
}

.hentry {
    margin: 0 auto 48px;
    max-width: 800px;
}

.site-content .entry-header,
.site-content .entry-content,
.site-content .entry-summary,
.site-content .entry-meta,
.page-content {
    margin: 0 auto;
    /*max-width: 474px;*/
}

.page-content {
    margin-bottom: 48px;
}

/**
* 6.1 Post Thumbnail
* -----------------------------------------------------------------------------
*/
.post-thumbnail {
    display: block;
    position: relative;
    width: 100%;
    z-index: 0;
    float: none;
}

a.post-thumbnail:hover {
    background-color: #999;
}

.full-width .post-thumbnail img {
    display: block;
    margin: 0 auto;
}

/**
* 6.2 Entry Header
* -----------------------------------------------------------------------------
*/
.entry-header {
    position: relative;
    z-index: 1;
}

.entry-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.0909090909;
    margin-bottom: 12px;
    margin: 10px 0 12px 0;
    /*text-transform: uppercase;*/
    color: #3BCDED;
    width: 100%;
    float: left;
    text-align: center;
    border-bottom: 1px solid #DDD;
    padding-bottom: 2%;
}

.entry-title a {
    color: #555;
}

.entry-title a:hover {
    color: #555;
}

.site-content .entry-header {
    background-color: #fff;
    padding: 0 10px 12px;
}

.site-content .has-post-thumbnail .entry-header {
    padding-top: 24px;
}

/**
* 6.3 Entry Meta
* -----------------------------------------------------------------------------
*/
.entry-meta {
    clear: both;
    color: #767676;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-meta a {
    color: #767676;
}

.entry-meta a:hover {
    color: #63aab1;
}

.sticky .entry-date {
    display: none;
}

.cat-links {
    font-weight: 900;
    text-transform: uppercase;
}

.cat-links a {
    color: #2b2b2b;
}

.cat-links a:hover {
    color: #63aab1;
}

.byline {
    display: none;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

.site-content .entry-meta {
    background-color: #fff;
    margin-bottom: 8px;
    text-align: center;
}

.site-content footer.entry-meta {
    margin: 24px auto 0;
    padding: 0 10px;
}

/* Tag links style */
.entry-meta .tag-links a {
    background-color: #767676;
    border-radius: 0 2px 2px 0;
    color: #fff;
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.2727272727;
    margin: 2px 4px 2px 10px;
    padding: 3px 7px;
    position: relative;
    text-transform: uppercase;
}

.entry-meta .tag-links a:hover {
    background-color: #63aab1;
    color: #fff;
}

.entry-meta .tag-links a:before {
    border-top: 10px solid transparent;
    border-right: 8px solid #767676;
    border-bottom: 10px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    top: 0;
    left: -8px;
    width: 0;
}

.entry-meta .tag-links a:hover:before {
    border-right-color: #63aab1;
}

.entry-meta .tag-links a:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 4px;
    position: absolute;
    top: 8px;
    left: -2px;
    width: 4px;
}

/**
* 6.4 Entry Content
* -----------------------------------------------------------------------------
*/
.entry-content,
.entry-summary,
.page-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.site-content .entry-content,
.site-content .entry-summary,
.page-content {
    background-color: #fff;
    padding: 12px 10px 0;
}

.page .entry-content {
    padding-top: 0;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child,
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child {
    margin-top: 0;
}

.entry-content a,
.entry-summary a,
.page-content a,
.comment-content a {
    font-size: 20px;
    color: #3BCDED;
}

.entry-content a:hover,
.entry-summary a:hover,
.page-content a:hover,
.comment-content a:hover,
.entry-content a.button,
.entry-summary a.button,
.page-content a.button,
.comment-content a.button {
    text-decoration: none;
}

.entry-content table,
.comment-content table {
    font-size: 14px;
    line-height: 1.2857142857;
    margin-bottom: 24px;
}

.entry-content th,
.comment-content th {
    font-weight: 700;
    padding: 8px;
    text-transform: uppercase;
}

.entry-content td,
.comment-content td {
    padding: 8px;
}

.entry-content .edit-link {
    clear: both;
    display: block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.3333333333;
    text-transform: uppercase;
}

.entry-content .edit-link a {
    color: #767676;
    text-decoration: none;
}

.entry-content .edit-link a:hover {
    color: #63aab1;
}

/* Mediaelements */
.hentry .mejs-container {
    margin: 12px 0 18px;
}

.hentry .mejs-mediaelement,
.hentry .mejs-container .mejs-controls {
    background: #000;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current {
    background: #24890d;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    background: rgba(255, 255, 255, .33);
}

.hentry .mejs-container .mejs-controls .mejs-time {
    padding-top: 9px;
}

.hentry .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    border-radius: 0;
}

.hentry .mejs-overlay-loading {
    background: transparent;
}

/* Page links */
.page-links {
    clear: both;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    margin: 24px 0;
    text-transform: uppercase;
}

.page-links a,
.page-links>span {
    background: #fff;
    border: 1px solid #fff;
    display: inline-block;
    height: 22px;
    margin: 0 1px 2px 0;
    text-align: center;
    width: 22px;
}

.page-links a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
    text-decoration: none;
}

.page-links a:hover {
    background: #63aab1;
    border: 1px solid #63aab1;
    color: #fff;
}

.page-links>.page-links-title {
    height: auto;
    margin: 0;
    padding-right: 7px;
    width: auto;
}

/**
* 6.5 Gallery
* -----------------------------------------------------------------------------
*/
.gallery {
    margin-bottom: 20px;
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative;
}

.gallery-columns-1 .gallery-item {
    max-width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 48%;
    max-width: -webkit-calc(50% - 4px);
    max-width: calc(50% - 4px);
}

.gallery-columns-3 .gallery-item {
    max-width: 32%;
    max-width: -webkit-calc(33.3% - 4px);
    max-width: calc(33.3% - 4px);
}

.gallery-columns-4 .gallery-item {
    max-width: 23%;
    max-width: -webkit-calc(25% - 4px);
    max-width: calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
    max-width: 19%;
    max-width: -webkit-calc(20% - 4px);
    max-width: calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
    max-width: 15%;
    max-width: -webkit-calc(16.7% - 4px);
    max-width: calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
    max-width: 13%;
    max-width: -webkit-calc(14.28% - 4px);
    max-width: calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
    max-width: 11%;
    max-width: -webkit-calc(12.5% - 4px);
    max-width: calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
    max-width: 9%;
    max-width: -webkit-calc(11.1% - 4px);
    max-width: calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
    margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 6px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

.gallery-caption:before {
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
    display: none;
}

/**
* 6.6 Post Formats
* -----------------------------------------------------------------------------
*/
.format-aside .entry-content,
.format-aside .entry-summary,
.format-quote .entry-content,
.format-quote .entry-summary,
.format-link .entry-content,
.format-link .entry-summary {
    padding-top: 0;
}

.site-content .format-link .entry-title,
.site-content .format-aside .entry-title,
.site-content .format-quote .entry-title {
    display: none;
}

/**
* 6.7 Post/Image/Paging Navigation
* -----------------------------------------------------------------------------
*/
.nav-links {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    hyphens: auto;
    word-wrap: break-word;
}

.post-navigation,
.image-navigation {
    margin: 24px auto 48px;
    /*	max-width: 474px;*/
    padding: 0 10px;
}

.post-navigation a,
.image-navigation .previous-image,
.image-navigation .next-image {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 11px 0 12px;
    width: 100%;
}

.post-navigation .meta-nav {
    color: #3BCDED;
    display: block;
    font-size: 12px;
    font-weight: 900;
    line-height: 2;
    text-transform: uppercase;
}

.post-navigation a,
.image-navigation a {
    color: #2b2b2b;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    text-transform: none;
}

.post-navigation a:hover,
.image-navigation a:hover {
    color: #63aab1;
}

/* Paging Navigation */
.paging-navigation {
    border-top: 3px solid #f1f1f1;
    margin: 48px 0;
}

.paging-navigation .loop-pagination {
    text-align: center;
    display: block;
    margin: -3px auto 20px;
}

.paging-navigation .page-numbers {
    border-top: 3px solid transparent;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    margin-right: 1px;
    padding: 7px 16px;
    text-transform: uppercase;
}

.paging-navigation a {
    color: #2b2b2b;
}

.paging-navigation .page-numbers.current {
    border-top: 3px solid #63aab1;
    color: #63aab1;
}

.paging-navigation a:hover {
    border-top: 3px solid #63aab1;
    color: #63aab1;
}

/**
* 6.8 Attachments
* -----------------------------------------------------------------------------
*/
.attachment .content-sidebar,
.attachment .post-thumbnail {
    display: none;
}

.attachment .entry-content {
    padding-top: 0;
}

.attachment footer.entry-meta {
    text-transform: none;
}

.entry-attachment .attachment {
    margin-bottom: 24px;
}

/**
* 6.9 Archives
* -----------------------------------------------------------------------------
*/
.archive-header,
.page-header {
    margin: 24px auto;
    /*max-width: 474px;*/
}

.archive-title,
.page-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.taxonomy-description,
.author-description {
    color: #767676;
    font-size: 14px;
    line-height: 1.2857142857;
    padding-top: 18px;
}

.taxonomy-description p,
.author-description p {
    margin-bottom: 18px;
}

.taxonomy-description p:last-child,
.author-description p:last-child {
    margin-bottom: 0;
}

.taxonomy-description a,
.author-description a {
    text-decoration: underline;
}

.taxonomy-description a:hover,
.author-description a:hover {
    text-decoration: none;
}

/**
* 6.10 Contributor Page
* -----------------------------------------------------------------------------
*/
.contributor {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 48px 10px;
}

.contributor:first-of-type {
    padding-top: 24px;
}

.contributor-info {
    margin: 0 auto;
    max-width: 474px;
}

.contributor-avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    float: left;
    margin: 0 30px 20px 0;
    padding: 2px;
}

.contributor-name {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin: 0;
}

.contributor-bio a {
    text-decoration: underline;
}

.contributor-bio a:hover {
    text-decoration: none;
}

.contributor-posts-link {
    display: inline-block;
    line-height: normal;
    padding: 10px 30px;
}

.contributor-posts-link:before {
    content: "\f443";
}

/**
* 6.11 404 Page
* -----------------------------------------------------------------------------
*/
.error404 .page-content {
    padding-top: 0;
}

.error404 .page-content .search-form {
    margin-bottom: 24px;
}

/**
* 6.12 Full-width
* -----------------------------------------------------------------------------
*/
.full-width .hentry {
    max-width: 100%;
}

/**
* 6.13 Singular
* -----------------------------------------------------------------------------
*/
.singular .site-content .hentry.has-post-thumbnail {
    margin-top: -48px;
}

/**
* 6.14 Comments
* -----------------------------------------------------------------------------
*/
.comments-area {
    margin: 48px auto;
    max-width: 474px;
    padding: 0 10px;
}

.comment-reply-title,
.comments-title {
    font: 900 16px/1.5 Lato, sans-serif;
    margin: 0;
    text-transform: uppercase;
    color: #de2b2b;
}

.comment-list {
    list-style: none;
    margin: 0 0 48px 0;
}

.comment-author {
    font-size: 14px;
    line-height: 1.7142857142;
}

.comment-list .reply,
.comment-metadata {
    font-size: 12px;
    line-height: 2;
    text-transform: uppercase;
}

.comment-list .reply {
    margin-top: 24px;
}

.comment-author .fn {
    font-weight: 900;
}

.comment-author a {
    color: #2b2b2b;
}

.comment-list .trackback a,
.comment-list .pingback a,
.comment-metadata a {
    color: #767676;
}

.comment-author a:hover,
.comment-list .pingback a:hover,
.comment-list .trackback a:hover,
.comment-metadata a:hover {
    color: #eee;
}

.comment-list article,
.comment-list .pingback,
.comment-list .trackback {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 24px;
    padding-top: 24px;
}

.comment-list>li:first-child>article,
.comment-list>.pingback:first-child,
.comment-list>.trackback:first-child {
    border-top: 0;
}

.comment-author {
    position: relative;
}

.comment-author .avatar {
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 18px;
    padding: 2px;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
}

.bypostauthor>article .fn:before {
    content: "\f408";
    margin: 0 2px 0 -2px;
    position: relative;
    top: -1px;
}

.says {
    display: none;
}

.comment-author,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply,
.comment-metadata {
    padding-left: 30px;
    color: #3BCDED;
}

.comment-edit-link {
    margin-left: 10px;
}

.comment-edit-link:before {
    content: "\f411";
}

.comment-reply-link:before,
.comment-reply-login:before {
    content: "\f412";
    margin-right: 2px;
}

.comment-content {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}

.comment-content ul,
.comment-content ol {
    margin: 0 0 24px 22px;
}

.comment-content li>ul,
.comment-content li>ol {
    margin-bottom: 0;
}

.comment-content>:last-child {
    margin-bottom: 0;
}

.comment-list .children {
    list-style: none;
    margin-left: 15px;
}

.comment-respond {
    margin-bottom: 24px;
    padding: 0;
}

.comment .comment-respond {
    margin-top: 24px;
}

.comment-respond h3 {
    margin-top: 0;
    margin-bottom: 24px;
    color: #de2b2b;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as,
.no-comments,
.form-allowed-tags,
.form-allowed-tags code {
    color: #767676;
}

.comment-notes,
.comment-awaiting-moderation,
.logged-in-as {
    font-size: 14px;
    line-height: 1.7142857142;
}

.no-comments {
    font-size: 16px;
    font-weight: 900;
    line-height: 1.5;
    margin-top: 24px;
    text-transform: uppercase;
}

.comment-form label {
    display: block;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
    width: 100%;
}

.form-allowed-tags,
.form-allowed-tags code {
    font-size: 12px;
    line-height: 1.5;
}

.required {
    color: #c0392b;
}

.comment-reply-title small a {
    color: #2b2b2b;
    float: right;
    height: 24px;
    overflow: hidden;
    width: 24px;
}

.comment-reply-title small a:hover {
    color: #63aab1;
}

.comment-reply-title small a:before {
    content: "\f405";
    font-size: 32px;
}

.comment-navigation {
    font-size: 12px;
    line-height: 2;
    margin-bottom: 48px;
    text-transform: uppercase;
}

.comment-navigation .nav-next,
.comment-navigation .nav-previous {
    display: inline-block;
}

.comment-navigation .nav-previous a {
    margin-right: 10px;
}

#comment-nav-above {
    margin-top: 36px;
    margin-bottom: 0;
}

/**
* 7.0 Sidebars
* -----------------------------------------------------------------------------
*/
/* Secondary */
#secondary {
    background-color: transparent;
    border-top: 1px solid #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    clear: both;
    color: rgba(255, 255, 255, 0.7);
    margin-top: -1px;
    padding: 0 10px;
    position: relative;
    z-index: 2;
}

.site-description {
    display: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
}

/* Primary Sidebar */
.primary-sidebar {
    padding-top: 48px;
}

.secondary-navigation+.primary-sidebar {
    padding-top: 0;
}

/* Content Sidebar */
.content-sidebar {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #767676;
    /*padding: 48px 10px 0;*/
    padding: 1%;
}

/**
* 7.1 Widgets
* -----------------------------------------------------------------------------
*/
/* Primary Sidebar, Footer Sidebar */
.widget {
    font-size: 14px;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.2857142857;
    /*margin-bottom: 48px;*/
    width: 100%;
    word-wrap: break-word;
    margin-bottom: 5%;
    color: #6F849B;
}

.widget a {
    color: #555;
}

.widget a:hover {
    color: #89C9FA;
}

.widget h1,
.widget h2,
.widget h3,
.widget h4,
.widget h5,
.widget h6 {
    margin: 24px 0 12px;
}

.widget h1 {
    font-size: 22px;
    line-height: 1.0909090909;
}

.widget h2 {
    font-size: 20px;
    line-height: 1.2;
}

.widget h3 {
    font-size: 18px;
    line-height: 1.3333333333;
}

.widget h4 {
    font-size: 16px;
    line-height: 1.5;
}

.widget h5 {
    font-size: 14px;
    line-height: 1.7142857142;
}

.widget h6 {
    font-size: 12px;
    line-height: 2;
}

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.7);
}

.widget mark,
.widget ins {
    color: #000;
}

.widget pre,
.widget fieldset {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget code,
.widget kbd,
.widget tt,
.widget var,
.widget samp,
.widget pre {
    font-size: 12px;
    line-height: 1.5;
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

.widget blockquote cite {
    color: #fff;
    font-size: 14px;
    line-height: 1.2857142857;
}

.widget dl,
.widget dd {
    margin-bottom: 18px;
}

.widget ul,
.widget ol {
    list-style: none;
    margin: 0;
    background: whitesmoke;
}

.widget li>ol,
.widget li>ul {
    margin-left: 10px;
}

.widget table,
.widget th,
.widget td {
    border-color: rgba(255, 255, 255, 0.2);
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.2);
}

.widget p {
    margin-bottom: 18px;
}

.widget input,
.widget textarea {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 1px 2px 2px 4px;
}

.widget input:focus,
.widget textarea:focus {
    border-color: rgba(255, 255, 255, 0.3);
}

.widget button,
.widget .button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
    background-color: #24890d;
    border: 0;
    font-size: 12px;
    padding: 5px 15px 4px;
}

.widget input[type="button"]:hover,
.widget input[type="button"]:focus,
.widget input[type="reset"]:hover,
.widget input[type="reset"]:focus,
.widget input[type="submit"]:hover,
.widget input[type="submit"]:focus {
    background-color: #63aab1;
}

.widget input[type="button"]:active,
.widget input[type="reset"]:active,
.widget input[type="submit"]:active {
    background-color: #55d737;
}

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

.widget .widget-title {
    padding: 1%;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7142857142;
    margin: 0 0 24px 0;
    text-transform: uppercase;
}

.widget-title,
.widget-title a {
    color: #fff;
}

.widget-title a:hover {
    color: #63aab1;
}

/* Calendar Widget*/
.widget_calendar table {
    line-height: 2;
    margin: 0;
}

.widget_calendar caption {
    color: #fff;
    font-weight: 700;
    line-height: 1.7142857142;
    margin-bottom: 18px;
    text-align: left;
    text-transform: uppercase;
}

.widget_calendar thead th {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget_calendar tbody td,
.widget_calendar thead th {
    text-align: center;
}

.widget_calendar tbody a {
    background-color: #24890d;
    color: #fff;
    display: block;
}

.widget_calendar tbody a:hover {
    background-color: #63aab1;
}

.widget_calendar tbody a:hover {
    color: #fff;
}

.widget_calendar #prev {
    padding-left: 5px;
}

.widget_calendar #next {
    padding-right: 5px;
    text-align: right;
}

/* Ephemera Widget*/
.widget_twentyfourteen_ephemera>ol>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 18px;
    padding: 0;
}

.widget_twentyfourteen_ephemera .hentry {
    margin: 0;
    max-width: 100%;
}

.widget_twentyfourteen_ephemera .entry-title,
.widget_twentyfourteen_ephemera .entry-meta,
.widget_twentyfourteen_ephemera .wp-caption-text,
.widget_twentyfourteen_ephemera .post-format-archive-link,
.widget_twentyfourteen_ephemera .entry-content table {
    font-size: 12px;
    line-height: 1.5;
}

.widget_twentyfourteen_ephemera .entry-title {
    display: inline;
    font-weight: 400;
}

.widget_twentyfourteen_ephemera .entry-meta {
    margin-bottom: 18px;
}

.widget_twentyfourteen_ephemera .entry-meta a {
    color: rgba(255, 255, 255, 0.7);
}

.widget_twentyfourteen_ephemera .entry-meta a:hover {
    color: #63aab1;
}

.widget_twentyfourteen_ephemera .entry-content ul,
.widget_twentyfourteen_ephemera .entry-content ol {
    margin: 0 0 18px 20px;
}

.widget_twentyfourteen_ephemera .entry-content ul {
    list-style: disc;
}

.widget_twentyfourteen_ephemera .entry-content ol {
    list-style: decimal;
}

.widget_twentyfourteen_ephemera .entry-content li>ul,
.widget_twentyfourteen_ephemera .entry-content li>ol {
    margin: 0 0 0 20px;
}

.widget_twentyfourteen_ephemera .entry-content th,
.widget_twentyfourteen_ephemera .entry-content td {
    padding: 6px;
}

.widget_twentyfourteen_ephemera .post-format-archive-link {
    font-weight: 700;
    text-transform: uppercase;
}

/* List Style Widgets*/
.widget_archive li,
.widget_categories li,
.widget_links li,
.widget_meta li,
.widget_nav_menu li,
.widget_pages li,
.widget_recent_comments li,
.widget_recent_entries li {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 8px 0 9px;
    background: white;
}

.widget_archive li:first-child,
.widget_categories li:first-child,
.widget_links li:first-child,
.widget_meta li:first-child,
.widget_nav_menu li:first-child,
.widget_pages li:first-child,
.widget_recent_comments li:first-child,
.widget_recent_entries li:first-child {
    border-top: 0;
}

.widget_categories li ul,
.widget_nav_menu li ul,
.widget_pages li ul {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 9px;
}

.widget_categories li li:last-child,
.widget_nav_menu li li:last-child,
.widget_pages li li:last-child {
    padding-bottom: 0;
}

/* Recent Posts Widget */
.widget_recent_entries .post-date {
    display: block;
}

/* RSS Widget */
.rsswidget img {
    margin-top: -4px;
}

.rssSummary {
    margin: 9px 0;
}

.rss-date {
    display: block;
}

.widget_rss li {
    margin-bottom: 18px;
}

.widget_rss li:last-child {
    margin-bottom: 0;
}

/* Text Widget */
.widget_text>div>:last-child {
    margin-bottom: 0;
}

/**
* 7.2 Content Sidebar Widgets
* -----------------------------------------------------------------------------
*/
.content-sidebar .widget a {
    /*color: #24890d;*/
}

.content-sidebar .widget a:hover {
    color: #63aab1;
}

.content-sidebar .widget pre {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget mark,
.content-sidebar .widget ins {
    color: #2b2b2b;
}

.content-sidebar .widget abbr[title] {
    border-color: #2b2b2b;
}

.content-sidebar .widget fieldset {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget blockquote {
    color: #767676;
}

.content-sidebar .widget blockquote cite {
    color: #2b2b2b;
}

.content-sidebar .widget li>ol,
.content-sidebar .widget li>ul {
    margin-left: 18px;
}

.content-sidebar .widget table,
.content-sidebar .widget th,
.content-sidebar .widget td {
    border-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget del {
    color: #767676;
}

.content-sidebar .widget hr {
    background-color: rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget input,
.content-sidebar .widget textarea {
    background-color: #fff;
    border-color: rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
}

.content-sidebar .widget input:focus,
.content-sidebar .widget textarea:focus {
    border-color: rgba(0, 0, 0, 0.3);
}

.content-sidebar .widget input[type="button"],
.content-sidebar .widget input[type="reset"],
.content-sidebar .widget input[type="submit"] {
    background-color: #24890d;
    border: 0;
    color: #fff;
}

.content-sidebar .widget input[type="button"]:hover,
.content-sidebar .widget input[type="button"]:focus,
.content-sidebar .widget input[type="reset"]:hover,
.content-sidebar .widget input[type="reset"]:focus,
.content-sidebar .widget input[type="submit"]:hover,
.content-sidebar .widget input[type="submit"]:focus {
    background-color: #63aab1;
}

.content-sidebar .widget input[type="button"]:active,
.content-sidebar .widget input[type="reset"]:active,
.content-sidebar .widget input[type="submit"]:active {
    background-color: #55d737;
}

.content-sidebar .widget .wp-caption {
    color: #767676;
}

.content-sidebar .widget .widget-title {
    /*border-top: 5px solid #000;
					color: #2b2b2b;*/
    text-align: left;
    font-size: 14px;
    font-weight: 900;
    margin: 0 0 1px;
    padding: 2%;
    text-transform: uppercase;
}

.content-sidebar .widget .widget-title a {
    color: #2b2b2b;
}

.content-sidebar .widget .widget-title a:hover {
    color: #63aab1;
}

/* List Style Widgets*/
.content-sidebar .widget_archive li,
.content-sidebar .widget_categories li,
.content-sidebar .widget_links li,
.content-sidebar .widget_meta li,
.content-sidebar .widget_nav_menu li,
.content-sidebar .widget_pages li,
.content-sidebar .widget_recent_comments li,
.content-sidebar .widget_recent_entries li,
.content-sidebar .widget_categories li ul,
.content-sidebar .widget_nav_menu li ul,
.content-sidebar .widget_pages li ul {
    border-color: rgba(0, 0, 0, 0.1);
}

/* Calendar Widget */
.content-sidebar .widget_calendar caption {
    color: #2b2b2b;
    font-weight: 900;
}

.content-sidebar .widget_calendar thead th {
    background-color: rgba(0, 0, 0, 0.02);
}

.content-sidebar .widget_calendar tbody a,
.content-sidebar .widget_calendar tbody a:hover {
    color: #fff;
}

/* Ephemera widget*/
.content-sidebar .widget_twentyfourteen_ephemera .widget-title {
    line-height: 1.2857142857;
    padding-top: 1px;
}

.content-sidebar .widget_twentyfourteen_ephemera .widget-title:before {
    background-color: #000;
    color: #fff;
    margin: -1px 9px 0 0;
    padding: 6px 0 9px;
    text-align: center;
    vertical-align: middle;
    width: 36px;
}

.content-sidebar .widget_twentyfourteen_ephemera .video.widget-title:before {
    content: "\f104";
}

.content-sidebar .widget_twentyfourteen_ephemera .audio.widget-title:before {
    content: "\f109";
}

.content-sidebar .widget_twentyfourteen_ephemera .image.widget-title:before {
    content: "\f473";
}

.content-sidebar .widget_twentyfourteen_ephemera .gallery.widget-title:before {
    content: "\f103";
}

.content-sidebar .widget_twentyfourteen_ephemera .aside.widget-title:before {
    content: "\f101";
}

.content-sidebar .widget_twentyfourteen_ephemera .quote.widget-title:before {
    content: "\f106";
}

.content-sidebar .widget_twentyfourteen_ephemera .link.widget-title:before {
    content: "\f107";
}

.content-sidebar .widget_twentyfourteen_ephemera>ol>li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta {
    color: #ccc;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a {
    color: #767676;
}

.content-sidebar .widget_twentyfourteen_ephemera .entry-meta a:hover {
    color: #63aab1;
}

.content-sidebar.widget_twentyfourteen_ephemera blockquote cite {
    font-size: 13px;
    line-height: 1.3846153846;
}

.content-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link {
    font-weight: 900;
}

/**
* 8.0 Footer
* -----------------------------------------------------------------------------
*/
#supplementary {
    padding: 0 10px;
}

.site-footer,
.site-info,
.site-info a {
    color: rgba(255, 255, 255, 0.7);
}

.site-footer {
    font-size: 12px;
    position: relative;
    z-index: 3;
    background: #333;
    text-align: center;
}

.footer-sidebar {
    padding-top: 48px;
}

.site-info {
    padding: 15px 10px;
}

#supplementary+.site-info {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.site-info a:hover {
    color: #63aab1;
}

/**
* 9.0 Featured Content
* -----------------------------------------------------------------------------
*/
.featured-content {
    background: #000 url(images/pattern-dark.svg) repeat fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.featured-content-inner {
    overflow: hidden;
}

.featured-content .hentry {
    color: #fff;
    margin: 0;
    max-width: 100%;
    width: 100%;
}

.featured-content .post-thumbnail,
.featured-content .post-thumbnail:hover {
    background: transparent;
}

.featured-content .post-thumbnail {
    display: block;
    position: relative;
    padding-top: 55.357142857%;
    overflow: hidden;
}

.featured-content .post-thumbnail img {
    left: 0;
    position: absolute;
    top: 0;
}

.featured-content .entry-header {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 96px;
    overflow: hidden;
    padding: 24px 10px;
}

.featured-content a {
    color: #fff;
}

.featured-content a:hover {
    color: #63aab1;
}

.featured-content .entry-meta {
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.0909090909;
    margin-bottom: 12px;
}

.featured-content .cat-links {
    font-weight: 700;
}

.featured-content .entry-title {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3333333333;
    margin: 0;
    text-transform: uppercase;
}

/* Slider */
.slider .featured-content .hentry {
    -webkit-backface-visibility: hidden;
    display: none;
    position: relative;
}

.slider .featured-content .post-thumbnail {
    padding-top: 55.49132947%;
}

.slider-control-paging {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    list-style: none;
    margin: -24px 0 0 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.slider-control-paging li {
    float: left;
    margin: 2px 4px 2px 0;
}

.slider-control-paging li:last-child {
    margin-right: 0;
}

.slider-control-paging a {
    cursor: pointer;
    display: block;
    height: 44px;
    position: relative;
    text-indent: -999em;
    width: 44px;
}

.slider-control-paging a:before {
    background-color: #4d4d4d;
    content: "";
    height: 12px;
    left: 10px;
    position: absolute;
    top: 16px;
    width: 12px;
}

.slider-control-paging a:hover:before {
    background-color: #63aab1;
}

.slider-control-paging .slider-active:before,
.slider-control-paging .slider-active:hover:before {
    background-color: #24890d;
}

.slider-direction-nav {
    clear: both;
    list-style: none;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 3;
}

.slider-direction-nav li {
    border-color: #fff;
    border-style: solid;
    border-width: 2px 1px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
}

.slider-direction-nav li:last-child {
    border-width: 2px 0 0 1px;
}

.slider-direction-nav a {
    background-color: #000;
    display: block;
    font-size: 0;
    height: 46px;
}

.slider-direction-nav a:hover {
    background-color: #24890d;
}

.slider-direction-nav a:before {
    color: #fff;
    content: "\f430";
    font-size: 32px;
    line-height: 46px;
}

.slider-direction-nav .slider-next:before {
    content: "\f429";
}

.slider-direction-nav .slider-disabled {
    display: none;
}

/**
* 10.0 Multisite
* -----------------------------------------------------------------------------
*/
.site-main .widecolumn {
    padding-top: 72px;
    width: auto;
}

.site-main .mu_register,
.widecolumn>h2,
.widecolumn>form {
    margin: 0 auto 48px;
    max-width: 474px;
    padding: 0 30px;
}

.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
    font-size: inherit;
    width: 90%;
}

.site-main .mu_register input[type="submit"],
.widecolumn #submit {
    font-size: inherit;
    width: auto;
}

.ziton {
    width: 57%;
    position: fixed;
    height: auto;
    left: 286px;
    top: 0;
    /*  left:-25px;
					top:-25px;*/
    /* transition-delay:3s; */
    z-index: 9999;
    box-shadow: 0px 8px 15px #555;
    border: none;
    -webkit-transition-delay: 5s;
    transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    -webkit-transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    -o-transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    -moz-transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    /*margin: auto 0px;*/
}

#image_zoom {
    display: none;
    width: 60%;
    top: 0;
    left: 280px;
    height: auto;
    z-index: 9999;
    box-shadow: 0px 8px 15px #555;
    border: none;
    position: fixed;
    transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    -webkit-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -moz-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
}

.zit2 {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    /* Apply a CSS3 Transition to width, height, top and left properties */
    transition: width 5s ease, height 5s ease, left 5s ease, top 5s ease;
    -webkit-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -o-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    -moz-transition: width 0.3s ease, height 0.3s ease, left 0.3s ease, top 0.3s ease;
    float: left;
}

#estat_cel_info {
    height: 25px;
}

.zit2on {
    display: none;
    width: 60%;
    position: fixed;
    height: auto;
    left: 274px;
    top: 0px;
    z-index: 9999;
    box-shadow: 0px 8px 15px #555;
    border: none;
}

.ZoomIt2 {
    width: 50%;
    float: left;
}

.ZoomIt2 ul {
    clear: both;
}

.ZoomIt2 li {
    width: auto;
    height: auto;
    margin: 4px;
    float: left;
    overflow: visible;
    display: block;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}

.ZoomIt ul {
    clear: both;
}

.ZoomIt li {
    width: auto;
    height: auto;
    margin: 4px;
    float: left;
    overflow: visible;
    display: block;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}

#info_satelite {
    color: #65acb3;
    float: left;
    width: 100%;
    font-weight: bold;
    margin-bottom: 1%;
    border-bottom: 1px dotted #DDD;
    font-size: 17px;
    text-transform: uppercase;
}

#info_imagen {
    float: left;
    width: 100%;
    color: #555;
    font-size: 13px;
}

#contenedor_sat {
    float: left;
    width: 27%;
    position: relative;
    margin-bottom: 5%;
    background: white;
    box-shadow: 0px 8px 15px #DDD;
    margin: 1%;
    padding: 2%;
    min-height: 300px;
}

#sel_pob {
    font-size: 18px;
    text-align: right;
    width: 46%;
    line-height: 2;
    font-weight: 700;
    color: #00004E;
    margin-top: 18px;
}

#contenedor {
    background: black;
    padding: 1%;
    width: 300px;
}

.info {
    float: left;
    width: 27%;
    margin: 1% 2%;
    padding: 1%;
    /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);*/
}

.info_butt {
    float: left;
    width: 27%;
    margin: 1% 2%;
    padding: 1%;
    /*box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3), 0px 0px 1px rgba(0, 0, 0, 0.1) inset;*/
    /*box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);*/
}

#select_poblacion {
    float: left;
    width: 100%;
}

.mapatemperaturas {
    position: relative;
    text-align: center;
}

.mapatemperaturas img {
    width: auto;
    max-width: 100%;
}

ul.provincias li {
    position: absolute;
    width: 50%;
}

ul.provincias li {
    list-style: none;
}

ul.provincias li {
    display: none;
}

.mapatemperaturas:hover ul.provincias li {
    display: block;
}

ul.provincias li p {
    position: absolute;
    top: 100%;
    background: #FFF;
    opacity: 0.75;
    margin: 10px 0 0 0;
    padding: 0.3em;
}

ul.provincias li p {
    display: none;
}

ul.provincias li:hover p {
    display: block;
}

ul.provincias li div {
    display: none;
}

ul.provincias li:hover div {
    display: block;
}

ul.provincias li#provincia1 {
    width: 100%;
    height: 293px;
    top: 293px;
    left: 228px;
}

ul.provincias li#provincia2 {
    width: 100%;
    height: 200px;
    top: 210px;
    left: 110px;
}

ul.provincias li#provincia3 {
    width: 60px;
    height: 60px;
    top: 200px;
    left: 150px;
}

ul.notas li {
    background: url("esta_imagen_no_existe");
}

.temp_tit {
    float: left;
    width: 100%;
    color: #9CC801;
    border-bottom: 2px solid;
    text-align: center;
}

#part {
    color: #555;
    font-size: 12px;
    text-align: center;
    border-bottom: 1px dotted #9CC801;
    font-weight: 700;
}

#temp_part {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    color: #BBB;
    font-size: 10px;
    height: 100px;
}

#temp_part_excerpt {
    position: relative;
    float: left;
    width: 33%;
    text-align: center;
    color: #BBB;
    font-size: 10px;
    height: 130px;
}

.temp_part_prox {
    position: relative;
    float: left;
    width: 32%;
    text-align: center;
    color: #555;
    font-size: 10px;
    background: white;
    margin-left: 1%;
    padding-bottom: 3%;
    margin-top: 2%;
}

#center_temp {
    background: whitesmoke;
    border: none;
    padding-bottom: 4%;
}

#info_modelo {
    width: 93%;
    float: left;
    background: white;
    box-shadow: 0px 8px 15px #555;
    margin: 1%;
    padding: 2%;
    padding-top: 1%;
    min-height: 250px;
}

#twitter-widget-0 {
    border: 3px solid #89C9FA;
}

#map_img {
    width: 96%;
    float: left;
    padding: 2%;
}

#map_img img {
    width: 100%;
}

#enlaces {
    width: 93%;
    float: left;
    padding: 12%;
    margin-left: -10%;
    padding-top: 0px;
    margin-top: -10px;
}

#enlaces div:last-child {
    border-bottom: none;
}

#enlace {
    width: 100%;
    float: left;
    font-size: 13px;
    font-weight: 500;
    background: white;
    padding-bottom: 5%;
    padding-top: 5%;
    border-bottom: 1px dotted #CCC;
}

form {
    float: left;
    color: grey;
    width: 100%;
    text-align: right;
}

.info_two_days {
    float: left;
    width: 99.5%;
    border: 1px solid #DDD;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}

.info_two_days img {
    width: 100%;
}

#localidadn {
    width: 96.5%;
    padding: 1%;
    text-align: center;
    float: left;
    font-size: 20px;
    font-weight: 600;
    border-bottom: 2px solid;
    color: #9cc801;
    margin: 0px 0px 10px 1%;
    padding-top: 0;
    padding-bottom: 0px;
}

#tancar {
    width: 99.5%;
    float: left;
    text-align: right;
    font-size: 14px;
    font-weight: 700;
}

#tancar a:hover {
    color: #ccc;
}

#tancar a {
    color: #D33;
}

#dia_prox {
    float: left;
    width: 100%;
}

#dia_sing {
    float: left;
    width: 33%;
    text-align: center;
    font-size: 11px;
}

.widget-title {
    background: #89C9FA;
}

#titulo_facebook h1 {
    background: #d33;
    color: white;
    float: left;
    width: 96%;
    border: none;
    margin-bottom: 3%;
}

#fotografias {
    float: left;
    width: 98%;
    margin: 0% 1% 2%;
}

#titulof {
    width: 97.5%;
    background: white;
    color: #9CC801;
    padding: 1%;
    font-size: 26px;
    margin: 2% 0% 1% 0%;
    text-align: center;
    border-bottom: 1px solid;
    font-weight: 800;
}

#modelon {
    width: 95%;
    float: left;
    background: #66aeb4;
    color: white;
    font-size: 16px;
    margin-top: 4%;
    border: 4px solid #66aeb4;
    font-weight: 700;
}

#satinfo {
    width: 100%;
    float: left;
    color: #555;
    font-weight: 700;
}

#radar_esp {
    float: left;
    width: 90%;
    text-align: center;
    margin-left: 5%;
}

#radar_esp img {
    float: left;
    width: 100%;
}

#radar {
    float: left;
    width: 48%;
    margin: 1%;
}

#radar img {
    width: 100%;
    float: left;
}

#radares {
    width: 99%;
    float: left;
    margin: 1%;
    margin-top: 4%;
}

#radart {
    float: left;
    width: 98.3%;
    padding: 0.89%;
    color: #9cc801;
    border-bottom: 2px solid;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 1.5%;
    text-align: left;
}

#title_home {
    width: 96%;
    float: left;
    font-size: 15px;
    font-weight: 100;
    padding: 2%;
    border-bottom: 2px solid #89C9FA;
    margin-bottom: 3%;
    color: #6c6262;
}

#foo {
    display: none;
}

#show_localidad_vlc {
    float: left;
    display: none;
}

#show_localidad_alc {
    float: left;
    display: none;
}

#show_localidad_cst {
    float: left;
    display: none;
}

#mes {
    margin-top: 5%;
    width: 100%;
    float: left;
}

#mes a {
    float: right;
    font-style: italic;
    font-size: 13px;
    color: #3BCDED;
}

#title_home_bis {
    width: 98.5%;
    text-align: center;
    float: left;
    font-size: 11px;
    font-weight: 700;
    padding: 1%;
    color: #555;
}

#temp_max_butt {
    color: #d33;
    width: 25%;
    float: left;
    font-weight: 800;
    font-size: 13px;
    margin-top: 1.5%;
}

#temp_max_prox {
    color: #d33;
    width: 50%;
    float: left;
    font-weight: 800;
    font-size: 10px;
    margin-top: 1.5%;
    margin-bottom: 5%;
}

#estat_cel {
    float: left;
    height: 25px;
    text-align: center;
    width: 100%;
}

#temp_min_butt {
    color: #00004e;
    width: 25%;
    font-size: 13px;
    font-weight: 800;
    float: left;
    margin-top: 1.5%;
}

#temp_min_prox {
    color: #00004e;
    width: 50%;
    font-size: 10px;
    font-weight: 800;
    float: left;
    margin-top: 1.5%;
    margin-bottom: 5%;
}

#dia {
    float: left;
    width: auto;
    margin-right: 5%;
    font-size: 17px;
}

#dia_excerpt {
    float: left;
    width: auto;
    margin-right: 5%;
    font-size: 14px;
}

#localidad_butt {
    float: left;
    width: auto;
    margin-right: 5%;
    font-size: 17px;
}

#dia_proxims {
    float: left;
    width: 100%;
    text-align: center;
    border-bottom: 1px dotted #ddd;
}

#franja {
    color: #555;
    font-weight: 700;
    font-size: 14px;
    border-bottom: 1px dotted #DDD;
    text-align: center;
}

#facebookstream {
    background: white;
    margin-bottom: 5%;
}

#sub_modelo {
    float: left;
    width: 100%;
    text-shadow: none;
    color: grey;
}

#proximos_dias {
    float: left;
    background: whitesmoke;
    border: 1px solid #DDD;
    margin-top: 2%;
}

#jheader {
    float: left;
    width: 99.5%;
    margin-bottom: 6%;
    padding: 0.2%;
    /*background: whitesmoke;*/
}

#jheader img {
    width: 65%;
    float: left;
}

#name {
    float: right;
    width: 30%;
    font-size: 15px;
    color: #1088a2;
    font-weight: 800;
    margin-top: 82%;
}

#socialnet {
    float: right;
}

#tabla_enlaces {
    width: 41%;
    float: left;
    padding: 2%;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.07);
    margin: 2%;
    border: 1px solid #eee;
}

#tabla_enlaces a {
    width: 100%;
    float: left;
    text-align: left;
    font-size: 22px;
}

#img_post {
    float: none;
    width: 100%;
    position: relative;
    z-index: 4;
}

#dia_main {
    width: 50%;
    float: left;
    /*	color: #d0ec0b;*/
    color: #ccc;
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 1%;
    /*box-shadow: 0px 4px 15px #eee;*/
}

#photo_mail {
    font-size: 18px;
    color: #555;
    font-weight: 700;
    text-align: center;
}

#fecha_m {
    font-size: 22px;
    font-weight: 400;
    color: #333;
    padding: 10px;
}

#dia_cal {
    font-size: 22px;
    width: 100%;
    color: #B2C338;
    float: left;
    font-family: arial;
    /*border-bottom: 1px dotted #eee;*/
}

.slideout-menu {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #00B0F6;
    z-index: 100;
    overflow: scroll;
}

.slideout-menu h3 {
    position: relative;
    padding: 12px 10px;
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
}

#scrollinglist {
    position: relative;
}

#scrollinglist li {
    overflow: auto;
}

.slideout-menu .slideout-menu-toggle {
    position: absolute;
    top: 12px;
    right: 10px;
    display: inline-block;
    padding: 6px 9px 5px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    line-height: 1;
    background: #222;
    color: #999;
    text-decoration: none;
    vertical-align: top;
}

.slideout-menu .slideout-menu-toggle:hover {
    color: #fff;
}

.slideout-menu ul {
    list-style: none;
    font-weight: 300;
    border-top: 1px solid #151515;
    border-bottom: 1px solid #454545;
}

.slideout-menu ul li {
    border-top: 1px solid #454545;
    border-bottom: 1px solid #151515;
    font-weight: 700;
}

.slideout-menu ul li a {
    position: relative;
    display: block;
    padding: 10px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    background: #00B0F6;
}

.slideout-menu ul li a:hover {
    background: #000;
    color: #fff;
}

.slideout-menu ul li a i {
    position: absolute;
    top: 15px;
    right: 10px;
    opacity: .5;
}

#menu_device {
    width: 100%;
    float: left;
    background: #00B0F6;
}

#footer_fix {
    position: fixed;
    display: none;
    width: 100%;
    bottom: 0;
    background: rgba(50, 129, 234, 0.84);
    height: 45px;
    bottom: 0;
    z-index: 9999999999999;
}

#footer_grid_4 {
    position: relative;
    height: 50px;
    float: left;
    width: 19%;
    margin-top: 1%;
    text-align: center;
    margin-bottom: 2%;
}

.seccion_portada {
    width: 62%;
    float: right;
}

#previsiones_portada {
    width: 64%;
    padding: 1%;
    border: 1px solid #ddd;
    background: white;
}

.seccion_portada_left {
    width: 30%;
    float: left;
}

.bloque {
    width: 98%;
    padding: 1%;
    float: left;
}

#previsions_block {
    background: white;
}

#comunitat_block {
    background: #C7CFE6;
}

#blog_block {
    background: #ccc;
}

#oratge_block {
    background: #84A6C6;
}

#camp_block {
    background: #CFCAD6;
}

.inside_section {
    width: 48%;
}

#left_section {
    float: left;
}

#right_section {
    float: right;
}

#menu_left {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#menu_left img {
    float: left;
    width: 100%;
}

.betsec {
    width: 100%;
    float: right;
    text-align: left;
    padding-top: 10px;
}

.betsec a {
    width: auto;
    color: #555;
    float: right;
    margin-left: 2%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 15px;
    margin-right: 20px;
}

.menu_oratge {
    width: 100%;
    float: left;
    text-align: center;
    padding-top: 10px;
    display: none;
}

.menu_oratgenet {
    width: 98%;
    padding: 1%;
    float: left;
    text-align: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: rgba(32, 31, 31, 0.45) none repeat scroll 0% 0%;
}

#oratge_black {
    background: rgba(0, 0, 0, 0.41);
}

#oratge_white {
    background: rgba(255, 255, 255, 0.78);
}

.fixed_top {
    position: fixed;
    bottom: 0;
    z-index: 55555555555555;
    background: rgb(145, 169, 239);
    border-top: 1px solid white;
}

.fix {
    height: 90px;
}

.menu_oratge a {
    width: auto;
    color: white;
    margin-left: 2%;
    margin-bottom: 0;
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
}

#previsiones_portada {
    width: 100%;
    padding-top: 0;
}

#ref_menu {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    color: #00B0F6;
    font-family: arial;
    font-size: 18px;
    font-weight: 200;
}

.columna_previsions {
    height: 95px;
    width: 33%;
    border-right: 1px solid #D9D9D9;
    color: #555;
    float: left;
    text-align: center;
}

.fila_previsions {
    width: 100%;
    float: left;
    border-bottom: none;
    float: left;
    background: white;
}

.hora_columna {
    float: left;
    width: 100%;
    font-size: 13px;
    margin-top: 30px;
    color: #555;
    text-align: center;
}

.cel_columna {
    font-size: 12px;
    color: #555;
    width: 50%;
    float: left;
    text-align: center;
    font-weight: 600;
    line-height: 1.2;
}

.columna_previsions img {
    width: 50px;
}

.franja_horaria {
    width: 100%;
    color: #5EA3AA;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff !important;
    margin: 0;
    text-align: center;
    font-weight: 500;
    padding-top: 5px;
}

#proxims_columna {
    width: 20%;
    float: left;
}

.contenedor_principal {
    width: 100%;
    float: left;
}

.titulo_seccion_portada {
    color: #00B0F6;
    font-size: 70px;
    font-family: arial;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    text-align: center;
}

.cover_date {
    width: 100%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}

.enlaces_institutos {
    width: 100%;
    float: left;
    color: #00B0F6;
    font-size: 20pt;
    font-weight: 700;
}

#tabla_et {
    width: 19%;
    height: 75px;
    border: 1px solid #F8F8E6;
    border-bottom: 2px solid rgba(162, 159, 159, 0.21);
}

#tabla_et img {
    width: 70px;
    float: right;
}

.tabla_previsiones_display {
    display: block;
}

.show_tabla {
    display: none;
}

/**
* 11.0 Media Queries
* -----------------------------------------------------------------------------
*/
/* Does the same thing as <meta name="viewport" content="width=device-width">,
* but in the future W3C standard way. -ms- prefix is required for IE10+ to
* render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
* the meta tag. See http://core.trac.wordpress.org/ticket/25888.
*/
@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@media screen and (max-width:400px) {
    .show_tabla {
        display: block;
    }

    #tabla_et {
        height: 120px;
    }

    .tabla_previsiones_display {
        display: none;
    }

    .cover_date {
        text-align: left;
    }

    .titulo_seccion_portada {
        font-size: 30px;
        text-align: left;
    }

    .contenedor_principal {
        margin-top: 60px;
    }

    #previsiones_portada {
        border: none;
    }

    .inside_section {
        width: 100%;
    }

    #menu_left img {
        height: auto;
    }

    .seccion_portada {
        width: 100%;
    }

    .seccion_portada_left {
        width: 100%;
    }

    .info_two_days img {
        width: 100%;
    }

    #estat_cel_info {
        height: 15px;
    }

    #temp_part_excerpt {
        width: 100%;
        height: 110px;
        font-size: 11px;
    }

    #tancar {
        width: 95%;
        font-size: 18px;
    }

    #mes a {
        font-size: 15px;
    }

    #temp_min_butt {
        width: 50%;
        font-size: 10px;
    }

    .info_butt {
        margin: 1% 1%;
        width: 28%;
        border: 1px solid #DDD;
    }

    #temp_max_butt {
        width: 50%;
        font-size: 10px;
    }

    .site-header {
        background: none;
    }

    #site-header img {
        max-width: 80%;
    }

    #localidad_butt {
        font-size: 20px;
        width: 100%;
    }

    #dia_cal {
        font-size: 33px;
    }

    #dia_main {
        font-size: 15px;
    }

    #jheader {
        background: white;
    }

    .widget_archive li,
    .widget_categories li,
    .widget_links li,
    .widget_meta li,
    .widget_nav_menu li,
    .widget_pages li,
    .widget_recent_comments li,
    .widget_recent_entries li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        padding: 8px 0 9px;
        background: white;
        font-size: 20px;
        font-weight: 700;
        color: #555;
    }

    .widget .widget-title {
        padding: 2%;
    }

    .site-navigation a {
        font-size: 20px;
    }

    #enlace {
        font-size: 18px;
    }

    .header-main {
        border-bottom: 5px solid #000;
        margin-bottom: 2px;
    }

    .site-info {
        padding: 0;
    }

    #secondary {
        border-top: 0;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 10px;
    }

    form {
        margin-bottom: 5px;
    }

    .content-sidebar {
        border: 0;
    }

    .content-area {
        width: 100%;
        padding: 0;
        margin-top: 10px;
    }

    #temp_part {
        font-size: 12px;
        height: 130px;
        font-weight: 700;
    }

    .temp_tit {
        font-size: 20px;
    }

    #part {
        font-size: 15px;
    }

    .site-header {
        border-bottom: none;
    }

    form {
        border-bottom: none;
    }

    .site-content {
        margin-top: 40px;
    }

    .menu-toggle {
        left: 0px;
        width: 68px;
        height: 68px;
    }

    .header-main {
        min-height: 68px;
    }

    #site-header {
        width: 30%;
        margin-left: 70px;
        margin-top: -5px;
    }

    #proximos_dias {
        width: 94%;
    }

    #franja {
        font-size: 12px;
    }

    #dia {
        width: 100%;
    }

    #dia_proxims {
        font-size: 25px;
    }

    #dia_sing {
        font-size: 20px;
    }

    .info_two_days {
        border: none;
    }

    .info {
        width: 94%;
        border: 2px solid #ddd;
    }

    #temp_max {
        width: 30%;
        font-size: 20px;
    }

    #temp_min {
        width: 30%;
        font-size: 20px;
    }

    #temp_min_prox {
        margin-bottom: 0;
        font-size: 15px;
    }

    #temp_max_prox {
        font-size: 15px;
    }

    .temp_part_prox {
        font-size: 10px;
    }

    .site-header {
        height: auto;
        width: 150%;
    }

    #dia_cal {
        font-size: 20px;
    }

    #localidadn {
        font-size: 35px;
    }

    #dia {
        font-size: 20px;
    }

    #dia_main {
        width: 98%;
        margin: 1%;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }

    #contenedor_sat {
        width: 43%;
    }

    #titulof {
        font-size: 24px;
    }

    select {
        max-width: 30%;
        margin: 10px 10px 0px;
    }

    #sel_pob {
        font-size: 15px;
        width: 63%;
        margin-top: 8px;
        text-align: center;
        float: left;
    }

    .list-view .site-content .post-thumbnail {
        background: none;
        width: auto;
        z-index: 2;
    }

    .list-view .site-content .post-thumbnail img {
        float: left;
        margin: 0 10px 3px 0;
        width: 84px;
    }

    .list-view .site-content .entry-header {
        background-color: transparent;
        padding: 0;
    }

    .list-view .content-area {
        padding: 0 10px;
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 0;
        min-height: 60px;
        padding: 12px 0 9px;
    }

    .list-view .site-content .cat-links,
    .list-view .site-content .type-post .entry-content,
    .list-view .site-content .type-page .entry-content,
    .list-view .site-content .type-post .entry-summary,
    .list-view .site-content .type-page .entry-summary,
    .list-view .site-content footer.entry-meta {
        display: none;
    }

    .list-view .site-content .entry-title {
        clear: none;
        font-size: 15px;
        font-weight: 900;
        line-height: 1.2;
        margin-bottom: 6px;
        text-transform: none;
    }

    .list-view .site-content .format-aside .entry-title,
    .list-view .site-content .format-link .entry-title,
    .list-view .site-content .format-quote .entry-title {
        display: block;
    }

    .list-view .site-content .entry-meta {
        background-color: transparent;
        clear: none;
        margin: 0;
        text-transform: none;
    }

    .archive-header,
    .page-header {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin: 24px auto 0;
        padding-bottom: 24px;
    }

    .error404 .page-header {
        border-bottom: 0;
        margin: 0 auto 24px;
        padding: 0 10px;
    }
}

@media only screen and (min-width:320px) and (max-width:480px) and (-webkit-min-device-pixel-ratio:2) {
    #tabla_et {
        height: 130px;
    }

    .seccion_portada_left {
        display: none;
    }

    .cover_date {
        text-align: left;
    }

    .titulo_seccion_portada {
        font-size: 30px;
        text-align: left;
    }

    .contenedor_principal {
        margin-top: 60px;
    }

    #previsiones_portada {
        border: none;
    }

    .inside_section {
        width: 100%;
    }

    #menu_left img {
        height: auto;
    }

    .seccion_portada {
        width: 100%;
    }

    .seccion_portada_left {
        width: 100%;
    }

    #estat_cel_info {
        height: 15px;
    }

    #tancar {
        width: 95%;
        font-size: 20px;
    }

    #mes {
        margin-top: 4%;
    }

    #mes a {
        font-size: 30px;
    }

    .info_butt {
        padding-top: 2%;
        padding-bottom: 2%;
        border: none;
        width: 29%;
    }

    #localidad_butt {
        font-size: 22px;
    }

    #temp_min_butt {
        font-size: 14px;
        width: 50%;
        margin-top: 0;
    }

    #temp_max_butt {
        font-size: 14px;
        margin-top: 0;
        width: 50%;
    }

    .content-sidebar {
        width: 400px;
        margin-left: 10%;
        margin-right: -33%;
    }

    #sel_pob {
        margin-top: 6px;
        font-size: 22px;
        text-align: center;
    }

    .site-content {
        margin-right: -53.333333333%;
    }

    .temp_part_prox {
        font-size: 15px;
    }

    #temp_part {
        font-size: 14px;
        height: 140px;
    }

    #temp_min_prox {
        font-size: 20px;
    }

    #temp_max_prox {
        font-size: 20px;
    }

    #secondary {
        border-top: 0;
        margin-left: 10%;
        width: 400px;
    }

    #temp_part_excerpt {
        height: 130px;
    }
}

@media screen and (min-width:401px) and (max-width:672px) {
    #tabla_et {
        height: 120px;
    }

    .cover_date {
        text-align: left;
    }

    .titulo_seccion_portada {
        font-size: 30px;
        text-align: left;
    }

    .contenedor_principal {
        margin-top: 60px;
    }

    #previsiones_portada {
        border: none;
        width: 98%;
        padding: 1%;
    }

    .inside_section {
        width: 100%;
    }

    #menu_left img {
        height: auto;
    }

    .seccion_portada {
        width: 100%;
    }

    .seccion_portada_left {
        width: 100%;
    }

    .header-main {
        background: black;
    }

    #tancar {
        width: 95%;
    }

    #temp_min_butt {
        font-size: 11px;
        margin-top: 0;
    }

    #temp_max_butt {
        font-size: 11px;
        margin-top: 0;
    }

    #localidad_butt {
        font-size: 11px;
    }

    .menu-toggle {
        left: 0px;
        width: 78px;
        height: 78px;
    }

    #site-header img {
        max-width: 80%;
    }

    .info {
        width: 98%;
    }

    #dia {
        font-size: 37px;
        width: 100%;
    }

    #estat_cel_info {
        font-size: 8px;
    }

    #franja {
        font-size: 10px;
    }

    #localidadn {
        font-size: 33px;
    }

    #temp_min {
        font-size: 30px;
        width: 20%;
    }

    #dia_cal {
        font-size: 35px;
    }

    #dia_main {
        margin-left: 10px;
    }

    #dia_proxims {
        font-size: 30px;
    }

    #dia_sing {
        font-size: 20px;
    }

    .temp_part_prox {
        font-size: 15px;
    }

    #temp_min_prox {
        font-size: 20px;
    }

    #temp_max_prox {
        font-size: 20px;
    }

    #temp_tit {
        font-size: 20px;
    }

    #temp_max {
        font-size: 30px;
        width: 25%;
    }

    #part {
        font-size: 20px;
    }

    #temp_part {
        height: 270px;
        font-size: 19px;
    }

    .header-main {
        min-height: 78px;
    }

    #site-header {
        width: 40%;
        margin-left: 148px;
        margin-top: -15px;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 40px;
    }

    #proximos_dias {
        width: 95%;
    }

    .site-header {
        height: auto;
        width: 100%;
        background: none;
    }

    #site-header img {
        max-width: 200px;
        float: left;
    }

    #dia_main {
        width: 100%;
    }

    #dia_cal {
        font-size: 18px;
    }

    #site-header {
        margin-top: 0px;
    }

    .search-toggle {
        margin-top: 7px;
    }

    a.post-thumbnail:hover img {
        opacity: 0.85;
    }

    .full-size-link:before,
    .parent-post-link:before,
    .site-content span+.byline:before,
    .site-content span+.comments-link:before,
    .site-content span+.edit-link:before,
    .site-content span+.entry-date:before {
        content: "";
    }

    .attachment span.entry-date:before,
    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before,
    .site-content .byline a:before,
    .site-content .comments-link a:before,
    .site-content .entry-date a:before,
    .site-content .featured-post:before,
    .site-content .full-size-link a:before,
    .site-content .parent-post-link a:before,
    .site-content .post-format a:before {
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font: normal 16px/1 Genericons;
        text-decoration: inherit;
        vertical-align: text-bottom;
    }

    .site-content .entry-meta>span {
        margin-right: 10px;
    }

    .site-content .format-video .post-format a:before {
        content: "\f104";
    }

    .site-content .format-audio .post-format a:before {
        content: "\f109";
    }

    .site-content .format-image .post-format a:before {
        content: "\f473";
    }

    .site-content .format-quote .post-format a:before {
        content: "\f106";
        margin-right: 2px;
    }

    .site-content .format-gallery .post-format a:before {
        content: "\f103";
        margin-right: 4px;
    }

    .site-content .format-aside .post-format a:before {
        content: "\f101";
        margin-right: 2px;
    }

    .site-content .format-link .post-format a:before {
        content: "\f107";
        position: relative;
        top: 1px;
    }

    .site-content .featured-post:before {
        content: "\f308";
        margin-right: 3px;
        position: relative;
        top: 1px;
    }

    .site-content .entry-date a:before,
    .attachment .site-content span.entry-date:before {
        content: "\f303";
        margin-right: 1px;
        position: relative;
        top: 1px;
    }

    .site-content .byline a:before {
        content: "\f304";
    }

    .site-content .comments-link a:before {
        content: "\f300";
        margin-right: 2px;
    }

    .entry-content .edit-link a:before,
    .entry-meta .edit-link a:before {
        content: "\f411";
    }

    .site-content .full-size-link a:before {
        content: "\f402";
        margin-right: 1px;
    }

    .site-content .parent-post-link a:before {
        content: "\f301";
    }

    .list-view .site-content .hentry {
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 48px;
    }

    .list-view .site-content .hentry:first-of-type,
    .list-view .site-content .hentry.has-post-thumbnail {
        border-top: 0;
        padding-top: 0;
    }

    .archive-header,
    .page-header {
        margin: 0 auto 60px;
        padding: 0 10px;
    }

    .error404 .page-header {
        margin-bottom: 24px;
    }
}

@media screen and (min-width:594px) {
    #tabla_et {
        height: 130px;
    }

    .seccion_portada {
        width: 62%;
    }

    #previsiones_portada {
        width: 80%;
        margin-right: 10%;
        padding: 1%;
        border: 1px solid white;
        background: #F8F8E6;
    }

    .inside_section {
        width: 100%;
    }

    #menu_left img {
        height: auto;
    }

    .seccion_portada_left {
        display: none;
    }

    .site-content .entry-header {
        padding-right: 30px;
        padding-left: 30px;
    }

    .site-content .has-post-thumbnail .entry-header {
        margin-top: -48px;
    }
}

@media screen and (min-width:673px) {
    .seccion_portada_left {
        display: block;
        width: 30%;
        padding: 1%;
    }

    #tabla_et {
        height: 130px;
    }

    .titulo_seccion_portada {
        font-size: 30px;
        text-align: left;
    }

    .site-header {
        height: 48px;
    }

    .menu-toggle {
        left: 0;
    }

    #site-header {
        background: none;
        margin-left: 48px;
    }

    .site-header {
        background: none;
    }

    #name {
        font-size: 10px;
    }

    .search-toggle {
        margin-left: -2%;
    }

    .search-box .search-field {
        width: 50%;
    }

    .content-area {
        float: left;
        width: 100%;
    }

    .site-content {
        margin-right: 0;
    }

    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 40px;
    }

    .full-width .site-content {
        margin-right: 0;
    }

    .full-width .site-content .has-post-thumbnail .entry-header,
    .full-width.singular .site-content .hentry.has-post-thumbnail,
    .full-width.home .site-content .hentry.has-post-thumbnail {
        margin-top: -48px;
    }

    #secondary,
    #supplementary {
        width: 55%;
        border-top: none;
        margin-left: 2%;
        float: left;
        border-right: none;
    }

    .content-sidebar {
        border: 0;
        float: right;
        margin-left: -33.33333333%;
        position: relative;
        width: 38.33333333%;
        margin-right: 1%;
        /*	box-shadow: 0px 4px 15px #ccc;*/
        border-left: none;
    }

    .grid .featured-content .hentry {
        float: left;
        width: 50%;
    }

    .grid .featured-content .hentry:nth-child(2n+1) {
        clear: both;
    }

    .grid .featured-content .entry-header {
        border-color: #000;
        border-style: solid;
        border-width: 12px 10px;
        height: 96px;
        padding: 0;
    }

    .slider .featured-content .entry-title {
        font-size: 22px;
        line-height: 1.0909090909;
    }

    .slider .featured-content .entry-header {
        min-height: inherit;
        padding: 24px 30px 48px;
        position: absolute;
        left: 0;
        bottom: 0;
        width: 50%;
        z-index: 3;
    }

    .slider-control-paging {
        background: transparent;
        margin-top: -48px;
        padding-left: 20px;
        width: 50%;
    }

    .slider-direction-nav {
        clear: none;
        float: right;
        margin-top: -48px;
        width: 98px;
    }

    .slider-direction-nav li {
        border: 0;
        padding: 0 1px 0 0;
    }

    .slider-direction-nav li:last-child {
        padding: 0 0 0 1px;
    }

    .slider-direction-nav a {
        height: 48px;
    }

    .slider-direction-nav a:before {
        line-height: 48px;
    }

    .site-info {
        padding: 15px 30px;
    }
}

@media screen and (min-width:600px) {
    .slideout-menu {
        display: none;
    }

    .slideout-menu-toggle {
        display: none;
    }

    #menu_device {
        display: none;
    }

    .menu_oratge {
        display: block;
    }

    .header-main {
        background: transparent;
    }

    .site-header {
        height: auto;
    }

    #site-header {
        margin-left: 0px;
    }

    .header-main {
        padding-right: 0;
    }

    /* Fixed Header */
    .masthead-fixed .site-header {
        position: fixed;
        top: 0;
    }

    .admin-bar.masthead-fixed .site-header {
        top: 32px;
    }

    .masthead-fixed .site-main {
        margin-top: 48px;
    }

    /* Navigation */
    .site-navigation li .current_page_item>a,
    .site-navigation li .current_page_ancestor>a,
    .site-navigation li .current-menu-item>a,
    .site-navigation li .current-menu-ancestor>a {
        color: #fff;
    }

    /* Primary Navigation */
    .primary-navigation {
        float: left;
        text-align: left;
        width: 100%;
        font-size: 11px;
        text-transform: uppercase;
        border-bottom: 1px solid #D2EC0B;
    }

    .primary-navigation .menu-toggle {
        display: none;
        padding: 0;
    }

    .primary-navigation .nav-menu {
        border-bottom: 0;
        display: block;
        /*margin-top: 1%;*/
    }

    .primary-navigation.toggled-on {
        border-bottom: 0;
        margin: 0;
        padding: 0;
    }

    .primary-navigation li {
        border: 0;
        display: inline-block;
        /*height: 48px;*/
        line-height: 20px;
        position: relative;
        /*border-right: 2px solid #555;*/
    }

    .primary-navigation a {
        display: inline-block;
        padding: 0 20px;
        white-space: nowrap;
        font-size: 12px;
        line-height: 1.6;
        color: #555;
    }

    .primary-navigation ul ul {
        background-color: #24890d;
        float: left;
        margin: 0;
        position: absolute;
        top: 48px;
        left: -999em;
        z-index: 99999;
    }

    .primary-navigation li li {
        border: 0;
        display: block;
        height: auto;
        line-height: 1.0909090909;
    }

    .primary-navigation ul ul ul {
        left: -999em;
        top: 0;
    }

    .primary-navigation ul ul a {
        padding: 18px 12px;
        white-space: normal;
        width: 176px;
    }

    .primary-navigation li:hover>a,
    .primary-navigation li.focus>a {
        color: #DF1515;
    }

    .primary-navigation ul ul a:hover,
    .primary-navigation ul ul li.focus>a {
        background-color: #63aab1;
    }

    .primary-navigation ul li:hover>ul,
    .primary-navigation ul li.focus>ul {
        left: auto;
    }

    .primary-navigation ul ul li:hover>ul,
    .primary-navigation ul ul li.focus>ul {
        left: 100%;
    }

    .primary-navigation .menu-item-has-children>a,
    .primary-navigation .page_item_has_children>a {
        padding-right: 26px;
    }

    .primary-navigation .menu-item-has-children>a:after,
    .primary-navigation .page_item_has_children>a:after {
        -webkit-font-smoothing: antialiased;
        content: "\f502";
        display: inline-block;
        font: normal 8px/1 Genericons;
        position: absolute;
        right: 12px;
        top: 22px;
        vertical-align: text-bottom;
    }

    .primary-navigation li .menu-item-has-children>a,
    .primary-navigation li .page_item_has_children>a {
        padding-right: 20px;
        width: 168px;
    }

    .primary-navigation .menu-item-has-children li.menu-item-has-children>a:after,
    .primary-navigation .menu-item-has-children li.page_item_has_children>a:after,
    .primary-navigation .page_item_has_children li.menu-item-has-children>a:after,
    .primary-navigation .page_item_has_children li.page_item_has_children>a:after {
        content: "\f501";
        right: 8px;
        top: 20px;
    }
}

@media screen and (min-width:810px) {
    #tabla_et {
        height: 130px;
    }

    .titulo_seccion_portada {
        font-size: 30px;
        text-align: left;
    }

    .site-header {
        margin-left: 0;
        height: auto;
        background-position: right;
        background-repeat: no-repeat;
        background-color: white;
    }

    #site-header {
        margin-left: 0;
        margin-top: 10px;
    }

    .attachment .entry-attachment .attachment {
        margin-right: -168px;
        margin-left: -168px;
        max-width: 810px;
    }

    .attachment .site-content .attachment img {
        display: block;
        margin: 0 auto;
    }

    .contributor-avatar {
        margin-left: -168px;
    }

    .contributor-summary {
        float: left;
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content blockquote.alignright {
        width: -webkit-calc(50% + 130px);
        width: calc(50% + 130px);
    }

    .full-width .site-content blockquote.alignleft,
    .full-width .site-content img.size-full.alignleft,
    .full-width .site-content img.size-large.alignleft,
    .full-width .site-content img.size-medium.alignleft,
    .full-width .site-content .wp-caption.alignleft {
        margin-left: -168px;
    }

    .full-width .site-content .alignleft {
        clear: left;
    }

    .full-width .site-content blockquote.alignright,
    .full-width .site-content img.size-full.alignright,
    .full-width .site-content img.size-large.alignright,
    .full-width .site-content img.size-medium.alignright,
    .full-width .site-content .wp-caption.alignright {
        margin-right: -168px;
    }

    .full-width .site-content .alignright {
        clear: right;
    }
}

@media screen and (min-width:846px) {
    .site-content .has-post-thumbnail .entry-header {
        margin-top: -48px;
    }

    .comment-list .trackback,
    .comment-list .pingback,
    .comment-list article {
        margin-bottom: 36px;
        padding-top: 36px;
    }

    .comment-author .avatar {
        height: 34px;
        top: 2px;
        width: 34px;
    }

    .comment-author,
    .comment-awaiting-moderation,
    .comment-content,
    .comment-list .reply,
    .comment-metadata {
        padding-left: 50px;
    }

    .comment-list .children {
        margin-left: 20px;
    }

    .full-width.singular .site-content .hentry.has-post-thumbnail,
    .full-width.home .site-content .hentry.has-post-thumbnail {
        margin-top: -72px;
    }

    .featured-content {
        margin-bottom: 0;
    }
}

@media screen and (min-width:1008px) {
    #tabla_et {
        height: 130px;
    }

    .titulo_seccion_portada {
        font-size: 50px;
        text-align: left;
        color: #00B0F6;
    }

    .inside_section {
        width: 48%;
    }

    #menu_left img {
        height: 100px;
    }

    #menu_left img {
        height: auto;
    }

    .site-content {
        margin-right: 33.33333333%;
    }

    .primary-navigation a {
        font-size: 15px;
        padding: 0 33px;
    }

    .search-box-wrapper {
        padding-left: 182px;
    }

    .main-content {
        float: left;
    }

    .site-content {
        background: white;
    }

    .site-content .entry-header {
        margin-top: 0;
    }

    .site-content .has-post-thumbnail .entry-header {
        margin-top: 0;
    }

    .content-sidebar {
        margin-left: -29.04761904%;
        width: 23.34761904%;
        text-align: right;
        border-left: none;
        margin-right: 0;
        margin-top: 1%;
    }

    .site:before {
        content: "";
        display: block;
        height: 100%;
        min-height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        width: 182px;
        z-index: 2;
    }

    #secondary {
        background-color: transparent;
        border: 0;
        clear: none;
        float: left;
        margin: 0 0 0 -100%;
        min-height: 100vh;
        width: 122px;
    }

    .primary-sidebar {
        padding-top: 0px;
    }

    .site-description {
        display: block;
        margin: 13px 0px 3px;
        color: #555;
        border-top: 2px solid #555;
        font-size: 12px;
        font-weight: 700;
        padding-top: 2%;
    }

    .site-description:empty {
        margin: 0;
    }

    .secondary-navigation {
        font-size: 11px;
        margin: 0 -30px 48px;
        width: 182px;
    }

    .secondary-navigation li {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

    .secondary-navigation a {
        padding: 10px 30px;
    }

    .secondary-navigation ul ul {
        background-color: #24890d;
        position: absolute;
        top: 0;
        left: -999em;
        width: 182px;
        z-index: 99999;
    }

    .secondary-navigation li li {
        border-top: 0;
    }

    .secondary-navigation li:hover>a,
    .secondary-navigation li.focus>a {
        background-color: #24890d;
        color: #fff;
    }

    .secondary-navigation ul ul a:hover,
    .secondary-navigation ul ul li.focus>a {
        background-color: #63aab1;
    }

    .secondary-navigation ul li:hover>ul,
    .secondary-navigation ul li.focus>ul {
        left: 162px;
    }

    .secondary-navigation .menu-item-has-children>a {
        padding-right: 38px;
    }

    .secondary-navigation .menu-item-has-children>a:after {
        -webkit-font-smoothing: antialiased;
        content: "\f501";
        display: inline-block;
        font: normal 8px/1 Genericons;
        position: absolute;
        right: 26px;
        top: 14px;
        vertical-align: text-bottom;
    }

    .footer-sidebar .widget,
    .primary-sidebar .widget {
        font-size: 12px;
        line-height: 1.5;
        margin-bottom: 3%;
    }

    .footer-sidebar .widget {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float: left;
        padding: 0 30px;
        width: 25%;
    }

    .footer-sidebar .widget h1,
    .primary-sidebar .widget h1 {
        font-size: 20px;
        line-height: 1.2;
    }

    .footer-sidebar .widget h2,
    .primary-sidebar .widget h2 {
        font-size: 18px;
        line-height: 1.3333333333;
    }

    .footer-sidebar .widget h3,
    .primary-sidebar .widget h3 {
        font-size: 16px;
        line-height: 1.5;
    }

    .footer-sidebar .widget h4,
    .primary-sidebar .widget h4 {
        font-size: 14px;
        line-height: 1.7142857142;
    }

    .footer-sidebar .widget h5,
    .primary-sidebar .widget h5 {
        font-size: 12px;
        line-height: 2;
    }

    .footer-sidebar .widget h6,
    .primary-sidebar .widget h6 {
        font-size: 11px;
        line-height: 2.1818181818;
    }

    .footer-sidebar .widget code,
    .footer-sidebar .widget kbd,
    .footer-sidebar .widget tt,
    .footer-sidebar .widget var,
    .footer-sidebar .widget samp,
    .footer-sidebar .widget pre,
    .primary-sidebar .widget code,
    .primary-sidebar .widget kbd,
    .primary-sidebar .widget tt,
    .primary-sidebar .widget var,
    .primary-sidebar .widget samp,
    .primary-sidebar .widget pre {
        font-size: 11px;
        line-height: 1.6363636363;
    }

    .footer-sidebar .widget blockquote,
    .primary-sidebar .widget blockquote {
        font-size: 14px;
        line-height: 1.2857142857;
    }

    .footer-sidebar .widget blockquote cite,
    .primary-sidebar .widget blockquote cite {
        font-size: 12px;
        line-height: 1.5;
    }

    .footer-sidebar .widget input,
    .footer-sidebar .widget textarea,
    .primary-sidebar .widget input,
    .primary-sidebar .widget textarea {
        font-size: 12px;
        padding: 3px 2px 4px 4px;
    }

    .footer-sidebar .widget input[type="button"],
    .footer-sidebar .widget input[type="reset"],
    .footer-sidebar .widget input[type="submit"],
    .primary-sidebar .widget input[type="button"],
    .primary-sidebar .widget input[type="reset"],
    .primary-sidebar .widget input[type="submit"] {
        padding: 5px 15px 4px;
    }

    .footer-sidebar .widget .widget-title,
    .primary-sidebar .widget .widget-title {
        font-size: 23px;
        font-weight: 700;
        font-family: arial;
        padding: 3%;
        background: white;
        color: #0D5191;
        text-transform: none;
        margin-bottom: 1px;
    }

    .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
    .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
    .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
    .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
    .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
    .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
    .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
    .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
    .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
        font-size: 11px;
        line-height: 1.6363636363;
    }

    .footer-sidebar .widget_archive li,
    .footer-sidebar .widget_categories li,
    .footer-sidebar .widget_links li,
    .footer-sidebar .widget_meta li,
    .footer-sidebar .widget_nav_menu li,
    .footer-sidebar .widget_pages li,
    .footer-sidebar .widget_recent_comments li,
    .footer-sidebar .widget_recent_entries li,
    .primary-sidebar .widget_archive li,
    .primary-sidebar .widget_categories li,
    .primary-sidebar .widget_links li,
    .primary-sidebar .widget_meta li,
    .primary-sidebar .widget_nav_menu li,
    .primary-sidebar .widget_pages li,
    .primary-sidebar .widget_recent_comments li,
    .primary-sidebar .widget_recent_entries li {
        border-top: 0;
        padding: 0 0 6px;
        background: white;
        font-size: 13px;
        font-weight: 500;
    }

    .footer-sidebar .widget_archive li:last-child,
    .footer-sidebar .widget_categories li:last-child,
    .footer-sidebar .widget_links li:last-child,
    .footer-sidebar .widget_meta li:last-child,
    .footer-sidebar .widget_nav_menu li:last-child,
    .footer-sidebar .widget_pages li:last-child,
    .footer-sidebar .widget_recent_comments li:last-child,
    .footer-sidebar .widget_recent_entries li:last-child,
    .primary-sidebar .widget_archive li:last-child,
    .primary-sidebar .widget_categories li:last-child,
    .primary-sidebar .widget_links li:last-child,
    .primary-sidebar .widget_meta li:last-child,
    .primary-sidebar .widget_nav_menu li:last-child,
    .primary-sidebar .widget_pages li:last-child,
    .primary-sidebar .widget_recent_comments li:last-child,
    .primary-sidebar .widget_recent_entries li:last-child {
        /*padding: 3%;*/
    }

    .footer-sidebar .widget_categories li ul,
    .footer-sidebar .widget_nav_menu li ul,
    .footer-sidebar .widget_pages li ul,
    .primary-sidebar .widget_categories li ul,
    .primary-sidebar .widget_nav_menu li ul,
    .primary-sidebar .widget_pages li ul {
        border-top: 0;
        margin-top: 6px;
    }

    #supplementary {
        padding: 0;
    }

    .footer-sidebar {
        font-size: 12px;
        line-height: 1.5;
    }

    .featured-content {
        padding-left: 182px;
    }

    .grid .featured-content .hentry {
        width: 33.3333333%;
    }

    .grid .featured-content .hentry:nth-child(2n+1) {
        clear: none;
    }

    .grid .featured-content .hentry:nth-child(3n+1) {
        clear: both;
    }

    .grid .featured-content .entry-header {
        height: 120px;
    }
}

@media screen and (min-width:1040px) {
    .site-content .has-post-thumbnail .entry-header {
        /*margin-top: -48px;*/
    }

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        padding-right: 15px;
        padding-left: 15px;
    }

    .full-width .archive-header,
    .full-width .comments-area,
    .full-width .image-navigation,
    .full-width .page-header,
    .full-width .page-content,
    .full-width .post-navigation,
    .full-width .site-content .entry-header,
    .full-width .site-content .entry-content,
    .full-width .site-content .entry-summary,
    .full-width .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1080px) {
    .search-box .search-field {
        width: 324px;
    }

    .site-content,
    .site-main .widecolumn {
        margin-left: 275px;
        min-height: 1200px;
    }

    .site:before {
        width: 222px;
    }

    .search-box-wrapper,
    .featured-content {
        padding-left: 222px;
    }

    #secondary {
        width: 250px;
        background: white;
        /*top: 68px;*/
        min-height: 1200px;
        margin-top: 1%;
    }

    .secondary-navigation,
    .secondary-navigation ul ul {
        width: 222px;
    }

    .secondary-navigation ul li:hover>ul,
    .secondary-navigation ul li.focus>ul {
        left: 202px;
    }

    .slider .featured-content .entry-title {
        font-size: 33px;
    }

    .slider .featured-content .entry-header,
    .slider-control-paging {
        width: 534px;
    }

    .slider-control-paging {
        padding-left: 24px;
    }

    .slider-control-paging li {
        margin: 12px 12px 12px 0;
    }

    .slider-control-paging a {
        height: 24px;
        width: 24px;
    }

    .slider-control-paging a:before {
        top: 6px;
        left: 6px;
    }
}

@media screen and (min-width:1110px) {
    #tabla_et {
        height: 75px;
    }

    #name {
        font-size: 15px;
    }

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1218px) {

    .archive-header,
    .comments-area,
    .image-navigation,
    .page-header,
    .page-content,
    .post-navigation,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content footer.entry-meta {
        /*margin-right: 54px;*/
    }

    .full-width .archive-header,
    .full-width .comments-area,
    .full-width .image-navigation,
    .full-width .page-header,
    .full-width .page-content,
    .full-width .post-navigation,
    .full-width .site-content .entry-header,
    .full-width .site-content .entry-content,
    .full-width .site-content .entry-summary,
    .full-width .site-content footer.entry-meta {
        margin-right: auto;
    }
}

@media screen and (min-width:1260px) {

    .site-content blockquote.alignleft,
    .site-content blockquote.alignright {
        width: -webkit-calc(50% + 18px);
        width: calc(50% + 18px);
    }

    .site-content blockquote.alignleft {
        margin-left: -18%;
    }

    .site-content blockquote.alignright {
        margin-right: -18%;
    }
}

@media screen and (min-width:1920px) {
    #site-header img {
        max-width: 300px;
    }
}

/**
* 12.0 Print
* -----------------------------------------------------------------------------
*/
@media print {
    body {
        background: none !important;
        /* Brute force since user agents all print differently. */
        color: #2b2b2b;
        font-size: 12pt;
    }

    .site,
    .site-header,
    .hentry,
    .site-content .entry-header,
    .site-content .entry-content,
    .site-content .entry-summary,
    .site-content .entry-meta,
    .page-content,
    .archive-header,
    .page-header,
    .contributor-info,
    .comments-area,
    .attachment .entry-attachment .attachment {
        max-width: 100%;
    }

    #site-header img,
    .search-toggle,
    .site-navigation,
    .site-content nav,
    .edit-link,
    .page-links,
    .widget-area,
    .more-link,
    .post-format-archive-link,
    .comment-respond,
    .comment-list .reply,
    .comment-reply-login,
    #secondary,
    .site-footer,
    .slider-control-paging,
    .slider-direction-nav {
        display: none;
    }

    .site-title a,
    .entry-meta,
    .entry-meta a,
    .featured-content .hentry,
    .featured-content a {
        color: #2b2b2b;
    }

    .entry-content a,
    .entry-summary a,
    .page-content a,
    .comment-content a {
        text-decoration: none;
    }

    .site-header,
    .post-thumbnail,
    a.post-thumbnail:hover,
    .site-content .entry-header,
    .site-footer,
    .featured-content,
    .featured-content .entry-header {
        background: transparent;
    }

    .header-main {
        padding: 48px 10px;
    }

    .site-title {
        float: none;
        font-size: 19pt;
    }

    .content-area {
        padding-top: 0;
    }

    .list-view .site-content .hentry {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 48px;
        padding-bottom: 24px;
    }

    .post-thumbnail img {
        margin: 0 10px 24px;
    }

    .site-content .has-post-thumbnail .entry-header {
        padding-top: 0;
    }

    .site-content footer.entry-meta {
        margin: 24px auto;
    }

    .entry-meta .tag-links a {
        color: #fff;
    }

    .singular .site-content .hentry.has-post-thumbnail {
        margin-top: 0;
    }

    .gallery-columns-1.gallery-size-medium,
    .gallery-columns-1.gallery-size-thumbnail,
    .gallery-columns-2.gallery-size-thumbnail,
    .gallery-columns-3.gallery-size-thumbnail {
        display: block;
    }

    .archive-title,
    .page-title {
        margin: 0 10px 48px;
    }

    .featured-content .hentry {
        margin-bottom: 48px;
    }

    .featured-content .post-thumbnail,
    .slider .featured-content .post-thumbnail {
        padding-top: 0;
    }

    .featured-content .post-thumbnail img {
        position: relative;
    }

    .featured-content .entry-header {
        padding: 0 10px 24px;
    }

    .featured-content .entry-meta {
        font-size: 9pt;
        margin-bottom: 11px;
    }

    .featured-content .cat-links {
        font-weight: 900;
    }

    .featured-content .entry-title {
        font-size: 25pt;
        line-height: 36px;
    }
}

.drop-shadow {
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    /* margin: 2em 10px 4em;*/
    background: none repeat scroll 0% 0% #FFF;
    /* box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3), 0px 0px 3px rgba(0, 0, 0, 0.1) inset;*/
}

.drop-shadow:before,
.drop-shadow:after {
    content: "";
    position: absolute;
    z-index: -2;
}

.perspective:before {
    left: 80px;
    bottom: 5px;
    width: 50%;
    height: 35%;
    max-width: 200px;
    -webkit-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    box-shadow: -80px 0 8px rgba(0, 0, 0, 0.4);
    -webkit-transform: skew(50deg);
    -moz-transform: skew(50deg);
    -ms-transform: skew(50deg);
    -o-transform: skew(50deg);
    transform: skew(50deg);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.perspective:after {
    display: none;
}

.zit {
    position: relative;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;
    float: left;
}

#contenedor_sat:hover {
    transition-delay: 2s;
    cursor: pointer;
    max-height: 200px;
    overflow: visible;
}

#contenedor_sat:hover img {
    transition-delay: 3s;
    transition: all 1s ease-in-out 1s;
    width: 500px;
    height: auto;
    margin-left: -80%;
    background: black;
    z-index: 1000000000;
    padding: 5%;
    background: black;
}

#modelon:hover {
    cursor: pointer;
}

#modelon:hover img {
    transition-delay: 2s;
    transition: all 2s ease-in-out 1s;
}

/* STYLING */
.title_barra {
    width: 100%;
    float: left;
    padding: 2%;
    background: #222;
    margin-bottom: 2%;
    color: white;
    font-size: 22px;
    font-family: Roboto;
    text-align: left;
}

.adsense_div {
    width: 99%;
    float: left;
    margin-bottom: 2%;
}

#bloque_comun {
    width: 100%;
    text-align: left;
    padding: 10px 0;
}

#previsio_detallada {
    margin: 0;
}

.iconos_detallada {
    display: block;
    width: 50%;
    padding: 1%;
    float: left;
    text-align: left;
}

.iconos_detallada img {
    width: 13%;
    margin: 1%;
    max-width: 60px;
}

.iconos_detallada #solcmedia {
    animation: iconos 5s infinite;
    -webkit-animation: iconos 5s infinite;
    -moz-animation: iconos 5s infinite;
    opacity: 1;
}

.iconos_detallada #nievecmedia {
    animation: iconosuno 5s infinite;
    -webkit-animation: iconosuno 5s infinite;
    -moz-animation: iconosuno 5s infinite;
    opacity: 1;
}

.iconos_detallada #solnubescmedia {
    animation: iconosdos 5s infinite;
    -webkit-animation: iconosdos 5s infinite;
    -moz-animation: iconosdos 5s infinite;
    opacity: 1;
}

.iconos_detallada #gotaslluviacmedia {
    animation: iconostres 5s infinite;
    -webkit-animation: iconostres 5s infinite;
    -moz-animation: iconostres 5s infinite;
    opacity: 1;
}

.iconos_detallada #estrellascmedia {
    animation: iconoscuatro 5s infinite;
    -webkit-animation: iconoscuatro 5s infinite;
    -moz-animation: iconoscuatro 5s infinite;
    opacity: 1;
}

@keyframes iconos {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes iconos {
    0% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes iconosuno {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes iconosuno {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 1;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes iconosdos {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes iconosdos {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 1;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes iconostres {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@-webkit-keyframes iconostres {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 1;
    }

    100% {
        opacity: 0.2;
    }
}

@keyframes iconoscuatro {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes iconoscuatro {
    0% {
        opacity: 0.2;
    }

    20% {
        opacity: 0.2;
    }

    40% {
        opacity: 0.2;
    }

    60% {
        opacity: 0.2;
    }

    80% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

#muestra_seccion {
    width: 100%;
    margin-bottom: 25px;
}

#secciones_home_media {
    font-size: 1.8em;
    margin: 0;
    width: 100%;
    float: left;
    padding: 1%;
    color: white;
    background: #222;
    font-family: Roboto;
    margin-bottom: 0;
    position: relative;
    z-index: 9999;
}

.derecha,
.izquierda,
.texto_central {
    width: 100%;
    float: left;
}

.tit_home {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 1%;
}

#consulta {
    float: left;
    width: 50%;
    padding: 1%;
    font-size: 28px;
    font-family: Roboto;
    color: #222;
    line-height: 1.3;
    padding-top: 20px;
}

#cookies_div:hover .texto_cookies {
    display: block;
}

#cookies_div:hover {
    width: 100%;
}

#cookies_div {
    width: 200px;
    float: left;
    position: fixed;
    bottom: 0;
}

#prev_detallada {
    text-align: center;
    padding-left: 1%;
    font-size: 32px;
    color: #222;
    font-family: Roboto;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 15px;
}

#casvalal {
    width: 100%;
    float: left;
    padding-left: 1%;
}

.cookies_politica {
    width: 200px;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    float: right;
    padding: 5px;
    font-size: 14px;
}

.texto_cookies {
    text-align: center;
    text-shadow: none;
    background: rgba(0, 0, 0, 0.8);
    color: white;
    float: left;
    width: 100%;
    border-top: 1px solid #555;
    padding: 5px;
    display: none;
}

#bloque_previsionescmedia,
#tablas_home_aqui,
#texto_previsiones {
    width: 100%;
    float: left;
    padding: 1%;
}

#tablas_home_aqui,
#texto_previsiones {
    padding: 0;
}

#texto_previsiones {
    padding-left: 1%;
    margin-bottom: 0;
}

#bloque_previsionescmedia p {
    font-size: 18px;
    margin-bottom: 0;
}

#satelite_visible {
    float: left;
    padding: 2%;
    background: #edb600;
    color: white;
    margin-right: 2%;
    margin-bottom: 1%;
}

#satelite_infra {
    float: left;
    padding: 2%;
    background: #edb600;
    color: white;
}

#valencia_home {
    font-family: Roboto;
    font-weight: 700;
    text-align: left;
    margin: 0;
    color: #222;
    font-size: 3em;
    padding-left: 1%;
}

#item {
    position: relative;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

#item:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.select_poblacion {
    width: 32%;
    float: left;
    text-align: left;
    margin: 0;
    padding: 1%;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
    margin-right: 1%;
}

#carrusel {
    width: 100%;
    float: left;
}

#id_car,
#id_car_ph {
    position: relative;
    width: 100%;
    float: right;
}

#id_car_ph {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

#id_car h1 {
    color: #de5044;
    line-height: 1.1;
    font-size: 3em;
    font-family: Roboto;
    padding-top: 0px;
    text-align: left;
    margin-top: 0;
}

#item a:hover {
    color: #555;
}

#item a {
    color: #222;
}

.pwidget {
    width: 100%;
    padding: 2%;
    height: 415px;
}

.pwidget_derecha {
    width: 30%;
    float: left;
}

.pwidget_izda {
    width: 69%;
    float: right;
}

.navbar-nav>li>.dropdown-menu {
    background: #080808;
}

.dropdown-menu>li>a {
    color: white;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-text {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}

div#blackp p {
    color: #888;
}

.site-wrapper {
    display: table;
    width: 100%;
    height: 50vh;
    /* For at least Firefox */
    min-height: 50vh;
    -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    box-shadow: inset 0 0 100px rgba(0, 0, 0, .5);
    background: #65acb3;
}

#lateral_red {
    padding: 1%;
    padding-top: 30px;
    background: #c3191a;
}

#carrusel {
    min-height: 690px;
    background: white;
    margin-bottom: 5px;
    padding: 2%;
}

.tit_slider {
    margin-top: 0px;
    text-align: left;
    color: #222;
    border-bottom: 1px solid;
    font-size: 2.5em;
    background: white;
}

.post-thumbnail {
    box-shadow: none;
}

.texto_central_white p {
    color: white;
    width: 100%;
    float: left;
}

#barra_red_tit {
    font-size: 3em;
    text-align: left;
    font-size: 3em;
    color: white;
}

@media screen and (max-width:672px) {
    #carrusel {
        width: 100%;
    }

    #id_car,
    #id_car_ph {
        width: 100%;
    }

    #id_car h1 {
        margin-top: 10px;
        font-size: 1.5em;
    }

    .select_poblacion {
        width: 100%;
        margin-bottom: 0;
    }

    .iconos_detallada {
        width: 100%;
        text-align: center;
        border-bottom: 2px solid #222;
        padding-bottom: 3%;
    }

    #consulta {
        width: 100%;
        font-size: 20px;
        padding-top: 0;
        float: none !important;
    }

    #right_section {
        width: 100%;
    }

    #satelite_visible,
    #satelite_infra {
        width: 100%;
    }

    #satelite_infra {
        margin-bottom: 15px;
    }

    .derecha {
        float: left;
        width: 50%;
    }

    .izquierda {
        float: right;
        width: 48%;
    }

    h2.tit_home {
        margin-top: 0;
        font-size: 20px;
        font-weight: 700;
    }

    .post-thumbnail {
        box-shadow: none;
    }

    .texto_central {
        padding-bottom: 10px;
        border-bottom: 2px solid #ce2a2a;
        padding-top: 10px;
    }

    .marketing .col-lg-4 p {
        margin: 0;
        font-size: 14px;
    }

    .homedate {
        display: none;
    }

    .marketing .col-lg-4 {
        margin-top: 20px;
        margin-bottom: 0;
    }

    .responsive_ad {
        max-height: 100px;
    }

    .pwidget {
        width: 100%;
    }
}

@media screen and (max-width:650px) {
    #lateral_red {
        padding-bottom: 30px;
        padding-top: 30px;
        margin-top: 0;
    }

    #barra_red_tit {
        font-size: 20px;
    }

    #carrusel {
        min-height: 550px;
    }

    .tit_slider {
        font-size: 26px;
    }
}

@media screen and (max-width:500px) {
    .example_responsive_1 {
        width: 100%;
        height: 60px;
    }
}

@media screen and(min-width:800px) {
    .example_responsive_1 {
        width: 100%;
        height: auto;
    }
}

/*UPDATE YDEVS AGOSTO 2019*/
@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-SemiBold.svg#CheyenneSans-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Regular.svg#CheyenneSans-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Medium.svg#CheyenneSans-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Bold.svg#CheyenneSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-Light.svg#CheyenneSans-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Cheyenne Sans';
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.eot');
    src: url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.woff2') format('woff2'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.woff') format('woff'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.ttf') format('truetype'), url('/wp-content/themes/oratgenet/fonts/CheyenneSans-ExtraLight.svg#CheyenneSans-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
}

body {
    font-family: 'Cheyenne Sans';
    font-weight: normal;
    text-shadow: none;
}

.archive-blog a:hover,
.single-blog a:hover {
    color: #F17D63 !important;
}

.mediambient-blog a:hover {
    color: #99C869 !important;
}

section {
    padding-bottom: 25px;
    text-align: center;
}

.btn {
    background: #f5c440;
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 400;
    color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(151, 151, 151, 0.3);
    transition: all 0.3s ease-in-out;
    margin: 10px 15px;
}

.btn:hover {
    box-shadow: 2px 2px 8px 0px rgba(151, 151, 151, 0.5);
}

.center {
    text-align: center;
}

/*menu*/
nav.navbar {
    transition: all 0.3s ease-in-out;
    background: rgba(94, 162, 170, 1);
    background: -moz-linear-gradient(left, rgba(94, 162, 170, 1) 0%, rgba(104, 176, 182, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(94, 162, 170, 1)), color-stop(100%, rgba(104, 176, 182, 1)));
    background: -webkit-linear-gradient(left, rgba(94, 162, 170, 1) 0%, rgba(104, 176, 182, 1) 100%);
    background: -o-linear-gradient(left, rgba(94, 162, 170, 1) 0%, rgba(104, 176, 182, 1) 100%);
    background: -ms-linear-gradient(left, rgba(94, 162, 170, 1) 0%, rgba(104, 176, 182, 1) 100%);
    background: linear-gradient(to right, rgba(94, 162, 170, 1) 0%, rgba(104, 176, 182, 1) 100%);
}

nav.navbar.menu-blog {
    background: rgba(241, 125, 99, 1);
    background: -moz-linear-gradient(left, rgba(241, 125, 99, 1) 0%, rgba(239, 128, 103, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(241, 125, 99, 1)), color-stop(100%, rgba(239, 128, 103, 1)));
    background: -webkit-linear-gradient(left, rgba(241, 125, 99, 1) 0%, rgba(239, 128, 103, 1) 100%);
    background: -o-linear-gradient(left, rgba(241, 125, 99, 1) 0%, rgba(239, 128, 103, 1) 100%);
    background: -ms-linear-gradient(left, rgba(241, 125, 99, 1) 0%, rgba(239, 128, 103, 1) 100%);
    background: linear-gradient(to right, rgba(241, 125, 99, 1) 0%, rgba(239, 128, 103, 1) 100%);
}

nav.navbar.menu-mediambient {
    background: rgba(153, 200, 105, 1);
    background: -moz-linear-gradient(left, rgba(153, 200, 105, 1) 0%, rgba(163, 213, 114, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(153, 200, 105, 1)), color-stop(100%, rgba(163, 213, 114, 1)));
    background: -webkit-linear-gradient(left, rgba(153, 200, 105, 1) 0%, rgba(163, 213, 114, 1) 100%);
    background: -o-linear-gradient(left, rgba(153, 200, 105, 1) 0%, rgba(163, 213, 114, 1) 100%);
    background: -ms-linear-gradient(left, rgba(153, 200, 105, 1) 0%, rgba(163, 213, 114, 1) 100%);
    background: linear-gradient(to right, rgba(153, 200, 105, 1) 0%, rgba(163, 213, 114, 1) 100%);
}

nav.navbar.menu_foc {
    background: rgba(238, 124, 98, 1);
}

nav.navbar.menu_camp {
    background: #f5c440;
}

#navbar {
    position: relative;
}

#navbar li {
    font-weight: 200;
    font-size: 15px;
}

#navbar li a {
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 8px;
    margin-right: 8px;
    position: relative;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
}

#navbar li a:hover {
    color: #fff;
}

#navbar li a:before {
    content: "";
    position: absolute;
    -webkit-transition: opacity .2s, width .2s;
    transition: opacity .2s, width .2s;
    width: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    height: 2px;
    bottom: 10px;
    background: #fff;
}

#navbar li a:hover:before {
    width: 100%;
    opacity: 1;
}

.navbar-inverse .navbar-toggle {
    width: auto;
    border: none;
    background-color: transparent !important;
}

.navbar-fixed-bottom .navbar-collapse[aria-expanded="true"],
.navbar-fixed-top .navbar-collapse[aria-expanded="true"] {
    max-height: calc(100vh - 50px);
    height: calc(100vh - 50px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}

.navbar-nav>li>.dropdown-menu {
    background: #fff;
    border: none;
}

.dropdown-menu>li>a,
#navbar .dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
    color: #63a9b0;
    background-color: transparent;
}

.navbar-brand {
    padding: 5px;
}

#navbar li.menu_widget {
    transition: all 0.3s ease-in-out;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
    border-top: none;
    transform: translateY(0px);
    box-shadow: 2px 2px 8px 2px rgba(151, 151, 151, 0.3);
    position: absolute;
    right: 0;
    margin-right: -10px;
    bottom: -10px;
}

#navbar li.menu_widget:hover {
    box-shadow: 2px 2px 8px 2px rgba(151, 151, 151, 0.7);
}

#navbar li.menu_widget a {
    padding-bottom: 20px;
    padding-top: 20px;
    color: #67afb5;
}

/*home */
.site-wrapper-inner::after {

    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgba(103, 175, 181, 0.3);
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 0;

}

#home_foc #secciones_home_media_uno::before,
#home_blog #secciones_home_media_uno::before,
#home_blog .btn {
    color: #fff;
    background-color: #f17d63;
}

#home_blog a,
nav.navbar.menu_foc #navbar li.menu_widget a {
    color: #f17d63;
}

#home_mediambient #secciones_home_media_uno::before,
#home_mediambient .btn {
    color: #fff;
    background-color: #99C869;
}

#home_mediambient a,
nav.navbar.menu-mediambient #navbar li.menu_widget a {
    color: #99C869;
}

#home_camp #secciones_home_media_uno::before,
#home_camp .btn {
    color: #fff;
    background-color: #f5c440;
}

#home_camp a,
nav.navbar.menu_camp #navbar li.menu_widget a {
    color: #f5c440;
}

#home_paisatge #secciones_home_media_uno::before,
#home_paisatge .btn,
#home_temps #secciones_home_media_uno::before,
#home_temps .btn {
    color: #fff;
    background-color: #66adb3;
}

.cover-container img {
    max-width: 300px;
    margin-bottom: 0px;
    margin-top: 60px;
}

.inner.cover_prevision {
    margin-bottom: 15px;
}

.ui-menu .ui-menu-item a {
    background: #fff;
    cursor: pointer;
    border: none;
}

.ui-menu .ui-menu-item a:hover,
.ui-menu .ui-menu-item a:focus {
    border: none;
    color: #65acb3;
    margin: 0px;
}

.publicitat_home {
    text-align: center;
    width: 100%;
}

#secciones_home_media_uno {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 15px 0 25px;
}

#secciones_home_media_uno h2 {
    font-size: 24px;
    padding: 10px 20px;
    color: #1d1d1d;
    font-weight: 500;
    display: inline-block;
    background: #fff;
    margin: 0px;
    z-index: 1;
    position: relative;
}

.sections_home section:nth-of-type(odd) #secciones_home_media_uno h2 {
    background: #fafafa;
}

#secciones_home_media_uno::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    background: #66adb3;
    width: 100%;
    height: 3px;
    top: 50%;
    z-index: 0;
}

.item_card:hover .texto_bottom {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.texto_bottom {
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-shadow: 2px 2px 8px 0px rgba(153, 153, 153, 1);
    -moz-box-shadow: 2px 2px 8px 0px rgba(153, 153, 153, 1);
    box-shadow: 2px 2px 8px 0px rgba(153, 153, 153, 1);
    max-width: 92%;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: -15px;
    z-index: 2;
    position: relative;
    background: #fff;
    border-radius: 2px;
    padding: 8px 10px;
    margin-bottom: 20px;
}

.texto_bottom h2,
.texto_bottom h3 {
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-top: 0px;
    padding: 0px;
    line-height: 1.2;
}

.texto_bottom p {
    font-size: 14px;
    margin: 0px !important;
    padding-top: 5px;
    text-align: left;
}

#home_temps .item_card.col-lg-3 p {
    display: none;
}

.sections_home section:nth-of-type(odd) {
    background: #fafafa;
}

.container_prevision {
    max-width: 1170px;
    display: flex;
    margin: 0 auto;
    padding: 0px 20px;
    z-index: 1;
    position: relative;
}

.cover-container .cover {
    text-align: center;
}

.container_prevision #bloque_previsionescmedia {
    max-width: 480px;
}

#bloque_previsionescmedia .title_previsionescmedia {
    font-size: 34px;
    position: relative;
    margin-bottom: 20px;
}

#bloque_previsionescmedia .title_previsionescmedia:after {
    content: "";
    width: 14%;
    height: 2px;
    background: #fff;
    line-height: 1.5;
    position: absolute;
    bottom: -6px;
    left: 0;
    transition: all 1s ease-in-out;
}

#bloque_previsionescmedia p {
    color: #fff;
}

.tit_home a {
    font-size: 18px;
    font-weight: 500;
}

#home_prevision,
.title_previsionescmedia {
    transition: all cubic-bezier(.65, .05, .36, 1) 0.5s;
}

/*blog - archivo*/
h1 {
    font-weight: 600;
    color: #4F4F4F;
    font-size: 45px;
    text-align: center;
    text-shadow: none;
    line-height: 1.2;
    margin-bottom: 40px;
    margin-top: 0px;
}

.latest-blog {
    display: flex;
    justify-content: center;
    flex-direction: column;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    float: none;
    margin-bottom: 40px;
}

.title_blog .tit_home {
    font-size: 18px;
    font-weight: 200;
    text-align: left;
    letter-spacing: .5px;
    font-size: 120%;
    padding: 0px;
}

.title_blog .tit_home:after {
    background-color: #F17D63;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0px;
}

.latest-blog .text_blog p {
    margin-bottom: 25px;
}

.latest-blog .title_blog .tit_home,
.footer_block_title {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
}

.latest-blog .title_blog .tit_home:after {
    content: none;
}

.latest-blog .data_single {
    display: none;
}

.single-posts .data_single_latest {
    display: none;
}

.single-posts .text_blog {
    display: none;
}

.title_blog .tit_home a {
    transition: all 0.3s ease-in-out;
    color: #000;
    padding: 0px;
    display: flex;
    line-height: 1.4;
    padding-left: 0px;
    align-items: flex-end;
    font-weight: 500;
}

.latest-blog .post-thumbnail,
.single-posts .post-thumbnail {
    padding-bottom: 20px;
}

.latest-blog .post-thumbnail:after,
article .post-thumbnail:after {
    background-color: #F17D63;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 15px;
}

.data_single_latest p,
.data_single p {
    color: #F17D63;
    font-weight: 200;
    text-align: left;
    padding: 5px 0px 0px;
    margin: 0pc;
    font-size: 13px;
}

.text_blog p {
    font-size: 14px;
    color: #4F4F4F;
}

.item_blog:hover .title_blog .tit_home a {
    color: #f17d63;
}

.mediambient-blog .item_blog:hover .title_blog .tit_home a {
    color: #99C869;
}

.btn_blog {
    background-color: #F17D63;
    padding: 8px 40px;
    border-radius: 25px;
    color: #fff;
}

/*blog - single*/
article p {
    padding-left: 65px;
    font-weight: 300;
    font-size: 20px;
    line-height: 1.6;
    margin: 20px 0px;
}

article #img_post {
    padding-bottom: 20px;
}

article h1.entry-title {
    text-align: center;
    font-size: 30px;
    color: #4F4F4F;
    font-weight: 500;
    padding: 10px 0px;
    border-bottom: none;
    float: none;
}

article p iframe {
    margin-bottom: 20px;
    max-width: 560px;
    width: 100%;
}

/*icons*/
#icons_rrss {
    display: flex;
    flex-direction: column;
    position: absolute;
}

.crunchify-twitter,
.crunchify-facebook,
.crunchify-whatsapp,
.crunchify-linkedin {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 5px 0px;
}

#icons_rrss_mediambient {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

#icons_rrss_mediambient .crunchify-twitter,
#icons_rrss_mediambient .crunchify-facebook,
#icons_rrss_mediambient .crunchify-whatsapp,
#icons_rrss_mediambient .crunchify-linkedin {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    margin: 0px 5px;
}

.crunchify-twitter {
    background-image: url(/wp-content/themes/oratgenet/icons/tw-rojo.png);
}

.crunchify-facebook {
    background-image: url(/wp-content/themes/oratgenet/icons/fb-rojo.png);
}

.crunchify-whatsapp {
    background-image: url(/wp-content/themes/oratgenet/icons/wa-rojo.png);
}

.crunchify-linkedin {
    background-image: url(/wp-content/themes/oratgenet/icons/in-rojo.png);
}

#icons_rrss_mediambient .crunchify-twitter {
    background-image: url(/wp-content/themes/oratgenet/icons/tw-verde.png);
}

#icons_rrss_mediambient .crunchify-facebook {
    background-image: url(/wp-content/themes/oratgenet/icons/fb-verde.png);
}

#icons_rrss_mediambient .crunchify-whatsapp {
    background-image: url(/wp-content/themes/oratgenet/icons/wa-verde.png);
}

#icons_rrss_mediambient .crunchify-linkedin {
    background-image: url(/wp-content/themes/oratgenet/icons/in-verde.png);
}

/*medi ambient*/
.mediambient-blog .title_blog .tit_home:after {
    background-color: #99C869;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0px;
}

.mediambient-blog .data_single p {
    color: #99C869;
    font-weight: 200;
    padding: 5px 0px;
}

.mediambient_single_entry article p {
    padding-left: 0px !important;
    text-align: center;
}

.mediambient_single_entry .title_blog .tit_home:after {
    background-color: #99C869;
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    margin: 5px 0px;
}

.mediambient_single_entry .data_single p {
    color: #99C869;
    font-weight: 200;
    text-align: left;
    padding: 5px 0px;
}

/*widgets oratgenet*/
.widgets_oratgenet {
    padding-bottom: 60px;
}

/*servicis meteorologics*/
.servicis_page h1 {
    padding-left: 15px;
}

.form_servicis input,
.form_servicis textarea {
    border: 2px solid #F5C440;
    font-weight: 400;
}

.form_servicis input::placeholder,
.form_servicis textarea::placeholder {
    font-weight: 400;
}

.form_servicis textarea {
    margin-top: 5px;
}

input.wpcf7-form-control.wpcf7-submit {
    float: right;
}

.form_servicis {
    width: 50%;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
}

.widgets_oratgenet.servicis_page {
    padding-bottom: 0px;
}

.widget_in_mv {
    display: none;
}

/*previsio detallada*/
.previsio_det h2 {
    text-align: left;
    margin: 0px 0px 30px 0px;
    color: #4F4F4F;
    font-size: 30px;
}

.consulta_tiempo form {
    background-color: #E0E0E0;
    float: none;
    padding: 20px 0px;
}

.consulta_tiempo p {
    margin-bottom: 0px;
    line-height: 2;
    text-align: center;
    font-size: 20px;
}

.consulta_tiempo button,
.consulta_tiempo input {
    width: 100%;
    margin-top: 0px;
}

.consulta_tiempo input#text,
.consulta_tiempo .btn_blog {
    font-weight: 400;
    font-size: 17px;
    text-transform: capitalize;
}

.btn_blog:hover {
    background-color: #F17D63 !important;
}

/*tablas tiempo*/
.contenedor_tabla {
    width: 100%;
    float: left;
    -webkit-box-shadow: 2px 2px 8px 1px rgba(153, 153, 153, 0.3);
    -moz-box-shadow: 2px 2px 8px 1px rgba(153, 153, 153, 0.3);
    box-shadow: 2px 2px 8px 1px rgba(153, 153, 153, 0.3);
    background: #fff;
    text-align: center;
}

.info_temp_tabla {
    width: 100%;
    float: left;
}

#tablas_home {
    width: 25%;
    float: left;
}

.dia_semana {
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 5px 10px;
    color: #66adb3;
    text-transform: uppercase;
}

.fila_tabla {
    width: 100%;
    float: left;
}

.fila_tabla img {
    width: 80px;
    margin: 0px;
}

.fila_tabla.fila_vent img {
    width: 40px;
}

.fila_tabla.fila_vent {

    display: flex;
    justify-content: center;
    flex-direction: row-reverse;

}

.estado {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 14px;
    color: #00b0f6;
    overflow: hidden;
    white-space: nowrap;
    padding-left: 10px;
    line-height: 40px;
}

@media (max-width:650px) {
    #tablas_home {
        width: 50%;
        float: left;
    }

    .fila_tabla img {
        width: 60px;
    }

    .dia_semana {
        font-size: 15px;
    }

    .estado {
        font-size: 14px;
    }
}

.dia_semana {
    background-color: #FAFAFA !important;
    color: #F17D63;
    text-transform: uppercase;
    text-align: left;
    float: none;
    width: auto;
    font-size: 14px;
}

.linea_dia_temp {
    display: flex;
    align-items: center;
    background-color: #FAFAFA !important;
    padding: 5px 0px;
}

.fila_tabla {
    border-bottom: none;
}

#temp_max {
    color: #d33;
    font-weight: 300;
    font-size: 12px;
    display: inline-block;
    margin: 0 5px;
}

#temp_min {
    color: #00004e;
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin: 0 5px;
}

#tabla_detallada {
    width: 50%;
    float: left;
    margin-bottom: 25px;
}

#tabla_detallada p {
    color: #5EA3AA;
    text-transform: uppercase;
    font-size: 14px;
    background: #fff !important;
    margin: 0;
    text-align: center;
    font-weight: 500;
    padding-top: 5px;
}

#tabla_detallada p.prev_tipo.tipo_vent {
    font-weight: 400;
}

#semana_detallada {
    padding: 5px;
}

.minmax {
    width: auto;
}

#col_detallada {
    background-color: #fff;
    padding: 0;
    width: 25%;
    border-right: 1px solid #D9D9D9;
    float: left;
    /*min-height: 140px;*/
    text-align: center;
}

.prev_tipo {
    margin: 0;
    text-align: center;
    font-weight: 500;
}

#estado_det {
    color: #F17D63;
    text-align: left;
    padding-left: 10px;
    background-color: #FAFAFA;
    bottom: 0;
    line-height: 2;
    width: 100%;
    margin-top: 0;
    font-size: 14px;
}

#col_detallada:last-of-type {
    border-right: none;
}

@media (max-width:650px) {
    #tabla_detallada {
        width: 100%;
        float: left;
    }

    .fila_tabla img {
        width: 60px;
    }

    .dia_semana {
        font-size: 15px;
    }

    .estado_det {
        font-size: 10px;
    }

    .prev_tipo {
        font-size: 12px;
    }
}

@media (max-width:480px) {
    #col_detallada:nth-of-type(even) {
        border-right: none;
    }

    #col_detallada {
        width: 50%;
    }
}

/*footer*/
.footer_block_title {
    position: absolute;
    top: 20;
    right: 0;
    left: 0;
}

.btn_oratge_footer {
    background-color: #5EA3AA;
    padding: 8px 40px;
    border-radius: 25px;
    color: #fff;
}

.btn_widget_footer {
    background-color: #F5C440 !important;
    padding: 8px 40px !important;
    border-radius: 25px !important;
    color: #fff !important;
}

a.btn_oratge_footer:hover,
a.btn_widget_footer:hover,
a.btn_blog:hover {
    color: #fff !important;
}

.footer_blocks .footer_block_1,
.footer_blocks .footer_block_2 {
    min-height: 600px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding: 0px;
    padding-top: 40px;
}

.footer_block_1 {
    background-color: #FAFAFA;
}

.footer_block_2 {
    background-color: #F1F1F1;
}

.footer_blocks .footer_block_1 img {
    max-width: 350px;
}

.footer_block_text,
.footer_block_text a {
    font-weight: 300;
    max-width: 500px;
    width: 100%;
    color: #4F4F4F;
}

.footer_block_text {
    padding: 20px 0px;
    margin: 0px;
}

.footer_block_img {
    height: auto;
    width: 100%;
}

.footer_blocks .footer_block_1 .content,
.footer_blocks .footer_block_2 .content {
    padding: 0px 40px;
}

.widget_footer {
    display: block;
    width: 100%;
    min-height: 290px;
    max-width: 350px;
    border: 1px solid whitesmoke;
    margin: 0 auto;
    background: #fff;
}

.footer_img {
    background: url(/wp-content/uploads/2015/11/img_oratgenet_albufera.png);
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 573px;
    height: 100%;
    position: relative;
}

.footer_img:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: block;
    background-color: rgba(216, 216, 216, 0.32);
}

@media (min-width:1200px) {
    .auto-clear .col-lg-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-lg-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-lg-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-lg-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-lg-6:nth-child(odd) {
        clear: left;
    }

    .title_blog .tit_home a,
    .title_blog .tit_home a {
        min-height: 65px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .auto-clear .col-md-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-md-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-md-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-md-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-md-6:nth-child(odd) {
        clear: left;
    }

    /*#navbar li:nth-of-type(7) { display: none; }*/
}

@media (min-width:768px) and (max-width:1199px) {
    .auto-clear .col-sm-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-sm-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-sm-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-sm-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-sm-6:nth-child(odd) {
        clear: left;
    }
}

@media (min-width:768px) and (max-width:991px) {

    /* #navbar li:nth-of-type(3), #navbar li:nth-of-type(6),
 #navbar li:nth-of-type(8) { display: none; }*/
    .container {
        width: 95%;
    }
}

@media (min-width:768px) {
    .navbar-nav {
        float: none;
    }

    #navbar .dropdown-menu li a::before {
        content: none;
    }

    #home_prevision {
        display: flex;
        padding: 0;
        margin: 0 -2vw;
        overflow: hidden;
    }

    #home_prevision #tablas_home {
        overflow: hidden;
        flex: 1;
        transition: all .3s ease-in-out;
        box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    }

    #home_prevision #tablas_home:nth-child(1) {
        flex: 2;
    }

    #home_prevision:hover #tablas_home:nth-child(1) {
        flex: 1;
    }

    #home_prevision #tablas_home:hover {
        flex: 2 !important;
    }

}

@media (max-width:767px) {
    .auto-clear .col-xs-1:nth-child(12n+1) {
        clear: left;
    }

    .auto-clear .col-xs-2:nth-child(6n+1) {
        clear: left;
    }

    .auto-clear .col-xs-3:nth-child(4n+1) {
        clear: left;
    }

    .auto-clear .col-xs-4:nth-child(3n+1) {
        clear: left;
    }

    .auto-clear .col-xs-6:nth-child(odd) {
        clear: left;
    }

    #navbar.navbar-collapse li,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li {
        font-weight: 200;
        font-size: 20px;
        text-align: center;
    }

    .navbar-collapse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        line-height: 1.5;
        display: inline-block;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .dropdown-menu>li>a,
    #navbar .dropdown-menu>li>a:hover {
        color: #fff;
    }

    #navbar li.menu_widget {
        position: relative;
        border-radius: 15px;
        margin-right: 0px;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 10px 15px 10px 25px;
    }
}

@media (max-width:1024px) {

    .archive-blog h1,
    .mediambient-blog h1,
    .widgets_oratgenet h1,
    .previsio_det h1 {
        text-align: center;
        font-size: 36px;
        margin-bottom: 10px;
        margin-top: 40px;
    }

    .previsio_det h2 {
        text-align: center;
    }

    .widgets_oratgenet h1 {
        margin-bottom: 40px;
    }
}

@media (max-width:991px) {

    .footer_blocks .footer_block_1,
    .footer_blocks .footer_block_2 {
        min-height: unset;
        padding: 20px;
    }

    .footer_blocks .footer_block_1 .content,
    .footer_blocks .footer_block_2 .content {
        padding: 40px;
    }

    .footer_block_title {
        position: unset;
    }

    .form_servicis {
        width: 70%;
    }

    .consulta_tiempo .row {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .consulta_tiempo .row .columna {
        padding: 10px 0px;
    }

    .container_prevision {
        flex-direction: column;
        align-items: center;
    }

    .cover-container img {
        margin-top: 50px;
    }

    #bloque_previsionescmedia p {
        text-align: center;
    }

    #bloque_previsionescmedia .title_previsionescmedia:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

    #bloque_comun {
        text-align: center;
    }
}

@media (max-width:798px) {
    .widget_in_mv {
        display: block;
    }

    .widget_in_desktop {
        display: none;
    }
}

@media (max-width:576px) {
    article h1.entry-title {
        margin-top: 40px;
    }
}

.relative {
    position: relative;
}

.columna_publicitat {
    position: absolute;
    z-index: 0;
    top: 60px;
    width: 100%;
    max-width: 300px;

    @media (max-width:1800px) {
        max-width: 250px;
    }

    &.aside_left {
        left: 0;
        right: auto;
        transform: translateX(calc(-100% - 15px));
        text-align: right;

    }

    &.aside_right {
        right: 0;
        left: auto;
        transform: translateX(calc(100% + 15px));
    }
}