/*   
Theme Name: PICNIC [current in use]
Description: Exclusive theme for the-picnic.com, with love by Jaime and Silvia :)
Version: 1.0
Author: Jaime Martínez / Silvia Misis
Author URI: http://www.redifusa.es
License:
License URI:
Text Domain: picnic
*/



/* 2023 custom */ 

body #header #navigation ul li.custom-nav-item a{
    background: lightgray;
}
body #header #navigation ul li.custom-nav-item a:hover{
    color: red!important;
    border-bottom-color: red!important;
}



/* ------------------------------------------------------------------------ */

/* 02. Skeleton Grid 960px / 16 Columns */

/* ------------------------------------------------------------------------ */


.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-bottom: 20px
}

/* Nested Column Classes */

.column.alpha,
.columns.alpha,
.column.first,
.columns.first {
    margin-left: 0
}

.column.omega,
.columns.omega,
.column.last,
.columns.last {
    margin-right: 0
}

/* Base Grid */

.container {
    position: relative;
    width: 960px;
    margin: 0 auto;
    padding: 0;
}

.container .column,
.container .columns {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
}

.row {
    margin-bottom: 20px;
}

/* Nested Column Classes */

.column.alpha,
.columns.alpha,
.column.first,
.columns.first {
    margin-left: 0;
}

.column.omega,
.columns.omega,
.column.last,
.columns.last {
    margin-right: 0;
}

/* Base Grid */

.container .one.column,
.container .one.columns {
    width: 40px;
}

.container .two.columns {
    width: 100px;
}

.container .three.columns {
    width: 160px;
}

.container .four.columns {
    width: 220px;
}

.container .five.columns {
    width: 280px;
}

.container .six.columns {
    width: 340px;
}

.container .seven.columns {
    width: 400px;
}

.container .eight.columns {
    width: 460px;
}

.container .nine.columns {
    width: 520px;
}

.container .ten.columns {
    width: 580px;
}

.container .eleven.columns {
    width: 640px;
}

.container .twelve.columns {
    width: 700px;
}

.container .thirteen.columns {
    width: 760px;
}

.container .fourteen.columns {
    width: 820px;
}

.container .fifteen.columns {
    width: 880px;
}

.container .sixteen.columns {
    width: 940px;
}

.container .one-third.columns {
    width: 300px;
}

.container .two-thirds.column {
    width: 620px;
}

.container .one-fifth.columns {
    width: 172px;
}

.container .one-sixth.columns {
    width: 140px;
}

.container .one-seventh.columns {
    width: 117px;
}

/* Offsets */

.container .offset-by-one {
    padding-left: 60px;
}

.container .offset-by-two {
    padding-left: 120px;
}

.container .offset-by-three {
    padding-left: 180px;
}

.container .offset-by-four {
    padding-left: 240px;
}

.container .offset-by-five {
    padding-left: 300px;
}

.container .offset-by-six {
    padding-left: 360px;
}

.container .offset-by-seven {
    padding-left: 420px;
}

.container .offset-by-eight {
    padding-left: 480px;
}

.container .offset-by-nine {
    padding-left: 540px;
}

.container .offset-by-ten {
    padding-left: 600px;
}

.container .offset-by-eleven {
    padding-left: 660px;
}

.container .offset-by-twelve {
    padding-left: 720px;
}

.container .offset-by-thirteen {
    padding-left: 780px;
}

.container .offset-by-fourteen {
    padding-left: 840px;
}

.container .offset-by-fifteen {
    padding-left: 900px;
}

/* Self Clearing Goodness */

.container:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: '\0020';
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

.row:after,
.clearfix:after {
    clear: both
}

.row,
.clearfix {
    zoom: 1
}

.clear {
    clear: both;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* ------------------------------------------------------------------------ */

/* 03. General Styles
/* ------------------------------------------------------------------------ */

body {
    background: #ffffff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 1.7;
    color: #444;
    /* -webkit-font-smoothing: antialiased; Fix for webkit rendering
    -webkit-text-size-adjust: 100%; */
    border-top: 3px solid #333333;
}

::selection {
    background: #289dcc;
    color: #ffffff;
}

::-moz-selection {
    background: #289dcc;
    color: #ffffff;
}

img.scale-with-grid {
    max-width: 100%;
    height: auto;
}

/* ------------------------------------------------------------------------ */

/* 04. Typography
/* ------------------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #444;
    font-family: Arial, Helvetica, sans-serif;
    font-style: bold;
    margin: 0 0 10px 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit
}

h1 {
    font-size: 42px;
    line-height: 46px;
    letter-spacing: -1px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.2px
}

h3 {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0;
}

h4 {
    font-size: 16px;
    line-height: 1.6;
}

h5 {
    font-size: 14px;
    line-height: 1.6;
}

h6 {
    font-size: 12px;
    line-height: 1.6;
}

.highlight {
    color: #289dcc;
}

p {
    margin: 0 0 20px 0
}

p img {
    margin: 0
}

em {
    font-style: italic
}

strong {
    font-weight: bold
}

small {
    font-size: 80%
}

hr {
    border: solid #ddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 10px 0 30px;
    height: 0;
}

pre {
    height: auto;
    font-family: Consolas, monospace;
    border: 1px solid #e2e2e2;
    background: #f7f7f7;
    padding: 20px 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 0 0 20px 0;
    overflow-x: auto;
    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}

.hidden {
    display: none !important
}

/* Links ---------------------------------------------------- */

a,
a:visited {
    color: #999999;
    text-decoration: none;
    outline: 0;
}

/* Transisiton for Links */

#sidebar a,
#footer a,
#infobar a,
#title a,
#alt-title a,
#no-title a,
#header a,
#page-wrap a,
#copyright .copyright-text a {
    -webkit-transition: all 0.07s ease-in;
    -moz-transition: all 0.07s ease-in;
    -ms-transition: all 0.07s ease-in;
    -o-transition: all 0.07s ease-in;
    transition: all 0.07s ease-in;
}

#page-wrap .portfolio-item-one a {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

a:hover,
a:focus {
    color: #666666
}

p a,
p a:visited {
    line-height: inherit
}

/* Lists ---------------------------------------------------- */

ul,
ol {
    margin-bottom: 20px
}

ul {
    list-style: none outside
}

ol,
ul {
    margin-left: 30px
}

ol {
    list-style: decimal
}

ul {
    list-style: square outside
}

ul li ul,
ol li ul,
ol li ul,
ol li ol {
    margin-bottom: 0
}

/* ------------------------------------------------------------------------ */

/* 05. Forms
/* ------------------------------------------------------------------------ */

form,
fieldset {
    margin-bottom: 20px
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
    background: #fff;
    border: 1px solid #ccc;
    padding: 8px 8px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #666;
    margin: 0;
    width: 200px;
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
    width: 180px;
    color: #999;
    -moz-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    box-shadow: 0 1px 2px 0 rgba(180, 180, 180, 0.2);
    border: 1px solid #d4d4d4
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
    border: 1px solid #bbb;
    color: #333;
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

textarea {
    min-height: 60px
}

select {
    width: 220px;
    padding: 5px;
}

label,
legend {
    cursor: pointer;
    display: block;
}

label span,
legend span {
    font-weight: bold
}

button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
    display: inline-block;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    cursor: pointer;
}

button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
    -webkit-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
    box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.16);
}

/* Contactform 7 Specific Styling ---------------------------------------------------- */

.wpcf7-form input[type="text"] {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form textarea {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 100%;
    max-width: 100%;
    margin: 5px 0 0 0;
}

.wpcf7-form select {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    width: 400px;
    max-width: 100%;
    margin: 5px 0 0 0;
    padding: 8px;
}

.wpcf7-form {
    margin: 0;
    padding: 0;
}

.wpcf7-form input[type="checkbox"] {
    width: auto
}

.wpcf7 form.wpcf7-form p {
    font-weight: 600;
    margin: 0 0 20px 0 !important;
}

.wpcf7-list-item-label {
    font-weight: normal
}

.wpcf7-response-output {
    display: none
}

.wpcf7-form .invalid {
    color: #bf1515 !important
}

.wpcf7-not-valid {
    border: 1px solid #bf1515 !important;
}

.wpcf7 span.wpcf7-not-valid-tip {
    display: none
}

div.wpcf7-response-output {
    margin: 0px !important;
    padding: 5px 10px !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
    position: relative;
    border: 1px solid #ddd !important;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F7F7F7;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    font-weight: 600;
    padding: 10px 40px !important;
    text-align: center;
}

div.wpcf7-mail-sent-ok {
    background-image: linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #e9f2d2 0%, #FFFFFF 100%);
    background-color: #e9f2d2;
    border-color: #c0da66 !important;
    color: #88b12b;
}

/*div.wpcf7-mail-sent-ng {
    background-image: linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #ffe9e9 0%, #FFFFFF 100%);
    background-color: #ffe9e9;
    border-color: #e99f9f !important;
    color: #d25c5a;
}
div.wpcf7-spam-blocked {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}
div.wpcf7-validation-errors {
    background-image: linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #fbf6e3 0%, #FFFFFF 100%);
    background-color: #fbf6e3;
    border-color: #efd877 !important;
    color: #c4a80a;
}*/

/* ------------------------------------------------------------------------ */

/* 06. Boxed Layout */

/* ------------------------------------------------------------------------ */

#boxed-layout {
    width: 1000px;
    margin: 0px auto;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
}

#boxed-layout .container {}

#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}

/* ------------------------------------------------------------------------ */

/* 07. Infobar (Toggle Bar)
/* ------------------------------------------------------------------------ */

#infobar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3000;
    background: #444444;
    color: #999999;
    border-top: 5px solid #333333;
    width: 100%;
    padding: 20px 0 35px 0;
    display: none;
    border-bottom: 5px solid #444444;
}

#infobar .widget h3 {
    border-bottom: 1px solid #555555;
    color: #ffffff;
    padding: 0 0 5px 0;
    margin: 0 0 20px 0;
}

#infobar a {
    color: #999999;
}

#infobar a:hover {
    color: #ffffff;
}

.close-infobar {
    position: absolute;
    bottom: -40px;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 0;
    border-color: transparent #444444 transparent transparent;
    z-index: 999;
}

.close-infobar:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat 0px 0px;
}

#infobar .close-infobar.open {}

.close-infobar.open:after {
    content: '';
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -40px;
    background: url(framework/images/toggle.png) no-repeat -40px 0px;
}

#infobar .no-widgets {
    color: #aaaaaa;
    margin-bottom: -15px;
    text-align: center;
}

/* Infobar Widgets ---------------------------------------------------- */

#infobar .widget {}

#infobar .widget h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #555555;
    margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */

/* 08. Topbar */

/* ------------------------------------------------------------------------ */

#topbar {
    height: 39px;
    font-size: 10px;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

#topbar .callus {
    line-height: 39px;
    color: #999999;
}

#topbar .callus a {
    color: #999999
}

#topbar .callus a:hover {
    color: #666666
}

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}

/* ------------------------------------------------------------------------ */

/* 09. Social Icons */

/* ------------------------------------------------------------------------ */

#topbar .social-icons ul {
    list-style: none;
    margin: 0 0 -1px 0;
    float: right;
}

.social-icons ul li {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
}

.social-icons ul li a {
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
}

#copyright .social-icons ul li a {
    opacity: 1;
}

#copyright .social-icons ul li a:hover {
    background-color: transparent !important;
}

.social-icons a:hover {
    background-color: #cccccc;
    background-position: 0px -40px !important;
    opacity: 1;
}

.social-email a {
    background: url(framework/images/icons/email.png) no-repeat 0 0
}

.social-email a:hover {
    background-color: #666666
}

.social-aim a {
    background: url(framework/images/icons/aim.png) no-repeat 0 0
}

.social-aim a:hover {
    background-color: #e95a00
}

.social-apple a {
    background: url(framework/images/icons/apple.png) no-repeat 0 0
}

.social-apple a:hover {
    background-color: #606060
}

.social-behance a {
    background: url(framework/images/icons/behance.png) no-repeat 0 0
}

.social-behance a:hover {
    background-color: #18a3fe
}

.social-blogger a {
    background: url(framework/images/icons/blogger.png) no-repeat 0 0
}

.social-blogger a:hover {
    background-color: #fb913f
}

.social-cargo a {
    background: url(framework/images/icons/cargo.png) no-repeat 0 0
}

.social-cargo a:hover {
    background-color: #00c462
}

.social-delicious a {
    background: url(framework/images/icons/delicious.png) no-repeat 0 0
}

.social-delicious a:hover {
    background-color: #3274d1
}

.social-deviantart a {
    background: url(framework/images/icons/deviantart.png) no-repeat 0 0
}

.social-deviantart a:hover {
    background-color: #d0de21
}

.social-digg a {
    background: url(framework/images/icons/digg.png) no-repeat 0 0
}

.social-digg a:hover {
    background-color: #2882c6
}

.social-dopplr a {
    background: url(framework/images/icons/dopplr.png) no-repeat 0 0
}

.social-dopplr a:hover {
    background-color: #99cc66
}

.social-dribbble a {
    background: url(framework/images/icons/dribbble.png) no-repeat 0 0
}

.social-dribbble a:hover {
    background-color: #ef5b92
}

.social-ember a {
    background: url(framework/images/icons/ember.png) no-repeat 0 0
}

.social-ember a:hover {
    background-color: #fb9d00
}

.social-evernote a {
    background: url(framework/images/icons/evernote.png) no-repeat 0 0
}

.social-evernote a:hover {
    background-color: #77ba2f
}

.social-facebook a {
    background: url(framework/images/icons/facebook.png) no-repeat 0 0
}

.social-facebook a:hover {
    background-color: #3b5998
}

.social-flickr a {
    background: url(framework/images/icons/flickr.png) no-repeat 0 0
}

.social-flickr a:hover {
    background-color: #f1628b
}

.social-forrst a {
    background: url(framework/images/icons/forrst.png) no-repeat 0 0
}

.social-forrst a:hover {
    background-color: #5b9a68
}

.social-github a {
    background: url(framework/images/icons/github.png) no-repeat 0 0
}

.social-github a:hover {
    background-color: #7292a2
}

.social-google a {
    background: url(framework/images/icons/google.png) no-repeat 0 0
}

.social-google a:hover {
    background-color: #dd4b39
}

.social-googleplus a {
    background: url(framework/images/icons/googleplus.png) no-repeat 0 0
}

.social-googleplus a:hover {
    background-color: #d94a39
}

.social-gowalla a {
    background: url(framework/images/icons/gowalla.png) no-repeat 0 0
}

.social-gowalla a:hover {
    background-color: #ff920d
}

.social-grooveshark a {
    background: url(framework/images/icons/grooveshark.png) no-repeat 0 0
}

.social-grooveshark a:hover {
    background-color: #f88e00
}

.social-html5 a {
    background: url(framework/images/icons/html5.png) no-repeat 0 0
}

.social-html5 a:hover {
    background-color: #f3642c
}

.social-icloud a {
    background: url(framework/images/icons/icloud.png) no-repeat 0 0
}

.social-icloud a:hover {
    background-color: #fb913f
}

.social-instagram a {
    background: url(framework/images/icons/instagram.png) no-repeat 0 0
}

.social-instagram a:hover {
    background-color: #46759c
}

.social-lastfm a {
    background: url(framework/images/icons/lastfm.png) no-repeat 0 0
}

.social-lastfm a:hover {
    background-color: #d21309
}

.social-linkedin a {
    background: url(framework/images/icons/linkedin.png) no-repeat 0 0
}

.social-linkedin a:hover {
    background-color: #71b2d0
}

.social-metacafe a {
    background: url(framework/images/icons/metacafe.png) no-repeat 0 0
}

