/*
Theme Name: ConcursosDN
Theme URI: http://www.santirivas.info/ConcursosDN
Description: Concursosdn is a free WordPress theme based in Meris theme by MageeWP that can be use for various purposes, for business, travel, food, service and more. The clean homepage layout is very flexible due to it allows to add widgets. ConcursosDN theme comes with full-width sliders in the homepage and small featured sliders in the sidebar(optional), portfolios, social icons, slogon, and other popular widgets. More options are given to the sidebar setting: no sidebar, left sidebar, right sidebar, and sidebar on both sides. Furthermore, Font Awesome Icons are avaible in the theme to add icons aywhere. This theme is built with the latest HTML5 and CSS3 website standard (from the Twitter Bootstrap), and fully responsive in different browsers and displays. ConcursosDN is the ideal theme to create your personal websites and business websites for company.
Version: 1.0
Author: Santi Rivas
Author URI: http://www.santirivas.info
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, three-columns, yellow, green, dark,light,gray, responsive-layout, custom-background, custom-header, custom-menu, theme-options, left-sidebar, right-sidebar, translation-ready, editor-style, featured-images, full-width-template

ConcursosDN Wordpress Theme has been created by santirivas.info, Copyright 2014 WordPress.org.
ConcursosDN Wordpress theme is released under the terms of GNU GPL.
*/

/*
 * 1.0 Reset
 * Reset CSS by Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 */
@import url(https://fonts.googleapis.com/css?family=Roboto:300italic,400italic,700italic,400,300,700);

html{
    height: 100%;
    font-family: 'Roboto', sans-serif;
}
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, 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;
}
body {
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section, 
div{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing:    border-box;
    box-sizing:         border-box;	
}

audio,
canvas,
video {
    display: inline-block;
    max-width: 100%;
}

html {
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust:     100%;
}

body,
button,
input,
select,
textarea {
    color: #888;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.6;
    outline: none;
}

input:invalid {
    box-shadow: none;
}

a {
    color: #5C5C5C;
    text-decoration: none;
}

a:focus {
    /*outline: thin dotted;*/
}

a:hover,
a:active {
    outline: 0;
    text-decoration: none;
    color: #ff9900 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-weight: 700;
    margin: 36px 0 12px;
    color: #333;
}

h1 {
    font-size: 24px;
    line-height: 1.2;
}

h2 {
    font-size: 22px;
    line-height: 1.2;
}

h3 {
    font-size: 20px;
    line-height: 1;
}

h4 {
    font-size: 18px;
    line-height: 1;
}

h5 {
    font-size: 16px;
    line-height: 1;
}

h6 {
    font-size: 14px;
    line-height: 1;
}

address {
    font-style: italic;
    margin-bottom: 24px;
}

abbr[title] {
    border-bottom: 1px dotted #2b2b2b;
    cursor: help;
}

b,
strong {
    font-weight: 700;
}

cite,
dfn,
em,
i {
    font-style: italic;
}

mark,
ins {
    background: #ff9900;
    text-decoration: none;
}

p {
    margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    -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;
    height: auto;
    vertical-align: middle;
    max-width: 100%;
}

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: 100%;
    margin: 0;
    max-width: 100%;
    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: center;
}

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;
}

::selection {
    background: #ff9900;
    color: #fff;
    text-shadow: none;
}

::-moz-selection {
    background: #ff9900;
    color: #fff;
    text-shadow: none;
}

:hover {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease; 
}

.required {
    color: #ff9900;
}

.clear {
    clear: both;
}

nav li {
    list-style-type: none;
}

.wp-caption {
	}.wp-caption-text {
	}.sticky {
	}.gallery-caption {
	}.alignright {
	}.alignleft {
	}.aligncenter {
	}.bypostauthor > .comment-body .fn:before {
	vertical-align:text-top;
}


/*
 * 2.0 Header
 */
.homepage {
    position: relative;
}

/*
 * 2.1 Header logo
 */
header {
    top: 0;
    left: 0;
    z-index: 9;
    background:#fff;
    background-color: #fff;
    color: #fff;
    min-height: 71px;
    text-transform: uppercase;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    position: relative;
}

.homepage header {
    position: absolute;
}

.logo-box {
    float: left;
    margin-top: 20px;
    color:#fff;
}

.site-logo {
    float: left;
    width: 307px;
}

.name-box {
    float: left;
    margin-left: 10px;
    display: none;
}

.site-name {
    margin: 0;
    color: #fff;
    font-size: 28px;
    letter-spacing: .05em;
}

.name-box a {
    text-decoration: none
}

.site-tagline {
    font-size: 12px;
    color: #fff;
}

/*
 * 2.2 Header Search
 */
