/* Formatos Page */

#zsup {  }
#zsup .ztitle {  font-size: 3em; font-weight: 600; color: #30679F; margin-top: 20px; }
#zsup .rigth-banner { background-color: #F2F2F2;
                      border-radius: 10px 10px 10px 10px;
                      -moz-border-radius: 10px 10px 10px 10px;
                      -webkit-border-radius: 10px 10px 10px 10px;
                      border: 0px solid #000000;
                      padding:15px 10px;}

#zsup .rigth-banner .text{  }
#zsup .rigth-banner .text .title { font-size: 1.5em; color: #416484; }
#zsup .rigth-banner .text .subtitle {  font-size: 0.7em; color: #416484; }
#zsup .contact{  float: right; }
#zsup .contact .button {
    font-size: 0.8em;
    padding: 0.4em 2em;
    display: block;
    position: relative;
    top: 5px;
    border: solid 1px #bbb;
    background: #275380;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: beige;
    line-height: 2;
    text-align: center;
    text-decoration: none;
    border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 10px 10px 10px 10px;}


#filters, #results {  margin-top: 20px; }
#filters {           }
#filters .dropdown { border-radius: 10px 10px 10px 10px;
                    -moz-border-radius: 10px 10px 10px 10px;
                    -webkit-border-radius: 10px 10px 10px 10px;
                    border: 1px solid #e6e6e6;
                    margin-bottom: 10px;
                    padding: 2px;  }
#filters .dropdown .header{
  background-color: white;
  border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  border: 0px solid #000000; }
#filters .dropdown .header { font-size: 1.2em; }
#filters .dropdown .header .text { color: #30679F; }
#filters .dropdown .header .icon { float: right; max-height: 20px; max-width: 20px; }
#filters .dropdown .option { font-size: 0.9em; color: black; }
#filters .dropdown .option input {float: right;}

#results { padding: 0 0 0 20px; }
#results .info {
              border-radius: 5px 5px 5px 5px;
              -moz-border-radius: 5px 5px 5px 5px;
              -webkit-border-radius: 5px 5px 5px 5px;
              border: 1px solid #e6e6e6;
              padding: 5px;
              margin-bottom: 10px; }
#results .info .total { }
#results .info .selection { }
#results .info .cleanfilters {
  float: right;
    font-size: 0.8em;
    padding: 2px 8px 0px;
    line-height: 19px;
    transition:all 0.2s;
    border: solid 1px #bbb;
    background: #eee;
    text-shadow: beige;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;}

.dropdown .roll {
  padding-left: 8px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 4px;
}
.dropdown .roll .checked {
  font-weight: 600;
}


.dropdown .roll .option .checkbox{
  float: right;
  margin-top: 0px;
}

.dropdown .roll .option .checkbox label {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 5px;
    background: white;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 4px;
    box-shadow: none;
    border:1px solid #eae9e9;
}

.delete:hover, .cleanfilters:hover {cursor:pointer;}
.cleanfilters:hover {background-color:#bbb!important;}

.dropdown .roll .option .checkbox label:after {
      content: '';
      width: 15px;
      height: 5px;
      position: absolute;
      top: 6px;
      left: 2px;
      border: 3px solid #275380;
      border-top: none;
      border-right: none;
      background: transparent;
      opacity: 0;
      transform: rotate(-45deg);
}


.dropdown .roll .option .checkbox:hover::after {
      opacity: 0.5;
}

.dropdown .roll .option .checkbox input[type=checkbox] {
    visibility: hidden;
}


.dropdown .roll .option .checked label:after {
      opacity: 1;
}

.dropdown .header .icon {
    margin-right: 10px;
    color: #30679F;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #30679F;
    border-radius: 500px 500px 500px 500px;
    -moz-border-radius: 500px 500px 500px 500px;
    -webkit-border-radius: 500px 500px 500px 500px;
    height: 20px;
    width: 20px;
    font-size: 20px;
    text-align: center;

    }

#results .content { }
#results .content .card { margin-bottom: 30px;}
#results .content .card .image { border: 1px solid rgb(228, 228, 228);
                                width: 100%;
                                max-width:260px;
                                height: auto;}
#results .content .card .image img { width: 100%; height: auto; margin: auto; display: block; }
#results .content .card .text { max-width: 240px; margin-top: 10px; color: #346697; font-size: 1.2em; font-weight: 600; line-height: 1em; }