.social-metacafe a:hover {
    background-color: #ef4035
}

.social-mixx a {
    background: url(framework/images/icons/mixx.png) no-repeat 0 0
}

.social-mixx a:hover {
    background-color: #d80330
}

.social-myspace a {
    background: url(framework/images/icons/myspace.png) no-repeat 0 0
}

.social-myspace a:hover {
    background-color: #003398
}

.social-netvibes a {
    background: url(framework/images/icons/netvibes.png) no-repeat 0 0
}

.social-netvibes a:hover {
    background-color: #629e61
}

.social-newsvine a {
    background: url(framework/images/icons/newsvine.png) no-repeat 0 0
}

.social-newsvine a:hover {
    background-color: #5b965a
}

.social-orkut a {
    background: url(framework/images/icons/orkut.png) no-repeat 0 0
}

.social-orkut a:hover {
    background-color: #ed2590
}

.social-paypal a {
    background: url(framework/images/icons/paypal.png) no-repeat 0 0
}

.social-paypal a:hover {
    background-color: #32689a
}

.social-picasa a {
    background: url(framework/images/icons/picasa.png) no-repeat 0 0
}

.social-picasa a:hover {
    background-color: #444
}

.social-pinterest a {
    background: url(framework/images/icons/pinterest.png) no-repeat 0 0
}

.social-pinterest a:hover {
    background-color: #cb2027
}

.social-plurk a {
    background: url(framework/images/icons/plurk.png) no-repeat 0 0
}

.social-plurk a:hover {
    background-color: #f35b36
}

.social-posterous a {
    background: url(framework/images/icons/posterous.png) no-repeat 0 0
}

.social-posterous a:hover {
    background-color: #f9d560
}

.social-reddit a {
    background: url(framework/images/icons/reddit.png) no-repeat 0 0
}

.social-reddit a:hover {
    background-color: #cde2f9
}

.social-rss a {
    background: url(framework/images/icons/rss.png) no-repeat 0 0
}

.social-rss a:hover {
    background-color: #fe9900
}

.social-skype a {
    background: url(framework/images/icons/skype.png) no-repeat 0 0
}

.social-skype a:hover {
    background-color: #18b7f1
}

.social-stumbleupon a {
    background: url(framework/images/icons/stumbleupon.png) no-repeat 0 0
}

.social-stumbleupon a:hover {
    background-color: #eb4924
}

.social-technorati a {
    background: url(framework/images/icons/technorati.png) no-repeat 0 0
}

.social-technorati a:hover {
    background-color: #7ac84f
}

.social-tumblr a {
    background: url(framework/images/icons/tumblr.png) no-repeat 0 0
}

.social-tumblr a:hover {
    background-color: #3a5976
}

.social-twitter a {
    background: url(framework/images/icons/twitter.png) no-repeat 0 0
}

.social-twitter a:hover {
    background-color: #48c4d2
}

.social-vimeo a {
    background: url(framework/images/icons/vimeo.png) no-repeat 0 0
}

.social-vimeo a:hover {
    background-color: #62a0ad
}

.social-wordpress a {
    background: url(framework/images/icons/wordpress.png) no-repeat 0 0
}

.social-wordpress a:hover {
    background-color: #464646
}

.social-yahoo a {
    background: url(framework/images/icons/yahoo.png) no-repeat 0 0
}

.social-yahoo a:hover {
    background-color: #ab64bc
}

.social-yelp a {
    background: url(framework/images/icons/yelp.png) no-repeat 0 0
}

.social-yelp a:hover {
    background-color: #c41200
}

.social-youtube a {
    background: url(framework/images/icons/youtube.png) no-repeat 0 0
}

.social-youtube a:hover {
    background-color: #f45750
}

.social-zerply a {
    background: url(framework/images/icons/zerply.png) no-repeat 0 0
}

.social-zerply a:hover {
    background-color: #8db259
}

.social-zootool a {
    background: url(framework/images/icons/zootool.png) no-repeat 0 0
}

.social-zootool a:hover {
    background-color: #262626
}

.social-xing a {
    background: url(framework/images/icons/xing.png) no-repeat 0 0
}

.social-xing a:hover {
    background-color: #006466
}

/* ------------------------------------------------------------------------ */

/* 10. Header */

/* ------------------------------------------------------------------------ */

.header {
    background: #ffffff;
}

.header .logo {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 0 !important;
}

.header .logo img {
    max-width: 100%;
    height: auto;
}

.header .logo .logo_standard {}

.header .logo .logo_retina {
    display: none;
}

/* ------------------------------------------------------------------------ */

/* 12. Header - Searchform */

/* ------------------------------------------------------------------------ */

#header-searchform {
    float: right;
    margin: 0px 0 0 10px;
}

#header-searchform input {
    margin: 0;
    padding: 8px 0 8px 34px;
    width: 0px;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    background: url(framework/images/search.png) no-repeat 10px 8px;
    border: none;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
}

#header-searchform input:focus {
    font-size: 12px;
    padding: 8px 0 8px 34px;
    width: 115px;
    border: none;
    color: #555555;
    background-color: #efefef;
    cursor: text;
}

#header-searchform #header-searchsubmit {
    display: none;
}

/* Hide Search Submit button */

/* ------------------------------------------------------------------------ */

/* 13. Content */

/* ------------------------------------------------------------------------ */

#page-wrap {
    padding: 40px 0 40px 0;
}

.nopadding {
    padding: 0;
}

#content.sidebar-left {
    float: right
}

/* Striped Border under Title and above Footer */

.hr-border {
    height: 8px;
    width: 100%;
    background: url(framework/images/stripes.png);
    margin-top: 0px;
}

/* Standard Title ---------------------------------------------------- */

#title {
    background: #f9f9f9;
    background-image: linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #FAFAFA 0%, #FFFFFF 100%);
    border-bottom: 1px solid #e4e4e4;
    border-top: 1px solid #e4e4e4;
    padding: 25px 0 25px 0;
    box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    -webkit-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
    -moz-box-shadow: inset 0px 3px 0px 0px rgba(0, 0, 0, 0.02);
}

#title h1 {
    font-size: 18px;
    line-height: 28px;
    color: #666666;
    margin: 0;
}

#title h2 {
    display: block;
    font-weight: lighter;
    color: #aaaaaa;
    font-size: 15px;
    line-height: 22px;
    margin: 0;
    padding: 0;
}

#title #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

#title #breadcrumbs.breadrcumbpadding {
    padding-top: 12px;
}

#title #breadcrumbs a {
    color: #aaaaaa;
}

#title #breadcrumbs a:hover {
    color: #289dcc;
}

/* Alternative Title (with Image) ---------------------------------------------------- */

#alt-title {
    width: 100%;
    height: 159px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    -webkit-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    -moz-box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    box-shadow: inset 0px 0px 3px rgba(50, 50, 50, 0.12);
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    image-rendering: optimizeQuality;
}

#alt-title .grid {
    background: url(framework/images/grid.png);
    width: 100%;
    height: 159px;
    position: absolute;
    top: 0;
    left: 0;
}

#alt-title h1 {
    top: 42px;
    left: 10px;
    position: absolute;
    background: #289dcc;
    display: inline-block;
    padding: 14px 20px;
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
}

#alt-title h2 {
    position: absolute;
    top: 88px;
    left: 10px;
    color: #999999;
    display: inline-block;
    background: #ffffff;
    padding: 8px 20px;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
}

#alt-breadcrumbs {
    border-bottom: 1px solid #e4e4e4;
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#alt-breadcrumbs a {
    color: #999999
}

#alt-breadcrumbs a:hover {
    color: #289dcc
}

#alt-breadcrumbs .container {
    padding-left: 20px
}

/* Alt Title 2 ---------------------------------------------------- */

#alt-title-2 {
    width: 100%;
    height: 90px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
    background-position: top center;
    background-repeat: no-repeat;
}

#alt-title-2 h1 {
    line-height: 90px;
}

#alt-title-2 .five {
    background: red !important;
}

#alt-title-2 #breadcrumbs {
    font-size: 11px;
    text-align: right;
    color: #aaaaaa;
    line-height: 90px;
    padding: 0px 0 0 0;
    margin: 0;
}

#alt-title-2 #breadcrumbs a {
    color: #aaaaaa;
}

#alt-title-2 #breadcrumbs a:hover {
    color: #289dcc;
}

/* No Title ---------------------------------------------------- */

#no-title {
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
}

#no-title .no-title-border {
    border-top: 1px solid #e4e4e4;
}

#no-title #breadcrumbs {
    padding: 20px 0 19px 0;
    font-size: 11px;
    line-height: 0px;
    color: #999999;
}

#no-title #breadcrumbs a {
    color: #999999
}

#no-title #breadcrumbs a:hover {
    color: #289dcc
}

#no-title #breadcrumbs .container {
    padding-left: 20px
}

#no-title-divider {
    border-top: 1px solid #e4e4e4;
}

/* ------------------------------------------------------------------------ */

/* 14. Blog Standard - Overview */

/* ------------------------------------------------------------------------ */

.blog .post {
    border-bottom: 1px solid #efefef;
    padding: 0 0 60px 0;
    margin: 0 0 60px 0;
}

.post img {
    display: block;
}

.post-icon {
    display: block;
    width: 35px;
    height: 35px;
    float: left;
    margin: 10px 20px 0 0;
    background: #289dcc;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.post-icon.standard {
    background-image: url(framework/images/postformat-standard.png)
}

.post-icon.imagegallery {
    background-image: url(framework/images/postformat-gallery.png)
}

.post-icon.link {
    background-image: url(framework/images/postformat-link.png)
}

.post-icon.quote {
    background-image: url(framework/images/postformat-quote.png)
}

.post-icon.video {
    background-image: url(framework/images/postformat-video.png)
}

.post-icon.audio {
    background-image: url(framework/images/postformat-audio.png)
}

.post-content {
    float: left;
    width: 645px;
}

.blog .post-title {
    margin: 0 !important;
    padding: 0 !important;
}

.post-title h2 {
    margin: 10px 0 20px 0;
    padding: 0 !important;
    font-weight: normal;
    font-size: 22px;
}

.post-title h2 a {
    margin: 0 !important;
}

.post-meta {
    margin-top: 20px;
    margin-left: 55px;
}

.post-meta span {
    background: #f4f4f4;
    padding: 7px 15px 7px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
    font-size: 11px;
}

.post-meta span a {
    color: #999999
}

.post-meta span a:hover {
    color: #666666
}

.post-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.post-content a.read-more-link {
    display: inline-block;

}

.post-image a {
    display: block;
    position: relative;
}

.search-result {
    border-bottom: 1px solid #efefef;
    padding: 0 0 60px 0;
    margin: 0 0 50px 0;
}

.search-content a.read-more-link {}

.search-meta {}

.search-meta span {
    background: #f4f4f4;
    padding: 7px 15px 7px 10px;
    margin: 0 10px 0 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #999999;
    font-size: 11px;
}

.search-meta span a {
    color: #999999
}

.search-meta span a:hover {
    color: #666666
}

.search-meta span i {
    opacity: 0.4;
    filter: alpha(opacity=40);
    margin: -2px 10px 0 0;
}

.search-meta span.meta-category {
    display: none;
}

/* Different Post Types ---------------------------------------------------- */

.post-image,
.post-gallery,
.post-video,
.post-audio {
    margin-bottom: 20px !important;
}

/*.post-video iframe{
	width:100%;
	height:auto;
}*/

.post-image img {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.post-link {
    margin-top: -15px;
    margin-bottom: 10px;
    color: #cccccc;
}

.post-quote {
    background: #333333 url(framework/images/quote.png) no-repeat 15px 20px;
    position: relative;
    padding: 20px 30px 20px 50px;
    margin: 0 0 20px 0;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.post-quote h2 {
    margin: 0 0 0px 0;
    padding: 0;
    font-size: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: normal;
    font-style: italic;
    color: #ffffff;
}

.post-quote .quote-source a {
    font-size: 13px;
    font-weight: normal;
    color: #999999 !important;
    padding: 0;
}

/* Image Hover Overlay ---------------------------------------------------- */

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-image .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-image .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.post-gallery .overlay {
    background-image: url(framework/images/overlay-link.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.single .post-gallery .overlay {
    background-image: url(framework/images/overlay-lightbox.png);
    background-position: center center;
    background-repeat: no-repeat;
}

/* ------------------------------------------------------------------------ */

/* 15. Blog Medium - Overview */

/* ------------------------------------------------------------------------ */

.blog-medium .post-video,
.blog-medium .post-gallery,
.blog-medium .post-image,
.blog-medium .post-quote,
.blog-medium .post-audio,
.blog-medium .post-link {
    width: 320px;
    float: left;
    margin-right: 20px;
}

.blog-medium .post-icon {
    margin: 0 0 0 -55px;
    position: relative;
    z-index: 999;
    border-radius: 0;
    display: none;
}

.blog-medium .post-title h2 {
    margin: 0px 0 15px 0;
}

.blog-medium .post-content {
    float: left;
    width: 320px;
}

.blog-medium .post-quote {
    width: 280px;
}

.blog-medium .post-meta {
    margin: 0px;
}

.blog-medium .no-post-image {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage.png) no-repeat center center;
}

.blog-medium .no-post-image-link {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-link.png) no-repeat center center;
}

.blog-medium .no-post-image-quote {
    display: block;
    width: 310px;
    height: 200px;
    border: 5px solid #efefef;
    background: #ffffff url(framework/images/noimage-quote.png) no-repeat center center;
}

/* ------------------------------------------------------------------------ */

/* 16. Blog - Single Post */

/* ------------------------------------------------------------------------ */

.single .post {
    margin-bottom: 30px
}

.single .post-meta {
    margin-left: 0;
    margin-bottom: 30px;
}

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

.single .post-tags a {
    display: block;
    float: left;
    border: 1px solid #dddddd;
    color: #999999;
    margin: 0 7px 7px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.single .post-tags a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff;
}

/* Author Information ---------------------------------------------------- */

#author-info {
    margin: 0px 0px 20px 55px;
    overflow: hidden;
    border: 1px solid #ddd;
    display: block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

#author-info .author-image {
    float: left;
    width: 45px;
    padding: 20px;
}

#author-info .author-image img {
    display: block;
    border: 3px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

#author-info .author-bio {
    float: left;
    width: 500px;
    padding: 20px 20px 20px 0px;
}

#author-info .author-bio h4 {
    margin: 0px 0 10px 0
}

/* Sharebox ---------------------------------------------------- */

.sharebox {
    margin-left: 55px;
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    margin-bottom: 40px;
    padding: 10px 0 10px 0;
}

.sharebox h4 {
    float: left;
    margin: 11px 0 0 10px;
    color: #777777;
    font-size: 13px;
}

.sharebox .social-icons {
    float: right;
    list-style: none;
    margin: 0;
}

.sharebox .social-icons a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    display: block;
    width: 40px;
    height: 40px;
    text-indent: -9999px;
    background-position: 0px 0px;
    background-repeat: no-repeat;
    opacity: 0.6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.sharebox .social-icons a:hover {
    background-color: #666666 !important;
    background-position: 0px -40px !important;
    opacity: 1;
}

/* Related Posts ---------------------------------------------------- */

#related-posts {
    margin-top: 60px;
}

#related-posts ul {
    list-style: none;
    margin: 0px 0 0 0;
}

#related-posts ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 2px 0 2px 12px;
}

#related-posts ul li a span {
    color: #cccccc;
    font-size: 11px;
    margin: 0 0 0 8px;
}

/* ------------------------------------------------------------------------ */

/* 17. Pagination */

/* ------------------------------------------------------------------------ */

#pagination {}