.search-form {
    float: right;
    border: 1px solid #ddd;
    background-color: #fff;
    overflow: hidden;
    width: 140px;
    margin-top: 20px;
    margin-right: 15px;
    padding: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.search-form input[type="text"] {
    border: none;
    float: left;
    width: 100%;
    margin-right: -25px;
    padding-right: 25px;
    background-color: #fff;
    color: #000;
    max-height: 20px;
}

.search-form input[type="submit"] {
    background: url(images/search.png);
    float: right;
    border: none;
    width: 20px;
    height: 20px;
}

/*
 * 2.3 Header navigation
 */
.site-nav {
    clear: right;
    float: right;
    display: block;
    z-index: 10;
}

.site-nav ul {
    margin: 0;
    float: left;
}

.site-nav > ul > li {
    float: left;
    position: relative;
}

.site-nav > ul > li + li {
    margin-left: 5px;
}

.site-nav > ul > li a {
    display: block;
    font-size: 15px;
    font-weight: 700;
    line-height: 70px;
    padding: 0 5px;
    color: #5C5C5C;
    border-bottom: 1px solid transparent;
    text-shadow: none;
}

.site-nav > ul > li:hover > a {
    border-bottom-color: #ff9900;
    color: #ff9900;
}

.site-nav > ul > li a i {
    font-size: 15px;
    margin-left: 5px;
}

.site-nav li ul {
    display: none;
    position: absolute;
    left: 0;
    background-color: #fff;
    width: auto;
    min-width: 290px;
}

.site-nav li:hover > ul {
    display: block;
    width: auto;
}

.site-nav li ul li {
    float: none;
    margin: 0;
    border-bottom: 1px solid #e6e7e7;
    width: auto;
    min-width: 290px;
}

.site-nav li ul li a {
    line-height: 40px;
    color: #5C5C5C;
    font-size: 13px;
}

.site-nav li ul li:hover {
    background-color: transparent !important;

}

.site-nav li ul li ul {
    left: 100%;
    margin-top: -35px;
}

.site-search-toggle {
    display: none;
    float: right;
    margin-top: 25px;
    background-color: transparent;
    border: none;
    color: #ccc;
}

.site-nav-toggle {
    display: none;
    float: right;
    margin-top: 25px;
    background-color: transparent;
    border: none;
    color: #ccc;
}

/*@media screen and (min-width: 919px){
    .site-nav {
		display: none;
    }
    .mobile-menu {
		display: none;
    }
}*/

@media screen and (max-width: 1082px){
    .site-nav > ul > li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .site-logo {
	    max-width: 245px;
	}
}

@media screen and (max-width: 919px){        
    #login{
        display: none;
    }
    .site-nav-toggle {
            display: block;
    }
    .site-nav {
        display: none;
        width: 100%;
        margin-top: 0;
        background-color: #fff;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .site-nav > ul > li {
        float: none;
    }
    .site-nav > ul > li + li {
        margin-left: 0;
    }
    .site-nav > ul > li a {
        line-height: 50px;
    }
    .site-nav li ul {
        position: static;
        margin-left: 35px;
        z-index: 200;
    }
    .site-search-toggle {
        display: block;
    }
    .search-form {
        display: none;
    }
    header {
        min-height: 75px;
    }
    .carousel {
        padding-top: 75px !important;   
    }
    .logo-box {
        margin-top: 10px;
    }
    .search-form {
        position: absolute;
        top: 100%; right: 0;
        background-color: #fff;
        overflow: hidden;
        width: 240px;
        margin-top: 5px;
        margin-right: 15px;
        padding: 3px;
    }
    .site-logo {
        width: 250px;
        margin-top: 15px;
    }
    #login {
        font-size: 11px;
    }
    #patrocinio{
        width: 90px !important;
    }        
}

header .container{
    width: 100%;
    /*max-width: 1170px;*/
}

/*
 * sticky header
 */
header.sticky-header {
    display:none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.9) !important;
    z-index: 9999;
    width: 100%;
    opacity: 1;
    box-shadow: 1px 0 5px #333;
    min-height: 50px;
}

.sticky-header .site-nav > ul > li > a {
    line-height: 60px;
    color: #5C5C5C;
}

.sticky-header .logo-box {
    margin-top: 10px;
}

.sticky-header .site-logo {
    margin-top: 10px;
    width: 257px;
}

.sticky-header .name-box {
    margin-top: 5px;
}

.sticky-header .site-nav-toggle,
.sticky-header .site-search-toggle {
	margin-top: 15px;
}

/*
 * 3.0 Home Sections
 */
section[class^="homepage-section-"]
{
    padding: 50px 0;
}
section.home-section{
    padding: 0px 0;
}

section .widget{
    width:100%;
    clear:both;
}
        
/*
 * 3.1 Section Slider
 */
.homepage-slider .carousel-caption {
    top: 1%;
    right: 15%;
    left: 15%;
    color: #fff;
    z-index: 3;
    max-height: 570px;
}

.homepage-slider .carousel-caption h1 {
    color: #fff;
    font-size: 3.5em;
    text-transform: uppercase;
    font-weight: normal;
}

.homepage-slider .carousel-caption strong {
    font-weight: bold;
}

.homepage-slider .carousel-caption s {
    color: #fed136;
    text-decoration: none;
}

.homepage-slider .carousel-caption button {
    border: none;
    background-color: #ff9900;
    color: #fff;
    height: 50px;
    font-size: 18px;
    text-transform: uppercase;
    margin-top: 30%;
    font-weight: bold;
    /*border-radius: 20px;*/
}

.homepage-slider .carousel-indicators li {
    border-width: 3px;
    height: 18px;
    width: 18px;
    border-radius: 18px;
    margin: 8px;
}

.homepage-slider .carousel-indicators li.active {
    background-color: #ff9900;
    margin: 5px;
}

.homepage-slider .carousel-control .fa {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 50px;
}

.homepage-slider .carousel-control .fa-angle-left {
    left: 50%;
}

.homepage-slider .carousel-control .fa-angle-right {
    right: 50%;
}

@media screen and (max-width: 1100px) {
    .carousel-inner{
        width:100%;
        /*max-height: 450px !important;*/
        overflow: hidden;
    }
    .homepage-slider .carousel-caption h1 {
        margin: 10px 0px 12px;
        font-size: 2.5em;
    }
    .homepage-slider .carousel-caption {
        bottom: 20%;
    }
    .carousel-indicators {
        display: none;
    }
    .homepage-slider .carousel-caption button {
        width: 330px;
        height: 40px;
        font-size: 18px;
        margin-top: 30%;
    }
    #patrocinio{
        width: 110px !important;
    }
}