.header {padding: 5px;}
.roll { background-color: #f9f8f8; }
.actual_page{ display: none; }

.info .total {
  color: #30679F;
  font-size: 1.2em;
}

.info .total .resultado {
  font-weight: 600;
    font-size: 1.4em;
}

.info .term .delete img {
      width: 10px;
}

.info .term {
    padding: 1px 7px;
    margin-left: 1px;
    margin-right: 1px;
    font-size: 0.65em!important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
  }


.pagination .next_page a{
  float:right;
}

/* Elements */

a,
.entry-title a {
    color: #3bafda;
}

a:hover,
a:focus,
a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
    color: #11254b;
    outline: none;
}

body {
    background-color: #fff;
    color: #3f3f3f;
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

button,
input,
select,
textarea {
    max-width: 100%;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
    color: #11254b;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-weight: 400;
}

h1, .h1 {
    color: #11254b;
    font-size: 36px;
}


h2, .h2 {
    color: #3f3f3f;
    font-size: 24px;
}

hr.section-divider {
    margin-bottom: 20px;
    margin-top: 20px;
}

    .blog hr.section-divider {
        border-color: transparent;
        margin-bottom: 4px;
        margin-top: 5px;
    }

html {
    background-color: #fff;
}

p {
  margin: 0 0 20px;
}


/* Classes */

.breadcrumbs {
    color: #ccd1d9;
    display: none;
    font-size: 14px;
}

    .page-child .breadcrumbs,
    .single .breadcrumbs {
        display: block;
    }

    .single-post .breadcrumbs {
        margin-top: -30px;
    }

    .single .breadcrumbs {
        margin: 0 -15px;
    }

    .page-child.parent-pageid-7 .breadcrumbs,
    .page-child.parent-pageid-749 .breadcrumbs,
    .page-child.parent-pageid-752 .breadcrumbs,
    .page-child.parent-pageid-758 .breadcrumbs {
        display: none;
    }

.breadcrumbs a {}

	.single-post .breadcrumbs a:nth-of-type(3),
	.single-post .breadcrumbs .breadcrumbs-separator:nth-of-type(3) {
	    display: none;
	}

.breadcrumbs-separator {
    margin: 0 10px;
}

.btn {
    padding: 6px 30px;
}

.btn.btn-default {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #3f3f3f;
}

span.btn.btn-default:hover,
span.btn.btn-default:focus,
span.btn.btn-default.focus {
    background-color: #e1e1e1;
    border-color: #e1e1e1;
    color: #3f3f3f;
    cursor: default;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #3f3f3f;
    border-color: #3f3f3f;
    color: #e1e1e1;
}

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
    text-shadow: none;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.btn-primary {
    background-color: #3bafda;
    border-color: #3bafda;
    color: #fff;
}

    .home .btn-primary {
        font-size: 15px;
    }

.btn-primary:focus,
.btn-primary.focus {
    color: #fff;
    background-color: #11254b;
    border-color: #11254b;
}

.btn-primary:hover {
    color: #fff;
    background-color: #11254b;
    border-color: #11254b;
}

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #11254b;
    border-color: #11254b;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #11254b;
    border-color: #11254b;
}

.chuco-home {
    display: block;
    position: relative;
    z-index: 3;
}