#pagination a,
#pagination span {
    display: block;
    float: left;
    margin: 0 7px 0 0;
    padding: 7px 10px 6px 10px;
    border: 1px solid #cccccc;
    font-size: 12px;
    line-height: 12px;
    color: #a8a8a8;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#pagination a:hover {
    color: #ffffff;
    border-color: #289dcc;
    background: #289dcc;
}

#pagination span.current {
    background: #333333;
    border-color: #333333;
    color: #ffffff;
    font-weight: bold;
}

/* ------------------------------------------------------------------------ */

/* 18. Comments - List */

/* ------------------------------------------------------------------------ */

.comments {
    margin-top: 50px;
}

.commentlist {
    list-style: none;
    margin: 30px 0 0 0;
}

.commentlist li {
    border-bottom: 1px solid #efefef;
    margin: 0 0 40px 0;
    padding: 0 0 16px 0;
}

.commentlist li:last-child {
    border-bottom: none;
}

.commentlist li ul {
    list-style: none;
    margin: 0 0 0 80px;
}

.commentlist li ul li {
    border-top: 1px solid #efefef;
    border-bottom: none;
    margin: 16px 0 0 0;
    padding: 40px 0 0 0;
}

.commentlist li .avatar {
    float: left;
    margin-right: 10px;
}

.commentlist li .avatar img {
    display: block;
    border: 4px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.commentlist li .comment-text {
    overflow: hidden;
    position: relative;
}

.commentlist li .author {
    margin-top: 0px;
    margin-bottom: 10px;
    line-height: 17px;
}

.commentlist li .author span {
    display: inline;
    font-weight: bold;
}

.commentlist li .date {
    font-size: 11px;
    color: #999999;
}

.commentlist li .date a {
    color: #999999
}

.commentlist li .date a:hover {
    color: #333333
}

.commentlist li em {
    font-size: 11px;
    color: #cccccc;
    font-style: normal;
    margin-bottom: 20px;
    display: block;
}

/* ------------------------------------------------------------------------ */

/* 19. Comments - Respond */

/* ------------------------------------------------------------------------ */

#respond {
    margin-bottom: 40px
}

#respond form {
    margin-top: 30px;
}

#respond .required {
    color: #c82929;
    display: inline-block;
    margin: 3px 0 0 6px;
    font-size: 14px;
    font-weight: normal;
}

/*#respond p { clear: both }*/

#respond-inputs p {
    width: 220px;
    margin-right: 20px;
    float: left;
}

#respond-inputs p.last {
    margin: 0;
}

#respond input {
    display: block;
    width: 203px;
    margin: 0;
}

#respond textarea {
    display: block;
    width: 683px;
}

#respond p.comment-notes,
#respond p.form-allowed-tags {
    display: none
}

#respond input#submit {}

#respond .headline-title-wrap {
    margin-top: 20px;
}

#cancel-comment-reply-link {
    font-size: 13px;
}

#commentform input.error,
#commentform textarea.error {
    border-color: #c82929;
    background: #fbf2f2;
}

#commentform div.error,
#commentform label.error {
    color: red;
    display: none !important;
}

/* ------------------------------------------------------------------------ */

/* 20. Portfolio - Overview */

/* ------------------------------------------------------------------------ */

#portfolio-wrap {
    width: 100%;
    margin-bottom: -30px;
}

.embedd-video {
    display: none
}

.portfolio #pagination {
    margin-top: 40px
}

/* Filters ---------------------------------------------------- */

#filters {
    margin-top: 0px;
    margin-bottom: 40px;
    border: 1px solid #dddddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

#filters ul {
    margin: 0;
    list-style: none;
}

#filters ul li {
    display: block;
    float: left;
}

#filters ul li a {
    display: block;
    float: left;
    border-right: 1px solid #dddddd;
    color: #999999;
    padding: 6px 20px 6px 20px;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
}

#filters ul li a:hover {
    color: #289dcc
}

#filters ul li a.active {
    background: #ffffff;
    color: #289dcc;
}

/* Portfolio Filter Transitions ---------------------------------------------------- */

/* Start: Recommended Isotope styles */

/**** Isotope Filtering ****/

.isotope-item {
    z-index: 2;
}

.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}

/**** Isotope CSS3 transitions ****/

.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}

.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}

.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}

/* End: Recommended Isotope styles */

/* Portfolio Items ---------------------------------------------------- */

.portfolio-item {
    width: 220px;
    height: 202px;
    margin: 0 0 20px 0;
    padding: 0;
    position: relative;
    overflow: hidden;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.portfolio-item .portfolio-pic {
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    overflow: hidden;
    display: block;
    position: relative;
}

.portfolio-item img {
    display: block;
    width: 220px;
    height: 143px;
}

.portfolio-item .portfolio-title {
    height: 42px;
    padding: 8px 15px 8px 15px;
    background: #ffffff;
    display: block;
    border: 1px solid #e4e4e4;
    border-top: none;
    -webkit-border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px;
    border-radius: 0px 0px 4px 4px;
    -webkit-transition: all 0.1s ease-in;
    -moz-transition: all 0.1s ease-in;
    -o-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in;
}

.portfolio-item .portfolio-title h4 {
    margin: 0 0 -1px 0;
    padding: 0;
    font-size: 14px !important;
    font-weight: 600;
    color: #666666;
}

.portfolio-item .portfolio-title span {
    margin: 0;
    padding: 0;
    font-size: 12px !important;
    color: #999999;
    display: block;
}

.portfolio-item:hover .portfolio-title {
    color: #ffffff;
    background: #289dcc;
    border-color: #289dcc;
}

.portfolio-item:hover .portfolio-title h4,
.portfolio-item:hover .portfolio-title span {
    color: #ffffff;
}

.portfolio-item:hover .portfolio-title span {
    color: rgba(255, 255, 255, 0.7);
}

/* Portfolio Item Overlay ---------------------------------------------------- */

.portfolio-item .portfolio-pic .portfolio-overlay {
    display: block;
    width: 220px;
    height: 143px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-link {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7) url(framework/images/overlay-link.png) no-repeat center center;
    position: absolute;
    top: -25px;
    left: 85px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

.portfolio-item .portfolio-pic .portfolio-overlay .overlay-lightbox,
.portfolio-item-one .portfolio-pic .portfolio-overlay .overlay-lightbox {
    width: 48px;
    height: 48px;
    background: rgba(0, 0, 0, 0.7) url(framework/images/overlay-lightbox.png) no-repeat center center;
    position: absolute;
    top: -25px;
    left: 85px;
    display: block;
    text-indent: -9999px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0;
}

/* Portfolio Items: 3 Columns ---------------------------------------------------- */

.portfolio-item.one-third {
    width: 300px;
    height: 255px;
}

.portfolio-item.one-third img {
    width: 300px;
    height: 196px;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay {
    display: block;
    width: 300px;
    height: 196px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item.one-third .portfolio-pic .portfolio-overlay .overlay-lightbox {
    left: 125px
}

/* Portfolio Items: 2 Columns ---------------------------------------------------- */

.portfolio-item.eight {
    width: 460px;
    height: 359px;
}

.portfolio-item.eight img {
    width: 460px;
    height: 300px;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay {
    display: block;
    width: 460px;
    height: 300px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-link,
.portfolio-item.eight .portfolio-pic .portfolio-overlay .overlay-lightbox {
    left: 205px
}

/* Portfolio Items: 1 Column ---------------------------------------------------- */

.portfolio-item-one {
    margin: 0 0 40px 0;
    padding: 0 0 41px 0;
    background: #ffffff;
    border-bottom: 1px solid #efefef;
}

.portfolio-item-one .portfolio-picwrap {
    width: 460px;
    height: 250px;
    float: left;
    margin: 0 30px 0 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.portfolio-item-one .portfolio-desc {
    width: 450px;
    float: left;
}

.portfolio-item-one .portfolio-picwrap img {
    display: block;
    width: 460px;
    height: 250px;
}

.portfolio-item-one .portfolio-desc .read-more-link {
    display: none;
}

.portfolio-item-one .portfolio-desc ul li {
    margin-left: 40px !important;
}

.portfolio-item-one h4 {
    font-size: 22px;
    margin: 20px 0 0 0;
}

.portfolio-tags {
    margin: 0px 0px 20px 0px;
    color: #999999;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay {
    display: block;
    width: 460px;
    height: 300px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-link,
.portfolio-item-one .portfolio-picwrap .portfolio-overlay .overlay-lightbox {
    left: 205px
}

/* ------------------------------------------------------------------------ */

/* 21. Portfolio - Single */

/* ------------------------------------------------------------------------ */

.portfolio-wide #portfolio-slider,
.portfolio-wide #portfolio-video {
    margin: 0 0 40px 10px;
}

#portfolio-video iframe {
    max-width: 100%;
}

#portfolio-slider {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.portfolio-detail-description-text {}

.portfolio-sidebyside .portfolio-detail-description-text {
    margin-bottom: 30px;
}

.portfolio-detail-description .headline-title-wrap,
.portfolio-detail-attributes .headline-title-wrap {
    margin-bottom: 25px
}

.portfolio-detail-attributes ul {
    list-style: none;
    margin: -7px 0 0 0;
}

.portfolio-detail-attributes ul li {
    padding: 7px 0 6px 0;
    background: url(framework/images/dotted.png) repeat-x bottom left;
}

.portfolio-detail-attributes ul li strong {
    display: inline-block;
    width: 60px;
    font-size: 11px;
    text-transform: uppercase;
    color: #aeaeae;
}

.portfolio-detail-attributes .button {
    margin-top: 20px;
    padding: 10px 20px;
    border: 1px solid #ddd;
    display: inline-block;
    background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
    background-color: #F9F9F9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.2);
}

/* Related Portfolio Items ---------------------------------------------------- */

#portfolio-related-post {
    margin-top: 40px;
}

#portfolio-related-post h3 {
    margin-left: 10px;
    margin-right: 10px;
}

/* Portfolio Comments ---------------------------------------------------- */

.portfolio-detail .portfolio-comments {
    margin-top: 20px;
}

/* Projects Nav ---------------------------------------------------- */

.projects-nav {
    float: right;
    width: 100px;
    margin: 7px 5px 0 0;
}

.projectsnavpadding {
    padding: 0 !important;
    margin: 0px 0 0 0 !important;
}

.projects-nav a,
.post-navigation a {
    display: block;
    text-indent: -9999px;
    background: #cccccc;
    width: 35px;
    height: 35px;
    float: right;
    margin-right: 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.projects-nav .next a,
.post-navigation .next a {
    background-image: url(framework/images/slider-next.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav .prev a,
.post-navigation .prev a {
    background-image: url(framework/images/slider-prev.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.projects-nav a:hover,
.post-navigation a:hover {
    background-color: #289dcc
}

/* ------------------------------------------------------------------------ */

/* 22. Content Pages */

/* ------------------------------------------------------------------------ */

/* Revolution Slider ---------------------------------------------------- */

.tp-bannershadow {
    opacity: 0.7
}

/*.rev_slider {
    display: block !important;
    overflow: hidden !important;
    -webkit-border-radius: 6px !important;
       -moz-border-radius: 6px !important;
       		border-radius: 6px !important;
}
.fullwidthbanner-container .rev_slider {
    -webkit-border-radius: 0px !important;
       -moz-border-radius: 0px !important;
    		border-radius: 0px !important;
}*/

.tp-leftarrow.default {
    background: rgba(20, 20, 20, 0.5) url(framework/images/slider-prev.png) !important;
    background-repeat: no-repeat !important;
    background-position: 45% 50% !important;
    width: 44px !important;
    height: 56px !important;
    -webkit-border-radius: 0 3px 3px 0 !important;
    -moz-border-radius: 0 3px 3px 0 !important;
    border-radius: 0 3px 3px 0 !important;
}

.tp-rightarrow.default {
    background: rgba(20, 20, 20, 0.5) url(framework/images/slider-next.png) !important;
    background-repeat: no-repeat !important;
    background-position: 53% 50% !important;
    width: 44px !important;
    height: 56px !important;
    -webkit-border-radius: 3px 0 0 3px !important;
    -moz-border-radius: 3px 0 0 3px !important;
    border-radius: 3px 0 0 3px !important;
}

.tp-leftarrow:hover,
.tp-rightarrow:hover {
    background-color: #2da0ce !important;
}

.tp-bullets.simplebullets.round-old .bullet {
    cursor: pointer !important;
    position: relative !important;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 13px !important;
    height: 13px !important;
    margin-right: 6px !important;
    float: left !important;
    margin-top: -12px !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.tp-bullets.simplebullets.round-old .bullet:hover,
.tp-bullets.simplebullets.round-old .bullet.selected {
    background: rgba(0, 0, 0, 0.8) !important;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-device-pixel-ratio: 2) {

    .tp-leftarrow.default {
        background-image: url(framework/images/slider-prev@2x.png) !important;
        -webkit-background-size: 10px 15px;
        -moz-background-size: 10px 15px;
        -o-background-size: 10px 15px;
        background-size: 10px 15px;
    }
    .tp-rightarrow.default {
        background-image: url(framework/images/slider-next@2x.png) !important;
        -webkit-background-size: 10px 15px;
        -moz-background-size: 10px 15px;
        -o-background-size: 10px 15px;
        background-size: 10px 15px;
    }
}

/* 404 Page ---------------------------------------------------- */

#error-404 {
    text-align: center;
    margin-bottom: 40px;
    padding: 100px 0;
}

h2.error-404 {
    font-size: 108px;
    line-height: 108px;
    margin: 0 0 10px 0;
}

h3.error-404 {
    font-size: 22px;
    line-height: 22px;
    margin: 0;
    color: #999999;
}

/* ------------------------------------------------------------------------ */

/* 23. Sidebars */

/* ------------------------------------------------------------------------ */

#sidebar {}

#sidebar .widget {
    margin-bottom: 40px;
    color: #888888;
}

#sidebar .widget h3 {
    font-size: 15px;
    margin: 0 0 20px 0;
}

#sidebar .widget ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 1px 12px;
}

#sidebar .widget ul li.current_page_item,
#sidebar .widget ul li.current-menu-item {
    font-weight: bold
}

/* Side Navigation Template ---------------------------------------------------- */

#sidebar .widget.widget_wp_nav_menu_desc ul li {
    background: none;
    padding: 0;
}

.sidenav,
.widget_wp_nav_menu_desc {
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.08);
}

.sidenav {
    margin-bottom: 30px;
}

.sidenav li ul,
.widget_wp_nav_menu_desc li ul {
    margin: 0;
    list-style: none;
}

.sidenav li ul li a,
.widget_wp_nav_menu_desc li ul li a {
    background: #f9f9f9;
    color: #999999;
    padding: 10px 15px 10px 30px;
}

.sidenav li a,
.widget_wp_nav_menu_desc li a {
    display: block;
    margin: 0 0 -1px !important;
    padding: 10px 15px;
    border: 1px solid #dddddd;
    border-bottom-color: #efefef;
    border-top-color: #efefef;
    color: #777777;
    background: url(framework/images/arrow5.png) no-repeat 94% 15px;
}

.sidenav li:first-child a,
.widget_wp_nav_menu_desc li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    border-top-color: #dddddd;
}

.sidenav li:last-child a,
.widget_wp_nav_menu_desc li:last-child a {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    border-bottom-color: #dddddd;
}

.sidenav li.current_page_item a,
.sidenav li.current_page_item a:hover,
.widget_wp_nav_menu_desc li.current_page_item a,
.widget_wp_nav_menu_desc li.current_page_item a:hover {
    position: relative;
    z-index: 2;
    padding: 11px 15px;
    border: 0;
    font-weight: 700;
    background-color: #289dcc;
    background-image: url(framework/images/arrow5_white.png);
    background-repeat: no-repeat;
    background-position: 94% 15px;
    color: #ffffff !important;
    -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
    box-shadow: inset 1px 0 0 rgba(0, 0, 0, .1), inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidenav li.current_page_item ul li:first-child a,
.sidenav li.current_page_item ul li:last-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:first-child a,
.widget_wp_nav_menu_desc li.current_page_item ul li:last-child a {
    -webkit-border-radius: none;
    -moz-border-radius: none;
    border-radius: none;
}

.sidenav li a:hover,
.widget_wp_nav_menu_desc li a:hover {
    background-color: #F9F9F9;
}

/* ------------------------------------------------------------------------ */

/* 24. Twitterbar
/* ------------------------------------------------------------------------ */

#twitterbar {
    color: #ffffff;
    background: #289dcc;
    margin: 0;
    padding: 15px 0;
}

#twitterbar .twitterpost {
    background: url(framework/images/icons/twitter.png) no-repeat -10px -49px;
    padding: 0 0 0 30px;
    list-style: none;
    margin: 0;
}

#twitterbar .twitterpost .tweet_time {
    display: none;
}