@media screen and (max-width: 919px) {
    .boton_home {
        color: #FFF;
        font-size: 11px !important;
        text-align: center;
    }		
    .site-nav .sub-menu,
    .site-nav .children{
        display:block;
        margin-top: 4px;
    }
    .site-nav li ul li a{
        /*color:#fff;*/
    }
    .site-nav > ul > li {
        position:static;
    }
    .carousel-inner{
        width:100%;
        /*max-height: 350px !important;*/
        overflow: hidden;
    }
    .homepage-slider .carousel-caption button {
        width: 205px;
        height: 40px;
        font-size: 18px;
        margin-top: 30%;
    }
    .entry-title {
        font-size: 30px !important;
    }
}

@media screen and (max-width: 768px) {
    .site-logo {
        width: 250px;
        margin-top: 15px;
    }
    .boton_home {
        color: #FFF;
        font-size: 9px !important;
        text-align: center;
    }        
    .carousel {
        padding-top: 75px;

    }
    .homepage-slider .carousel-caption h1 {
        font-size: 1.5em;
        margin: 5px 0px 12px;
    }
    .homepage-slider .carousel-caption {
        bottom: 5%;
    }
    .homepage-slider .carousel-caption button {
        width: 155px;
        height: 30px;
        font-size: 13px;
        margin-top: 30%;
        line-height: 12px;
    }
    .entry-title {
        font-size: 25px !important;
    }
    #patrocinio{
        width: 70px !important;
    }
    
    section.home-section.home-page-secion-one {
        /*padding-top: 70px !important;*/
    }
    
}
@media screen and (max-width: 460px) {
    .site-logo {
        width: 257px;
        margin-top: 20px;
    }
    .carousel {
        padding-top: 75px;
    }
    .homepage-slider .carousel-caption h1 {
        font-size: 0.5em;
        margin: -16px 0 12px;
    }
    .homepage-slider .carousel-caption {
        bottom: 5%;
    }
    .homepage-slider .carousel-caption button {
        width: 100px;
        height: 25px;
        font-size: 13px;
        margin-top: 5px;
    }
    .carousel-inner{
        width:100%;
        /*max-height: 120px !important;*/
        overflow: hidden;
    }
    .entry-title {
        font-size: 20px !important;
    }
    #patrocinio{
        width: 60px !important;
    }
}

@media screen and (max-width: 320px) {
    .site-logo {
        width: 208px;
        margin-top: 15px;
    }
    .carousel {
        padding-top: 75px;
    }
    .homepage-slider .carousel-caption h1 {
        font-size: 0.5em;
        margin: -16px 0 12px;
    }
    .homepage-slider .carousel-caption {
        bottom: 5%;
    }
    .homepage-slider .carousel-caption button {
        width: 100px;
        height: 25px;
        font-size: 13px;
        margin-top: 5px;
    }
    .carousel-inner{
        width:100%;
        /*max-height: 120px !important;*/
        overflow: hidden;
    }
    .entry-title {
        font-size: 17px !important;
    }
}

/*
 * 3.2 Section Service
 */
.service {
    padding: 20px 0;
}

.service-box {
    padding: 5px;
    overflow: hidden;
}

.service-box h3 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.service-box i {
    font-size: 150px;
    color: #b5b5b5;
}

.service-box:hover i {
    color: #fed136;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease; 
}

.service-box p {
    text-align: left;
    margin-bottom: 15px;
}

.service-box a {
    float: right;
    font-size: 12px;
    color: #888;
}

.service-box:hover a {
    color: #fed136;
}

/*
 * 3.3 Section Slogan
 */
.slogan {
    padding: 25px 0;
}

.slogan-wrapper {
    background-color: #fed136;
}

.slogan .container {
    position: relative;
}

.slogan-box {
    color: #fff;
    font-size: 20px;
    padding: 15px 0;
}

.slogan-box h3 {
    color: #fff;
    font-size: 35px;
}

.slogan .quote i {
    color: #fed136;
}

.slogan .quote {
    position: absolute;
}

.slogan .quote i {
    font-size: 50px;
}

.slogan .quote.left {
    left: 0;
    top: -15px;
}

.slogan .quote.right {
    right: 0;
    bottom: -20px;
}

.slogan .quote-slit {
    position: absolute;
    overflow: hidden;
    width: 100%;
    height: 30px;
    left: 0;
    z-index: 999;
}

.slogan .quote-slit i {
    color: #fff!important;
}

.slogan .quote.left .quote-slit {
    height: 35px;
    top: 15px;
}

.slogan .quote.left .quote-slit i {
    position: absolute;
    top: -15px;
}

.slogan .quote.right .quote-slit {
    bottom: 20px;
}

/*
 * 3.4 Section Portfolio
 */

.title-wrapper::after {
    content: "";
    display: table;
    clear: both;
}

.module-title {
    font-size: 36px;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    text-transform: uppercase;
}

.module-description {
    float: left;
    margin-top: 75px;
}

.portfolio-box img {
    border: 1px solid transparent;
    padding: 5px;
    -webkit-filter: grayscale(100%); 
    -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
    -o-filter: grayscale(100%); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);  
    _filter:none; 
}

.portfolio-box img:hover {
    border-color: #fed136;
    -webkit-filter: grayscale(0); 
    -moz-filter: grayscale(0); 
    -ms-filter: grayscale(0); 
    -o-filter: grayscale(0); 
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);  
}

.portfolio-box h3 {
    margin-top: 20px;
    margin-bottom: 5px;
}

.portfolio-box ul {
    display: inline-block;
    margin-left: 0;
}

.portfolio-box li {
    list-style-type: none;
    float: left;
}

.portfolio-box li a {
    color: #737373;
}

.portfolio-box li a:hover {
    color: #fed136;
}

.portfolio-box li + li::before {
    content: "\, ";
}

/*
 * 3.5 Section About and Contact
 */
.contact-form {
    margin-left: 10px;
}

.contact-form fieldset {
    border: none;
    width: 100%;
    font-size: 14px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 10px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-bottom: 5px;
    border-radius: 2px;
}

.contact-form input[type="submit"] {
    color: #fff;
    background-color: #fed136;
    float: right;
    width: 200px;
    border: none;
    font-weight: bold;
    font-size: 18px;
}