.chuco-home h3 {
    background-image: url(media/chuco.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    font-size: 20px;
    line-height: 44px;
    margin: -15px auto;
    padding: 20px 0 20px 60px;
    text-align: center;
    text-transform: uppercase;
    width: 220px;
}

.clear {
    clear: both;
}

.contact-item {
    background-color: #3bafda;
    color: #fff;
    margin: 10px -15px 0;
    padding: 2.5% 10%;
    text-align: center;
}

.contact-item a,
.contact-item h2 {
    color: #fff;
}

.contact-item .fa {
    display: block;
    font-size: 65px;
    padding: 2.5% 0;
    text-align: center;
}

.contact-work {
	margin-bottom: -33px;
}

.content-links {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    margin-top: 20px;
    text-transform: uppercase;
}

.content-links ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.content-links ul li {
    float: left;
}

.content-links ul li a {
    background-color: #add7ea;
    color: #11254b;
    display: block;
    padding: 10px 23px;
}

.content-links ul li a.active {
  background-color: #11254b;
  color: #fff;
}

.entry {
    border-bottom: solid 10px transparent;
    margin: 0 -16px;
    text-align: left;
    width: 100%;
}

    .tab-pane-inst .entry {
        width: auto;
    }

.entry h3 {
    color: #000;
    font-size: 18px;
    margin: 0 0 20px;
}

.entry p {
    color: #7c7c7c;
    display: none;
    font-size: 16px;
    font-weight: 200;
}

.entry-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.entry-content {}

	.single-post .entry-content {
		margin: 0 -15px;
	}

.entry-content h2 {
    margin-top: 0;
}

.entry-data {
    display: block;
    margin: 0 20px;
    min-height: 150px;
    width: 100%;
}

.entry-date {
    color: #3f3f3f;
    display: block;
    font-size: 12px;
    margin: 10px 0;
    text-align: right;
}

    .single-post .entry-date {
        border-top: 1px solid;
        display: inline-block;
        padding: 10px 0;
        text-align: center;
    }

.entry-excerpt {
    display: none;
    line-height: 18px;
    margin: auto;
    max-width: 40%;
}

.entry-excerpt a {
    color: #fff;
}

.entry-excerpt p {
    margin-bottom: 0;
}

.entry-meta span {
    margin-right: 0;
}

.entry-table {
    display: table;
}

.entry-table-cell {
    display: table-cell;
    height: 100%;
    position: relative;
    vertical-align: top;
    width: 50%;
}

.entry-title {
    color: #11254b;
    font-size: 18px;
}

.post-type-archive-recetas .entry-title,
.tax-recetas_tags .entry-title {
	color: inherit;
	font-family: 'Catamaran', sans-serif;
	font-size: 15px;
	line-height: 1.3;
	padding: 0 10%;
	text-align: center;
	text-transform: uppercase;
}

	.single-post .entry-title {
		font-size: 20px;
  	}

.fbx-caption-title p {
    margin: 0;
}

.fbx-fullscreen-mode .fbx-btn-shadow, .fbx-fullscreen-mode .fbx-next.fbx-btn-shadow, .fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow, .fbx-inner-shadow, .fbx-rounded .fbx-btn-shadow, .fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:before, .fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:before, .fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:before, .fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:before, .fbx-sticky-buttons .fbx-next.fbx-btn-shadow, .fbx-sticky-buttons .fbx-prev.fbx-btn-shadow,
.fbx-fullscreen-mode .fbx-btn-shadow:hover, .fbx-fullscreen-mode .fbx-next.fbx-btn-shadow:hover, .fbx-fullscreen-mode .fbx-prev.fbx-btn-shadow:hover, .fbx-rounded .fbx-btn-shadow:hover, .fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-next.fbx-btn-shadow:hover:before, .fbx-rounded.fbx-inset-buttons.fbx-desktop .fbx-prev.fbx-btn-shadow:hover:before, .fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-next.fbx-btn-shadow:hover:before, .fbx-rounded.fbx-inset-buttons.fbx-tablet .fbx-prev.fbx-btn-shadow:hover:before, .fbx-sticky-buttons .fbx-next.fbx-btn-shadow:hover, .fbx-sticky-buttons .fbx-prev.fbx-btn-shadow:hover {
    -webkit-box-shadow: 0 0 12px #000;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
       -moz-box-shadow: 0 0 12px #000;
       -moz-box-shadow: 0 0 12px rgba(0, 0, 0, .1);
            box-shadow: 0 0 12px #000;
            box-shadow: 0 0 12px rgba(0, 0, 0, .1);
}

.fbx-light, .fbx-light.fbx-phone .fbx-social {
    background-color: #fff;
    background-color: rgba(255, 255, 255, .7);
}

 .fbx-light .fbx-caption {
     background-color: #3bafda;
 }

.fbx-light .fbx-caption, .fbx-light .fbx-inner, .fbx-light .fbx-social, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before, .fbx-light.fbx-modal, .fbx-modal.fbx-light.fbx-phone .fbx-close:hover, .fbx-modal.fbx-light.fbx-phone .fbx-fullscreen-toggle:hover, .fbx-modal.fbx-light.fbx-phone .fbx-next:hover, .fbx-modal.fbx-light.fbx-phone .fbx-pause:hover, .fbx-modal.fbx-light.fbx-phone .fbx-play:hover, .fbx-modal.fbx-light.fbx-phone .fbx-prev:hover, .fbx-modal.fbx-light.fbx-phone .fbx-social-toggle:hover, .fbx-rounded.fbx-light .fbx-close, .fbx-rounded.fbx-light .fbx-fullscreen-toggle, .fbx-rounded.fbx-light .fbx-pause, .fbx-rounded.fbx-light .fbx-play, .fbx-rounded.fbx-light .fbx-social-toggle {
    border-color: #3bafda;
}

.fbx-light .fbx-close, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-inner, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before {
    background-color: transparent;
}

.fbx-light .fbx-close, .fbx-light .fbx-error-msg, .fbx-light .fbx-fullscreen-toggle, .fbx-light .fbx-loader, .fbx-light .fbx-next, .fbx-light .fbx-pause, .fbx-light .fbx-play, .fbx-light .fbx-prev, .fbx-light .fbx-social-toggle, .fbx-light.fbx-inset-buttons .fbx-next:before, .fbx-light.fbx-inset-buttons .fbx-prev:before, .fbx-metro.fbx-light .fbx-count, .fbx-metro.fbx-light .fbx-credit a,
.fbx-light .fbx-close:hover, .fbx-light .fbx-fullscreen-toggle:hover, .fbx-light .fbx-next:hover, .fbx-light .fbx-pause:hover, .fbx-light .fbx-play:hover, .fbx-light .fbx-prev:hover, .fbx-light .fbx-social-toggle:hover, .fbx-light.fbx-inset-buttons .fbx-next:hover:before, .fbx-light.fbx-inset-buttons .fbx-prev:hover:before, .fbx-metro.fbx-light .fbx-credit a:hover {
    background-color: #3bafda;
    color: #fff !important
}

.fbx-rounded .fbx-caption {
    border-radius: 0;
}

.fbx-rounded .fbx-close, .fbx-rounded .fbx-next, .fbx-rounded .fbx-prev {
    border: 3px solid transparent;
    border-radius: 50%;
    line-height: 30px;
    height: 30px;
    right: -15px;
    top: -15px;
    width: 30px;
}

.fbx-rounded .fbx-next, .fbx-rounded .fbx-prev {
    top: 50%;
    margin-top: -15px;
}

.fbx-rounded .fbx-prev {
    left: -20px;
}
.fbx-rounded .fbx-next {
    right: -20px;
}

.fbx-rounded .fbx-inner {
    border: none;
    border-radius: 0;
}

.fbx-rounded .fbx-item-current, .fbx-rounded .fbx-item-image, .fbx-rounded .fbx-item-next {
    border-radius: 0;
}

.fbx-rounded .fbx-prev.fbx-btn-shadow, .fbx-rounded .fbx-prev.fbx-btn-shadow:hover,
.fbx-rounded .fbx-next.fbx-btn-shadow, .fbx-rounded .fbx-next.fbx-btn-shadow:hover {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

.flexslider {
    background: transparent;
    border: none;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
         -o-box-shadow: none;
            box-shadow: none;
}

    .home .flexslider {
        border: none;
        box-shadow: none;
        max-height: none;
    }

.flexslider .flex-control-nav {
    bottom: 55px;
    z-index: 2;
}

.flexslider .flex-control-nav li a {
    background-color: transparent;
    border: 1px solid #fff;
    box-shadow: none;
}

.flexslider .flex-control-nav li a.flex-active {
    background-color: #fff;
}

.flexslider .flex-control-paging li a {
    height: 8px;
    width: 8px;
}

.flexslider .flex-direction-nav a {
    background-color: transparent;
    background-image: url(media/slider-arrows.png);
    background-size: auto 80%;
    border: 0;
    color: inherit;
    font: 0/0 a;
    height: 37px;
    opacity: 0.5;
    text-shadow: none;
    top: 38%;
    width: 20px;
}

.flexslider .flex-direction-nav a:hover, .flexslider .flex-direction-nav a:focus {
    opacity: 0.9;
}

.flexslider .flex-direction-nav a::before {
    content: none;
}

.flexslider .flex-direction-nav a.flex-next {
    right: 5px;
}

.flexslider .flex-direction-nav a.flex-prev {
    left: 5px;
}

.flexslider .slides {}

    .home .flexslider .slides {
        max-height: none;
    }

.flexslider .slide-data {
    background-color: rgba(59, 175, 218, 0.85);
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    position: static;
    text-transform: uppercase;
}

.flexslider .slide-data .flexslider-hg-title {
    color: #fff;
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-shadow: none;
}

.flexslider .slide-data .flexslider-hg-title a {
    color: #fff;
}

.foogallery-thumbnail a {
	margin: 0;
	border: none !important;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	        box-shadow: none;
}

.foogallery-thumbnail a:hover {
	border: none !important;
}

.footer-area {
    background-color: transparent;
    color: inherit;
    font-size: inherit;
}

.gallery-area h3 {
	background-color: transparent;
    background-image: url(media/bg.png);
    background-position: left top;
    background-repeat: repeat;
    font-size: 20px;
    margin: 0;
    padding: 20px 15px 0;
    text-align: center;
}

.gmwd_container_wrapper {
    margin: 10px -15px 0;
}

.group-btn .btn {
    display: block;
    padding: 6px 5px;
    text-align: left;
    white-space: normal;
}

    .group-btn.group-btn-only .btn {
        text-align: center;
    }

.group-btn .btn i {
    font-size: 30px;
    margin-right: 5px;
    vertical-align: -5px;
}

.group-item {
    border-bottom: 1px solid #009cdd;
    padding: 0 25px;
    text-align: center;
}

.group-item h2 {
    font-family: 'Catamaran', sans-serif;
    font-size: 18px;
    margin-bottom: 20px;
    padding-top: 30px;
    text-transform: uppercase;
}

.group-item img {
    border-radius: 50%;
    margin: auto;
    width: 180px;
}

.group-item .btn {
    margin-bottom: 20px;
}

.group-item-last {
    border-bottom: none;
}

.hentry {
	margin: 0 0 1.5em;
}

    /* Blog */
    .blog .hentry {
        margin-bottom: 0;
    }

    /* Home */
    .home .hentry {
        margin-bottom: 0;
    }

	/* Posts */
	.single-post .hentry {
		margin-top: 1.5em;
	}

    /* Productos */
    .page-id-7 .hentry,
    .page-id-749 .hentry,
    .parent-pageid-749 .hentry,
    .page-id-758 .hentry,
    .parent-pageid-758 .hentry,
    .page-id-752 .hentry,
    .parent-pageid-752 .hentry {
        text-align: center;
    }

.home .entry-content {
    margin: 0;
}

.home .page-header {
    display: none;
}

.home .site-main {
    margin: 0 -15px;
}

.home .site-main .gallery {
    margin-bottom: 0;
}

.home .tab-pane-contact .fa-wrapper i {
    font-size: 36px;
    margin-right: 0;
}

.home .wc-gallery {
    overflow-x: hidden;
}

.home .wc-gallery .gallery.gallery-masonry {
    margin: 0 -5px;
}

.home .wc-gallery .gallery.gallery-masonry .gallery-item {
    margin-bottom: 10px;
    padding: 0 5px;
    width: 50%;
}

.home #content {
    margin: 0;
}

.icons {
    clear: none;
    float: right;
}

.icons a {
    font-size: 20px;
    margin-left: 10px;
}

.icons a.phone span {
    display: none;
}

.item {
    text-align: center;
}

.languages {
    float: left;
    font-size: 14px;
    font-weight: 300;
    margin-right: 3px;
    margin-top: -1px;
}

.languages .active {
    font-weight: 600;
}

.languages #lang_sel a,
.languages #lang_sel a:visited {
    border: none;
    color: #3bafda;
}