#twitterbar .twitterpost ul {
    margin: 0;
    padding: 0;
}

#twitterbar .twitterpost a {
    color: #ffffff;
    display: inline;
}

#twitterbar .twitterpost li {
    margin: 0 !important;
    padding: 0 !important;
    display: inline;
}

#twitterbar .twitterpost li b {
    display: none
}

/* ------------------------------------------------------------------------ */

/* 25. Footer
/* ------------------------------------------------------------------------ */

#footer {
    border-top: 10px solid #333333;
    padding: 50px 0 50px 0;
    background: #444444;
    color: #999999;
}

#footer a {
    color: #999999;
}

#footer a:hover {
    color: #ffffff;
}

/* Footer Widgets ---------------------------------------------------- */

#footer .widget h3 {
    font-size: 15px;
    color: #ffffff;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #555555;
    margin: 0 0 20px 0;
}

/* ------------------------------------------------------------------------ */

/* 26. Copyright
/* ------------------------------------------------------------------------ */

#copyright {
    padding: 5px 2%;
    background: #222222;
    color: #777777;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#copyright a {
    color: #888888
}

#copyright a:hover {
    color: #ffffff
}

#copyright .copyright-text {
    padding: 10px 0 10px 0;
}

#copyright .social-icons {
    float: right;
    font-size: 11px;
}

/* ------------------------------------------------------------------------ */

/* 27. Back-To-Top Button
/* ------------------------------------------------------------------------ */

#back-to-top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 20px;
    display: none;
}

#back-to-top a {
    color: #000;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    background: #fff;
    background-image: none!important;
    text-indent: 0;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    -o-transition: 0.4s all ease;
    transition: 0.4s all ease;
    text-align: center;
    border: 1px solid #000;
}

#back-to-top a:hover {
    background-color: #333;
    color: #fff;
}

#back-to-top a > i {
    vertical-align: -4px;
}

/* ------------------------------------------------------------------------ */

/* 28. Widgets */

/* ------------------------------------------------------------------------ */

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

/* Search Widget /--------------------------------------------------------- */

.widget_search input {
    background: url(framework/images/search.png) no-repeat 10px 9px;
    padding: 8px 8px 8px 30px;
    width: 180px;
    color: #999999;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    border: 1px solid #dddddd;
}

.widget_search input:focus {
    border-color: #c0c0c0
}

/* Calendar Widget /--------------------------------------------------------- */

#wp-calendar {
    width: 100%
}

#wp-calendar caption {
    padding: 0 10px;
    text-align: right;
    font-weight: bold;
    margin: -5px 0 5px 0;
}

#wp-calendar thead {
    font-size: 10px
}

#wp-calendar thead th {
    padding: 5px 10px;
    font-weight: bold;
    border-top: 1px solid #f5f5f5;
}

#wp-calendar tbody {
    color: #aaa
}

#wp-calendar tbody td {
    background: #f5f5f5;
    border: 1px solid #fff;
    text-align: center;
    padding: 5px 8px;
}

#wp-calendar tbody td:hover {
    background: #fff
}

#wp-calendar tbody .pad {
    background: none
}

#wp-calendar tfoot #next {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    padding-top: 5px;
}

#wp-calendar tfoot #prev {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 5px;
}

/* Tag Cloud Widget /--------------------------------------------------------- */

.widget_tag_cloud a {
    display: inline-block;
    border: 1px solid #dddddd;
    font-size: 12px !important;
    line-height: 20px;
    color: #999999;
    margin: 0 5px 10px 0px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px 10px 2px 10px;
    font-size: 12px;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    -moz-box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
    box-shadow: 0px 1px 2px 0px rgba(180, 180, 180, 0.2);
}

.widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

/* Embed Widget /--------------------------------------------------------- */

.widget_embed p {
    margin-top: 10px
}

.widget_embed iframe {
    max-width: 100%
}

/* Flickr Widget /--------------------------------------------------------- */

.widget_flickr #flickr_tab {
    margin-right: -10px
}

.widget_flickr #flickr_tab img {
    display: block;
    width: 100%;
    height: 100%;
}

.widget_flickr #flickr_tab a {
    float: left;
    width: 56px;
    height: 56px;
    position: relative;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}

/* Sponsor Widget /--------------------------------------------------------- */

.widget_sponsor .sponsors {
    margin-right: -20px
}

.widget_sponsor a {
    display: block;
    float: left;
    margin: 0 12px 12px 0;
}

.widget_sponsor a img {
    display: block
}

/* Twitter Widget /--------------------------------------------------------- */

.widget_twitter ul {
    list-style: none;
}

.widget_twitter ul li {
    margin-bottom: 20px;
    background: url(framework/images/twitter.png) no-repeat 0px 4px;
    padding: 0 0 0 32px;
}

.widget_twitter ul li b a {
    display: block;
    font-size: 11px;
    color: #cccccc;
    font-weight: normal;
}

.widget_tp_widget_recent_tweets .tp_recent_tweets {
    margin-bottom: 30px !important;
}

.widget_tp_widget_recent_tweets ul {
    list-style: none
}

.widget_tp_widget_recent_tweets ul li {
    margin-bottom: 15px !important;
    background: url(framework/images/twitter.png) no-repeat 0px 4px !important;
    padding: 0 0 0 32px !important;
}

.twitter_time {
    font-size: 11px;
    font-weight: normal;
    color: #cccccc;
}

/* Contact Widget /--------------------------------------------------------- */

.widget_contact address {
    font-style: normal
}

.widget_contact address span {
    display: block
}

.widget_contact address span strong {
    display: inline-block;
    width: 52px;
}

/* Portfolio  Widget /--------------------------------------------------------- */

.widget_portfolio .portfolio-item:last-child {
    margin: 0
}

.widget_portfolio .portfolio-widget-item {
    float: left;
    padding: 0 0 0px 0;
    margin: 0 10px 10px 0;
}

.widget_portfolio .portfolio-widget-item:nth-child(3n) {
    border: none !important;
    padding: 0;
    margin-right: 0;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic {
    float: left;
    display: block;
    overflow: hidden;
    width: 56px;
    height: 56px;
    position: relative;
    border: 1px solid #ddd;
    padding: 4px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -moz-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

.widget_portfolio .portfolio-widget-item .portfolio-pic img {
    width: 100%;
    height: 100%;
    display: block;
}

/* Footer & Topbar Widgets (Color Change) ---------------------------------------------------- */

#footer .widget ul li,
#infobar .widget ul li {
    background: url(framework/images/arrow4.png) no-repeat 0px 9px;
    padding: 1px 0 1px 12px;
}

#footer .widget_contact,
#infobar .widget_contact {
    background: url(framework/images/map.png) no-repeat 0 50px;
}

#footer .widget_search input,
#infobar .widget_search input {
    color: #aaaaaa;
    background-color: #555555;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #555555;
}

#footer .widget_search input:focus,
#infobar .widget_search input:focus {
    color: #ffffff
}

#footer #wp-calendar thead th,
#infobar #wp-calendar thead th {
    border-top: 1px solid #555555
}

#footer #wp-calendar tbody,
#infobar #wp-calendar tbody {
    color: #aaa
}

#footer #wp-calendar tbody td,
#infobar #wp-calendar tbody td {
    background: #555555;
    border: 1px solid #444444;
}

#footer #wp-calendar tbody td:hover,
#infobar #wp-calendar tbody td:hover {
    background: #444444;
    color: #ffffff;
}

#footer #wp-calendar tbody .pad,
#infobar #wp-calendar tbody .pad {
    background: none
}

#footer .widget_tag_cloud a,
#infobar .widget_tag_cloud a {
    border: 1px solid #333333;
    background: #333333;
    color: #777777;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 1px 9px;
}

#footer .widget_tag_cloud a:hover,
#infobar .widget_tag_cloud a:hover {
    background: #289dcc;
    border-color: #289dcc;
    color: #ffffff !important;
}

#footer .widget_flickr #flickr_tab a,
#infobar .widget_flickr #flickr_tab a {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .widget_flickr #flickr_tab a:hover,
#infobar .widget_flickr #flickr_tab a:hover {
    background: #289dcc;
    border-color: #289dcc;
}

#footer .widget_twitter ul li:last-child,
#infobar .widget_twitter ul li:last-child {
    margin: 0
}

#footer .widget_portfolio .portfolio-widget-item,
#infobar .widget_portfolio .portfolio-widget-item {}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic {
    border: 1px solid #333333;
    padding: 4px;
    background: #333333;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#footer .widget_portfolio .portfolio-widget-item .portfolio-pic:hover,
#infobar .widget_portfolio .portfolio-widget-item .portfolio-pic:hover {
    background: #289dcc;
    border-color: #289dcc;
}

/* ------------------------------------------------------------------------ */

/* EOF
/* ------------------------------------------------------------------------ */

/* jmartinez */

body {
    border: none;
}

body p,
body div {
    line-height: 18px;
}

body #header #navigation {
    margin-top: 29px;
}

body #header #navigation ul li {
    height: 75px;
}

body #header #navigation ul li a {
    height: 72px;

    font: bold 15px/70px "Helvetica", sans-serif;
    color: #000;
}

body #header #navigation ul li.current-menu-item a,
body #header #navigation ul li a:hover {
    color: #a6bcd1!important;
    border-bottom-color: #a6bcd1!important;
}

/*Fix to widh 1024px*/

.container {
    width: 1024px;
}

.container .column,
.container .columns {
    margin-left: 1%;
    margin-right: 1%;
}

.container .four.columns {
    width: 23%;
}

.container .twelve.columns {
    width: 73%;
}

body #title {
    background: transparent;
    background-image: none;
    border-top: none;
    padding: 0px;
    box-shadow: none;
    -webkit-box-shadow: none;
    width: 1024px;
    margin: 0px auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.entry [id$='-wrapper'] .ul,
.entry [id$='-wrapper'] .ul > .li {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    display: block;
    position: relative;
    margin-bottom: 0px;
}

#manifesto-wrapper > .ul {
    width: 66%;
    margin-left: auto;
    margin-right: auto;
}

#manifesto-wrapper > .ul p {
    font-size: 14px;
    line-height: 18px;
}

#manifesto-wrapper h2 {
    font: 600 14px/24px Helvetica;
    margin-bottom: 0px;
    letter-spacing: 0;
}

#picnickers-wrapper {
    padding: 40px 0;
    margin-top: -40px;
}

#picnickers-wrapper .titulo,
#picnicking-with-us-wrapper .titulo {
    position: absolute;
}

#picnickers-wrapper .titulo h2,
#picnicking-with-us-wrapper .titulo h2 {
    line-height: 46px;
    text-transform: uppercase;
}

#picnickers-wrapper .picnickers-list .one_third,
#picnicking-with-us-wrapper .picnicking-with-us-list .one_third {
    width: 34%;
    margin-right: 4%;
    display: table-cell;
    position: relative;
    margin-bottom: 0;
}

#picnickers-wrapper .picnickers-list .one_third img,
#picnicking-with-us-wrapper .picnicking-with-us-list .one_third img {
    max-width: 380px;
}

#picnickers-wrapper .picnickers-list .two_third.last,
#picnicking-with-us-wrapper .picnicking-with-us-list .two_third.last {
    width: 62%;
    height: 541px;
    overflow: hidden;
    padding: 60px 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: table-cell;
    margin-bottom: 0;
}

#picnickers-wrapper .picnickers-list .two_third.last .inner-container,
#picnicking-with-us-wrapper .picnicking-with-us-list .two_third.last .inner-container {
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}

#picnickers-wrapper .picnickers-list .two_third.last .inner,
#picnicking-with-us-wrapper .picnicking-with-us-list .two_third.last .inner {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-right: 3%;
}

#picnickers-wrapper .sixteen.columns .half.column {
    width: 50%;
    margin: 0;
}

#picnickers-wrapper .grid-A,
#picnickers-wrapper .grid-B {
    position: relative;
}

#picnickers-wrapper .grid-A a,
#picnickers-wrapper .grid-B a {
    display: block;
    overflow: hidden;
}

#picnickers-wrapper .grid-A .caja-texto > span,
#picnickers-wrapper .grid-B .caja-texto > span {
    display: block;
    position: absolute;
    bottom: 5%;
    text-transform: uppercase;
    font-size: 85%;
    font-weight: 600;
}

#picnickers-wrapper .grid-A .imagen img,
#picnickers-wrapper .grid-B .imagen img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#picnickers-wrapper .grid-B {
    width: 100%;
    display: block;
    clear: both;
}

#picnickers-wrapper .grid-B .imagen {
    width: 50%;
}

#picnickers-wrapper .alinear-right .imagen {
    float: right;
}

#picnickers-wrapper .row {
    margin-bottom: 0;
}

#picnickers-wrapper .grid-A .caja-texto {
    color: #000;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 50%;
    background-color: #fff;
    padding: 3% 3%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#picnickers-wrapper .grid-A .caja-texto:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -10px;
    background-color: #fff;

    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    width: 20px;
    height: 20px;
}

#picnickers-wrapper .grid-A:hover .caja-texto,
#picnickers-wrapper .grid-A:hover .caja-texto:before,
#picnickers-wrapper .grid-B:hover .caja-texto,
#picnickers-wrapper .grid-B:hover .caja-texto:before {
    background-color: #182b4a;
    color: #fff;
}

#picnickers-wrapper .grid-A .caja-texto h3,
#picnickers-wrapper .grid-B .caja-texto h3 {
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    text-transform: none;
    text-rendering: optimizeLegibility;
    -moz-text-rendering: optimizeLegibility;
    -webkit-text-rendering: optimizeLegibility;
}

#picnickers-wrapper .grid-A:hover .caja-texto h3,
#picnickers-wrapper .grid-B:hover .caja-texto h3 {
    color: #fff;
}

#picnickers-wrapper .grid-B .caja-texto {
    color: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    padding: 3%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#picnickers-wrapper .grid-B .caja-texto:before {
    content: "";
    position: absolute;
    top: 20px;
    right: -10px;
    background-color: #fff;

    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);

    width: 20px;
    height: 20px;
}

#picnickers-wrapper .alinear-left .caja-texto {
    left: auto;
    right: 0;
}

#picnickers-wrapper .alinear-left .caja-texto:before {
    right: auto;
    left: -10px;
}

#picnicker-wrapper {
    margin: 40px auto;
}

#picnicker-wrapper .half.column {
    width: 49%;
    margin: 0 1% 0 0;
}

#picnicker-wrapper #textos.half.column {
    margin: 0 0 0 1%;
}

#picnicker-wrapper #imagen img {
    max-width: 100%;
    height: auto;
}

#picnicker-wrapper h3 {
    line-height: 38px;
    color: #000;
}

#picnicker-wrapper #contenido-wrapper {
    padding-right: 10%;
}