.home-page-secion-four{
    height: 0px;
}

/*
 * 3.6 Section footer
 */
.footer{
    clear: both;
    padding-top: 20px;
    height: 180px;
    margin-top: 25px;
}

footer {
    background-color: #ff9900;
}

.site-sns {
    margin: 10px auto 0;
    display: inline-block;
}

.site-sns i {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 5px;
    width: 32px;
    height: 32px;
    background-color: #444;
    border-radius: 16px;
    padding-top: 9px;
    text-align: center;
}

.site-sns i:hover {
    color: #ff9900;
    background-color: #fff;
}

.site-info {
    font-size: 13px;
    margin-bottom: 10px;
    color: #fff;
    height: 45px;
    width: 550px;
    margin: 0 auto;
}

.site-info a {
    color: #fff;
}

.site-info a:hover {
    color: #fff;
    text-decoration: underline;
}

/*
 * 4.0 Blog List Main
 */
.blog-list-page header {
    background-color: #fff;
}

.blog-main {
    padding: 0px 0;
}

.breadcrumb-box {
    font-size: 11px;
    text-transform: uppercase;
    padding-top: 10px;
}

.breadcrumb-box a,
.breadcrumb-box span,
.breadcrumb-box i {
    margin-right: 5px;
}

.entry-box {
    padding: 0 0 50px;
    margin-top: 0px;
}

.entry-box {
    border-bottom: 1px solid #ff9900;
}
.blog-list-wrap article.entry-box:last-child,
.entry-box.last {
    border-bottom: none!important;
}

.entry-date {
    width: 50px;
    height: 50px;
    border-radius: 5px;
    overflow: hidden;
    background-color: #ff9900;
    color: #fff;
}

.entry-date .day {
    font-size: 50px;
    line-height: 1;
    margin-top: -8px;
    margin-left: -3px;
}

.entry-date .month {
    text-transform: uppercase;
    font-size: 10px;
    margin-top: -6px;
}

.entry-meta {
    font-size: 11px;
    text-transform: uppercase;
    overflow: hidden;
    margin-bottom: 20px;

}

.entry-author,
.entry-category,
.entry-comments,
.entry-edit {
    float: left;
    margin-right: 15px;
}

.entry-meta i {
    color: #000;
    margin-right: 5px;
}

.entry-title {
    font-size: 27px;
    font-weight: normal;
    text-transform: uppercase;
    /* text-shadow: 1px 1px 2px rgb(0 0 0 / 10%); */
    color: #fff;
    margin-top: 18px;
    margin-bottom: 0px;
}

.entry-meta a {
    color: #949392;
}

.entry-meta a:hover {
    color: #ff9900;
}

.entry-main {
}

.entry-title:hover {
    color: #5c5c5c;
    background-color: #ffffff;
    border: 1px solid #5c5c5c;
}

.entry-main img {

}

.entry-footer {
    overflow: hidden;
    margin-top: 10px;
}

.entry-more {
    float: right;
    background-color: #ff9900;
    color: #fff;
    font-size: 12px;
    font-style: italic;
    text-transform: uppercase;
    padding: 5px 15px;
}

.list-pagition {
}

.list-pagition a {
    color: #ccc;
}

.list-pagition a,
.list-pagition span {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 5px;
    font-size: 12px;
    line-height: 20px;
}

.list-pagition a:hover {
    color: #fff;
    background-color: #ff9900;
}

/*
 * 4.1 Blog Detail Main
 */
.post-entry {
    padding: 50px 0;
}
.entry-content{
    overflow:hidden;
}

.entry-content p {
    text-align: justify;
}

.entry-summary a,
.entry-content a {
    color: #5C5C5C;
}

.entry-summary a:hover,
.entry-content a:hover {
    text-decoration: none;
    color: #ff9900;
}

.entry-summary img,
.entry-content img {
    max-width: 100%;
    margin-bottom: 12px;
}

.comments-area {
    border-top: 1px #ccc dashed;
}

.comments-area h2 {
    text-transform: uppercase;
}

.comment-respond {
    border-top: 1px #ccc dashed;
}

.comment-form {
    width: 100%;
}

.comment-body {
    margin-top: 10px;
    overflow: hidden;
    position: relative;
}

.comment-avatar {
    float: left;
    height: 45px;
}

.comment-avatar img {
    border-radius: 3px;
}

.comment-box {
    float: left;
    margin-left: 20px;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 3px;
    max-width: 80%;
}

@media screen and (max-width: 430px){
    .comment-box {
        max-width: 60%;
    }	
}

.comment-box::after {
    content: "";
    position: absolute;
    border: 10px solid;
    border-color: transparent;
    border-right-color: #f7f7f7;
    margin-left: -18px;
    width: 0;
    height: 0;
    left: 72px; top: 15px;
}

.comment-info {
    font-weight: bold;
}

.comment-content {
    clear: both;
    font-style: italic;
}

.comments-list li {
    list-style-type:none;
}

.comment-form section {
    overflow: hidden;
    margin-bottom: 20px;
}

.comment-form label {
    display: inline-block;
    clear: both;
    margin-bottom: 2px;
    float: left;
    width: 100px;
}

.comment-form input,
.comment-form textarea {
    padding: 6px;
    outline: none;
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    max-width: 100%;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: #ff9900;
    color: #ff9900;
}

.form-submit {
    max-width: 100%;
    overflow: hidden;
}

.form-submit input {
    background-color: #ff9900;
    color: #fff;
    width: 140px;
    border: none;
    float: right;
}

/*
 * 4.1 Blog Side
 */
.blog-side {
    padding: 50px 0;
}

.widget-area {
	
}

.widget-box {
	margin-bottom: 36px;
	overflow: hidden;
	font-size: 11px;
}