.languages #lang_sel a:hover,
.languages #lang_sel a:focus {
    color: #11254b;
}

.languages #lang_sel a.lang_sel_sel {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    color: #11254b;
    height: 25px;
    line-height: 24px;
    padding: 0;
    text-align: center;
    width: 25px;
}

.languages #lang_sel a.lang_sel_sel:hover,
.languages #lang_sel a.lang_sel_sel:focus {
    background: rgba(255, 255, 255, 0.9);
}

.languages #lang_sel li {
    width: 30px;
}

.languages #lang_sel ul ul {
    border-top: none;
    left: auto;
    right: -29px;
    top: -3px;
}

.languages #lang_sel ul ul a {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    height: 25px;
    line-height: 24px;
    margin-top: 3px;
    padding: 0;
    text-align: center;
    width: 25px;
}

.languages #lang_sel ul ul a:hover,
.languages #lang_sel ul ul a:focus {
    background: rgba(255, 255, 255, 0.9);
}

.logo {
    text-align: left;
}

.logo a {
    display: inline-block;
    max-width: 105px;
    position: relative;
    z-index: 1;
}

.mfp-arrow-left:before {
    border-right: 27px solid #11254b;
}

.mfp-arrow-right:before {
    border-left: 27px solid #11254b;
}

.mfp-bg {
  background-color: #add7ea;
}