#picnicker-wrapper .boton-volver-wrapper {
    text-align: right;
    margin-bottom: -20px;
}

#picnicker-wrapper .boton-volver-wrapper a {
    padding: 5px 15px;
    display: inline-block;
}

#picnicker-wrapper #titulos-mobile-wrapper {
    display: none;
}

#picnicker-wrapper #titulos-mobile-wrapper h3,
#picnicker-wrapper #textos h3 {
    font-size: 26px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
}

.container .sixteen.columns {
    width: 98%;
    margin: 0;
    width: 100%;
}

.slick-slider .slick-dots {
    text-align: left;
    bottom: 0px;
    margin-left: 0;
}

.slick-slider .slick-dots li button:before {
    font-size: 11px;
}

.slick-slider.slick-initialized .slick-slide {
    height: 541px;
}

#opiniones-wrapper.slick-slider.slick-initialized .slick-slide {
    height: auto;
}

#wheres-the-picnic-wrapper {
    height: 600px;
    width: 100%;
}

#wheres-the-picnic-wrapper .icon-L {
    float: right;
    width: 68px;
    height: 68px;
    background: #000 url('framework/images/icon-ant.png') no-repeat center 35px;
    position: relative;
}

#wheres-the-picnic-wrapper .icon-L::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
    position: absolute;
    bottom: -5px;
    left: 32px;
}

#wheres-the-picnic-wrapper .icon-R {
    float: left;
    width: 211px;
    background-image: none;
    height: auto;
    overflow: hidden;
}

#wheres-the-picnic-wrapper .icon-R .box {
    background: #fff;
    margin-bottom: 2px;
    padding: 35px;
}

#wheres-the-picnic-wrapper .leaflet-marker-icon.picnic-icon {
    width: 280px!important;
}

/* Paneles */

[id$='-wrapper'].panelizado {
    /*display: none;*/
}

/* Home Bio links */

#bio_boxes-wrapper .bio-link {
    position: relative;
    overflow: hidden;
    height: 231px;
    width: 231px;
    margin-bottom: 10px;
}

#bio_boxes-wrapper .bio-link:last-child {
    margin-bottom: 0px;
}

#bio_boxes-wrapper .bio-link img {
    max-width: 120%;
    height: auto;
}

#bio_boxes-wrapper .bio-link h3.titulo {
    color: #000;
    font-size: 26px;
    line-height: 24px;
    padding: 0px 15px 0px;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
    letter-spacing: 0px;
    text-transform: none;
}

#bio_boxes-wrapper .bio-link h3.titulo > small {
    display: block;
    font: 400 14px/16px "Helvetica", sans-serif;
    padding-top: 5px;
    letter-spacing: 0px;
}

.tp-bullets.simplebullets.round-old .bullet {
    width: 10px!important;
    height: 10px!important;
    margin: 0px 10px!important;
}

.tp-bullets.simplebullets.round-old .bullet:first-child {
    margin-left: 0;
}

#footer > .container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: url('framework/images/hormiga.gif');
    background-position: 0 40px;
    background-size: 46px auto;
    background-repeat: no-repeat;
    border-width: 1px 0px;
    border-style: solid;
    border-color: #b2b2b2;
    padding: 40px 2% 40px;
}

.home #page-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
}

footer#footer {
    padding: 0px;
}

#footer .container .four.columns {
    width: 16%;
}

#footer .container #footer-ours-wrapper {
    width: 82%;
    float: left;
}

#footer .container #footer-one-third {
    float: left;
    width: 39%;
    margin-right: 2%;
    padding-right: 12%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#footer .container #footer-two-third {
    float: left;
    width: 57%;
    margin-left: 2%;
}

#footer .our-picnic-basket-list.ul .inner-container .inner {
    column-count: 2;
    -moz-column-count: 2;
    -webkit-column-count: 2;
}

#footer #footer-ours-wrapper p.titulo {
    font-size: 13px;
    font-weight: 600;
    line-height: 16px;
    margin-bottom: 2px;
}

#footer #footer-ours-wrapper ul {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    float: right;
    width: 232px;
    margin-bottom: 72px;
    position: absolute;
    right: 0;
}

#footer #footer-ours-wrapper ul li {
    display: inline-block;
    margin-left: 6px;
}

#footer #footer-ours-wrapper ul li:first-child {
    margin-left: 0px;
}

#footer #footer-ours-wrapper ul li span {
    display: block;
    width: 32px;
    height: 32px;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 32px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#footer #footer-ours-wrapper ul li span a {
    color: #fff;
}

#footer #footer-ours-wrapper ul li span a:hover {
    color: #a6bbd1;
}

#footer #footer-ours-wrapper #quieres-ser-un-picnicker {
    width: 232px;
    clear: both;
    float: right;
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    right: 0;
    margin-top: 104px;
}

#footer #quieres-ser-un-picnicker a {
    color: #84a5c5;
}

#footer #quieres-ser-un-picnicker a:hover {
    color: #a6bbd1;
}

#footer #footer-ours-wrapper p {
    margin: 0px 0px 15px 0px;
}

#footer #footer-ours-wrapper .data-col-R,
#footer #footer-ours-wrapper .data-col-L {
    padding-right: 7%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

#bio_boxes-wrapper {
    padding: 100px 0px 65px;
    position: relative;
}

#bio_boxes-wrapper .tp-bullets.simplebullets {
    top: -120px;
    left: 0px;
}

#bio_boxes-wrapper .three_fourth {
    width: 783px;
    margin-right: 10px;
}

#bio_boxes-wrapper .one_fourth {
    width: 231px;
}

#bio_boxes-wrapper .three_fourth,
#bio_boxes-wrapper .one_fourth {
    margin-bottom: 0;
}

#copyright .copyright-text {
    padding-left: 0;
    margin-left: 0;
}

#copyright .copyright-text small {
    font-size: 11px;
}

#copyright .copyright-text a {
    text-decoration: underline;
}

#copyright .copyright-text a:hover {
    text-decoration: none;
}

#manifesto-wrapper {
    display: none;
    padding: 60px 0px 40px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-image: url(framework/images/hormiga.gif);
    background-size: 46px auto;
    background-repeat: no-repeat;
    background-position: 97% 92%;
}

#picnicking-with-us-wrapper {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#picnicking-with-us-wrapper .two_third .inner p,
#picnickers-wrapper .two_third .inner p {
    padding-right: 20px;
    margin-bottom: 15px;
}

.rev_slider .tp-caption.large_bold_black {
    text-rendering: optimizeLegibility;
    letter-spacing: -2.5px;
    /*left: 72px;*/
    font-family: Helvetica;
    font-weight: 700;
    text-transform: none;
}

.bold {
    font-weight: 700;
}

.italic {
    font-style: italic;
}

.content-abierto .row.sentido-b .one-fourth,
.content-abierto .row.sentido-a .one-half,
.content-abierto .row.sentido-a .one-fourth {
    float: left;
    margin-right: 10px;
    height: 450px;
}

.content-abierto .row.sentido-b .one-half,
.content-abierto .row.sentido-a .one-fourth:nth-child(3) {
    margin-right: 0px;
}

.content-abierto .row.sentido-b .one-fourth .abierto-image-wrapper,
.content-abierto .row.sentido-a .one-fourth .abierto-image-wrapper {
    display: block;
    margin-bottom: 5px;
}

.content-abierto .row.sentido-b .one-fourth .abierto-image-wrapper:last-child,
.content-abierto .row.sentido-a .one-fourth .abierto-image-wrapper:last-child {
    margin-bottom: 0;
}

.content-abierto .row.sentido-b .one-half {
    float: right;
    height: 450px;
}

.content-abierto [class*='sentido-'].row .one-half {
    width: 548px;
    overflow: hidden;
}

.content-abierto .row[class*='sentido-'] .one-half img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

.content-abierto .row {
    margin-bottom: 10px;
}

.content-abierto .abierto-content-wrapper {
    position: relative;
}

.content-abierto .abierto-title-wrapper {
    position: absolute;
    bottom: 0px;
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 22px;
    opacity: 0;
    transition: opacity 0.7s;
    -webkit-transition: opacity 0.7s;
    -moz-transition: opacity 0.7s;
}

.content-abierto .abierto-title-wrapper:hover {
    opacity: 1;
}

.content-abierto .abierto-title-wrapper h3 {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: -1px;
    color: #000;
    margin-bottom: 7px;
    text-transform: uppercase;
}

.content-abierto .abierto-title-wrapper p {
    margin-bottom: 0px;
    font-family: "Helvetica", sans-serif;
    font-size: 11px;
    line-height: 15px;
    font-weight: 600;
    font-style: italic;
    color: #000;
}

.content-abierto .abierto-title-wrapper .abierto-title {
    position: absolute;
    bottom: 24px;
    padding-right: 22px;
}

/*.menu-navegacion-principal-container,*/

#mobile-menu-close,
#mobile-menu-button {
    display: none;
}

.icono-hamb {
    width: 61px;
    height: 52px;
    background-image: url(framework/images/hamb.jpg);
    background-repeat: no-repeat;
    display: none;
}

.icono-close {
    width: 61px;
    height: 52px;
    background-image: url(framework/images/close-mobile.jpg);
    background-repeat: no-repeat;
    display: none;
}

.icono-hormiga {
    width: 46px;
    height: 20px;
    background-image: url(framework/images/ant.png);
    background-repeat: no-repeat;
    display: none;
}

header .languages {
    position: absolute;
    right: 1%;
    top: 5%;
}

header .languages .lang_sel_list_horizontal {
    border: none;
    padding: 0;
}

header #lang_sel_list > ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

header #lang_sel_list > ul > li {
    float: left;
    padding: 0px 2px;
    height: 18px;
}

header #lang_sel_list > ul > li:first-child {
    padding-left: 0;
}

header #lang_sel_list > ul > li::after {
    content: " | ";
    font-size: 14px;
    line-height: 20px;
    margin: 0px 4px 0px;
    display: inline-block;
    float: left;
}

header #lang_sel_list > ul > li:last-child::after {
    content: "";
}

header #lang_sel_list > ul > li a {
    color: #a5a5a5;
    line-height: 20px;
    font-size: 10px;
    font-weight: 600;
    padding: 0px 5px 0 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

header #lang_sel_list > ul > li a:hover {
    text-decoration: underline;
    color: #000;
}

header #lang_sel_list > ul > li:hover a {
    background-color: transparent;
}

header #lang_sel_list > ul > li a span.wpml-ls-native {
    display: inline-block;
    vertical-align: -2px;
}

#page-wrap.going-on-a-picnic {
    padding-top: 0;
}

#page-wrap.going-on-a-picnic #content {
    width: 100%;
    float: none;
    clear: both;
    margin: 10px 0 0 0;
    display: block;
}

#page-wrap.going-on-a-picnic #content .post-content {
    width: 100%;
}

#page-wrap.going-on-a-picnic #content .post-content .post-title {
    text-align: center;
    text-transform: uppercase;
}

.going-on-a-picnic #content .post-content .boton-volver-wrapper {
    text-align: right;
    margin-top: 2%;
}

.going-on-a-picnic #content .post-content .boton-volver-wrapper > a {
    display: inline-block;
    text-align: right;
    padding: 10px;
    font-family: "Oswald", sans-serif !important;
    font-weight: 100;
    text-transform: uppercase;
    color: #000;
}

.going-on-a-picnic #content .post-content .boton-volver-wrapper > a:hover {
    text-decoration: underline;
}

.going-on-a-picnic #content .post-content .boton-volver-wrapper > a > i.icono-hormiga {
    display: inline-block;
    margin-right: 7px;
    margin-top: 0px;
    vertical-align: -5px;
    position: static;
}

.our-picnic-basket-list .data-col-R {
    padding-top: 26px;
}

.bio-link > p,
.bio-link a > br {
    display: none;
}

#lang_sel_list a {
    float: left;
    padding-right: 5px;
}

header #lang_sel_list > ul > li:last-child a {
    padding-right: 0px;
}

header #lang_sel_list > ul > li:last-child::after {
    margin: 0;
}

#header #navigation ul li.only-mobile {
    display: none;
}

.boton-phantom.resumir {
    display: none;
}

#cookie-law-info-bar {
    -webkit-transform: translateZ(1px);
    -moz-transform: translateZ(1px);
    transform: translateZ(1px);
}

#header-clientes-wrapper {
    min-height: 250px;
}

#header-donde-es-el-picnic-wrapper .fondo {
    background-image: url("../../uploads/2016/03/Hormiga_Office-940x475.jpg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 170% center;
    min-height: 400px;
    opacity: 0.4;
    -moz-opacity: 0.4;
    -webkit-opacity: 0.4;
    -ms-filter: alpha(opacity=40);
    position: absolute;
    width: 100%;
}

#header-picnickers-wrapper .headers-quoted h1,
#header-picnickers-wrapper .headers-quoted h2.h1,
#header-clientes-wrapper .headers-quoted h1,
#header-clientes-wrapper .headers-quoted h2.h1,
#header-donde-es-el-picnic-wrapper .headers-quoted h2.h1,
#header-donde-es-el-picnic-wrapper .headers-quoted h1 {
    font-size: 42px;
    line-height: 46px;
    text-transform: none;
    padding-top: 40px;
    position: relative;
}

#header-picnickers-wrapper .headers-quoted,
#header-clientes-wrapper .headers-quoted,
#header-donde-es-el-picnic-wrapper .headers-quoted {
    padding-left: 130px;
    padding-right: 130px;
}

#header-picnickers-wrapper .headers-quoted h1:before,
#header-picnickers-wrapper .headers-quoted h2.h1:before,
#header-clientes-wrapper .headers-quoted h1:before,
#header-clientes-wrapper .headers-quoted h2.h1:before,
#header-donde-es-el-picnic-wrapper .headers-quoted h2.h1:before,
#header-donde-es-el-picnic-wrapper .headers-quoted h1:before {
    content: "“";
    position: absolute;
    top: 0px;
    font-size: 80px;
    line-height: 65px;
    height: 44px;
    display: block;
    font-family: Helvetica;
    font-weight: 900;
}

#header-clientes-wrapper #opiniones-wrapper {
    list-style: none;
    margin-left: 0;
    margin-bottom: 100px;
}

#header-clientes-wrapper #opiniones-wrapper .slick-dots {
    position: absolute;
    top: -45px;
}

#header-clientes-wrapper #opiniones-wrapper li span.nombre {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
}

#header-clientes-wrapper #opiniones-wrapper li span.cargo {
    display: block;
}

#oficinas-wrapper img {
    max-width: 100%;
    max-height: 100%;

}

#oficinas-wrapper img {
    max-width: 100%;
    max-height: 100%;
    
}

#oficinas-wrapper > .columns {
    margin-bottom: 30px;
}

#oficinas-wrapper .half.columns,
#oficinas-wrapper .half.columns .half {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
}

#oficinas-wrapper [id*='mapa-'] {
    width: 100%;
    height: 256px;
   
}

#oficinas-wrapper [id*='mapa-2'] {
    width: 100%;
    height: 256px;
    text-align: right;
}



#oficinas-wrapper .fila-a .office-image,
#oficinas-wrapper .fila-b .first.half {
    float: right;
}

#oficinas-wrapper .office-wrapper {
    height: 256px;
}

#oficinas-wrapper .office-wrapper .office-text {
    padding: 10px 20px;
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    position: relative;
}

#oficinas-wrapper > div > div.office-wrapper {
    background-color: rgba(0, 0, 0, 0);
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    color: #000;
}

#oficinas-wrapper > div:hover > div.office-wrapper {
    background-color: #182b4a;
    color: #fff;
}

#oficinas-wrapper > div > div.office-wrapper h3 {
    font-size: 26px;
    line-height: 24px;
    letter-spacing: -0.5px;
    font-weight: 600;
    text-transform: none;
}