.widget-title {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #000;
}

.widget-sns {
}

.widget-sns a{
	padding-right:5px;
	}
.widget-sns i {
    width: 24px;
    height: 24px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    background-color: #eee;
}

.widget-sns i:hover {
    background-color: #fed136;
    color: #fff;
}

.widget-box ul {
    margin-left: 10px;
}

.widget-box li {
    list-style-type: none;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.widget-box .nav-tabs{
    border-bottom:none;
}
.widget-box .nav-tabs li {
    margin-bottom: 0;
}

.widget-box a {
    color: #949392;
}

.widget-box a:hover {
    color: #fed136;
}

.searchform, 
.widget-search {
    border: 1px solid #ccc;
    padding: 4px;
    overflow: hidden;
    max-width: 200px;
}

.searchform input[type="text"],
.widget-search input[type="text"] {
    border: none;
    float: left;
    width: 100%;
    margin-right: -25px;
    padding-right: 25px;
}

.searchform input[type="submit"],
.widget-search input[type="submit"] {
    background: url(images/search.png);
    float: right;
    border: none;
    width: 20px;
    height: 20px;
}
.searchform label{
    display:none;
}
.searchform #searchsubmit{
    text-indent:-99999px;
}
	
.search-no-results .searchform{
    margin: 20px auto 0;
    max-width: 400px;
}
.search-no-results .blog-list-wrap{
    padding:30px 0;
}
.widget-slider {
    position: relative;
}

.widget-slider .carousel-bg {
    background-color: #eee;
    width: 100%;
    height: 50px;
}

.widget-slider .carousel-indicators {
    bottom: -65px;
}

.widget-slider .carousel-indicators li {
    border-width: 2px;
    height: 10px;
    width: 10px;
    border-radius: 5px;
    margin: 3px;
    border-color: #fed136;
}

.widget-slider .carousel-indicators li.active {
    background-color: #fed136;
    margin: 3px;
}

.widget-box .tagcloud a {
    padding: 3px 7px;
    background-color: #fed136;
    border-radius: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    display: inline-block;
}

.widget-box .tagcloud a:hover {
    color: #fff;
}

.widget-post .tab-pane ul {
    margin-left: 0;
}

.widget-post .tab-pane li {
    list-style-type: none;
    float: left;
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
}

.widget-post .tab-pane img {
    display: block;
    float: left;
    width: 20%;
    margin-right: 3%;
    border-radius: 5px;
}

.widget-post .tab-pane .tab-inner-box {
    float: left;
    width: 75%;
    margin-top: -5px;
}

.widget-post .tab-pane .tab-inner-box a {
    color: #000;
}

.widget-post .tab-pane .tab-inner-box a:hover {
    color: #fed136;
}

.widget-post .nav-tabs {
    margin-left: 0;
}

.widget-post .nav-tabs > li {
    width: 50%;
    text-align: center;
}

.widget-post .nav-tabs > li > a {
    background-color: #eee;
    border: 1px solid #dedede;
    border-radius: 0;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 12px 0;
    color: #000;
    text-align: center;
}

.widget-post .nav-tabs > li > a:hover {
    color: #fed136;
}

.widget-post .nav-tabs > li.active > a {
    border-color: transparent;
    background-color: #fed136;
    color: #fff;
}

/*
 * 5.0 404
 */
.page-404 i {
    margin-top: 20px;
    font-size: 70px;
    color: #fed136;
}

.page-404 p {
    margin-top: 30px;
    font-size: 30px;
    color: #777;
}

.page-404 p strong {
    font-size: 40px;
}

/**/
.divider{
    width:100%;
    clear:both;
}
.fa-2 {
    font-size: 2em;
}
.fa-3 {
    font-size: 4em;
}
.fa-4 {
    font-size: 7em;
}
.fa-5 {
    font-size: 12em;
}
.fa-6 {
    font-size: 20em;
}

#loading i{ 
   height:35px; 
   width:35px;
}
.contact-form #loading{
    float:left;
    display:inline-block;
}
.alignleft {
    text-align:left;
    float:left;
    margin-right:10px;
}
.alignright {
    text-align:right;
    float:right;
    margin-left:10px;
}
.aligncenter {
    text-align:center;
}

/*
By santirivas modifications on meris theme
*/

/*
Estilos galerias general
*/

.row-centered {
    text-align:center;
}

.col-centered {
    display:inline-flex;
    text-align:left;
    margin-right:-4px;
}

.view {
    width: 100%;
    height: auto;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view img {
    display: block;
    position: relative
}
.view-first img { 
    transition: all 0.2s linear;
    margin: 0px;
    display: block;
}
.view-first:hover img { 
    transform: scale(1.1);
}
.view-first .mask {
    opacity: 0;
    background-color: rgba(255,255,255, 0.7); 
    transition: all 0.4s ease-in-out;
}
.view-first:hover .mask { 
    opacity: 1;
}

.view .mask {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.link-zoom { 
    background-color: transparent;
    opacity: 0;
    transition: all 0.2s linear;
    text-align: center;
}

p.link-zoom{
    top:33%; 
}

.view-first:hover .link-zoom {
    opacity: 1;
}

.link-zoom a:hover{
    text-decoration: none;
}

.galeria-DN{
    margin-top: 10px;
}

/*
Estilos Galerias fotograficas
*/
#foto-wrapper {
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    width: 100%;
}
#foto-wrapper h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 5px; 
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #eee;
    height: 40px;
}
#foto-wrapper h2 a{
    color: #000;
}
#foto-wrapper h2 a:hover{
    color: #ff9900;
}
#foto-wrapper .view a {
    color: #000;
}
#foto-wrapper p {
    font-size: 11px;
    position: relative;
    color: #000;
    padding: 5px;
    margin: 0px;
    text-align: center;
    line-height: 1.3em;
}
#foto-wrapper .desc {
    min-height: 40px;
    overflow: hidden;
    max-height: 40px;
}
#foto-wrapper .desc p{
    text-align: left;
}