.mfp-counter {
    color: #11254b;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
    color: #11254b;
}

.mfp-title {
    color: #11254b;
    margin-top: 5px;
    padding: 0;
    text-align: center;
}

.nav > li > a:focus,
.nav > li > a:hover {
    background-color: rgba(255, 255, 255, .3);
}

.nav-links {
    display: table;
    vertical-align: top;
    width: 100%;
}

.nav-links .nav-next,
.nav-links .nav-previous {
    display: table-cell;
    vertical-align: top;
    width: 50%;
}
    .blog .nav-links .nav-next,
    .blog .nav-links .nav-previous {
        line-height: 300%;
    }

    .single .nav-links .nav-next,
    .single .nav-links .nav-previous {
        text-align: left;
    }

.single .nav-links .nav-next a {
    text-align: right;
}

.nav-links .nav-next .fa,
.nav-links .nav-previous .fa {
    display: block;
    font-size: 30px;
}

.nav-links .nav-next .fa {
    text-align: right;
}

.nav-tabs {
    border-bottom-style: dotted;
}

.nav-tabs > li {
    text-align: center;
    width: 33.3%;
}

.nav-tabs > li:nth-child(2) {
    width: 44.2%;
}

.nav-tabs > li:nth-child(3) {
    width: 22.5%;
}