#oficinas-wrapper > div:hover > div.office-wrapper a,
#oficinas-wrapper > div:hover > div.office-wrapper h3 {
    color: #fff;
}

#oficinas-wrapper > div:hover > div.office-wrapper a:hover {
    text-decoration: underline;
}

#oficinas-wrapper .sixteen.fila-a .office-wrapper .office-text:before,
#oficinas-wrapper .sixteen.fila-b .office-wrapper .office-text:before {
    content: " ";
    background-color: rgba(255, 255, 255, 0.999999);
    display: block;
    width: 20px;
    height: 20px;
    transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 26px;
    left: -9px;
    position: absolute;
}

#oficinas-wrapper .sixteen.fila-a .office-wrapper .office-text:before {
    right: -9px;
    left: auto;
}

#oficinas-wrapper .sixteen.fila-b .office-wrapper .office-text:before {
    left: -9px;
}

#oficinas-wrapper .sixteen.fila-a:hover .office-wrapper .office-text:before,
#oficinas-wrapper .sixteen.fila-b:hover .office-wrapper .office-text:before {
    background-color: #182b4a;
}

#oficinas-wrapper .office-wrapper .office-text p a {
    color: #000;
}

#oficinas-wrapper .office-wrapper .office-text .link-mapa {
    display: none;
}

#clientes-wrapper .half.column {
    width: 512px;
    height: 256px;
    line-height: 256px;
    float: left;
    margin: 0;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    vertical-align: middle;
}

#clientes-wrapper .half.column .half.column {
    width: 256px;
    padding: 0 2%;
}

#clientes-wrapper .quarter.column {
    width: 256px;
    margin: 0;
    float: left;
    text-align: center;
    display: inline-block;
    padding: 0 2%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 256px;
    line-height: 256px;
    vertical-align: middle;
}

#clientes-wrapper .half.column .half.column.content,
#clientes-wrapper .quarter.column.content {
    line-height: 18px;
    background-color: #e4e4e4;
    text-align: left;
    padding: 35px 22px;
    position: relative;
}

#clientes-wrapper .columns > .half.column > .half.column.content:before {
    content: " ";
    background-color: #e4e4e4;
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    left: -10px;
    transform: rotate(45deg);
}

#clientes-wrapper .columns.type-b > .half.column > .half.column.content:before {
    left: auto;
    right: -10px;
}

#clientes-wrapper .columns > .half.column:hover > .half.column.content:before {
    background-color: #182b4a;
}

#clientes-wrapper .half.column .half.column.content span.titulo {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0px;
}

#clientes-wrapper .half.column .half.column.content p {
    font-size: 14px;
    line-height: 18px;
}

#clientes-wrapper .half.column .half.column.content span.separador-horizontal {
    line-height: 18px;
    display: block;
    margin-top: 5px;
}

#clientes-wrapper .half.column img,
#clientes-wrapper .quarter.column img {
    max-width: 100%;
    height: auto;
    width: auto;
    max-height: 120px;
    display: inline-block;
    vertical-align: middle;
}

#clientes-wrapper .columns > .half.column:hover > .half.column.content {
    background-color: #182b4a;
    color: #fff;
}

#clientes-wrapper .type-b .half.column > .half.column:first-child {
    float: right;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper {
    list-style: none;
    margin-left: 0;
    float: left;
    clear: both;
    margin-bottom: 78px;
    margin-left: 22px;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li {
    border-top: 3px solid #000;
    float: left;
    width: 164px;
    padding-top: 32px;
    font-weight: 600;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li:first-child {
    width: 190px;
    margin-right: 44px;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li:nth-child(2) {
    padding-left: 22px;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li:nth-child(3) {
    text-align: center;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li:nth-child(4) {
    text-align: right;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li a {
    color: #000;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li a:hover,
#clientes-wrapper ul.listado-tipos-proyecto-wrapper li a.current {
    color: #84a5c5;
}

#clientes-wrapper ul.listado-tipos-proyecto-wrapper li:first-child {
    color: #000;
    font-size: 26px;
    line-height: 26px;
    text-transform: none;
}

.upper {
    text-transform: uppercase;
}

i.botonera {
    display: inline-block;
    width: 35px;
    height: 35px;
    background-image: url(framework/images/sprite-botonera.png);
    background-repeat: no-repeat;
}

i.botonera.anterior {
    background-position: 0 0;
}

i.botonera.siguiente {
    background-position: -35px 0;
}

i.botonera.cerrar {
    width: 16px;
    height: 16px;
    background-size: auto 16px;
    background-position: -19px 0;
}

.page-template-page-picnickers #page-wrap,
.page-template-page-clientes #page-wrap,
.page-template-page-donde-es-el-picnic #page-wrap {
    padding: 80px 0 40px 0;
}

#oficinas-wrapper .office-text .link-mapa a {
    font-weight: 600;
    color: #000;
}

#picnicker-wrapper #content > .boton-volver-wrapper-footer {
    display: none;
}

.page-template-page-fullwidth .entry h1 {
    position: absolute;
    top: 155px;
    left: 170px;
    max-width: 310px;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper,
.page-template-page-fullwidth .entry #about-wrapper {
    background-color: #5c7b80;
    width: 746px;
    height: auto;
    color: #fff;
    margin-left: auto;
    margin-right: 0;
    margin-top: 20px;
    overflow: hidden;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols,
.page-template-page-fullwidth .entry #about-wrapper .about-cols {
    padding-left: 234px;
    padding-top: 48px;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols {
    padding-top: 40px;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols p,
.page-template-page-fullwidth .entry #about-wrapper .about-cols p {
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 18px;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols ul,
.page-template-page-fullwidth .entry #about-wrapper .about-cols ul {
    list-style: none;
    margin-left: 0;
    padding-left: 0;
    float: left;
    margin-bottom: 130px;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols ul li,
.page-template-page-fullwidth .entry #about-wrapper .about-cols ul li {
    float: left;
    width: 214px;
    margin-right: 42px;
    margin-bottom: 40px;
    border-top: 3px solid #fff;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 18px;
}

.page-template-page-fullwidth .entry #about-wrapper .about-cols ul li:last-child {
    margin-bottom: 0;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .manifesto-cols ul li {
    width: 490px;
    margin-right: 22px;
    border-top: 0;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper {
    background-color: #cb9aa0;
}

.page-template-page-fullwidth .entry #new-manifesto-wrapper .new-manifesto-hr-line {
    background-color: #fff;
    height: 2px;
    width: 213px;
    margin-left: 234px;
    margin-top: 48px;
}

span.menu-anchor {
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 35px;
    margin-bottom: 20px;
}

.page-template-page-fullwidth #titulo-ancho-completo {
    padding-top: 55px;
    padding-left: 135px;
    padding-right: 135px;
    padding-bottom: 115px;
}

.page-template-page-fullwidth #titulo-ancho-completo h1 {
    position: static;
    max-width: none;
}

.page-template-page-fullwidth #menu-adicional ul {
    list-style: none;
    margin-left: 22px;
}

.page-template-page-fullwidth #menu-adicional ul li {
    float: left;
    border-top: 3px solid #000;
    padding-top: 30px;
    /* width: 212px; */
    width: 188px;
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    text-transform: uppercase;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-page-fullwidth #menu-adicional ul li:last-child {
    padding-left: 4px;
}

.page-template-page-fullwidth #menu-adicional ul li.titulo {
    margin-right: 42px;
    font-size: 26px;
    line-height: 21px;
    letter-spacing: -1px;
    text-transform: none;
}

.page-template-page-fullwidth #menu-adicional ul li a {
    color: #000;
}

.page-template-page-fullwidth #menu-adicional ul li a:hover,
.page-template-page-fullwidth #menu-adicional ul li a:focus,
.page-template-page-fullwidth #menu-adicional ul li a:active,
.page-template-page-fullwidth #menu-adicional ul li a.active,
.page-template-page-fullwidth #menu-adicional ul li a.active {
    color: #84a5c5;
}

.page-template-page-fullwidth #menu-adicional {
    overflow: hidden;
}

.page-template-page-fullwidth #contenido-wrapper {
    clear: both;
    margin-top: 122px;
}

.page-template-page-fullwidth #contenido-wrapper .imagen-izquierda {
    float: left;
    position: relative;
}

.page-template-page-fullwidth #contenido-wrapper div.separador-horizontal {
    display: block;
    border: none;
    height: 2px;
    width: 18px;
    background-color: #000;
    margin-top: 25px;
    margin-bottom: 25px;
}

.page-template-page-fullwidth #contenido-wrapper .contenido-derecha {
    border-top: 2px solid #000;
    float: right;
    margin-right: 22px;
    width: 388px;
    padding-top: 26px;
}

.page-template-page-fullwidth #contenido-wrapper .contenido-derecha h2 {
    letter-spacing: 0;
}

.page-template-page-fullwidth #contenido-wrapper .contenido-derecha h2 span {
    display: block;
    margin-bottom: 22px;
}

.page-template-page-fullwidth #contenido-wrapper .contenido-derecha h2 span:last-child {
    margin-bottom: 0;
}

.page-template-page-fullwidth #contenido-wrapper .destacado-wrapper p,
.page-template-page-fullwidth #contenido-wrapper .contenido-derecha p {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.5px;
}

.page-template-page-fullwidth #contenido-wrapper > div {
    float: left;
    clear: both;
    margin-bottom: 180px;
}

.page-template-page-fullwidth #contenido-wrapper > div:last-child {
    margin-bottom: 10px;
}

.page-template-page-fullwidth .destacado-wrapper {
    float: right;
    background-color: #182b4a;
    color: #fff;
    width: 746px;
    padding: 35px 0px 35px 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-left: auto;
    /* margin-top: -150px; */
    margin-top: -100px;
}

.page-template-page-fullwidth #brand-amplification .destacado-wrapper {
    background-color: #5c7b80;
}

.page-template-page-fullwidth .destacado-wrapper .destacado {
    width: 388px;
    margin-left: auto;
    padding-right: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page-template-page-fullwidth .destacado-wrapper .destacado .menu-anchor {
    margin-top: 0;
}

.page-template-page-fullwidth .destacado-wrapper .destacado a.expande-link,
.page-template-page-fullwidth .destacado-wrapper .destacado a.contrae-link {
    text-transform: uppercase;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    line-height: 18px;
}

.page-template-page-fullwidth .destacado-wrapper .destacado a.expande-link:hover,
.page-template-page-fullwidth .destacado-wrapper .destacado a.contrae-link:hover {
    color: #7c8fb7;
}

.page-template-page-fullwidth .destacado-wrapper .destacado a.contrae-link {
    display: none;
}

.page-template-page-fullwidth .destacado-columns-wrapper {
    display: none;
    margin: 45px 22px 0;
}

.page-template-page-fullwidth .destacado-columns-wrapper h3 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #7c8fb7;
    margin-bottom: 40px;
}

.page-template-page-fullwidth #brand-amplification .destacado-columns-wrapper h3 {
    color: #8db4ba;
}

.page-template-page-fullwidth #brand-asset-creation .destacado-columns-wrapper h3 {
    color: #fbced3;
}

.page-template-page-fullwidth .destacado-columns-wrapper ul.destacado-columns {
    list-style: none;
    margin-left: 0;
    float: left;
}

.page-template-page-fullwidth .destacado-columns-wrapper ul li {
    width: 215px;
    margin-right: 28px;
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding-top: 25px;
    min-height: 360px;
}

.page-template-page-fullwidth #brand-asset-creation .destacado-columns-wrapper ul li,
.page-template-page-fullwidth #brand-amplification .destacado-columns-wrapper ul li {
    width: 333px;
    margin-right: 35px;
    min-height: 220px;
}

.page-template-page-fullwidth .destacado-columns-wrapper ul li:last-child,
.page-template-page-fullwidth #brand-asset-creation .destacado-columns-wrapper ul li:last-child,
.page-template-page-fullwidth #brand-amplification .destacado-columns-wrapper ul li:last-child {
    margin-right: 0;
}

span.numeracos {
    font-size: 45px;
    line-height: 45px;
    font-weight: 600;
    display: block;
    color: #7c8fb7;
}

#brand-amplification span.numeracos {
    color: #8db4ba;
}

#brand-asset-creation span.numeracos {
    color: #fbced3;
}

.page-template-page-fullwidth .destacado-columns-wrapper h4 {
    font-size: 13px;
    line-height: 18px;
    letter-spacing: 0.5px;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
}

.page-template-page-fullwidth #brand-amplification .destacado a.expande-link:hover,
.page-template-page-fullwidth #brand-amplification .destacado a.contrae-link:hover {
    color: #8eb4b9;
}

.page-template-page-fullwidth #brand-asset-creation .imagen-izquierda,
.page-template-page-fullwidth #brand-boost .imagen-izquierda {
    float: right;
}

.page-template-page-fullwidth #brand-asset-creation .contenido-derecha,
.page-template-page-fullwidth #brand-boost .contenido-derecha {
    float: left;
    margin-right: 0;
    margin-left: 22px;
}

.page-template-page-fullwidth #brand-asset-creation .destacado-wrapper,
.page-template-page-fullwidth #brand-boost .destacado-wrapper {
    float: left;
    background-color: #cb9aa0;
}

.page-template-page-fullwidth #brand-asset-creation .destacado-wrapper .destacado,
.page-template-page-fullwidth #brand-boost .destacado-wrapper .destacado {
    margin-left: 0;
    padding-right: 0;
    padding-left: 22px;
}

.page-template-page-fullwidth #brand-asset-creation .destacado-wrapper .destacado a:hover,
.page-template-page-fullwidth #brand-boost .destacado-wrapper .destacado a:hover {
    color: #fbced3;
}

#clientes-wrapper > div {
    margin-bottom: 100px;
    float: left;
}

#header-donde-es-el-picnic-wrapper {
    margin-bottom: 40px;
}

#header-donde-es-el-picnic-wrapper .contacto-title,
#header-picnickers-wrapper .picnickers-title {
    max-width: 430px;
    position: absolute;
    margin-top: 100px;
    margin-left: 170px;
}

#header-donde-es-el-picnic-wrapper .imagen-cabecera,
#header-picnickers-wrapper .imagen-cabecera {
    text-align: right;
}

#header-donde-es-el-picnic-wrapper .imagen-cabecera img,
#header-picnickers-wrapper .imagen-cabecera img {
    margin-left: auto;
    margin-right: 0;
}

#new-picnickers-header-titulo {
    position: absolute;
    max-width: 300px;
    margin-left: 170px;
    margin-top: 85px;
}

#new-picnickers-header-titulo h1 {
    position: static;
    margin: none;
}

#new-picnickers-form-wrap {
    width: 746px;
    margin-left: auto;
    background-color: #b2795c;
    padding-bottom: 2px;
    padding-top: 40px;
    padding-right: 44px;
    box-sizing: border-box;
    margin-top: 30px;
}

#new-picnickers-form-wrap #new-picnickers-form {
    width: 424px;
    margin-left: auto;
}

#new-picnickers-form-wrap #new-picnickers-form input[type='text'],
#new-picnickers-form-wrap #new-picnickers-form input[type='number'],
#new-picnickers-form-wrap #new-picnickers-form input[type='tel'],
#new-picnickers-form-wrap #new-picnickers-form input[type='email'] {
    background-color: transparent;
    color: #fff;
    border-width: 0 0 1px;
    border-style: solid;
    border-color: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 35px;
    padding: 0 10px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

#new-picnickers-form-wrap #new-picnickers-form textarea {
    background-color: transparent;
    border-color: #fff;
    border-style: solid;
    border-width: 1px;
    padding: 10px;
    color: #fff;
}