/*
Estilos Galerias videos
*/
#video-wrapper {
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
}
#video-wrapper h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 5px; 
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #eee;
}
#video-wrapper h2 a{
    color: #000;
}
#video-wrapper h2 a:hover{
    color: #ff9900;
}
#video-wrapper .view a {
    color: #000;
}
#video-wrapper p {
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 5px;
    margin: 0px;
    text-align: center;
    line-height: 1.3em;
}
#video-wrapper .desc {
    min-height: 40px;
    overflow: hidden;
}
#video-wrapper .desc p{
    text-align: left;
}

/*
Estilos Galerias relatos
*/
#relato-wrapper {
    margin-bottom: 15px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    text-align: center;
    width: 100%;
}

#relato-wrapper h2 {
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    margin: 0px;
    padding: 5px; 
    bottom: 0;
    text-align: center;
    width: 100%;
    background-color: #eee;
}

#relato-wrapper h2 a{
    color: #000;
}

#relato-wrapper h2 a:hover{
    color: #ff9900;
}

#relato-wrapper .view a {
    color: #000;
}

#relato-wrapper p {
    font-size: 12px;
    position: relative;
    color: #000;
    padding: 5px;
    margin: 0px;
    text-align: justify;
    line-height: 1.3em;
}

#relato-wrapper p:first-letter {
    font-size: 20px;
    font-weight: bold;
}

#relato-wrapper .desc {
    min-height: 230px;
    overflow: hidden;
}

/* home */
.menu-home-icono > a:before {
    font-family: FontAwesome;
    content: "\f015";
    margin-right: 5px;
}

/* conursos */
.menu-concurso-icono > a:before {
    font-family: FontAwesome;
    content: "\f0c0";
    margin-right: 5px;
}

/* fotografia */
.menu-fotografia-icono > a:before {
    font-family: FontAwesome;
    content: "\f030";
    margin-right: 5px;
}

/* relato */
.menu-relato-icono > a:before {
    font-family: FontAwesome;
    content: "\f02d";
    margin-right: 5px;
}

/* video */
.menu-video-icono > a:before {
    font-family: FontAwesome;
    content: "\f03d";
    margin-right: 5px;
}

.registerlink > a:before {
    font-family: FontAwesome;
    content: "\f234";
    margin-right: 5px;
}

.loginlink > a:before {
    font-family: FontAwesome;
    content: "\f090";
    margin-right: 5px;
}

.profilelink > a:before {
    font-family: FontAwesome;
    content: "\f007";
    margin-right: 5px;
}

.logoutlink > a:before {
    font-family: FontAwesome;
    content: "\f08b";
    margin-right: 5px;
}

/* sorteos */
.menu-sorteos-icono > a:before {
    font-family: FontAwesome;
    content: "\f091";
    margin-right: 5px;
}

/* votacion popular */
.menu-votacion-icono > a:before {
    font-family: FontAwesome;
    content: "\f164";
    margin-right: 5px;
}

/* ayuda popular */
.menu-ayuda-icono > a:before {
    font-family: FontAwesome;
    content: "\f059";
    margin-right: 5px;
}

.lb-caption {
    text-transform: uppercase;
}

.comments-area {
    border-top: none;
}

.page  h1{
    line-height: 2.2;
    background-color: #ff9900;
    padding-left: 10px;
    color: #fff;
}

.carousel-indicators {
    display: none;
}

/* Post ratings */

.post-entry {
    padding: 0px 0px;
}

.img-vota {
    margin-bottom: 0px !important;

}

/* stilos galeria fotografica
-------------------------------------------------------------- */



post-foto-content p {
    font-size: 11px;
    color: #666666;
    line-height: 1.4em;
    margin: 0;
    font: 13px/1.5em "Helvetica Neue",helvetica,Arial,sans-serif;
    letter-spacing: 0.03em;
    text-align: left;
    display: block;
}

.btn-formulario{
    float: right;
}

.galeria-DN li img {
    display: block;
}

.galeria-DN .mask a{
    color: #000;
}

.galeria-DN .mask a:hover{
    color: #626262;
}

.carousel {
    padding-top: 70px;
   
}

.peopleCarouselImg img, .peopleCarouselImg video {
    width: 100%;
    overflow: hidden;
}
.carousel-inner{
    width:100%;
    /*max-height: 580px;*/
}


video {
    width: 100%    !important;
}

#login {
    font-size: 12px;
    float: right;
    margin-top: 20px;
    margin-right: 15px;
}

#login li {
    display: inline;
    text-decoration: none;
    color: #000;
}

/**
 * Grid item text
 */
.galeria-DN li .foto-desc {
    background-color: #eee;
    color: #000;
    font-size: 12px;
    margin: 0px;
    text-align: left;
}

.header-wrapper {
    position:relative;
}



.fotografia .entry-date,
.video .entry-date,
.relato .entry-date,
.archive .entry-date{
    float: left;
    margin-top: 50px;
    margin-right: 10px;
    border: 1px solid #f00;
}
.entry-cabecera{
    float: left;
    clear: right;
    width: 100%;
    padding-left: 10px;
    background-color: #ff9900;
    margin-bottom: 10px;
    margin-top: 10px;
}

.fotografia .entry-content {
    clear: both;
    margin-bottom: 0px;
}

.fotografia .entry-content img{
    border: 1px solid #000;
}

.fotografia-desc {
    position: absolute;
    top: 50px;
    left: 0;
    color: #fff;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 48px;
}

.fotografia-desc p {
    padding-left: 20px;
    padding-top: 10px;
    width: 80%;
}

.fotografia-desc a {
    float: right;
    margin-top: -50px;
    padding-right: 10px;
    color: #fff !important;
}