.nav-tabs > li > a {
    background-color: rgba(59, 175, 218, .3);
    border-radius: 0;
    color: #3bafda;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-right: 0;
    outline: none;
    padding: 15px 5px;
    text-transform: none;
    white-space: nowrap;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    background-color: rgba(255, 255, 255, .3);
    border-style: dotted;
    color: #11254b;
}

.navbar.navbar-default {
    /*background-color: #cee0ea;*/ /*#b3d2de*/
    /*background-image: url(media/bg-header.png);*/
    /*background-image: -webkit-linear-gradient(top, #dbedf3, #cee0ea);
    background-image: -o-linear-gradient(top, #dbedf3, #cee0ea);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dbedf3), to(#cee0ea));
    background-image: linear-gradient(to bottom, #dbedf3, #cee0ea);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbedf3', endColorstr='#ffcee0ea', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-position: left top;
    background-repeat: repeat-x;*/
    background: none;
    background-image: -webkit-linear-gradient(top, rgba(59, 175, 218, 0.7), rgba(59, 175, 218, 0.3));
    background-image: -o-linear-gradient(top, rgba(59, 175, 218, 0.7), rgba(59, 175, 218, 0.3));
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 175, 218, 0.7)), to(rgba(59, 175, 218, 0.3)));
    background-image: linear-gradient(to bottom, rgba(59, 175, 218, 0.7), rgba(59, 175, 218, 0.3));
    border-bottom: none;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: -1px;
    padding: 10px 0;
}

.navbar-default .navbar-nav > li > a {
    color: #3bafda;
    font-size: 20px;
    font-weight: 400;
    padding: 10px 15px;
}

.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
    color: #11254b;
}

/* BS */
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
/* WP */
.navbar-default .navbar-nav .current_page_item a,
.navbar-default .navbar-nav .current-menu-item a,
.navbar-default .navbar-nav .current-page-parent a,
.navbar-default .navbar-nav .current-page-ancestor a,
.navbar-default .navbar-nav .current-menu-parent a,
.navbar-default .navbar-nav .current-menu-ancestor a,
.post-type-archive-recetas .navbar-default .navbar-nav .menu-item-13 a,
.single-recetas .navbar-default .navbar-nav .menu-item-13 a {
    background: none;
    border-bottom: none;
    color: #11254b;
    -webkit-box-shadow: none;
            box-shadow: none;
}

.navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: left;
    width: 100%;
}

.navbar-default .navbar-collapse {
    border: none;
}