#new-picnickers-form-wrap #new-picnickers-form textarea::-webkit-input-placeholder {
    color: #fff;
}

#new-picnickers-form-wrap #new-picnickers-form input::-webkit-input-placeholder {
    color: #fff;
}

#new-picnickers-form-wrap #new-picnickers-form input:-moz-placeholder {
    color: #fff;
}

#new-picnickers-form-wrap #new-picnickers-form input::-moz-placeholder {
    color: #fff;
}

#new-picnickers-form-wrap #new-picnickers-form input:-ms-input-placeholder {
    color: #fff;
}

#new-picnickers-form-wrap .file-wrapper {
    color: #fff;
    line-height: 26px;
    font-weight: 400;
}

#new-picnickers-form-wrap input[type='submit'] {
    border: none;
    background: none;
    box-shadow: none;
    text-transform: uppercase;
    color: #e9b280;
    font-size: 18px;
    line-height: 18px;
    margin-right: 0;
}

#new-picnickers-form-wrap img.ajax-loader {
    position: absolute;
    bottom: auto;
    margin-top: 10px;
    margin-left: -12px;
    border-radius: 50%;
    padding: 2px;
}

.to_right {
    text-align: right;
}

.rev_slider ul sup {
    vertical-align: top;
    margin-top: -14px;
    display: inline-block;
    font-size: 20px!important;
    letter-spacing: 0!important;
    font-weight: 600;
}

form .file-wrapper label {
    width: auto;
    margin-right: 4%;
}

.wpcf7 form.wpcf7-form p.file-wrapper {
    margin-bottom: 10px!important;
}

.wpcf7 form.wpcf7-form p.file-wrapper.last {
    margin-bottom: 20px!important;
}

#new-picnickers-form-wrap {
    min-height: 480px;
}

#new-picnickers-form-wrap #new-picnickers-form.gracias {}

#new-picnickers-form-wrap #new-picnickers-form.gracias h3 {
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -1.4px;
    font-weight: 600;
    margin-top: 58px;
}

/* /jmartinez */

/* J.Aguado */

*:focus {
    outline: 0;
}

#strategic-foresight_container .img_mobile {
    display: none;
    width: 100%!important;
}

#strategic-foresight_container * {
    box-sizing: border-box;
}

#strategic-foresight_container p {
    font-size: 18px;
    line-height: 30px;
}

#strategic-foresight_container h2 {
    color: #ed7d31;
    letter-spacing: 0px;
    padding-bottom: 10px;
}

.strategic-foresight_logos {
    display: flex;
    justify-content: center;
    align-items: center;
}

.strategic-foresight_logos img {
    margin-left: 30px;
    margin-right: 30px;
}

.strategic-foresight_logos .kedge {
    max-width: 138px;
    height: auto;
}

.strategic-foresight_logos .picnic {
    max-width: 115px;
    height: auto;
}

.strategic-foresight_cartela {
    background: #ed7d31;
    display: flex;
    padding: 26px 60px 26px 60px;
    margin-top: 30px;
}

.strategic-foresight_cartela .col1-2 {
    background: #ed7d31;
    display: flex;
    flex-direction: column;
}

.strategic-foresight_cartela .col1-2 span {
    color: #fff;
    font-weight: bold;
}

.strategic-foresight_cartela .col1-2 span:nth-child(1) {
    font-size: 26px;
    padding-bottom: 10px;
    line-height: 1em;
}

.strategic-foresight_cartela .col1-2 span:nth-child(2) {
    font-size: 18px;
}

.strategic-foresight_cartela .col2-2 {
    background: #ed7d31;
    display: flex;
    color: #182b4a;
    font-size: 18px;
    line-height: 26px;
}

.txt_bienvenidos_mobile {
    font-size: 24px;
    line-height: 30px;
    display: none!important;
    padding: 20px;
    font-weight: 800;
    margin-bottom: -80px;
}

.cabecera_slick {
    margin-top: 20px;
    background: url("http://old.the-picnic.com/wp-content/uploads/2018/09/strategic-foresight_headerslider.jpg");
    background-repeat: no-repeat;
    background-position: right top;
}

.cabecera_slick .slide_wrapper {
    padding-left: 137px;

}

.cabecera_slick .slick-slide {

    height: 470px!important;
}

.cabecera_slick .slick-dots {
    top: 50px;
    padding-left: 137px;
}

.cabecera_slick .slick-dots li {
    margin: 0px;
}

.slide_wrapper {
    display: flex;
    align-content: flex-end;
    flex-direction: column;
    position: absolute;
    bottom: 10px;
}

.slick_tit {
    font-size: 42px;
    font-weight: bold;
    max-width: 540px;
    padding-bottom: 50px;
    line-height: 1.1em!important;
}

.slick_tit:before {
    content: '“';
    font-family: 'Oswald', sans-serif;
    position: absolute;
    top: -40px;
    font-size: 63px;
    font-weight: 800;
}

.slick_txt {
    font-size: 26px;
    font-weight: bold;
    max-width: 720px;
    line-height: 1.2em;
}

.strategic-foresight_contenido {
    padding-top: 41px;
    border-top: 3px solid #000000;
    margin-top: 60px;

}

ul.strategic-foresight_submenu {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

ul.strategic-foresight_submenu li {
    list-style-type: none!important;
    display: inline-block;
}

ul.strategic-foresight_submenu li a {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    display: block;
    line-height: 1em!important;
}

ul.strategic-foresight_submenu li a:hover,
ul.strategic-foresight_submenu li a.active {
    color: #ed7d31;
}

ul.strategic-foresight_submenu li:first-child a {
    padding-left: 0px!important;
}

ul.strategic-foresight_submenu li:last-child a {
    padding-right: 0px!important;
}

ul.strategic-foresight_submenu li:nth-child(1) {
    width: 120px;
}

ul.strategic-foresight_submenu li:nth-child(2) {
    width: 84px;
}

ul.strategic-foresight_submenu li:nth-child(3) {
    width: 154px;
}

ul.strategic-foresight_submenu li:nth-child(4) {
    width: 115px;
}

ul.strategic-foresight_submenu li:nth-child(5) {
    width: 91px;
}

.eng ul.strategic-foresight_submenu li:nth-child(1) {
    width: 150px;
}

.eng ul.strategic-foresight_submenu li:nth-child(2) {
    width: 110px;
}

.eng ul.strategic-foresight_submenu li:nth-child(3) {
    width: 110px;
}

.eng ul.strategic-foresight_submenu li:nth-child(4) {
    width: 110px;
}

.eng ul.strategic-foresight_submenu li:nth-child(5) {
    width: 150px;
}



#strategic-foresight_accordion {
    margin-top: 100px;
}

#strategic-foresight_accordion h4 {
    display: none!important;
}

#strategic-foresight_container {
    font-size: 14px;
}

.strategic-foresight_contenido [class*="row"] {
    margin-bottom: 110px;
}

#strategic-foresight_container [class*="col"] {
    width: 50%;
}