#inifiniteLoader{
    z-index: 2;  
    display:none;
}

#nav-below {
    display: block;
}

#pdf{
    height: 650px;
}

section.home-page-secion-four .widget {
    display: inline-block;
    vertical-align: top;
}

.home-page-secion-three{
    display: none;
}

.fa-angle-left, .carousel-control .fa-angle-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    font-weight: bold;
}

#carousel-ganadores .carousel,
#carousel-ganadores2 .carousel,
#carousel-ganadores3 .carousel {
    padding-top: 0px !important;
}

#imagen-video{
    max-width: 480px;
}

.view-first.belen {
    min-height: 166px;
}

.votar .post-ratings img {
/*    border-radius: 10px;*/
}

.archive .entry-summary p{
/*    clear: both;*/
}

 
 @media screen and (max-width: 480px) {
    .homepage-slider{
        /*display: none;*/
    }     
    .pp_social {
        margin-left: 0px !important;
    }
 }
 
.site-sns2 {
    width: 95%;
    margin:auto;
    display: inline-block;
    background-color: #ff9900;
    color: #5c5c5c;
}

.site-sns2 i {
    display: block;
    float: left;
    font-size: 16px;
    color: #fff;
    margin: 5px;
    width: 32px;
    height: 32px;
    background-color: #444;
    border-radius: 16px;
    padding-top: 9px;
    text-align: center;
}

.site-sns2 i:hover {
    color: #ff9900;
    background-color: #fff;
}

.legal {
    background-color: #ff9900;
    position: relative;
    bottom: -10px;
}

.site-sns2 a:hover{
    color: #fff !important;
}

.footer a{
    color: #5c5c5c;
}
.boton_home{
    border: medium none;
    background-color: #ff9900;
    color: #FFF;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 20px;
    padding: 15px;
}
.boton-carousel{
    margin-top: 40px;
}

.boton_home:hover{
    color: #ff9900 !important;
    background-color: #fff;
    border-color: #ff9900 !important;
}
.homepage-slider .carousel-caption button:hover{
    background-color: #fff;
    color: #ff9900 !important;    
}

#text-3{
    font-size: 17px; 
}

.btn-primary {
    color: #fff;
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    font-weight: bold !important;
    font-size: 20px !important;
    
}

.imagen-home{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.imagen-home:before{
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.imagen-home:hover, .imagen-home:focus, .imagen-home:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-7px);
  /* move the element up by 5px */
}
.imagen-home:hover:before, .imagen-home:focus:before, .imagen-home:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

.carousel-control {
    z-index: 2;
}

.carousel.fade {
    opacity: 1;
}
.carousel.fade .item {
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    left: 0 !important;
    opacity: 0;
    top:0;
    position:absolute;
    width: 100%;
    display:block !important;
    z-index:1;
}
.carousel.fade .item:first-child {
    top:auto;
    position:relative;
}
.carousel.fade .item.active {
    opacity: 1;
    -moz-transition: opacity ease-in-out .7s;
    -o-transition: opacity ease-in-out .7s;
    -webkit-transition: opacity ease-in-out .7s;
    transition: opacity ease-in-out .7s;
    z-index:2;
}

/*GALERIA SAN FERMIN STYLES*/
.pagination > li > a{
    color: #fff !important;
    background-color: #ff9900 !important;
    font-weight: 700;
}

.pagination > li > span {
    color: #ff9900 !important;
    background-color: #fff !important;
    font-weight: 700;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #ff9900 !important;
    background-color: #fff !important;
    font-weight: 700;
}

.og-details rating {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    outline: none;
    height: 50px;  
    width: 192px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}

@media screen and (max-width: 830px) {
    .og-details rating {
        padding: 7px 20px;
    }
}

a:visited{
    text-decoration: none;
}

.og-single-fotografia{
/*    background-color: #ddd;*/
    padding: 10px;
}

.og-single-fotografia rating {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    outline: none;
    width: 192px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
    text-align: center;
}

.og-single-fotografia #sharelink a{
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    outline: none;
    height: 50px;
    width: 192px;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    overflow: hidden;
}

/*.page-id-98 .entry-content a,.page-id-102 .entry-content a{
    color: #FFF;
  background-color: #ff9900 !important;
  border-color: #ff9900 !important;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}*/
/*.page-id-98 .entry-content a:hover,.page-id-102 .entry-content a:hover {
    color: #ff9900;
  background-color: #FFF !important;
  border-color: #ff9900 !important;
  
}*/
/*.page-id-98 .entry-content ul,.page-id-102 .entry-content ul {
    list-style: none;
    margin: 0px;
}*/

/*.page-id-98 .entry-content ul li,.page-id-102 .entry-content ul li{
    margin-bottom: 10px;
}*/

.btn-primary:hover {
    color: #ff9900 !important;
    background-color: #fff !important;
    border-color: #ff9900 !important;
}

.modal-title {
  text-align: center;
}

/*.page-id-832 h4{
    color: #f00;
}*/

.menos-margen{
    margin-top: 5px;
}

.carousel-control.left {
    background-image: none !important
}

.carousel-control.right {
    background-image: none !important
}

.entry-summary{
    clear: both;
}

.entry-summary.search img {
    display: inline-block;
    margin-right: 10px;
}

.archive .entry-title:hover,.single-fotografia .entry-title:hover{
    border: none;
}

.social p{
    text-align: center;
}

.subir-foto {
    position: absolute;
    top: 60% !important;
    left: 50%;
}
.bases-concurso {
    position: absolute;
    top: 34%;
    left: 10%;
}

.lupa{
    opacity: 0;
}

.lupa:hover{
    opacity: 0.65;
}

div.facebook .pp_description {
    margin: 0 37px 0 120px;
    max-height: 120px;
    overflow: hidden;
    text-align: justify;
}

/*.pp_social {
    float: left;
    margin-top: 10px !important;
    margin-left: 120px !important;
}*/