.navbar-default .navbar-toggle {
    border-color: #888;
}

.navbar-header {
    padding: 0 10px;
    position: relative;
}

.navbar-header-links {
    color: #11254b;
    position: absolute;
    right: 10px;
    top: -1px;
}

.navbar-header-links a {
    color: #11254b;
}

.navbar-nav.nav {
    color: #3bafda;
    float: none;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    text-transform: uppercase;
    width: 100%;
}

.navbar-nav > li {
    float: none;
}

.navbar-nav > li a {
    display: block;
}

.navbar-toggle {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 55px;
    z-index: 4;
}

.owl-carousel .owl-dots .owl-dot span {
    height: 8px;
    width: 8px;
}

.page-header {
    border: none;
    margin: 0;
    padding: 0;
    text-align: center;
}

    .page-child .page-header {
        text-align: left;
    }

    .page-child.parent-pageid-7 .page-header,
    .page-child.parent-pageid-749 .page-header,
    .page-child.parent-pageid-752 .page-header,
    .page-child.parent-pageid-758 .page-header {
        text-align: center;
    }

.page-title::after {
    border-bottom: 1px solid;
    content: '';
    display: block;
    margin: 4px auto 50px;
    width: 73px;
}

    .page-child .page-title::after {
        content: none;
    }

        .page-child.parent-pageid-7 .page-title::after,
        .page-child.parent-pageid-749 .page-title::after,
        .page-child.parent-pageid-752 .page-title::after,
        .page-child.parent-pageid-758 .page-title::after {
            content: '';
        }

    .single-post .page-title::after {
        margin-top: 10px;
    }

.products-list {
    clear: both;
}

.recipe {
	margin: 0 -15px;
}

.recipe-aside {
    background-color: #e1e1e1;
    display: table;
    font-size: 11px;
    font-weight: 600;
    margin: 5px 0 0;
    padding: 5px 0 0;
    position: relative;
    table-layout: fixed;
    width: 100%;
}

.recipe-aside-item {
    clear: both;
    display: table-cell;
    margin: 10px auto 20px;
    position: relative;
    text-align: center;
}

.recipe-aside-item::before {
    background-color: #3bafda;
    background-image: url(media/icon-recipe.png);
    background-repeat: no-repeat;
    border-radius: 50%;
    content: '';
    display: block;
    height: 47px;
    margin: auto;
    width: 47px;
}

.recipe-aside-item.recipe-difficulty::before {
    background-position: 0 50%;
}

.recipe-aside-item.recipe-time::before {
    background-position: -47px 50%;
}

.recipe-aside-item.recipe-guests::before {
    background-position: -94px 50%;
}

.recipe-aside-item > span {
    display: inline-block;
    line-height: 18px;
    margin: 6px 5px 0;
}

.recipe-content {
    clear: both;
    float: left;
}

.recipe-ingredients,
.product-label {
    color: #909090;
    font-size: 14px;
}

.recipe-ingredients h2,
.recipe-ingredients .h2,
.product-label h2,
.product-label .h2 {
    color: inherit;
}

    .product-label h2,
    .product-label .h2 {
        margin-top: 0;
    }

.recipe-ingredients ol,
.recipe-ingredients ul,
.product-label ol,
.product-label ul {
    padding-left: 12px;
}

.recipe-ingredients ul,
.product-label ul {
    list-style-type: none;
}

.recipe-ingredients ul > li:before,
.product-label ul > li:before {
    content: "–";
    /* unicode dash \2014 */
    position: absolute;
    margin-left: -1.1em;
}