.strategic-foresight_contenido .descubrir .row-1 {
    display: flex;
    background: linear-gradient(to left, #efefef 75%, #ffffff 25%);
    padding: 30px 0px 50px 0px;
}

.strategic-foresight_contenido .descubrir .row-1 .col1-2 img {
    margin-top: 47px;
    display: block;
}

.strategic-foresight_contenido .descubrir .row-1 .col2-2 {
    display: flex;
    flex-direction: column;
    align-self: flex-end;
    padding-left: 22px;
    padding-bottom: 70px;
    padding-right: 22px;
}

.strategic-foresight_contenido .descubrir .row-2 {
    text-align: center;
}

.strategic-foresight_contenido .descubrir .row-2 img {
    width: 100%;
    padding-top: 40px;
}

.strategic-foresight_contenido .descubrir .row-2 h3 {
    font-size: 25px;
    color: #182b4a;
    font-weight: bold;
    max-width: 620px;
    width: 100%;
    margin: auto;
    padding-bottom: 25px;
    line-height: 30px;
}


.strategic-foresight_contenido .descubrir .row-3 {
    background: #ed7d31;
    padding: 66px 28px;

}

.strategic-foresight_contenido .descubrir .row-3 h2 {
    color: #ffffff!important;
    text-align: center;
}

.strategic-foresight_contenido .descubrir .row-3 ul {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    margin: 0;

}

.strategic-foresight_contenido .descubrir .row-3 li {
    font-size: 18px;
    color: #182b4a;
    display: table;
    line-height: 30px;
}

.strategic-foresight_contenido .descubrir .row-3 li:before {
    content: "-";
    display: table-cell;
    padding-right: 10px;
}

.strategic-foresight_contenido .hacer .row-4 {
    background: linear-gradient(to left, #ffffff 27%, #efefef 0%);
    margin-top: 182px;
    padding-bottom: 70px;
}

.strategic-foresight_contenido .hacer .row4-1 {
    display: flex;
    top: -60px;
    position: relative;
    margin-bottom: 0px!important;
}

.strategic-foresight_contenido .hacer .row4-1 div {
    width: 50%;
}

.strategic-foresight_contenido .hacer .row4-1 .col1-2 {
    padding: 20px;
}

.strategic-foresight_contenido .hacer .row4-1 .col2-2 {
    position: relative;
    top: -20px;
}

.strategic-foresight_contenido .hacer .row4-2 {
    width: 50%;
    float: right;
    top: -130px;
    position: relative;
    margin-bottom: 0px!important;
}

.strategic-foresight_contenido .hacer .row-5 {
    padding: 64px 0;
    background: #fdf2ea;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.strategic-foresight_contenido .hacer .row-5 h2 {
    display: flex!important;
    justify-content: center!important;
    line-height: inherit!important;
    padding-bottom: 20px!important;
}

.strategic-foresight_contenido .hacer .row-5 .wrapper {
    display: flex;
}

.strategic-foresight_contenido .hacer .row-5 .wrapper [class*='col'] {
    padding: 20px;
    line-height: 30px;
    font-size: 18px;
}


.strategic-foresight_contenido .hacer .row-6 h2 {
    text-align: center;
}

/*#strategic-foresight_container .hacer .row-6 h2:after {
    position: absolute;
    content: "con nuestro partner";
    font-size: 26px;
    color: #ed7d31;
    padding-left: 10px;
    padding-top: -1px;
}

.eng .row-6 h2:after {
    position: absolute;
    content: "with our partner"!important;
    font-size: 26px;
    color: #ed7d31;
    padding-left: 10px;
    padding-top: -1px;
}*/




.strategic-foresight_contenido .hacer .row-6 .logos {
    display: flex;
    flex-wrap: wrap;
}

.strategic-foresight_contenido .hacer .row-6 .logos div {
    width: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 140px;
}

.strategic-foresight_contenido .hacer .row-6 .logos img {
    -webkit-transform: scale(0.5);
    /* Saf3.1+, Chrome */
    -moz-transform: scale(0.5);
    /* FF3.5+ */
    -ms-transform: scale(0.5);
    /* IE9 */
    -o-transform: scale(0.5);
    /* Opera 10.5+ */
    transform: scale(0.5);
}

.strategic-foresight_contenido .hacer .row-7 * {
    text-align: center;
}

.strategic-foresight_contenido .hacer .row-7 {
    background: #ed7d31;
    font-size: 26px;
    color: #182b4a;
    font-weight: bold;
    padding: 50px 121px 30px 121px;

}

.strategic-foresight_contenido .hacer .row-7 .slick-slide {
    line-height: 36px!important;
}

.strategic-foresight_contenido .hacer .row-7 .slick-dots {
    bottom: -36px!important;
}

.strategic-foresight_contenido .hacer .row-7 .author {
    font-size: 18px!important;
    margin-top: 34px;
    line-height: 24px!important;
}

.strategic-foresight_contenido .hacer .row-7 .author span {
    font-weight: normal!important;
}

.strategic-foresight_contenido .hacer .slick-slider.slick-initialized .slick-slide {
    height: auto!important;
    padding-bottom: 40px;

}

.strategic-foresight_contenido .encontrar .row-8 {
    display: flex;
    background: linear-gradient(to left, #efefef 75%, #ffffff 25%);
    padding: 0px;
    margin-top: 180px;
}

/*img.hotspots-image.skip-lazy{
    max-width: 407px!important;
}*/

.strategic-foresight_contenido .encontrar .row-8 .col1-2 {
    position: relative;
    top: -80px;
}

.strategic-foresight_contenido .encontrar .row-8 .col2-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.strategic-foresight_contenido .encontrar .row-9 h2 {
    text-align: center!important;
    padding-bottom: 30px!important;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente {
    display: flex;
    flex: 0;
    flex-direction: column;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .nombre {
    font-size: 26px;
    font-weight: bold;
    padding-top: 40px;
    padding-bottom: 16px;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .cargo {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .foto img {
    max-width: 240px;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .logo {
    padding-bottom: 25px;
    padding-top: 10px;
}

.strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .bio {
    padding-bottom: 25px;
    line-height: 26px!important;
}

.strategic-foresight_contenido .encontrar .row-10 {
    text-align: center!important;
    /*display: none;*/
}

.strategic-foresight_contenido .encontrar .row-10 h2 {
    text-align: center!important;
}

.strategic-foresight_contenido .encontrar .row-10 .participantes {
   /* margin-top: 30px;*/
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.strategic-foresight_contenido .encontrar .row-10 .participantes .participante {
    text-align: left;
    float: left;
    width: 25%;
    padding: 0 15px;
    margin: 20px 0 20px;
}
.strategic-foresight_contenido .encontrar .row-10 .participante:last-child {
    margin-bottom: 30px;
}

.strategic-foresight_contenido .encontrar .row-10 .nombre {
    font-size: 26px;
    font-weight: bold;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 30px;
    height: 60px;
}

.strategic-foresight_contenido .encontrar .row-10 .cargo {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: -0.5px;
    margin-top: 10px;

}

.strategic-foresight_contenido .encontrar .row-10 .logo {
    margin-top: 10px;
    height: 35px;
    line-height: 35px;
}
.strategic-foresight_contenido .encontrar .row-10 .logo img {
    display: inline-block;
    vertical-align: middle;
    max-height: 35px;
    max-width: 70%;
}
.strategic-foresight_contenido .programa .row-11 {
    text-align: center;
}

.strategic-foresight_contenido .programa .row-11 .lugar {
    background: #eeeeee;
    font-size: 18px;
    padding: 17px;
    margin-bottom: 12px;
    font-weight: bold;
}

.strategic-foresight_contenido .programa .row-11 .fecha {
    background: #eeeeee;
    font-size: 18px;
    padding: 17px;
    border-bottom: 1px solid #aaaaaa;
    font-weight: bold;
}

.strategic-foresight_contenido .programa .row-11 .programa_wrapper {
    display: flex;
    justify-content: space-between;
    background: #eeeeee;
}

.strategic-foresight_contenido .programa .row-11 .programa_wrapper .col1-2 {
    border-right: 1px solid #aaaaaa;
}

.strategic-foresight_contenido .programa .row-11 .programa_wrapper .programa {
    padding: 40px 40px;
    font-size: 18px;
    line-height: 36px!important;
}

.strategic-foresight_contenido .reserva .row-12 {
    display: flex;
    justify-content: space-between;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 p {
    max-width: 333px;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 {
    background: #ed7d31;
    padding: 60px 20px;
    color: #182b4a;
    width: 48%;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 h2 {
    color: #ffffff!important;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 .incluye_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 .incluye_wrapper .incluye {
    border-top: 2px solid #182b4a;
    border-bottom: 2px solid #182b4a;
    margin-bottom: 40px;
    width: 46%;
    padding: 30px 0;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 .incluye_wrapper .incluye p {
    margin-bottom: 0px!important;
}

.strategic-foresight_contenido .reserva .row-12 .col1-2 .incluye_wrapper .incluye .numero {
    font-size: 45px;
    font-weight: bold;
    padding-bottom: 24px;
}

.strategic-foresight_contenido .reserva .row-12 .col2-2 {
    width: 46%!important;
}

.strategic-foresight_contenido .reserva .row-12 .col2-2 {
    width: 48%!important;
}

.strategic-foresight_contenido .reserva .row-12 .col2-2 .earlybirdtickets {
    margin-bottom: 45px;
    text-align: center;
    border: 1px solid #ed7d31;
}

.strategic-foresight_contenido .reserva .row-12 .col2-2 .earlybirdtickets h2 {
    background: #182b4a;
    text-align: center;
    padding: 20px!important;
}

.strategic-foresight_contenido .reserva .row-12 .col2-2 .earlybirdtickets p {
    color: #ed7d31!important;
    text-align: center;
    padding: 30px 80px!important;
    font-size: 26px!important;
}


.strategic-foresight_contenido .reserva .row-12 .col2-2 .localizacion {
    margin-bottom: 45px;
}

.strategic-foresight_contenido .reserva .row-13 {
    background: #182b4a;
    padding: 60px 0;
}

.strategic-foresight_contenido .reserva .row-13 h2 {
    max-width: 320px;
    margin: auto;
    text-align: center;
}

.strategic-foresight_contenido .reserva .solicitaplaza {
    max-width: 422px!important;
    margin: auto!important;
    margin-top: 50px!important
}

.strategic-foresight_contenido .reserva .solicitaplaza input[type],
.strategic-foresight_contenido .reserva .solicitaplaza textarea {
    width: 100%!important;
    background: transparent;
    color: #fff;
    box-shadow: 0 0px 0px 0!important;
    resize: none;
}

.strategic-foresight_contenido .reserva .solicitaplaza input[type] {
    border: 0px;
    border-bottom: 1px solid #fff;
    padding: 8px 8px!important;
}

.strategic-foresight_contenido .reserva .solicitaplaza textarea {
    border: 1px solid #fff;
}

.strategic-foresight_contenido .reserva .solicitaplaza .btn_enviar {
    margin: 0;
    /*padding: 12px 28px;*/
    background: #ed7d31!important;
    border: 0!important;
    max-width: 107px!important;
    float: right;
    border-radius: 0px;
}

.strategic-foresight_contenido .reserva .solicitaplaza ::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff !important;
}

.strategic-foresight_contenido .reserva .solicitaplaza :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff !important;
}

.strategic-foresight_contenido .reserva .solicitaplaza ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff !important;
}

.strategic-foresight_contenido .reserva .solicitaplaza :-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff !important;
}

/*---ACCORDION---*/

.ui-accordion .ui-accordion-content{
    padding: 0px!important;
}



.ui-accordion .ui-accordion-header{
    font-size: 14px!important;
    line-height: 11px!important;
    font-weight: bold!important;
    padding: .9em .5em .9em .7em!important; 
        border-radius: 0px!important;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #fff;
    color: #000;
    margin-top: -1px!important;
}




.ui-state-active {
   /* background: #999!important;
    color: #fff!important;
    border: 0!important;
     border-top: 1px solid #999!important;
    border-bottom: 1px solid #999!important;*/
    border-left: 0px!important;
    border-right: 0px!important;
}

span.ui-accordion-header-icon{
    float: right!important;
}

.ui-state-default .ui-icon{
    margin-top: -0.2em!important;
    background-image: url("http://old.the-picnic.com/wp-content/uploads/2018/09/accordion_icons.png")!important;
    right: 0.8em;
    height: 16px!important;
    width: 16px!important;
    background-position: 0px -17px;
    background-image: url("http://old.the-picnic.com/wp-content/uploads/2018/09/accordion_icons.png")!important;  
}

.ui-accordion .ui-accordion-header .ui-icon{
    right: 20px!important;
    left: inherit!important;
    top: 35%!important;
}

.ui-widget-content{
    border: 0px!important;
}

.ui-state-active .ui-icon {
     
  margin-top: -0.2em!important;
    background-image: url("http://old.the-picnic.com/wp-content/uploads/2018/09/accordion_icons.png")!important;
    right: 0.8em!important;
    height: 17px!important;
    width: 17px!important;
       background-position: 0px 0px;
    background-image: url("http://old.the-picnic.com/wp-content/uploads/2018/09/accordion_icons.png")!important;  
}

#hola-wrapper > .elementor-container {
    position: absolute;
    z-index: 1;
    margin-top: 60px;
    margin-left: -10px;
}
.hello-japan-general-texts div,
.hello-japan-general-texts p {
    font-size: inherit;
    line-height: inherit;
    font-weight: 100;
}
.hello-japan-general-texts p {
    margin-bottom: 0.8em;
}
.hello-japan-general-texts .bluebg {
    background-color: #c9dfec;
    font-size: inherit;
}
.hello-japan-general-texts .underlined {
    text-decoration: underline;
    font-size: inherit;
}
.hello-japan-general-texts a {
    color: #000;
    border-bottom: solid 2px;
    font-weight: 500;
    font-size: inherit;
}
.hello-japan-general-texts i {
    font-family: "EB Garamond", serif;
    font-size: 1.2em;
    line-height: 0.5em;
}

/** Shortcode vídeo */
.entry > div:nth-child(2) #bio_boxes-wrapper {
    padding-top: 0px;
}
.entry #videoWrapper {
    margin-top: 0px;
    margin-bottom: 10px;
    background: #000;
    text-align: center;
}
.entry #videoWrapper img,
.entry #videoWrapper iframe {
    vertical-align: top;
}
.entry #videoWrapper img {
    width: 100%;
    height: auto;
}
/** END Shortcode vídeo */

/* ------ Media Queries strategic-foresight (J.Aguado) ------ */

@media (width: 1024px) {
    .strategic-foresight_contenido [class*="row"],
    .strategic-foresight_submenu {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }
}

@media only screen and (width: 1023px) {}


@media (max-width: 991px){
   .strategic-foresight_contenido .encontrar .row-10 .participantes .participante {
    float: left;
    width: 50%;
    } 
}


@media only screen and (max-width: 768px) {
    
    a#mobile-menu-close{
        background: #fff;
    }
    
    .cabecera_slick .slick-dots{
        padding-left: 20px;
    }

  /* .strategic-foresight_contenido img {
        min-width: 100%!important;
    }*/

    .strategic-foresight_contenido .row-6 img,
    .strategic-foresight_contenido .row-9 img {
        min-width: inherit!important;
    }
    
    .strategic-foresight_contenido [class*="row"],
    .strategic-foresight_submenu {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .cabecera_slick .slide_wrapper {
        padding-left: 20px;
    }

    .strategic-foresight_contenido [class*="row"] {
        flex-direction: column;
        width: 100%!important;
        margin-bottom: 50px;
    }
    #strategic-foresight_container [class*="col"] {
        width: 100%!important;
    }

    .strategic-foresight_cartela {
        display: flex;
        flex-direction: column;
    }
    .strategic-foresight_cartela .col1-2 span:nth-child(1) {
        padding-bottom: 20px;
    }

    .strategic-foresight_cartela .col1-2 {
        margin-bottom: 20px;
    }

    .strategic-foresight_contenido .hacer .row4-2 {
        top: -40px;
    }

    .strategic-foresight_contenido .descubrir .row-1 {
        background: #efefef;
        padding: 30px 0px 30px 0px;
    }

    .strategic-foresight_contenido .descubrir .row-1 .col2-2 {
        padding-bottom: 0px;
    }

    .strategic-foresight_contenido .descubrir .row-1 .col2-2 h2 {
        margin-top: 30px;
    }


    .strategic-foresight_contenido .hacer .row-4 {
        background: #efefef;
    }

    .strategic-foresight_contenido .hacer .row4-1 {
        top: 0px;
        margin-bottom: 0px;
    }

    .strategic-foresight_contenido .hacer .row4-2 {
        float: none;
        margin-bottom: 0px;
        top: 20px;
    }


    .strategic-foresight_contenido .hacer .row-4 {
        margin-top: 0px;
    }

    .strategic-foresight_contenido .hacer .row-5 {
        padding: 30px 0;
    }

    .strategic-foresight_contenido .encontrar .row-8 {
        background: #efefef;
        margin-top: 0px;
    }

    .strategic-foresight_contenido .encontrar .row-8 .col1-2 {
        top: 30px;
    }

    .strategic-foresight_contenido .encontrar .row-8 .col1-2 p {
        top: 30px;
        margin-bottom: 50px;
    }
    .strategic-foresight_contenido .encontrar .row-8 .col2-2 {
        padding-bottom: 50px;
    }

    .strategic-foresight_contenido .reserva .row-12 .col2-2 .earlybirdtickets {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 767px) {
	.strategic-foresight_contenido .encontrar .row-10 .participantes .participante {
    float: left;
    width: 100%;
	}
 }   
    
@media only screen and (max-width: 480px) {
    
    .strategic-foresight_logos{
        justify-content: inherit!important;
    }
    
    .strategic-foresight_logos .picnic{
        max-width: 88px;
        
    }
    
    .strategic-foresight_logos .kedge{
       max-width: 110px; 
    }
    
    
    .strategic-foresight_contenido [class*="col"],
    .strategic-foresight_cartela [class*="col"] {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .strategic-foresight_contenido [class*="row"] {
        padding-left: 20px!important;
        padding-right: 20px!important;
    }

    .strategic-foresight_contenido {
        border: 0;
        margin: 0;
        padding: 0;
    }

    .strategic-foresight_cartela .col1-2 span:nth-child(1) {
        max-width: 100%;
        font-size: 24px;
        line-height: 1em;
    }

    .strategic-foresight_cartela .col2-2 {
        font-size: 14px!important;
    }

    #strategic-foresight_accordion h4 {
        display: block!important;
    }

    .strategic-foresight_contenido .descubrir .row-1,
    .strategic-foresight_contenido .hacer .row-4,
    .strategic-foresight_contenido .hacer .row4-1,
    .strategic-foresight_contenido .hacer .row-5,
    .strategic-foresight_contenido .encontrar .row-8,
    .strategic-foresight_contenido .programa .row-11,
    .strategic-foresight_contenido .reserva .row-12 {
        padding-left: 0px!important;
        padding-right: 0px!important;
    }

    .strategic-foresight_cartela {
        padding: 26px 0!important;
    }

    #strategic-foresight_container p {
        font-size: 14px;
        line-height: 22px;
    }
    .strategic-foresight_contenido h2 {
        font-size: 18px;
        text-align: left!important;
    }

    .cabecera_slick {
        display: none!important;
    }

   /* .strategic-foresight_contenido img {
        width: 100%!important;
    }*/

    .img_mobile {
        display: block!important;
    }

    .img_desktop {
        display: none!important;

    }

    .strategic-foresight_submenu {
        display: none!important;

    }

    .strategic-foresight_contenido .descubrir .row-1 .col2-2 {
        padding: 0px;
    }

    .strategic-foresight_contenido .descubrir .row-2 h3 {
        font-size: 14px;
        line-height: 22px!important;
    }
    
    .strategic-foresight_contenido .descubrir .row-2 div{
        overflow: auto!important;
    }
    
    .strategic-foresight_contenido .descubrir .row-2 img{
        width: 200%!important;
    }

    .strategic-foresight_contenido .descubrir .row-3 ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }

    .strategic-foresight_contenido .descubrir .row-3 ul li {
        font-size: 14px!important;
        line-height: 22px;
    }

    .strategic-foresight_contenido .hacer .row-5 .wrapper [class*='col'] {
        font-size: 14px!important;
        line-height: 22px;
        padding: 0 20px;
    }

    .strategic-foresight_contenido .hacer .row-5 .wrapper {
        flex-direction: column;
    }

    .strategic-foresight_contenido .hacer .row-5 h2 {
        justify-content: flex-start!important;
        padding-left: 20px;
    }
    
    .strategic-foresight_contenido .hacer .row-6 .logos img {
        -webkit-transform: scale(0.4);
        /* Saf3.1+, Chrome */
        -moz-transform: scale(0.4);
        /* FF3.5+ */
        -ms-transform: scale(0.4);
        /* IE9 */
        -o-transform: scale(0.4);
        /* Opera 10.5+ */
        transform: scale(0.4);
    }

    #strategic-foresight_container .hacer .row-6 h2:after {
        display: none;
    }

    .strategic-foresight_contenido .hacer .row-6 .logos div {
        width: 50%;
    }
    
    .row-6 h2 br{
    display: none!important;
    }

    .eng .row-6 h2 br{
    display: block!important;
    }

      .row-6 h2 {
    max-width: 280px;
    }  

    .strategic-foresight_contenido .hacer .slick-slider.slick-initialized .slick-slide {
        line-height: 20px!important;
        font-size: 17px!important;
    }
    
    

    .strategic-foresight_contenido .hacer .row-7 .author,
    .strategic-foresight_contenido .hacer .row-7 .author span {
        font-size: 14px!important;
    }


    .strategic-foresight_contenido .encontrar .row-8 {
        background: none;
    }

    .strategic-foresight_contenido .encontrar .row-8 .col1-2 {
        display: flex;
        flex-direction: column;
        order: 2;
    }

    .strategic-foresight_contenido .encontrar .row-8 .col2-2 {
        display: flex;
        order: 1;
        background: #efefef;
        padding: 20px;
    }
    
    .hotspots-image-container img{
        padding: 20px!important;
    }

    .strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente {
        width: 100%;
        flex: auto;
    }

    .strategic-foresight_contenido .encontrar .row-9 h2 {
        text-align: left!important;
    }
    .strategic-foresight_contenido .encontrar .row-9 .ponentes .ponente .foto img {
        width: 100%!important;
        min-width: 100%!important;
    }
    .strategic-foresight_contenido .encontrar .row-10 .participantes .participante {
	    float: left;
	    width: 100%;
    } 

    

    .strategic-foresight_contenido .programa .row-11 h2 {
        padding-left: 20px;
    }

    .strategic-foresight_contenido .programa .row-11 .programa_wrapper {
        flex-direction: column;
        background: none;
    }

    .strategic-foresight_contenido .programa .row-11 .programa_wrapper .col1-2 {
        border: 0px!important;
        margin-bottom: 30px;
    }

    .strategic-foresight_contenido .programa .row-11 .programa_wrapper [class*="col"] {
        background: #efefef;
    }

    .strategic-foresight_contenido .programa .row-11 .programa_wrapper .programa {
        font-size: 14px!important;
    }

    .earlybirdtickets h2 {
        text-align: center!important;
    }
    .strategic-foresight_contenido .reserva .row-12 .col2-2 .earlybirdtickets p {
        line-height: 1.4em!important;
        font-size: 22px!important;
    }

    .earlybirdtickets p strong {
        font-size: inherit!important;
    }

    .strategic-foresight_contenido .reserva .row-13 h2 {
        text-align: center!important;
    }

    p.ui-accordion-content,
    p.ui-accordion-header {
        display: none!important;
    }

    .txt_bienvenidos_mobile {
        display: block!important;
    }
    
    .slick-slider { width: auto!important;}

    #hola-wrapper > .elementor-container {
        position: static;
        margin-top: 0;
        margin-bottom: 15px;
        margin-left: 0;
    }
    .entry #videoWrapper {
        margin: 0;
        background: transparent;
    }
    .entry #videoWrapper img {
        max-width: 100%;
        height: auto;
    }
}
@media only screen and (max-width: 320px) {
.strategic-foresight_contenido .encontrar .row-10 .participantes .participante {
    float: left;
    width: 100%;
    }
} 

@media only screen and (max-width: 320px) {
    .row-6 h2 br{
display: none!important;
}

.eng .row-6 h2 br{
display: block!important;
}
    

    }