.post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
/*    border: 0px;
    padding: 0px;
    margin: 0px;
    width: 64px !important;
    height: 64px !important;*/
}


 @media screen and (max-width: 1000px) {
/*    .post-ratings IMG, .post-ratings-loading IMG, .post-ratings-image IMG {
        border: 0px;
        padding: 0px;
        margin: 0px;
        width: 32px !important;
        height: 32px !important;
    }*/
    
    .twitterShare img, .facebookShare img, .googleShare img{
        width: 32px !important;
        height: 32px !important;
    }
    .pp_social{
             margin-left: 0px !important; 
    }
    .pp_social strong{
        margin-top: 0 !important;
    }
    
 }


.modal{
    z-index: 9999999;
}


.img-overlay {
    position: relative;
    max-width: 500px;
    margin: 0 auto;
}

.project-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    color: #fff;
    padding: 50%;
    padding: 50%;
}

.project-overlay:hover {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('//concursos.diariodenavarra.es/conocer-navarra-2023/wp-content/uploads/2017/08/cloud-upload-2-128x128-white.png');
    background-repeat:no-repeat;
    background-position: center;
    background-size: 64px 64px;
}

.project-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0);
    color: #fff;
    padding: 50%;
    padding: 50%;
}

.project-overlay2:hover {
    background-color: rgba(0, 0, 0, 0.3);
    background-image: url('//concursos.diariodenavarra.es/conocer-navarra-2023/wp-content/uploads/2017/08/votar-overlay-white.png');
    background-repeat:no-repeat;
    background-position: center;
    background-size: 64px 64px;
}

.alert {
    border-radius: 0px;
}

a.pp_previous, a.pp_next {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
}

.pp_description strong{
    font-size: 15px;
    color: #000;
}

#patrocinio{
    position: absolute;
    bottom: 0;
    z-index: 999;
    right: 5%;
    width: 145px;
}
.home-section .home-page-secion-one{
    width: 100% !important;
}

.home-section .home-page-secion-one img{
    width: 100% !important;
    max-width: 100% !important;
}

.home-page-secion-one.container{
    width:80% !important;
}

.bootstrap-filestyle.input-group label{
    line-height: 21px !important;
}

.desktop-only{
        display: none;
    }

@media screen and (min-width: 480px){
    .mobile-only{
        display: none;
    }
	.desktop-only{
        display: block;
    }
}




.img-center{
    margin: 0 auto;
}

.header-wrapper {

    position: relative;
    min-height: 100%;
}

.btn-finalistas {
    margin-top: 20px;
    background-color: #ef7f1b;
    color: #fff;
    font-size: 30px;
}

.btn-finalistas:hover {
    color: #000;
    background-color: #fff;
}

.gigya-screen input[type=submit]{
    background-color: #1D87FF !important;
    padding: 0;
}

 

.gigya-composite-control-submit{
    overflow: hidden;
    width: 100% !important;
}

 

.gigya-screen.landscape .gigya-composite-control.gigya-composite-control-social-login {
    position: relative;
    right: inherit !important;
}

 

.gigya-screen-dialog-close img{
    max-width: 15px !important;
}

 

#loginform_content {
    max-width: 400px;
    display: block;
    margin: 0 auto;
}

 

#loginform_social_0,
#loginform_social_0_uiContainer,
#loginform_social_1,
#loginform_social_1_uiContainer {
    width: 100% !important;
}

.gigya-screen {
    max-width: 400px;
}
 

.check-long-txt label {
    line-height: 16px;
    max-width: 90%;
}

.check-long-txt label span{
    font-size: 12px !important;
}

.check-long-txt label span a{
    font-size: 12px !important;
}

.gigya-layout-row .gigya-layout-cell {
    width: 100% !important;
}

.gigya-myPhoto-profile-box-wrapper {
    width: 100% !important;
    border: none !important;
}

.gigya-screen .gigya-composite-control.gigya-composite-control-dropdown, .gigya-screen .gigya-composite-control.gigya-composite-control-textbox, .gigya-screen .gigya-composite-control.gigya-composite-control-password {
    padding-bottom: 0  !important;
}

.gigya-screen div.gigya-composite-control-my-photo-widget.update-profile-my-photo {

    padding-right: 0px !important;

}

h1.gigya-screen-caption {
    color: #fff !important;
}

.alert-info {
    color: #1b3f50;
    font-size: 15px;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
    font-size: 15px;
}

.currentTextHolder {
    z-index: -1;
}

/* Hide interest in profile screent */
form#gigya-profile-form > div.gigya-layout-ro.ui-sortablew {
    display: none !important;
}

#register-site-login > div:nth-child(1) > h2:nth-child(2),
#gigya-login-form > div.gigya-layout-row.with-divider > div.gigya-layout-cell.responsive.with-site-login > h2:nth-child(1) {
    padding-bottom: 0px !important;
}

#vote-container {
    position: relative;
    width: 100%;
    height: 45px;
    overflow: hidden;
    max-width: 760px;
    display: block;
    margin: 0 auto 0px auto;
    text-align: center;
    cursor: pointer;
}

.post-ratings {
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    /* background-color: #ffffff; */
}

#vote-container img {
    width: 100%;
    max-height: 44px;
    z-index: 1;
    max-width: 760px;
}

.og-single-fotografia p{
    padding-bottom: 0px;
}
#txt-votar {
    width: 100%;
    text-align: center;
    position: relative;
    top: -40px;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    pointer-events: none;
    left: 0;
    padding: 8px;
    height: 32px;
    /*text-transform: uppercase;*/
    line-height: 30px;
    color: #fff;
}
#txt-votar a {
    color: #fff;
}
#txt-votar a:hover {
    color: #000 !important;
}

.post-ratings-not-logged-in div#txt-votar a {
    pointer-events: all !important;
}