.recipe-thumbnail-wrapper {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recipes-list {
    clear: both;
}

.scroll-to-top:hover {
    background-color: #11254b;
}

.single-post footer.entry-meta {
    display: none;
}

.single-post .entry-header-wrapper {
    position: relative;
}

.single-post .entry-img {
    margin: 0 -15px;
}

.single-post .entry-img img {
    width: 100%;
}

.site {
    background-color: #fff;
}

.site-content {
	/*
    background-image: url(media/bg.png);
    background-position: left top;
    background-repeat: repeat;
    */
}

.site-copyright {
    color: #fff;
    font-size: 12px;
    margin-top: 40px;
    text-align: center;
}

.site-description {
    color: #656565;
    font-size: 10px;
    font-weight: 300;
    text-transform: uppercase;
    white-space: nowrap;
}

.site-footer {
    background-color: transparent;
    /* #194a6c */
    background-image: url(media/bg-footer.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-top: none;
    line-height: 18px;
    padding: 35px 0 25px;
}

.site-footer a {
    color: #fff;
}

.site-footer h3 {
    clear: both;
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
    margin-top: 50px;
}

.site-footer ul {
    list-style: none;
    padding-left: 0;
}

.site-footer ul li {
    margin-bottom: 10px;
}

.site-footer-certifications > p {
    display: inline-block;
    margin: 0;
    vertical-align: top;
}

.site-footer-certifications > p > a > img.alignleft {
    margin-right: 10px;
    max-width: 80%;
}

.site-footer-map img {
    margin: auto;
}

.site-info {
    color: #fff;
    font-size: inherit;
}

.site-main [class*="navigation"] {
    border: 1px solid #e8e8e8;
    margin: 0 -15px 1.5em;
    padding: 20px;
}

    .blog .site-main [class*="navigation"] {
        margin: 1.5em 0;
    }

.site-main [class*="navigation"] a,
.more-link {
    border: none;
    border-radius: 0;
    max-width: 80%;
    padding: 0;
}

    .site-main [class*="navigation"] .nav-next a {
        margin: 0 0 0 auto;
    }

    .site-main [class*="navigation"] .nav-previous a {
        margin: 0 auto 0 0;
    }

.site-main [class*="navigation"] a:hover,
.more-link:hover {
  background: none;
  color: #11254b;
}

.site-slogan::after,
.site-slogan::before {
    font-size: 70px;
    font-weight: 300;
    margin: 0 15px;
    position: relative;
    top: 30px;
}

.site-slogan::after {
    content: close-quote;
    /* "\201D" */
}

.site-slogan::before {
    content: open-quote;
    /* "\201C" */
}

.slide-data {
    padding: 7px;
}

.slider-default {
    margin: -40px -15px 40px;
}

.slogan-area {
    background-color: #3bafda;
    color: #fff;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 20px;
    line-height: 20px;
    margin: 20px 0 -60px;
    padding: 10px 0 20px;
    position: relative;
    text-align: center;
}

    .blog .slogan-area {
        margin-top: 0;
    }

    .home .slogan-area {
        background-color: transparent;
        background-image: url(media/bg.png);
	    background-position: left top;
	    background-repeat: repeat;
        color: #888;
        margin: 0;
        padding: 5px 0;
    }

.tab-content {
    text-align: center;
}

.tab-content i {
    font-size: 24px;
    margin-right: 10px;
    vertical-align: text-top;
}

.tab-content > .active {
    border-style: none dotted dotted;
}

.tab-content > .tab-pane {
    border-left: none;
    border-right: none;
}

.tab-footer {
    text-align: center;
}

.tab-item .fa-wrapper {
    border-top: 1px solid;
    margin-top: 20px;
    padding-top: 40px;
}

.tab-item:first-child .fa-wrapper {
    border-top: none;
    margin-top: 0;
}

.tab-pane {
    border-left: none;
    border-right: none;
    padding: 15px;
}

.tab-pane-inst,
.tab-pane-news {
    padding: 0 16px 15px;
}

.tab-pane-inst .tab-footer,
.tab-pane-news .tab-footer {
    clear: both;
    padding-top: 20px;
}

.tags {
    display: table;
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 18px;
    margin: 50px auto;
    text-transform: uppercase;
}

    header .tags {
        margin: 15px 0;
    }

.tags h3 {
    font-size: 18px;
    float: left;
    font-weight: 300;
    line-height: inherit;
    margin: 0;
    padding: 10px;
}

.tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.tags ul li {
    float: left;
}

.tags ul li a {
    background-color: #add7ea;
    color: #11254b;
    display: block;
    padding: 10px;
}

.tags ul li a.active {
    background-color: #11254b;
    color: #fff;
}

.tags-inner {
  margin: 0 -10px;
}

.thumbnail-wrapper {
    border-radius: 50%;
    display: block;
    height: 180px;
    margin: auto;
    overflow: hidden;
    width: 180px;
}

.wc-gallery {
    margin-top: 20px;
}

.wc-gallery .gallery-caption {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ccc;
}

.wd-row {
    margin-bottom: 0;
}
