.cdp-cookies-alerta {
}
.cdp-cookies-alerta .cdp-cookies-solapa {
display: block;
position: fixed;
z-index: 100002;
width: 120px;
text-align: center;
font-size:12px;
line-height: 18px;
padding: 5px 0;
font-family: Helvetica, Arial, sans-serif;
cursor: pointer;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topleft: 5px;
border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topright: 5px;
border-top-right-radius: 5px;
}
.cdp-cookies-alerta.cdp-solapa-der .cdp-cookies-solapa {
right:0;
}
.cdp-cookies-alerta.cdp-solapa-izq .cdp-cookies-solapa {
left:0;
}
.cdp-cookies-alerta.cdp-solapa-ocultar .cdp-cookies-solapa {
display:none;
}
.cdp-cookies-alerta .cdp-cookies-texto {
position: fixed;
left:0; 
width:100%;
z-index: 100001;
padding: 5px 10px 5px 10px;
font-size: 12px;
font-weight: normal;
line-height: 14px;
}
.cdp-cookies-alerta .cdp-cookies-texto h4 {
text-align: center;
font-family: Helvetica, Arial, sans-serif;
font-size: 14px;
font-weight: normal;
line-height: 16px;
color:#ffffff;
padding: 0 0 5px 0;
margin: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto p {
padding: 5px 0;
margin: 0;
text-align: center;
color:#bbbbbb;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
line-height: 14px;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
line-height: 14px;
font-weight: normal;
color: #ff8888;
text-decoration: none;
border: 0;
text-rendering: optimizeLegibility;
}
.cdp-cookies-alerta .cdp-cookies-texto a:hover, 
.cdp-cookies-alerta .cdp-cookies-texto a:active, 
.cdp-cookies-alerta .cdp-cookies-texto a:visited {
color: #ffcccc;
}
.cdp-cookies-boton-cerrar {
font-size:11px !important;
line-height: 20px;
display: block;
width: 75px;
padding: 2px 10px 0 10px;
margin:0 auto;
text-align: center;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
} @keyframes animacion_abajo {
0% {bottom:0px;}
100% {bottom:-200px;}
}
@keyframes animacion_arriba {
0% {bottom:-200px;}
100% {bottom:0px;}
}
.cdp-animacion-abajo {
animation: animacion_abajo 0.5s forwards;
-webkit-animation: animacion_abajo 0.5s forwards;
}
.cdp-animacion-arriba {
animation: animacion_arriba 0.5s forwards;
-webkit-animation: animacion_arriba 0.5s forwards;
}
.cdp-mostrar {
bottom: 0;
}
.cdp-ocultar { 
bottom: -200px;
} .cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto h4,
.cdp-cookies-alerta.cdp-cookies-textos-izq .cdp-cookies-texto p {
text-align: left;
} .cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto {
background-color: #444444;
color:#fff;
border-top:1px solid #222222;
border-bottom:1px solid #222222;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto p {
color: #bbbbbb;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a {
color: #ff8888 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-texto a:visited {
color: #ffcccc !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa {
background-color: #333;
color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-solapa:hover {
background-color: #666;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar {
background-color: #000;
}
.cdp-cookies-alerta.cdp-cookies-tema-gris .cdp-cookies-boton-cerrar:hover {
background-color: #666;
} .cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto {
background-color: #ffffff;
border-top:1px solid #dddddd;
border-bottom:1px solid #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto h4 {
color: #666666;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto p {
color: #888888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a {
color: #cc8888;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-texto a:visited {
color: #eeaaaa;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa {
background-color: #fff;
color: #333;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-solapa:hover {
background-color: #ddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar {
background-color: #aaa;
color: #000 !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-blanco .cdp-cookies-boton-cerrar:hover {
background-color: #ddd;
} .cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto {
background-color: #e04729;
border-top:1px solid #99301b;
border-bottom:1px solid #99301b;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a {
color: #febebe;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-texto a:visited {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa {
background-color: #e04729;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-solapa:hover {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar {
background-color: #a5321c;
}
.cdp-cookies-alerta.cdp-cookies-tema-rojo .cdp-cookies-boton-cerrar:hover {
background-color: #85120c;
} .cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto {
background-color: #5492e0;
border-top:1px solid #3f6da7;
border-bottom:1px solid #3f6da7;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto p {
color: #eeeeee;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a {
color: #b7d7ff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-texto a:visited {
color: #dcebff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa {
background-color: #5492e0;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-solapa:hover {
background-color: #3472c0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar {
background-color: #2462b0;
}
.cdp-cookies-alerta.cdp-cookies-tema-azul .cdp-cookies-boton-cerrar:hover {
background-color: #64a2f0;
} .cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto {
background-color: #0b7000;
border-top:1px solid #064000;
border-bottom:1px solid #064000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto h4 {
color: #ffffff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto p {
color: #dddddd;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a {
color: #75c76c;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:hover,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:active,
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-texto a:visited {
color: #c4ffbe;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa {
background-color: #0b7000;
color: #fff;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-solapa:hover {
background-color: #095000;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar {
background-color: #074000;
color: #fff !important;
}
.cdp-cookies-alerta.cdp-cookies-tema-verde .cdp-cookies-boton-cerrar:hover {
background-color: #2b9010;
} .cdp-cookies-boton-creditos {
font-size: 12px;
float:right;
padding: 10px 0;
}.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@font-face{font-family:'FontAwesome';src:url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);src:url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//speakquick.es/wp-content/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.wpea_frontend_archive * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpea_frontend_archive *:before,
.wpea_frontend_archive *:after {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wpea_container {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
@media (min-width: 768px) {
.wpea_container {
width: 750px;
}
}
@media (min-width: 992px) {
.wpea_container {
width: 970px;
}
}
@media (min-width: 1200px) {
.wpea_container {
width: 1170px;
}
}
.wpea_container-fluid {
margin-right: auto;
margin-left: auto;
padding-left: 15px;
padding-right: 15px;
}
.row_grid {
margin-left: -15px;
margin-right: -15px;
}
.col-wpea-xs-1, .col-wpea-sm-1, .col-wpea-md-1, .col-wpea-lg-1, .col-wpea-xs-2, .col-wpea-sm-2, .col-wpea-md-2, .col-wpea-lg-2, .col-wpea-xs-3, .col-wpea-sm-3, .col-wpea-md-3, .col-wpea-lg-3, .col-wpea-xs-4, .col-wpea-sm-4, .col-wpea-md-4, .col-wpea-lg-4, .col-wpea-xs-5, .col-wpea-sm-5, .col-wpea-md-5, .col-wpea-lg-5, .col-wpea-xs-6, .col-wpea-sm-6, .col-wpea-md-6, .col-wpea-lg-6, .col-wpea-xs-7, .col-wpea-sm-7, .col-wpea-md-7, .col-wpea-lg-7, .col-wpea-xs-8, .col-wpea-sm-8, .col-wpea-md-8, .col-wpea-lg-8, .col-wpea-xs-9, .col-wpea-sm-9, .col-wpea-md-9, .col-wpea-lg-9, .col-wpea-xs-10, .col-wpea-sm-10, .col-wpea-md-10, .col-wpea-lg-10, .col-wpea-xs-11, .col-wpea-sm-11, .col-wpea-md-11, .col-wpea-lg-11, .col-wpea-xs-12, .col-wpea-sm-12, .col-wpea-md-12, .col-wpea-lg-12 {
position: relative;
min-height: 1px;
padding-left: 15px;
padding-right: 15px;
margin-bottom: 2%;
}
.col-wpea-xs-1, .col-wpea-xs-2, .col-wpea-xs-3, .col-wpea-xs-4, .col-wpea-xs-5, .col-wpea-xs-6, .col-wpea-xs-7, .col-wpea-xs-8, .col-wpea-xs-9, .col-wpea-xs-10, .col-wpea-xs-11, .col-wpea-xs-12 {
float: left;
}
.col-wpea-xs-12 {
width: 100%;
}
.col-wpea-xs-11 {
width: 91.66666667%;
}
.col-wpea-xs-10 {
width: 83.33333333%;
}
.col-wpea-xs-9 {
width: 75%;
}
.col-wpea-xs-8 {
width: 66.66666667%;
}
.col-wpea-xs-7 {
width: 58.33333333%;
}
.col-wpea-xs-6 {
width: 50%;
}
.col-wpea-xs-5 {
width: 41.66666667%;
}
.col-wpea-xs-4 {
width: 33.33333333%;
}
.col-wpea-xs-3 {
width: 25%;
}
.col-wpea-xs-2 {
width: 16.66666667%;
}
.col-wpea-xs-1 {
width: 8.33333333%;
}
.col-wpea-xs-pull-12 {
right: 100%;
}
.col-wpea-xs-pull-11 {
right: 91.66666667%;
}
.col-wpea-xs-pull-10 {
right: 83.33333333%;
}
.col-wpea-xs-pull-9 {
right: 75%;
}
.col-wpea-xs-pull-8 {
right: 66.66666667%;
}
.col-wpea-xs-pull-7 {
right: 58.33333333%;
}
.col-wpea-xs-pull-6 {
right: 50%;
}
.col-wpea-xs-pull-5 {
right: 41.66666667%;
}
.col-wpea-xs-pull-4 {
right: 33.33333333%;
}
.col-wpea-xs-pull-3 {
right: 25%;
}
.col-wpea-xs-pull-2 {
right: 16.66666667%;
}
.col-wpea-xs-pull-1 {
right: 8.33333333%;
}
.col-wpea-xs-pull-0 {
right: auto;
}
.col-wpea-xs-push-12 {
left: 100%;
}
.col-wpea-xs-push-11 {
left: 91.66666667%;
}
.col-wpea-xs-push-10 {
left: 83.33333333%;
}
.col-wpea-xs-push-9 {
left: 75%;
}
.col-wpea-xs-push-8 {
left: 66.66666667%;
}
.col-wpea-xs-push-7 {
left: 58.33333333%;
}
.col-wpea-xs-push-6 {
left: 50%;
}
.col-wpea-xs-push-5 {
left: 41.66666667%;
}
.col-wpea-xs-push-4 {
left: 33.33333333%;
}
.col-wpea-xs-push-3 {
left: 25%;
}
.col-wpea-xs-push-2 {
left: 16.66666667%;
}
.col-wpea-xs-push-1 {
left: 8.33333333%;
}
.col-wpea-xs-push-0 {
left: auto;
}
.col-wpea-xs-offset-12 {
margin-left: 100%;
}
.col-wpea-xs-offset-11 {
margin-left: 91.66666667%;
}
.col-wpea-xs-offset-10 {
margin-left: 83.33333333%;
}
.col-wpea-xs-offset-9 {
margin-left: 75%;
}
.col-wpea-xs-offset-8 {
margin-left: 66.66666667%;
}
.col-wpea-xs-offset-7 {
margin-left: 58.33333333%;
}
.col-wpea-xs-offset-6 {
margin-left: 50%;
}
.col-wpea-xs-offset-5 {
margin-left: 41.66666667%;
}
.col-wpea-xs-offset-4 {
margin-left: 33.33333333%;
}
.col-wpea-xs-offset-3 {
margin-left: 25%;
}
.col-wpea-xs-offset-2 {
margin-left: 16.66666667%;
}
.col-wpea-xs-offset-1 {
margin-left: 8.33333333%;
}
.col-wpea-xs-offset-0 {
margin-left: 0%;
}
@media (min-width: 768px) {
.col-wpea-sm-1, .col-wpea-sm-2, .col-wpea-sm-3, .col-wpea-sm-4, .col-wpea-sm-5, .col-wpea-sm-6, .col-wpea-sm-7, .col-wpea-sm-8, .col-wpea-sm-9, .col-wpea-sm-10, .col-wpea-sm-11, .col-wpea-sm-12 {
float: left;
}
.col-wpea-sm-12 {
width: 100%;
}
.col-wpea-sm-11 {
width: 91.66666667%;
}
.col-wpea-sm-10 {
width: 83.33333333%;
}
.col-wpea-sm-9 {
width: 75%;
}
.col-wpea-sm-8 {
width: 66.66666667%;
}
.col-wpea-sm-7 {
width: 58.33333333%;
}
.col-wpea-sm-6 {
width: 50%;
}
.col-wpea-sm-5 {
width: 41.66666667%;
}
.col-wpea-sm-4 {
width: 33.33333333%;
}
.col-wpea-sm-3 {
width: 25%;
}
.col-wpea-sm-2 {
width: 16.66666667%;
}
.col-wpea-sm-1 {
width: 8.33333333%;
}
.col-wpea-sm-pull-12 {
right: 100%;
}
.col-wpea-sm-pull-11 {
right: 91.66666667%;
}
.col-wpea-sm-pull-10 {
right: 83.33333333%;
}
.col-wpea-sm-pull-9 {
right: 75%;
}
.col-wpea-sm-pull-8 {
right: 66.66666667%;
}
.col-wpea-sm-pull-7 {
right: 58.33333333%;
}
.col-wpea-sm-pull-6 {
right: 50%;
}
.col-wpea-sm-pull-5 {
right: 41.66666667%;
}
.col-wpea-sm-pull-4 {
right: 33.33333333%;
}
.col-wpea-sm-pull-3 {
right: 25%;
}
.col-wpea-sm-pull-2 {
right: 16.66666667%;
}
.col-wpea-sm-pull-1 {
right: 8.33333333%;
}
.col-wpea-sm-pull-0 {
right: auto;
}
.col-wpea-sm-push-12 {
left: 100%;
}
.col-wpea-sm-push-11 {
left: 91.66666667%;
}
.col-wpea-sm-push-10 {
left: 83.33333333%;
}
.col-wpea-sm-push-9 {
left: 75%;
}
.col-wpea-sm-push-8 {
left: 66.66666667%;
}
.col-wpea-sm-push-7 {
left: 58.33333333%;
}
.col-wpea-sm-push-6 {
left: 50%;
}
.col-wpea-sm-push-5 {
left: 41.66666667%;
}
.col-wpea-sm-push-4 {
left: 33.33333333%;
}
.col-wpea-sm-push-3 {
left: 25%;
}
.col-wpea-sm-push-2 {
left: 16.66666667%;
}
.col-wpea-sm-push-1 {
left: 8.33333333%;
}
.col-wpea-sm-push-0 {
left: auto;
}
.col-wpea-sm-offset-12 {
margin-left: 100%;
}
.col-wpea-sm-offset-11 {
margin-left: 91.66666667%;
}
.col-wpea-sm-offset-10 {
margin-left: 83.33333333%;
}
.col-wpea-sm-offset-9 {
margin-left: 75%;
}
.col-wpea-sm-offset-8 {
margin-left: 66.66666667%;
}
.col-wpea-sm-offset-7 {
margin-left: 58.33333333%;
}
.col-wpea-sm-offset-6 {
margin-left: 50%;
}
.col-wpea-sm-offset-5 {
margin-left: 41.66666667%;
}
.col-wpea-sm-offset-4 {
margin-left: 33.33333333%;
}
.col-wpea-sm-offset-3 {
margin-left: 25%;
}
.col-wpea-sm-offset-2 {
margin-left: 16.66666667%;
}
.col-wpea-sm-offset-1 {
margin-left: 8.33333333%;
}
.col-wpea-sm-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-wpea-md-1, .col-wpea-md-2, .col-wpea-md-3, .col-wpea-md-4, .col-wpea-md-5, .col-wpea-md-6, .col-wpea-md-7, .col-wpea-md-8, .col-wpea-md-9, .col-wpea-md-10, .col-wpea-md-11, .col-wpea-md-12 {
float: left;
margin-bottom: 2%;
}
.col-wpea-md-12 {
width: 100%;
}
.col-wpea-md-11 {
width: 91.66666667%;
}
.col-wpea-md-10 {
width: 83.33333333%;
}
.col-wpea-md-9 {
width: 75%;
}
.col-wpea-md-8 {
width: 66.66666667%;
}
.col-wpea-md-7 {
width: 58.33333333%;
}
.col-wpea-md-6 {
width: 50%;
}
.col-wpea-md-5 {
width: 41.66666667%;
}
.col-wpea-md-4 {
width: 33.33333333%;
margin-bottom: 2%;
}
.col-wpea-md-3 {
width: 25%;
}
.col-wpea-md-2 {
width: 16.66666667%;
}
.col-wpea-md-1 {
width: 8.33333333%;
}
.col-wpea-md-pull-12 {
right: 100%;
}
.col-wpea-md-pull-11 {
right: 91.66666667%;
}
.col-wpea-md-pull-10 {
right: 83.33333333%;
}
.col-wpea-md-pull-9 {
right: 75%;
}
.col-wpea-md-pull-8 {
right: 66.66666667%;
}
.col-wpea-md-pull-7 {
right: 58.33333333%;
}
.col-wpea-md-pull-6 {
right: 50%;
}
.col-wpea-md-pull-5 {
right: 41.66666667%;
}
.col-wpea-md-pull-4 {
right: 33.33333333%;
}
.col-wpea-md-pull-3 {
right: 25%;
}
.col-wpea-md-pull-2 {
right: 16.66666667%;
}
.col-wpea-md-pull-1 {
right: 8.33333333%;
}
.col-wpea-md-pull-0 {
right: auto;
}
.col-wpea-md-push-12 {
left: 100%;
}
.col-wpea-md-push-11 {
left: 91.66666667%;
}
.col-wpea-md-push-10 {
left: 83.33333333%;
}
.col-wpea-md-push-9 {
left: 75%;
}
.col-wpea-md-push-8 {
left: 66.66666667%;
}
.col-wpea-md-push-7 {
left: 58.33333333%;
}
.col-wpea-md-push-6 {
left: 50%;
}
.col-wpea-md-push-5 {
left: 41.66666667%;
}
.col-wpea-md-push-4 {
left: 33.33333333%;
}
.col-wpea-md-push-3 {
left: 25%;
}
.col-wpea-md-push-2 {
left: 16.66666667%;
}
.col-wpea-md-push-1 {
left: 8.33333333%;
}
.col-wpea-md-push-0 {
left: auto;
}
.col-wpea-md-offset-12 {
margin-left: 100%;
}
.col-wpea-md-offset-11 {
margin-left: 91.66666667%;
}
.col-wpea-md-offset-10 {
margin-left: 83.33333333%;
}
.col-wpea-md-offset-9 {
margin-left: 75%;
}
.col-wpea-md-offset-8 {
margin-left: 66.66666667%;
}
.col-wpea-md-offset-7 {
margin-left: 58.33333333%;
}
.col-wpea-md-offset-6 {
margin-left: 50%;
}
.col-wpea-md-offset-5 {
margin-left: 41.66666667%;
}
.col-wpea-md-offset-4 {
margin-left: 33.33333333%;
}
.col-wpea-md-offset-3 {
margin-left: 25%;
}
.col-wpea-md-offset-2 {
margin-left: 16.66666667%;
}
.col-wpea-md-offset-1 {
margin-left: 8.33333333%;
}
.col-wpea-md-offset-0 {
margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-wpea-lg-1, .col-wpea-lg-2, .col-wpea-lg-3, .col-wpea-lg-4, .col-wpea-lg-5, .col-wpea-lg-6, .col-wpea-lg-7, .col-wpea-lg-8, .col-wpea-lg-9, .col-wpea-lg-10, .col-wpea-lg-11, .col-wpea-lg-12 {
float: left;
}
.col-wpea-lg-12 {
width: 100%;
}
.col-wpea-lg-11 {
width: 91.66666667%;
}
.col-wpea-lg-10 {
width: 83.33333333%;
}
.col-wpea-lg-9 {
width: 75%;
}
.col-wpea-lg-8 {
width: 66.66666667%;
}
.col-wpea-lg-7 {
width: 58.33333333%;
}
.col-wpea-lg-6 {
width: 50%;
}
.col-wpea-lg-5 {
width: 41.66666667%;
}
.col-wpea-lg-4 {
width: 33.33333333%;
}
.col-wpea-lg-3 {
width: 25%;
}
.col-wpea-lg-2 {
width: 16.66666667%;
}
.col-wpea-lg-1 {
width: 8.33333333%;
}
.col-wpea-lg-pull-12 {
right: 100%;
}
.col-wpea-lg-pull-11 {
right: 91.66666667%;
}
.col-wpea-lg-pull-10 {
right: 83.33333333%;
}
.col-wpea-lg-pull-9 {
right: 75%;
}
.col-wpea-lg-pull-8 {
right: 66.66666667%;
}
.col-wpea-lg-pull-7 {
right: 58.33333333%;
}
.col-wpea-lg-pull-6 {
right: 50%;
}
.col-wpea-lg-pull-5 {
right: 41.66666667%;
}
.col-wpea-lg-pull-4 {
right: 33.33333333%;
}
.col-wpea-lg-pull-3 {
right: 25%;
}
.col-wpea-lg-pull-2 {
right: 16.66666667%;
}
.col-wpea-lg-pull-1 {
right: 8.33333333%;
}
.col-wpea-lg-pull-0 {
right: auto;
}
.col-wpea-lg-push-12 {
left: 100%;
}
.col-wpea-lg-push-11 {
left: 91.66666667%;
}
.col-wpea-lg-push-10 {
left: 83.33333333%;
}
.col-wpea-lg-push-9 {
left: 75%;
}
.col-wpea-lg-push-8 {
left: 66.66666667%;
}
.col-wpea-lg-push-7 {
left: 58.33333333%;
}
.col-wpea-lg-push-6 {
left: 50%;
}
.col-wpea-lg-push-5 {
left: 41.66666667%;
}
.col-wpea-lg-push-4 {
left: 33.33333333%;
}
.col-wpea-lg-push-3 {
left: 25%;
}
.col-wpea-lg-push-2 {
left: 16.66666667%;
}
.col-wpea-lg-push-1 {
left: 8.33333333%;
}
.col-wpea-lg-push-0 {
left: auto;
}
.col-wpea-lg-offset-12 {
margin-left: 100%;
}
.col-wpea-lg-offset-11 {
margin-left: 91.66666667%;
}
.col-wpea-lg-offset-10 {
margin-left: 83.33333333%;
}
.col-wpea-lg-offset-9 {
margin-left: 75%;
}
.col-wpea-lg-offset-8 {
margin-left: 66.66666667%;
}
.col-wpea-lg-offset-7 {
margin-left: 58.33333333%;
}
.col-wpea-lg-offset-6 {
margin-left: 50%;
}
.col-wpea-lg-offset-5 {
margin-left: 41.66666667%;
}
.col-wpea-lg-offset-4 {
margin-left: 33.33333333%;
}
.col-wpea-lg-offset-3 {
margin-left: 25%;
}
.col-wpea-lg-offset-2 {
margin-left: 16.66666667%;
}
.col-wpea-lg-offset-1 {
margin-left: 8.33333333%;
}
.col-wpea-lg-offset-0 {
margin-left: 0%;
}
}
.wpea_container:before,
.wpea_container:after,
.wpea_container-fluid:before,
.wpea_container-fluid:after,
.row_grid:before,
.row_grid:after {
content: " ";
display: table;
}
.wpea_container:after,
.wpea_container-fluid:after,
.row_grid:after {
clear: both;
}
.wpea_frontend_archive .center-block {
display: block;
margin-left: auto;
margin-right: auto;
}
.wpea_frontend_archive .pull-right {
float: right !important;
}
.wpea_frontend_archive .pull-left {
float: left !important;
}
.wpea_frontend_archive .hide {
display: none !important;
}
.wpea_frontend_archive .show {
display: block !important;
}
.wpea_frontend_archive .invisible {
visibility: hidden;
}
.wpea_frontend_archive .text-hide {
font: 0/0 a;
color: transparent;
text-shadow: none;
background-color: transparent;
border: 0;
}
.wpea_frontend_archive .hidden {
display: none !important;
}
.wpea_frontend_archive .affix {
position: fixed;
}
.wpea_organizer{ padding:40px; width:100%; background:#fafafa; border:1px solid #eeeeee; margin:30px 0;}
.wpea_organizer:after{ clear: both; }
.wpea_organizer .details { float: left; width: 50%;}
.wpea_organizer .details > a { display: block; line-height:18px;}
.wpea_organizer .details > p {margin-bottom: 10px;margin-top:0;}
.wpea_organizer .venue{ float:left; width:35%;}
.wpea_organizer .map {border:2px solid #ddd;float: left;width:64%; border-radius:2px;}
.wpea_organizer .titlemain{ font-size:18px; font-weight:bold; color:#444444;}
.wpea_organizer.library{ margin-top:0;}
@media (max-width: 768px){
.wpea_organizer .details, .wpea_organizer .map, .wpea_organizer .venue{float: none;width:100%;}
}
.wpea_organizer a {
text-decoration: none;
box-shadow: none;
}
.wpea_frontend_archive .event_date {
background-color: #039ED7;
color: #fff;
padding: 10px 5px 5px 5px;
text-align: center;
width: 75px;
float: left;
height: 100%;
}
.wpea_frontend_archive .event_date .month {
display: block;
font-size: 1.2em;
text-align: center;
line-height: 1.2em;
}
.wpea_frontend_archive .event_date .date {
display: block;
text-align: center;
font-size: 1.6em;
line-height: 1.6em;
}
.wpea_frontend_archive .event_details {
background-color: #f5f5f5;
height: 80px;
overflow: hidden;
}
.wpea_frontend_archive .event_desc {
float: left;
width: calc( 100% - 75px );
padding: 8px 10px;
}
.wpea_frontend_archive .event_desc .event_address,.wpea_frontend_archive .event_desc .event_title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
}
.wpea_frontend_archive .event_desc .event_title {
font-size: 1.2em;
color: #039ED7;
}
.wpea_frontend_archive .img_placeholder{
background-size: cover !important;
min-height: 130px;
}
.wpea_frontend_archive .archive-event .wepa_event{
height: 210px;
font-size: 16px;
} .wpea_widget_style1 .event_details{
height: auto;
}
.wpea_widget{
margin-bottom: 10px;
}
.wpea_event_listing_widget {
max-height: 600px;
overflow: auto;
}
.wpea_widget_style1 .event_date {
background-color: #039ED7;
color: #fff;
padding: 10px 5px 5px 5px;
text-align: center;
width: 75px;
float: left;
height: 100%;
}
.wpea_widget_style1 .event_picture {
background-color: #efefef;
color: #fff;
padding: 12px;
text-align: center;
width: 75px;
float: left;
height: 100%;    
}
.wpea_widget_style1 .event_date .month {
display: block;
font-size: 1.2em;
text-align: center;
line-height: 1.2em;
}
.wpea_widget_style1 .event_date .date {
display: block;
text-align: center;
font-size: 1.6em;
line-height: 1.6em;
}
.wpea_widget_style1 .event_details {
background-color: #f5f5f5;
height: 75px;
}
.wpea_widget_style1 .event_details .fa, .wpea_event .event_details .fa{
text-align: center;
width: 16px;
}
.wpea_widget_style1 .event_details p.description{
color: #666;
}
.wpea_widget_style1 .event_desc {
float: left;
width: calc( 100% - 75px );
padding: 8px 10px;
}
.wpea_widget_style1 .event_desc .event_address{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
}
.wpea_widget_style1 .event_desc .event_name {
font-size: 1.2em;
color: #039ED7;
line-height: 1.3em;
}
.wpea-start-date__dialog .components-popover__content, .wpea-end-date__dialog .components-popover__content {
padding: 10px;
}
.components-panel__row.wpea-start-date.wpea_hidden, .components-panel__row.wpea-end-date.wpea_hidden{
display: none;
} .col-wpea-md-3 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 130px !important;
}
.col-wpea-md-3 .wepa_event {
height: auto !important;
font-size: 16px;
}
.col-wpea-md-4 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 170px !important;
}
.col-wpea-md-4 .wepa_event {
height: auto !important;
font-size: 16px;
}
.col-wpea-md-6 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 260px !important;
}
.col-wpea-md-6 .wepa_event {
height: auto !important;
font-size: 16px;
}
.col-wpea-md-12 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 35em !important;
}
.col-wpea-md-12 .wepa_event {
height: auto !important;
font-size: 16px;
}
@media (max-width: 320px) { 
.archive-event .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 140px !important;
}
}
@media (min-width: 321px) and (max-width: 576px) { 
.archive-event .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 170px !important;
}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
.col-wpea-md-3 .wepa_event .img_placeholder {
min-height: 240px !important;
}
.col-wpea-md-4 .wepa_event .img_placeholder {
min-height: 240px !important;
}
.col-wpea-md-6 .wepa_event .img_placeholder {
min-height: 240px !important;
}
.col-wpea-md-12 .wepa_event .img_placeholder {
min-height: 240px !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.col-wpea-md-3 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 350px !important;
}
.col-wpea-md-4 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 350px !important;
}
.col-wpea-md-6 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 350px !important;
}
.col-wpea-md-12 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 350px !important;
}
}
@media (min-width: 993px) and (max-width: 1200px) { 
.col-wpea-md-3 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 100px !important;
}
.col-wpea-md-4 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 140px !important;
}
.col-wpea-md-6 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 220px !important;
}
.col-wpea-md-12 .wepa_event .img_placeholder {
background-size: cover !important;
min-height: 25em !important;
}
.col-wpea-md-3 .wepa_event .event_details{
background-color: #f5f5f5;
height: 60px;
}
.col-wpea-md-3 .wepa_event .event_date{
font-size: 12px;
padding: 8px 5px 5px 5px;
width: 55px;
}
.col-wpea-md-3 .wepa_event .event_desc{
font-size: 12px;
width: calc( 100% - 55px );
}
.col-wpea-md-4 .wepa_event .event_details{
background-color: #f5f5f5;
height: 60px;
}
.col-wpea-md-4 .wepa_event .event_date{
font-size: 12px;
padding: 8px 5px 5px 5px;
width: 55px;
}
.col-wpea-md-4 .wepa_event .event_desc{
font-size: 12px;
width: calc( 100% - 55px );
}
} .wpea-card {
--bs-card-spacer-y: 1.25rem;
--bs-card-spacer-x: 1.25rem;
--bs-card-title-spacer-y: 0.5rem;
--bs-card-border-width: 0;
--bs-card-border-color: #e7e7e8;
--bs-card-border-radius: 0.375rem;
--bs-card-height: ;
--bs-card-color: ;
--bs-card-bg: #fff;
word-wrap: break-word;
background-clip: border-box;
background-color: var(--bs-card-bg);
border: var(--bs-card-border-width) solid var(--bs-card-border-color);
border-radius: var(--bs-card-border-radius);
display: -ms-flexbox;
display: flex;
-ms-flex-direction: column;
flex-direction: column;
height: var(--bs-card-height);
min-width: 0;
position: relative;
background-clip: padding-box;
box-shadow: 0 0.5rem 3rem 0 rgba(58, 53, 65, .12), 0 0 0 0 rgba(0, 0, 0, 0);
}
.wpea-card-body {
color: var(--bs-card-color);
-ms-flex: 1 1 auto;
flex: 1 1 auto;
padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
outline: none !important;
}
.wpea-card-title {
margin-bottom: var(--bs-card-title-spacer-y);
}
.wpea-d-flex {
display: -ms-flexbox !important;
display: flex !important;
}
.wpea-border-bottom {
border-bottom: 1px solid #e7e7e8 !important;
}
.wpea-pb-3 {
padding-bottom: 1rem !important;
}
.wpea-flex-column {
-ms-flex-direction: column !important;
flex-direction: column !important;
}
.wpea-justify-content-center {
-ms-flex-pack: center !important;
justify-content: center !important;
}
.wpea-px-3 {
padding-left: 1rem !important;
padding-right: 1rem !important;
}
.wpea-rounded-3 {
border-radius: .375rem !important;
}
.wpea-me-3 {
margin-right: 1rem !important;
}
.wpea-mb-2 {
margin-bottom: 0.5rem !important;
}
.wpea-mb-0 {
margin-bottom: 0 !important;
}
.wpea-w-75 {
width: 75% !important;
}
.wpea-mt-3{
margin-top: 1rem !important;
}
.wpea-card-title{
-ms-flex-align: center;
align-items: center;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
width: 100%;
}
.wpea-mb-1{
margin-bottom: .25rem !important;
}
.wpea-gap-2{
gap: .5rem !important;
}
.wpea-small{
font-size: 85%;
}
.wpea-align-items{
align-items: center;
}
.wpea-fw-bold{
font-weight: bold;
}
.wpea-fs-20{
font-size: 20px;
}
.wpea-text-limit{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wpea-w-90{
width:90%;
}
.wpea-h-60{
height: 60px;
}
.wpea-mt-0{
margin-top: 0;
}
.wpea-text-deco{
text-decoration: none !important;
}
.wpea-mt-5{
margin-top: 5px;
}
.wpea-mb-5{
margin-bottom: 5px;
}
.wpea_event .event_details .event_date_style4{
height: 100px;
display: flex;
justify-content: center;
align-items: center;
}
.wpea_event .event_desc .widget_event_sdate{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
width: 90%;
}.wpea_event_meta_cat a {
display: inline-block;
font-size: 16px;
line-height: 26px;
color: #fff;
background: #81df93;
padding: 3px 22px;
border-radius: 3px;
margin-bottom: 5px;
}
@media (max-width:575px) {
.wpea_event_meta_cat a {
font-size: 10px !important;
}
}
.wpea_event_title_style2 {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wpea_event_title_style2 a {
font-size: 26px;
line-height: 1em;
font-weight: 600;
}
.wpea_event_style2 .wpea_event_thumbnail {
position: relative;
}
.wpea_event_style2 .wpea_event_thumbnail .wpea_event_meta_cat {
position: absolute;
bottom: 5px;
left: 15px;
overflow: hidden;
width: 90%;
}
.wpea_event_style2 .wpea_event_thumbnail .wpea_event_meta_cat a {
display: inline-block;
font-size: 14px;
line-height: 20px;
color: #fff;
padding: 3px 12px 2px;
transition: .4s;
border-radius: 3px;
text-decoration: none;
}
.wpea_event_style2 .wpea_event_detail_style2 {
padding: 15px 20px 15px;
border: 1px solid #eae9f3;
border-top: none;
border-radius: 0 0 5px 5px;
height: 120px;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2 {
margin: 0;
margin-bottom: 10px;
line-height: 1em;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2 a {
font-size: 22px;
font-weight: 600;
text-decoration: none;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time {
display: flex;
flex-direction: column;
margin-bottom: 24px;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_location_style2 {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
align-items: center;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_location_style2 .wpea_event_location {
margin: 0;
margin-right: 5px;
font-size: 15px;
line-height: 26px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_location_style2 .wpea_event_location a {
font-size: 15px;
line-height: 26px;
}
.wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_event_time .wpea_time {
font-size: 15px;
line-height: 26px;
}
.wpea_img_placeholder{
height: 275px;
width: 100%;
border-radius: 5px 5px 0 0;
display: block;
}
.wpea_event_cat{
margin: 1px;
}
.col-wpea-md-12 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder{
height: 450px;
}
.col-wpea-md-4 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder{
height: 170px;
}
.col-wpea-md-3 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder{
height: 130px;
}
.col-wpea-md-3 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_event_time .wpea_time{
font-size: 13px;
}
.col-wpea-md-3 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_location_time .wpea_location_style2 .wpea_event_location{
font-size: 13px;
}
.col-wpea-md-3 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2 a{
font-size: 15px;
}
.col-wpea-md-3 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2{
font-size: 15px;
}
.col-wpea-md-4 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2 a{
font-size: 18px;
}
.col-wpea-md-4 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2{
font-size: 18px;
}
.col-wpea-md-6 .wpea-style2 .wpea_event_style2 .wpea_event_detail_style2 .wpea_event_title_style2{
font-size: 20px;
}
.wpea_img_placeholder{
background-size: cover !important;
min-height: 120px;
}
@media (min-width: 320px) and (max-width: 576px) { 
.wpea_img_placeholder {
background-size: cover !important;
min-height: 140px !important;
}
.col-wpea-md-12 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder {
height: 150px;
}
.col-wpea-md-6 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder {
height: 150px;
}
}
@media (min-width: 576px) and (max-width: 767.98px) { 
.wpea_img_placeholder {
min-height: 240px !important;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.wpea_img_placeholder {
background-size: cover !important;
min-height: 350px !important;
}
.col-wpea-md-12 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder{
height: 350px;
}
}
@media (min-width: 993px) and (max-width: 1200px) { 
.wpea_img_placeholder {
background-size: cover !important;
min-height: 150px !important;
}
.col-wpea-md-6 .wpea-style2 .wpea_event_style2 .wpea_event_thumbnail .wpea_img_placeholder{
height: 230px;
}
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}.wpml-ls-menu-item .wpml-ls-flag{display:inline;vertical-align:baseline}.wpml-ls-menu-item .wpml-ls-flag+span{margin-left:.3em}.rtl .wpml-ls-menu-item .wpml-ls-flag+span{margin-left:0;margin-right:.3em}ul .wpml-ls-menu-item a{display:flex;align-items:center}.wp-caption,
.wp-caption-text,
.bypostauthor{}
.alignleft {
float: left;
margin-right: 10px;
}
.alignright {
float: right;
margin-left: 10px;
}
.aligncenter {
margin-left: auto;
margin-right: auto;
display: table;
clear: both;
}
.has-animation {
opacity: 0;
}
.sticky .small-thumb .title{background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/sticky.png)no-repeat scroll 0 4px; padding-left: 19px;}
.gallery-caption { margin-left: 0; } .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } html {
height: 100%;
overflow: hidden;
}
body{
background-color: #fff;
}
body.wp-editor{
overflow:scroll;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 10px;
}
a:hover {
text-decoration: none;
}
ul {
margin: 0;
padding: 0;
}
video { display: block; }  .sticky .post-title{background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/sticky.png)no-repeat scroll 0 4px; padding-left: 19px;}
p.post-category {
line-height: 1.3em;
}
main ul.raw-list,
main ol.raw-list{
padding-left: 20px;
}
main p.raw-paragraph{
margin-bottom: 10px;
}
main table.raw-table {
border-collapse: separate;
border-spacing: 0;
border-width: 1px 0 0 1px;
margin-bottom: 24px;
width: 100%;
}
main table.raw-table, main .raw-table th, main .raw-table td{
border: 1px solid rgba(0, 0, 0, 0.1);
}
main .raw-table th,
main .raw-table td{
padding: 5px;
}
dl {
margin-bottom: 24px;
}
dt {
font-weight: bold;
}
dd {
margin-bottom: 24px;
font-size: 13px;
}
.loop-post-content blockquote,
.comment-text blockquote,
.page-template-default .content blockquote{
color: #767676;
font-size: 16px;
font-style: italic;
font-weight: 300;
line-height: 1.2631578947;
margin-bottom: 15px;
}
main blockquote.raw-blockquote{
text-align: center;
border: 1px solid #e5e5e5;
width: 100%;
padding: 90px 15% 45px 15%;
-webkit-margin-before:0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-left: 0;
margin-bottom: 20px;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/quote.png) no-repeat 50% 50%;
}
main blockquote.raw-blockquote .name{
font-size: 14px;
line-height: 20px;
font-weight: normal;
margin-top: 25px;
}
main blockquote.raw-blockquote p{
font-size: 14px;
line-height: 22px;
color: #8b8b8b;
}
address{
font-size: 15px;
}
main textarea.raw-textarea{
border-radius: 5px;
display: block;
border: 1px solid #dadada;
background: transparent;
color: #afafaf;
outline: none;
font-size: 13px;
width: 99.3%;
padding: 12px 2%;
height: 220px;
}
main textarea.raw-textarea ::-webkit-input-placeholder{
color: #afafaf;
}
main textarea.raw-textarea ::-moz-placeholder{
color: #afafaf;
}
main textarea.raw-textarea ::-ms-input-placeholder{
color: #afafaf;
}
main form:not(.comment-form) p.form-submit{
text-align: center;
}
main .submit{
border-radius: 5px;
border: none;
margin-top: 20px;
width: 13%;
background-color: #2c2c2c;
color: #fff;
transition: background-color 300ms;
outline: none;
font-size: 13px;
height: 40px;
}
main .submit:hover{
background-color: #4b4a4a;
}
.transition-all{
transition:all 400ms;
}
.blog .loop-post-content  .post-share{
display:none;
}
body:not(.compose-mode) .vc_empty-element>.vc_column-inner{
min-height:0px;
}
.no-js #pageLoadingOverlay {
display: none;
}
.no-js {
overflow: auto;
}
.no-js .has-animation {
opacity: 1;
}  .left {
float: left;
min-height: 1px;
}
.right {
float: right;
min-height: 1px;
} .visible-phone
{
display:none!important
}
.visible-tablet
{
display:none!important
}
.hidden-desktop
{
display:none!important
}
.md-hidden {
display: none !important;
}
a.menu-item-link {
text-align: center;
}
.iconTotation {
transform: scale(0.8) rotate(180deg);
webkit-transform: scale(0.8) rotate(180deg);
-moz-transform: scale(0.8) rotate(180deg);
-o-transform: scale(0.8) rotate(180deg);
-ms-transform: scale(0.8) rotate(180deg);
}
.hide-overflow{
overflow: hidden;
}
.pixflow-slider .slide-title,
p.description,
p.form-description,
.paragraph,
p.teammember-description,
li.text-title,
div.md-text-title,
p.slide-description,
.product_compare_text p,
div.description,
.image-box-fancy-text,
.testimonial-carousel-job-text,
.sc-info-box .title,
.splitBox-holder .text-holder p
{
white-space: pre-wrap;
}
.teammember-classic .description,
.md-text-content p{
white-space: pre-line;
}
.dark-loading-overlay{
position:fixed;top:0;left:0;width:100%;height: 100%; background: #000; opacity: 1;z-index: 10000;
}
.light-loading-overlay{
position:fixed;top:0;left:0;width:100%;height: 100%; background: #fff; opacity: 1;z-index: 10000;
}
.loading-text{
text-align: center;
position: absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
font-size:19px;
font-weight:normal;
line-height: 29px;
max-width: 450px;
font-family: Arial, Helvetica, sans-serif;
}
.loading-text .preloader-text{
opacity: 0;
transition: opacity 1.1s linear 2300ms;
}
.loading-text .preloader-text.show-loading-text{
opacity: .9;
}
.loading-text img{
display: inline-block;
top:50%;
opacity: 0;
position: absolute;
left: 50%;
transform: translateZ(0) translateX(-50%);
transition:opacity 500ms,transform 1.1s cubic-bezier(.58,0,0,1.07) 400ms,top 1.1s cubic-bezier(.58,0,0,1.07) 400ms;
}
.loading-text img.preloader{
transform: translateZ(0) translateX(-50%) translateY(-100%);
top:10px;
opacity: 1;
}
.dark-loading-overlay .loading-text{
color: #fff;
}
.light-loading-overlay .loading-text{
color:#000;
} header[class*='top'],
header[class*='side'] {
z-index: 9999;
}
header {
height: 100px;
left: 0;
margin-left: auto;
margin-right: auto;
position: absolute;
right: 0;
}
header:not(.header-clone):not(.left):not(.right) {
transition: opacity .4s;
visibility:hidden;
}
header.header-clone {
top: 0;
}
header.sticky {
position: fixed;
z-index: 1;
}
.header-default > .container {
transition: height 0.3s, max-height 0.3s;
}
header .container {
width: 90%;
}
header .v-separator {
display: inline-block;
}
header .content {
margin-right: auto;
margin-left: auto;
height: inherit;
}
header .top a.logo,
header .top nav,
header .top ul.icons-pack {
position: relative;
}
header .top ul.icons-pack{
overflow: hidden;
}
header .icons-pack .shopcart-item .number{
width: 13px;
height: 13px;
border-radius: 50%;
font-size: 9px;
display: inline-block;
position: absolute;
text-align: center;
font-style: normal;
line-height: 13px;
}
header .content ul.icons-pack{display:inline-block;}
header.top-logotop .content ul.icons-pack{ display: inline-table;    float: left;}
header .content a.logo{display:inline-block;}
header .content nav.navigation{display:inline-table;    float: left;}
header .icons-pack .shopcart-item{position: relative;}
header.top-classic .top .icons-pack .shopcart-item .number,
header.top-gather .style-style1 .icons-pack .shopcart-item .number{
top: 50%;
right: -5px;
}
header.top-gather .style-style2 .icons-pack .shopcart-item .number,
header.top-modern .top .icons-pack .shopcart-item .number,
header.side-modern .icons-pack .shopcart-item .number{
bottom: -5px;
right: -5px;
}
.admin-bar header.top-block.header-fix{
top:32px;
}
header.header-fix .color-overlay.style-second{
border:none;
}
header.top-block .style-style1 .icons-pack .shopcart-item .number,
header.top-block .style-style2 .icons-pack .shopcart-item .number{
bottom: -5px;
right: -5px;
}
header.side-classic .icons-pack .shopcart-item .number{
bottom: -5px;
right: -5px;
}
header.top-logotop .top .icons-pack .shopcart-item .number{
bottom: 0;
right: -5px;
}
header .logo {
display: inline-block;
position: relative;
}
header .logo a {
height: 100%;
display: block;
}
header .logo img {
cursor: pointer;
}
header.top .logo img{
padding: 0 15px;
}
header .activeMenu {
transition: all 500ms;
} header .color-overlay,
footer .color-overlay {
height: inherit;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
background-size: 400% 100%;
}
header.top-block .color-overlay {
height: 101%;
}
header .texture-overlay,
footer .texture-overlay {
height: inherit;
position: absolute;
width: 100%;
z-index: -2;
top: 0;
left: 0;
}
header .bg-image {
height: inherit;
position: absolute;
width: 100%;
z-index: -3;
top: 0;
left: 0;
background-position: center;
background-size: cover;
backface-visibility: hidden;
} .header-clone .color-overlay{ display: none !important;} .business {
position: absolute;
z-index: 101;
margin: auto;
height: 36px;
right: 0;
left: 0;
display: block !important;
}
.business.business-off{
display: none !important;
}
.business .info-container {
float: left;
}
.business .info-container span {
line-height: 36px;
display: inline-block;
float: left;
}
.business .item {
margin-right: 40px;
position: relative;
}
.business .item .icon {
margin-right: 12px;
margin-left: 5px;
position: relative;
top: 50%;
left: 0;
}
.business .item .icon-record{
font-size: 6px;
}
.business .social {
float: right;
}
.business .social span {
display: inline-block;
}
.business .social span a {
display: inherit;
line-height: 36px;
margin-right: 10px;
}
header:not(.top-modern) .business .social .social-icon {
float: left;
display: inline-flex;
}
.business .social .social-icon > a {
position: relative;
display: inline-block;
width: 10px;
}
.business .social .social-icon > a span {
position: absolute;
top: 50%;
transform: translateY(-50%);
}
.business .text .social-icon > a span {
transform: translateY(-80%);
} header nav {
display: inline-block;
}
header > .container {
height: 70px;
}
header nav ul {
padding: 0;
list-style: none;
}
header nav > ul {
margin-bottom: 0;
}
header .navigation a {
margin: auto;
}
.navigation ul li > a{
display: block ;
white-space:pre-wrap !important;
}
header.top-logotop .navigation > ul > li > a span:not(.menu-separator-block),
header.top-classic .navigation > ul > li > a span:not(.menu-separator-block) {
transition: color 100ms, margin 300ms;
}
header nav .menu-title,
.gather-overlay nav.navigation .menu-title{
transition: color .3s,left .3s;
position: relative;
left: 0;
}
header nav .menu-title .title,
.gather-overlay nav.navigation .menu-title .title {
font-size: inherit;
padding-right: 5px;
padding-left: 5px;
color: inherit;
}
header.top-block .navigation li a span,
.gather-overlay .navigation li a span {
margin: 0;
left: 0;
transition: left 300ms;
}
.gather-overlay .navigation .menu-title.md-icon-mode .title,
.gather-overlay .navigation .menu-title.icon-mode .title,
header.top-block .top.style-style1 .menu-title.md-icon-mode .title,
header.top-block .top.style-style1 .menu-title.icon-mode .title,
header.top-block .top.style-style1 .menu-title.md-text-mode .icon,
header.top-block .top.style-style1 .menu-title.text-mode .icon,
header.top-block .top.style-style1 .hover-effect.md-icon-mode .title,
header.top-block .top.style-style1 .hover-effect.icon-mode .title,
header.top-block .top.style-style1 .hover-effect.md-text-mode .icon,
header.top-block .top.style-style1 .hover-effect.text-mode .icon,
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title.md-icon-mode .title,
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title.icon-mode .title,
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title.md-text-mode .icon,
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title.text-mode .icon
{
display: none;
} header .top nav > ul > li:not(.megamenu) > .dropdown,
.gather-overlay .menu nav > ul > li:not(.megamenu) > .dropdown {
padding: 30px;
}
header .top nav > ul > li > .dropdown,
.gather-overlay .menu nav > ul > li > .dropdown {
-webkit-box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
-moz-box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
}
header .top nav > ul > li:not(.megamenu) .dropdown,
.gather-overlay .menu nav > ul > li:not(.megamenu) .dropdown{
-webkit-box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
-moz-box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
box-shadow:0 14px 32px 4px rgba(0,0,0,0.1);
}
header .top nav > ul > li:not(.megamenu) > .dropdown .icon,
.gather-overlay .menu nav > ul > li:not(.megamenu) > .dropdown .icon {
width: 14px;
text-align: center;
margin-right: 10px;
}
header .top nav > ul > li.megamenu > .dropdown,
.gather-overlay .menu nav > ul > li.megamenu > .dropdown {
padding-bottom: 30px;
}
header .top nav li.megamenu .dropdown .dropdown,
.gather-overlay .menu nav li.megamenu .dropdown .dropdown {
padding-bottom: 0;
}
header .top nav > ul > li:not(.megamenu) .dropdown,
.gather-overlay .menu nav > ul > li:not(.megamenu) .dropdown {
padding: 15px 0;
min-width: 230px;
width: 100%;
}
header .top nav > ul > li:not(.megamenu) li,
.gather-overlay .menu nav > ul > li:not(.megamenu) li {
margin-bottom: 10px;
position: relative;
float: none;
display: block;
}
header .top nav > ul > li:not(.megamenu) li,
.gather-overlay nav > ul > li:not(.megamenu) li {
text-align: left;
}
header .top nav > ul > li:not(.megamenu) li:last-child,
.gather-overlay .menu nav > ul > li:not(.megamenu) li:last-child {
margin-bottom: 0;
}
header .top nav > ul > li:not(.megamenu) li a,
.gather-overlay .menu nav > ul > li:not(.megamenu) li a {
margin: 0 25px;
padding: 3px 0;
white-space: nowrap;
}
header .top nav li.megamenu > .dropdown > li,
.gather-overlay .menu nav li.megamenu > .dropdown > li {
display: inline-block;
float: left;
padding-top: 30px;
opacity: 0;
margin-top: -10px;
z-index: 3;
position: relative;
}
nav li.megamenu > .dropdown .dropdown li{
margin-bottom:18px;
}
nav li.megamenu > .dropdown > li {
float: left;
}
nav li.megamenu > .dropdown li,
nav li.has-dropdown .dropdown li {
font-size: 13px;
line-height: normal;
display: block;
z-index: 3;
position: relative;
}
nav li.megamenu > .dropdown > li.has-dropdown > a .menu-title {
font-weight: bold;
margin-bottom: 15px;
padding-bottom: 10px;
display: inline-block;
}
header.top-classic nav > ul > li.has-dropdown > a .menu-title:after{
content:"\e60c";
font-family: pixflow-font-library;
font-size:9px;
font-weight:normal;
}
header.top-classic nav .dropdown .dropdown li {
margin-bottom: 15px;
}
nav .dropdown .dropdown li a {
padding: 3px 0;
}
nav li.megamenu .dropdown li.menu-item > a {
display: block;
text-align: left;
}
nav li.megamenu .dropdown .dropdown li.menu-item > a {
white-space: nowrap;
}
nav li.megamenu > .dropdown > li.menu-item > a {
margin-left: 30px;
margin-right: 30px;
text-transform: uppercase;
padding: 0;
}
nav.navigation li.megamenu > .dropdown > li.menu-item > a span,
nav li.megamenu .dropdown .dropdown li.menu-item > a span {
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}
nav li.megamenu > .dropdown > li.menu-item > a span.icon,
nav li.megamenu .dropdown .dropdown li.menu-item > a span.icon {
margin-right: 10px;
}
header nav.navigation li.megamenu > .dropdown .dropdown,
.gather-overlay nav.navigation li.megamenu > .dropdown .dropdown {
display: block;
position: relative;
background-color: transparent;
margin-top: 0;
margin-left: 30px;
top: 0;
opacity: 1;
}
header nav.navigation li.megamenu > ul.dropdown ul.dropdown .megamenu-dropdown-overlay,
.gather-overlay nav.navigation li.megamenu > .dropdown .dropdown .megamenu-dropdown-overlay{
background-color: transparent;
}
header.side-classic nav > ul > li.megamenu > ul li.has-dropdown:not(.megamenu):hover > a .menu-title span,
header[class *= "top"] nav > ul > li.megamenu > ul li.has-dropdown:not(.megamenu):hover > a .menu-title span,
.gather-overlay nav > ul > li.megamenu > ul li.has-dropdown:not(.megamenu):hover > a .menu-title span {
color: inherit;
cursor: default;
}
header.side-classic .style-left nav ul li.megamenu ul ul li:hover .menu-title,
header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul li:hover > a .menu-title,
header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title,
header .top nav ul li.megamenu ul ul li:hover .menu-title,
header .top nav ul li.has-dropdown:not(.megamenu) ul li:hover > a .menu-title,
header .top nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title,
.gather-overlay nav ul li.megamenu ul ul li:hover .menu-title,
.gather-overlay nav ul li.has-dropdown:not(.megamenu) ul li:hover > a .menu-title,
.gather-overlay nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title {
left: 5px;
}
header.top nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line,
.gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line{
padding: 0;
}
header.top nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line li,
.gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line li{
padding: 17px 0;
margin-bottom: 0;
}
header.top nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line li:after,
.gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu)  .dropdown.side-line li:after{
content: "";
height: 1px;
width: 93%;
position: absolute;
left: 0;
bottom: 0;
margin-left: auto;
margin-right: auto;
right: 0;
}
header.top nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:last-child:after,
.gather-overlay nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown.side-line li:last-child:after{
display: none;
}
header nav.navigation li.megamenu > .dropdown .megamenu-dropdown-overlay,
.gather-overlay  nav li.megamenu > .dropdown > .megamenu-dropdown-overlay,
header nav > ul > li.has-dropdown:not(.megamenu) ul .megamenu-dropdown-overlay,
header nav.navigation li.megamenu > .dropdown .megamenu-image-overlay ,
.gather-overlay  nav li.megamenu > .dropdown > .megamenu-image-overlay{
position:absolute;
width:100%;
height:100%;
top:0;
left:0;
z-index:0;
}
header nav.navigation li.megamenu > .dropdown .megamenu-image-overlay ,
.gather-overlay  nav li.megamenu > .dropdown > .megamenu-image-overlay {
z-index:1;
background-size: contain !important;
} header .icons-pack {
height: inherit;
display: inline-block;
float: none;
position: relative;
text-align: center;
}
header .icons-pack li {
list-style-type: none;
display: block;
float: left;
margin: 0 15px 0 0;
}
header.top-logotop .icons-pack li{
margin: 6px 15px 0 0;
}
header .icons-pack .item-setting {
text-align: center;
} header.top-classic .icons-pack {
text-align: center;
}
header.top-classic .icons-pack.item-center {
text-align: center;
}
header.top-classic .icons-pack.item-left {
text-align: left;
}
header.top-classic .icons-pack.item-right {
text-align: right;
}
header.top-classic .icons-pack li {
display: inline-block;
float: none;
}
header.top-classic .icons-pack li:last-child {
margin-right: 0;
}
header.top-classic .logo img {
max-height: 100%;
max-width: 100%;
position: absolute;
top: 50%;
right: 50%;
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-classic .logo.item-center img {
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-classic .logo.item-left img {
left: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
header.top-classic .logo.item-right img {
right: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
header.top-classic nav {
display: table;
}
header.top-classic nav.navigation > ul {
display: table-cell;
vertical-align: middle;
}
header.top-classic nav.item-center > ul {
text-align: center;
}
header.top-classic nav.item-left > ul {
text-align: left;
}
header.top-classic nav.item-right > ul {
text-align: right;
}
header.top-classic .content {
height: inherit;
position: relative;
}
header.top-classic .content::before {
content: " ";
height: 100%;
vertical-align: middle;
} header.top-classic .logo,
header.top-classic .icons-pack {
display: inline-block;
float: left;
height: inherit;
}
header.top-classic nav.navigation {
float: left;
height: inherit;
}
header.top-classic .icons-pack a {
transition: none;
position: relative;
}
header.top-classic .icons-pack .icon {
transition: color .3s, line-height .3s;
}
header.top-classic .icons-pack .icon span {
color: inherit;
cursor: pointer;
} header.top-classic nav > ul > li {
display: inline-block;
margin: 10px 0;
padding-left: 10px;
padding-right: 10px;
padding-top: 0;
position: relative;
text-align: center;
}
header nav > ul > li.menu-item:first-child {
padding-left: 0;
}
header.top-classic nav > ul > li > a{
position: relative;
}
header.top-classic nav > ul > li a {
padding: 0;
}
header.top-classic nav > ul > li a:after {
transform: translate3d(0, 0, 0);
position: absolute;
z-index: 1;
content: "";
left: 50%;
right: 50%;
height: 3px;
bottom: -5px;
}
header.top-classic .navigation ul li .menu-separator {
bottom: -10px;
content: "";
height: 2px;
left: 50%;
padding: 0;
position: absolute;
right: 50%;
z-index: 1;
}
header.top-classic nav > ul > .separator {
padding: 0;
}
header.top-classic .style-none nav > ul > .separator {
display: none;
} header.top-classic .style-dot nav > ul > .separator a {
display: inline-block;
padding: 0;
width: 4px;
height: 4px;
border-radius: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
} header.top-classic .style-slash nav > ul > .separator a {
height: 12px;
width: 2px;
display: block;
position: absolute;
top: 50%;
transform: translate(-50%, -50%) rotate(35deg);
left: 50%;
} header.top-classic .style-dash nav > ul > .separator a {
height: 100%;
display: block;
font-size: 40px;
width: 13px;
height: 3px;
line-height: inherit;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
left: 50%;
} header.top-classic .style-border nav > ul > li.separator {
display: none;
}
header.top-classic .style-border nav > ul > li a {
padding: 3px 0;
}
header.top-classic .style-border nav > ul > li {
border-right: 1px solid #8b8b8b;
padding-left: 35px;
padding-right: 35px;
float: none;
display: inline-block;
}
header.top-classic .style-border nav > ul > li:first-child {
border-left: 1px solid #8b8b8b;
} header.top-classic .style-wireframe nav > ul > li{
margin: 0 10px;
}
header.top-classic .style-wireframe nav > ul > li.separator{
display: none;
}
header.top-classic .style-wireframe ul li .menu-separator{
bottom: 0;
left: 50%;
transform: translateX(-50%);
right: auto;
width: 22px;
height: 1px;
margin-left: -5px;
}
header.top-classic .style-wireframe nav > ul > li.has-dropdown > a .menu-title:after{
content: "\e819";
font-size: 14px;
}
header[class *= "top-"]:not(.right) .style-wireframe nav.navigation > ul > li.has-dropdown > ul.dropdown:not(.side-line){
border-top: none;
}
header.top-classic .top.content nav > ul > li:last-child a {
visibility: hidden;
display: inline-block;
}
header.top-classic .top.content nav > ul > li:last-child a:after {
display: none;
}
header.top-classic .top.content nav > ul > li.separator a:after {
display: none;
}
header.top-classic .top.content nav > ul > li.separator a:hover {
overflow: hidden;
} header.top-classic .style-none  nav > ul > .item_button{
margin:0 0 0 35px;
padding:0;
transition: color .25s 0s;
}
.navigation > ul > .item_button > a{
transition: background-color .25s,border-color .25s;
}
header.top-logotop .navigation > ul > li.item_button > a span:not(.menu-separator-block),
header.top-classic .navigation > ul > li.item_button > a span:not(.menu-separator-block){
transition: none;
}
header.top-classic .style-none   nav > ul > .item_button > a > .menu-separator ,
header.top-classic .style-none   nav > ul > .item_button > a > .menu-separator-block{
display: none;
}
header.top-classic .style-none   nav > ul > .item_button.oval-style a ,
header.top-classic .style-none   nav > ul > .item_button.oval_outline-style a{
border-radius: 30px;
}
header.top-classic .style-none  nav > ul > .item_button.oval-style a{
padding:15px 28px;
}
header.top-classic .style-none   nav > ul > .item_button.rectangle-style a{
padding:16px 25px;
}
header.top-classic .style-none  nav > ul > .item_button.oval_outline-style a{
padding:13px 26px;
border: 2px solid;
}
header.top-classic .style-none   nav > ul > .item_button.rectangle_outline-style a{
padding:14px 23px;
border: 2px solid;
}
header.top-classic .style-none   nav > ul > .item_button > a .menu-title{
z-index: 3;
position: relative;
}
header.top-classic .style-none   nav > ul > .item_button.oval-style > a:after{
border-radius: 24px;
}
header.top-classic .style-none   nav > ul > .item_button > a,
header.top-classic .style-none.content  .navigation > ul > .item_button:hover > a .menu-title {
color: inherit;
} .compose-mode header.top-classic .style-none  nav > ul > .item_button > a,
.compose-mode header.top-classic .style-none   nav > ul > .item_button > a .menu-title,
.compose-mode header.top-classic .style-none.content  .navigation > ul > .item_button:hover > a .menu-title,
header.top-classic.header-clone .style-none  nav > ul > .item_button > a .menu-title ,
header.top-classic.header-clone .style-none.content  .navigation > ul > .item_button:hover > a .menu-title,
header.top-classic.header-fix .style-none  nav > ul > .item_button > a .menu-title ,
header.top-classic.header-fix .style-none.content  .navigation > ul > .item_button:hover > a .menu-title{
color : inherit !important;
}
header.top-classic.header-clone .style-none  nav > ul > .item_button.rectangle-style > a,
header.top-classic.header-fix .style-none  nav > ul > .item_button.oval-style > a{
-webkit-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
-moz-box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
box-shadow: inset 0px 0px 1px 1px rgba(0,0,0,0.1);
} header.top-block .logo,
header.top-block nav,
header.top-block .icons-pack {
float: left;
}
header.top-block,
header.top-block nav,
header.top-block nav > ul,
header.top-block nav > ul > li {
height: inherit;
}
header.top-block .logo {
height: 100%;
}
header.top-block .logo img {
max-height: 100%;
max-width: 100%;
position: absolute;
top: 50%;
right: 50%;
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-block .logo.item-center img {
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-block .logo.item-left img {
left: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
header.top-block .logo.item-right img {
right: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
header.top-block .icons-pack {
text-align: center;
}
header.top-block .icons-pack.item-center {
text-align: center;
}
header.top-block .icons-pack.item-right {
text-align: right;
}
header.top-block .icons-pack.item-left {
text-align: left;
}
header.top-block nav > ul {
text-align: center;
}
header.top-block nav.item-center > ul {
text-align: center;
}
header.top-block nav.item-left > ul {
text-align: left;
}
header.top-block nav.item-right > ul {
text-align: right;
} header.top-block .style-style2 nav > ul{
display: flex;
}
header.top-block .style-style2 nav.item-center > ul {
justify-content: center;
}
header.top-block nav.item-left > ul {
justify-content: flex-start;
}
header.top-block nav.item-right > ul {
justify-content: flex-end;
}
header.top-block nav > ul > li > a {
display: block;
margin-top: 0;
outline: 1px solid transparent;
text-align: center;
}
header.top-block .navigation > ul > li > a span.icon {
font-size: 28px;
padding-right: 4px;
vertical-align: middle;
padding-left: 5px;
}
header.top-block .navigation .dropdown li a span.icon {
font-size: 13px;
}
header.top-block .icons-pack li .title-content {
color: inherit;
padding: 0;
display: table-cell;
} header.top-block nav.navigation li.megamenu > .dropdown,
header.top-block nav.navigation li.has-dropdown > .dropdown {
top: 100%;
} header.top-block .style-style1 nav > ul > li > a,
header.top-block .style-style1 nav > ul > li > a .hover-effect,
header.top-block .style-style1 nav > ul > li > a .menu-title,
header.top-block .style-style1 ul.icons-pack > li .elem-container,
header.top-block .style-style1 ul.icons-pack > li .elem-container > span,
header.top-block .style-style1 nav > ul > li > a:hover .hover-effect,
header.top-block .style-style1 ul.icons-pack > li a:hover .hover-content {
line-height: 70px;
height: 70px;
}
header.top-block .style-style1 nav {
height: inherit;
}
header.top-block .style-style1 nav > ul > li {
border-left: 1px solid rgba(255, 255, 255, 0.3);
float: none;
overflow: inherit;
text-align: center;
max-width: 300px;
white-space: nowrap;
display: inline-block;
}
header.top-block .style-style1 nav > ul > li:last-child {
border-right: 1px solid rgba(255, 255, 255, 0.3);
}
header.top-block .style-style1 nav > ul > li > a,
header.top-block .style-style1 .icons-pack li .elem-container {
-webkit-perspective: 1000px;
-moz-perspective: 1000px;
-ms-perspective: 1000px;
-o-perspective: 1000px;
perspective: 1000px;
}
header.top-block .style-style1 nav > ul > li > a .hover-effect,
header.top-block .style-style1 .icons-pack li a .hover-content {
-webkit-transform: rotateX(90deg);
-moz-transform: rotateX(90deg);
-ms-transform: rotateX(90deg);
-o-transform: rotateX(90deg);
transform: rotateX(90deg);
}
header.top-block .style-style1 nav > ul > li:hover > a .menu-title,
header.top-block .style-style1 .icons-pack li:hover a .title-content {
-webkit-transform: rotateX(-90deg);
-moz-transform: rotateX(-90deg);
-ms-transform: rotateX(-90deg);
-o-transform: rotateX(-90deg);
transform: rotateX(-90deg);
}
header.top-block .style-style1 nav > ul > li:hover > a .hover-effect,
header.top-block .style-style1 .icons-pack li:hover .hover-content,
header.top-block .style-style1 nav > ul > li > a .menu-title,
header.top-block .style-style1 .icons-pack li a .title-content {
-webkit-transform: rotateX(0deg);
-moz-transform: rotateX(0deg);
-ms-transform: rotateX(0deg);
-o-transform: rotateX(0deg);
transform: rotateX(0deg);
}
header.top-block .style-style1 nav ul li > a > span,
header.top-block .style-style1 .icons-pack li .elem-container > span {
pointer-events: none;
margin: 0;
left: 0;
top: 0;
-webkit-transform-origin: 50% 50% -30px;
-moz-transform-origin: 50% 50% -30px;
-ms-transform-origin: 50% 50% -30px;
-o-transform-origin: 50% 50% -30px;
transform-origin: 50% 50% -30px;
-webkit-transition: transform 0.3s ease 0s;
-moz-transition: transform 0.3s ease 0s;
-ms-transition: transform 0.3s ease 0s;
-o-transition: transform 0.3s ease 0s;
transition: transform 0.3s ease 0s, margin-left 300ms;
}
header.top-block .style-style1 nav ul li:hover > a > span,
header.top-block .style-style1 .icons-pack li:hover .elem-container > span {
-webkit-transition: transform 0.2s ease 0s, left 300ms;
-moz-transition: transform 0.2s ease 0s, left 300ms;
-ms-transition: transform 0.2s ease 0s, left 300ms;
-o-transition: transform 0.2s ease 0s, left 300ms;
transition: transform 0.2s ease 0s, left 300ms;
} header.top-block .style-style1 .icons-pack {
float: left;
height: inherit;
transition: none;
}
header.top-block .style-style1 .icons-pack .icon-hover-text {
display: none;
font-family: "Open Sans", sans-serif;
}
header.top-block .style-style1 .icons-pack li {
border-right: 1px solid;
display: inline-block;
float: left;
height: inherit;
margin: 0;
overflow: inherit;
position: relative;
transition: none;
}
header.top-block .style-style1 .icons-pack li a {
cursor: pointer;
}
header.top-block .style-style1 .icons-pack li a .title-content {
width: 100%;
}
header.top-block .style-style1 .icons-pack li a .hover-content {
width: 100%;
}
header.top-block .style-style1 .icons-pack li a .hover-content,
header.top-block .style-style1 .icons-pack li a .title-content {
display: inline-block;
}
header.top-block .style-style1 .icons-pack li .elem-container {
display: block;
transition: none;
}
header.top-block .icons-pack li .title-content .icon,
header.top-block .icons-pack li .hover-content .icon-hover {
vertical-align: middle;
position: relative;
} header.top-block .style-style1 nav > ul > li > a,
header.top-block .style-style1 .icons-pack li a {
margin: auto;
width: 100%;
}
header.top-block .style-style1 nav > ul > li > a .menu-title {
width: 100%;
}
header.top-block .style-style1 nav > ul > li > a .hover-effect {
width: 100%;
display: inline-block;
background: #27af61;
} header.top-block .style-style2 nav > ul > li > a .menu-title .title {
display: none;
}
header.top-block .style-style2 .icons-pack .icon {
font-size: 14px;
display: inline-block;
float: left;
}
header.top-block .style-style2 .icons-pack {
float: left;
}
header.top-block .style-style2 .menu-separator-block {
background-color: #fff;
bottom: -10px;
height: 6px;
left: 0;
margin: auto !important;
opacity: 0;
position: absolute;
right: 0;
width: 94%;
}
header.top-block .style-style2 .icons-pack .icon-hover-text {
font-family: "Open Sans", sans-serif;
}
header.top-block .style-style2 .icons-pack li .elem-container .hover-content .icon-hover ,
header.top-block .style-style2 .icons-pack li .elem-container .hover-content .icon .number{
display: none;
}
header.top-block .style-style2 .icons-pack li .elem-container {
transition: all 0.3s ease 0s;
}
header.top-block .style-style2 .icons-pack li .elem-container,
header.top-block .style-style1 .icons-pack li .elem-container {
display: inline-block;
position: relative;
width: 74px;
text-align: center;
line-height: inherit;
} header.top-block .style-style2 nav > ul > li {
position: relative;
display: inline-block;
outline: none;
float: none;
text-align: center;
border-right: 1px solid rgba(255, 255, 255, 1);
transition: all 450ms cubic-bezier(0.215, 0.61, 0.355, 1) 1ms;
}
header.top-block .style-style2 nav > ul > li:first-child,
header.top-block .icons-pack li:first-child {
border-left: 2px solid rgba(255, 255, 255, 0.3);
}
header.top-block .style-style2 .icons-pack li {
border-right: 1px solid rgba(255, 255, 255, 0.3);
margin: 0;
overflow: hidden;
position: relative;
}
header.top-block .style-style2 nav > ul > li > a {
overflow: hidden;
display: inline-block;
position: relative;
width: 74px;
height: auto;
transform: translate3d(0px, 0px, 0px);
}
header.top-block .style-style2 nav > ul > li > a .hover-effect,
header.top-block .style-style2 .icons-pack li .elem-container .hover-content {
content: 'item pages';
position: absolute;
top: -105%;
transform: translate3d(0px, 0px, 0px);
left: 0;
text-align: center;
width: 100%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
opacity: 0;
}
header.top-block .style-style2 nav > ul > li > a .hover-effect span,
header.top-block .style-style2 .icons-pack li .elem-container .hover-content span {
display: table-cell;
vertical-align: middle;
line-height: normal;
}
header.top-block .style-style2 .icons-pack  li .title-content,
header.top-block .style-style2 nav > ul > li > a > .menu-title,
header.top-block .style-style2 nav > ul > li ul:not(.dropdown) .menu-title {
display: inline-block;
transition: all 500ms;
}
header.top-block .style-style2 .icons-pack  li:hover > a .title-content,
header.top-block .style-style2 nav > ul > li:hover > a .menu-title {
margin-top: 100px
}
header.top-block .style-style2 nav > ul > li > a .menu-title span.icon {
font-size: 28px;
display: inherit;
vertical-align: middle;
}
header.top-block .style-style2 nav > ul > li .hover-effect span.icon {
display: none;
}
header.top-block .style-style2 .icons-pack li .title-content {
display: inline-block;
}
header.top-block .style-style2 nav > ul > li > a .menu-item:hover,
header.top-block .style-style2 .icons-pack  li:hover {
background-color: rgba(36, 36, 36, 0.7);
transition: color 400ms;
}  header.top-gather {
height: 60px;
}
header.top-gather .logo,
header.top-gather .navigation,
header.top-gather .icons-pack {
position: relative;
float: left;
top: 50%;
transform: translateY(-50%);
}
header.top-gather .content {
height: inherit;
position: relative;
}
.top-gather.default .gather-btn span.icon-gathermenu,
.gather-overlay.default .gather-btn span.icon-gathermenu {
background-color: transparent;
color: #000;
transition: background-color 500ms, color 500ms;
}
.gather-overlay.default {
background-color: #000;
}
.top-gather.default .gather-btn span.icon-gathermenu:hover,
.gather-overlay.default .gather-btn span.icon-gathermenu:hover {
color: #ffc400;
background-color: transparent;
}
header.top-gather .style-style1 .gather-btn.item-center,
header.top-gather .style-style2 .gather-btn.item-center {
text-align: center;
}
header.top-gather .style-style1 .gather-btn.item-left,
header.top-gather .style-style2 .gather-btn.item-left {
text-align: left;
}
header.top-gather .style-style1 .gather-btn.item-right,
header.top-gather .style-style2 .gather-btn.item-right {
text-align: right;
}
header.top-gather .item-setting {
text-align: center;
}
header.top-gather .icons-pack,
header.top-gather .icons-pack a {
transition: none;
}
header.top-gather .icons-pack {
text-align: center;
}
header.top-gather .style-style1 .icons-pack.item-center,
header.top-gather .style-style1 .icons-pack.item-center {
text-align: center;
}
header.top-gather .style-style1 .icons-pack.item-left,
header.top-gather .style-style2 .icons-pack.item-left {
text-align: left;
}
header.top-gather .style-style1 .icons-pack.item-right,
header.top-gather .style-style2 .icons-pack.item-right {
text-align: right;
}
header.top-gather .icons-pack li {
float: none;
display: inline-block;
margin-right: 10px;
height: inherit;
}
header.top-gather .logo img {
position: absolute;
top: 50%;
right: 50%;
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-gather .logo.item-center img {
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
}
header.top-gather .logo.item-left img {
left: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
}
header.top-gather .logo.item-right img {
right: 0%;
-webkit-transform: translateY(-50%) translateX(0%);
-moz-transform: translateY(-50%) translateX(0%);
-ms-transform: translateY(-50%) translateX(0%);
-o-transform: translateY(-50%) translateX(0%);
transform: translateY(-50%) translateX(0%);
} header.top-gather .style-style1.content {
height: 100% !important;
position: relative;
}
header.top-gather .style-style1.content::before {
content: " ";
display: inline-block;
height: 100%;
vertical-align: middle;
}
header.top-gather .gather-btn { }
header.top-gather .style-style1 .logo,
header.top-gather .style-style1 .gather-btn,
header.top-gather .style-style1 .icons-pack {
display: inline-block;
vertical-align: middle;
height: 100%;
position: relative;
text-align: center;
}
header.top-gather .style-style1 .icons-pack .icon {
transition: color 300ms;
} header.top-gather .style-style2 .border-left {
border-left: 1px solid;
}
header.top-gather .style-style2 .border-right {
border-right: 1px solid;
}
header.top-gather .style-style2 .logo,
header.top-gather .style-style2 .gather-btn {
display: inline-block;
margin: 0;
height: 62px;
text-align: center;
line-height: 60px !important;
}
header.top-gather .style-style2 .icons-pack {
border-right: none;
height: 100%;
}
header.top-gather .style-style2 .icons-pack li.icon a span {
left: 0;
margin: auto;
position: absolute;
right: 0;
}
header.top-gather .style-style2 .icons-pack li a .default {
top: 0;
}
header.top-gather .style-style2 .icons-pack li a .hover {
top: -54px;
}
header.top-gather .style-style2 .icons-pack li {
margin: 0;
cursor: pointer;
position: relative;
overflow: hidden;
}
header.top-gather .style-style2 .icons-pack li a {
width: 60px;
height: 58px;
cursor: pointer;
}
header.top-gather .style-style2 .v-separator {
padding: 0;
text-align: center;
}
header.top-gather .style-style2 .logo .v-separator {
padding: 0 22px;
}
header.top-gather .style-style2 .icons-pack li a,
header.top-gather .style-style2 .icons-pack li a span,
header.top-gather .style-style1 .icons-pack li a,
header.top-gather .style-style1 .icons-pack li a span {
display: inline-block;
position: relative;
text-align: center;
line-height: inherit;
}
.gather-btn .icon-gathermenu,
.gather-btn .icon-close,
.gather-btn .icon-hamburger-menu{
display: inline-block;
float: none; background-color: transparent;
cursor: pointer;
vertical-align: middle;
opacity: 1;
transition: color .3s;
}
.gather-btn .icon-close{
font-size: 25px;
padding: 19px;
} .gather-overlay {
z-index: 10000;
background: rgba(255, 187, 0, .95);
opacity: 0;
visibility: hidden;
position: fixed;
width: 100%;
height: 100%;
}
.gather-overlay.active {
visibility: visible;
}
.gather-overlay .gather-btn {
position: absolute;
top: 0;
right: 0;
}
.gather-overlay .logo {
position: absolute;
top: 10px;
left: 10px;
max-width: 200px;
}
.gather-overlay ul {
float: none;
overflow: inherit;
}
.gather-overlay .menu {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 80%;
text-align: center;
transition: all 500ms ease 0s;
text-transform: uppercase;
}
.gather-overlay .menu ul.dropdown {
width: 100%;
}
.gather-overlay .menu nav > ul > li {
border-right: 1px solid;
display: inline-block;
margin: 10px 0;
padding: 0 40px;
position: relative;
}
.gather-overlay .menu ul li:last-child {
border: none;
}
.gather-overlay nav > ul > li:after,
.gather-overlay nav > ul > li a {
transition: color 300ms;
}
.noScroll{
overflow: hidden !important;
} header.top-logotop {
display: table;
}
header.top-logotop a.logo {
display: inline-block;
float: none;
min-height: 40px;
width: 100%;
position: relative;
transform: translateY(0);
top: 0;
max-width: 350px;
max-height: 350px;
}
header.top-logotop a.logo img {
position: relative;
display: inherit;
}
header.top-logotop .content-area nav.navigation {
height: auto;
position: relative;
display: inline-block;
}
header.top-logotop .center-area {
display: inline-block;
position: relative;
margin: 0 auto;
}
header.top-logotop .navigation {
width: initial;
position: relative;
transform: translateY(0);
display: inline-block;
}
header.top-logotop .navigation ul {
margin-left: -5px;
}
header.top-logotop nav > ul > li {
display: inline-block;
margin: 10px 0;
padding-left: 20px;
padding-right: 20px;
padding-top: 0;
position: relative;
text-align: center;
}
header.top-logotop nav > ul > li > a {
padding: 0;
position: relative;
}
.top-logotop .navigation > ul > li .menu-separator {
bottom: -10px;
content: "";
height: 2px;
left: 50%;
padding: 0;
position: absolute;
right: 50%;
z-index: 1;
}
header.top-logotop .style-logotop nav > ul > li:after {
content: '/'; height: 100%;
display: block;
position: absolute;
right: 0;
top: 0;
opacity: 0.5;
}
header.top-logotop .style-logotop nav > ul > li:last-child:after {
content: '';
} header.top-logotop .icons-pack {
display: inline-block;
margin-left: 20px;
}
header.top-logotop .icons-pack .icon {
color: inherit;
cursor: pointer;
transition: color 300ms;
height:100%;
display: table-cell;
vertical-align: middle;
}
header.top-logotop .icons-pack span.icon{
height: inherit;
position: relative;
}
.logo-top-container {
width: 100%;
margin-top: 10px;
}
header.top-logotop .content {
display: table-cell;
vertical-align: middle;
text-align: center;
} header.top-modern .top a.logo {
display: block;
height: inherit;
max-width: 200px;
position: relative;
width: 100%;
}
header.top-modern .logo img {
margin: auto;
position: relative;
top: 50%;
transform: translateY(-50%);
max-width: inherit;
} header.top-modern .btn {
display: inline-block;
font-family: inherit;
font-size: inherit;
background: none;
cursor: pointer;
outline: none;
position: relative;
border-bottom: none;
border-top: none;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
header.top-modern .btn:after {
content: '';
position: absolute;
z-index: -1;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
} header.top-modern .btn-1b:after {
width: 100%;
height: 0;
top:0;
left: 0;
}
header.top-modern .btn-1b:hover:after,
header.top-modern .btn-1b:active:after {
height: 100%;
} header.top-modern .top nav {
position: relative;
transform: translate(0);
top: 0;
}
header.top-modern,
header.top-modern nav,
header.top-modern nav > ul,
header.top-modern nav > ul > li {
height: inherit;
transition: all 0ms;
border-bottom: none;
border-top: none;
}
header.top-modern{
opacity: 0;
}
header.top-modern nav {
display: block;
}
header.top-modern nav > ul { }
header.top-modern > nav ul {
display: block;
height: auto;
width: 100%;
}
header.top-modern nav > ul li {
text-align: center;
display: inline-block;
}
header.top-modern nav > ul > li > a {
display: table;
height: inherit;
width: 100%;
}
header.top-modern nav > ul > li > a span.menu-title {
display: table-cell;
vertical-align: middle;
}
header.top-modern nav.navigation li.megamenu > .dropdown,
header.top-modern nav.navigation li.has-dropdown > .dropdown {
top: 100%;
}
header.top-modern .content:last-child {
position: relative;
display: block;
top: 0;
transform: none;
}
header.top-modern .business {
background: none;
position: relative;
height: auto;
}
header.top-modern .business > div {
height: 100%;
}
header.top-modern .business > div .info-container,
header.top-modern .business > div .social.icon{
line-height: 2em;
}
header.top-modern .navigation {
float: left;
}
header.top-modern .business .info-container span,
header.top-modern .business .social span a,
header.top-modern nav > ul > li,
header.top-modern .icons-pack li {
line-height: inherit;
} header.top-modern .top .icons-pack {
display: table;
transform: translateY(0);
top: 0;
position: relative;
float: right;
}
header.top-modern .icons-pack li {
text-align: center;
display: table-cell;
width: 70px;
vertical-align: middle;
float: none;
margin-right: 0;
}
header.top-modern .icons-pack li:last-child {
border: none;
}
header.top-modern .icons-pack li .title-content .icon {
font-size: 28px;
color: inherit;
transition: color 300ms;
position: relative;
}
.title-content .icon{
padding: 4px;
}
header.top-modern .first-part {
position: relative;
display: table;
height: inherit;
text-align: center;
float: left;
padding: 0 30px;
}
header.top-modern .second-part {
height: 100%;
padding: 0;
float: left;
}
.second-header-bg{
left: 0;
margin: auto;
right: 0;
} header.left,
header.right {
position: fixed;
top: 0;
bottom: 0;
height: 100%;
z-index: 100;
}
header.left {
float: left;
left: 0;
right: auto;
}
header.right {
float: right;
left: auto;
right: 0;
}
header.left .logo,
header.right .logo,
header.left .navigation,
header.right .navigation,
header.left .navigation li,
header.right .navigation li {
float: none;
}
header.left .social,
header.right .social {
height: 100px;
}
header.left .icons-holder,
header.right .icons-holder {
display: flex;
justify-content: center;
align-items: center;
}
header.left .icons-pack,
header.right .icons-pack {
display: table-cell;
}
header.left .logo,
header.right .logo {
height: auto;
}
header.left .icons-pack li,
header.right .icons-pack li {
float: left;
list-style: none;
margin: 0;
} header.left nav ul > li {
position: relative;
}
header.left nav li.megamenu > .dropdown > li.has-dropdown {
float: left;
}
header.left nav.navigation ul.dropdown {
margin: 0;
padding: 0;
}
header.left nav.navigation ul ul li {
margin: 0;
}
header.left nav.navigation li.megamenu > .dropdown {
position: absolute;
top: 0;
left: 100%;
padding-top: 30px;
padding-bottom: 30px;
margin-top: 0;
}
header.left nav.navigation > ul > li.megamenu > ul.dropdown > li > a .menu-title {
margin-bottom: 20px;
padding-bottom: 10px;
}
header.left nav.navigation > ul > li.has-dropdown:not(.megamenu) > ul.dropdown > li > a .menu-title {
margin-bottom: 0;
padding-bottom: 0;
border: none;
}
header.left nav.navigation > ul > li.megamenu > ul.dropdown > li > ul.dropdown a {
padding: 5px;
}
header.left nav.navigation > ul > li > ul.dropdown > li > ul.dropdown a {
padding-top: 0;
padding-bottom: 3px;
}
header:not(.right) nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown,
.gather-overlay .menu nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown {
position: absolute;
left: 100.3%;
top: 0;
display: none;
width: auto;
}
header.top-modern nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown{
width: 100%;
}
header.right nav.navigation li.megamenu > .dropdown .dropdown {
margin-right: 30px;
margin-left: 0;
}
header nav.navigation li.has-dropdown ul.dropdown,
.menu nav.navigation li.has-dropdown ul.dropdown {
display: none;
opacity: 0;
margin-top: -20px;
z-index: 1;
} header.right nav .dropdown .dropdown li a {
padding-right: 0;
} header.side-classic .logo {
width: 100%;
}
header.side-classic .logo a {
height: 100%;
display: block;
text-align: center;
padding: 50px 0;
}
header.side-classic .logo a img{
display: inline-block;
}
header.side-classic div.content.side .icons-pack {
width: 100%;
}
header.side-classic .icons-holder {
border-bottom: 1px solid rgba(210, 210, 210, 0.5);
border-top: 1px solid rgba(210, 210, 210, 0.5);
overflow: hidden;
min-height: 56px;
}
header.side-classic .icons-holder ul.icons-pack {
align-items: center;
display: flex;
height: 50%;
}
header.side-classic .icons-pack li:first-child {
border-left: none;
}
header.side-classic .icons-holder li hr {
background-color: rgba(232, 232, 232, 0.5);
height: 19px;
position: absolute;
top: -3px;
width: 1px;
border: medium none;
}
header.side-classic .icons-holder ul.icons-pack > li.icon {
margin: auto;
padding: 13px 0;
text-align: center;
width: inherit;
position: relative;
height: 54px;
display: table-cell;
}
header.side-classic .icons-pack li.search .search-form input {
background: none repeat scroll 0 0 transparent;
border: medium none;
height: 32px;
outline: 0;
}
header.side-classic .icons-holder ul.icons-pack li a {
top: 0;
}
header.side-classic .icons-pack li span {
vertical-align: middle;
height: 54px;
line-height: 54px;
} header.side-classic nav {
width: 100%;
}
header.side-classic nav > ul {
margin-top: 40px;
}
header.side-classic nav > ul > li {
padding: 0;
margin: 0 0 25px;
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all .4s;
}
header.side-classic nav ul > li a {
padding: 2px 20px 2px 20px;
}
header.side-classic .style-center nav ul > li a{
padding-left: 0;
}
header.side-classic nav > ul > li,
header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul li .menu-title {
-webkit-transition: all .4s;
-moz-transition: all .4s;
-ms-transition: all .4s;
-o-transition: all .4s;
transition: all 400ms;
}
header.side-classic nav span {
vertical-align: middle;
text-align: center;
}
header.side-classic .style-left nav > ul > li > a span.title {
padding-left: 0;
margin-left: 0;
}
header.side-classic nav > ul > li > a span.icon {
margin-right: 5px;
}
header.side-classic nav > ul > li > a span.menu-separator {
margin-top: 4px;
margin-left: 7px;
transition: color 800ms ease 0s;
width: 0;
display: block;
border-bottom: 1px solid #ffffff;
}
header.side-classic nav > ul > li > a span.menu-title {
display: block;
margin-left: 0;
}
header.side-classic nav ul li:hover span.menu-title {
transition: all 0.3s ease;
}
header.side-classic nav .menu-title .icon {
width: 25px;
text-align: center;
font-size: 1.2em;
}
header.side-classic nav .menu-title span {
-webkit-transition: color .3s;
-moz-transition: color .3s;
-ms-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
} header.side-classic nav > ul > li.has-dropdown:not(.megamenu) ul a{
font-weight: normal;
line-height: 1.5em;
padding: 0 30px;
}
header.side-classic nav > ul > li.has-dropdown:not(.megamenu) a {
color: inherit;
}
header.left.side-classic nav.navigation ul li.megamenu > ul > li,
header.left.side-classic nav.navigation li.megamenu > .dropdown {
margin-left: -40px;
}
header.left.side-classic nav.navigation ul li.megamenu > ul > li:last-child {
margin-right: 30px;
}
header.right.side-classic nav.navigation ul li.megamenu > ul > li:last-child {
margin-left: 30px;
}
header.left.side-classic nav.navigation ul > li.has-dropdown:not(.megamenu) > ul.dropdown {
top: 100%;
left: 0;
position: relative;
opacity: 1;
margin-top: 0;
}
header.left.side-classic nav.navigation > ul > li.has-dropdown:not(.megamenu) > ul {
padding-top: 6px;
padding-left: 10px;
padding-right: 10px;
}
header.left.side-classic nav.navigation > ul > li.has-dropdown:not(.megamenu) ul.dropdown ul.dropdown {
padding: 5px 0 10px 30px;
}
header.right.side-classic nav > ul li.megamenu > ul > li {
float: right;
margin-right: -10px;
}
header.right.side-classic nav.navigation li.megamenu > .dropdown {
top: 0;
right: 100%;
padding: 30px 0;
margin-top: 0;
margin-right: -10px;
}
header.right.side-classic nav li.megamenu > .dropdown > li.menu-item > a,
header.right.side-classic nav li.megamenu .dropdown li.menu-item > a {
text-align: right;
}
header.right.side-classic nav > ul > li {
position: relative;
}
header.right.side-classic nav.navigation ul > li.has-dropdown:not(.megamenu) > ul.dropdown {
top: 100%; right: 0;
position: relative;
margin-top: 0;
opacity: 1;
}
header.right.side-classic nav.navigation > ul > li.has-dropdown:not(.megamenu) > ul {
padding-top: 6px;
padding-right: 10px;
padding-left: 10px;
}
header.right nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown {
position: relative;
right: 0;
top: 0;
display: none;
}
header.right nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown .megamenu-dropdown-overlay,
header.side-classic nav.navigation > ul > li.has-dropdown:not(.megamenu) .dropdown .megamenu-dropdown-overlay  {
background-color: transparent;
}
header.side-classic nav.navigation ul > li:not(.megamenu) > ul.dropdown li {
float: none;
display: block;
margin-bottom:3px;
}
header.side-classic nav > ul > li.megamenu > .expanded-menu ul {
display: block !important;
visibility: visible !important;
opacity: 1 !important;
}
header.side-classic nav > ul > li.has-dropdown > a .icon-angle-right {
display: inline-block;
position: absolute;
top:0;
}
header.left.side-classic nav > ul > li.has-dropdown > a .icon-angle-right {
right: 20px;
}
header.right.side-classic nav > ul > li.has-dropdown > a .icon-angle-right {
left: -10px;
transform: rotateY(180deg);
top: 3px;
}  nav.navigation-mobile + .wrap footer{
display: none;
}
header.side-classic .footer-socials li.info > a > span {
font-size: 25px;
-webkit-transition: all .3s;
-moz-transition: all .3s;
-ms-transition: all .3s;
-o-transition: all .3s;
transition: all .3s;
}
header.side-classic .footer-socials li a span,
header.side-classic .icons-pack li a span {
left: 0;
margin: auto;
position: absolute;
right: 0;
}
header.side-classic .footer-socials li a .default,
header.side-classic .icons-pack li a .default {
top: 0;
}
header.side-classic .footer-socials li a .hover,
header.side-classic .icons-pack li a .hover {
top: -54px;
}
header.side-classic div.footer {
position: absolute;
bottom: 0;
width: 100%;
}
header.side-classic div.footer .footer-content {
margin-bottom: 10px;
}
header.side-classic div.footer ul {
list-style: none;
display: flex;
text-align: center;
width: 100%;
border-top: 1px solid rgba(210, 210, 210, 0.73);
justify-content:center;
}
header.side-classic div.footer ul li {
border-right: 1px solid rgba(210, 210, 210, 0.73);
float: left;
height: 52px;
position: relative;
width: inherit;
}
header.side-classic div.footer ul li:last-child {
border-right: none;
}
header.side-classic div.footer ul li a,
header.side-classic .icons-pack li a {
cursor: pointer;
display: inline-block;
height: 100%;
left: 0;
line-height: 50px;
overflow: hidden;
position: absolute;
width: 100%;
}
header.side-classic div.footer ul li.info,
header.side-modern .footer .info a {
position: relative;
cursor: pointer;
}
header.side-classic .icons-pack li.search > a,
header.side-classic div.footer ul li.info > a {
z-index: 10;
}
header.side-classic div.footer ul li.info .footer-content .separated {
letter-spacing: 1px;
display: block;
}
header.side-classic div.footer ul li.info .footer-content,
header.side-classic .icons-pack li.search .search-form,
header.side-modern .footer .info .footer-content {
margin-bottom: 0;
position: absolute;
height: 54px;
z-index: 1;
}
header.side-classic div.footer ul li.info .footer-content,
header.side-classic .icons-pack li.search .search-form {
display: block;
left: 0;
letter-spacing: 3px;
overflow: hidden;
text-align: left;
width: 100%;
top: 0;
opacity: 0;
min-width: 100px;
z-index: 0;
}
header.side-classic .icons-holder ul.icons-pack > li.searchAlone {
margin: 0 0 0 10%;
text-align: left;
width: 10%;
}
header.side-classic div.footer ul li.info .footer-content {
min-width: 300%;
}
header.side-classic div.footer ul li.info .footer-content {
padding: 7px 0 0 15px;
}
header.side-classic .icons-pack li.search .search-form {
padding: 10px 0 0;
}
header.side-classic .icons-pack li.search .search-form form .searchBtn {
position: absolute;
left: 0;
opacity: 0;
}
header.side-classic div.footer ul li.info .footer-content span,
header.side-classic .icons-pack li.search .search-form form,
header.side-modern .footer .info .footer-content span {
white-space: normal;
line-height: 54px;
height: 100%;
width: 100%;
}
header.side-classic div.footer ul li.info .footer-content span {
line-height: 10px;
font-size: 10px;
}
header.side-classic div.footer ul li span {
font-size: 15px;
height: 54px;
line-height: 54px;
vertical-align: middle;
} header.side-classic div.content.side.style-left .logo a{
text-align: left;
}
header div.content.side.style-left .logo {
padding-left: 20px;
}
header.side-classic .style-left nav ul,
header.side-classic .style-left nav ul li > a,
header.side-classic .style-left div.footer ul li.info .footer-content p {
text-align: left;
}
header.side-classic .style-left nav .menu-title .title {
padding-left: 7px;
}
header.side-classic .style-left nav > ul > li.megamenu ul ul .menu-title .title {
padding: 0;
margin: 0;
}
header.side-classic .style-left nav ul li.has-dropdown:not(.megamenu) ul ul {
background-color: transparent;
} header.side-classic div.content.side.style-center .logo a{
text-align: center;
}
header div.content.side.style-center .logo {
margin-left: auto;
margin-right: auto;
}
header.side-classic div.content.side.style-center nav {
display: table;
margin-left: auto;
margin-right: auto;
text-align: center;
}
header.side-classic .style-center .logo a {
margin: auto;
}
header.side-classic .style-center nav > ul > li > a .menu-title span {
display: block;
margin-left: auto;
margin-right: auto;
}
header.side-classic .style-center nav > ul > li > a .menu-title .icon {
margin-bottom: 3px;
}
header.side-classic .style-center nav > ul > li > a .menu-title .title {
margin-bottom: 0;
position: relative;
}
header.side-classic .style-center nav > ul > li > a span.menu-separator {
margin: 4px auto 0;
}
header.side-classic .style-center nav .menu-title {
letter-spacing: 2px;
}
header.side-classic div.footer.style-center {
text-align: center;
} header.side-classic div.content.side.style-right .logo a{
text-align: right;
margin-left: auto;
}
header div.content.side.style-right .logo {
padding-right: 20px;
}
header.side-classic .style-right nav ul,
header.side-classic .style-left div.footer ul li.info .footer-content p {
text-align: right;
}
header.right.side-classic nav ul > li a {
display: inline-block;
}
header.side-classic .style-right nav ul > li a {
padding: 2px 20px 2px 0;
}
header.side-classic .style-right nav .menu-item-link {
text-align: right;
}
header.right.side-classic nav > ul > li > a span.menu-separator {
float: right;
}
header.side-classic .style-right nav .menu-title .title {
padding-right: 7px;
}
header.side-classic .style-right nav .menu-title .icon {
float: right;
}
header.side-classic .style-right nav > ul ul li {
position: relative;
}
header.side-classic .style-right nav ul li.megamenu ul ul li:hover .menu-title,
header.side-classic .style-right nav ul li.has-dropdown:not(.megamenu) ul li:hover > a .menu-title,
header.side-classic .style-right nav ul li.has-dropdown:not(.megamenu) ul ul li:hover .menu-title {
margin-right: 5px;
}
header.side-classic div.footer.style-right {
text-align: right;
} header.side-classic.standard-mode div.content.side .logo{
padding: 0 30px;
}
header.side-classic.standard-mode .icons-holder {
border: none;
}
header.side-classic.standard-mode .icons-pack li a .hover,
header.side-classic.standard-mode .footer-socials li a .hover{
display: none;
}
header.side-classic.standard-mode .icons-pack li a,
header.side-classic.standard-mode .footer-socials li a{
transition: color .3s;
}
header.side-classic.standard-mode .icons-pack li a,
header.side-classic.standard-mode .icons-pack li a span,
header.side-classic.standard-mode .footer-socials li a,
header.side-classic.standard-mode .footer-socials li a span{
position: relative;
}
header.side-classic.standard-mode .icons-holder ul.icons-pack > li.icon{
margin: 0 20px 0 0;
width:auto;
position: relative;
padding: 0;
height: auto;
}
header.side-classic.standard-mode .icons-holder ul.icons-pack li a{
display: inline;
}
header.side-classic.standard-mode div.content.side .icons-pack{
margin: 0;
}
header.side-classic.standard-mode nav .menu-title .title {
padding: 0;
}
header.side-classic.standard-mode nav > ul{
margin-top: 25px;
}
header.side-classic.standard-mode nav > ul > li{
margin-bottom: 17px;
}
header.side-classic.standard-mode nav ul > li a{
padding: 2px 30px;
}
header.side-classic.standard-mode .side nav > ul > li > a .menu-title .title > span{
padding-left: 8px;
}
header.side-classic.standard-mode div.footer .footer-content {
margin-bottom: 40px;
padding: 0 30px;
text-align:center;
}
header.side-classic.standard-mode div.footer .footer-content .copyright p {
line-height: 1.4em;
}
header.side-classic div.footer.footer .footer-content .copyright p{
font-size: 14px;
}
header.side-classic.standard-mode div.footer ul,
header.side-classic.standard-mode div.footer ul li{
border: none;
}
header.side-classic.standard-mode div.footer ul li{
margin: 0 15px 0 0;
width:auto;
padding: 0;
height: auto;
}
header.side-classic.standard-mode div.footer ul li:last-child{
margin-right: 0;
} header.side-classic.standard-mode div.content.style-center  .icons-pack,
header.side-classic.standard-mode div.content.style-right  .icons-pack{
display: block;
}
header.side-classic.standard-mode div.content.style-center .icons-holder ul.icons-pack > li.icon{
display: inline-block;
text-align: center;
float: none;
}
header.side-classic.standard-mode div.content.style-center .icons-holder ul.icons-pack > li.icon:last-child{
margin-right: 0;
}
header.side-classic.standard-mode .style-center div.footer ul,
header.side-classic.standard-mode .style-right div.footer ul{
display: block;
}
header.side-classic.standard-mode .style-center div.footer ul li{
display: inline-block;
float: none;
}
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title .icon{
display: inline-block;
margin: 0 3px 0 0;
}
header.side-classic.standard-mode .style-center nav > ul > li > a .menu-title span{
display: inline-block;
}
header.side-classic.standard-mode .style-center div.footer .footer-content{
text-align: center;
} header.side-classic.standard-mode div.content.style-right .icons-holder ul.icons-pack > li.icon{
display: inline-block;
text-align: right;
float: right;
}
header.side-classic.standard-mode .style-right div.footer ul li{
display: inline-block;
float: right;
margin: 0 0 0 15px;
}
header.side-classic.standard-mode .style-right .icons-holder ul.icons-pack > li.icon{
margin: 0 0 0 20px;
}
header.side-classic.standard-mode .style-right nav > ul > li > a span.icon{
margin-right: 0;
margin-left: 5px;
}
header.side-classic.standard-mode .side.style-right nav > ul > li > a .menu-title .title > span{
padding-left: 0;
padding-right: 8px;
float: left;
}
header.side-classic.standard-mode .style-right div.footer ul{
float: right;
}
header.side-classic.standard-mode .style-right div.footer .footer-content{
text-align: right;
} header.side-modern {
width: 70px;
overflow: visible;
}
header.side-modern .side .logo {
display: block;
text-align: center;
width: 100%;
border-bottom: 1px solid;
}
header.side-modern .logo a {
padding-left: 10px;
padding-right: 10px;
}
header.side-modern .side .logo img {
margin: 15px auto;
text-align: center;
width: 90%;
height:initial;
}
header.side-modern .icons-pack li span {
font-size: 20px;
} header.side-modern .search-form {
position: absolute;
height: 65px;
top: 0;
}
header.left.side-modern .search-form {
transform: rotateY(90deg);
transform-origin: left top;
display: none;
}
header.right.side-modern .search-form {
transform: rotateY(-90deg);
transform-origin: right top;
display: none;
}
header.left.side-modern .search-form {
left: 65px;
}
header.right.side-modern .search-form {
right: 65px;
}
header.side-modern .search-form input[type="text"] {
height: 65px;
width: 185px;
padding-left: 20px;
line-height: 65px;
display: block;
border: none;
}
header.side-modern .search-form input[type="submit"] {
display: none;
}
header.side-modern .icons-pack {
width: 100%;
}
header.side-modern .icons-pack li,
header.side-modern .nav-modern-button {
float: none;
border-left: none;
border-bottom: 1px solid;
height: 65px;
text-align: center;
line-height: 72px;
}
header.side-modern .nav-modern-button span {
transition: color 500ms;
font-size: 20px;
}
header.side-modern .icons-pack li a,
header.side-modern .nav-modern-button {
width: 65px;
height: 65px;
position: relative;
display: block;
overflow: hidden;
}
header.side-modern .icons-pack li a span,
header.side-modern .nav-modern-button span {
position: absolute;
width: 65px;
height: 65px;
line-height: 65px;
}
header.left.side-modern .icons-pack li a span.default,
header.left.side-modern .nav-modern-button span.default {
left: 0;
}
header.right.side-modern .icons-pack li a span.default,
header.right.side-modern .nav-modern-button span.default {
right: 0;
}
header.side-modern .icons-pack li a span.hover,
header.side-modern .nav-modern-button span.hover {
opacity: 0;
}
header.left.side-modern .icons-pack li a span.hover,
header.left.side-modern .nav-modern-button span.hover {
left: -65px;
}
header.right.side-modern .icons-pack li a span.hover,
header.right.side-modern .nav-modern-button span.hover {
right: -65px;
} .side-modern .nav-modern-side {
position: relative;
}
header.side-modern .side nav {
display: none;
position: absolute;
top: 0;
width: 0;
padding: 0 0;
overflow: hidden;
opacity: 1;
-webkit-transition: opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
-moz-transition: opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
-o-transition: opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
transition: opacity 1000ms cubic-bezier(0.250, 0.460, 0.450, 0.940); }
header.left.side-modern .side nav {
left: 100%;
}
header.right.side-modern .side nav {
right: 100%;
}
.side-modern .nav-modern-side:hover nav {
display: block;
}
header.side-modern .side nav ul {
transition: opacity 200ms ease 500ms; opacity: 1;
}
header.side-modern .side nav li.has-dropdown > .dropdown > li.has-dropdown {
float: none;
display: block;
}
header.side-modern .side nav.navigation > ul > li > ul.dropdown {
display: block;
left: 0;
top: 0;
position: relative;
}
header.side-modern .side nav.navigation li.empty-megamenu {
height: 21px;
}
header.side-modern .side nav > ul > li {
display: inline-block;
padding: 20px 30px;
background-color: rgba(30, 24, 30, 0.72);
float: left;
width: 200px;
overflow-y: hidden;
opacity: 0;
}
header.side-modern .side nav > ul > li {
transform: rotateY(90deg);
transform-origin: left bottom;
}
header.right.side-modern .side nav > ul > li {
float: right;
text-align: right;
transform-origin: right bottom;
transform: rotateY(-90deg);
}
header.side-modern .side nav > ul > li > a {
border-bottom: 1px solid;
vertical-align: middle;
padding-right: 10px;
margin-bottom: 10px;
}
header.side-modern .side nav > ul > li > a > span {
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 5px;
}
header.side-modern .side nav > ul > li > a > span > .icon {
font-size: 25px;
width: 100%;
display: none;
}
header.side-modern .side nav.navigation > ul > li.has-dropdown > .dropdown {
opacity: 1 !important;
visibility: visible !important;
margin-top: 0;
}
header.side-modern .side nav.navigation > ul > li.has-dropdown > .dropdown .megamenu-dropdown-overlay{
background-color: transparent;
}
header.side-modern nav.navigation > ul > li > ul.dropdown li.has-dropdown ul {
opacity: 0;
display: none;
-webkit-transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
-moz-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
-o-transition: all 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955);
transition: opacity 500ms cubic-bezier(0.455, 0.030, 0.515, 0.955) 200ms;
}
header.side-modern nav.navigation > ul > li > ul.dropdown li.has-dropdown:hover ul {
display: block;
opacity: 1;
padding: 7px 5px;
}
header.side-modern nav.navigation li.has-dropdown:not(.megamenu) .dropdown .dropdown {
background-color: transparent;
left: 0;
padding: 3px 10px;
position: relative;
margin-top: 0;
max-height: 85px;
overflow-y: scroll;
}
header.side-modern .side nav.navigation ul li a {
transition: all 300ms;
}
header.side-modern .navigation li a span:not(.menu-separator-block) {
transition: none;
}
header.side-modern .side nav.navigation ul li a:hover {
padding-left: 5px;
}
header.side-modern nav.navigation ul ul.dropdown li a {
display: block;
float: none;
padding: 5px 0 3px;
}
header.side-modern .side nav.navigation > ul > li > ul.dropdown > li > ul.dropdown a {
padding-top: 0;
}
header.side-modern nav.navigation ul ul li ul.dropdown li {
float: none;
} header.side-modern .style-style1.side nav{
overflow: visible;
}
header.side-modern .style-style1.side nav  ul{
transform: rotateY(90deg);
transform-origin: left bottom;
}
header.side-modern.right .style-style1.side nav  ul{
transform: rotateY(-90deg);
transform-origin: right bottom;
}
header.side-modern .style-style1.side nav  ul  li{
opacity: 1;
transform: rotateY(0deg);
transform-origin: center;
padding: 20px 0;
background-color: transparent;
border-bottom: 1px solid;
transition: background-color .3s;
height: 65px;
overflow: visible;
}
header.side-modern.right .style-style1.side nav  ul  li{
text-align: right;
}
header.side-modern .style-style1.side nav  ul  li:last-child{
border-bottom: none;
}
header.side-modern .style-style1.side nav  ul  li  a{
border-bottom: 0;
padding-left:20px;
padding-right:20px;
margin-bottom: 0;
line-height: 14px;
}
header.side-modern .style-style1.side nav  ul.dropdown li.menu-item  a > span{
display: block;
margin: 0 auto 5px;
}
header.side-modern .style-style1.side nav.navigation  ul  li.has-dropdown:after{
content: '>';
position: absolute;
top: 21px;
}
header.side-modern.left .style-style1.side nav.navigation  ul  li.has-dropdown:after{right: 12px;}
header.side-modern.right .style-style1.side nav.navigation  ul  li.has-dropdown:after{left: 12px; content: "<";}
header.side-modern .style-style1.side nav.navigation > ul > li.has-dropdown .dropdown{
top: -44px;
padding: 0;
overflow: visible;
max-height: none;
}
header.side-modern.left .style-style1.side nav.navigation > ul > li.has-dropdown .dropdown{
left:100%;
border-left: 1px solid ;
}
header.side-modern.right .style-style1.side nav.navigation > ul > li.has-dropdown .dropdown{
left: -100%;
border-right: 1px solid ;
}
header.side-modern .side.style-style1 nav.navigation ul li a:hover{
padding-left:25px;
}
header.side-modern .side.style-style1 nav.navigation ul ul.dropdown li a{
padding: 0 20px;
} .side-classic .style-right li .menu-title{
text-align: right;
}
.side-classic .style-left li .menu-title{
text-align: left;
}
.side-classic .style-right .icons-pack{
padding-right:25px;
}
.side-classic .style-left .icons-pack{
padding-left:25px;
}
header.side-classic.standard-mode .style-left div.footer .footer-content{
text-align: left;
}
header.side-classic .style-left div.footer ul{
justify-content: flex-start;
}
header.side-classic.standard-mode .style-right div.footer .footer-content{
text-align: right;
}
header.side-classic .style-right div.footer ul{
justify-content: flex-end;
} header.side-modern .side .footer {
border-top: 1px solid;
bottom: 0;
height: 65px;
position: absolute;
text-align: center;
width: 100%;
line-height: 65px;
}
header.side-modern .footer .info {
width: inherit;
height: inherit;
}
header.side-modern .footer .info > a {
position: absolute;
width: 100%;
height: 100%;
left: 0;
line-height: 65px;
font-size: 20px;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
-o-user-select: none;
}
header.side-modern .footer .info .footer-content {
height: 64px;
top: 0;
white-space: nowrap;
padding: 0;
line-height: 64px;
}
header.left.side-modern .footer .info .footer-content {
left: 65px;
}
header.right.side-modern .footer .info .footer-content {
right: 65px;
}
header.left.side-modern .footer .copyright {
padding: 25px 25px 25px 0;
}
header.right.side-modern .footer .copyright {
padding: 25px 0 25px 25px;
}
header.side-modern .footer .copyright p {
transition: color 500ms;
margin-bottom: 0;
}
header.left.side-modern .footer .copyright p {
border-left: 1px solid;
padding-left: 15px;
}
header.right.side-modern .footer .copyright p {
border-right: 1px solid;
padding-right: 15px;
}
header.side-modern .footer .footer-socials,
header.side-modern .footer .copyright {
opacity: 0;
display: inline-table;
}
header.left.side-modern .footer .footer-socials,
header.left.side-modern .footer .copyright {
transform: rotateY(90deg);
transform-origin: left top;
}
header.right.side-modern .footer .footer-socials,
header.right.side-modern .footer .copyright {
transform: rotateY(-90deg);
transform-origin: right top;
}
header.side-modern .footer .info .footer-content span,
header.side-classic .icons-pack li.search .search-form form,
header.side-modern .footer .info .footer-content ul {
line-height: normal;
}
header.side-modern .footer .info .footer-content ul {
list-style: none;
}
header.left.side-modern .footer .info .footer-content ul {
float: left;
}
header.right.side-modern .footer .info .footer-content ul {
float: right;
}
header.side-modern .footer .info .footer-content ul a {
display: block;
line-height: 65px;
position: relative;
}
header.side-modern .footer .info .footer-socials span {
position: absolute;
}
header.side-modern .footer .info .footer-socials span.default {
top: 2px;
}
header.side-modern .footer .info .footer-socials span.hover {
top: -50px;
}
header.side-modern .footer .info .footer-content ul {
display: inline-flex;
transition: border-color 500ms;
}
header.side-modern .footer .info .footer-content ul {
overflow: hidden;
}
header.left.side-modern .footer .info .footer-content ul {
padding: 25px 5px 25px 25px;
}
header.right.side-modern .footer .info .footer-content ul {
padding: 25px 25px 25px 5px;
}
header.side-modern .footer .info .footer-content ul li {
width: 30px;
height: 15px;
}
header.left.side-modern .footer .info .footer-content ul li {
padding-right: 15px;
}
header.right.side-modern .footer .info .footer-content ul li {
padding-left: 15px;
}
header.right.side-modern .footer .info .footer-content ul li {
padding-left: 15px;
float: right;
} header .navigation-button,
header .mobile-shopcart,
header .mobile-sidebar{
display: none;
width: 32px;
height: 32px;
text-align: center;
text-decoration: none;
margin-right: 10px;
float: right;
position: relative;
top: 50%;
transform: translate(0,-50%)!important;
}
header .navigation-button span{
line-height: 32px;
font-size: 32px;
}
header .mobile-shopcart span{
line-height: 32px;
font-size: 26px;
}
header .mobile-sidebar i{
line-height: 32px;
font-size: 24px;
} .navigation-mobile{
width: 100%;
padding: 0 60px;
overflow: hidden;
display: none;
z-index: 1;
text-align: left;
}
.navigation-mobile ul{
list-style: none;
margin:0;
}
.navigation-mobile li{
font-size: 14px;
font-weight: 400;
position: relative;
}
.navigation-mobile li ul{
margin-left: 15px;
}
.navigation-mobile .sub-menu li{
border-bottom: none;
padding: 3px 0;
}
.navigation-mobile li a{
padding: 15px 0;
font-size: 14px;
line-height: 1em;
display: inline-block;
position: relative;
z-index: 1;
font-family: 'Roboto', sans-serif;
width: 85%
}
.navigation-mobile .dropdown li a{
font-size: 13px;
}
.navigation-mobile li a .hover-effect{
display: none;
}
.navigation-mobile li .icon{
margin-right: 10px;
}
.navigation-mobile li .arrow{
display: inline-block;
padding: 15px 10px;
width: 100%;
position: absolute;
top: 0;
left: 0;
text-align: right;
font-size: 16px;
cursor: pointer;
line-height: 14px;
}
.navigation-mobile .sub-menu li a{
padding: 3px 0;
}
.navigation-mobile > ul{
padding:0;
}
.navigation-mobile a{
text-decoration: none;
}
.navigation-mobile li.separator{
display: none;
}
.navigation-mobile .dropdown{
display: none;
margin-bottom: 15px;
}
.navigation-mobile .dropdown li a,
.navigation-mobile .dropdown .dropdown li a,
.navigation-mobile .dropdown li .arrow{
padding: 10px 0;
}
.navigation-mobile .dropdown .dropdown li{
margin-bottom: 0;
} .navigation-mobile .search-form{
background-color: #efefef;
margin-bottom: 30px;
height: 50px;
}
.navigation-mobile .search-form fieldset{
position: relative;
}
.navigation-mobile .search-form input[type="text"]{
background-color: transparent;
border: none;
height: 50px;
line-height: 50px;
padding: 0 40px 0 10px;
position: absolute;
width: 100%;
top: 0;
left: 0;
font-family: 'Roboto', sans-serif;
font-size: 14px;
}
.navigation-mobile .search-form input[type="text"]:focus{
outline: none;
}
.navigation-mobile .search-form input[type="submit"]{
position: absolute;
background: transparent url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/mobile-search-dark.png) no-repeat center;
width: 19px;
height: 19px;
border: none;
top: 15px;
right: 20px;
}  header.header-light .navigation-button,
header.header-light .mobile-sidebar,
header.header-light .mobile-shopcart,
header.header-light {
color: #000;
}
.navigation-mobile.header-light{
background-color: #fff;
}
.navigation-mobile.header-light li{
border-bottom: 1px solid #e0e0e0;
}
.navigation-mobile.header-light a,
.navigation-mobile.header-light li .arrow,
.navigation-mobile.header-light .sub-menu li a{
color: #8a8a8a;
}
.navigation-mobile.header-dark a.open{
color: #ffffff;
}
.navigation-mobile.header-light a.open{
color: #000000;
}
.navigation-mobile.header-light .search-form{
background-color: #efefef;
} header.header-dark .navigation-button,
header.header-dark .mobile-sidebar,
header.header-dark .mobile-shopcart,
header.header-dark{
color: #fff;
}
.navigation-mobile.header-dark{
background-color: #252525;
}
.navigation-mobile.header-dark li{
border-bottom: 1px solid #424242;
}
.navigation-mobile.header-dark a,
.navigation-mobile.header-dark li .arrow,
.navigation-mobile.header-dark .sub-menu li a{
color: #a5a5a5;
}
.navigation-mobile.header-dark .search-form{
background-color: #424242;
} .navigation-mobile.header-light li li,
.navigation-mobile.header-light li:last-child,
.navigation-mobile.header-dark li li,
.navigation-mobile.header-dark li:last-child{
border: none;
} .layout > .smart-sidebar{
position: fixed;
right: -313px;
z-index: 9999;
height: 100%;
text-align: left;
padding-top: 30px;
background-color: #393939;
overflow: scroll;
padding-bottom: 30px;
-webkit-transition: right 600ms cubic-bezier(0.23, 1, 0.32, 1);
transition:         right 600ms cubic-bezier(0.23, 1, 0.32, 1);
min-height:100%;
overflow-x:hidden !important;
}
.layout > .smart-sidebar div[class *= 'overlay']{
display: none;
}
.layout > .smart-sidebar.open{right:0;}
.layout > .wrap.move{
margin-right: 313px !important;
-webkit-box-shadow: 3px 1px 16px rgba(0,0,0,.75);
-moz-box-shadow: 3px 1px 16px rgba(0,0,0,.75);
box-shadow: 3px 1px 16px rgba(0,0,0,.75)
}
.smart-sidebar .widget .widget-title{
line-height: 15px;
min-height: 15px;
}
.smart-sidebar.light-sidebar .widget{
margin-bottom: 25px;
}
.smart-sidebar.sidebar .widget{
padding: 0 0 25px;
}
.smart-sidebar.sidebar .widget_nav_menu{
padding-left: 15px;
}
.smart-sidebar .close-sidebar{display: none;} body {
height: 100%;
}
.layout{
position: relative;
}
.layout-container {
position: relative;
transition: .3s -webkit-filter linear;
}
.layout-container.blur{ -webkit-filter:blur(10px); -moz-filter:blur(20px); -o-filter:blur(20px); filter: blur(20px);}
.layout-container > .color-overlay,
.layout-container > .texture-overlay,
.layout-container > .bg-image {
height: 100%;
position: absolute;
width: 100%;
top: 0;
left: 0;
}
.layout-container > .color-overlay {
z-index: -4;
}
.layout-container > .texture-overlay {
z-index: -5;
}
.layout-container > .bg-image {
z-index: -6;
} #pageLoadingOverlay{
position:fixed;
top:0;
left:0;
width:100%;
height: 100%;
background: #fff;
opacity: 1;
z-index: 10000;
}
#pageLoadingOverlay .loading-text{
display: none;
} .layout {
margin-left: auto;
margin-right: auto;
width: 99.8%;
overflow: hidden;
}
main {
margin-left: auto;
margin-right: auto;
}
main .color-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
}
main .texture-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -2;
top: 0;
left: 0;
}
main .bg-image {
height: 100%;
position: absolute;
width: 100%;
z-index: -3;
top: 0;
left: 0;
}
main > .content {
position: relative;
min-height: 500px;
}
main .content .type-page .vc_empty-placeholder:first-child {
margin-bottom: 0 !important;
clear: both;
}
.layout > .wrap {
width: 100%;
position: relative;
-webkit-transition: margin-right 600ms cubic-bezier(0.23, 1, 0.32, 1);
transition:         margin-right 600ms cubic-bezier(0.23, 1, 0.32, 1);
}  .right-align {
text-align: right;
}
.left-align {
text-align: left;
}
.center-align {
text-align: center;
}
.shadow {
-moz-box-shadow: 3px 3px 5px 6px #ccc;
-webkit-box-shadow: 3px 3px 5px 6px #ccc;
box-shadow: 3px 3px 5px 6px #ccc;
} .sidebar {
position: relative;
z-index: 2;
}
.sidebar > .color-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
}
.sidebar > .texture-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -2;
top: 0;
left: 0;
}
.sidebar > .bg-image {
height: 100%;
position: absolute;
width: 100%;
z-index: -3;
top: 0;
left: 0;
}
.sidebar .widget {
padding: 20px 0;
margin: 0 20px;
}
.sidebar.box .widget{
padding: 30px;
margin: 0;
} .sidebar.border .widget {
border-bottom: 1px solid;
}
.sidebar.border .widget:last-child {
border-bottom: none;
} .sidebar.box > .color-overlay {
background: transparent !important;
}
.sidebar.box > .texture-overlay {
background-image: none !important;
}
.sidebar.box > .bg-image {
background-image: none !important;
}
.sidebar.box{padding:5px;}
.sidebar.box .widget {
margin-bottom: 5px;
border-radius: 3px;
position: relative;
overflow: hidden;
}  .dark-sidebar,
.dark-sidebar a,
.dark-sidebar a span,
.dark-sidebar select {
color: rgba(0, 0, 0, 0.6);
transition: color 0.3s;
}
.sidebar.border.dark-sidebar .widget {
border-color: rgba(0, 0, 0, 0.3);
}
.dark-sidebar .widget-title,
.dark-sidebar a:hover {
color: rgba(0, 0, 0, 1);
}
.light-sidebar,
.light-sidebar a,
.light-sidebar select,
.light-sidebar a span {
color: rgba(255, 255, 255, 0.6);
transition: color 0.3s;
}
.sidebar.border.light-sidebar .widget {
border-color: rgba(255,255,255,0.3);
}
.light-sidebar .widget-title,
.light-sidebar a:hover,
.light-sidebar a:hover span{
color: rgba(255, 255, 255, 1);
} .sidebar.right-align .widget_md_progress .progress-list .bar-percentage {
float: right;
display: block;
}
.sidebar.right-align .widget_md_progress .progress-list .bar-container {
position: relative;
top: 15px;
}
.sidebar.right-align .widget_md_progress .progress-list .bar-container .bar {
float: right;
}
.sidebar.right-align .widget_md_progress .progress-list .progressbar .title {
width: 100%;
text-align: right;
margin-top: 5px;
position: relative;
left: -3px;
} main.retina-screen-main .sidebar{
display: block !important;
}
.sidebar.right-sidebar {
float: right;
} .sidebar.right-align .widget_nav_menu .menu-menu-container {
float: right;
}
.sidebar.left-align .widget_nav_menu .menu-menu-container {
margin-left: 17px;
}
.sidebar.right-align .widget_nav_menu .menu-menu-container {
margin-right: 17px;
direction: rtl;
width: 100%;
}
.sidebar.center-align .widget.widget_recent_entries ul li,
.sidebar.center-align .widget.widget_recent_entries ul li:hover {
background-image: none;
}
.sidebar.center-align .widget.widget_archive ul,
.sidebar.center-align .widget_nav_menu .menu-menu-container ul {
list-style-type: none;
}
.sidebar .widget_nav_menu .menu-menu-container ul li {
margin: 10px 0;
} .widget_calendar #calendar_wrap {
font-size: 11px;
text-align: center;
}
.sidebar .widget_calendar #calendar_wrap {
display: inline-block;
} .sidebar.right-align .widget_calendar #calendar_wrap {
display: inline-block;
margin-right: -6px;
} .sidebar.box .separator{
width: 150%;
margin-left: -50px;
background-color: #ebeaea;
height: 2px;
margin-bottom: 30px;
}
.sidebar.box .widget{
padding-top:0;
margin-bottom: 20px;
border-radius: 5px;
}
.sidebar.box .widget-md-text .text-widget-image{
margin-bottom: 10px;
margin-top: 10px;
}
.sidebar.box .widget .widget-title
{
margin-bottom: 0;
}
.sidebar.box h4{
line-height: 50px;
} footer {
margin-left: auto;
margin-right: auto;
position: relative; }
footer .color-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
left: 0;
}
footer .texture-overlay {
height: 100%;
position: absolute;
width: 100%;
z-index: -2;
top: 0;
left: 0;
}
footer .bg-image {
height: 100%;
position: absolute;
width: 100%;
z-index: -3;
top: 0;
left: 0;
}
footer .content {
margin-left: auto;
margin-right: auto;
}
#footer-bottom {
position: relative;
filter: blur(0);
-webkit-filter: blur(0);
}
#footer-bottom > div:first-of-type{
margin:0 auto;
padding: 10px 45px 10px 55px;
}
#footer-bottom > div:first-of-type:after{
content:" ";
display: block;
clear: both;
}
#footer-bottom .social-icons li{
font-size: 20px;
list-style: none outside none;
margin-right: 6px;
display: inline;
}
#footer-bottom .social-icons span a {
text-align: center;
cursor: pointer;
font-size: 17px;
margin: 0 4px;
padding: 1px 4px 1px;
transition: all 0.5s ease;
}
#footer-bottom .social-icons span a:hover{
opacity: 0.4; }
#footer-bottom .copyright,
#footer-bottom .social-icons{
min-height:0;
}
#footer-bottom .copyright p{
font-size: 13px;
}
#footer-bottom .copyright a{
font-family: inherit;
font-size: inherit;
color:inherit;
font-weight: inherit;
text-decoration: underline;
}
#footer-bottom .linear .copyright{
float: right;
text-align: right;
position: relative;
top: 50%;
transform: translateY(-50%);
}
#footer-bottom .linear{
height: inherit;
}
#footer-bottom .centered{
position: absolute;
height: auto;
top: 50%;
left: 50%;
-webkit-filter : blur(0px);
transform: translateY(-50%) translateX(-50%);
}
#footer-bottom .centered .footer-spacer{
margin-top: 20px;
}
#footer-bottom .centered .copyright {
text-align: center;
font-size: 12px;
}
#footer-bottom .linear .social-icons {
padding: 0;
text-align: right;
margin: 0;
float: right;
position: relative;
top: 50%;
transform: translateY(-50%);
margin-left: 10px;
}
#footer-bottom .centered .social-icons {
padding: 5px 0 0 0;
text-align: center;
}
#footer-bottom .linear .logo {
float:left;
position: relative;
top: 50%;
transform: translateY(-50%);
}
#footer-bottom .centered .logo {
text-align: center;
}
#footer-bottom .logo img {
display: inline-block;
max-height: 55px;
max-width: 80%;
}
footer.footer-default .footer-widgets .widget-area div[class*="col-"] {
height: inherit;
}
footer.footer-default .footer-widgets .widget-area.classicStyle.border .wrapContent{
position: relative; }
footer.footer-default .footer-widgets .widget-area.classicStyle.border .wrapContent .widget:last-child{
margin-bottom: 0;
}
footer.footer-default .footer-widgets.light .widget-area.classicStyle.border.split div[class*="col-"]{
padding: 0 25px;
}
.footer-widgets.light .widget-area.classicStyle.border{
height: auto;
}
.footer-widgets.light .widget-area.classicStyle.border .widget-md-text .text-widget-desc p{
padding: 0;
}
footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:before{
content: "";
width:1px;
height: 100%;
position: absolute;
left: 0;
top:0;
}
footer.footer-default .footer-widgets.light .widget-area.classicStyle.border div[class*="col-"]:before{
background-color: rgba(255,255,255,.2);
}
footer.footer-default .footer-widgets.dark .widget-area.classicStyle.border div[class*="col-"]:before{
background-color: rgba(0,0,0,.2);
}
footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:first-child:before{
display: none;
}
footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"]:first-child{
padding-left: 0;
}
footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"]:last-child{
padding-right: 0;
}
footer.footer-default div#footer-bottom div.container > * {
display: inline-block;
float: left;
color: #FFFFFF;
}
footer hr.footer-separator{
width:100%;
margin: 0;
border: 0;
} footer.footer-parallax{
position: fixed;
bottom: 0;
opacity: 1;
}
footer.footer-parallax .content{
opacity: 1;
}
main.has-parallax-footer{
position: relative;
z-index: 10;
box-shadow: rgba(0, 0, 0, 0.7) 0 105px 90px -90px;
padding-bottom: 0;
} body.mfp-zoom-out-cur .footer-parallax {
right: auto !important;
} .error404 footer.footer-parallax,
.woocommerce-page footer.footer-parallax,
.search footer.footer-parallax{
position: relative !important;
bottom: auto;
opacity: 1;
}
.error404 footer.footer-parallax .content,
.woocommerce-page footer.footer-parallax .content,
.search footer.footer-parallax .content{
opacity: 1;
}
.error404 main.has-parallax-footer,
.woocommerce-page main.has-parallax-footer,
.search main.has-parallax-footer{
position: static;
z-index: 10;
box-shadow: none;
padding-bottom: 0;
margin-bottom: 0!important;
} .go-to-top{
width: 50px;
height: 50px;
position: fixed;
right: 17px;
bottom: 17px;
cursor: pointer;
display: none;
z-index: 100;
}
.go-to-top.dark{
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/back-to-top-dark.png) no-repeat center;
}
.go-to-top.light{
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/back-to-top-light.png) no-repeat center;
}  .widget p,
.widget span,
.widget a,
.widget option,
.textwidget{
font-size: 13px;
line-height: 21px;
font-weight: normal;
letter-spacing: 0;
} .vc_row .widget span{
font-size: inherit;
line-height: inherit;
font-weight: inherit;
letter-spacing: inherit;
}
.dark,
.dark a,
.dark a span,
.dark span,
.dark select{
color: rgba(0, 0, 0, 0.6);
transition: color 0.3s;
}
.dark .widget-title,
.dark a:hover,
.dark a:hover span{
color: rgba(0, 0, 0, 1);
}
.light,
.light a,
.light a span,
.light select{
color: rgba(255, 255, 255, 0.6);
transition: color 0.3s;
}
.light .widget-title,
.light a:hover,
.light a:hover span{
color: rgba(255, 255, 255, 1);
}
.dark .widget,
.light .widget {
margin-bottom: 40px;
}
.widget .widget-title {
min-height: 30px;
} .widget_calendar #calendar_wrap{
font-size: 11px;
text-align: center;
}
.widget-area .widget_calendar .widget-title {
margin-bottom: 25px;
}
.widget_calendar .cellSettingRight {
width: 17px;
float: right;
text-align: center;
margin-top: 10px;
}
.widget_calendar .cellSettingLeft {
width: 17px;
float: left;
text-align: center;
margin-top: 10px;
}
.widget_calendar table tr {
height: 25px;
}
.widget_calendar table tr td {
width: 37px;
}
.widget_calendar table tr td#prev,
.widget_calendar table tr td#next {
text-align: center;
}
.widget_calendar table caption {
display: none;
}
.widget_calendar table tr th {
font-weight: normal;
height: 40px;
text-align: center;
}
.sidebar .widget_calendar .widget-title {
margin-bottom: 10px;
} .twitter-recent-list{
list-style: none;
}
.twitter-recent-list li{
margin-bottom:23px;
}
.twitter-recent-list .twitter-widget-title{
font-size: 14px;
}
.twitter-recent-list .twitter-widget-img{
width: 22px;
height: 22px;
border-radius: 25px;
margin-right: 12px;
float: left;
background-size: cover;
background-color: #ccc;
background-repeat: no-repeat;
}
ul.twitter-recent-list li span.create-at{
margin-left: 7px;
font-size: 11px;
}
ul.twitter-recent-list li .twitter-widget-status,
ul.twitter-recent-list li .twitter-widget-status{
margin-top: 5px;
}
.dark ul.twitter-recent-list li .twitter-widget-title,
.dark-sidebar ul.twitter-recent-list li .twitter-widget-title{
color: rgba(0, 0, 0, .8);
}
.dark ul.twitter-recent-list li .create-at,
.dark-sidebar ul.twitter-recent-list li .create-at{
color: rgba(0, 0, 0, .4);
}
.dark ul.twitter-recent-list li .twitter-widget-status a,
.dark-sidebar ul.twitter-recent-list li .twitter-widget-status a{
color: rgba(0, 0, 0, 0.6);
font-size: 12px;
line-height: 20px;
}
.dark ul.twitter-recent-list li .twitter-widget-title:hover,
.dark-sidebar ul.twitter-recent-list li .twitter-widget-title:hover,
.dark ul.twitter-recent-list li .twitter-widget-status a:hover,
.dark-sidebar ul.twitter-recent-list li .twitter-widget-status a:hover{
color: rgba(0, 0, 0, 1);
}
.light ul.twitter-recent-list li .twitter-widget-title,
.light-sidebar ul.twitter-recent-list li .twitter-widget-title{
color: rgba(255,255,255, 0.8);
}
.light ul.twitter-recent-list li .create-at,
.light-sidebar ul.twitter-recent-list li .create-at{
color: rgba(255,255,255, .4);
}
.light ul.twitter-recent-list li .twitter-widget-status a,
.light-sidebar ul.twitter-recent-list li .twitter-widget-status a{
color: rgba(255,255,255, 0.6);
font-size: 12px;
line-height: 20px;
}
.light ul.twitter-recent-list li .twitter-widget-title:hover,
.light-sidebar ul.twitter-recent-list li .twitter-widget-title:hover,
.light ul.twitter-recent-list li .twitter-widget-status a:hover,
.light-sidebar ul.twitter-recent-list li .twitter-widget-status a:hover{
color: rgba(255,255,255, 1);
} .sidebar.box .widget_search .separator{
margin-bottom: 0;
}
.sidebar.box .widget_search .search-form{
margin-top: 30px;
}
.widget_search .search-form {
border-radius: 19px;
height: 38px;
position: relative;
width: 85%;
}
.right-align.sidebar .widget_search .search-form{
margin-left: 15%;
}
.light .widget_search .search-form,
.light-sidebar .widget_search .search-form{
background-color: rgba(255,255,255,0.1);
}
.dark .widget_search .search-form,
.dark-sidebar .widget_search .search-form{
background-color: rgba(0,0,0,0.06);
}
.widget_search input {
outline: none;
border:none;
}
.widget_search input:first-child{
height: 38px;
font-size: 14px;
font-weight: 300;
font-family: inherit;
background-color: transparent;
width: 100%;
padding-left: 15px;
line-height: 38px;
}
.sidebar.right-align .widget_search input:first-child{
float: right;
padding-right: 15px;
padding-left : 0;
}
.sidebar.right-align .widget_search form fieldset{
float: right;
width: 100%;
direction: rtl;
}
.widget_search input:last-child{
background-position: center center;
background-repeat: no-repeat;
border: none;
}
.sidebar.center-align .widget_search input:last-child{
float: left;
}
.light.right-align .widget_search input:last-child,
.dark-sidebar.right-align .widget_search input:last-child{
left: 15px;
transform: rotateY(180deg);
right: auto;
}
.dark .widget_search input:first-child,
.dark-sidebar .widget_search input:first-child {
color: rgba(0, 0, 0, 0.82);
}
.dark .widget_search ::-webkit-input-placeholder,
.dark-sidebar .widget_search ::-webkit-input-placeholder { color:rgba(0, 0, 0, 0.82);
}
.dark .widget_search :-moz-placeholder,
.dark-sidebar .widget_search :-moz-placeholder { color:rgba(0, 0, 0, 0.82);
opacity: 1;
}
.dark .widget_search ::-moz-placeholder,
.dark-sidebar .widget_search :-moz-placeholder { color:rgba(0, 0, 0, 0.82);
opacity: 1;
}
.dark .widget_search :-ms-input-placeholder,
.dark-sidebar .widget_search :-ms-input-placeholder { color:rgba(0, 0, 0, 0.82);
}
.light .widget_search input:last-child,
.dark-sidebar .widget_search input:last-child {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/search-light.png);
background-color: transparent;
transition: opacity 0.3s,right .15s;
position: absolute;
top: 10px;
right: 15px;
width: 30px;
background-position: center center;
height: 20px
}
.dark-sidebar .widget_search input:last-child{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/search-dark.png);
}
.light .widget_search input:last-child:hover,
.dark-sidebar .widget_search input:last-child:hover {
opacity: .7;
right:11px;
}
.light .widget_search input:first-child,
.light-sidebar .widget_search input:first-child {
border: none;
color: rgba(255, 255, 255, 0.6);
}
.light .widget_search ::-webkit-input-placeholder,
.light-sidebar .widget_search ::-webkit-input-placeholder { color: rgba(255, 255, 255, 0.6);
}
.light .widget_search :-moz-placeholder,
.light-sidebar .widget_search :-moz-placeholder { color: rgba(255, 255, 255, 0.6);
opacity: 1;
}
.light .widget_search ::-moz-placeholder,
.light-sidebar .widget_search ::-moz-placeholder { opacity: 1;
}
.light .widget_search :-ms-input-placeholder,
.light-sidebar .widget_search :-ms-input-placeholder{ color: transparent;
}
.dark .widget_search input:last-child,
.light-sidebar .widget_search input:last-child{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/search-dark.png);
background-color: transparent;
transition: opacity 0.3s,right .15s;
position: absolute;
top: 10px;
right: 15px;
width: 30px;
background-position: center center;
height: 20px
}
.light-sidebar .widget_search input:last-child{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/search-light.png);
}
.dark .widget_search input:last-child:hover,
.light-sidebar .widget_search input:last-child:hover{
opacity: .7;
right:11px;
} .sidebar .widget.widget_archive ul,
.sidebar .widget.widget_categories ul{
margin-left: 17px;
}
.sidebar.right-align .widget.widget_archive ul{
float: right;
width: 100%;
margin-right: 13px;
} .widget.widget-md-recent-portfolio .item-list{
max-width: 285px;
} .widget.widget-md-recent-portfolio .item-list .item{
float: left;
width: calc(94% / 3 - 9px);
height: 60px;
margin: 0 9px 9px 0;
position: relative;
}
.widget.widget-md-recent-portfolio .item-list .item .item-image div{
position: absolute;
width: 100%;
height: 100%;
left: 0;
top: 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.sidebar.right-align .widget.widget-md-recent-portfolio .item-list .item{
float: right;
margin: 0 0 9px 9px;
}
.modernStyle .widget.widget-md-recent-portfolio .item-list .item {
margin: 0 9px 9px 0;
}
.widget.widget-md-recent-portfolio .item {
position: relative;
}
.widget.widget-md-recent-portfolio .item span {
display: table-cell;
width: 80px;
height: 60px;
background-color: rgba(100, 100, 100, 0.3);
font-size: 11px;
text-align: center;
vertical-align: middle;
}
.widget.widget-md-recent-portfolio .item .overlay {
width: 100%;
height: 100%;
position: absolute;
top: 0;
opacity: 0;
transition: all 0.3s;
}
.widget.widget-md-recent-portfolio .item:hover .overlay {
opacity: 1;
} .sidebar.widget-area .widget-md-text #text-widget-btn .shortcode-btn .fade-square {
padding: 7px 21px 7px 10px;
} .light-sidebar .widget_calendar #wp-calendar tr .active{
color: #fff;
}
.dark-sidebar .widget_calendar #wp-calendar tr .active{
color: #000;
}
.light-sidebar .widget_calendar #wp-calendar tr .active,
.dark-sidebar .widget_calendar #wp-calendar tr .active{
font-weight: 800;
} .widget-area.classicStyle.border .widget_categories,
.widget-area.classicStyle.border .widget_pages,
.widget-area.classicStyle.border .widget_archive{
margin-left: 20px;
}
.widget-area.classicStyle.border .widget_categories ul li,
.widget-area.classicStyle.border .widget_pages ul li,
.widget-area.classicStyle.border .widget_archive ul li{
padding-left: 4px;
} .dark .widget .widget-title,
.dark-sidebar .widget .widget-title {
color: rgba(0, 0, 0, 1);
}
.dark .widget table tr th,
.dark-sidebar .widget table tr th {
color: rgba(0, 0, 0, 0.6);
}
.dark .widget table tr td,
.dark .widget table tr td a,
.dark .widget div,
.dark .widget div p,
.dark .widget span,
.dark-sidebar .widget table tr td,
.dark-sidebar .widget table tr td a,
.dark-sidebar .widget div,
.dark-sidebar .widget span {
color: rgba(0, 0, 0, 0.6);
font-size: 13px;
line-height: 21px;
font-weight: normal;
}
.dark-sidebar .widget a:hover span {
color: rgba(0, 0, 0, 1);
}
.dark .widget table tr td#today,
.dark-sidebar .widget table tr td#today,
.dark-sidebar .widget table tr td#today a {
color: #fff;
background-color: #000;
} .light .widget .widget-title,
.light-sidebar .widget .widget-title {
color: rgba(255, 255, 255, 1);
}
.light .widget table tr th,
.light-sidebar .widget table tr th {
color: rgba(255, 255, 255, 0.6);
}
.light .widget table tr td,
.light .widget table tr td a,
.light .widget div,
.light .widget span,
.light-sidebar .widget table tr td,
.light-sidebar .widget table tr td a,
.light-sidebar .widget div,
.light-sidebar .widget span {
color: rgba(255, 255, 255, 0.6);
}
.light .widget table tr td#today,
.light-sidebar .widget table tr td#today,
.light-sidebar .widget table tr td#today a{
color: #000;
background-color: #fff;
} .widget-area .widget-title {
font-size: 15px;
margin-bottom: 18px;
position: relative;
}
.widget-area.classicStyle.border .widget-title{
line-height: 15px;
}
footer .widget-area.modernStyle div ul.menu {
list-style-type: none;
padding-left: 15px;
}
footer .widget-area.classicStyle:not(.full) {
padding: 60px;
}
.widget-area.classicStyle.border p,
.widget-area.classicStyle.border span,
.widget-area.classicStyle.border a{
font-size: 13px;
}
footer .widget-area.modernStyle {
padding: 40px 60px;
text-align: center;
}
footer.footer-default .footer-widgets .widget-area.modernStyle div[class*="col-"] {
padding-left: 0;
}
footer .widget-area.modernStyle:after {
content: "";
width: 100%;
display: block;
left: 0;
height: 1px;
position: absolute;
right: 0;
top: 85px;
margin: auto;
}
footer .light .widget-area.modernStyle:after {
background-color: rgba(255, 255, 255, 0.6);
}
footer .dark .widget-area.modernStyle:after {
background-color: rgba(0, 0, 0, 0.6);
}
footer .widget-area.modernStyle .widget-area-column:after {
content: "";
width: 1px;
top: -10px;
height: 30px;
position: absolute;
right: 0;
}
footer .light .widget-area.modernStyle .widget-area-column:after {
background-color: rgba(255, 255, 255, 0.6);
}
footer .dark .widget-area.modernStyle .widget-area-column:after {
background-color: rgba(0, 0, 0, 0.6);
}
footer .widget-area.modernStyle .widget-area-column:first-child:before {
content: "";
width: 1px;
top: -10px;
height: 30px;
position: absolute;
left: 0;
}
footer .light .widget-area.modernStyle .widget-area-column:first-child:before {
background-color: rgba(255, 255, 255, 0.6);
}
footer .dark .widget-area.modernStyle .widget-area-column:first-child:before {
background-color: rgba(0, 0, 0, 0.6);
}
footer .widget-area.classicStyle .widget-title {
text-align: left;
}
footer .widget-area.modernStyle .widget-title {
text-align: left;
margin-top: -17px;
margin-bottom: 68px;
padding-left: 10px;
}
footer .widget-area.modernStyle .wrapContent {
display: inline-block;
margin: 0 auto;
text-align: left;
} .footer-widgets.dark, .footer-widgets.dark .hr-small {
color: black;
border-color: rgba(0, 0, 0, 1);
}
.footer-widgets.light, .footer-widgets.light .hr-small {
color: rgba(255, 255, 255, 1);
border-color: rgba(255, 255, 255, 1);
} footer .footer-widgets.light .widget_calendar #wp-calendar tr .active{
color: #fff;
}
footer .footer-widgets.dark .widget_calendar #wp-calendar tr .active{
color: #000;
}
footer .footer-widgets.light .widget_calendar #wp-calendar tr .active,
footer .footer-widgets.dark .widget_calendar #wp-calendar tr .active{
font-weight: 800;
}
footer .footer-widgets .widget-md-text #text-widget-btn .shortcode-btn .fade-square {
padding: 7px 21px 7px 10px;
background-color: transparent;
}
footer .widget li {
font-size: 9px;
}
footer .footer-widgets .widget li a {
margin-right: 5px;
}
footer .footer-widgets.light li, footer .footer-widgets.light li a {
color: rgba(255, 255, 255, 0.6);
transition: color 0.3s;
}
footer .footer-widgets li.menu-item {
list-style: initial;
text-transform: uppercase;
margin-bottom: 6px;
list-style-position: inside;
}
footer .footer-widgets.light a:hover {
color: rgba(255, 255, 255, 1);
} .portfolio .box_size{
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}
.portfolio .buttons .sharing a:focus{
outline: none;
}
.portfolio .category span:after {
content: ',';
margin: 0 2px;
}
.portfolio .category span:last-child:after {
display: none;
} .portfolio-split{
padding: 60px 0 0;
}
.portfolio-split .box_size  .data{
padding-right: 20px;
padding-bottom: 50px;
}
.portfolio-split .title{
margin: 5px 0 12px;
font-size: 34px;
font-weight: 600;
line-height: 45px;
} .portfolio .more-project{
font-size: 14px;
line-height: 20px;
font-weight: 700;
margin-top: 17px;
overflow-x: hidden;
overflow-y: hidden;
display: inline-block;
white-space: nowrap;
position: relative;
transition: color 0.4s cubic-bezier(0.19, 1, 0.22, 1);
}
.portfolio .more-project:after{
content: "";
display: block;
position: absolute;
left: 0;
top: 50%;
width: 100%;
height: 2px;
margin-top: -1px;
transform: translateX(-101%);
transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.portfolio .more-project:hover::after {
transform: translateX(102%);
}
.portfolio-split hr.separator{
margin: 30px 0 25px;
}
.portfolio-split .attribute{
margin-bottom: 22px;
}
.portfolio-split .attribute span,
.portfolio-split .attribute p   {
display: block;
font-size: 14px;
line-height: 20px;
}
.portfolio-split .attribute .title{
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 5px;
}
.portfolio-split .attribute .desc,
.portfolio-split .attribute i{
opacity: .6;
}
.portfolio-split .attribute i{
margin-right: 17px;
margin-top: 14px;
display: block;
}
.portfolio-split .media .item{
margin-bottom: 30px;
}
.portfolio-split .media .item.image img{
width: 100%;
}
.portfolio-split .buttons{
margin-top: 25px;
}
.portfolio-split .buttons .like,
.portfolio-split .buttons .sharing{
display: inline-block;
width: 47%;
border: 2px solid;
border-radius: 35px;
height: 50px;
text-align: center;
padding: 12px;
cursor: pointer;
float: left;
transition: all .3s;
}
.portfolio-split .buttons .like i{
font-size: 20px;
}
.portfolio-split .buttons .like .value{
display: inline-block;
position: relative;
top: -4px;
margin-left: 5px;
}
.portfolio-split .buttons .sharing{
margin-left: 14px;
position: relative;
padding: 0;
opacity: .3;
}
.portfolio-split .buttons .sharing .share{
display: inline-block;
opacity: 1;
color: inherit;
transition: opacity 0.3s;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
font-size: 16px;
height: 52px;
line-height: 52px;
}
.portfolio-split .buttons .sharing a i{
font-size: 20px;
position: relative;
top: 2px;
left: -6px;
} .portfolio-full .owl-item:hover {
cursor: ew-resize;
cursor: -webkit-grab;
cursor: -moz-grab;
}
.portfolio-carousel .owl-carousel .item{
height: 600px;
max-width: 1160px;
}
.portfolio-carousel .owl-carousel .item.video{
min-width: 1160px;
}
.portfolio-carousel .owl-carousel .item img,
.portfolio-full .owl-carousel .item img{
opacity: 0 !important;
}
.portfolio-carousel .owl-carousel .item .image-holder,
.portfolio-full .owl-carousel .item .image-holder{
height: 100%;
top: 0;
position: absolute;
width: 100%;
z-index: 1;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.portfolio-full .owl-theme .owl-dots,
.portfolio-carousel .owl-theme .owl-dots{
text-align: center;
}
.portfolio-full .owl-theme .owl-dots .owl-dot,
.portfolio-carousel .owl-theme .owl-dots .owl-dot{
display: inline-block;
zoom: 1;
vertical-align: middle;
}
.portfolio-full .owl-theme .owl-dots .owl-dot span ,
.portfolio-carousel .owl-theme .owl-dots .owl-dot span {
width: 8px;
height: 8px;
margin: 5px 4px;
background: #d5d5d5;
display: block;
-webkit-backface-visibility: visible;
-webkit-transition: opacity 200ms ease;
-moz-transition: opacity 200ms ease;
-ms-transition: opacity 200ms ease;
-o-transition: opacity 200ms ease;
transition: opacity 200ms ease;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.portfolio-full .owl-theme .owl-controls,.portfolio-carousel .owl-theme .owl-controls{     position: relative;    top: -40px;}
.portfolio-full .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span ,
.portfolio-carousel .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #7e7e7e;
}
.portfolio .owl-carousel .owl-video-play-icon{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/owl.video.play.png);
}
.portfolio-carousel .box_size{
padding-bottom: 25px;
}
.portfolio-carousel .data{
padding-right: 5%;
margin-top: 30px;
}
.portfolio-carousel .title{
margin: 5px 0 0;
font-size: 34px;
line-height: 40px;
font-weight:600;
}
.portfolio-carousel .category{
margin-top: 0;
}
.portfolio-carousel .portfolio-content{
margin-top: 20px;
}
.portfolio-carousel .meta{
border-left: 1px solid rgba(0,0,0,0.2);
margin-top: 35px;
padding-left: 9%;
}
.portfolio-carousel .attribute{ }
.portfolio-carousel .attribute .left:last-child{
width: 70%;
}
.portfolio-carousel .attribute span,
.portfolio-carousel .attribute p   {
display: block;
font-size: 14px;
line-height: 20px;
}
.portfolio-carousel .attribute .title{
font-weight: 700;
text-transform: uppercase;
margin-top: 0;
margin-bottom: 5px;
}
.portfolio-carousel .attribute .desc{
word-break: normal;
}
.portfolio-carousel .attribute .desc,
.portfolio-carousel .attribute i{
opacity: .6;
}
.portfolio-carousel .attribute i{
margin-right: 17px;
margin-top: 3px;
display: block;
}
.portfolio-carousel .buttons .like,
.portfolio-carousel .buttons .sharing{
cursor: pointer;
opacity: .6;
display: inline-block;
transition: all .3s;
}
.portfolio-carousel .buttons .sharing {
margin-top: 20px;
color: #000;
}
.portfolio-carousel .buttons .sharing a{
color: inherit;
}
.portfolio-carousel .buttons i{
font-size: 20px;
margin-left: 1px;
}
.portfolio-carousel .buttons span{
margin-left: 10px;
position: relative;
top: -5px;
} .portfolio-full .data{
text-align: center;
margin-top: 22px;
}
.portfolio-full .data .category{
margin-bottom: 17px;
}
.portfolio-full .data .title{
margin-bottom: 22px;
font-size: 34px;
font-weight: 600;
line-height: 45px;
}
.portfolio-full .data .portfolio-content{
margin-bottom: 17px;
}
.portfolio-full .data .more-project{
margin-bottom: 40px;
}
.portfolio-full .data .attributes{
display: table;
border: 1px solid rgba(0,0,0,.2);
width: 100%;
height: 55px;
margin-bottom: 55px;
}
.portfolio-full .data .attributes .attribute{
display: table-cell;
border-right: 1px solid rgba(0,0,0,.2);
text-align: center;
vertical-align: middle;
padding: 10px;
}
.portfolio-full .data .attributes i,
.portfolio-full .data .attributes .attr-title,
.portfolio-full .data .attributes .desc{
display: inline-block;
}
.portfolio-full .data .attributes i,
.portfolio-full .data .attributes .attr-title{
margin-right: 5px;
}
.portfolio-full .data .attributes .attr-title{
font-weight: 600;
}
.portfolio-full .data .attributes i,
.portfolio-full .data .attributes .desc{
opacity: .6;
}
.portfolio-full .buttons{
display: inline-block;
width: 370px;
text-align: center;
}
.portfolio .buttons.sharing-off .like{
float: none;
}
.portfolio-full .buttons .like,
.portfolio-full .buttons .sharing{
display: inline-block;
width: 45%;
-webkit-border-radius: 26px;
-moz-border-radius: 26px;
border-radius: 26px;
border: 2px solid;
height: 50px;
text-align: center;
padding: 12px;
cursor: pointer;
float: left;
transition: all .3s;
}
.portfolio-full .buttons .like i{
font-size: 20px;
}
.portfolio-full .buttons .like .value{
display: inline-block;
position: relative;
top: -4px;
margin-left: 5px;
}
.portfolio-full .buttons .sharing{
margin-left: 14px;
position: relative;
padding: 0;
opacity: .3;
}
.portfolio-full .buttons .sharing .share{
display: inline-block;
opacity: 1;
color: inherit;
transition: opacity 0.3s;
text-align: center;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
font-size: 16px;
height: 52px;
line-height: 52px;
}
.portfolio-full .buttons .sharing a i{
font-size: 20px;
position: relative;
top: 2px;
left: -6px;
}
.portfolio-full .recent-project{
background-color: transparent;
border-top: 1px solid rgba(0,0,0,.1);
text-align: center;
margin-top: 60px;
padding-top: 40px
}
#player{height: 46.6%;}
.portfolio-full .recent-project .recent-title{    margin-bottom: 45px; }
.portfolio-full .recent-title-seprator{ display: none;}
.portfolio-nav *{
-webkit-backface-visibility: hidden;
}
.portfolio-nav {
position: fixed;
top: 50%;
width: 100%;
z-index: 2;
right: 0;
}
.portfolio-nav a {
position: absolute;
top: 50%;
display: block;
outline: none;
text-align: left;
z-index: 1000;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
.portfolio-nav a.prev {
left: 0;
}
.portfolio-nav a.next {
right: 0;
}
.portfolio-nav a .nav-icon {
display: block;
margin: 0 auto;
padding: 0;
text-align: center;
color: #ffffff;
font-size: 25px;
}
.nav-thumbflip a {
-webkit-perspective: 1000px;
perspective: 1000px;
}
.nav-thumbflip a.prev {
-webkit-perspective-origin: 100% 50%;
perspective-origin: 100% 50%;
}
.nav-thumbflip a.next {
-webkit-perspective-origin: 0% 50%;
perspective-origin: 0% 50%;
}
.nav-thumbflip .icon-wrap {
display: block;
width: 50px;
height: 135px;
background-color: rgba(0, 0, 0, 0.2);
-webkit-transition: background-color 0.3s;
transition: background-color 0.3s;
}
.nav-thumbflip .post-detail {
width: 170px;
height: 135px;
overflow: hidden;
}
.nav-thumbflip .post-detail .post-detail-overlay {
position: absolute;
width: inherit;
height: inherit;
background-color: rgba(0, 0, 0, 0.40);
top: 0;
}
.nav-thumbflip .post-detail .post-detail-title {
position: absolute;
padding: 0 20px;
top: 50%;
transform: translateY(-50%);
color: #fff;
width: inherit;
text-align: center;
opacity: 0;
transition: opacity .9s;
transition-delay: .1s;
}
.nav-thumbflip .post-detail img {
width: 100%;
height: 100%;
transition: transform 0.3s;
}
.nav-thumbflip .last-post-thumbnail{
width: 100%;
height: 100%;
background-size: cover;
}
.nav-thumbflip .post-detail:hover img {
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.03, 1.03);
}
.nav-thumbflip .nav-icon {
position: relative;
top: 50%;
-webkit-transition: fill 0.3s;
transition: fill 0.3s;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
fill: #fff;
}
.nav-thumbflip .post-detail {
position: absolute;
top: 0;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s; -webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.nav-thumbflip a.prev .post-detail {
left: 100%;
-webkit-transform: rotateY(90deg);
transform: rotateY(90deg);
-webkit-transform-origin: 0% 50%;
transform-origin: 0% 50%;
}
.nav-thumbflip a.next .post-detail {
right: 100%;
-webkit-transform: rotateY(-90deg);
transform: rotateY(-90deg);
-webkit-transform-origin: 100% 50%;
transform-origin: 100% 50%;
}
.nav-thumbflip a:hover .post-detail {
-webkit-transform: rotateY(0deg);
transform: rotateY(0deg);
transition-delay: 0s;
}
.nav-thumbflip a:hover .icon-wrap {
background-color: rgba(0, 0, 0, 0.4);
}
.nav-thumbflip a:hover .post-detail .post-detail-title {
-webkit-backface-visibility: hidden;
opacity: 1;
transition: opacity .9s;
transition-delay: .1s;
} .recent-project {
background-color: #f3f3f3;
padding-top: 69px;
padding-bottom: 80px;
width: 100%;
}
.recent-project .recent-container { margin: auto;
}
.recent-project .recent-title {
font-size: 22px;
font-weight: 400;
line-height: 22px;
color: #222222;
text-transform: uppercase;
margin-left: 0;
}
.recent-project .recent-title-seprator {
width: 25px;
height: 2px;
border-top: 2px solid #222222;
margin: 15px 0 60px 0;
}
.recent-project .single_related {
float: left;
margin: 0 5px 20px 5px;
width: calc( 100% / 5 - 11px);
height: 240px;
text-align: center;
position: relative;
}
.recent-project .recent-image {
width: 100%;
height: 135px;
background-color: #dcdcdc;
display: table;
overflow: hidden;
position: relative;
}
.recent-project .recent-image .image-holder {
position:absolute ;
width: 100%;
height:100%;
top:0;
left: 0;
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
}
.recent-project .recent-image:hover .recent-overlay {
opacity: 0.3;
}
.recent-project .recent-overlay {
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.3s;
}
.recent-project .recent-image span {
display: table-cell;
vertical-align: middle;
color: #222222;
font-size: 12px;
}
.recent-project .recent-single-title {
font-size: 15px;
font-weight: 600;
color: #000;
line-height: 18px;
margin-top: 25px;
}
.recent-project .recent-single-cat {
font-size: 10px;
font-weight: 500;
color: #7d7d7d;
line-height: 12px;
} .dark .widget.widget-md-recent-portfolio .item .overlay,
.dark-sidebar .widget.widget-md-recent-portfolio .item .overlay {
background: rgba(255, 255, 255, 0.3);
}
.light .widget.widget-md-recent-portfolio .item .overlay,
.light-sidebar .widget.widget-md-recent-portfolio .item .overlay {
background: rgba(0, 0, 0, 0.3);
} .post-content{
width: 100%;
background-color: #f9f9f9;
padding:40px 40px 30px 40px;
}
.post-content .box_size_container{
width: 100% !important;
}
.single-post-media{
margin-bottom: 35px;
}
.single-post-media,
.post-media,
.single-post-media li.images,
.post-media li.images{
height: 550px;
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
}
.post-content .post-categories {
text-transform: uppercase ;
width: 75%;
margin-bottom: 0;
display: none;
}
.post-content .post-categories a{
font-size: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: inherit;
}
.post-content .post-title{
text-transform: uppercase ;
width: 75%;
margin-top: 0;
font-size: 35px;
font-weight: bold;
}
.post-content .post-date{
margin-top: 6px;
}
.post-content .post-date a{
font-size: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: inherit;
}
.post-content .post-desc{
margin-top: 28px;
width: 100%;
}
.post-content .post-tags{
margin-top: 70px;
float: left;
color: #878787;
width: 85%;
font-size: 13px;
line-height: 20px;
}
.post-content .post-tags a{
margin-left: 2px;
color: #878787;
font-size: 13px;
font-weight: normal;
}
.post-content .post-tags a:first-child {
margin-left: 10px;
}
.post-content .post-share{
float: right;
width: 38px;
height: 38px;
margin-top: 60px;
}
.post-content .post-share .share{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/share-button.png);
background-repeat: no-repeat;
width: 36px;
height: 36px;
display: block;
opacity: 1;
transition: opacity 0.3s;
}
.post-content .post-share .share-hover{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/share-hover.png);
background-repeat: no-repeat;
width: 36px;
height: 36px;
display: block;
margin-top: -36px;
opacity: 0;
transition: opacity 0.3s;
}
.post-content .post-share:hover .share-hover{
opacity: 1;
}
.post-content .post-share:hover .share{
opacity: 0;
}
.author-section{
margin-top: 50px;
position: relative;
}
.author-section .title{
color: #878787;
float: left;
width: 6%;
}
.author-section .line{
height: 1px;
color: #cbcbcb;
background-color: #cbcbcb;
border: none;
float: right;
width: 94%;
margin-top: 10px;
}
.author-section .image{
float: left;
width: 95px;
height: 95px;
border-radius: 50%;
background-color:#c3c3c3 ;
overflow: hidden;
margin-left: 20px;
margin-top: 18px;
}
.author-section .info{
float: left;
width: 60%;
margin-left: 25px;
position: absolute;
top: 50%;
left: 115px;
transform: translateY(-50%);
margin-top: 13px;
}
.author-section .info .name{
color: #000;
margin-top: 25px;
font-size: 14px;
font-weight: bold;
line-height: 20px;
}
.author-section .info .name a{
color: inherit;
margin-top: inherit;
font-size: inherit;
font-weight: inherit;
line-height: inherit;
}
.author-section .info .description{
margin-top: 5px;
line-height: 1.5em;
}
.author-section .info .description a {
font-size: inherit;
font-weight: inherit;
font-family: inherit;
line-height: inherit;
}
.single-post .subscribe-section .sc-subscribe{
border-radius: 5px;
-webkit-box-shadow: 0 0 9px rgba(0,0,0,.06);
-moz-box-shadow: 0 0 9px rgba(0,0,0,.06);
box-shadow: 0 0 9px rgba(0,0,0,.06);
}
.single-post .subscribe-section .sc-subscribe .subscribe-title{
font-weight: 400;
}
.single-post .subscribe-section .subscribe-textbox{
color: #000;
}
.single-post .subscribe-section .subscribe-textbox::-webkit-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.single-post .subscribe-section .subscribe-textbox:-moz-placeholder { color: rgba(0, 0, 0, 0.6);
}
.single-post .subscribe-section .subscribe-textbox::-moz-placeholder { color: rgba(0, 0, 0, 0.6);
}
.single-post .subscribe-section .subscribe-textbox:-ms-input-placeholder {
color: rgba(0, 0, 0, 0.6);
}
.single-post .subscribe-section .subscribe-textbox,
.single-post .subscribe-section .subscribe-button{
border-radius: 35px;
}
.single-post .subscribe-section .subscribe-button{
height: 56px;
letter-spacing: 1px;
background-color: #bda977;
color: #ffffff;
}
.single-post .subscribe-section .subscribe-button i{
position: relative;
left: -2px;
}
.single-post .subscribe-section .subscribe-button:hover{
background-color: #343434;
color: #ffffff;
} .single-post .comments{
background-color: #f1f1f1;
}
.nocomments{
padding: 20px 40px 20px 40px;
}
.comments-wrap,
#respond-wrap{
padding: 55px 40px 45px 40px;
}
.comment-number{
margin-bottom: 40px;
color: #2c2c2c;
font-size: 18px;
line-height: 28px;
font-weight: bold;
text-transform: uppercase;
}
.comments-list ul
{
list-style: none;
}
.comments-list .children
{
margin:10px 0;
padding:10px 0 10px 40px;
border-left:1px solid #d6d6d6;
}
ul.comments-list{
list-style: none;
}
ul.comments-list li{
border-bottom: 1px solid #cbcbcb;
padding-bottom: 37px;
}
ul.comments-list li:last-child{
border-bottom: none;
padding-bottom: 0;
}
.comment-image{
float: left;
width: 75px;
height: 75px;
border-radius: 50%;
background-color:#c3c3c3 ;
overflow: hidden;
margin-top: 38px;
}
.comment-content{
float: left;
width: 90%;
margin-left: 20px;
}
.comment-meta{
margin-top: 32px;
}
.comment-meta .name {
color: #3c3c3c;
font-size: 15px;
line-height: 28px;
font-weight: bold;
float: left;
width: 88%;
}
.comment-reply-link{
float: right;
width: 5%;
}
.comment-edit-link{
float: left;
width: 5%;
margin-top: 5px;
border-right: 1px solid #CAC9C9;
color: #8b8b8b;
font-size: 12px;
line-height: 19px;
font-weight: normal;
}
.comment-meta .comment-text{
width: 75%;
}
.comment-meta .comment-text p{
color: #1c1c1c;
font-size: 14px;
line-height: 21px;
font-weight: normal;
margin-top: 8px;
margin-bottom: 13px;
}
.comment-meta .comment-date {
color: #8b8b8b;
font-size: 12px;
line-height: 21px;
font-weight: normal;
transition: color 0.3s;
}
.comment-meta .comment-date:hover{
color: #6a6a6a;
}
.comment-reply-link{
font-size: 12px;
line-height: 28px;
font-weight: normal;
transition: color 300ms;
}
.comment-reply-link:hover{
color: #8b8b8b;
}
.comment-reply-title{
font-size: 18px;
line-height: 58px;
font-weight: bold;
color: #2c2c2c;
}
.logged-in-as{
font-size: 13px;
margin-top: -30px;
margin-bottom: 30px;
}
.logged-in-as a{
font-size: 13px;
} .single-post .comment-form{
width: 100%;
margin: auto;
margin-top: 55px;
}
.single-post .comment-form .form-container-classic{
width: 100%;
}
.form-container-classic .input-text{
float: left;
width: 32.8%;
margin:0 0.5% 0.6% 0;
}
.form-container-classic .input-text input,
.single-post .comment-form .input-textarea textarea{
border-radius: 5px;
display: block;
border: 1px solid #dadada;
background: transparent;
color: #afafaf;
outline: none;
font-size: 13px;
}
.form-container-classic .input-text input ::-webkit-input-placeholder,
.single-post .comment-form .input-textarea textarea ::-webkit-input-placeholder{
color: #afafaf;
}
.form-container-classic .input-text input ::-moz-placeholder,
.single-post .comment-form .input-textarea textarea ::-moz-placeholder{
color: #afafaf;
}
.form-container-classic .input-text input ::-ms-input-placeholder,
.single-post .comment-form .input-textarea textarea ::-ms-input-placeholder{
color: #afafaf;
}
.single-post .comment-form .input-textarea textarea{
width: 99.3%;
padding: 12px 2%;
height: 220px;
}
.form-container-classic .input-text input{
padding: 0 5.5%;
width: 100%;
height: 65px;
}
.single-post .comment-form .form-submit{
text-align: center;
}
.single-post .comment-form .submit{
border-radius: 5px;
border: none;
margin-top: 20px;
width: 13%;
background-color: #2c2c2c;
color: #fff;
transition: background-color 300ms;
outline: none;
font-size: 13px;
height: 40px;
}
.single-post .comment-form .submit:hover{
background-color: #4b4a4a;
}
.single-post .comment-form input:focus,
.single-post .comment-form textarea:focus {
border: 2px solid #dadada;
} .recent-post{
padding-top: 50px;
}
.recent-post .recent-items{
margin-right: -15px;
margin-left: -15px;
}
.recent-post .recent-title{
margin-bottom: 40px;
color: #2c2c2c;
font-size: 18px;
line-height: 28px;
font-weight: bold;
text-transform: uppercase;
}
.recent-post .single_related{
float: left;
margin: 0 15px 20px 15px;
width:245px;
height: 235px;
text-align: left;
position: relative;
}
.recent-post .recent-image{
width: 245px;
height: 150px;
background-color: #dcdcdc;
display: table;
overflow: hidden;
position: relative;
}
.recent-post .recent-image img {
transition: transform 0.3s;
}
.recent-post .recent-image:hover img{
-webkit-backface-visibility: hidden;
-webkit-transform: translateZ(0) scale(1.03, 1.03);
}
.recent-post .recent-image:hover .recent-overlay{
opacity: 0.3;
}
.recent-post .recent-overlay{
width: 100%;
height: 100%;
background-color: #000;
opacity: 0;
position: absolute;
top: 0;
left: 0;
transition: opacity 0.3s;
}
.recent-post .recent-image span{
display: table-cell;
vertical-align: middle;
color: #222222;
font-size: 12px;
text-align: center;
}
.recent-post .recent-single-title{
font-size: 14px;
font-weight: normal;
color: #2c2c2c;
line-height: 19px;
margin-top: 20px;
width: 90%;
}
.recent-post .recent-single-cat{
font-size: 12px;
font-weight: normal;
color: #7d7d7d;
line-height: 17px;
margin-top: 5px;
margin-bottom: 5px;
}  .widget.widget-md-recent-post .item-image{
float: left;
margin-right: 10px;
width: 60px;
height: 50px;
}
.sidebar.center-align .widget.widget-md-recent-post .item-image {
float: none;
width: 60px;
margin: auto;
height: 50px;
display: block;
}
.widget.widget-md-recent-post .item{
margin-bottom: 15px;
}
.widget.widget-md-recent-post .item-info {
float: left;
width: 65%;
}
.sidebar.center-align .widget.widget-md-recent-post .item-info {
float: left;
width: 100%;
margin: 10px 0 15px 0;
}
.widget.widget-md-recent-post .item a{
position: relative;
}
.sidebar.right-align .widget.widget-md-recent-post .item a{
float: right;
margin: 0 0 0 10px;
}
.sidebar.right-align .widget.widget-md-recent-post .item-info{
float: right;
}
.widget.widget-md-recent-post .item .overlay {
width: 60px;
height: 50px;
position: absolute;
top: 0;
opacity: 0;
transition: all 0.3s;
}
.widget.widget-md-recent-post .item:hover .overlay {
opacity: 1;
}
.dark .widget.widget-md-recent-post .item:hover a,
.dark-sidebar .widget.widget-md-recent-post .item:hover a {
color: rgba(0, 0, 0, 1);
}
.dark .widget.widget-md-recent-post .item .overlay,
.dark-sidebar .widget.widget-md-recent-post .item .overlay {
background: rgba(255, 255, 255, 0.6);
}
.light .widget.widget-md-recent-post .item:hover a,
.light-sidebar .widget.widget-md-recent-post .item:hover a {
color: rgba(255, 255, 255, 1);
}
.light .widget.widget-md-recent-post .item .overlay,
.light-sidebar .widget.widget-md-recent-post .item .overlay {
background: rgba(0, 0, 0, 0.3);
} .widget.widget_recent_entries ul {
list-style: none;
}
.sidebar.right-align .widget.widget_recent_entries ul {
float: right;
}
.widget.widget_recent_entries ul li {
margin-top: 8px;
transition: background-image 0.3s;
background-repeat: no-repeat;
background-position: 0 7px;
}
.widget.widget_recent_entries ul li a {
margin-left: 20px;
transition: color 0.3s;
display: block;
}
.widget.widget_recent_entries ul li span {
margin-left: 20px;
font-size: 11px;
}
.dark .widget.widget_recent_entries ul li {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/right-arrow-light.png);
}
.sidebar.left-align.dark-sidebar .widget.widget_recent_entries ul li {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/right-arrow-light.png);
} .dark .widget.widget_recent_entries ul li:hover a,
.dark-sidebar .widget.widget_recent_entries ul li:hover a {
color: rgba(0, 0, 0, 1);
}
.dark .widget.widget_recent_entries ul li a,
.dark-sidebar .widget.widget_recent_entries ul li a {
color: rgba(0, 0, 0, 0.6);
}
.light .widget.widget_recent_entries ul li,
.sidebar.left-align.light-sidebar .widget.widget_recent_entries ul li {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/right-arrow-dark.png);
}
.sidebar.right-align.dark-sidebar .widget.widget_recent_entries ul li a:after {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/right-arrow-light.png);
}
.sidebar.right-align.light-sidebar .widget.widget_recent_entries ul li a:after {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/right-arrow-dark.png);
}
.sidebar.right-align.dark-sidebar .widget.widget_recent_entries ul li a:after,
.sidebar.right-align.light-sidebar .widget.widget_recent_entries ul li a:after {
content: "";
width: 5px;
height: 7px;
display: inline-block;
margin-left: 13px;
transform: rotate(180deg);
float: right;
background-repeat: no-repeat;
top: 6px;
position: relative;
}
.sidebar .widget li {
font-size: 9px;
}
.sidebar.right-align .widget li {
direction: rtl;
}
.sidebar.center-align .widget li a,
.sidebar.left-align .widget li a {
margin-right: 5px;
}
.sidebar.right-align .widget li a {
margin-left: 5px;
display: inline-block;
} .light .widget.widget_recent_entries ul li:hover a,
.light-sidebar .widget.widget_recent_entries ul li:hover a {
color: rgba(255, 255, 255, 1);
}
.light .widget.widget_recent_entries ul li a {
color: rgba(255, 255, 255, 0.6);
} .addtoany_share_save_container.addtoany_content_bottom{
display: none;
} .post-content .subscribe-section{
margin-top: 70px;
} .single-post-media .flex-control-nav.flex-control-paging,
.post-media .flex-control-nav.flex-control-paging,
.blog-masonry-container .flex-control-nav.flex-control-paging{
display: none;
}
main .flexslider{
padding-bottom:30px;
background-color: transparent;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
-webkit-box-shadow: none;
-moz-box-shadow: none;
-o-box-shadow: none;
box-shadow:none;
}
main .blog-masonry-container .flexslider{
padding-bottom:0;
margin-bottom: 0
}
.single-post-media .flex-direction-nav a,
.post-media .flex-direction-nav a,
.blog-masonry-container .flex-direction-nav a{
width: 30px;
height: 65px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.single-post-media .flex-direction-nav a.flex-prev:before,
.post-media .flex-direction-nav a.flex-prev:before,
.blog-masonry-container .flex-direction-nav a.flex-prev:before{
content: " ";
display: block;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/pervious-button.png) no-repeat;
width: 30px;
height: 65px;
}
.single-post-media .flex-direction-nav a.flex-next:before,
.post-media .flex-direction-nav a.flex-next:before,
.blog-masonry-container .flex-direction-nav a.flex-next:before{
content: " ";
display: block;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/next-button.png) no-repeat;
width: 30px;
height: 65px;
} .single-post-media .video-img,
.loop-post-content .post-media .video-img{
width: 100% !important;
max-width: 100%;
}
.player .vp-controls{display:none !important;opacity:0 !important} div.vc_column_container {
padding: 0;
}
div.vc_column_container > .vc_column-inner{
padding-left:0;
padding-right:0;
}
.vc_column_container>.vc_column-inner {
box-sizing: border-box;
padding-left: 15px;
padding-right: 15px;
width: 100%;
}
.vc_col-has-fill>.vc_column-inner,
.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill+.vc_vc_row_inner>.vc_row>.vc_vc_column_inner>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_row>.vc_vc_column>.vc_column_container>.vc_column-inner,
.vc_row-has-fill>.vc_vc_column_inner>.vc_column_container>.vc_column-inner {
padding-top: 35px;
}
body { -webkit-backface-visibility: hidden;
}
.animated {
-webkit-animation-duration: 1s;
-moz-animation-duration: 1s;
-o-animation-duration: 1s;
animation-duration: 1s;
-webkit-animation-fill-mode: both;
-moz-animation-fill-mode: both;
-o-animation-fill-mode: both;
animation-fill-mode: both;
}
.animated.hinge {
-webkit-animation-duration: 2s;
-moz-animation-duration: 2s;
-o-animation-duration: 2s;
animation-duration: 2s;
}
@-webkit-keyframes fadeIn {
00% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-moz-keyframes fadeIn {
00% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@-o-keyframes fadeIn {
00% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@keyframes fadeIn {
00% {
opacity: 0;
}
100% {
opacity: 1;
}
}
.fadeIn {
-webkit-animation-name: fadeIn;
-moz-animation-name: fadeIn;
-o-animation-name: fadeIn;
animation-name: fadeIn;
}
@-webkit-keyframes fadeOut {
00% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-moz-keyframes fadeOut {
00% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@-o-keyframes fadeOut {
00% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
00% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.fadeOut {
-webkit-animation-name: fadeOut;
-moz-animation-name: fadeOut;
-o-animation-name: fadeOut;
animation-name: fadeOut;
} .vc_row .one-page-anchor{
position: absolute;
top: 0;
}
div[id^="rowInnerCustom"] > .wrap {
position: relative;
z-index: 1;
} .archive.woocommerce .products > li {
text-align: center;
}
.archive.woocommerce .products .star-rating {
margin: auto;
font-size: .78em !important;
} .md-woocommerce-info{
text-align:center;
margin-top: 20%;
}
.md-empty-category-title{
font-size: 90px;
font-weight: bolder;
margin-bottom: 45px;
letter-spacing: 2px;
}
.md-empty-category-subtitle{
font-size: 20px;
letter-spacing: 3px;
color: gray;
font-weight:600;
}
#empty-cart-page-button{
transition:all 0.2s ease-in-out;
}
#empty-cart-page-button a{
background-color:transparent;
font-size: 13px;
}
#empty-cart-page-button:hover{
background-color:black;
}
#empty-cart-page-button:hover a{
color:#FFFFFF;
}
#empty-cart-page-button{
margin-top: 30px;
border: 1px solid gray;
border-radius: 25px;
} #dialog-box {
position: fixed;
top: 50%;
left: 50%;
width: 392px;
height: 218px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
background: #fff url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/dialog-plug.png) no-repeat center 17px;
-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .19);
-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .19);
box-shadow: 0 0 8px rgba(0, 0, 0, .19);
border: solid 1px #e3e3e3;
color: #000;
z-index: 9999999;
transform: translate(-50%, -50%);
text-align: center;
}
#dialog-box h6 {
font-size: 19px;
font-family: Raleway;
font-weight: bold;
color: #454545;
margin-top: 67px;
margin-bottom: 14px;
line-height: 19px;
}
#dialog-box p {
color: #606060;
font-size: 14px;
font-family: Raleway;
margin-bottom: 25px;
padding: 0 59px;
line-height: 17px;
}
#dialog-box span {
border-top: 1px solid #e7e7e7;
width: 195px;
height: 50px;
color: #5d5d5d;
font-size: 14px;
font-family: Raleway;
font-weight: 400;
display: inline-block;
margin-top: 7px;
line-height: 50px;
cursor: pointer;
}
#dialog-box span:hover {
background-color: #e7e7e7;
}
#dialog-box span.yes {
border-right: 1px solid #e7e7e7;
} body.one_page_scroll .navigation-mobile {
position: relative;
z-index: 51;
}
body.one_page_scroll .row-over-height .wrap{
height: 100%;
}
body.one_page_scroll:not(.compose-mode) header:not(.header-clone){
position: fixed;
}
body.one_page_scroll:not(.compose-mode) div.mobile-row-over-height {
overflow-y: scroll !important;
height: 100%;
}
body.one_page_scroll .footer-parallax{
visibility: visible !important;
}
body.one_page_scroll main{
box-shadow:none !important;
}
#pix-nav *{
transition: .3s !important;
}
.background--light , .background--dark{
transition: .3s !important;
}
.background--light span{
background-color: rgba(0,0,0,.2);
}
.background--light .bullet-active span{
background-color: #545454 ;
}
.background--dark span {
background-color: rgba(255,255,255,.2) ;
}
.background--dark .bullet-active span {
background-color: #FFFFFF;
}
.full-page {
position: fixed !important;
top: 0px;
left: 0px;
width: 100%;
overflow: hidden !important;
}
body.one_page_scroll:not(.compose-mode) header  div.color-overlay{
background-color: rgba(255, 255, 255, 0) !important;
}
body.one_page_scroll footer{
position: fixed !important;
bottom: 0px;
width: 100%;
left: 0px;
}
.relative-row{
position: relative !important;
}
body:not(.compose-mode).one_page_scroll footer , body:not(.compose-mode).one_page_scroll footer .row.widget-area{
z-index: 10;
opacity: 1 !important;
}
body.one_page_scroll.compose-mode main{
margin-bottom: 0px !important;
}
body.one_page_scroll.compose-mode footer{
position: relative !important;
}
.vc_row .wrap{
outline: 0;
}
#pix-nav span {
position: absolute;
top: 0px;
left: 0px;
cursor: pointer;
width: 100%;
height: 100%;
border-radius: 100%;
}
div#pix-nav li {
list-style: none;
width: 10px !important;
height: 10px !important;
position: relative;
margin: 11px 0px 0px -5px !important;
}
div#pix-nav {
position: fixed;
margin-top: -50px;
right: 15px;
z-index: 49;
width: 30px;
}  .left-sidebar-blog .posts,
.left-sidebar-blog .post-pagination {
margin-left: 50px;
}
.right-sidebar-blog .post-pagination{
margin-right: 3%;
}
.double-sidebar-blog .posts,
.double-sidebar-blog .post-pagination {
margin-left: 50px;
margin-right: 50px;
}
.content > .posts{
margin:auto;
} .content .posts article:first-child .loop-post-content{
padding-top: 0;
}
.content .posts article:last-child hr{
background-color: transparent;
color: transparent;
}
.loop-post-content{
padding-top: 25px;
} .loop-post-content .video-img {
height: 460px !important;
}
.loop-post-content .post-media{
margin-bottom: 35px;
height: 460px;
}
.loop-post-content .post-media .feature-image{
width: 100%;
height: 460px;
display: block;
background-repeat: no-repeat;
background-size: cover;
background-position: 0 center;
} .loop-post-content .post-categories{
text-transform: uppercase;
width: 75%;
}
.loop-post-content .post-categories a{
font-family: inherit;
font-size: inherit;
line-height: inherit;
color: inherit;
font-weight: inherit;
}
.loop-post-content .category .overlay-category span:last-child{
display: none;
} .loop-post-content .post-meta h1 a,
.loop-post-content .post-meta h4{
color: #343434;
font-size: 22px;
font-weight: bold;
letter-spacing: normal;
}
.loop-post-content .post-title {
text-transform: uppercase;
max-width: 60%;
margin-top: 15px;
transition: color 0.3s;
}
.loop-post-content .post-meta .post-info{
margin-bottom: 25px;
}
body:not(.blog,.archive) .loop-post-content p{
width: 85%;
margin:auto;
}
.loop-post-content .post-meta .post-info p{
float: left;
margin-right: 5px;
width: auto;
}
.loop-post-content p a{
font-size: inherit;
font-weight: inherit;
font-family: inherit;
color: inherit;
line-height: inherit;
}
.loop-post-content p .more-link{
color: #858585;
font-size: 12px;
font-weight: normal;
margin-top: 45px;
width: 110px;
transition: color 0.3s,background-image 0.3s,background-position 0.3s;
display: none;
}
.loop-post-content p .more-link .more-link-image{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/see-details.png);
background-repeat: no-repeat;
background-position: 85px 5px;
width: 110px;
height: 50px;
float: left;
background-repeat: no-repeat;
margin-top: -21px;
opacity: 1;
transition: opacity 0.3s;
}
.loop-post-content p .more-link:hover{
color: #222222;
}
.loop-post-content p .more-link:hover .more-link-image{
opacity: 0;
}
.loop-post-content p .more-link:hover .more-link-hover-image{
opacity:1;
background-position: 90px 0;
}
.loop-post-content p .more-link-hover-image{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/see-details-hover.png);
background-position: 85px 0;
width: 110px;
height: 50px;
float: left;
background-repeat: no-repeat;
margin-top: -45px;
opacity: 0;
transition: background-position 0.3s,opacity 0.2s;
} .loop-post-content .post-share{
float: right;
width: 38px;
height: 38px;
margin: 0 0 30px 0;
}
.loop-post-content .post-share .share{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/share-button.png);
background-repeat: no-repeat;
width: 36px;
height: 36px;
display: block;
opacity: 1;
transition: opacity 0.3s;
}
.loop-post-content .post-share .share-hover{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/share-hover.png);
background-repeat: no-repeat;
width: 36px;
height: 36px;
display: block;
margin-top: -36px;
opacity: 0;
transition: opacity 0.3s;
}
.loop-post-content .post-share:hover .share-hover{
opacity: 1;
}
.loop-post-content .post-share:hover .share{
opacity: 0;
} .loop-post-content .post-comment-holder{
float: right;
margin: 0 0 30px 10px;
width: 36px;
height: 36px;
position: relative;
}
.loop-post-content .post-comment{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/loop-comment.png);
background-repeat: no-repeat;
width: 38px;
height: 38px;
display: block;
transition: opacity 0.3s;
}
.loop-post-content .post-comment-hover{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/number.png);
background-repeat: no-repeat;
width: 38px;
height: 38px;
display: block;
margin-top: -38px;
opacity: 0;
transition: opacity 0.3s;
}
.loop-post-content .post-comment-holder:hover .post-comment-hover{
opacity: 1;
}
.loop-post-content .post-comment-holder:hover .post-comment-hover span{
opacity: 1;
}
.loop-post-content .post-comment-holder:hover .post-comment{
opacity: 0;
}
.loop-post-content .post-comment-hover span{
color: #fff;
position: absolute;
top: 50%;
right:50%;
-webkit-transform: translateY(-50%) translateX(50%);
-moz-transform: translateY(-50%) translateX(50%);
-ms-transform: translateY(-50%) translateX(50%);
-o-transform: translateY(-50%) translateX(50%);
transform: translateY(-50%) translateX(50%);
opacity: 0;
transition: opacity 0.3s;
font-weight: normal;
} .loop-bottom-seprator{
height: 1px;
color: #e5e5e5;
background-color: #e5e5e5;
border: none;
width: 100%;
margin-top: 13px;
margin-bottom: 25px;
}
.loop-bottom-seprator-without-border {
height: 1px;
color: transparent;
background-color: transparent;
border: none;
width: 100%;
margin-top: 5px;
margin-bottom: 5px;
} .loop-post-content .post-media, .post-media li.images {
height: 460px;
}
.format-gallery .loop-post-content .slides{
margin: 0;
padding:0;
} .box_size > .format-quote blockquote{
margin-top: 0;
} body.blog .video-img {
max-width: 100%;
}
.loop-post-content blockquote,.single-post blockquote{
font-size: 22px;
font-weight: 300;
line-height: 29px;
color: #717171;
text-align: center;
border: none;
width: 100%;
padding: 90px 15% 45px 15%;
-webkit-margin-before:0;
-webkit-margin-after: 0;
-webkit-margin-start: 0;
-webkit-margin-end: 0;
margin-bottom: 20px;
margin-left: 0;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/quote.png) no-repeat 50% 50%;
}
.loop-post-content blockquote .name{
font-size: 14px;
line-height: 20px;
font-weight: normal;
margin-top: 25px;
} .post-password-form{
margin: 150px auto 0;
display: block;
max-width: 580px;
text-align: center;
}
.post-password-form p:last-child{
margin-top: 25px;
} .blog main,
.archive main{
margin-top: 110px;
padding:0 !important;
}
.archive .item .loop-bottom-seprator{
display: none;
}
.blog .loop-post-content,
.archive .loop-post-content{
position: relative;
}
.blog .loop-post-content .post-media,
.archive .loop-post-content .post-media{
margin-bottom: 33px;
position: relative;
}
.blog .loop-post-content .post-media:after,
.archive .loop-post-content .post-media:after{
content: "";
position: absolute;
width: 100%;
height: 100%;
background-color: rgba(255,255,255,.2);
opacity: 0;
z-index: 1;
transition: opacity .3s;
top:0;
left: 0;
}
.blog .loop-post-content .post-media:hover:after,
.archive .loop-post-content .post-media:hover:after{
opacity: 1;
}
.blog .loop-post-content .post-categories ,
.archive .loop-post-content .post-categories {
line-height: 15px;
}
.blog .loop-post-content .post-categories a ,
.archive .loop-post-content .post-categories a {
font-size: 13px;
font-weight:700 ;
color: #343434;
}
.blog .loop-post-content .post-title,
.archive .loop-post-content .post-title{
font-size: 22px;
font-weight: 700;
line-height: 30px;
margin-top: 10px;
margin-bottom: 8px;
color: #343434;
}
.blog .loop-post-content .post-meta .post-info p,
.archive .loop-post-content .post-meta .post-info p{
color: #8b8b8b;
}
.blog .loop-post-content > p,
.archive .loop-post-content > p{
font-size: 14px;
line-height: 22px;
color: #8b8b8b;
}
.blog .loop-post-content blockquote p,.single-post .post-content blockquote p,
.archive .loop-post-content blockquote p,.single-post .post-content blockquote p{
font-size: 14px;
line-height: 22px;
color: #8b8b8b;
}
.blog .loop-post-content blockquote,
.archive .loop-post-content blockquote,
.single-post .post-content  blockquote{
border: 1px solid #e5e5e5;
}
.blog .loop-post-content p .more-link ,
.archive .loop-post-content p .more-link {
text-transform: uppercase;
margin-top: 35px;
}
.blog .loop-post-content p .more-link i,
.archive .loop-post-content p .more-link i{
font-size: 15px;
margin-left: 5px;
position: relative;
top: 2px;
}
.blog .loop-post-content .post-comment-holder,
.blog .loop-post-content .post-share{
float: none;
position: relative;
left: 95%;
margin-bottom: 0;
margin-top: 10px;
}
.blog .loop-post-content .post-share,
.archive .loop-post-content .post-share{
right: 40px;
bottom: -4px;
}
.blog .loop-bottom-seprator,
.archive .loop-bottom-seprator{
margin-top: 44px;
}
body.archive:not(.blog) article{
webkit-box-shadow: 0 1px 21px rgba(0,0,0,.12);
-moz-box-shadow: 0 1px 21px rgba(0,0,0,.12);
box-shadow: 0 1px 21px rgba(0,0,0,.12);
padding: 0 20px 20px 20px;
-webkit-border-radius: 7px;
-moz-border-radius: 7px;
border-radius: 7px;
-webkit-box-shadow: 0 1px 21px rgba(0,0,0,.12);
-moz-box-shadow: 0 1px 21px rgba(0,0,0,.12);
box-shadow: 0 1px 21px rgba(0,0,0,.12);
margin-bottom: 35px;
background-color: #FFFFFF;
overflow:hidden;
}
body.archive:not(.blog) article .post-media{
margin-left:-20px;
margin-right:-20px;
margin-top:-25px;
}
body.archive:not(.blog) article .loop-bottom-seprator{
display: none;
}  .portfolio-item .item-wrap{
position: relative;
}
.portfolio-container .portfolio-content .share,
.inner-meta .a2a_dd{
font-size: 13px;
font-weight: 400;
color: #1b1b1b;
padding-right: 19px;
line-height: 15px;
}
.portfolio-container .portfolio-content .share:hover,
.inner-meta .a2a_dd:hover{
opacity: 0.7;
}
.portfolio-container .portfolio-content .share{
border-left: 1px solid #7f7f7f;
padding-left: 15px;
}
.inner-meta .a2a_dd{
float: right;
text-transform: uppercase;
}
a.a2a_menu_show_more_less{
padding: 15px!important;
margin: 0 !important;
}
.a2a_menu a:visited{
color: #808080!important;
border-bottom: 1px solid #ececec!important;
border-right: 1px solid #ececec!important;
}
a.a2a_i, i.a2a_i{
padding: 16px 18px!important;
width: 112px !important;
}
a.a2a_menu_show_more_less{
border: none!important;
} #content .post-pagination{
border-bottom: 1px solid #c9c9c9;
}
#content .post-pagination span{
display: inline-block;
}
#content .post-pagination .next-page-link,
#content .post-pagination .no-next-page{
text-align: right;
}
#content .post-pagination .page-num{
text-align: center;
font-size: 12px;
color: #020202;
}
#content .post-pagination > a,
#content .post-pagination > span{
padding-bottom: 11px;
line-height: 25px;
transition: all .5s;
border-bottom: 1px solid rgba(0,0,0,0);
border-bottom-width: 0;
cursor: pointer;
position: relative;
}
#content .post-pagination > a:after,
#content .post-pagination > span:after{
content: "";
position: absolute;
bottom: 0;
width: 0;
height: 1px;
background-color: #020202;
left: 0;
transition: all .7s;
}
.single-post #content{
margin-bottom: 30px;
}
#content .post-pagination a{
color: #c9c9c9;
display: inline-block;
font-size: 12px;
font-weight: normal;
}
#content .post-pagination > a:hover{
color: #3A3A3A;
} .blog #content .post-pagination{
width: 97%;
overflow: hidden;
position: relative;
border: none;
}
.post-pagination > a,
.post-pagination > span{
width: 33.33%;
display: inline-block;
float: left;
}
#content .post-pagination .pagination-border{
position: absolute;
width: 100%;
bottom: 0;
left: 0;
height: 1px;
background-color: #c9c9c9;
height: 1px;
padding: 0;
}
#content .post-pagination .page-num:first-child{
margin-left: 33.33%;
}
#content .post-pagination .post-pagination-hover{
height: 1px;
padding-bottom: 0;
position:absolute;
left:-33.33%;
bottom: 0;
z-index:0;
background: #e21907;
opacity:0;
transition:all 300ms ease-in-out;
}
#content  .post-pagination .prev-page-link:hover~.post-pagination-hover,
#content  .post-pagination .no-prev-page:hover~.post-pagination-hover{ left:0; opacity:1; }
#content  .post-pagination .page-num:hover~.post-pagination-hover { left:33.33%; opacity:1; }
#content  .post-pagination .next-page-link:hover~.post-pagination-hover,
#content  .post-pagination .no-next-page:hover~.post-pagination-hover{ left:66.66%; opacity:1; } .tab-cell {
width: 100%;
margin-right: 10px;
}
.notification-center{
position: fixed;
width: 100%;
height: 0;
z-index: -99999;
opacity: 0;
overflow: hidden;
}
.notification-center .notification-collapse{
width: 55px;
height: 35px;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1302px no-repeat;
position: absolute;
bottom: 50px;
left: 50%;
cursor: pointer;
margin-left: -27px;
opacity: 0;
}
.notification-collapse-area{
position: absolute;
width: 100%;
height: 100px;
bottom: 0;
z-index: 0;
}
.notification-center .header,
.notification-center #notification-tabs{opacity: 0;}
.notification-center.dark{
background-color: rgba(0,0,0,.8);
}
.notification-center.dark span,
.notification-center.dark a,
.dark #notification-tabs ul li.ui-state-active a{
color: #FFFFFF;
}
.notification-center.light{
background-color: rgba(255,255,255,.8);
}
.notification-center.light span,
.notification-center.light a,
.light #notification-tabs ul li.ui-state-active a{
color: #000;
}
.notification-center .notification-tab{
text-align: center;
margin: 0 auto
}
.notification-center .notification-tab .tab-item{
display: inline-block;
}
.notification-center .header{
margin-bottom: 45px;
}
.notification-center .info{
padding: 23px 30px;
height: 63px;
}
.notification-center .info span{
color: #878787;
transition: color .3s;
float: right;
line-height: 13px;
cursor: pointer;
}
.notification-center .info span:hover{
color: #FFFFFF;
}
.notification-center .info .date{
font-size:12px;
font-weight: 400;
}
.notification-center .info .time{
font-size: 13px;
margin-left: 15px;
}
.notification-center .logo{ position: relative;
display: table; margin: auto;
}
.notification-center .logo{
max-height: 300px;
max-width:300px;
}
.notification-center div[id*='opt']{
min-height: 200px;
float: left;
margin-top: 0;
}
#notification-tabs{
border-radius: 0;
width: 100%;
height:100%;
margin: 0 auto;
background-color: transparent;
border: none;
text-align: center;
}
#notification-tabs .tab-title{
display: none;
}
#notification-tabs .tab-container{
width: 80%;
margin: auto;
}
#notification-tabs .pager{
margin-bottom:100px;
position: relative;
z-index: 999;
}
#notification-tabs .pager a{
margin-right: 20px;
opacity: .5;
transition: opacity .3s;
position: relative;
width: 100px;
height: 40px;
cursor: pointer;
}
#notification-tabs .pager a[class=""] {
display: none;
}
#notification-tabs .pager a:hover{
opacity: 1;
}
#notification-tabs .pager a.is-selected{
height: 23px;
opacity: 1;
}
#notification-tabs .pager a.is-selected:after{
content: "";
height: 1px;
background-color: #fff;
position: absolute;
width: 100%;
bottom:-5px;
left: 0;
}   .notification-center .post{
text-align: left;
padding:0 35px 25px 0;
border-bottom: 1px solid rgba(255,255,255,.1);
margin: 0 15px 25px;
width: calc(100% / 3 - 30px);
max-width: 500px;
display: table;
float: left;
height: 100px;
}
.notification-center .post .date{
width: 17.1%;
padding-right: 29px;
display: table-cell;
}
.notification-center .post .date .detail {
float: left;
margin-right: 25px;
}
.notification-center .post .date span{
display: block;
}
.notification-center .post .date .day{ font-size: 30px; margin-bottom: 3px; opacity: .5;}
.notification-center .post .date .month{
font-size: 11px;
font-weight: 800;
margin-bottom: 5px;
text-transform: uppercase;
}
.notification-center .post .date .year{font-size: 11px; font-weight: 800;}
.notification-center .post .title{
display: table-cell;
vertical-align: middle;
width: 75%;
text-align: left;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
top: -2px;
line-height: 18px;
position: relative;
}
.notification-center.dark .post span,
.notification-center.dark .post .title,
.notification-center.dark .post p{
color: #a6a6a6;
}
.notification-center.dark .post:hover span,
.notification-center.dark .post:hover .title,
.notification-center.dark .post:hover p{
color: #FFFFFF;
}
.notification-center .post:hover .date .day{
opacity: 1;
} .notification-center .portfolio,
.notification-center .posts-tab .notification-tab{
overflow-y: hidden;
}
.notification-center .portfolio{
max-height: 190px;
margin: 0 auto;
}
.notification-center .portfolio-item > a {
display: block;
}
.notification-center .portfolio-thumbnail{ height: 140px;
background-size: cover;
background-position: center center ;
margin-bottom: 15px;
position: relative;
}
.notification-center .portfolio-thumbnail:before{
content: '';
background-color: #000;
opacity: 0;
width: 100%;
height: 100%;
left: 0;
top: 0;
position: absolute;
transition: opacity .3s;
}
.notification-center .portfolio-item:hover .portfolio-thumbnail:before{
opacity: .3;
}
.notification-center .portfolio-item{
text-align: center;
margin-right: 30px;
margin-bottom: 45px;
margin-top: 45px;
width: 210px;
height:190px;
}
.notification-center .portfolio-item .portfolio-title{
opacity: .5;
transition: opacity .3s;
}
.notification-center .portfolio-item:hover .portfolio-title{
opacity: 1;
}
.notification-center .portfolio-item .portfolio-title,
.notification-center .portfolio-item .portfolio-category{
font-weight: normal;
font-size: 13px;
}
.notification-center .portfolio-item .portfolio-category{
margin-top: 5px;
opacity: .2;
} #notification-tabs #opt4{
text-align: center;
}
#notification-tabs .cart_list {
display:block;
overflow: auto;
margin: auto;
height:410px;
border: none;
max-width: 100%;
}
#notification-tabs .cart_list li{
display:inline-block;
opacity: .7;
transition: .5s all;
margin-right: 36px;
text-transform: uppercase;
text-align: center;
padding-top:10px;
margin-bottom: 50px;
width: 230px;
}
#notification-tabs .cart_list li:last-of-type {
margin-right: 0;
}
#notification-tabs .cart_list li.empty{
background: transparent url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center 0 no-repeat;
color: #FFFFFF;
padding-top: 297px;
opacity: 1;
font-size: 18px;
}
#notification-tabs .cart_list li.empty a{
display: block;
margin-top: 6px;
font-weight: 400;
font-size: 14px;
color: #515151;
}
#notification-tabs .cart_list li.empty a:hover{
color: #FFFFFF;
}
#notification-tabs .cart_list li:hover{
opacity: 1;
}
#notification-tabs .cart_list li div.cart-img{
float: none;
width:230px;
height:280px;
background-position: center center;
background-size: cover;
margin-bottom: 15px;
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/place-holder.jpg);
}
#notification-tabs .cart_list li a{
color:#fff; font-size: 12px;
}
#notification-tabs .cart_list li a.remove{
font-family: roboto, serif;
font-size: 24px;
margin-top: -17px;
margin-left:-5px;
display: block;
color: #fff !important;
background: none!important;
width: 1em;
line-height: 1;
opacity: 0;
transition:all 800ms;
}
#notification-tabs .cart_list li:hover a.remove{
opacity: 1;
}
#notification-tabs .cart_list li .quantity,#notification-tabs .cart_list li .quantity .amount{
color:#b5a972; }
#notification-tabs .cart_list li .quantity{
display: block;
margin-top: 8px;
}
#notification-tabs p.total, #notification-tabs p.total .amount{
color:#b5a972; margin-top:30px;
font-weight: normal;
}
#notification-tabs .buttons{
margin-top: 20px;
}
#notification-tabs p.buttons .wc-forward{
text-transform: uppercase;
background: #696969;
color: #fff;
border: none;
width: 180px;
height: 50px;
display: inline-block;
padding-top: 18px;
font-weight: normal;
transition: all 300ms;
}
#notification-tabs p.buttons .wc-forward:hover{
background: #b5a972;
}
#notification-tabs p.buttons .checkout{
background: transparent;
border: 1px solid #fff;
margin-left: 10px;
}
#notification-tabs p.buttons .checkout:hover{
background:#fff;
color: #000;
} .notification-center.light #notification-tabs .cart_list li.empty{
background: transparent url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -610px no-repeat;
color: #000;
opacity: .6;
}
.notification-center.light .notification-collapse{
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1402px no-repeat;
}
.notification-center.light .post{
border-bottom-color: rgba(0,0,0,.1);
} body.woocommerce-cart #content{
width: 100% !important;
}
body.woocommerce-cart .sidebar{
display: none;width: 0%;
}
.empty-cart-container{
width: 540px;
margin: 200px auto 240px auto;
text-align: center;
padding-top: 50px;
padding-bottom: 80px;
background-color: #ffffff;
display: block;
box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.return-to-shop a.button {
background-color: transparent;
border-radius: 27px !important;
width: 188px;
color: black;
font-size: 13px !important;
line-height: 3px;
height: 42px !important;
margin-top: 30px;
border: 2px solid #949494;
transition: all 0.2s ease-in;
}
.return-to-shop a.button:hover{
background-color: black;
color: #FFFFFF;
border: 2px solid black;
}
p.cart-empty{
font-weight: 600;
}
.empty-cart-icon-container{
display: block;
background: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/empty-cart.png);
background-size: 100% 100%;
width: 150px;
height: 200px;
margin: 40px auto;
} #notification-tabs .search-container{
width: 960px;
margin: 0 auto;
}
#result-container{
overflow-x: hidden;
}
#notification-tabs .input-holder{
position: relative;
height: 80px;
max-width: 100%;
margin: 200px auto 25px;
}
#notification-tabs #search-input {
background-color: transparent;
border: none;
border-bottom: 1px solid rgba(184,184,184,0.3);
max-width: 100%;
width: 100%;
font-size: 40px;
line-height: 80px;
font-weight: 100;
color: #fff;
outline: none;
position: absolute;
left: 0;
}
#notification-tabs .clear-button{
width: 40px;
height: 40px;
position: absolute;
background: transparent url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -1482px no-repeat;
right: 0;
top: 50%;
cursor: pointer;
transition: background-image 200ms;
}
#notification-tabs .clear-button.searching{
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/loading.svg);
}
#notification-tabs #result-container .search-title{
margin-bottom: 30px;
}
#notification-tabs #result-container .search-title,
#notification-tabs #result-container .more-result{
text-align: left;
font-size: 15px;
font-family: 'Roboto',sans-serif;
color: #555;
}
#notification-tabs #result-container .search-title-empty{
margin-bottom: 100px;
text-transform: uppercase;
color: #FFFFFF;
text-align: center;
font-size: 20px;
margin-top: 95px;
}
#notification-tabs #result-container .search-title-empty:before{
content: '';
background: transparent url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/notification-sprite.png) center -445px no-repeat;
width: 205px;
display: block;
height: 200px;
background-size: cover;
margin: 0 auto 80px;
}
#notification-tabs #result-container .more-result{
display: block;
margin-top: 15px;
}
#notification-tabs #result-container .stand-out{
font-size: inherit;
font-family: inherit;
}
.notification-center.dark .stand-out{
color: #fff;
}
.notification-center.light .stand-out{
color: #000;
}
#notification-tabs #result-container .item{
margin-bottom: 25px;
}
#notification-tabs #result-container .thumbnail{
height: 145px;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
margin-bottom: 20px;
position: relative;
}
#notification-tabs #result-container .background-overlay{
background: #000;
opacity: 0.5;
transition: opacity 300ms;
width: 100%;
height: 100%;
position: absolute;
}
#notification-tabs #result-container .item:hover .background-overlay{
opacity: 0;
}
#notification-tabs #result-container .item .title{
font-size: 13px;
text-transform: uppercase;
color: rgba(255,255,255,0.5);
line-height: 18px;
text-align: center;
transition: color 300ms;
min-height: 36px;
}
#notification-tabs #result-container .item:hover .title{
color: rgba(255,255,255,1);
}
#notification-tabs .variation{
display: none;
} .error404 #layoutcontainer {
height: 100%;
}
.error404 .not-found-page {
text-align: center;
position: fixed;
bottom: 0;
display: table;
top: 0;
width: 100%;
left: 0;
margin: auto;
right: 0;
}
.error404 .not-found-page .image {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/not-found.png);
background-repeat: no-repeat;
background-position: center;
width: 138px;
height: 142px;
margin: 0 auto 52px auto;
}
.error404 .not-found-page strong{
font-size: 36px;
}
.error404 .not-found-page p {
text-transform: uppercase;
font-size: 21px;
}
.error404 footer{
display: none;
}
.not-found-page > span{
font-size:36px;
} body.search .layout-container .color-overlay,
body.search .layout-container .texture-overlay,
body.search .layout-container .bg-image,
body.search .content .color-overlay,
body.search .content .texture-overlay,
body.search .content .bg-image{
display:none;
}
body.search header a,
body.search header .navigation a,
body.search header .icons-pack a{
color:#000 !important;
}
.search-no-results header,
.search-results header {
position: relative;
}
.search-results header.left,
.search-results header.right{
position: fixed;
}
.search-no-results main,
.search-results main {
margin: 80px auto;
width: 60% !important;
}
.search-no-results main form input[type="text"],
.search-results main form input[type="text"] {
font-weight: 300;
color: #000;
font-size: 40px;
width: calc(100% - 40px);
border: none;
outline: none;
}
.search-no-results main form input[type="submit"],
.search-results main form input[type="submit"] {
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/magnifier.png);
background-repeat: no-repeat;
background-position: center;
border: none;
background-color: transparent;
width: 30px;
height: 31px;
}
.search-results main form input[type="submit"]:hover {
opacity: .3;
}
.search-results main .search-result {
margin-top: 80px;
}
.search-results main .search-result .search-item {
float: left;
margin: 0 32px 32px 0;
width: calc( 100% / 4 - 32px );
min-height: 198px;
}
.search-results main .search-item {
text-align: center;
}
.search-results main .search-item img {
width: 211px;
height: 145px;
display: inline;
transition: opacity .3s;
}
.search-results main .search-result .search-item h3 {
line-height: 0;
width: 73%;
padding-top: 15px;
margin: auto;
}
.search-results main .search-result .search-item a {
font-size: 15px;
}
.place-holder-thumbnail {
height: 145px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
transition: opacity .3s;
margin-left: auto;
margin-right: auto;
backface-visibility: hidden;
}
.place-holder-no-thumbnail {
height: 145px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
background-image: url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/place-holder.jpg);
transition: opacity .3s;
backface-visibility: hidden;
}
.search-results main .search-result .search-item:hover .place-holder-thumbnail,
.search-results main .search-result .search-item:hover .place-holder-no-thumbnail {
opacity: .5;
} .miss-shortcode{
background: #e2e2e2 url(//speakquick.es/wp-content/themes/massive-dynamic/assets/img/miss.jpg) no-repeat 0 center;
max-width: 670px;
display: block;
padding: 40px 5%;
text-align: center;
min-height: 192px;
background-size: contain;
margin: 0 auto;
border: 2px solid #fff;
outline: 1px solid #e2e2e2;
}
.miss-shortcode .title{
font-size: 40px!important;
line-height: 45px;
letter-spacing: -2px;
margin-bottom: 13px;
color: #616378;
}
.miss-shortcode .desc{
font-size: 16px;
line-height: 25px;
margin: 0 20px;
color: #616378;
}
.miss-shortcode .desc a{
font-size: 16px;
line-height: 25px;
color: #616378;
position: relative;
}
.miss-shortcode .desc a:after{
content: "";
width: 100%;
position: absolute;
height: 2px;
left: 0;
bottom: -3px;
background-color: #a9aab2;
} @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { .music-sc .tracks{
list-style:none;
} *::-ms-backdrop, .music-sc .tracks{
list-style:none;
}
} .btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before,
.vc_row:after,
.vc_row:before{
content: ' ';
display: table;
}
.vc_clearfix:after,
.vc_clearfix:before{
content: ' ';
display: table;
clear: both;
}
.portfolio-page-mode{
position: absolute;
top: 0px;
right: 0px;
width: 100%;
height: 100%;
}
.sidebar.widget-area.visible-desktop.hidden-tablet.light-sidebar.left-align.border.left.right-sidebar{
height: auto !important;
} .vc_grid > div{
width:100%;
} .wpb_column .wpb_content_element {
margin-bottom: 0;
}
small.wcvendors_sold_by_in_loop div {
display: none;
}
.compose-mode .item_button > a {
cursor: pointer !important;
}
.md-text-content * li{
margin-left:30px;
}
.md-text-content ul br,
.md-text-content ol br{
display:none ;
}
#wpadminbar ul#wp-admin-bar-root-default>li.pixflow_custom_links {
margin-right: 5px;
} @media (max-width: 1280px){
.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal {
width: 80% !important;
}
}
@media (max-width:800px){
.wrap-client-carousel {
min-height: 300px;
}
}
.iconbox-new .read-more:hover i:last-child{
display:none !important;
} .light #notification-tabs .cart_list li a {
color: #000;
}
.notification-center span.woocommerce-Price-currencySymbol {
color: inherit;
}
.light #notification-tabs p.buttons .checkout{
border: 1px solid #696969;
color: #696969;
}
.light #notification-tabs #search-input{
color: #000;
}
.light #notification-tabs #result-container .search-title-empty{
color: #000;
}
.light #notification-tabs #result-container .item .title{
color: #000;
} .sc-subscribe {
padding: 50px 0 56px;
text-align: center;
}
.modern-subscribe .mc4wp-form, .widget-area .mc4wp-form, .sc-subscribe .mc4wp-form {
display: none;
}
.subscribe-title {
font-size: 35px;
line-height: 35px;
margin-bottom: 12px;
}
.subscribe-sub-title {
font-size: 14px;
font-weight: 100;
}
.subscribe-textbox {
padding: 20px;
width: 60%;
background: transparent;
text-transform: uppercase;
margin-top: 30px;
text-align: center;
outline: none;
max-width: 750px;
-webkit-box-shadow:none;
box-shadow: none;
}
.subscribe-textbox:focus::-webkit-input-placeholder {
color: transparent !important;
}
.subscribe-textbox:focus:-moz-placeholder {
color: transparent !important;
} .subscribe-textbox:focus::-moz-placeholder {
color: transparent !important;
} .subscribe-textbox:focus:-ms-input-placeholder {
color: transparent !important;
} .subscribe-button {
margin-top: 20px;
border: none;
width: 195px;
height: 47px;
text-align: center;
outline: none;
transition: background .4s;
}
.subscribe-err {
margin-top: 5px;
font-size: 11px;
}
.subscribe-button-animation {
-webkit-animation: subscribe-animation 2s infinite;
-o-animation: subscribe-animation 2s infinite;
-moz-animation: subscribe-animation 2s infinite;
animation: subscribe-animation 2s infinite;
}
@keyframes subscribe-animation {
00% {
opacity: 1
}
50% {
opacity: .5
}
100% {
opacity: 1
}
}
@media (max-width:1600px) and (min-width:1280px){
.classic-blog .loop-post-content .sepretor{
margin-top:29px !important;
}
}
@media (min-width:1690px){
.classic-blog.classic-blog-center .loop-post-content .sepretor{
margin-top:45px !important;
}
}
@media (min-width:320px) and (max-width:1279px){
.classic-blog.classic-blog-center .loop-post-content .sepretor{
margin-top:45px !important;
}
}
@media (max-width: 480px){
.iconbox-side.icon-box-mobile-portrait-left .icon-container, .iconbox-side.icon-box-mobile-portrait-left .iconbox-side-container{
text-align:left !important;
}
.iconbox-side.icon-box-mobile-portrait-right .icon-container, .iconbox-side.icon-box-mobile-portrait-right .iconbox-side-container{
text-align:right !important;
}
}
@media (max-width: 900px) and (orientation: landscape){
.iconbox-side.icon-box-mobile-landscape-center .iconbox-side-container .shortcode-btn{
float:none !important;
}
.iconbox-side.icon-box-mobile-landscape-left .icon-container, .icon-box-mobile-landscape-left .iconbox-side-container .description{
text-align:left !important;
}
.iconbox-side.icon-box-mobile-landscape-right .iconbox-side-container .shortcode-btn{
float:right !important;
}
.iconbox-side.icon-box-mobile-landscape-right .icon-container, .icon-box-mobile-landscape-right .iconbox-side-container .description{
text-align:right !important;
}
}
@media (max-width: 1024px){
.iconbox-side.icon-box-tablet-portrait-center .iconbox-side-container .shortcode-btn{
float:none !important;
}
.iconbox-side.icon-box-tablet-portrait-left .icon-container{
text-align:left !important;
}
.iconbox-side.icon-box-tablet-portrait-right .iconbox-side-container .shortcode-btn{
float:right !important;
}
.iconbox-side.icon-box-tablet-portrait-right .icon-container{
text-align:right !important;
}
}
@media (max-width: 1280px) and (min-width: 850px) and (orientation: landscape){
.iconbox-side.icon-box-tablet-landscape-right .icon-container{
text-align:right !important;
float:right !important;
}
}
@media (max-width: 1024px) and (min-width: 768px){
.iconbox-side2.style2.right-align .description {
text-align: right !important;
}
}
@media (min-width: 480px) and (max-width:800px) and (orientation: portrait){
.iconbox-side2.style2.right-align .icon-container, .iconbox-side2.style2.right-align .heading{
float:right !important;
}
}
@media (min-width:768px){
.iconbox-side2.style2.right-align .image-container{
float:right !important;
}
}
@media (max-width:1440px) and (min-width:1280px){
.col-sm-12 .call-to-action .button-parent, .col-sm-11 .call-to-action .button-parent, .col-sm-10 .call-to-action .button-parent{
top:42% !important;
}
}
.compose-mode .row-content-middle .col-sm-6{
flex:unset;
}.wp-core-ui .button,.wp-core-ui .button-primary,.wp-core-ui .button-secondary{display:inline-block;text-decoration:none;font-size:13px;line-height:2.15384615;min-height:30px;margin:0;padding:0 10px;cursor:pointer;border-width:1px;border-style:solid;-webkit-appearance:none;border-radius:3px;white-space:nowrap;box-sizing:border-box}.wp-core-ui button::-moz-focus-inner,.wp-core-ui input[type=button]::-moz-focus-inner,.wp-core-ui input[type=reset]::-moz-focus-inner,.wp-core-ui input[type=submit]::-moz-focus-inner{border-width:0;border-style:none;padding:0}.wp-core-ui .button-group.button-large .button,.wp-core-ui .button.button-large{min-height:32px;line-height:2.30769231;padding:0 12px}.wp-core-ui .button-group.button-small .button,.wp-core-ui .button.button-small{min-height:26px;line-height:2.18181818;padding:0 8px;font-size:11px}.wp-core-ui .button-group.button-hero .button,.wp-core-ui .button.button-hero{font-size:14px;min-height:46px;line-height:3.14285714;padding:0 36px}.wp-core-ui .button.hidden{display:none}.wp-core-ui input[type=reset],.wp-core-ui input[type=reset]:active,.wp-core-ui input[type=reset]:focus,.wp-core-ui input[type=reset]:hover{background:0 0;border:none;box-shadow:none;padding:0 2px 1px;width:auto}.wp-core-ui .button,.wp-core-ui .button-secondary{color:#2271b1;border-color:#2271b1;background:#f6f7f7;vertical-align:top}.wp-core-ui p .button{vertical-align:baseline}.wp-core-ui .button-secondary:hover,.wp-core-ui .button.hover,.wp-core-ui .button:hover{background:#f0f0f1;border-color:#0a4b78;color:#0a4b78}.wp-core-ui .button-secondary:focus,.wp-core-ui .button.focus,.wp-core-ui .button:focus{background:#f6f7f7;border-color:#3582c4;color:#0a4b78;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent;outline-offset:0}.wp-core-ui .button-secondary:active,.wp-core-ui .button:active{background:#f6f7f7;border-color:#8c8f94;box-shadow:none}.wp-core-ui .button.active,.wp-core-ui .button.active:hover{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}.wp-core-ui .button-disabled,.wp-core-ui .button-secondary.disabled,.wp-core-ui .button-secondary:disabled,.wp-core-ui .button-secondary[disabled],.wp-core-ui .button.disabled,.wp-core-ui .button:disabled,.wp-core-ui .button[disabled]{color:#a7aaad!important;border-color:#dcdcde!important;background:#f6f7f7!important;box-shadow:none!important;cursor:default;transform:none!important}.wp-core-ui .button-secondary[aria-disabled=true],.wp-core-ui .button[aria-disabled=true]{cursor:default}.wp-core-ui .button-link{margin:0;padding:0;box-shadow:none;border:0;border-radius:0;background:0 0;cursor:pointer;text-align:left;color:#2271b1;text-decoration:underline;transition-property:border,background,color;transition-duration:.05s;transition-timing-function:ease-in-out}.wp-core-ui .button-link:active,.wp-core-ui .button-link:hover{color:#135e96}.wp-core-ui .button-link:focus{color:#043959;box-shadow:0 0 0 2px #2271b1;outline:2px solid transparent}.wp-core-ui .button-link-delete{color:#d63638}.wp-core-ui .button-link-delete:focus,.wp-core-ui .button-link-delete:hover{color:#d63638;background:0 0}.wp-core-ui .button-link-delete:disabled{background:0 0!important}.wp-core-ui .button-primary{background:#2271b1;border-color:#2271b1;color:#fff;text-decoration:none;text-shadow:none}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary.hover,.wp-core-ui .button-primary:focus,.wp-core-ui .button-primary:hover{background:#135e96;border-color:#135e96;color:#fff}.wp-core-ui .button-primary.focus,.wp-core-ui .button-primary:focus{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.wp-core-ui .button-primary.active,.wp-core-ui .button-primary.active:focus,.wp-core-ui .button-primary.active:hover,.wp-core-ui .button-primary:active{background:#135e96;border-color:#135e96;box-shadow:none;color:#fff}.wp-core-ui .button-primary-disabled,.wp-core-ui .button-primary.disabled,.wp-core-ui .button-primary:disabled,.wp-core-ui .button-primary[disabled]{color:#a7aaad!important;background:#f6f7f7!important;border-color:#dcdcde!important;box-shadow:none!important;text-shadow:none!important;cursor:default}.wp-core-ui .button-primary[aria-disabled=true]{cursor:default}.wp-core-ui .button-group{position:relative;display:inline-block;white-space:nowrap;font-size:0;vertical-align:middle}.wp-core-ui .button-group>.button{display:inline-block;border-radius:0;margin-right:-1px}.wp-core-ui .button-group>.button:first-child{border-radius:3px 0 0 3px}.wp-core-ui .button-group>.button:last-child{border-radius:0 3px 3px 0}.wp-core-ui .button-group>.button-primary+.button{border-left:0}.wp-core-ui .button-group>.button:focus{position:relative;z-index:1}.wp-core-ui .button-group>.button.active{background-color:#dcdcde;color:#135e96;border-color:#0a4b78;box-shadow:inset 0 2px 5px -3px #0a4b78}.wp-core-ui .button-group>.button.active:focus{border-color:#3582c4;box-shadow:inset 0 2px 5px -3px #0a4b78,0 0 0 1px #3582c4}@media screen and (max-width:782px){.wp-core-ui .button,.wp-core-ui .button.button-large,.wp-core-ui .button.button-small,a.preview,input#publish,input#save-post{padding:0 14px;line-height:2.71428571;font-size:14px;vertical-align:middle;min-height:40px;margin-bottom:4px}.wp-core-ui .copy-to-clipboard-container .copy-attachment-url{margin-bottom:0}#media-upload.wp-core-ui .button{padding:0 10px 1px;min-height:24px;line-height:22px;font-size:13px}.media-frame.mode-grid .bulk-select .button{margin-bottom:0}.wp-core-ui .save-post-status.button{position:relative;margin:0 14px 0 10px}.wp-core-ui.wp-customizer .button{font-size:13px;line-height:2.15384615;min-height:30px;margin:0;vertical-align:inherit}.wp-customizer .theme-overlay .theme-actions .button{margin-bottom:5px}.media-modal-content .media-toolbar-primary .media-button{margin-top:10px;margin-left:5px}.interim-login .button.button-large{min-height:30px;line-height:2;padding:0 12px 2px}}@font-face{font-family:dashicons;src:url(//speakquick.es/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800);src:url(//speakquick.es/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix) format("embedded-opentype"),url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),url(//speakquick.es/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800) format("truetype");font-weight:400;font-style:normal}.dashicons,.dashicons-before:before{font-family:dashicons;display:inline-block;line-height:1;font-weight:400;font-style:normal;speak:never;text-decoration:inherit;text-transform:none;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:20px;height:20px;font-size:20px;vertical-align:top;text-align:center;transition:color .1s ease-in}.dashicons-admin-appearance:before{content:"\f100"}.dashicons-admin-collapse:before{content:"\f148"}.dashicons-admin-comments:before{content:"\f101"}.dashicons-admin-customizer:before{content:"\f540"}.dashicons-admin-generic:before{content:"\f111"}.dashicons-admin-home:before{content:"\f102"}.dashicons-admin-links:before{content:"\f103"}.dashicons-admin-media:before{content:"\f104"}.dashicons-admin-multisite:before{content:"\f541"}.dashicons-admin-network:before{content:"\f112"}.dashicons-admin-page:before{content:"\f105"}.dashicons-admin-plugins:before{content:"\f106"}.dashicons-admin-post:before{content:"\f109"}.dashicons-admin-settings:before{content:"\f108"}.dashicons-admin-site-alt:before{content:"\f11d"}.dashicons-admin-site-alt2:before{content:"\f11e"}.dashicons-admin-site-alt3:before{content:"\f11f"}.dashicons-admin-site:before{content:"\f319"}.dashicons-admin-tools:before{content:"\f107"}.dashicons-admin-users:before{content:"\f110"}.dashicons-airplane:before{content:"\f15f"}.dashicons-album:before{content:"\f514"}.dashicons-align-center:before{content:"\f134"}.dashicons-align-full-width:before{content:"\f114"}.dashicons-align-left:before{content:"\f135"}.dashicons-align-none:before{content:"\f138"}.dashicons-align-pull-left:before{content:"\f10a"}.dashicons-align-pull-right:before{content:"\f10b"}.dashicons-align-right:before{content:"\f136"}.dashicons-align-wide:before{content:"\f11b"}.dashicons-amazon:before{content:"\f162"}.dashicons-analytics:before{content:"\f183"}.dashicons-archive:before{content:"\f480"}.dashicons-arrow-down-alt:before{content:"\f346"}.dashicons-arrow-down-alt2:before{content:"\f347"}.dashicons-arrow-down:before{content:"\f140"}.dashicons-arrow-left-alt:before{content:"\f340"}.dashicons-arrow-left-alt2:before{content:"\f341"}.dashicons-arrow-left:before{content:"\f141"}.dashicons-arrow-right-alt:before{content:"\f344"}.dashicons-arrow-right-alt2:before{content:"\f345"}.dashicons-arrow-right:before{content:"\f139"}.dashicons-arrow-up-alt:before{content:"\f342"}.dashicons-arrow-up-alt2:before{content:"\f343"}.dashicons-arrow-up-duplicate:before{content:"\f143"}.dashicons-arrow-up:before{content:"\f142"}.dashicons-art:before{content:"\f309"}.dashicons-awards:before{content:"\f313"}.dashicons-backup:before{content:"\f321"}.dashicons-bank:before{content:"\f16a"}.dashicons-beer:before{content:"\f16c"}.dashicons-bell:before{content:"\f16d"}.dashicons-block-default:before{content:"\f12b"}.dashicons-book-alt:before{content:"\f331"}.dashicons-book:before{content:"\f330"}.dashicons-buddicons-activity:before{content:"\f452"}.dashicons-buddicons-bbpress-logo:before{content:"\f477"}.dashicons-buddicons-buddypress-logo:before{content:"\f448"}.dashicons-buddicons-community:before{content:"\f453"}.dashicons-buddicons-forums:before{content:"\f449"}.dashicons-buddicons-friends:before{content:"\f454"}.dashicons-buddicons-groups:before{content:"\f456"}.dashicons-buddicons-pm:before{content:"\f457"}.dashicons-buddicons-replies:before{content:"\f451"}.dashicons-buddicons-topics:before{content:"\f450"}.dashicons-buddicons-tracking:before{content:"\f455"}.dashicons-building:before{content:"\f512"}.dashicons-businessman:before{content:"\f338"}.dashicons-businessperson:before{content:"\f12e"}.dashicons-businesswoman:before{content:"\f12f"}.dashicons-button:before{content:"\f11a"}.dashicons-calculator:before{content:"\f16e"}.dashicons-calendar-alt:before{content:"\f508"}.dashicons-calendar:before{content:"\f145"}.dashicons-camera-alt:before{content:"\f129"}.dashicons-camera:before{content:"\f306"}.dashicons-car:before{content:"\f16b"}.dashicons-carrot:before{content:"\f511"}.dashicons-cart:before{content:"\f174"}.dashicons-category:before{content:"\f318"}.dashicons-chart-area:before{content:"\f239"}.dashicons-chart-bar:before{content:"\f185"}.dashicons-chart-line:before{content:"\f238"}.dashicons-chart-pie:before{content:"\f184"}.dashicons-clipboard:before{content:"\f481"}.dashicons-clock:before{content:"\f469"}.dashicons-cloud-saved:before{content:"\f137"}.dashicons-cloud-upload:before{content:"\f13b"}.dashicons-cloud:before{content:"\f176"}.dashicons-code-standards:before{content:"\f13a"}.dashicons-coffee:before{content:"\f16f"}.dashicons-color-picker:before{content:"\f131"}.dashicons-columns:before{content:"\f13c"}.dashicons-controls-back:before{content:"\f518"}.dashicons-controls-forward:before{content:"\f519"}.dashicons-controls-pause:before{content:"\f523"}.dashicons-controls-play:before{content:"\f522"}.dashicons-controls-repeat:before{content:"\f515"}.dashicons-controls-skipback:before{content:"\f516"}.dashicons-controls-skipforward:before{content:"\f517"}.dashicons-controls-volumeoff:before{content:"\f520"}.dashicons-controls-volumeon:before{content:"\f521"}.dashicons-cover-image:before{content:"\f13d"}.dashicons-dashboard:before{content:"\f226"}.dashicons-database-add:before{content:"\f170"}.dashicons-database-export:before{content:"\f17a"}.dashicons-database-import:before{content:"\f17b"}.dashicons-database-remove:before{content:"\f17c"}.dashicons-database-view:before{content:"\f17d"}.dashicons-database:before{content:"\f17e"}.dashicons-desktop:before{content:"\f472"}.dashicons-dismiss:before{content:"\f153"}.dashicons-download:before{content:"\f316"}.dashicons-drumstick:before{content:"\f17f"}.dashicons-edit-large:before{content:"\f327"}.dashicons-edit-page:before{content:"\f186"}.dashicons-edit:before{content:"\f464"}.dashicons-editor-aligncenter:before{content:"\f207"}.dashicons-editor-alignleft:before{content:"\f206"}.dashicons-editor-alignright:before{content:"\f208"}.dashicons-editor-bold:before{content:"\f200"}.dashicons-editor-break:before{content:"\f474"}.dashicons-editor-code-duplicate:before{content:"\f494"}.dashicons-editor-code:before{content:"\f475"}.dashicons-editor-contract:before{content:"\f506"}.dashicons-editor-customchar:before{content:"\f220"}.dashicons-editor-expand:before{content:"\f211"}.dashicons-editor-help:before{content:"\f223"}.dashicons-editor-indent:before{content:"\f222"}.dashicons-editor-insertmore:before{content:"\f209"}.dashicons-editor-italic:before{content:"\f201"}.dashicons-editor-justify:before{content:"\f214"}.dashicons-editor-kitchensink:before{content:"\f212"}.dashicons-editor-ltr:before{content:"\f10c"}.dashicons-editor-ol-rtl:before{content:"\f12c"}.dashicons-editor-ol:before{content:"\f204"}.dashicons-editor-outdent:before{content:"\f221"}.dashicons-editor-paragraph:before{content:"\f476"}.dashicons-editor-paste-text:before{content:"\f217"}.dashicons-editor-paste-word:before{content:"\f216"}.dashicons-editor-quote:before{content:"\f205"}.dashicons-editor-removeformatting:before{content:"\f218"}.dashicons-editor-rtl:before{content:"\f320"}.dashicons-editor-spellcheck:before{content:"\f210"}.dashicons-editor-strikethrough:before{content:"\f224"}.dashicons-editor-table:before{content:"\f535"}.dashicons-editor-textcolor:before{content:"\f215"}.dashicons-editor-ul:before{content:"\f203"}.dashicons-editor-underline:before{content:"\f213"}.dashicons-editor-unlink:before{content:"\f225"}.dashicons-editor-video:before{content:"\f219"}.dashicons-ellipsis:before{content:"\f11c"}.dashicons-email-alt:before{content:"\f466"}.dashicons-email-alt2:before{content:"\f467"}.dashicons-email:before{content:"\f465"}.dashicons-embed-audio:before{content:"\f13e"}.dashicons-embed-generic:before{content:"\f13f"}.dashicons-embed-photo:before{content:"\f144"}.dashicons-embed-post:before{content:"\f146"}.dashicons-embed-video:before{content:"\f149"}.dashicons-excerpt-view:before{content:"\f164"}.dashicons-exit:before{content:"\f14a"}.dashicons-external:before{content:"\f504"}.dashicons-facebook-alt:before{content:"\f305"}.dashicons-facebook:before{content:"\f304"}.dashicons-feedback:before{content:"\f175"}.dashicons-filter:before{content:"\f536"}.dashicons-flag:before{content:"\f227"}.dashicons-food:before{content:"\f187"}.dashicons-format-aside:before{content:"\f123"}.dashicons-format-audio:before{content:"\f127"}.dashicons-format-chat:before{content:"\f125"}.dashicons-format-gallery:before{content:"\f161"}.dashicons-format-image:before{content:"\f128"}.dashicons-format-quote:before{content:"\f122"}.dashicons-format-status:before{content:"\f130"}.dashicons-format-video:before{content:"\f126"}.dashicons-forms:before{content:"\f314"}.dashicons-fullscreen-alt:before{content:"\f188"}.dashicons-fullscreen-exit-alt:before{content:"\f189"}.dashicons-games:before{content:"\f18a"}.dashicons-google:before{content:"\f18b"}.dashicons-googleplus:before{content:"\f462"}.dashicons-grid-view:before{content:"\f509"}.dashicons-groups:before{content:"\f307"}.dashicons-hammer:before{content:"\f308"}.dashicons-heading:before{content:"\f10e"}.dashicons-heart:before{content:"\f487"}.dashicons-hidden:before{content:"\f530"}.dashicons-hourglass:before{content:"\f18c"}.dashicons-html:before{content:"\f14b"}.dashicons-id-alt:before{content:"\f337"}.dashicons-id:before{content:"\f336"}.dashicons-image-crop:before{content:"\f165"}.dashicons-image-filter:before{content:"\f533"}.dashicons-image-flip-horizontal:before{content:"\f169"}.dashicons-image-flip-vertical:before{content:"\f168"}.dashicons-image-rotate-left:before{content:"\f166"}.dashicons-image-rotate-right:before{content:"\f167"}.dashicons-image-rotate:before{content:"\f531"}.dashicons-images-alt:before{content:"\f232"}.dashicons-images-alt2:before{content:"\f233"}.dashicons-index-card:before{content:"\f510"}.dashicons-info-outline:before{content:"\f14c"}.dashicons-info:before{content:"\f348"}.dashicons-insert-after:before{content:"\f14d"}.dashicons-insert-before:before{content:"\f14e"}.dashicons-insert:before{content:"\f10f"}.dashicons-instagram:before{content:"\f12d"}.dashicons-laptop:before{content:"\f547"}.dashicons-layout:before{content:"\f538"}.dashicons-leftright:before{content:"\f229"}.dashicons-lightbulb:before{content:"\f339"}.dashicons-linkedin:before{content:"\f18d"}.dashicons-list-view:before{content:"\f163"}.dashicons-location-alt:before{content:"\f231"}.dashicons-location:before{content:"\f230"}.dashicons-lock-duplicate:before{content:"\f315"}.dashicons-lock:before{content:"\f160"}.dashicons-marker:before{content:"\f159"}.dashicons-media-archive:before{content:"\f501"}.dashicons-media-audio:before{content:"\f500"}.dashicons-media-code:before{content:"\f499"}.dashicons-media-default:before{content:"\f498"}.dashicons-media-document:before{content:"\f497"}.dashicons-media-interactive:before{content:"\f496"}.dashicons-media-spreadsheet:before{content:"\f495"}.dashicons-media-text:before{content:"\f491"}.dashicons-media-video:before{content:"\f490"}.dashicons-megaphone:before{content:"\f488"}.dashicons-menu-alt:before{content:"\f228"}.dashicons-menu-alt2:before{content:"\f329"}.dashicons-menu-alt3:before{content:"\f349"}.dashicons-menu:before{content:"\f333"}.dashicons-microphone:before{content:"\f482"}.dashicons-migrate:before{content:"\f310"}.dashicons-minus:before{content:"\f460"}.dashicons-money-alt:before{content:"\f18e"}.dashicons-money:before{content:"\f526"}.dashicons-move:before{content:"\f545"}.dashicons-nametag:before{content:"\f484"}.dashicons-networking:before{content:"\f325"}.dashicons-no-alt:before{content:"\f335"}.dashicons-no:before{content:"\f158"}.dashicons-open-folder:before{content:"\f18f"}.dashicons-palmtree:before{content:"\f527"}.dashicons-paperclip:before{content:"\f546"}.dashicons-pdf:before{content:"\f190"}.dashicons-performance:before{content:"\f311"}.dashicons-pets:before{content:"\f191"}.dashicons-phone:before{content:"\f525"}.dashicons-pinterest:before{content:"\f192"}.dashicons-playlist-audio:before{content:"\f492"}.dashicons-playlist-video:before{content:"\f493"}.dashicons-plugins-checked:before{content:"\f485"}.dashicons-plus-alt:before{content:"\f502"}.dashicons-plus-alt2:before{content:"\f543"}.dashicons-plus:before{content:"\f132"}.dashicons-podio:before{content:"\f19c"}.dashicons-portfolio:before{content:"\f322"}.dashicons-post-status:before{content:"\f173"}.dashicons-pressthis:before{content:"\f157"}.dashicons-printer:before{content:"\f193"}.dashicons-privacy:before{content:"\f194"}.dashicons-products:before{content:"\f312"}.dashicons-randomize:before{content:"\f503"}.dashicons-reddit:before{content:"\f195"}.dashicons-redo:before{content:"\f172"}.dashicons-remove:before{content:"\f14f"}.dashicons-rest-api:before{content:"\f124"}.dashicons-rss:before{content:"\f303"}.dashicons-saved:before{content:"\f15e"}.dashicons-schedule:before{content:"\f489"}.dashicons-screenoptions:before{content:"\f180"}.dashicons-search:before{content:"\f179"}.dashicons-share-alt:before{content:"\f240"}.dashicons-share-alt2:before{content:"\f242"}.dashicons-share:before{content:"\f237"}.dashicons-shield-alt:before{content:"\f334"}.dashicons-shield:before{content:"\f332"}.dashicons-shortcode:before{content:"\f150"}.dashicons-slides:before{content:"\f181"}.dashicons-smartphone:before{content:"\f470"}.dashicons-smiley:before{content:"\f328"}.dashicons-sort:before{content:"\f156"}.dashicons-sos:before{content:"\f468"}.dashicons-spotify:before{content:"\f196"}.dashicons-star-empty:before{content:"\f154"}.dashicons-star-filled:before{content:"\f155"}.dashicons-star-half:before{content:"\f459"}.dashicons-sticky:before{content:"\f537"}.dashicons-store:before{content:"\f513"}.dashicons-superhero-alt:before{content:"\f197"}.dashicons-superhero:before{content:"\f198"}.dashicons-table-col-after:before{content:"\f151"}.dashicons-table-col-before:before{content:"\f152"}.dashicons-table-col-delete:before{content:"\f15a"}.dashicons-table-row-after:before{content:"\f15b"}.dashicons-table-row-before:before{content:"\f15c"}.dashicons-table-row-delete:before{content:"\f15d"}.dashicons-tablet:before{content:"\f471"}.dashicons-tag:before{content:"\f323"}.dashicons-tagcloud:before{content:"\f479"}.dashicons-testimonial:before{content:"\f473"}.dashicons-text-page:before{content:"\f121"}.dashicons-text:before{content:"\f478"}.dashicons-thumbs-down:before{content:"\f542"}.dashicons-thumbs-up:before{content:"\f529"}.dashicons-tickets-alt:before{content:"\f524"}.dashicons-tickets:before{content:"\f486"}.dashicons-tide:before{content:"\f10d"}.dashicons-translation:before{content:"\f326"}.dashicons-trash:before{content:"\f182"}.dashicons-twitch:before{content:"\f199"}.dashicons-twitter-alt:before{content:"\f302"}.dashicons-twitter:before{content:"\f301"}.dashicons-undo:before{content:"\f171"}.dashicons-universal-access-alt:before{content:"\f507"}.dashicons-universal-access:before{content:"\f483"}.dashicons-unlock:before{content:"\f528"}.dashicons-update-alt:before{content:"\f113"}.dashicons-update:before{content:"\f463"}.dashicons-upload:before{content:"\f317"}.dashicons-vault:before{content:"\f178"}.dashicons-video-alt:before{content:"\f234"}.dashicons-video-alt2:before{content:"\f235"}.dashicons-video-alt3:before{content:"\f236"}.dashicons-visibility:before{content:"\f177"}.dashicons-warning:before{content:"\f534"}.dashicons-welcome-add-page:before{content:"\f133"}.dashicons-welcome-comments:before{content:"\f117"}.dashicons-welcome-learn-more:before{content:"\f118"}.dashicons-welcome-view-site:before{content:"\f115"}.dashicons-welcome-widgets-menus:before{content:"\f116"}.dashicons-welcome-write-blog:before{content:"\f119"}.dashicons-whatsapp:before{content:"\f19a"}.dashicons-wordpress-alt:before{content:"\f324"}.dashicons-wordpress:before{content:"\f120"}.dashicons-xing:before{content:"\f19d"}.dashicons-yes-alt:before{content:"\f12a"}.dashicons-yes:before{content:"\f147"}.dashicons-youtube:before{content:"\f19b"}.dashicons-editor-distractionfree:before{content:"\f211"}.dashicons-exerpt-view:before{content:"\f164"}.dashicons-format-links:before{content:"\f103"}.dashicons-format-standard:before{content:"\f109"}.dashicons-post-trash:before{content:"\f182"}.dashicons-share1:before{content:"\f237"}.dashicons-welcome-edit-page:before{content:"\f119"}.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(//speakquick.es/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(//speakquick.es/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(//speakquick.es/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}.media-modal *{box-sizing:content-box}.media-modal input,.media-modal select,.media-modal textarea{box-sizing:border-box}.media-frame,.media-modal{font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:12px;-webkit-overflow-scrolling:touch}.media-modal legend{padding:0;font-size:13px}.media-modal label{font-size:13px}.media-modal .legend-inline{position:absolute;transform:translate(-100%,50%);margin-left:-1%;line-height:1.2}.media-frame a{border-bottom:none;color:#2271b1}.media-frame a:active,.media-frame a:hover{color:#135e96}.media-frame a:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-frame a.button{color:#2c3338}.media-frame a.button:hover{color:#1d2327}.media-frame a.button-primary,.media-frame a.button-primary:hover{color:#fff}.media-frame input,.media-frame textarea{padding:6px 8px}.media-frame select,.wp-admin .media-frame select{min-height:30px;vertical-align:middle}.media-frame input[type=color],.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week],.media-frame select,.media-frame textarea{box-shadow:0 0 0 transparent;border-radius:4px;border:1px solid #8c8f94;background-color:#fff;color:#2c3338;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;font-size:13px;line-height:1.38461538}.media-frame input[type=date],.media-frame input[type=datetime-local],.media-frame input[type=datetime],.media-frame input[type=email],.media-frame input[type=month],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=tel],.media-frame input[type=text],.media-frame input[type=time],.media-frame input[type=url],.media-frame input[type=week]{padding:0 8px;line-height:2.15384615}.media-frame.mode-grid .wp-filter input[type=search]{font-size:14px;line-height:2}.media-frame input[type=email]:focus,.media-frame input[type=number]:focus,.media-frame input[type=password]:focus,.media-frame input[type=search]:focus,.media-frame input[type=text]:focus,.media-frame input[type=url]:focus,.media-frame select:focus,.media-frame textarea:focus{border-color:#3582c4;box-shadow:0 0 0 1px #3582c4;outline:2px solid transparent}.media-frame input:disabled,.media-frame input[readonly],.media-frame textarea:disabled,.media-frame textarea[readonly]{background-color:#f0f0f1}.media-frame input[type=search]{-webkit-appearance:textfield}.media-frame ::-webkit-input-placeholder{color:#646970}.media-frame ::-moz-placeholder{color:#646970;opacity:1}.media-frame :-ms-input-placeholder{color:#646970}.media-frame .hidden,.media-frame .setting.hidden{display:none} .ui-draggable-handle,.ui-sortable-handle{touch-action:none}.media-modal{position:fixed;top:30px;left:30px;right:30px;bottom:30px;z-index:160000}.wp-customizer .media-modal{z-index:560000}.media-modal-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:.7;z-index:159900}.wp-customizer .media-modal-backdrop{z-index:559900}.media-modal-close{position:absolute;top:0;right:0;width:50px;height:50px;margin:0;padding:0;border:1px solid transparent;background:0 0;color:#646970;z-index:1000;cursor:pointer;outline:0;transition:color .1s ease-in-out,background .1s ease-in-out}.media-modal-close:active,.media-modal-close:hover{color:#135e96}.media-modal-close:focus{color:#135e96;border-color:#4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8);outline:2px solid transparent}.media-modal-close span.media-modal-icon{background-image:none}.media-modal-close .media-modal-icon:before{content:"\f158";font:normal 20px/1 dashicons;speak:never;vertical-align:middle;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.media-modal-content{position:absolute;top:0;left:0;right:0;bottom:0;overflow:auto;min-height:300px;box-shadow:0 5px 15px rgba(0,0,0,.7);background:#fff;-webkit-font-smoothing:subpixel-antialiased}.media-modal-content .media-frame select.attachment-filters{margin-top:32px;margin-right:2%;width:42%;width:calc(48% - 12px)}.wp-core-ui .media-modal-icon{background-image:url(//speakquick.es/wp-includes/images/uploader-icons.png);background-repeat:no-repeat}.media-toolbar{position:absolute;top:0;left:0;right:0;z-index:100;height:60px;padding:0 16px;border:0 solid #dcdcde;overflow:hidden}.media-frame-toolbar .media-toolbar{top:auto;bottom:-47px;height:auto;overflow:visible;border-top:1px solid #dcdcde}.media-toolbar-primary{float:right;height:100%;position:relative}.media-toolbar-secondary{float:left;height:100%}.media-toolbar-primary>.media-button,.media-toolbar-primary>.media-button-group{margin-left:10px;float:left;margin-top:15px}.media-toolbar-secondary>.media-button,.media-toolbar-secondary>.media-button-group{margin-right:10px;margin-top:15px}.media-sidebar{position:absolute;top:0;right:0;bottom:0;width:267px;padding:0 16px;z-index:75;background:#f6f7f7;border-left:1px solid #dcdcde;overflow:auto;-webkit-overflow-scrolling:touch}.media-sidebar::after{content:"";display:flex;clear:both;height:24px}.hide-toolbar .media-sidebar{bottom:0}.image-details .media-embed h2,.media-sidebar h2{position:relative;font-weight:600;text-transform:uppercase;font-size:12px;color:#646970;margin:24px 0 8px}.attachment-details .setting,.media-sidebar .setting{display:block;float:left;width:100%;margin:0 0 10px}.attachment-details h2{display:grid;grid-template-columns:auto 5em}.media-sidebar .collection-settings .setting{margin:1px 0}.attachment-details .setting.has-description,.media-sidebar .setting.has-description{margin-bottom:5px}.media-sidebar .setting .link-to-custom{margin:3px 2px 0}.attachment-details .setting .name,.attachment-details .setting span,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{min-width:30%;margin-right:4%;font-size:12px;text-align:right;word-wrap:break-word}.media-sidebar .setting .name{max-width:80px}.media-sidebar .setting .value{text-align:left}.media-sidebar .setting select{max-width:65%}.attachment-details .field input[type=checkbox],.attachment-details .field input[type=radio],.attachment-details .setting input[type=checkbox],.attachment-details .setting input[type=radio],.media-sidebar .field input[type=checkbox],.media-sidebar .field input[type=radio],.media-sidebar .setting input[type=checkbox],.media-sidebar .setting input[type=radio]{float:none;margin:8px 3px 0;padding:0}.attachment-details .setting .name,.attachment-details .setting .value,.attachment-details .setting span,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name,.media-sidebar .setting .value,.media-sidebar .setting span{float:left;min-height:22px;padding-top:8px;line-height:1.33333333;font-weight:400;color:#646970}.media-sidebar .checkbox-label-inline{font-size:12px}.attachment-details .copy-to-clipboard-container,.media-sidebar .copy-to-clipboard-container{flex-wrap:wrap;margin-top:10px;margin-left:calc(35% - 1px);padding-top:10px}.attachment-details .attachment-info .copy-to-clipboard-container{float:none}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{padding:0;min-height:0;line-height:2.18181818;text-align:left;color:#007017}.compat-item label span{text-align:right}.attachment-details .setting .value,.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting .value,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting textarea{box-sizing:border-box;margin:1px;width:65%;float:right}.attachment-details .setting .value,.attachment-details .setting+.description,.media-sidebar .setting .value{margin:0 1px;text-align:left}.attachment-details .setting+.description{clear:both;font-size:12px;font-style:normal;margin-bottom:10px}.attachment-details .setting textarea,.compat-item .field textarea,.media-sidebar .setting textarea{height:62px;resize:vertical}.alt-text textarea,.attachment-details .alt-text textarea,.compat-item .alt-text textarea,.media-sidebar .alt-text textarea{height:50px}.compat-item{float:left;width:100%;overflow:hidden}.compat-item table{width:100%;table-layout:fixed;border-spacing:0;border:0}.compat-item tr{padding:2px 0;display:block;overflow:hidden}.compat-item .field,.compat-item .label{display:block;margin:0;padding:0}.compat-item .label{min-width:30%;margin-right:4%;float:left;text-align:right}.compat-item .label span{display:block;width:100%}.compat-item .field{float:right;width:65%;margin:1px}.compat-item .field input[type=email],.compat-item .field input[type=number],.compat-item .field input[type=password],.compat-item .field input[type=search],.compat-item .field input[type=tel],.compat-item .field input[type=text],.compat-item .field input[type=url],.compat-item .field textarea{width:100%;margin:0;box-sizing:border-box}.sidebar-for-errors .attachment-details,.sidebar-for-errors .compat-item,.sidebar-for-errors .media-sidebar .media-progress-bar,.sidebar-for-errors .upload-details{display:none!important}.media-menu{position:absolute;top:0;left:0;right:0;bottom:0;margin:0;padding:50px 0 10px;background:#f6f7f7;border-right-width:1px;border-right-style:solid;border-right-color:#c3c4c7;-webkit-user-select:none;user-select:none}.media-menu .media-menu-item{display:block;box-sizing:border-box;width:100%;position:relative;border:0;margin:0;padding:8px 20px;font-size:14px;line-height:1.28571428;background:0 0;color:#2271b1;text-align:left;text-decoration:none;cursor:pointer}.media-menu .media-menu-item:hover{background:rgba(0,0,0,.04)}.media-menu .media-menu-item:active{color:#2271b1;outline:0}.media-menu .active,.media-menu .active:hover{color:#1d2327;font-weight:600}.media-menu .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent}.media-menu .separator{height:0;margin:12px 20px;padding:0;border-top:1px solid #dcdcde}.media-router{position:relative;padding:0 6px;margin:0;clear:both}.media-router .media-menu-item{position:relative;float:left;border:0;margin:0;padding:8px 10px 9px;height:18px;line-height:1.28571428;font-size:14px;text-decoration:none;background:0 0;cursor:pointer;transition:none}.media-router .media-menu-item:last-child{border-right:0}.media-router .media-menu-item:active,.media-router .media-menu-item:hover{color:#2271b1}.media-router .active,.media-router .active:hover{color:#1d2327}.media-router .media-menu-item:focus{box-shadow:0 0 0 2px #2271b1;color:#043959;outline:2px solid transparent;z-index:1}.media-router .active,.media-router .media-menu-item.active:last-child{margin:-1px -1px 0;background:#fff;border:1px solid #dcdcde;border-bottom:none}.media-router .active:after{display:none}.media-frame{overflow:hidden;position:absolute;top:0;left:0;right:0;bottom:0}.media-frame-menu{position:absolute;top:0;left:0;bottom:0;width:200px;z-index:150}.media-frame-title{position:absolute;top:0;left:200px;right:0;height:50px;z-index:200}.media-frame-router{position:absolute;top:50px;left:200px;right:0;height:36px;z-index:200}.media-frame-content{position:absolute;top:84px;left:200px;right:0;bottom:61px;height:auto;width:auto;margin:0;overflow:auto;background:#fff;border-top:1px solid #dcdcde}.media-frame-toolbar{position:absolute;left:200px;right:0;z-index:100;bottom:60px;height:auto}.media-frame.hide-menu .media-frame-content,.media-frame.hide-menu .media-frame-router,.media-frame.hide-menu .media-frame-title,.media-frame.hide-menu .media-frame-toolbar{left:0}.media-frame.hide-toolbar .media-frame-content{bottom:0}.media-frame.hide-router .media-frame-content{top:50px}.media-frame.hide-menu .media-frame-menu,.media-frame.hide-menu .media-frame-menu-heading,.media-frame.hide-router .media-frame-router,.media-frame.hide-toolbar .media-frame-toolbar{display:none}.media-frame-title h1{padding:0 16px;font-size:22px;line-height:2.27272727;margin:0}.media-attachments-filter-heading,.media-frame-menu-heading{position:absolute;left:20px;top:22px;margin:0;font-size:13px;line-height:1;z-index:151}.media-attachments-filter-heading{top:10px;left:16px}.mode-grid .media-attachments-filter-heading{top:0;left:-9999px}.mode-grid .media-frame-actions-heading{display:none}.wp-core-ui .button.media-frame-menu-toggle{display:none}.media-frame-title .suggested-dimensions{font-size:14px;float:right;margin-right:20px}.media-frame-content .crop-content{height:100%}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:300px}.media-frame-content .crop-content .crop-image{display:block;margin:auto;max-width:100%;max-height:100%}.media-frame-content .crop-content .upload-errors{position:absolute;width:300px;top:50%;left:50%;margin-left:-150px;margin-right:-150px;z-index:600000}.media-frame .media-iframe{overflow:hidden}.media-frame .media-iframe,.media-frame .media-iframe iframe{height:100%;width:100%;border:0}.media-frame select.attachment-filters{margin-top:11px;margin-right:2%;max-width:42%;max-width:calc(48% - 12px)}.media-frame select.attachment-filters:last-of-type{margin-right:0}.media-frame .search{margin:32px 0 0;padding:4px;font-size:13px;color:#3c434a;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;-webkit-appearance:none}.media-toolbar-primary .search{max-width:100%}.media-modal .media-frame .media-search-input-label{position:absolute;left:0;top:10px;margin:0;line-height:1}.wp-core-ui .attachments{margin:0;-webkit-overflow-scrolling:touch}.wp-core-ui .attachment{position:relative;float:left;padding:8px;margin:0;color:#3c434a;cursor:pointer;list-style:none;text-align:center;-webkit-user-select:none;user-select:none;width:25%;box-sizing:border-box}.wp-core-ui .attachment.details:focus,.wp-core-ui .attachment:focus,.wp-core-ui .selected.attachment:focus{box-shadow:inset 0 0 2px 3px #fff,inset 0 0 0 7px #4f94d4;outline:2px solid transparent;outline-offset:-6px}.wp-core-ui .selected.attachment{box-shadow:inset 0 0 0 5px #fff,inset 0 0 0 7px #c3c4c7}.wp-core-ui .attachment.details{box-shadow:inset 0 0 0 3px #fff,inset 0 0 0 7px #2271b1}.wp-core-ui .attachment-preview{position:relative;box-shadow:inset 0 0 15px rgba(0,0,0,.1),inset 0 0 0 1px rgba(0,0,0,.05);background:#f0f0f1;cursor:pointer}.wp-core-ui .attachment-preview:before{content:"";display:block;padding-top:100%}.wp-core-ui .attachment .icon{margin:0 auto;overflow:hidden}.wp-core-ui .attachment .thumbnail{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;opacity:1;transition:opacity .1s}.wp-core-ui .attachment .portrait img{max-width:100%}.wp-core-ui .attachment .landscape img{max-height:100%}.wp-core-ui .attachment .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.wp-core-ui .attachment .thumbnail img{top:0;left:0}.wp-core-ui .attachment .thumbnail .centered{position:absolute;top:0;left:0;width:100%;height:100%;transform:translate(50%,50%)}.wp-core-ui .attachment .thumbnail .centered img{transform:translate(-50%,-50%)}.wp-core-ui .attachments-browser .attachment .thumbnail .centered img.icon{transform:translate(-50%,-70%)}.wp-core-ui .attachment .filename{position:absolute;left:0;right:0;bottom:0;overflow:hidden;max-height:100%;word-wrap:break-word;text-align:center;font-weight:600;background:rgba(255,255,255,.8);box-shadow:inset 0 0 0 1px rgba(0,0,0,.15)}.wp-core-ui .attachment .filename div{padding:5px 10px}.wp-core-ui .attachment .thumbnail img{position:absolute}.wp-core-ui .attachment-close{display:block;position:absolute;top:5px;right:5px;height:22px;width:22px;padding:0;background-color:#fff;background-position:-96px 4px;border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.3);transition:none}.wp-core-ui .attachment-close:focus,.wp-core-ui .attachment-close:hover{background-position:-36px 4px}.wp-core-ui .attachment .check{display:none;height:24px;width:24px;padding:0;border:0;position:absolute;z-index:10;top:0;right:0;outline:0;background:#f0f0f1;cursor:pointer;box-shadow:0 0 0 1px #fff,0 0 0 2px rgba(0,0,0,.15)}.wp-core-ui .attachment .check .media-modal-icon{display:block;background-position:-1px 0;height:15px;width:15px;margin:5px}.wp-core-ui .attachment .check:hover .media-modal-icon{background-position:-40px 0}.wp-core-ui .attachment.selected .check{display:block}.wp-core-ui .attachment.details .check,.wp-core-ui .attachment.selected .check:focus,.wp-core-ui .media-frame.mode-grid .attachment.selected .check{background-color:#2271b1;box-shadow:0 0 0 1px #fff,0 0 0 2px #2271b1}.wp-core-ui .attachment.selected .check:focus{outline:2px solid transparent}.wp-core-ui .attachment.details .check .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check .media-modal-icon{background-position:-21px 0}.wp-core-ui .attachment.details .check:hover .media-modal-icon,.wp-core-ui .attachment.selected .check:focus .media-modal-icon,.wp-core-ui .media-frame.mode-grid .attachment.selected .check:hover .media-modal-icon{background-position:-60px 0}.wp-core-ui .media-frame .attachment .describe{position:relative;display:block;width:100%;margin:0;padding:0 8px;font-size:12px;border-radius:0}.media-frame .attachments-browser{position:relative;width:100%;height:100%;overflow:hidden}.attachments-browser .media-toolbar{right:300px;height:72px;background:#fff}.attachments-browser.hide-sidebar .media-toolbar{right:0}.attachments-browser .media-toolbar-primary>.media-button,.attachments-browser .media-toolbar-primary>.media-button-group,.attachments-browser .media-toolbar-secondary>.media-button,.attachments-browser .media-toolbar-secondary>.media-button-group{margin:10px 0}.attachments-browser .attachments{padding:2px 8px 8px}.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper,.attachments-browser:not(.has-load-more) .attachments{position:absolute;top:72px;left:0;right:300px;bottom:0;overflow:auto;outline:0}.attachments-browser .uploader-inline.hidden{display:none}.attachments-browser .media-toolbar-primary{max-width:33%}.mode-grid .attachments-browser .media-toolbar-primary{display:flex;align-items:center;column-gap:.5rem;margin:11px 0}.mode-grid .attachments-browser .media-toolbar-mode-select .media-toolbar-primary{display:none}.attachments-browser .media-toolbar-secondary{max-width:66%}.uploader-inline .close{background-color:transparent;border:0;cursor:pointer;height:48px;outline:0;padding:0;position:absolute;right:2px;text-align:center;top:2px;width:48px;z-index:1}.uploader-inline .close:before{font:normal 30px/1 dashicons!important;color:#50575e;display:inline-block;content:"\f335";font-weight:300;margin-top:1px}.uploader-inline .close:focus{outline:1px solid #4f94d4;box-shadow:0 0 3px rgba(34,113,177,.8)}.attachments-browser.hide-sidebar .attachments,.attachments-browser.hide-sidebar .uploader-inline{right:0;margin-right:0}.attachments-browser .instructions{display:inline-block;margin-top:16px;line-height:1.38461538;font-size:13px;color:#646970}.attachments-browser .no-media{padding:2em 0 0 2em}.more-loaded .attachment:not(.found-media){background:#dcdcde}.load-more-wrapper{clear:both;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;padding:1em 0}.load-more-wrapper .load-more-count{min-width:100%;margin:0 0 1em;text-align:center}.load-more-wrapper .load-more{margin:0}.media-frame .load-more-wrapper .load-more+.spinner{float:none;margin:0 -30px 0 10px}.media-frame .load-more-wrapper .load-more.hidden+.spinner{margin:0}.load-more-wrapper::after{content:"";min-width:100%;order:1}.load-more-wrapper .load-more-jump{margin:0 0 0 12px}.attachment.new-media{outline:2px dotted #c3c4c7}.media-progress-bar{position:relative;height:10px;width:70%;margin:10px auto;border-radius:10px;background:#dcdcde;background:rgba(0,0,0,.1)}.media-progress-bar div{height:10px;min-width:20px;width:0;background:#2271b1;border-radius:10px;transition:width .3s}.media-uploader-status .media-progress-bar{display:none;width:100%}.uploading.media-uploader-status .media-progress-bar{display:block}.attachment-preview .media-progress-bar{position:absolute;top:50%;left:15%;width:70%;margin:-5px 0 0}.media-uploader-status{position:relative;margin:0 auto;padding-bottom:10px;max-width:400px}.uploader-inline .media-uploader-status h2{display:none}.media-uploader-status .upload-details{display:none;font-size:12px;color:#646970}.uploading.media-uploader-status .upload-details{display:block}.media-uploader-status .upload-detail-separator{padding:0 4px}.media-uploader-status .upload-count{color:#3c434a}.media-uploader-status .upload-dismiss-errors,.media-uploader-status .upload-errors{display:none}.errors.media-uploader-status .upload-dismiss-errors,.errors.media-uploader-status .upload-errors{display:block}.media-uploader-status .upload-dismiss-errors{transition:none;text-decoration:none}.upload-errors .upload-error{padding:12px;margin-bottom:12px;background:#fff;border-left:4px solid #d63638;box-shadow:0 1px 1px 0 rgba(0,0,0,.1)}.uploader-inline .upload-errors .upload-error{padding:12px 30px;background-color:#fcf0f1;box-shadow:none}.upload-errors .upload-error-filename{font-weight:600}.upload-errors .upload-error-message{display:block;padding-top:8px;word-wrap:break-word}.uploader-window,.wp-editor-wrap .uploader-editor{top:0;left:0;right:0;bottom:0;text-align:center;display:none}.uploader-window{position:fixed;z-index:250000;opacity:0;transition:opacity 250ms}.wp-editor-wrap .uploader-editor{position:absolute;z-index:99998;background:rgba(140,143,148,.9)}.uploader-window,.wp-editor-wrap .uploader-editor.droppable{background:rgba(10,75,120,.9)}.uploader-window-content,.wp-editor-wrap .uploader-editor-content{position:absolute;top:10px;left:10px;right:10px;bottom:10px;border:1px dashed #fff}.uploader-window .uploader-editor-title,.uploader-window h1,.wp-editor-wrap .uploader-editor .uploader-editor-title{position:absolute;top:50%;left:0;right:0;transform:translateY(-50%);font-size:3em;line-height:1.3;font-weight:600;color:#fff;margin:0;padding:0 10px}.wp-editor-wrap .uploader-editor .uploader-editor-title{display:none}.wp-editor-wrap .uploader-editor.droppable .uploader-editor-title{display:block}.uploader-window .media-progress-bar{margin-top:20px;max-width:300px;background:0 0;border-color:#fff;display:none}.uploader-window .media-progress-bar div{background:#fff}.uploading .uploader-window .media-progress-bar{display:block}.media-frame .uploader-inline{margin-bottom:20px;padding:0;text-align:center}.uploader-inline-content{position:absolute;top:30%;left:0;right:0}.uploader-inline-content .upload-ui{margin:2em 0}.uploader-inline-content .post-upload-ui{margin-bottom:2em}.uploader-inline .has-upload-message .upload-ui{margin:0 0 4em}.uploader-inline h2{font-size:20px;line-height:1.4;font-weight:400;margin:0}.uploader-inline .has-upload-message .upload-instructions{font-size:14px;color:#3c434a;font-weight:400}.uploader-inline .drop-instructions{display:none}.supports-drag-drop .uploader-inline .drop-instructions{display:block}.uploader-inline p{margin:.5em 0}.uploader-inline .media-progress-bar{display:none}.uploading.uploader-inline .media-progress-bar{display:block}.uploader-inline .browser{display:inline-block!important}.media-selection{position:absolute;top:0;left:0;right:350px;height:60px;padding:0 0 0 16px;overflow:hidden;white-space:nowrap}.media-selection .selection-info{display:inline-block;font-size:12px;height:60px;margin-right:10px;vertical-align:top}.media-selection.editing,.media-selection.empty{display:none}.media-selection.one .edit-selection{display:none}.media-selection .count{display:block;padding-top:12px;font-size:14px;line-height:1.42857142;font-weight:600}.media-selection .button-link{float:left;padding:1px 8px;margin:1px 8px 1px -8px;line-height:1.4;border-right:1px solid #dcdcde;color:#2271b1;text-decoration:none}.media-selection .button-link:focus,.media-selection .button-link:hover{color:#135e96}.media-selection .button-link:last-child{border-right:0;margin-right:0}.selection-info .clear-selection{color:#d63638}.selection-info .clear-selection:focus,.selection-info .clear-selection:hover{color:#d63638}.media-selection .selection-view{display:inline-block;vertical-align:top}.media-selection .attachments{display:inline-block;height:48px;margin:6px;padding:0;overflow:hidden;vertical-align:top}.media-selection .attachment{width:40px;padding:0;margin:4px}.media-selection .attachment .thumbnail{top:0;right:0;bottom:0;left:0}.media-selection .attachment .icon{width:50%}.media-selection .attachment-preview{box-shadow:none;background:0 0}.wp-core-ui .media-selection .attachment.details:focus,.wp-core-ui .media-selection .attachment:focus,.wp-core-ui .media-selection .selected.attachment:focus{box-shadow:0 0 0 1px #fff,0 0 2px 3px #4f94d4;outline:2px solid transparent}.wp-core-ui .media-selection .selected.attachment{box-shadow:none}.wp-core-ui .media-selection .attachment.details{box-shadow:0 0 0 1px #fff,0 0 0 3px #2271b1}.media-selection:after{content:"";display:block;position:absolute;top:0;right:0;bottom:0;width:25px;background-image:linear-gradient(to left,#fff,rgba(255,255,255,0))}.media-selection .attachment .filename{display:none}.media-frame .spinner{background:url(//speakquick.es/wp-includes/images/spinner.gif) no-repeat;background-size:20px 20px;float:right;display:inline-block;visibility:hidden;opacity:.7;width:20px;height:20px;margin:0;vertical-align:middle}.media-frame .media-sidebar .settings-save-status .spinner{position:absolute;right:0;top:0}.media-frame.mode-grid .spinner{margin:0;float:none;vertical-align:middle}.media-modal .media-toolbar .spinner{float:none;vertical-align:bottom;margin:0 0 5px 5px}.media-frame .instructions+.spinner.is-active{vertical-align:middle}.media-frame .spinner.is-active{visibility:visible}.attachment-details{position:relative;overflow:auto}.attachment-details .settings-save-status{text-align:right;text-transform:none;font-weight:400}.attachment-details .settings-save-status .spinner{float:none;margin-left:5px}.attachment-details .settings-save-status .saved{display:none}.attachment-details.save-waiting .settings-save-status .spinner{visibility:visible}.attachment-details.save-complete .settings-save-status .saved{display:inline-block}.attachment-info{overflow:hidden;min-height:60px;margin-bottom:16px;line-height:1.5;color:#646970;border-bottom:1px solid #dcdcde;padding-bottom:11px}.attachment-info .wp-media-wrapper{margin-bottom:8px}.attachment-info .wp-media-wrapper.wp-audio{margin-top:13px}.attachment-info .filename{font-weight:600;color:#3c434a;word-wrap:break-word}.attachment-info .thumbnail{position:relative;float:left;max-width:120px;max-height:120px;margin-top:5px;margin-right:10px;margin-bottom:5px}.uploading .attachment-info .thumbnail{width:120px;height:80px;box-shadow:inset 0 0 15px rgba(0,0,0,.1)}.uploading .attachment-info .media-progress-bar{margin-top:35px}.attachment-info .thumbnail-image:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.15);overflow:hidden}.attachment-info .thumbnail img{display:block;max-width:120px;max-height:120px;margin:0 auto}.attachment-info .details{float:left;font-size:12px;max-width:100%}.attachment-info .delete-attachment,.attachment-info .edit-attachment,.attachment-info .trash-attachment,.attachment-info .untrash-attachment{display:block;text-decoration:none;white-space:nowrap}.attachment-details.needs-refresh .attachment-info .edit-attachment{display:none}.attachment-info .edit-attachment{display:block}.media-modal .delete-attachment,.media-modal .trash-attachment,.media-modal .untrash-attachment{display:inline;padding:0;color:#d63638}.media-modal .delete-attachment:focus,.media-modal .delete-attachment:hover,.media-modal .trash-attachment:focus,.media-modal .trash-attachment:hover,.media-modal .untrash-attachment:focus,.media-modal .untrash-attachment:hover{color:#d63638}.attachment-display-settings{width:100%;float:left;overflow:hidden}.collection-settings{overflow:hidden}.collection-settings .setting input[type=checkbox]{float:left;margin-right:8px}.collection-settings .setting .name,.collection-settings .setting span{min-width:inherit}.media-modal .imgedit-wrap{position:static}.media-modal .imgedit-wrap .imgedit-panel-content{padding:16px 16px 0;overflow:visible}.media-modal .imgedit-wrap .imgedit-save-target{margin:8px 0 24px}.media-modal .imgedit-group{background:0 0;border:none;box-shadow:none;margin:0;padding:0;position:relative}.media-modal .imgedit-group.imgedit-panel-active{margin-bottom:16px;padding-bottom:16px}.media-modal .imgedit-group-top{margin:0}.media-modal .imgedit-group-top h2,.media-modal .imgedit-group-top h2 .button-link{display:inline-block;text-transform:uppercase;font-size:12px;color:#646970;margin:0;margin-top:3px}.media-modal .imgedit-group-top h2 .button-link,.media-modal .imgedit-group-top h2 a{text-decoration:none;color:#646970}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:active,.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:hover{border:1px solid transparent;margin:0;padding:0;background:0 0;color:#2271b1;font-size:20px;line-height:1;cursor:pointer;box-sizing:content-box;box-shadow:none}.wp-core-ui.media-modal .image-editor .imgedit-help-toggle:focus{color:#2271b1;border-color:#2271b1;box-shadow:0 0 0 1px #2271b1;outline:2px solid transparent}.wp-core-ui.media-modal .imgedit-group-top .dashicons-arrow-down.imgedit-help-toggle{margin-top:-3px}.wp-core-ui.media-modal .image-editor h3 .imgedit-help-toggle{margin-top:-2px}.media-modal .imgedit-help-toggled span.dashicons:before{content:"\f142"}.media-modal .imgedit-thumbnail-preview{margin:10px 8px 0 0}.imgedit-thumbnail-preview-caption{display:block}.media-modal .imgedit-wrap .notice,.media-modal .imgedit-wrap div.updated{margin:0 16px}.embed-url{display:block;position:relative;padding:16px;margin:0;z-index:250;background:#fff;font-size:18px}.media-frame .embed-url input{font-size:18px;line-height:1.22222222;padding:12px 40px 12px 14px;width:100%;min-width:200px;box-shadow:inset 2px 2px 4px -2px rgba(0,0,0,.1)}.media-frame .embed-url input::-ms-clear{display:none}.media-frame .embed-url .spinner{position:absolute;top:32px;right:26px}.media-frame .embed-loading .embed-url .spinner{visibility:visible}.embed-link-settings,.embed-media-settings{position:absolute;top:82px;left:0;right:0;bottom:0;padding:0 16px;overflow:auto}.media-embed .embed-link-settings .link-text{margin-top:0}.embed-link-settings::after,.embed-media-settings::after{content:"";display:flex;clear:both;height:24px}.media-embed .embed-link-settings{overflow:visible}.embed-preview embed,.embed-preview iframe,.embed-preview img,.mejs-container video{max-width:100%;vertical-align:middle}.embed-preview a{display:inline-block}.embed-preview img{display:block;height:auto}.mejs-container:focus{outline:1px solid #2271b1;box-shadow:0 0 0 2px #2271b1}.image-details .media-modal{left:140px;right:140px}.image-details .media-frame-content,.image-details .media-frame-router,.image-details .media-frame-title{left:0}.image-details .embed-media-settings{top:0;overflow:visible;padding:0}.image-details .embed-media-settings::after{content:none}.image-details .embed-media-settings,.image-details .embed-media-settings div{box-sizing:border-box}.image-details .column-settings{background:#f6f7f7;border-right:1px solid #dcdcde;min-height:100%;width:55%;position:absolute;top:0;left:0}.image-details .column-settings h2{margin:20px;padding-top:20px;border-top:1px solid #dcdcde;color:#1d2327}.image-details .column-image{width:45%;position:absolute;left:55%;top:0}.image-details .image{margin:20px}.image-details .image img{max-width:100%;max-height:500px}.image-details .advanced-toggle{padding:0;color:#646970;text-transform:uppercase;text-decoration:none}.image-details .advanced-toggle:active,.image-details .advanced-toggle:hover{color:#646970}.image-details .advanced-toggle:after{font:normal 20px/1 dashicons;speak:never;vertical-align:top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140";display:inline-block;margin-top:-2px}.image-details .advanced-visible .advanced-toggle:after{content:"\f142"}.image-details .custom-size .custom-size-setting,.image-details .custom-size label{display:block;float:left}.image-details .custom-size .custom-size-setting label{float:none}.image-details .custom-size input{width:5em}.image-details .custom-size .sep{float:left;margin:26px 6px 0}.image-details .custom-size .description{margin-left:0}.media-embed .thumbnail{max-width:100%;max-height:200px;position:relative;float:left}.media-embed .thumbnail img{max-height:200px;display:block}.media-embed .thumbnail:after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);overflow:hidden}.media-embed .setting,.media-embed .setting-group{width:100%;margin:10px 0;float:left;display:block;clear:both}.media-embed .setting-group .setting:not(.checkbox-setting){margin:0}.media-embed .setting.has-description{margin-bottom:5px}.media-embed .description{clear:both;font-style:normal}.media-embed .content-track+.description{line-height:1.4;max-width:none!important}.media-embed .remove-track{margin-bottom:10px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{float:none;width:auto}.image-details .actions{margin:10px 0}.image-details .hidden{display:none}.media-embed .setting input[type=text],.media-embed .setting textarea,.media-embed fieldset{display:block;width:100%;max-width:400px}.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{max-width:inherit;width:70%}.image-details .description,.image-details .embed-media-settings .custom-size,.image-details .embed-media-settings .link-target,.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting-group{margin-left:27%;width:70%}.image-details .description{font-style:normal;margin-top:0}.image-details .embed-media-settings .link-target{margin-top:16px}.audio-details .checkbox-label,.image-details .checkbox-label,.video-details .checkbox-label{vertical-align:baseline}.media-embed .setting input.hidden,.media-embed .setting textarea.hidden{display:none}.media-embed .setting .name,.media-embed .setting span,.media-embed .setting-group .name{display:inline-block;font-size:13px;line-height:1.84615384;color:#646970}.media-embed .setting span{display:block;width:200px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:left;width:25%;text-align:right;margin:8px 1% 0;line-height:1.1}.image-details .embed-media-settings .setting .button-group,.media-frame .setting-group .button-group{width:auto}.media-embed-sidebar{position:absolute;top:0;left:440px}.advanced-section,.link-settings{margin-top:10px}.media-frame .setting .button-group{display:flex;margin:0!important;max-width:none!important}.rtl .media-frame,.rtl .media-frame .search,.rtl .media-frame input[type=email],.rtl .media-frame input[type=number],.rtl .media-frame input[type=password],.rtl .media-frame input[type=search],.rtl .media-frame input[type=tel],.rtl .media-frame input[type=text],.rtl .media-frame input[type=url],.rtl .media-frame select,.rtl .media-frame textarea,.rtl .media-modal{font-family:Tahoma,sans-serif}:lang(he-il) .rtl .media-frame,:lang(he-il) .rtl .media-frame .search,:lang(he-il) .rtl .media-frame input[type=email],:lang(he-il) .rtl .media-frame input[type=number],:lang(he-il) .rtl .media-frame input[type=password],:lang(he-il) .rtl .media-frame input[type=search],:lang(he-il) .rtl .media-frame input[type=text],:lang(he-il) .rtl .media-frame input[type=url],:lang(he-il) .rtl .media-frame select,:lang(he-il) .rtl .media-frame textarea,:lang(he-il) .rtl .media-modal{font-family:Arial,sans-serif}@media only screen and (max-width:900px){.media-modal .media-frame-title{height:40px}.media-modal .media-frame-title h1{line-height:2.22222222;font-size:18px}.media-modal-close{width:42px;height:42px}.media-frame .media-frame-title{position:static;padding:0 44px;text-align:center}.media-frame:not(.hide-menu) .media-frame-content,.media-frame:not(.hide-menu) .media-frame-router,.media-frame:not(.hide-menu) .media-frame-toolbar{left:0}.media-frame:not(.hide-menu) .media-frame-router{top:80px}.media-frame:not(.hide-menu) .media-frame-content{top:114px}.media-frame.hide-router .media-frame-content{top:80px}.media-frame:not(.hide-menu) .media-frame-menu{position:static;width:0}.media-frame:not(.hide-menu) .media-menu{display:none;width:auto;max-width:80%;overflow:auto;z-index:2000;top:75px;left:50%;transform:translateX(-50%);right:auto;bottom:auto;padding:5px 0;border:1px solid #c3c4c7}.media-frame:not(.hide-menu) .media-menu.visible{display:block}.media-frame:not(.hide-menu) .media-menu>a{padding:12px 16px;font-size:16px}.media-frame:not(.hide-menu) .media-menu .separator{margin:5px 10px}.media-frame-menu-heading{clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;overflow:hidden;padding:0;width:1px;word-wrap:normal!important}.wp-core-ui .media-frame:not(.hide-menu) .button.media-frame-menu-toggle{display:inline-flex;align-items:center;position:absolute;left:50%;transform:translateX(-50%);margin:-6px 0 0;padding:0 2px 0 12px;font-size:.875rem;font-weight:600;text-decoration:none;background:0 0;height:.1%;min-height:40px}.wp-core-ui .button.media-frame-menu-toggle:active,.wp-core-ui .button.media-frame-menu-toggle:hover{background:0 0;transform:none}.wp-core-ui .button.media-frame-menu-toggle:focus{outline:1px solid transparent}.media-sidebar{width:230px}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:262px}.attachments-browser .attachments,.attachments-browser .attachments-wrapper,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.attachments-browser.has-load-more .attachments-wrapper{right:262px}.attachments-browser .media-toolbar{height:82px}.attachments-browser .attachments,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{top:82px}.attachment-details .setting,.media-sidebar .setting{margin:6px 0}.attachment-details .setting .name,.attachment-details .setting input,.attachment-details .setting textarea,.compat-item label span,.media-sidebar .setting .name,.media-sidebar .setting input,.media-sidebar .setting textarea{float:none;display:inline-block}.attachment-details .setting span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting span{float:none}.media-sidebar .setting .select-label-inline{display:inline}.attachment-details .setting .name,.compat-item label span,.media-sidebar .checkbox-label-inline,.media-sidebar .setting .name{text-align:inherit;min-height:16px;margin:0;padding:8px 2px 2px}.attachment-details .attachment-info .copy-to-clipboard-container,.media-sidebar .setting .copy-to-clipboard-container{margin-left:0;padding-top:0}.attachment-details .attachment-info .copy-attachment-url,.media-sidebar .setting .copy-attachment-url{margin:0 1px}.attachment-details .setting .value,.media-sidebar .setting .value{float:none;width:auto}.attachment-details .setting input[type=email],.attachment-details .setting input[type=number],.attachment-details .setting input[type=password],.attachment-details .setting input[type=search],.attachment-details .setting input[type=tel],.attachment-details .setting input[type=text],.attachment-details .setting input[type=url],.attachment-details .setting select,.attachment-details .setting textarea,.attachment-details .setting+.description,.media-sidebar .setting input[type=email],.media-sidebar .setting input[type=number],.media-sidebar .setting input[type=password],.media-sidebar .setting input[type=search],.media-sidebar .setting input[type=tel],.media-sidebar .setting input[type=text],.media-sidebar .setting input[type=url],.media-sidebar .setting select,.media-sidebar .setting textarea{float:none;width:98%;max-width:none;height:auto}.media-frame .media-toolbar input[type=search]{line-height:2.25}.attachment-details .setting select.columns,.media-sidebar .setting select.columns{width:auto}.media-frame .search,.media-frame input,.media-frame textarea{padding:3px 6px}.wp-admin .media-frame select{min-height:40px;font-size:16px;line-height:1.625;padding:5px 24px 5px 8px}.image-details .column-image{width:30%;left:70%}.image-details .column-settings{width:70%}.image-details .media-modal{left:30px;right:30px}.image-details .embed-media-settings .setting,.image-details .embed-media-settings .setting-group{margin:20px}.image-details .embed-media-settings .setting .name,.image-details .embed-media-settings .setting span{float:none;text-align:left;width:100%;margin-bottom:4px;margin-left:0}.media-modal .legend-inline{position:static;transform:none;margin-left:0;margin-bottom:6px}.image-details .embed-media-settings .setting-group .setting{margin-bottom:0}.image-details .embed-media-settings .setting input.link-to-custom,.image-details .embed-media-settings .setting input[type=text],.image-details .embed-media-settings .setting textarea{width:100%;margin-left:0}.image-details .embed-media-settings .setting.has-description{margin-bottom:5px}.image-details .description{width:auto;margin:0 20px}.image-details .embed-media-settings .custom-size{margin-left:20px}.collection-settings .setting input[type=checkbox]{float:none;margin-top:0}.media-selection{min-width:120px}.media-selection:after{background:0 0}.media-selection .attachments{display:none}.media-modal .attachments-browser .media-toolbar .search{max-width:100%;height:auto;float:right}.media-modal .attachments-browser .media-toolbar .attachment-filters{height:auto}.media-frame input[type=email],.media-frame input[type=number],.media-frame input[type=password],.media-frame input[type=search],.media-frame input[type=text],.media-frame input[type=url],.media-frame select,.media-frame textarea{font-size:16px;line-height:1.5}.media-frame .media-toolbar input[type=search]{line-height:2.3755}.media-modal .media-toolbar .spinner{margin-bottom:10px}}@media screen and (max-width:782px){.imgedit-panel-content{grid-template-columns:auto}.media-frame-toolbar .media-toolbar{bottom:-54px}.mode-grid .attachments-browser .media-toolbar-primary{display:grid;grid-template-columns:auto 1fr}.mode-grid .attachments-browser .media-toolbar-primary input[type=search]{width:100%}.attachment-details .copy-to-clipboard-container .success,.media-sidebar .copy-to-clipboard-container .success{font-size:14px;line-height:2.71428571}.media-frame .wp-filter .media-toolbar-secondary{position:unset}.media-frame .media-toolbar-secondary .spinner{position:absolute;top:0;bottom:0;margin:auto;left:0;right:0;z-index:9}.media-bg-overlay{content:'';background:#fff;width:100%;height:100%;display:none;position:absolute;left:0;right:0;top:0;bottom:0;opacity:.6}}@media only screen and (max-width:640px),screen and (max-height:400px){.image-details .media-modal,.media-modal{position:fixed;top:0;left:0;right:0;bottom:0}.media-modal-backdrop{position:fixed}.options-general-php .crop-content.site-icon,.wp-customizer:not(.mobile) .media-frame-content .crop-content.site-icon{margin-right:0}.media-sidebar{z-index:1900;max-width:70%;bottom:120%;box-sizing:border-box;padding-bottom:0}.media-sidebar.visible{bottom:0}.attachments-browser .attachments,.attachments-browser .media-toolbar,.attachments-browser .uploader-inline,.media-frame-content .attachments-browser .attachments-wrapper{right:0}.image-details .media-frame-title{display:block;top:0;font-size:14px}.image-details .column-image,.image-details .column-settings{width:100%;position:relative;left:0}.image-details .column-settings{padding:4px 0}.media-frame-content .media-toolbar .instructions{display:none}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (min-width:901px) and (max-height:400px){.media-frame:not(.hide-menu) .media-menu,.media-menu{top:0;padding-top:44px}.load-more-wrapper .load-more-jump{margin:12px 0 0}}@media only screen and (max-width:480px){.wp-core-ui.wp-customizer .media-button{margin-top:13px}}@media print,(min-resolution:120dpi){.wp-core-ui .media-modal-icon{background-image:url(//speakquick.es/wp-includes/images/uploader-icons-2x.png);background-size:134px 15px}.media-frame .spinner{background-image:url(//speakquick.es/wp-includes/images/spinner-2x.gif)}}.media-frame-content[data-columns="1"] .attachment{width:100%}.media-frame-content[data-columns="2"] .attachment{width:50%}.media-frame-content[data-columns="3"] .attachment{width:33.33%}.media-frame-content[data-columns="4"] .attachment{width:25%}.media-frame-content[data-columns="5"] .attachment{width:20%}.media-frame-content[data-columns="6"] .attachment{width:16.66%}.media-frame-content[data-columns="7"] .attachment{width:14.28%}.media-frame-content[data-columns="8"] .attachment{width:12.5%}.media-frame-content[data-columns="9"] .attachment{width:11.11%}.media-frame-content[data-columns="10"] .attachment{width:10%}.media-frame-content[data-columns="11"] .attachment{width:9.09%}.media-frame-content[data-columns="12"] .attachment{width:8.33%}.imgareaselect-border1 {
background: url(//speakquick.es/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y left top;
}
.imgareaselect-border2 {
background: url(//speakquick.es/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left top;
}
.imgareaselect-border3 {
background: url(//speakquick.es/wp-includes/js/imgareaselect/border-anim-v.gif) repeat-y right top;
}
.imgareaselect-border4 {
background: url(//speakquick.es/wp-includes/js/imgareaselect/border-anim-h.gif) repeat-x left bottom;
}
.imgareaselect-border1, .imgareaselect-border2,
.imgareaselect-border3, .imgareaselect-border4 {
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-handle {
background-color: #fff;
border: solid 1px #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-outer {
background-color: #000;
filter: alpha(opacity=50);
opacity: 0.5;
}
.imgareaselect-selection {
}table{border-collapse:inherit !important}.frontend-item-container{width:100%;margin-bottom:10px}.frontend-item-container label{margin-bottom:10px;display:table}.frontend-item-container input[type="text"],.frontend-item-container input[type="email"],.frontend-item-container input[type="url"],.frontend-item-container textarea,.frontend-item-container select{width:100%;clear:both;padding:8px;box-sizing:border-box;max-width:100%}.frontend-item-container .select2.select2-container .select2-selection.select-with-search-container,.frontend-item-container input[type="text"],.frontend-item-container input[type="email"],.frontend-item-container input[type="url"],.frontend-item-container textarea,.frontend-item-container select{border:1px solid rgba(0,0,0,0.2);background:rgba(0,0,0,0.015);border-radius:0;-ms-border-radius:0;-moz-border-radius:0;-webkit-border-radius:0;box-shadow:0 0 2px rgba(0,0,0,0.15) inset;-ms-box-shadow:0 0 2px rgba(0,0,0,0.15) inset;-moz-box-shadow:0 0 2px rgba(0,0,0,0.15) inset;-webkit-box-shadow:0 0 2px rgba(0,0,0,0.15) inset}.frontend-item-container .frontend-form-success-links{margin:5px 0}.frontend-item-container .frontend-item-messages{border:none;color:#FFFFFF}.frontend-item-container .frontend-item-messages a,.frontend-item-container .frontend-item-messages a:active,.frontend-item-container .frontend-item-messages a:focus{color:#FFFFFF;text-decoration:none;border-bottom:1px dashed}.frontend-item-container .frontend-item-errors{margin-bottom:20px;padding:10px 15px;font-size:0.9em;background:#D62727;text-shadow:1px 1px #C61717}.frontend-item-container .frontend-item-errors ul{list-style:inside none disc;margin-left:0}.frontend-item-container .frontend-item-errors ul li:only-of-type{list-style:none}.frontend-item-container .frontend-item-errors ul,.frontend-item-container .frontend-item-errors li{margin-bottom:0;padding-bottom:0}.frontend-item-container .frontend-item-success{margin-bottom:20px;padding:10px 15px;font-size:0.9em;background:#5ab035;text-shadow:1px 1px #3a9015}.frontend-item-container .frontend-item-success ul{list-style:inside none disc;margin-left:0}.frontend-item-container .frontend-item-success ul li:only-of-type{list-style:none}.frontend-item-container .frontend-item-success ul,.frontend-item-container .frontend-item-success li{margin-bottom:0;padding-bottom:0}.frontend-item-container ::-webkit-input-placeholder{color:#999;font-family:inherit}.frontend-item-container :-moz-placeholder{color:#999;font-family:inherit}.frontend-item-container ::-moz-placeholder{color:#999;font-family:inherit}.frontend-item-container :-ms-input-placeholder{color:#999;font-family:inherit}.frontend-form-icon{display:none}.frontend-form-icon .fa-check{color:#7db62f;text-shadow:1px 1px #1d5600}.frontend-form-icon .fa-times{color:#d32d27;text-shadow:1px 1px #530000}.qtip-default.frontend-form-qtip{border-radius:2px;-ms-border-radius:2px;-moz-border-radius:2px;-webkit-border-radius:2px;background:#D62727;color:#fff;border:1px solid #D62727}.qtip-default.frontend-form-qtip .qtip-content{font-size:12px;line-height:14px;padding:8px 10px}.qtip-default.frontend-form-qtip ul{list-style:none outside none;margin:0}.wp-ref .mce-container,.wp-ref .mce-container *,.wp-ref .mce-widget,.wp-ref .mce-widget *,.wp-ref .mce-reset{margin:0;padding:0;border:0;outline:0;vertical-align:top;background:transparent;text-decoration:none;color:#333;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:14px;text-shadow:none;float:none;position:static;width:auto;height:auto;white-space:nowrap;cursor:inherit;-webkit-tap-highlight-color:transparent;line-height:normal;font-weight:normal;text-align:left;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;direction:ltr;max-width:none}.wp-ref .mce-widget button{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}.wp-ref .mce-container *[unselectable]{-moz-user-select:none;-webkit-user-select:none;-o-user-select:none;user-select:none}.wp-ref .mce-fade{opacity:0;-webkit-transition:opacity .15s linear;transition:opacity .15s linear}.wp-ref .mce-fade.mce-in{opacity:1}.wp-ref .mce-tinymce{visibility:inherit !important;position:relative}.wp-ref .mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%;z-index:100}.wp-ref div.mce-fullscreen{position:fixed;top:0;left:0;width:100%;height:auto}.wp-ref .mce-tinymce{display:block}.wp-ref .mce-wordcount{position:absolute;top:0;right:0;padding:8px}.wp-ref div.mce-edit-area{background:#fff;filter:none}.wp-ref .mce-statusbar{position:relative}.wp-ref .mce-statusbar .mce-container-body{position:relative}.wp-ref .mce-fullscreen .mce-resizehandle{display:none}.wp-ref .mce-charmap{border-collapse:collapse}.wp-ref .mce-charmap td{cursor:default;border:1px solid rgba(0,0,0,0.2);width:20px;height:20px;line-height:20px;text-align:center;vertical-align:middle;padding:2px}.wp-ref .mce-charmap td div{text-align:center}.wp-ref .mce-charmap td:hover{background:#d9d9d9}.wp-ref .mce-grid td.mce-grid-cell div{border:1px solid #d6d6d6;width:15px;height:15px;margin:0;cursor:pointer}.wp-ref .mce-grid td.mce-grid-cell div:focus{border-color:#3498db}.wp-ref .mce-grid td.mce-grid-cell div[disabled]{cursor:not-allowed}.wp-ref .mce-grid{border-spacing:2px;border-collapse:separate}.wp-ref .mce-grid a{display:block;border:1px solid transparent}.wp-ref .mce-grid a:hover,.wp-ref .mce-grid a:focus{border-color:#3498db}.wp-ref .mce-grid-border{margin:0 4px 0 4px}.wp-ref .mce-grid-border a{border-color:#d6d6d6;width:13px;height:13px}.wp-ref .mce-grid-border a:hover,.wp-ref .mce-grid-border a.mce-active{border-color:#3498db;background:#3498db}.wp-ref .mce-text-center{text-align:center}.wp-ref div.mce-tinymce-inline{width:100%}.wp-ref .mce-colorbtn-trans div{text-align:center;vertical-align:middle;font-weight:bold;font-size:20px;line-height:16px;color:#707070}.wp-ref .mce-monospace{font-family:"Courier New",Courier,monospace}.wp-ref .mce-toolbar-grp{padding:2px 0}.wp-ref .mce-toolbar-grp .mce-flow-layout-item{margin-bottom:0}.wp-ref .mce-rtl .mce-wordcount{left:0;right:auto}.wp-ref .mce-croprect-container{position:absolute;top:0;left:0}.wp-ref .mce-croprect-handle{position:absolute;top:0;left:0;width:20px;height:20px;border:2px solid white}.wp-ref .mce-croprect-handle-nw{border-width:2px 0 0 2px;margin:-2px 0 0 -2px;cursor:nw-resize;top:100px;left:100px}.wp-ref .mce-croprect-handle-ne{border-width:2px 2px 0 0;margin:-2px 0 0 -20px;cursor:ne-resize;top:100px;left:200px}.wp-ref .mce-croprect-handle-sw{border-width:0 0 2px 2px;margin:-20px 2px 0 -2px;cursor:sw-resize;top:200px;left:100px}.wp-ref .mce-croprect-handle-se{border-width:0 2px 2px 0;margin:-20px 0 0 -20px;cursor:se-resize;top:200px;left:200px}.wp-ref .mce-croprect-handle-move{position:absolute;cursor:move;border:0}.wp-ref .mce-croprect-block{opacity:.3;filter:alpha(opacity=30);zoom:1;position:absolute;background:black}.wp-ref .mce-imagepanel{overflow:auto;background:black}.wp-ref .mce-imagepanel img{position:absolute}.wp-ref .mce-imagetool.mce-btn .mce-ico{display:block;width:20px;height:20px;text-align:center;line-height:20px;font-size:20px;padding:5px}.wp-ref .mce-container,.wp-ref .mce-container-body{display:block}.wp-ref .mce-autoscroll{overflow:hidden}.wp-ref .mce-scrollbar{position:absolute;width:7px;height:100%;top:2px;right:2px;opacity:.4;filter:alpha(opacity=40);zoom:1}.wp-ref .mce-scrollbar-h{top:auto;right:auto;left:2px;bottom:2px;width:100%;height:7px}.wp-ref .mce-scrollbar-thumb{position:absolute;background-color:#000;border:1px solid #888;border-color:rgba(85,85,85,0.6);width:5px;height:100%}.wp-ref .mce-scrollbar-h .mce-scrollbar-thumb{width:100%;height:5px}.wp-ref .mce-scrollbar:hover,.wp-ref .mce-scrollbar.mce-active{background-color:#aaa;opacity:.6;filter:alpha(opacity=60);zoom:1}.wp-ref .mce-scroll{position:relative}.wp-ref .mce-panel{border:0 solid #cacaca;border:0 solid rgba(0,0,0,0.2);background-color:#f0f0f0}.wp-ref .mce-floatpanel{position:absolute}.wp-ref .mce-floatpanel.mce-fixed{position:fixed}.wp-ref .mce-floatpanel .mce-arrow,.wp-ref .mce-floatpanel .mce-arrow:after{position:absolute;display:block;width:0;height:0;border-color:transparent;border-style:solid}.wp-ref .mce-floatpanel .mce-arrow{border-width:11px}.wp-ref .mce-floatpanel .mce-arrow:after{border-width:10px;content:""}.wp-ref .mce-floatpanel.mce-popover{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;top:0;left:0;background:#fff;border:1px solid rgba(0,0,0,0.2);border:1px solid rgba(0,0,0,0.25)}.wp-ref .mce-floatpanel.mce-popover.mce-bottom{margin-top:10px;*margin-top:0}.wp-ref .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow{left:50%;margin-left:-11px;border-top-width:0;border-bottom-color:rgba(0,0,0,0.2);border-bottom-color:rgba(0,0,0,0.25);top:-11px}.wp-ref .mce-floatpanel.mce-popover.mce-bottom>.mce-arrow:after{top:1px;margin-left:-10px;border-top-width:0;border-bottom-color:#fff}.wp-ref .mce-floatpanel.mce-popover.mce-bottom.mce-start{margin-left:-22px}.wp-ref .mce-floatpanel.mce-popover.mce-bottom.mce-start>.mce-arrow{left:20px}.wp-ref .mce-floatpanel.mce-popover.mce-bottom.mce-end{margin-left:22px}.wp-ref .mce-floatpanel.mce-popover.mce-bottom.mce-end>.mce-arrow{right:10px;left:auto}.wp-ref .mce-fullscreen{border:0;padding:0;margin:0;overflow:hidden;height:100%}.wp-ref div.mce-fullscreen{position:fixed;top:0;left:0}.wp-ref #mce-modal-block{opacity:0;filter:alpha(opacity=0);zoom:1;position:fixed;left:0;top:0;width:100%;height:100%;background:#000}.wp-ref #mce-modal-block.mce-in{opacity:.3;filter:alpha(opacity=30);zoom:1}.wp-ref .mce-window-move{cursor:move}.wp-ref .mce-window{filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;background:#fff;position:fixed;top:0;left:0;opacity:0;-webkit-transition:opacity 150ms ease-in;transition:opacity 150ms ease-in}.wp-ref .mce-window.mce-in{opacity:1}.wp-ref .mce-window-head{padding:9px 15px;border-bottom:1px solid #c5c5c5;position:relative}.wp-ref .mce-window-head .mce-close{position:absolute;right:15px;top:9px;font-size:20px;font-weight:bold;line-height:20px;color:#858585;cursor:pointer;height:20px;overflow:hidden}.wp-ref .mce-close:hover{color:#adadad}.wp-ref .mce-window-head .mce-title{line-height:20px;font-size:20px;font-weight:bold;text-rendering:optimizelegibility;padding-right:10px}.wp-ref .mce-window .mce-container-body{display:block}.wp-ref .mce-foot{display:block;background-color:#fff;border-top:1px solid #c5c5c5}.wp-ref .mce-window-head .mce-dragh{position:absolute;top:0;left:0;cursor:move;width:90%;height:100%}.wp-ref .mce-window iframe{width:100%;height:100%}.wp-ref .mce-window-body .mce-listbox{border-color:#ccc}.wp-ref .mce-rtl .mce-window-head .mce-close{position:absolute;right:auto;left:15px}.wp-ref .mce-rtl .mce-window-head .mce-dragh{left:auto;right:0}.wp-ref .mce-rtl .mce-window-head .mce-title{direction:rtl;text-align:right}.wp-ref .mce-tooltip{position:absolute;padding:5px;opacity:.8;filter:alpha(opacity=80);zoom:1}.wp-ref .mce-tooltip-inner{font-size:11px;background-color:#000;color:white;max-width:200px;padding:5px 8px 4px 8px;text-align:center;white-space:normal}.wp-ref .mce-tooltip-arrow{position:absolute;width:0;height:0;line-height:0;border:5px dashed #000}.wp-ref .mce-tooltip-arrow-n{border-bottom-color:#000}.wp-ref .mce-tooltip-arrow-s{border-top-color:#000}.wp-ref .mce-tooltip-arrow-e{border-left-color:#000}.wp-ref .mce-tooltip-arrow-w{border-right-color:#000}.wp-ref .mce-tooltip-nw,.wp-ref .mce-tooltip-sw{margin-left:-14px}.wp-ref .mce-tooltip-n .mce-tooltip-arrow{top:0;left:50%;margin-left:-5px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-nw .mce-tooltip-arrow{top:0;left:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-ne .mce-tooltip-arrow{top:0;right:10px;border-bottom-style:solid;border-top:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-s .mce-tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-sw .mce-tooltip-arrow{bottom:0;left:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-se .mce-tooltip-arrow{bottom:0;right:10px;border-top-style:solid;border-bottom:none;border-left-color:transparent;border-right-color:transparent}.wp-ref .mce-tooltip-e .mce-tooltip-arrow{right:0;top:50%;margin-top:-5px;border-left-style:solid;border-right:none;border-top-color:transparent;border-bottom-color:transparent}.wp-ref .mce-tooltip-w .mce-tooltip-arrow{left:0;top:50%;margin-top:-5px;border-right-style:solid;border-left:none;border-top-color:transparent;border-bottom-color:transparent}.wp-ref .mce-progress{display:inline-block;position:relative;height:20px}.wp-ref .mce-progress .mce-bar-container{display:inline-block;width:100px;height:100%;margin-right:8px;border:1px solid #ccc;overflow:hidden}.wp-ref .mce-progress .mce-text{display:inline-block;margin-top:auto;margin-bottom:auto;font-size:14px;width:40px;color:#333}.wp-ref .mce-bar{display:block;width:0;height:100%;background-color:#d7d7d7;-webkit-transition:width .2s ease;transition:width .2s ease}.wp-ref .mce-notification{position:absolute;background-color:#f0f0f0;padding:5px;margin-top:5px;opacity:.8;filter:alpha(opacity=80);zoom:1;border-width:1px;border-style:solid;border-color:#ccc}.wp-ref .mce-notification-success{background-color:#dff0d8;border-color:#d6e9c6}.wp-ref .mce-notification-info{background-color:#d9edf7;border-color:#779ecb}.wp-ref .mce-notification-warning{background-color:#fcf8e3;border-color:#faebcc}.wp-ref .mce-notification-error{background-color:#f2dede;border-color:#ebccd1}.wp-ref .mce-notification.mce-has-close{padding-right:15px}.wp-ref .mce-notification .mce-ico{margin-top:5px}.wp-ref .mce-notification-inner{display:inline-block;font-size:14px;margin:5px 8px 4px 8px;text-align:center;white-space:normal;color:#31708f}.wp-ref .mce-notification-inner a{text-decoration:underline;cursor:pointer}.wp-ref .mce-notification .mce-progress{margin-right:8px}.wp-ref .mce-notification .mce-progress .mce-text{margin-top:5px}.wp-ref .mce-notification *,.wp-ref .mce-notification .mce-progress .mce-text{color:#333}.wp-ref .mce-notification .mce-progress .mce-bar-container{border-color:#ccc}.wp-ref .mce-notification .mce-progress .mce-bar-container .mce-bar{background-color:#333}.wp-ref .mce-notification-success *,.wp-ref .mce-notification-success .mce-progress .mce-text{color:#3c763d}.wp-ref .mce-notification-success .mce-progress .mce-bar-container{border-color:#d6e9c6}.wp-ref .mce-notification-success .mce-progress .mce-bar-container .mce-bar{background-color:#3c763d}.wp-ref .mce-notification-info *,.wp-ref .mce-notification-info .mce-progress .mce-text{color:#31708f}.wp-ref .mce-notification-info .mce-progress .mce-bar-container{border-color:#779ecb}.wp-ref .mce-notification-info .mce-progress .mce-bar-container .mce-bar{background-color:#31708f}.wp-ref .mce-notification-warning *,.wp-ref .mce-notification-warning .mce-progress .mce-text{color:#8a6d3b}.wp-ref .mce-notification-warning .mce-progress .mce-bar-container{border-color:#faebcc}.wp-ref .mce-notification-warning .mce-progress .mce-bar-container .mce-bar{background-color:#8a6d3b}.wp-ref .mce-notification-error *,.wp-ref .mce-notification-error .mce-progress .mce-text{color:#a94442}.wp-ref .mce-notification-error .mce-progress .mce-bar-container{border-color:#ebccd1}.wp-ref .mce-notification-error .mce-progress .mce-bar-container .mce-bar{background-color:#a94442}.wp-ref .mce-notification .mce-close{position:absolute;top:6px;right:8px;font-size:20px;font-weight:bold;line-height:20px;color:#858585;cursor:pointer;height:20px;overflow:hidden}.wp-ref .mce-abs-layout{position:relative}.wp-ref body .mce-abs-layout-item,.wp-ref .mce-abs-end{position:absolute}.wp-ref .mce-abs-end{width:1px;height:1px}.wp-ref .mce-container-body.mce-abs-layout{overflow:hidden}.wp-ref .mce-btn{border:1px solid #b1b1b1;border-color:transparent transparent transparent transparent;position:relative;text-shadow:0 1px 1px rgba(255,255,255,0.75);display:inline-block;*display:inline;*zoom:1;background-color:#f0f0f0}.wp-ref .mce-btn:hover,.wp-ref .mce-btn:focus{color:#333;background-color:#e3e3e3;border-color:#ccc}.wp-ref .mce-btn.mce-disabled button,.wp-ref .mce-btn.mce-disabled:hover button{cursor:default;opacity:.4;filter:alpha(opacity=40);zoom:1}.wp-ref .mce-btn.mce-active,.wp-ref .mce-btn.mce-active:hover{background-color:#dbdbdb;border-color:#ccc}.wp-ref .mce-btn:active{background-color:#e0e0e0;border-color:#ccc}.wp-ref .mce-btn button{padding:4px 8px;font-size:14px;line-height:20px;*line-height:16px;cursor:pointer;color:#333;text-align:center;overflow:visible;-webkit-appearance:none}.wp-ref .mce-btn button::-moz-focus-inner{border:0;padding:0}.wp-ref .mce-btn i{text-shadow:1px 1px none}.wp-ref .mce-primary{min-width:50px;color:#fff;border:1px solid transparent;border-color:transparent;background-color:#2d8ac7}.wp-ref .mce-primary:hover,.wp-ref .mce-primary:focus{background-color:#257cb6;border-color:transparent}.wp-ref .mce-primary.mce-disabled button,.wp-ref .mce-primary.mce-disabled:hover button{cursor:default;opacity:.4;filter:alpha(opacity=40);zoom:1}.wp-ref .mce-primary.mce-active,.wp-ref .mce-primary.mce-active:hover,.wp-ref .mce-primary:not(.mce-disabled):active{background-color:#206ea1}.wp-ref .mce-primary button,.wp-ref .mce-primary button i{color:#fff;text-shadow:1px 1px none}.wp-ref .mce-btn .mce-txt{font-size:inherit;line-height:inherit;color:inherit}.wp-ref .mce-btn-large button{padding:9px 14px;font-size:16px;line-height:normal}.wp-ref .mce-btn-large i{margin-top:2px}.wp-ref .mce-btn-small button{padding:1px 5px;font-size:12px;*padding-bottom:2px}.wp-ref .mce-btn-small i{line-height:20px;vertical-align:top;*line-height:18px}.wp-ref .mce-btn .mce-caret{margin-top:8px;margin-left:0}.wp-ref .mce-btn-small .mce-caret{margin-top:8px;margin-left:0}.wp-ref .mce-caret{display:inline-block;*display:inline;*zoom:1;width:0;height:0;vertical-align:top;border-top:4px solid #333;border-right:4px solid transparent;border-left:4px solid transparent;content:""}.wp-ref .mce-disabled .mce-caret{border-top-color:#aaa}.wp-ref .mce-caret.mce-up{border-bottom:4px solid #333;border-top:0}.wp-ref .mce-btn-flat{border:0;background:transparent;filter:none}.wp-ref .mce-btn-flat:hover,.wp-ref .mce-btn-flat.mce-active,.wp-ref .mce-btn-flat:focus,.wp-ref .mce-btn-flat:active{border:0;background:#e6e6e6;filter:none}.wp-ref .mce-btn-has-text .mce-ico{padding-right:5px}.wp-ref .mce-rtl .mce-btn button{direction:rtl}.wp-ref .mce-btn-group .mce-btn{border-width:1px;margin:0;margin-left:2px}.wp-ref .mce-btn-group:not(:first-child){border-left:1px solid #d9d9d9;padding-left:3px;margin-left:3px}.wp-ref .mce-btn-group .mce-first{margin-left:0}.wp-ref .mce-btn-group .mce-btn.mce-flow-layout-item{margin:0}.wp-ref .mce-rtl .mce-btn-group .mce-btn{margin-left:0;margin-right:2px}.wp-ref .mce-rtl .mce-btn-group .mce-first{margin-right:0}.wp-ref .mce-rtl .mce-btn-group:not(:first-child){border-left:none;border-right:1px solid #d9d9d9;padding-right:4px;margin-right:4px}.wp-ref .mce-checkbox{cursor:pointer}.wp-ref i.mce-i-checkbox{margin:0 3px 0 0;border:1px solid #c5c5c5;background-color:#f0f0f0;text-indent:-10em;*font-size:0;*line-height:0;*text-indent:0;overflow:hidden}.wp-ref .mce-checked i.mce-i-checkbox{color:#333;font-size:16px;line-height:16px;text-indent:0}.wp-ref .mce-checkbox:focus i.mce-i-checkbox,.wp-ref .mce-checkbox.mce-focus i.mce-i-checkbox{border:1px solid rgba(82,168,236,0.8)}.wp-ref .mce-checkbox.mce-disabled .mce-label,.wp-ref .mce-checkbox.mce-disabled i.mce-i-checkbox{color:#acacac}.wp-ref .mce-checkbox .mce-label{vertical-align:middle}.wp-ref .mce-rtl .mce-checkbox{direction:rtl;text-align:right}.wp-ref .mce-rtl i.mce-i-checkbox{margin:0 0 0 3px}.wp-ref .mce-combobox{display:inline-block;*display:inline;*zoom:1;*height:32px}.wp-ref .mce-combobox input{border:1px solid #c5c5c5;border-right-color:#c5c5c5;height:28px}.wp-ref .mce-combobox.mce-disabled input{color:#adadad}.wp-ref .mce-combobox .mce-btn{border:1px solid #c5c5c5;border-left:0}.wp-ref .mce-combobox button{padding-right:8px;padding-left:8px}.wp-ref .mce-combobox.mce-disabled .mce-btn button{cursor:default;opacity:.4;filter:alpha(opacity=40);zoom:1}.wp-ref .mce-colorbox i{border:1px solid #c5c5c5;width:14px;height:14px}.wp-ref .mce-colorbutton .mce-ico{position:relative}.wp-ref .mce-colorbutton-grid{margin:4px}.wp-ref .mce-colorbutton button{padding-right:6px;padding-left:6px}.wp-ref .mce-colorbutton .mce-preview{padding-right:3px;display:block;position:absolute;left:50%;top:50%;margin-left:-17px;margin-top:7px;background:gray;width:13px;height:2px;overflow:hidden}.wp-ref .mce-colorbutton.mce-btn-small .mce-preview{margin-left:-16px;padding-right:0;width:16px}.wp-ref .mce-colorbutton .mce-open{padding-left:4px;padding-right:4px;border-left:1px solid transparent}.wp-ref .mce-colorbutton:hover .mce-open{border-color:#ccc}.wp-ref .mce-colorbutton.mce-btn-small .mce-open{padding:0 3px 0 3px}.wp-ref .mce-rtl .mce-colorbutton{direction:rtl}.wp-ref .mce-rtl .mce-colorbutton .mce-preview{margin-left:0;padding-right:0;padding-left:3px}.wp-ref .mce-rtl .mce-colorbutton.mce-btn-small .mce-preview{margin-left:0;padding-right:0;padding-left:2px}.wp-ref .mce-rtl .mce-colorbutton .mce-open{padding-left:4px;padding-right:4px;border-left:0}.wp-ref .mce-colorpicker{position:relative;width:250px;height:220px}.wp-ref .mce-colorpicker-sv{position:absolute;top:0;left:0;width:90%;height:100%;border:1px solid #c5c5c5;cursor:crosshair;overflow:hidden}.wp-ref .mce-colorpicker-h-chunk{width:100%}.wp-ref .mce-colorpicker-overlay1,.wp-ref .mce-colorpicker-overlay2{width:100%;height:100%;position:absolute;top:0;left:0}.wp-ref .mce-colorpicker-overlay1{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#ffffff', endColorstr='#00ffffff');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#ffffff', endColorstr='#00ffffff')";background:linear-gradient(to right, #fff, rgba(255,255,255,0))}.wp-ref .mce-colorpicker-overlay2{filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#00000000', endColorstr='#000000');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#00000000', endColorstr='#000000')";background:linear-gradient(to bottom, transparent, #000)}.wp-ref .mce-colorpicker-selector1{background:none;position:absolute;width:12px;height:12px;margin:-8px 0 0 -8px;border:1px solid black;border-radius:50%}.wp-ref .mce-colorpicker-selector2{position:absolute;width:10px;height:10px;border:1px solid white;border-radius:50%}.wp-ref .mce-colorpicker-h{position:absolute;top:0;right:0;width:6.5%;height:100%;border:1px solid #c5c5c5;cursor:crosshair}.wp-ref .mce-colorpicker-h-marker{margin-top:-4px;position:absolute;top:0;left:-1px;width:100%;border:1px solid #333;background:#fff;height:4px;z-index:100}.wp-ref .mce-path{display:inline-block;*display:inline;*zoom:1;padding:8px;white-space:normal}.wp-ref .mce-path .mce-txt{display:inline-block;padding-right:3px}.wp-ref .mce-path .mce-path-body{display:inline-block}.wp-ref .mce-path-item{display:inline-block;*display:inline;*zoom:1;cursor:pointer;color:#333}.wp-ref .mce-path-item:hover{text-decoration:underline}.wp-ref .mce-path-item:focus{background:#666;color:#fff}.wp-ref .mce-path .mce-divider{display:inline}.wp-ref .mce-disabled .mce-path-item{color:#aaa}.wp-ref .mce-rtl .mce-path{direction:rtl}.wp-ref .mce-fieldset{border:0 solid #9e9e9e}.wp-ref .mce-fieldset>.mce-container-body{margin-top:-15px}.wp-ref .mce-fieldset-title{margin-left:5px;padding:0 5px 0 5px}.wp-ref .mce-fit-layout{display:inline-block;*display:inline;*zoom:1}.wp-ref .mce-fit-layout-item{position:absolute}.wp-ref .mce-flow-layout-item{display:inline-block;*display:inline;*zoom:1}.wp-ref .mce-flow-layout-item{margin:2px 0 2px 2px}.wp-ref .mce-flow-layout-item.mce-last{margin-right:2px}.wp-ref .mce-flow-layout{white-space:normal}.wp-ref .mce-tinymce-inline .mce-flow-layout{white-space:nowrap}.wp-ref .mce-rtl .mce-flow-layout{text-align:right;direction:rtl}.wp-ref .mce-rtl .mce-flow-layout-item{margin:2px 2px 2px 0}.wp-ref .mce-rtl .mce-flow-layout-item.mce-last{margin-left:2px}.wp-ref .mce-iframe{border:0 solid rgba(0,0,0,0.2);width:100%;height:100%}.wp-ref .mce-label{display:inline-block;*display:inline;*zoom:1;text-shadow:0 1px 1px rgba(255,255,255,0.75);overflow:hidden}.wp-ref .mce-label.mce-autoscroll{overflow:auto}.wp-ref .mce-label.mce-disabled{color:#aaa}.wp-ref .mce-label.mce-multiline{white-space:pre-wrap}.wp-ref .mce-label.mce-error{color:#a00}.wp-ref .mce-rtl .mce-label{text-align:right;direction:rtl}.wp-ref .mce-menubar .mce-menubtn{border-color:transparent;background:transparent;filter:none}.wp-ref .mce-menubar .mce-menubtn button{color:#333}.wp-ref .mce-menubar{border:1px solid rgba(217,217,217,0.52)}.wp-ref .mce-menubar .mce-menubtn button span{color:#333}.wp-ref .mce-menubar .mce-caret{border-top-color:#333}.wp-ref .mce-menubar .mce-menubtn:hover,.wp-ref .mce-menubar .mce-menubtn.mce-active,.wp-ref .mce-menubar .mce-menubtn:focus{border-color:#ccc;background:#fff;filter:none}.wp-ref .mce-menubtn button{color:#333}.wp-ref .mce-menubtn.mce-btn-small span{font-size:12px}.wp-ref .mce-menubtn.mce-fixed-width span{display:inline-block;overflow-x:hidden;text-overflow:ellipsis;width:90px}.wp-ref .mce-menubtn.mce-fixed-width.mce-btn-small span{width:70px}.wp-ref .mce-menubtn .mce-caret{*margin-top:6px}.wp-ref .mce-rtl .mce-menubtn button{direction:rtl;text-align:right}.wp-ref .mce-menu-item{display:block;padding:6px 15px 6px 12px;clear:both;font-weight:normal;line-height:20px;color:#333;white-space:nowrap;cursor:pointer;line-height:normal;border-left:4px solid transparent;margin-bottom:1px}.wp-ref .mce-menu-item .mce-ico,.wp-ref .mce-menu-item .mce-text{color:#333}.wp-ref .mce-menu-item.mce-disabled .mce-text,.wp-ref .mce-menu-item.mce-disabled .mce-ico{color:#adadad}.wp-ref .mce-menu-item:hover .mce-text,.wp-ref .mce-menu-item.mce-selected .mce-text,.wp-ref .mce-menu-item:focus .mce-text{color:white}.wp-ref .mce-menu-item:hover .mce-ico,.wp-ref .mce-menu-item.mce-selected .mce-ico,.wp-ref .mce-menu-item:focus .mce-ico{color:white}.wp-ref .mce-menu-item.mce-disabled:hover{background:#ccc}.wp-ref .mce-menu-shortcut{display:inline-block;color:#adadad}.wp-ref .mce-menu-shortcut{display:inline-block;*display:inline;*zoom:1;padding:0 15px 0 20px}.wp-ref .mce-menu-item:hover .mce-menu-shortcut,.wp-ref .mce-menu-item.mce-selected .mce-menu-shortcut,.wp-ref .mce-menu-item:focus .mce-menu-shortcut{color:white}.wp-ref .mce-menu-item .mce-caret{margin-top:4px;*margin-top:3px;margin-right:6px;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:4px solid #333}.wp-ref .mce-menu-item.mce-selected .mce-caret,.wp-ref .mce-menu-item:focus .mce-caret,.wp-ref .mce-menu-item:hover .mce-caret{border-left-color:white}.wp-ref .mce-menu-align .mce-menu-shortcut{*margin-top:-2px}.wp-ref .mce-menu-align .mce-menu-shortcut,.wp-ref .mce-menu-align .mce-caret{position:absolute;right:0}.wp-ref .mce-menu-item.mce-active i{visibility:visible}.wp-ref .mce-menu-item-normal.mce-active{background-color:#3498db}.wp-ref .mce-menu-item-preview.mce-active{border-left:5px solid #aaa}.wp-ref .mce-menu-item-normal.mce-active .mce-text{color:white}.wp-ref .mce-menu-item-normal.mce-active:hover .mce-text,.wp-ref .mce-menu-item-normal.mce-active:hover .mce-ico{color:white}.wp-ref .mce-menu-item-normal.mce-active:focus .mce-text,.wp-ref .mce-menu-item-normal.mce-active:focus .mce-ico{color:white}.wp-ref .mce-menu-item:hover,.wp-ref .mce-menu-item.mce-selected,.wp-ref .mce-menu-item:focus{text-decoration:none;color:white;background-color:#2d8ac7}.wp-ref div.mce-menu .mce-menu-item-sep,.wp-ref .mce-menu-item-sep:hover{border:0;padding:0;height:1px;margin:9px 1px;overflow:hidden;background:transparent;border-bottom:1px solid rgba(0,0,0,0.1);cursor:default;filter:none}.wp-ref .mce-menu.mce-rtl{direction:rtl}.wp-ref .mce-rtl .mce-menu-item{text-align:right;direction:rtl;padding:6px 12px 6px 15px}.wp-ref .mce-menu-align.mce-rtl .mce-menu-shortcut,.wp-ref .mce-menu-align.mce-rtl .mce-caret{right:auto;left:0}.wp-ref .mce-rtl .mce-menu-item .mce-caret{margin-left:6px;margin-right:0;border-right:4px solid #333;border-left:0}.wp-ref .mce-rtl .mce-menu-item.mce-selected .mce-caret,.wp-ref .mce-rtl .mce-menu-item:focus .mce-caret,.wp-ref .mce-rtl .mce-menu-item:hover .mce-caret{border-left-color:transparent;border-right-color:white}.wp-ref .mce-menu{position:absolute;left:0;top:0;filter:progid:DXImageTransform.Microsoft.gradient(enabled = false);background:transparent;z-index:1000;padding:5px 0 5px 0;margin:-1px 0 0;min-width:160px;background:#fff;border:1px solid #989898;border:1px solid rgba(0,0,0,0.2);z-index:1002;max-height:400px;overflow:auto;overflow-x:hidden}.wp-ref .mce-menu i{display:none}.wp-ref .mce-menu-has-icons i{display:inline-block;*display:inline}.wp-ref .mce-menu-sub-tr-tl{margin:-6px 0 0 -1px}.wp-ref .mce-menu-sub-br-bl{margin:6px 0 0 -1px}.wp-ref .mce-menu-sub-tl-tr{margin:-6px 0 0 1px}.wp-ref .mce-menu-sub-bl-br{margin:6px 0 0 1px}.wp-ref .mce-listbox button{text-align:left;padding-right:20px;position:relative}.wp-ref .mce-listbox .mce-caret{position:absolute;margin-top:-2px;right:8px;top:50%}.wp-ref .mce-rtl .mce-listbox .mce-caret{right:auto;left:8px}.wp-ref .mce-rtl .mce-listbox button{padding-right:10px;padding-left:20px}.wp-ref .mce-container-body .mce-resizehandle{position:absolute;right:0;bottom:0;width:16px;height:16px;visibility:visible;cursor:s-resize;margin:0}.wp-ref .mce-container-body .mce-resizehandle-both{cursor:se-resize}.wp-ref i.mce-i-resize{color:#333}.wp-ref .mce-selectbox{background:#fff;border:1px solid #c5c5c5}.wp-ref .mce-slider{border:1px solid #aaa;background:#eee;width:100px;height:10px;position:relative;display:block}.wp-ref .mce-slider.mce-vertical{width:10px;height:100px}.wp-ref .mce-slider-handle{border:1px solid #bbb;background:#ddd;display:block;width:13px;height:13px;position:absolute;top:0;left:0;margin-left:-1px;margin-top:-2px}.wp-ref .mce-spacer{visibility:hidden}.wp-ref .mce-splitbtn .mce-open{border-left:1px solid transparent}.wp-ref .mce-splitbtn:hover .mce-open{border-left-color:#ccc}.wp-ref .mce-splitbtn button{padding-right:6px;padding-left:6px}.wp-ref .mce-splitbtn .mce-open{padding-right:4px;padding-left:4px}.wp-ref .mce-splitbtn .mce-open.mce-active{background-color:#dbdbdb;outline:1px solid #ccc}.wp-ref .mce-splitbtn.mce-btn-small .mce-open{padding:0 3px 0 3px}.wp-ref .mce-rtl .mce-splitbtn{direction:rtl;text-align:right}.wp-ref .mce-rtl .mce-splitbtn button{padding-right:4px;padding-left:4px}.wp-ref .mce-rtl .mce-splitbtn .mce-open{border-left:0}.wp-ref .mce-stack-layout-item{display:block}.wp-ref .mce-tabs{display:block;border-bottom:1px solid #c5c5c5}.wp-ref .mce-tabs,.wp-ref .mce-tabs+.mce-container-body{background:#fff}.wp-ref .mce-tab{display:inline-block;*display:inline;*zoom:1;border:1px solid #c5c5c5;border-width:0 1px 0 0;background:#fff;padding:8px;text-shadow:0 1px 1px rgba(255,255,255,0.75);height:13px;cursor:pointer}.wp-ref .mce-tab:hover{background:#fdfdfd}.wp-ref .mce-tab.mce-active{background:#fdfdfd;border-bottom-color:transparent;margin-bottom:-1px;height:14px}.wp-ref .mce-rtl .mce-tabs{text-align:right;direction:rtl}.wp-ref .mce-rtl .mce-tab{border-width:0 0 0 1px}.wp-ref .mce-textbox{background:#fff;border:1px solid #c5c5c5;display:inline-block;-webkit-transition:border linear .2s, box-shadow linear .2s;transition:border linear .2s, box-shadow linear .2s;height:28px;resize:none;padding:0 4px 0 4px;white-space:pre-wrap;*white-space:pre;color:#333}.wp-ref .mce-textbox:focus,.wp-ref .mce-textbox.mce-focus{border-color:#3498db}.wp-ref .mce-placeholder .mce-textbox{color:#aaa}.wp-ref .mce-textbox.mce-multiline{padding:4px;height:auto}.wp-ref .mce-textbox.mce-disabled{color:#adadad}.wp-ref .mce-rtl .mce-textbox{text-align:right;direction:rtl}.wp-ref .mce-throbber{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.6;filter:alpha(opacity=60);zoom:1;background:#fff url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/img/loader.gif) no-repeat center center}.wp-ref .mce-throbber-inline{position:static;height:50px}@font-face{.wp-ref{font-family:'tinymce';src:url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce.eot);src:url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce.eot?#iefix) format("embedded-opentype"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce.woff) format("woff"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce.ttf) format("truetype"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce.svg#tinymce) format("svg");font-weight:normal;font-style:normal}}@font-face{.wp-ref{font-family:'tinymce-small';src:url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce-small.eot);src:url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce-small.eot?#iefix) format("embedded-opentype"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce-small.woff) format("woff"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce-small.ttf) format("truetype"),url(//speakquick.es/wp-content/plugins/frontend-publishing-pro/assets/css/fonts/tinymce-small.svg#tinymce) format("svg");font-weight:normal;font-style:normal}}.wp-ref .mce-ico{font-family:'tinymce',Arial;font-style:normal;font-weight:normal;font-variant:normal;font-size:16px;line-height:16px;speak:none;vertical-align:text-top;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;background:transparent center center;background-size:cover;width:16px;height:16px;color:#333}.wp-ref .mce-btn-small .mce-ico{font-family:'tinymce-small',Arial}.wp-ref .mce-i-save:before{content:"\e000"}.wp-ref .mce-i-newdocument:before{content:"\e001"}.wp-ref .mce-i-fullpage:before{content:"\e002"}.wp-ref .mce-i-alignleft:before{content:"\e003"}.wp-ref .mce-i-aligncenter:before{content:"\e004"}.wp-ref .mce-i-alignright:before{content:"\e005"}.wp-ref .mce-i-alignjustify:before{content:"\e006"}.wp-ref .mce-i-alignnone:before{content:"\e003"}.wp-ref .mce-i-cut:before{content:"\e007"}.wp-ref .mce-i-paste:before{content:"\e008"}.wp-ref .mce-i-searchreplace:before{content:"\e009"}.wp-ref .mce-i-bullist:before{content:"\e00a"}.wp-ref .mce-i-numlist:before{content:"\e00b"}.wp-ref .mce-i-indent:before{content:"\e00c"}.wp-ref .mce-i-outdent:before{content:"\e00d"}.wp-ref .mce-i-blockquote:before{content:"\e00e"}.wp-ref .mce-i-undo:before{content:"\e00f"}.wp-ref .mce-i-redo:before{content:"\e010"}.wp-ref .mce-i-link:before{content:"\e011"}.wp-ref .mce-i-unlink:before{content:"\e012"}.wp-ref .mce-i-anchor:before{content:"\e013"}.wp-ref .mce-i-image:before{content:"\e014"}.wp-ref .mce-i-media:before{content:"\e015"}.wp-ref .mce-i-help:before{content:"\e016"}.wp-ref .mce-i-code:before{content:"\e017"}.wp-ref .mce-i-insertdatetime:before{content:"\e018"}.wp-ref .mce-i-preview:before{content:"\e019"}.wp-ref .mce-i-forecolor:before{content:"\e01a"}.wp-ref .mce-i-backcolor:before{content:"\e01a"}.wp-ref .mce-i-table:before{content:"\e01b"}.wp-ref .mce-i-hr:before{content:"\e01c"}.wp-ref .mce-i-removeformat:before{content:"\e01d"}.wp-ref .mce-i-subscript:before{content:"\e01e"}.wp-ref .mce-i-superscript:before{content:"\e01f"}.wp-ref .mce-i-charmap:before{content:"\e020"}.wp-ref .mce-i-emoticons:before{content:"\e021"}.wp-ref .mce-i-print:before{content:"\e022"}.wp-ref .mce-i-fullscreen:before{content:"\e023"}.wp-ref .mce-i-spellchecker:before{content:"\e024"}.wp-ref .mce-i-nonbreaking:before{content:"\e025"}.wp-ref .mce-i-template:before{content:"\e026"}.wp-ref .mce-i-pagebreak:before{content:"\e027"}.wp-ref .mce-i-restoredraft:before{content:"\e028"}.wp-ref .mce-i-untitled:before{content:"\e029"}.wp-ref .mce-i-bold:before{content:"\e02a"}.wp-ref .mce-i-italic:before{content:"\e02b"}.wp-ref .mce-i-underline:before{content:"\e02c"}.wp-ref .mce-i-strikethrough:before{content:"\e02d"}.wp-ref .mce-i-visualchars:before{content:"\e02e"}.wp-ref .mce-i-visualblocks:before{content:"\e02e"}.wp-ref .mce-i-ltr:before{content:"\e02f"}.wp-ref .mce-i-rtl:before{content:"\e030"}.wp-ref .mce-i-copy:before{content:"\e031"}.wp-ref .mce-i-resize:before{content:"\e032"}.wp-ref .mce-i-browse:before{content:"\e034"}.wp-ref .mce-i-pastetext:before{content:"\e035"}.wp-ref .mce-i-rotateleft:before{content:"\eaa8"}.wp-ref .mce-i-rotateright:before{content:"\eaa9"}.wp-ref .mce-i-crop:before{content:"\ee78"}.wp-ref .mce-i-editimage:before{content:"\e914"}.wp-ref .mce-i-options:before{content:"\ec6a"}.wp-ref .mce-i-flipv:before{content:"\eaaa"}.wp-ref .mce-i-fliph:before{content:"\eaac"}.wp-ref .mce-i-zoomin:before{content:"\eb35"}.wp-ref .mce-i-zoomout:before{content:"\eb36"}.wp-ref .mce-i-sun:before{content:"\eccc"}.wp-ref .mce-i-moon:before{content:"\eccd"}.wp-ref .mce-i-arrowleft:before{content:"\edc0"}.wp-ref .mce-i-arrowright:before{content:"\edb8"}.wp-ref .mce-i-drop:before{content:"\e934"}.wp-ref .mce-i-contrast:before{content:"\ecd4"}.wp-ref .mce-i-sharpen:before{content:"\eba7"}.wp-ref .mce-i-palette:before{content:"\e92a"}.wp-ref .mce-i-resize2:before{content:"\edf9"}.wp-ref .mce-i-orientation:before{content:"\e601"}.wp-ref .mce-i-invert:before{content:"\e602"}.wp-ref .mce-i-gamma:before{content:"\e600"}.wp-ref .mce-i-remove:before{content:"\ed6a"}.wp-ref .mce-i-tablerowprops:before{content:"\e604"}.wp-ref .mce-i-tablecellprops:before{content:"\e605"}.wp-ref .mce-i-table2:before{content:"\e606"}.wp-ref .mce-i-tablemergecells:before{content:"\e607"}.wp-ref .mce-i-tableinsertcolbefore:before{content:"\e608"}.wp-ref .mce-i-tableinsertcolafter:before{content:"\e609"}.wp-ref .mce-i-tableinsertrowbefore:before{content:"\e60a"}.wp-ref .mce-i-tableinsertrowafter:before{content:"\e60b"}.wp-ref .mce-i-tablesplitcells:before{content:"\e60d"}.wp-ref .mce-i-tabledelete:before{content:"\e60e"}.wp-ref .mce-i-tableleftheader:before{content:"\e62a"}.wp-ref .mce-i-tabletopheader:before{content:"\e62b"}.wp-ref .mce-i-tabledeleterow:before{content:"\e800"}.wp-ref .mce-i-tabledeletecol:before{content:"\e801"}.wp-ref .mce-i-codesample:before{content:"\e603"}.wp-ref .mce-i-checkbox:before,.wp-ref .mce-i-selected:before{content:"\e033"}.wp-ref .mce-i-selected{visibility:hidden}.wp-ref i.mce-i-backcolor{text-shadow:none;background:#bbb}.wp-ref .mce-container,.wp-ref .mce-container *,.wp-ref .mce-widget,.wp-ref .mce-widget *{color:inherit;font-family:inherit}.wp-ref #mce-modal-block,.wp-ref #mce-modal-block.mce-fade{opacity:0.7;filter:alpha(opacity=70);-webkit-transition:none;transition:none}.wp-ref .mce-window{-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.3);box-shadow:0 3px 6px rgba(0,0,0,0.3);-webkit-font-smoothing:subpixel-antialiased;-webkit-transition:none;transition:none}.wp-ref .mce-window .mce-container-body.mce-abs-layout{overflow:visible}.wp-ref .mce-window .mce-window-head{background:#fcfcfc;border-bottom:1px solid #dfdfdf;padding:0;min-height:36px}.wp-ref .mce-window .mce-window-head .mce-title{color:#444;font-size:18px;font-weight:600;line-height:36px;margin:0;padding:0 36px 0 16px}.wp-ref .mce-window .mce-window-head .mce-close{color:transparent;top:0;right:0;width:36px;height:36px;line-height:36px;text-align:center}.wp-ref .mce-window .mce-window-head .mce-close:before{font:normal 20px/36px dashicons;text-align:center;color:#666;width:36px;height:36px;display:block}.wp-ref .mce-window .mce-window-head .mce-close:hover:before{color:#00a0d2}.wp-ref .mce-window .mce-window-head .mce-dragh{width:-webkit-calc( 100% - 36px );width:calc( 100% - 36px )}.wp-ref .mce-window .mce-foot{border-top:1px solid #dfdfdf}.wp-ref .mce-textbox,.wp-ref .mce-checkbox i.mce-i-checkbox,.wp-ref #wp-link .query-results{border:1px solid #ddd;-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.07);box-shadow:inset 0 1px 2px rgba(0,0,0,0.07);-webkit-transition:.05s all ease-in-out;transition:.05s all ease-in-out}.wp-ref .mce-textbox:focus,.wp-ref .mce-textbox.mce-focus,.wp-ref .mce-checkbox:focus i.mce-i-checkbox,.wp-ref #wp-link .query-results:focus{border-color:#5b9dd9;-webkit-box-shadow:0 0 2px rgba(30,140,190,0.8);box-shadow:0 0 2px rgba(30,140,190,0.8)}.wp-ref .mce-window .mce-wp-help{height:360px;width:460px;overflow:auto}.wp-ref .mce-window .mce-wp-help *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-ref .mce-window .mce-wp-help>.mce-container-body{width:auto !important}.wp-ref .mce-window .wp-editor-help{padding:10px 10px 0 20px}.wp-ref .mce-window .wp-editor-help h2,.wp-ref .mce-window .wp-editor-help p{margin:8px 0;white-space:normal;font-size:14px;font-weight:normal}.wp-ref .mce-window .wp-editor-help table{width:100%;margin-bottom:20px}.wp-ref .mce-window .wp-editor-help td,.wp-ref .mce-window .wp-editor-help th{font-size:13px;padding:5px;vertical-align:middle;word-wrap:break-word;white-space:normal}.wp-ref .mce-window .wp-editor-help th{font-weight:bold;padding-bottom:0}.wp-ref .mce-window .wp-editor-help kbd{font-family:monospace;padding:2px 7px 3px;font-weight:bold;margin:0;background:#eaeaea;background:rgba(0,0,0,0.08)}.wp-ref .mce-window .wp-help-header td{font-weight:bold;padding:0 5px}.wp-ref .mce-window .wp-help-th-center td:nth-child(odd),.wp-ref .mce-window .wp-help-th-center th:nth-child(odd){text-align:center}.wp-ref .mce-menu,.wp-ref .mce-floatpanel.mce-popover{border-color:rgba(0,0,0,0.15);-webkit-border-radius:0;border-radius:0;-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);box-shadow:0 3px 5px rgba(0,0,0,0.2)}.wp-ref .mce-menu,.wp-ref .mce-floatpanel.mce-popover.mce-bottom{margin-top:2px}.wp-ref .mce-floatpanel .mce-arrow{display:none}.wp-ref .mce-menu .mce-container-body{min-width:160px}.wp-ref .mce-menu-item{border:none;margin-bottom:2px}.wp-ref .mce-menu-has-icons i.mce-ico{line-height:20px}.wp-ref div.mce-panel{border:0;background:#fff}.wp-ref .mce-panel.mce-menu{border:1px solid #ddd}.wp-ref div.mce-tab{line-height:13px}.wp-ref div.mce-toolbar-grp{border-bottom:1px solid #dedede;background:#f5f5f5;padding:0;position:relative}.wp-ref div.mce-inline-toolbar-grp{border:1px solid #a0a5aa;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.15);box-shadow:0 1px 3px rgba(0,0,0,0.15);-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-bottom:8px;position:absolute;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;user-select:none;max-width:98%;z-index:100100}.wp-ref div.mce-inline-toolbar-grp>div.mce-stack-layout{padding:1px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-up{margin-bottom:0;margin-top:8px}.wp-ref div.mce-inline-toolbar-grp:before,.wp-ref div.mce-inline-toolbar-grp:after{position:absolute;left:50%;display:block;width:0;height:0;border-style:solid;border-color:transparent;content:""}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-up:before{top:-9px;border-bottom-color:#a0a5aa;border-width:0 9px 9px;margin-left:-9px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-down:before{bottom:-9px;border-top-color:#a0a5aa;border-width:9px 9px 0;margin-left:-9px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-up:after{top:-8px;border-bottom-color:#f5f5f5;border-width:0 8px 8px;margin-left:-8px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-down:after{bottom:-8px;border-top-color:#f5f5f5;border-width:8px 8px 0;margin-left:-8px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-left:before,.wp-ref div.mce-inline-toolbar-grp.mce-arrow-left:after{margin:0}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-left:before{left:20px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-left:after{left:21px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-right:before,.wp-ref div.mce-inline-toolbar-grp.mce-arrow-right:after{left:auto;margin:0}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-right:before{right:20px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-right:after{right:21px}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-full{right:0}.wp-ref div.mce-inline-toolbar-grp.mce-arrow-full>div{width:100%;overflow-x:auto}.wp-ref div.mce-toolbar-grp>div{padding:3px}.wp-ref .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first{padding-right:32px}.wp-ref .mce-toolbar .mce-btn-group{margin:0}.wp-ref div.mce-statusbar{border-top:1px solid #e5e5e5}.wp-ref div.mce-path{padding:2px 10px;margin:0}.wp-ref .mce-path,.wp-ref .mce-path-item,.wp-ref .mce-path .mce-divider{font-size:12px}.wp-ref .mce-toolbar .mce-btn,.wp-ref .qt-dfw{border-color:transparent;background:transparent;-webkit-box-shadow:none;box-shadow:none;text-shadow:none;cursor:pointer}.wp-ref .mce-toolbar .mce-btn-group .mce-btn,.wp-ref .qt-dfw{border:1px solid transparent;margin:2px;-webkit-border-radius:2px;border-radius:2px}.wp-ref .mce-toolbar .mce-btn-group .mce-btn:hover,.wp-ref .mce-toolbar .mce-btn-group .mce-btn:focus,.wp-ref .qt-dfw:hover,.wp-ref .qt-dfw:focus{background:#fafafa;border-color:#999;color:#23282d;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);outline:none}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-active,.wp-ref .mce-toolbar .mce-btn-group .mce-btn:active,.wp-ref .qt-dfw.active{background:#ebebeb;border-color:#999;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.3);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.3)}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover{border-color:#555}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-active:hover i.mce-ico{color:#555}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:hover,.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-disabled:focus{color:#a0a5aa;background:none;border-color:#ddd;text-shadow:0 1px 0 #fff;-webkit-box-shadow:none;box-shadow:none}.wp-ref .mce-toolbar .mce-btn-group .mce-first,.wp-ref .mce-toolbar .mce-btn-group .mce-last{border-color:transparent}.wp-ref .mce-toolbar .mce-btn button,.wp-ref .qt-dfw{padding:2px 3px;line-height:normal}.wp-ref .mce-toolbar .mce-listbox button{font-size:13px;line-height:20px;padding-left:6px;padding-right:20px}.wp-ref .mce-toolbar .mce-btn i{text-shadow:none}.wp-ref .mce-toolbar .mce-btn-group>div{white-space:normal}.wp-ref .mce-toolbar .mce-colorbutton .mce-open{border-right:0}.wp-ref .mce-toolbar .mce-colorbutton .mce-preview{margin:0;padding:0;top:auto;bottom:2px;left:3px;height:3px;width:20px}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary{min-width:0;background:#0085ba;border-color:#0073aa #006799 #006799;-webkit-box-shadow:0 1px 0 #006799;box-shadow:0 1px 0 #006799;color:#fff;text-decoration:none;text-shadow:0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799, -1px 0 1px #006799}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary .mce-ico{color:#fff}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary:hover,.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus{background:#008ec2;border-color:#006799;color:#fff}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary:focus{-webkit-box-shadow:0 1px 0 #0073aa, 0 0 2px 1px #33b3db;box-shadow:0 1px 0 #0073aa, 0 0 2px 1px #33b3db}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-primary:active{background:#0073aa;border-color:#006799;-webkit-box-shadow:inset 0 2px 0 #006799;box-shadow:inset 0 2px 0 #006799;vertical-align:top}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-listbox{-webkit-border-radius:0;border-radius:0;direction:ltr;background:#fff;border:1px solid #ddd;-webkit-box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.2);box-shadow:inset 0 1px 1px -1px rgba(0,0,0,0.2)}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-listbox:hover{border-color:#b4b9be}.wp-ref .mce-panel .mce-btn i.mce-caret{border-top:6px solid #777;margin-left:2px;margin-right:2px}.wp-ref .mce-listbox i.mce-caret{right:4px}.wp-ref .mce-panel .mce-btn:hover i.mce-caret{border-top-color:#32373c}.wp-ref .mce-panel .mce-active i.mce-caret{border-top:0;border-bottom:6px solid #32373c;margin-top:7px}.wp-ref .mce-listbox.mce-active i.mce-caret{margin-top:-3px}.wp-ref .mce-toolbar .mce-splitbtn:hover .mce-open{border-right-color:transparent}.wp-ref .mce-toolbar .mce-splitbtn .mce-open.mce-active{background:transparent;outline:none}.wp-ref .mce-menu .mce-menu-item:hover,.wp-ref .mce-menu .mce-menu-item.mce-selected,.wp-ref .mce-menu .mce-menu-item:focus,.wp-ref .mce-menu .mce-menu-item-normal.mce-active,.wp-ref .mce-menu .mce-menu-item-preview.mce-active{background:#0073aa}.wp-ref .mce-menu .mce-menu-item-preview.mce-active{border-left:none}.wp-ref .mce-menu .mce-menu-item-preview.mce-active .mce-text{color:#fff}.wp-ref .mce-menu .mce-menu-item.mce-disabled{cursor:default}.wp-ref .mce-menu .mce-menu-item.mce-disabled:hover{background:#ccc}.wp-ref .mce-menubar{border-color:#e5e5e5;background:#fff;border-width:0px 0px 1px}.wp-ref .mce-menubar .mce-menubtn{margin:2px}.wp-ref .mce-menubar .mce-menubtn:hover,.wp-ref .mce-menubar .mce-menubtn.mce-active,.wp-ref .mce-menubar .mce-menubtn:focus{border-color:transparent;background:transparent}.wp-ref .mce-menubar .mce-menubtn:focus{color:#124964;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.wp-ref div.mce-menu .mce-menu-item-sep,.wp-ref .mce-menu-item-sep:hover{border-bottom:1px solid #ddd;height:0px;margin:5px 0}.wp-ref .mce-menubtn span{margin-right:0;padding-left:3px}.wp-ref .mce-menu-has-icons i.mce-ico:before{margin-left:-2px}.wp-ref .mce-primary button,.wp-ref .mce-primary button i{text-align:center;color:#fff;text-shadow:none;padding:0;line-height:26px}.wp-ref .mce-window .mce-btn{color:#555;background:#f7f7f7;text-decoration:none;font-size:13px;line-height:26px;height:28px;margin:0;padding:0;cursor:pointer;border:1px solid #ccc;-webkit-appearance:none;-webkit-border-radius:3px;border-radius:3px;white-space:nowrap;-webkit-box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08);box-shadow:inset 0 1px 0 #fff,0 1px 0 rgba(0,0,0,0.08)}.wp-ref .mce-window .mce-btn::-moz-focus-inner{border-width:1px 0;border-style:solid none;border-color:transparent;padding:0}.wp-ref .mce-window .mce-btn:hover,.wp-ref .mce-window .mce-btn:focus{background:#fafafa;border-color:#999;color:#23282d}.wp-ref .mce-window .mce-btn:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.wp-ref .mce-window .mce-btn:active{background:#eee;border-color:#999;color:#32373c;-webkit-box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5);box-shadow:inset 0 2px 5px -3px rgba(0,0,0,0.5)}.wp-ref .mce-window .mce-btn.mce-disabled{color:#a0a5aa;border-color:#ddd;background:#f7f7f7;-webkit-box-shadow:none;box-shadow:none;text-shadow:0 1px 0 #fff;cursor:default}.wp-ref .mce-window .mce-btn.mce-primary{background:#00a0d2;border-color:#0073aa;-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,0.5),0 1px 0 rgba(0,0,0,0.15);box-shadow:inset 0 1px 0 rgba(120,200,230,0.5),0 1px 0 rgba(0,0,0,0.15);color:#fff;text-decoration:none}.wp-ref .mce-window .mce-btn.mce-primary:hover,.wp-ref .mce-window .mce-btn.mce-primary:focus{background:#1e8cbe;border-color:#0073aa;-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,0.6);box-shadow:inset 0 1px 0 rgba(120,200,230,0.6);color:#fff}.wp-ref .mce-window .mce-btn.mce-primary:focus{border-color:#0e3950;-webkit-box-shadow:inset 0 1px 0 rgba(120,200,230,0.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:inset 0 1px 0 rgba(120,200,230,0.6),0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.wp-ref .mce-window .mce-btn.mce-primary:active{background:#1b7aa6;border-color:#005684;color:rgba(255,255,255,0.95);-webkit-box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);box-shadow:inset 0 1px 0 rgba(0,0,0,0.1);vertical-align:top}.wp-ref .mce-window .mce-btn.mce-primary.mce-disabled{color:#94cde7;background:#298cba;border-color:#1b607f;-webkit-box-shadow:none;box-shadow:none;text-shadow:0 -1px 0 rgba(0,0,0,0.1);cursor:default}.wp-ref .mce-menubtn.mce-fixed-width button{overflow-x:hidden;text-overflow:ellipsis;width:110px}.wp-ref .mce-charmap{margin:3px}.wp-ref .mce-charmap td{padding:0;border-color:#dfdfdf;cursor:pointer}.wp-ref .mce-charmap td:hover{background:#f3f3f3}.wp-ref .mce-charmap td div{width:18px;height:22px;line-height:22px}.wp-ref .mce-tooltip{margin-top:2px}.wp-ref .mce-tooltip-inner{-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 3px 5px rgba(0,0,0,0.2);box-shadow:0 3px 5px rgba(0,0,0,0.2);color:#fff;font-size:12px}.wp-ref .mce-ico{font-family:'tinymce', Arial}.wp-ref .mce-btn-small .mce-ico{font-family:'tinymce-small', Arial}.wp-ref .mce-toolbar .mce-ico{color:#777;line-height:20px;width:20px;height:20px;text-align:center;text-shadow:none;margin:0;padding:0}.wp-ref .qt-dfw{color:#777;line-height:20px;width:28px;height:26px;text-align:center;text-shadow:none}.wp-ref .mce-toolbar .mce-btn .mce-open{line-height:20px}.wp-ref .mce-toolbar .mce-btn:hover .mce-open,.wp-ref .mce-toolbar .mce-btn:focus .mce-open,.wp-ref .mce-toolbar .mce-btn.mce-active .mce-open{border-left-color:#999}.wp-ref i.mce-i-bold,.wp-ref i.mce-i-italic,.wp-ref i.mce-i-bullist,.wp-ref i.mce-i-numlist,.wp-ref i.mce-i-blockquote,.wp-ref i.mce-i-alignleft,.wp-ref i.mce-i-aligncenter,.wp-ref i.mce-i-alignright,.wp-ref i.mce-i-link,.wp-ref i.mce-i-unlink,.wp-ref i.mce-i-wp_more,.wp-ref i.mce-i-strikethrough,.wp-ref i.mce-i-spellchecker,.wp-ref i.mce-i-fullscreen,.wp-ref i.mce-i-wp_fullscreen,.wp-ref i.mce-i-dfw,.wp-ref i.mce-i-wp_adv,.wp-ref i.mce-i-underline,.wp-ref i.mce-i-alignjustify,.wp-ref i.mce-i-forecolor,.wp-ref i.mce-i-backcolor,.wp-ref i.mce-i-pastetext,.wp-ref i.mce-i-pasteword,.wp-ref i.mce-i-removeformat,.wp-ref i.mce-i-charmap,.wp-ref i.mce-i-outdent,.wp-ref i.mce-i-indent,.wp-ref i.mce-i-undo,.wp-ref i.mce-i-redo,.wp-ref i.mce-i-help,.wp-ref i.mce-i-wp_help,.wp-ref i.mce-i-wp-media-library,.wp-ref i.mce-i-ltr,.wp-ref i.mce-i-wp_page,.wp-ref i.mce-i-hr,.wp-ref i.mce-i-wp_code,.wp-ref i.mce-i-dashicon,.wp-ref .mce-close{font:normal 20px/1 dashicons;padding:0;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:-2px;padding-right:2px}.wp-ref .qt-dfw{font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-ref i.mce-i-bold:before{content:"\f200"}.wp-ref i.mce-i-italic:before{content:"\f201"}.wp-ref i.mce-i-bullist:before{content:"\f203"}.wp-ref i.mce-i-numlist:before{content:"\f204"}.wp-ref i.mce-i-blockquote:before{content:"\f205"}.wp-ref i.mce-i-alignleft:before{content:"\f206"}.wp-ref i.mce-i-aligncenter:before{content:"\f207"}.wp-ref i.mce-i-alignright:before{content:"\f208"}.wp-ref i.mce-i-link:before{content:"\f103"}.wp-ref i.mce-i-unlink:before{content:"\f225"}.wp-ref i.mce-i-wp_more:before{content:"\f209"}.wp-ref i.mce-i-strikethrough:before{content:"\f224"}.wp-ref i.mce-i-spellchecker:before{content:"\f210"}.wp-ref i.mce-i-fullscreen:before,.wp-ref i.mce-i-wp_fullscreen:before,.wp-ref i.mce-i-dfw:before,.wp-ref .qt-dfw:before{content:"\f211"}.wp-ref i.mce-i-wp_adv:before{content:"\f212"}.wp-ref i.mce-i-underline:before{content:"\f213"}.wp-ref i.mce-i-alignjustify:before{content:"\f214"}.wp-ref i.mce-i-forecolor:before,.wp-ref i.mce-i-backcolor:before{content:"\f215"}.wp-ref i.mce-i-pastetext:before{content:"\f217"}.wp-ref i.mce-i-removeformat:before{content:"\f218"}.wp-ref i.mce-i-charmap:before{content:"\f220"}.wp-ref i.mce-i-outdent:before{content:"\f221"}.wp-ref i.mce-i-indent:before{content:"\f222"}.wp-ref i.mce-i-undo:before{content:"\f171"}.wp-ref i.mce-i-redo:before{content:"\f172"}.wp-ref i.mce-i-help:before,.wp-ref i.mce-i-wp_help:before{content:"\f223"}.wp-ref i.mce-i-wp-media-library:before{content:"\f104"}.wp-ref i.mce-i-ltr:before{content:"\f320"}.wp-ref i.mce-i-wp_page:before{content:"\f105"}.wp-ref i.mce-i-hr:before{content:"\f460"}.wp-ref .mce-close:before{content:"\f158"}.wp-ref i.mce-i-wp_code:before{content:"\f475"}.wp-ref .rtl i.mce-i-outdent:before{content:"\f222"}.wp-ref .rtl i.mce-i-indent:before{content:"\f221"}.wp-ref .wp-editor-wrap{position:relative}.wp-ref .wp-editor-tools{position:relative;z-index:1}.wp-ref .wp-editor-tools:after{clear:both;content:"";display:table}.wp-ref .wp-editor-container{clear:both}.wp-ref .wp-editor-area{font-family:Consolas, Monaco, monospace;font-size:13px;padding:10px;margin:1px 0 0;line-height:150%;border:0 none;outline:none;display:block;resize:vertical;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-ref .rtl .wp-editor-area{font-family:Tahoma, Monaco, monospace}.wp-ref .locale-he-il .wp-editor-area{font-family:Arial, Monaco, monospace}.wp-ref .wp-editor-container textarea.wp-editor-area{width:100%;margin:0;-webkit-box-shadow:none;box-shadow:none}.wp-ref .wp-editor-tabs{float:right}.wp-ref .wp-switch-editor{float:left;-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;position:relative;top:1px;background:#ebebeb;color:#777;cursor:pointer;font:13px/19px "Open Sans", sans-serif;height:20px;margin:5px 0 0 5px;padding:3px 8px 4px;border:1px solid #e5e5e5}.wp-ref .wp-switch-editor:focus{-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);outline:none;color:#23282d}.wp-ref .wp-switch-editor:active,.wp-ref .html-active .switch-html:focus,.wp-ref .tmce-active .switch-tmce:focus{-webkit-box-shadow:none;box-shadow:none}.wp-ref .wp-switch-editor:active{background-color:#f5f5f5;-webkit-box-shadow:none;box-shadow:none}.wp-ref .js .tmce-active .wp-editor-area{color:white}.wp-ref .tmce-active .quicktags-toolbar{display:none}.wp-ref .tmce-active .switch-tmce,.wp-ref .html-active .switch-html{background:#f5f5f5;color:#555;border-bottom-color:#f5f5f5}.wp-ref .wp-media-buttons{float:left}.wp-ref .wp-media-buttons .button{margin-right:5px;margin-bottom:4px;padding-left:7px;padding-right:7px}.wp-ref .wp-media-buttons .button:active{position:relative;top:1px;margin-top:-1px;margin-bottom:1px}.wp-ref .wp-media-buttons .insert-media{padding-left:5px}.wp-ref .wp-media-buttons a{text-decoration:none;color:#464646;font-size:12px}.wp-ref .wp-media-buttons img{padding:0 4px;vertical-align:middle}.wp-ref .wp-media-buttons span.wp-media-buttons-icon{display:inline-block;width:18px;height:18px;vertical-align:text-top;margin:0 2px}.wp-ref .wp-media-buttons .add_media span.wp-media-buttons-icon{background:none}.wp-ref .wp-media-buttons .add_media span.wp-media-buttons-icon:before{font:normal 18px/1 dashicons;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wp-ref .wp-media-buttons .add_media span.wp-media-buttons-icon:before{content:"\f104"}.wp-ref .quicktags-toolbar{padding:3px;position:relative;border-bottom:1px solid #dedede;background:#f5f5f5;min-height:30px}.wp-ref .has-dfw .quicktags-toolbar{padding-right:35px}.wp-ref .wp-core-ui .quicktags-toolbar input.button.button-small{margin:2px}.wp-ref .quicktags-toolbar input[value="link"]{text-decoration:underline}.wp-ref .quicktags-toolbar input[value="del"]{text-decoration:line-through}.wp-ref .quicktags-toolbar input[value="i"]{font-style:italic}.wp-ref .quicktags-toolbar input[value="b"]{font-weight:bold}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw,.wp-ref .qt-dfw{position:absolute;top:0;right:0;margin:5px 5px 0 0}.wp-ref .qt-fullscreen{position:static;margin:2px}@media screen and (max-width: 782px){.wp-ref .mce-toolbar .mce-btn button,.wp-ref .qt-dfw{padding:6px 7px}.wp-ref .mce-toolbar .mce-btn-group .mce-btn{margin:1px}.wp-ref .qt-dfw{width:36px;height:34px}.wp-ref .mce-toolbar .mce-btn-group .mce-btn.mce-wp-dfw{margin:4px 4px 0 0}.wp-ref .mce-toolbar .mce-colorbutton .mce-preview{left:8px;bottom:6px}.wp-ref .mce-window .mce-btn{padding:2px 0}.wp-ref .has-dfw div.mce-toolbar-grp .mce-toolbar.mce-first,.wp-ref .has-dfw .quicktags-toolbar{padding-right:40px}}@media screen and (min-width: 782px){.wp-ref .wp-core-ui .quicktags-toolbar input.button.button-small{font-size:12px;height:26px;line-height:24px}}.wp-ref #wp_editbtns,.wp-ref #wp_gallerybtns{padding:2px;position:absolute;display:none;z-index:100020}.wp-ref #wp_editimgbtn,.wp-ref #wp_delimgbtn,.wp-ref #wp_editgallery,.wp-ref #wp_delgallery{border-color:#999;background-color:#eee;margin:2px;padding:2px;border-width:1px;border-style:solid;-webkit-border-radius:3px;border-radius:3px}.wp-ref #wp_editimgbtn:hover,.wp-ref #wp_delimgbtn:hover,.wp-ref #wp_editgallery:hover,.wp-ref #wp_delgallery:hover{border-color:#555;background-color:#ccc}.wp-ref #wp-link-wrap{display:none;background-color:#fff;-webkit-box-shadow:0 3px 6px rgba(0,0,0,0.3);box-shadow:0 3px 6px rgba(0,0,0,0.3);width:500px;overflow:hidden;margin-left:-250px;margin-top:-125px;position:fixed;top:50%;left:50%;z-index:100105;-webkit-transition:height 0.2s, margin-top 0.2s;transition:height 0.2s, margin-top 0.2s}.wp-ref #wp-link-backdrop{display:none;position:fixed;top:0;left:0;right:0;bottom:0;min-height:360px;background:#000;opacity:0.7;filter:alpha(opacity=70);z-index:100100}.wp-ref #wp-link{position:relative;height:100%}.wp-ref #wp-link-wrap.search-panel-visible{height:500px;margin-top:-250px}.wp-ref #wp-link-wrap .wp-link-text-field{display:none}.wp-ref #wp-link-wrap.has-text-field .wp-link-text-field{display:block}.wp-ref #link-modal-title{background:#fcfcfc;border-bottom:1px solid #dfdfdf;height:36px;font-size:18px;font-weight:600;line-height:36px;padding:0 36px 0 16px;top:0;right:0;left:0}.wp-ref #wp-link-close{color:#666;padding:0;position:absolute;top:0;right:0;width:36px;height:36px;text-align:center;background:none;border:none;cursor:pointer}.wp-ref #wp-link-close:before{font:normal 20px/36px dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:36px;height:36px;content:"\f158"}.wp-ref #wp-link-close:hover,.wp-ref #wp-link-close:focus{color:#00a0d2}.wp-ref #wp-link-close:focus{outline:none;-webkit-box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8);box-shadow:0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,0.8)}.wp-ref #link-selector{padding:0 16px 50px}.wp-ref #wp-link-wrap.search-panel-visible #link-selector{-webkit-overflow-scrolling:touch;padding:0 16px;position:absolute;top:36px;left:0;right:0;bottom:44px}.wp-ref #wp-link ol,.wp-ref #wp-link ul{list-style:none;margin:0;padding:0}.wp-ref #wp-link-search-toggle:after{display:inline-block;font:normal 20px/1 dashicons;vertical-align:top;speak:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\f140"}.wp-ref .search-panel-visible #wp-link-search-toggle:after{content:"\f142"}.wp-ref #wp-link input[type="text"]{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.wp-ref #wp-link #link-options{padding:8px 0 12px}.wp-ref #wp-link p.howto{margin:3px 0}.wp-ref #wp-link p.howto a{text-decoration:none;color:inherit}.wp-ref #wp-link-search-toggle{cursor:pointer}.wp-ref #wp-link label input[type="text"]{margin-top:5px;width:70%}.wp-ref #wp-link #link-options label span,.wp-ref #wp-link #search-panel label span.search-label{display:inline-block;width:80px;text-align:right;padding-right:5px;max-width:24%;vertical-align:middle;word-wrap:break-word}.wp-ref #wp-link .link-search-field{float:left;width:250px;max-width:70%}.wp-ref #wp-link .link-search-wrapper{margin:5px 0 9px;display:block;overflow:hidden}.wp-ref #wp-link .link-search-wrapper span{float:left;margin-top:4px}.wp-ref #wp-link .link-search-wrapper .spinner{margin-top:5px}.wp-ref #wp-link .link-target{padding:3px 0 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wp-ref #wp-link .link-target label{max-width:70%}.wp-ref #wp-link .query-results{border:1px #dfdfdf solid;margin:0;background:#fff;overflow:auto;position:absolute;left:16px;right:16px;bottom:16px;top:172px}.wp-ref .has-text-field #wp-link .query-results{top:205px}.wp-ref #wp-link li{clear:both;margin-bottom:0;border-bottom:1px solid #f1f1f1;color:#32373c;padding:4px 6px 4px 10px;cursor:pointer;position:relative}.wp-ref #wp-link .query-notice{padding:0;border-bottom:1px solid #dfdfdf;background-color:#f7fcfe;color:#000}.wp-ref #wp-link .query-notice .query-notice-default,.wp-ref #wp-link .query-notice .query-notice-hint{display:block;padding:6px;border-left:4px solid #00a0d2}.wp-ref #wp-link .unselectable.no-matches-found{padding:0;border-bottom:1px solid #dfdfdf;background-color:#fef7f1}.wp-ref #wp-link .no-matches-found .item-title{display:block;padding:6px;border-left:4px solid #d54e21}.wp-ref #wp-link .query-results em{font-style:normal}.wp-ref #wp-link li:hover{background:#eaf2fa;color:#151515}.wp-ref #wp-link li.unselectable{border-bottom:1px solid #dfdfdf}.wp-ref #wp-link li.unselectable:hover{background:#fff;cursor:auto;color:#32373c}.wp-ref #wp-link li.selected{background:#ddd;color:#32373c}.wp-ref #wp-link li.selected .item-title{font-weight:bold}.wp-ref #wp-link li:last-child{border:none}.wp-ref #wp-link .item-title{display:inline-block;width:80%;width:-webkit-calc(100% - 68px);width:calc(100% - 68px);word-wrap:break-word}.wp-ref #wp-link .item-info{text-transform:uppercase;color:#666;font-size:11px;position:absolute;right:5px;top:5px}.wp-ref #wp-link #search-results,.wp-ref #wp-link #search-panel{display:none}.wp-ref #wp-link-wrap.search-panel-visible #search-panel{display:block}.wp-ref #wp-link .river-waiting{display:none;padding:10px 0}.wp-ref #wp-link .submitbox{padding:8px 16px;background:#fcfcfc;border-top:1px solid #dfdfdf;position:absolute;bottom:0;left:0;right:0}.wp-ref #wp-link-cancel{line-height:25px;float:left}.wp-ref #wp-link-update{line-height:23px;float:right}.wp-ref #wp-link-submit{float:right;margin-bottom:0}@media screen and (max-width: 782px){.wp-ref #wp-link-wrap{margin-top:-140px}.wp-ref #wp-link-wrap.search-panel-visible .query-results{top:195px}.wp-ref #wp-link-wrap.search-panel-visible.has-text-field .query-results{top:235px}.wp-ref #link-selector{padding:0 16px 60px}.wp-ref #wp-link-wrap.search-panel-visible #link-selector{bottom:52px}.wp-ref #wp-link-cancel{line-height:32px}}@media screen and (max-width: 520px){.wp-ref #wp-link-wrap{width:auto;margin-left:0;left:10px;right:10px;max-width:500px}}@media screen and (max-height: 520px){.wp-ref #wp-link-wrap{-webkit-transition:none;transition:none}.wp-ref #wp-link-wrap.search-panel-visible{height:auto;margin-top:0;top:10px;bottom:10px}.wp-ref .search-panel-visible #link-selector{overflow:auto}.wp-ref .search-panel-visible #search-panel .query-results{position:static}}@media screen and (max-height: 290px){.wp-ref #wp-link-wrap{height:auto;margin-top:0;top:10px;bottom:10px}.wp-ref #link-selector{overflow:auto;height:-webkit-calc(100% - 92px);height:calc(100% - 92px);padding-bottom:2px}.wp-ref #search-panel .query-results{position:static}}.wp-ref div.wp-link-preview{float:left;margin:5px;max-width:694px;overflow:hidden;text-overflow:ellipsis}.wp-ref div.wp-link-preview a{color:#0073aa;text-decoration:underline;-webkit-transition-property:border, background, color;transition-property:border, background, color;-webkit-transition-duration:.05s;transition-duration:.05s;-webkit-transition-timing-function:ease-in-out;transition-timing-function:ease-in-out;cursor:pointer}@media screen and (max-width: 782px){.wp-ref div.wp-link-preview{margin:8px 0 8px 5px;max-width:70%;max-width:-webkit-calc(100% - 86px);max-width:calc(100% - 86px)}}.wp-ref div.wp-link-input{float:left;margin:2px;max-width:694px}.wp-ref div.wp-link-input input{width:300px;padding:3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}@media screen and (max-width: 400px){.wp-ref div.wp-link-input{min-width:0;max-width:70%;max-width:-webkit-calc(100% - 80px);max-width:calc(100% - 80px)}.wp-ref div.wp-link-input input{width:100%;font-size:16px;padding:4px}}.wp-ref .ui-autocomplete.mce-wp-autocomplete{z-index:100100;margin-top:10px;max-height:200px;overflow-y:auto}.wp-ref .mce-fullscreen{z-index:100010}.wp-ref .rtl .wp-switch-editor,.wp-ref .rtl .quicktags-toolbar input{font-family:Tahoma, sans-serif}.wp-ref .mce-rtl .mce-flow-layout .mce-flow-layout-item>div{direction:rtl}.wp-ref .mce-rtl .mce-listbox i.mce-caret{left:6px}.wp-ref html:lang(he-il) .rtl .wp-switch-editor,.wp-ref html:lang(he-il) .rtl .quicktags-toolbar input{font-family:Arial, sans-serif}@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi){.wp-ref .wp-media-buttons .add_media span.wp-media-buttons-icon{background:none}}.wp-ref .wp-editor-container{border:1px solid #e5e5e5;box-shadow:0 1px 1px rgba(0,0,0,0.04)}.qtip{position:absolute;left:-28000px;top:-28000px;display:none;max-width:280px;min-width:50px;font-size:10.5px;line-height:12px;direction:ltr;box-shadow:none;padding:0}.qtip-content{position:relative;padding:5px 9px;overflow:hidden;text-align:left;word-wrap:break-word}.qtip-titlebar{position:relative;padding:5px 35px 5px 10px;overflow:hidden;border-width:0 0 1px;font-weight:700}.qtip-titlebar+.qtip-content{border-top-width:0!important}.qtip-close{position:absolute;right:-9px;top:-9px;z-index:11;cursor:pointer;outline:0;border:1px solid transparent}.qtip-titlebar .qtip-close{right:4px;top:50%;margin-top:-9px}* html .qtip-titlebar .qtip-close{top:16px}.qtip-icon .ui-icon,.qtip-titlebar .ui-icon{display:block;text-indent:-1000em;direction:ltr}.qtip-icon,.qtip-icon .ui-icon{-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;text-decoration:none}.qtip-icon .ui-icon{width:18px;height:14px;line-height:14px;text-align:center;text-indent:0;font:400 bold 10px/13px Tahoma,sans-serif;color:inherit;background:-100em -100em no-repeat}.qtip-default{border:1px solid #F1D031;background-color:#FFFFA3;color:#555}.qtip-default .qtip-titlebar{background-color:#FFEF93}.qtip-default .qtip-icon{border-color:#CCC;background:#F1F1F1;color:#777}.qtip-default .qtip-titlebar .qtip-close{border-color:#AAA;color:#111}.qtip-light{background-color:#fff;border-color:#E2E2E2;color:#454545}.qtip-light .qtip-titlebar{background-color:#f1f1f1}.qtip-dark{background-color:#505050;border-color:#303030;color:#f3f3f3}.qtip-dark .qtip-titlebar{background-color:#404040}.qtip-dark .qtip-icon{border-color:#444}.qtip-dark .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-cream{background-color:#FBF7AA;border-color:#F9E98E;color:#A27D35}.qtip-cream .qtip-titlebar{background-color:#F0DE7D}.qtip-cream .qtip-close .qtip-icon{background-position:-82px 0}.qtip-red{background-color:#F78B83;border-color:#D95252;color:#912323}.qtip-red .qtip-titlebar{background-color:#F06D65}.qtip-red .qtip-close .qtip-icon{background-position:-102px 0}.qtip-red .qtip-icon,.qtip-red .qtip-titlebar .ui-state-hover{border-color:#D95252}.qtip-green{background-color:#CAED9E;border-color:#90D93F;color:#3F6219}.qtip-green .qtip-titlebar{background-color:#B0DE78}.qtip-green .qtip-close .qtip-icon{background-position:-42px 0}.qtip-blue{background-color:#E5F6FE;border-color:#ADD9ED;color:#5E99BD}.qtip-blue .qtip-titlebar{background-color:#D0E9F5}.qtip-blue .qtip-close .qtip-icon{background-position:-2px 0}.qtip-shadow{-webkit-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);-moz-box-shadow:1px 1px 3px 1px rgba(0,0,0,.15);box-shadow:1px 1px 3px 1px rgba(0,0,0,.15)}.qtip-bootstrap,.qtip-rounded,.qtip-tipsy{-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}.qtip-rounded .qtip-titlebar{-moz-border-radius:4px 4px 0 0;-webkit-border-radius:4px 4px 0 0;border-radius:4px 4px 0 0}.qtip-youtube{-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 3px #333;-moz-box-shadow:0 0 3px #333;box-shadow:0 0 3px #333;color:#fff;border:0 solid transparent;background:#4A4A4A;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#4A4A4A),color-stop(100%,#000));background-image:-webkit-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-moz-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-ms-linear-gradient(top,#4A4A4A 0,#000 100%);background-image:-o-linear-gradient(top,#4A4A4A 0,#000 100%)}.qtip-youtube .qtip-titlebar{background-color:transparent}.qtip-youtube .qtip-content{padding:.75em;font:12px arial,sans-serif;filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);-ms-filter:"progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);"}.qtip-youtube .qtip-icon{border-color:#222}.qtip-youtube .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-jtools{background:#232323;background:rgba(0,0,0,.7);background-image:-webkit-gradient(linear,left top,left bottom,from(#717171),to(#232323));background-image:-moz-linear-gradient(top,#717171,#232323);background-image:-webkit-linear-gradient(top,#717171,#232323);background-image:-ms-linear-gradient(top,#717171,#232323);background-image:-o-linear-gradient(top,#717171,#232323);border:2px solid #ddd;border:2px solid rgba(241,241,241,1);-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 0 12px #333;-moz-box-shadow:0 0 12px #333;box-shadow:0 0 12px #333}.qtip-jtools .qtip-titlebar{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)"}.qtip-jtools .qtip-content{filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)"}.qtip-jtools .qtip-content,.qtip-jtools .qtip-titlebar{background:0 0;color:#fff;border:0 dashed transparent}.qtip-jtools .qtip-icon{border-color:#555}.qtip-jtools .qtip-titlebar .ui-state-hover{border-color:#333}.qtip-cluetip{-webkit-box-shadow:4px 4px 5px rgba(0,0,0,.4);-moz-box-shadow:4px 4px 5px rgba(0,0,0,.4);box-shadow:4px 4px 5px rgba(0,0,0,.4);background-color:#D9D9C2;color:#111;border:0 dashed transparent}.qtip-cluetip .qtip-titlebar{background-color:#87876A;color:#fff;border:0 dashed transparent}.qtip-cluetip .qtip-icon{border-color:#808064}.qtip-cluetip .qtip-titlebar .ui-state-hover{border-color:#696952;color:#696952}.qtip-tipsy{background:#000;background:rgba(0,0,0,.87);color:#fff;border:0 solid transparent;font-size:11px;font-family:'Lucida Grande',sans-serif;font-weight:700;line-height:16px;text-shadow:0 1px #000}.qtip-tipsy .qtip-titlebar{padding:6px 35px 0 10px;background-color:transparent}.qtip-tipsy .qtip-content{padding:6px 10px}.qtip-tipsy .qtip-icon{border-color:#222;text-shadow:none}.qtip-tipsy .qtip-titlebar .ui-state-hover{border-color:#303030}.qtip-tipped{border:3px solid #959FA9;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;background-color:#F9F9F9;color:#454545;font-weight:400;font-family:serif}.qtip-tipped .qtip-titlebar{border-bottom-width:0;color:#fff;background:#3A79B8;background-image:-webkit-gradient(linear,left top,left bottom,from(#3A79B8),to(#2E629D));background-image:-webkit-linear-gradient(top,#3A79B8,#2E629D);background-image:-moz-linear-gradient(top,#3A79B8,#2E629D);background-image:-ms-linear-gradient(top,#3A79B8,#2E629D);background-image:-o-linear-gradient(top,#3A79B8,#2E629D);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)"}.qtip-tipped .qtip-icon{border:2px solid #285589;background:#285589}.qtip-tipped .qtip-icon .ui-icon{background-color:#FBFBFB;color:#555}.qtip-bootstrap{font-size:14px;line-height:20px;color:#333;padding:1px;background-color:#fff;border:1px solid #ccc;border:1px solid rgba(0,0,0,.2);-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;-webkit-box-shadow:0 5px 10px rgba(0,0,0,.2);-moz-box-shadow:0 5px 10px rgba(0,0,0,.2);box-shadow:0 5px 10px rgba(0,0,0,.2);-webkit-background-clip:padding-box;-moz-background-clip:padding;background-clip:padding-box}.qtip-bootstrap .qtip-titlebar{padding:8px 14px;margin:0;font-size:14px;font-weight:400;line-height:18px;background-color:#f7f7f7;border-bottom:1px solid #ebebeb;-webkit-border-radius:5px 5px 0 0;-moz-border-radius:5px 5px 0 0;border-radius:5px 5px 0 0}.qtip-bootstrap .qtip-titlebar .qtip-close{right:11px;top:45%;border-style:none}.qtip-bootstrap .qtip-content{padding:9px 14px}.qtip-bootstrap .qtip-icon{background:0 0}.qtip-bootstrap .qtip-icon .ui-icon{width:auto;height:auto;float:right;font-size:20px;font-weight:700;line-height:18px;color:#000;text-shadow:0 1px 0 #fff;opacity:.2;filter:alpha(opacity=20)}.qtip-bootstrap .qtip-icon .ui-icon:hover{color:#000;text-decoration:none;cursor:pointer;opacity:.4;filter:alpha(opacity=40)}.qtip:not(.ie9haxors) div.qtip-content,.qtip:not(.ie9haxors) div.qtip-titlebar{filter:none;-ms-filter:none}.qtip .qtip-tip{margin:0 auto;overflow:hidden;z-index:10}.qtip .qtip-tip,x:-o-prefocus{visibility:hidden}.qtip .qtip-tip,.qtip .qtip-tip .qtip-vml,.qtip .qtip-tip canvas{position:absolute;color:#123456;background:0 0;border:0 dashed transparent}.qtip .qtip-tip canvas{top:0;left:0}.qtip .qtip-tip .qtip-vml{behavior:url(#default#VML);display:inline-block;visibility:visible}#qtip-overlay{position:fixed;left:0;top:0;width:100%;height:100%}#qtip-overlay.blurs{cursor:pointer}#qtip-overlay div{position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.7;filter:alpha(opacity=70);-ms-filter:"alpha(Opacity=70)"}.qtipmodal-ie6fix{position:absolute!important}.vc_row.hide-overflow:not(.vc_inner){overflow:hidden}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:flex}body:not(.one_page_scroll) .row-content-top:not(.row-equal-column-height) .wrap{display:flex;align-items:flex-start}body:not(.one_page_scroll) .row-content-middle:not(.row-equal-column-height) .wrap{display:flex;align-items:center}body .vc_row.fit-to-height{min-height:100vh}body:not(.one_page_scroll) .row-content-bottom:not(.row-equal-column-height) .wrap{display:flex;align-items:flex-end}.row-equal-column-height.row-content-top .wrap .vc_column-inner{display:flex;align-items:flex-start}.row-equal-column-height.row-content-middle .wrap .vc_column-inner{display:flex;align-items:center}.row-equal-column-height.row-content-bottom .wrap .vc_column-inner{display:flex;align-items:flex-end}.row-equal-column-height>.wrap>.vc_column_container>.vc_column-inner>.wpb_wrapper,.row-equal-column-height>.wrap>.mBuilder-element>.vc_column_container>.vc_column-inner>.wpb_wrapper{width:100%}.vc_row.vc_parallax{position:relative;overflow:visible}.vc_parallax>*{position:relative;z-index:1}.vc_row{position:relative;backface-visibility:hidden}body .vc_row,body.compose-mode .vc_row{display:flex;width:100%}.vc_row.vertical-aligned{display:flex!important;align-items:center}.vc_row.vertical-aligned .wrap{height:auto}.vc_row>.wrap:not(.box_size_container){width:100%}.vc_row.row_video,.vc_row.sloped_row{overflow:hidden}.row-image{background-position:center;background-repeat:no-repeat}.row-image-normal.isParallax{background-attachment:fixed;background-position:center;background-repeat:no-repeat}.row-image-fixed.isParallax:after{content:"";display:block;background-attachment:fixed;width:100%;background-position:center;background-repeat:no-repeat;height:100%;position:absolute;top:0;left:0;background-size:cover}body.one_page_scroll .row-image-fixed.isParallax:after{background-attachment:local}.row-image.repeat{background-repeat:repeat;background-size:inherit!important}.row-image.repeat:after{background-repeat:repeat;background-size:inherit!important}.sectionOverlay:after{width:100%;height:100%;position:absolute;left:0;top:0;display:block!important}.sectionOverlay .row-image,.sectionOverlay .row-image-inner-row{width:100%;position:absolute!important;height:100%;left:0;z-index:0!important;top:0;margin:auto;background-size:cover;overflow:hidden}.sectionOverlay.box_size{margin-left:auto!important;margin-right:auto!important}.sectionOverlay .box_size_container{float:none;margin:0 auto}.sloped-edge{height:105px;position:absolute!important;left:-10%;right:-10%}.sloped-edge.top-edge{top:-55px}.sloped-edge.bottom-edge{bottom:-55px}.vc_row.full_size{margin:0}video.row-videobg{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;z-index:-1;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);background-repeat:no-repeat;background-size:cover}.row-content-middle .col-sm-6{flex:0 0 50%}@media screen and (max-width:1280px){body.one_page_scroll .vc_row.fit-to-height{min-height:100px}}.vc_column-inner>.wpb_wrapper{position:relative;z-index:1}.row-equal-column-height .vc_column-inner>.wpb_wrapper{width:100%}.shortcode-btn .button-icon{vertical-align:middle;text-align:center}.shortcode-btn{display:inline-block;backface-visibility:hidden;padding:1px;white-space:nowrap}.shortcode-btn .button{display:inline-table}.shortcode-btn .button.fill-oval span,.shortcode-btn .button.fade-oval span{vertical-align:middle;position:relative;top:-1px}.shortcode-btn .button.button-small.slide span{position:relative;top:-2px}.shortcode-btn .animation{overflow:hidden}.shortcode-btn .button-small{font-size:12px;line-height:13px}.shortcode-btn .button-standard .button-icon{font-size:15px;width:15px;height:15px;line-height:15px}.shortcode-btn .button-standard .button-icon{font-size:14px;width:22px;height:22px;line-height:22px}.shortcode-btn .button-standard{font-size:13px;line-height:13px}.shortcode-btn .button.fade-square.button-small .button-icon{font-size:14px}.shortcode-btn .button.fade-oval.button-standard .button-icon,.shortcode-btn .button.fill-oval.button-standard .button-icon{font-size:18px}.shortcode-btn .button.fade-oval.button-small .button-icon,.shortcode-btn .button.fill-oval.button-small .button-icon{font-size:14px}.shortcode-btn .animation span{display:inline-block}.shortcode-btn .button-standard.animation{letter-spacing:6px}body:not(.compose-mode) .shortcode-btn .button-standard.animation{overflow:hidden}.shortcode-btn .button-small.animation{letter-spacing:4px}.shortcode-btn .button-small.animation span,.shortcode-btn .button-standard.animation span{margin-right:9px}.shortcode-btn .button-small.animation .button-icon{font-size:15px}.shortcode-btn .button-standard.slide,.shortcode-btn .button-small.slide{text-align:left}.shortcode-btn .slide.slide-transition{transition:width .4s,background .4s}.shortcode-btn .button-standard.slide{height:52px;width:52px}.shortcode-btn .button-small.slide{height:40px;width:40px}.shortcode-btn .button-standard.slide span{left:25px;opacity:0;padding-right:24px;top:50%;transform:translateY(-50%);bottom:0;font-size:14px}.shortcode-btn .button-small.slide span{opacity:0;left:17px;padding-right:15px;top:0;bottom:0;margin:13px 0}.shortcode-btn .button-standard.slide .button-icon{width:47px;display:table;height:52px;line-height:54px}.shortcode-btn .button-small.slide .button-icon{width:38px;display:inline-block;height:40px;line-height:38px}.shortcode-btn .button-standard.come-in{border:3px solid}.shortcode-btn .button-small.come-in{border:2px solid}.shortcode-btn .button-standard.flash-animate:hover .button-icon{left:5px}.shortcode-btn .button-small.flash-animate:hover .button-icon{left:4px}.shortcode-btn .button-standard.flash-animate:hover{letter-spacing:0}.shortcode-btn .fade-square,.shortcode-btn .fade-oval,.shortcode-btn .fill-oval,.shortcode-btn .slide,.shortcode-btn .come-in,.shortcode-btn .fill-rectangle,.shortcode-btn .animation,.shortcode-btn .flash-animate{opacity:1;border:1px solid;font-weight:400}.shortcode-btn .fade-oval,.shortcode-btn .flash-animate,.shortcode-btn .slide{border:2px solid}.shortcode-btn .fade-square,.shortcode-btn .fade-oval,.shortcode-btn .come-in,.shortcode-btn .animation,.shortcode-btn .flash-animate{-webkit-transition:background-color .3s;-moz-transition:background-color .3s;-ms-transition:background-color .3s;-o-transition:background-color .3s;transition:background-color .3s}.shortcode-btn .fade-square,.shortcode-btn .flash-animate{border-radius:3px}.shortcode-btn .fade-square .button-icon,.shortcode-btn .fade-oval .button-icon,.shortcode-btn .fill-oval .button-icon{padding-right:10px}.shortcode-btn .fade-square .button-icon,.shortcode-btn .fade-square span,.shortcode-btn .fade-oval .button-icon,.shortcode-btn .fade-oval span{-webkit-transition:all 100ms;-moz-transition:all 100ms;-ms-transition:all 100ms;white-space:nowrap;-o-transition:all 100ms;transition:all 100ms}.shortcode-btn .fill-oval{-webkit-transition:all .4s;-moz-transition:all .4s;-ms-transition:all .4s;-o-transition:all .4s;transition:all .4s}.shortcode-btn .fade-oval,.shortcode-btn .fill-oval{border-radius:50px;font-size:14px}.shortcode-btn .fill-oval span{line-height:13px}.shortcode-btn .slide .button-icon{transition:all .8s}.shortcode-btn .slide{border-radius:50px;display:flex;align-items:center;text-align:center;position:relative;overflow:hidden}.shortcode-btn .slide span{white-space:nowrap;-webkit-transition:left .4s,opacity .4s;-moz-transition:left .4s,opacity .4s;-ms-transition:left .4s,opacity .4s;-o-transition:left .4s,opacity .4s;transition:left .4s,opacity .4s}.shortcode-btn .slide:hover{border-radius:50px;background-color:#2d2d2d;width:124px}.shortcode-btn .slide:hover .button-icon{transform:rotate(360deg)}.shortcode-btn .slide .button-icon{font-size:18px}.shortcode-btn .come-in,.shortcode-btn .fill-rectangle{position:relative;overflow:hidden;z-index:9;transition:all .4s}.shortcode-btn .come-in:hover:after{width:100%}.shortcode-btn .come-in:after{content:'';position:absolute;z-index:-1;width:0;height:100%;top:0;right:0;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.shortcode-btn .come-in .button-icon,.shortcode-btn .come-in span{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.shortcode-btn .come-in .button-icon,.shortcode-btn .fill-rectangle .button-icon{margin-right:10px}.shortcode-btn .button-standard.come-in span,.shortcode-btn .button-standard.fill-rectangle span{font-size:14px;line-height:1.2em}.shortcode-btn .button-standard.come-in .button-icon,.shortcode-btn .button-standard.fill-rectangle .button-icon{font-size:15px}.shortcode-btn .animation{font-size:13px;line-height:13px;position:relative;border:1px solid;-webkit-transition:opacity .4s,color .4s;-moz-transition:opacity .4s,color .4s;-ms-transition:opacity .4s,color .4s;-o-transition:opacity .4s,color .4s;transition:opacity .4s,color .4s}.shortcode-btn .animation:after{content:"";position:absolute;left:-125px;width:80px;height:100px;top:-25px;-webkit-transition:left .4s,opacity .4s,color .4s,transform .4s;-moz-transition:left .4s,opacity .4s,color .4s,transform .4s;-ms-transition:left .4s,opacity .4s,color .4s,transform .4s;-o-transition:left .4s,opacity .4s,color .4s,transform .4s;transition:left .4s,opacity .4s,color .4s,transform .4s;-webkit-transform:skew(40deg);-moz-transform:skew(40deg);-ms-transform:skew(40deg);-o-transform:skew(40deg);transform:skew(40deg)}.shortcode-btn .animation:hover:after{-webkit-transform:skew(0);-moz-transform:skew(0);-ms-transform:skew(0);-o-transform:skew(0);transform:skew(0);left:101%}.shortcode-btn .animation:hover{opacity:1}.shortcode-btn .animation .button-icon{font-size:15px}.shortcode-btn .flash-animate{-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.shortcode-btn .flash-animate:hover .button-icon{opacity:1;left:5px}.shortcode-btn .flash-animate .button-icon{opacity:0;left:-3px;position:relative;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s}.md-text-container{display:flex}.md-text-container.md-align-left{justify-content:flex-start}.md-text-container.md-align-center{justify-content:center}.md-text-container.md-align-right{justify-content:flex-end}.md-text .md-text-title-separator{max-width:96%}.md-text-button .shortcode-btn{float:none !important}.md-text .without-title,.md-text .without-content{display:none}.disable-edit-title,.disable-edit{display:none}.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-prev-next-button{position:absolute;top:50%;width:44px;height:44px;border:0;border-radius:50%;background:#fff;background:hsla(0,0,100%,.75);cursor:pointer;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.flickity-prev-next-button:hover{background:#fff}.flickity-prev-next-button:focus{outline:0;box-shadow:0 0 0 5px #09F}.flickity-prev-next-button:active{filter:alpha(opacity=60);opacity:.6}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button:disabled{filter:alpha(opacity=30);opacity:.3;cursor:auto}.flickity-prev-next-button svg{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-prev-next-button .arrow{fill:#333}.flickity-prev-next-button.no-svg{color:#333;font-size:26px}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;filter:alpha(opacity=25);opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{filter:alpha(opacity=100);opacity:1}@font-face{font-family:'pixflow-font-library';src:url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/pixflow-font-library.woff) format('woff');font-weight:normal;font-style:normal;font-display:swap}[class^="icon-"],[class*=" icon-"]{font-family:'pixflow-font-library';speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-alpha:before{content:"\ebee"}.icon-brush:before{content:"\ebf0"}.icon-point:before{content:"\ebf1"}.icon-search5:before{content:"\ebea"}.icon-shopping-cart:before{content:"\ebef"}.icon-bell3:before{content:"\eb3a"}.icon-hamburger-menu:before{content:"\ebe5"}.icon-zigzag:before{content:"\e96c"}.icon-rating:before{content:"\ebeb"}.icon-play-curve:before{content:"\e906"}.icon-close:before{content:"\e901"}.icon-shopcart2:before{content:"\e902"}.icon-search3:before{content:"\e900"}.icon-notification:before{content:"\ec6a"}.icon-Apple:before{content:"\e8eb"}.icon-Cherries:before{content:"\e8ec"}.icon-Grapes:before{content:"\e8ed"}.icon-Tomato:before{content:"\e8ee"}.icon-Peach:before{content:"\e8ef"}.icon-Brocoli:before{content:"\e8f0"}.icon-Oliver:before{content:"\e8f1"}.icon-Carrot:before{content:"\e8f2"}.icon-Garlic:before{content:"\e8f3"}.icon-Lemon:before{content:"\e8f5"}.icon-2SeatedSofa:before{content:"\e8f6"}.icon-Strawberry:before{content:"\e8f7"}.icon-Watermelon:before{content:"\e8f8"}.icon-Avocado:before{content:"\e8f9"}.icon-Pineapple:before{content:"\e8fa"}.icon-Eggplant:before{content:"\e8fb"}.icon-Pumpkin:before{content:"\e8fc"}.icon-Grains:before{content:"\e8fe"}.icon-WorkingDesk:before{content:"\e903"}.icon-OfficeChair:before{content:"\e904"}.icon-Paddle:before{content:"\e905"}.icon-ButcherKnife:before{content:"\e907"}.icon-ChefKnife:before{content:"\e908"}.icon-Spoon:before{content:"\e90b"}.icon-Cutlery:before{content:"\e90c"}.icon-Salad:before{content:"\e90d"}.icon-MartiniGlass:before{content:"\e90e"}.icon-Dairy:before{content:"\e90f"}.icon-Meatballs:before{content:"\e911"}.icon-GlassofWater:before{content:"\e912"}.icon-BeerPint:before{content:"\e913"}.icon-Doughnut:before{content:"\e914"}.icon-FrostedCupcake:before{content:"\e915"}.icon-TeaInfuser:before{content:"\e917"}.icon-Teapot:before{content:"\e918"}.icon-BoilingStew:before{content:"\e919"}.icon-FryingPan:before{content:"\e91a"}.icon-TeaCup:before{content:"\e91b"}.icon-CoffeeCup:before{content:"\e91c"}.icon-GroceryBag:before{content:"\e91d"}.icon-StrippedIcecream:before{content:"\e91f"}.icon-ConeGelato:before{content:"\e921"}.icon-HotDog:before{content:"\e922"}.icon-Hamburger:before{content:"\e924"}.icon-Taco:before{content:"\e926"}.icon-FrenchFries:before{content:"\e927"}.icon-Snowflake:before{content:"\e928"}.icon-ChristmasTree:before{content:"\e929"}.icon-ChristmasShopping:before{content:"\e92b"}.icon-Decorations:before{content:"\e92c"}.icon-GingerbreadCookie:before{content:"\e92d"}.icon-Mittens:before{content:"\e92e"}.icon-Cookies:before{content:"\e92f"}.icon-OutdoorLamp:before{content:"\e931"}.icon-OutdoorLamp2:before{content:"\e932"}.icon-Toffee:before{content:"\e933"}.icon-Candy:before{content:"\e934"}.icon-Jawbreaker:before{content:"\e935"}.icon-Globe:before{content:"\e936"}.icon-CozyArmchair:before{content:"\e937"}.icon-CandyCane:before{content:"\e939"}.icon-RoomLamp:before{content:"\e93a"}.icon-ElectricHeater:before{content:"\e93d"}.icon-Snowman:before{content:"\e93e"}.icon-GingerbreadHouse:before{content:"\e940"}.icon-StrawberryJam:before{content:"\e942"}.icon-Fireplace:before{content:"\e943"}.icon-Cross:before{content:"\e944"}.icon-Spider:before{content:"\e946"}.icon-Skull:before{content:"\e948"}.icon-SodaCan:before{content:"\e949"}.icon-Pumpkin2:before{content:"\e94c"}.icon-WashingMachine:before{content:"\e94e"}.icon-King:before{content:"\e94f"}.icon-Cheddar:before{content:"\e950"}.icon-BarbequeFeast:before{content:"\e952"}.icon-AddProfiles:before{content:"\e953"}.icon-SuccessFile:before{content:"\e954"}.icon-SyncCloud:before{content:"\e955"}.icon-EditMail:before{content:"\e956"}.icon-PartyHat:before{content:"\e957"}.icon-SlicedPizz:before{content:"\e958"}.icon-Baloons:before{content:"\e959"}.icon-BathTub:before{content:"\e95a"}.icon-LuckyHorseshoe:before{content:"\e95d"}.icon-BeerKeg:before{content:"\e95e"}.icon-JapanesseSalad:before{content:"\e95f"}.icon-Bread:before{content:"\e960"}.icon-FlowerPot:before{content:"\e961"}.icon-Toast:before{content:"\e963"}.icon-HaunchofMeat:before{content:"\e965"}.icon-MinecraftBone:before{content:"\e966"}.icon-Steak:before{content:"\e967"}.icon-Church:before{content:"\e968"}.icon-EasterEggs:before{content:"\e969"}.icon-HotDish:before{content:"\e96a"}.icon-LightBulb:before{content:"\e96b"}.icon-Shrimp:before{content:"\e96e"}.icon-Dices:before{content:"\e96f"}.icon-KitchenGlove:before{content:"\e970"}.icon-FullMoon:before{content:"\e971"}.icon-Cards:before{content:"\e973"}.icon-Microwave:before{content:"\e974"}.icon-Owl:before{content:"\e975"}.icon-Fish:before{content:"\e977"}.icon-ChampagneGlasses:before{content:"\e979"}.icon-Pie:before{content:"\e97b"}.icon-DopeMix:before{content:"\e97d"}.icon-VacuumCleaner:before{content:"\e97e"}.icon-ChargingBattery:before{content:"\e982"}.icon-DriveLicense:before{content:"\e984"}.icon-Rich:before{content:"\e98b"}.icon-Time-Tracking2:before{content:"\e98e"}.icon-Ointment:before{content:"\e98f"}.icon-MovetoTop:before{content:"\e991"}.icon-MovetoBottom:before{content:"\e992"}.icon-Expand:before{content:"\e994"}.icon-Move:before{content:"\e995"}.icon-PiggyBank:before{content:"\e996"}.icon-Target:before{content:"\e999"}.icon-Radar:before{content:"\e99a"}.icon-Internet:before{content:"\e99b"}.icon-Money:before{content:"\e99d"}.icon-CapsuledPills:before{content:"\e9a2"}.icon-Coins:before{content:"\e9a4"}.icon-Maps:before{content:"\e9a6"}.icon-Track:before{content:"\e9a7"}.icon-Favorite:before{content:"\e9a8"}.icon-Star:before{content:"\e9a9"}.icon-Like2:before{content:"\e9ab"}.icon-Health:before{content:"\e9ac"}.icon-Dislike:before{content:"\e9ad"}.icon-CloudSync:before{content:"\e9ae"}.icon-CloudDownload:before{content:"\e9af"}.icon-CloudUpload:before{content:"\e9b0"}.icon-Cloud:before{content:"\e9b2"}.icon-Megaphone:before{content:"\e9b3"}.icon-Wi-Fi:before{content:"\e9b4"}.icon-Airdrop:before{content:"\e9b5"}.icon-ThumbsDown:before{content:"\e9b7"}.icon-ThumbsUp:before{content:"\e9b8"}.icon-Share:before{content:"\e9b9"}.icon-Calculator:before{content:"\e9ba"}.icon-Calculator2:before{content:"\e9bb"}.icon-TurnOff:before{content:"\e9bd"}.icon-Help1:before{content:"\e9bf"}.icon-Warning1:before{content:"\e9c0"}.icon-Success:before{content:"\e9c1"}.icon-Error:before{content:"\e9c2"}.icon-VolumeDown:before{content:"\e9c3"}.icon-VolumeUp:before{content:"\e9c4"}.icon-Down:before{content:"\e9c5"}.icon-CD:before{content:"\e9c7"}.icon-MusicalNote:before{content:"\e9c9"}.icon-MovieCamera:before{content:"\e9ca"}.icon-Camera:before{content:"\e9cb"}.icon-Movie:before{content:"\e9cc"}.icon-Picture2:before{content:"\e9d0"}.icon-Video2:before{content:"\e9d2"}.icon-Locked3:before{content:"\e9d6"}.icon-Profile:before{content:"\e9d9"}.icon-Users:before{content:"\e9da"}.icon-Send:before{content:"\e9db"}.icon-Location:before{content:"\e9dd"}.icon-Compass:before{content:"\e9e1"}.icon-Siri:before{content:"\e9e2"}.icon-ONOFFSwitch:before{content:"\e9e3"}.icon-Bluetooth:before{content:"\e9e5"}.icon-DialPad:before{content:"\e9e6"}.icon-Unlink:before{content:"\e9e8"}.icon-TrashBin:before{content:"\e9e9"}.icon-Layers:before{content:"\e9ec"}.icon-Windows:before{content:"\e9ed"}.icon-Menu:before{content:"\e9ee"}.icon-Hide:before{content:"\e9f0"}.icon-View2:before{content:"\e9f1"}.icon-Home:before{content:"\e9f2"}.icon-Search:before{content:"\e9f4"}.icon-Search2:before{content:"\e9f5"}.icon-Flag:before{content:"\e9f7"}.icon-Vector:before{content:"\e9f8"}.icon-ReadingList:before{content:"\e9fa"}.icon-Bank:before{content:"\ea00"}.icon-Stamp:before{content:"\ea01"}.icon-Check:before{content:"\ea03"}.icon-TimeisMoney:before{content:"\ea04"}.icon-Store:before{content:"\ea06"}.icon-Cube:before{content:"\ea07"}.icon-Football:before{content:"\ea08"}.icon-PlasteredFoot:before{content:"\ea09"}.icon-Settings:before{content:"\ea0a"}.icon-Iphones:before{content:"\ea0c"}.icon-Pin:before{content:"\ea0d"}.icon-Diamond:before{content:"\ea0e"}.icon-Hairpin:before{content:"\ea10"}.icon-Fingerprint:before{content:"\ea11"}.icon-Privacy:before{content:"\ea12"}.icon-Iphone5:before{content:"\ea13"}.icon-TV:before{content:"\ea14"}.icon-iMac:before{content:"\ea15"}.icon-LandscapeIpad:before{content:"\ea16"}.icon-Ipad:before{content:"\ea17"}.icon-OldiMac:before{content:"\ea18"}.icon-GraphPresentation:before{content:"\ea1a"}.icon-ChartPresentation:before{content:"\ea1c"}.icon-Magnet:before{content:"\ea1e"}.icon-Stethoscope:before{content:"\ea20"}.icon-FirstAIdKit:before{content:"\ea21"}.icon-Safety:before{content:"\ea22"}.icon-Wheelchair:before{content:"\ea23"}.icon-PrescriptionFile:before{content:"\ea24"}.icon-Controls3:before{content:"\ea27"}.icon-3DCoordinates:before{content:"\ea28"}.icon-Controls4:before{content:"\ea2b"}.icon-SelectObjectSide:before{content:"\ea2d"}.icon-Bookmark:before{content:"\ea2e"}.icon-Store2:before{content:"\ea2f"}.icon-Bookmark2:before{content:"\ea30"}.icon-Flag2:before{content:"\ea32"}.icon-Cashier:before{content:"\ea33"}.icon-USBCable:before{content:"\ea34"}.icon-Badminton:before{content:"\ea35"}.icon-IphoneChargingCable:before{content:"\ea36"}.icon-Clock:before{content:"\ea37"}.icon-Marksmanship:before{content:"\ea39"}.icon-POS:before{content:"\ea3a"}.icon-AlarmClock:before{content:"\ea3b"}.icon-BaseballBat:before{content:"\ea3d"}.icon-Brain:before{content:"\ea3e"}.icon-FaxScan:before{content:"\ea42"}.icon-Edit:before{content:"\ea43"}.icon-Cup:before{content:"\ea44"}.icon-World-Wide:before{content:"\ea45"}.icon-Tennis:before{content:"\ea47"}.icon-World-Wide2:before{content:"\ea48"}.icon-IceSkates:before{content:"\ea49"}.icon-Gift:before{content:"\ea4a"}.icon-GrowingStats:before{content:"\ea4c"}.icon-DecreasingStats:before{content:"\ea4d"}.icon-Graph2:before{content:"\ea4e"}.icon-Graph3:before{content:"\ea50"}.icon-RollerSkates:before{content:"\ea51"}.icon-SpiralTool:before{content:"\ea57"}.icon-GraphicTabletIntuos:before{content:"\ea58"}.icon-SoccerBall:before{content:"\ea5a"}.icon-Volleyball:before{content:"\ea5b"}.icon-Baseball:before{content:"\ea5c"}.icon-Basketball:before{content:"\ea5d"}.icon-PieChart22:before{content:"\ea63"}.icon-InboxFile:before{content:"\ea65"}.icon-LeftSidebar:before{content:"\ea66"}.icon-BandagedFoot:before{content:"\ea6c"}.icon-Settings5:before{content:"\ea6d"}.icon-Settings8:before{content:"\ea70"}.icon-Bicycle:before{content:"\ea71"}.icon-Down2:before{content:"\ea73"}.icon-Up:before{content:"\ea74"}.icon-Upload:before{content:"\ea75"}.icon-Download:before{content:"\ea76"}.icon-Iphone6:before{content:"\ea77"}.icon-Up2:before{content:"\ea7a"}.icon-SpeedDial:before{content:"\ea7d"}.icon-Whistle:before{content:"\ea81"}.icon-PingPong:before{content:"\ea82"}.icon-Safebox:before{content:"\ea83"}.icon-Stopwatch:before{content:"\ea84"}.icon-InvestmentStock:before{content:"\ea88"}.icon-Medal:before{content:"\ea89"}.icon-SNESController:before{content:"\ea8a"}.icon-File:before{content:"\ea8e"}.icon-Checklist:before{content:"\ea8f"}.icon-OpenFolder:before{content:"\ea90"}.icon-Binder:before{content:"\ea94"}.icon-Chess:before{content:"\ea95"}.icon-Darts:before{content:"\ea98"}.icon-Fantasia:before{content:"\ea99"}.icon-Bowling:before{content:"\ea9b"}.icon-FullWallet:before{content:"\eaa3"}.icon-Moon:before{content:"\eaa4"}.icon-OpenSign:before{content:"\eaa5"}.icon-Sunny:before{content:"\eaa6"}.icon-GasLamp:before{content:"\eaa7"}.icon-OlympicFlare:before{content:"\eaa8"}.icon-Resumee:before{content:"\eaa9"}.icon-Sunglasses:before{content:"\eaaa"}.icon-BusinessBriefcase:before{content:"\eaab"}.icon-Sunset:before{content:"\eaae"}.icon-Spaceship:before{content:"\eaaf"}.icon-ExoticIsland:before{content:"\eab0"}.icon-HockeyClubs:before{content:"\eab1"}.icon-Marshmallows:before{content:"\eab2"}.icon-ScanBarcode:before{content:"\eab4"}.icon-SpaceshipLaunchPad:before{content:"\eab5"}.icon-Campfire:before{content:"\eab6"}.icon-UFO:before{content:"\eab9"}.icon-OutdoorCamera:before{content:"\eaba"}.icon-UnprotectedSystem:before{content:"\eabc"}.icon-ProtectedSystem:before{content:"\eabe"}.icon-6Pack:before{content:"\eabf"}.icon-ChatConversation:before{content:"\eac1"}.icon-ChatConversation2:before{content:"\eac2"}.icon-ChatConversation4:before{content:"\eac4"}.icon-Stroller:before{content:"\eaca"}.icon-Xylophone:before{content:"\eacb"}.icon-WoodenCrate22:before{content:"\eace"}.icon-Yachting:before{content:"\eacf"}.icon-XboxRemote:before{content:"\ead1"}.icon-Turntable2:before{content:"\ead2"}.icon-Kayaking:before{content:"\ead3"}.icon-SegagenesisController:before{content:"\ead4"}.icon-ShowMicrophone:before{content:"\ead5"}.icon-21:before{content:"\ead7"}.icon-PS2Controller:before{content:"\ead8"}.icon-YogaBall:before{content:"\ead9"}.icon-BasketballPanel:before{content:"\eada"}.icon-DocumentFolder:before{content:"\eadb"}.icon-Playstation1:before{content:"\eade"}.icon-Podium:before{content:"\eadf"}.icon-Suitcase:before{content:"\eae1"}.icon-Triangle:before{content:"\eae2"}.icon-CalendarEvent:before{content:"\eae3"}.icon-GameboyAdvance:before{content:"\eae5"}.icon-Whatsapp:before{content:"\eae6"}.icon-BasketballJersey:before{content:"\eae7"}.icon-Plane:before{content:"\eaea"}.icon-PriceTag:before{content:"\eaeb"}.icon-Tricycle:before{content:"\eaec"}.icon-HikingBackpack:before{content:"\eaed"}.icon-BathDuckling:before{content:"\eaf0"}.icon-Pacifier:before{content:"\eaf1"}.icon-PriceTag2:before{content:"\eaf2"}.icon-FootballJersey:before{content:"\eafd"}.icon-GypsyTambourine:before{content:"\eafe"}.icon-Cruise:before{content:"\eb00"}.icon-MoneySuitcase:before{content:"\eb01"}.icon-OutdoorStove:before{content:"\eb02"}.icon-Briefcase:before{content:"\eb03"}.icon-PhoneEncryption:before{content:"\eb04"}.icon-PS4:before{content:"\eb05"}.icon-SearchFIle:before{content:"\eb07"}.icon-SummerRain:before{content:"\eb08"}.icon-SwissArmyKnife:before{content:"\eb09"}.icon-Mountainside:before{content:"\eb0d"}.icon-Suitcase2:before{content:"\eb0f"}.icon-ExpandWindow2:before{content:"\eb25"}.icon-MildlyRottenPremolar:before{content:"\eb28"}.icon-Nintendo64:before{content:"\eb29"}.icon-RetrieveCard:before{content:"\eb2b"}.icon-ToyTrain:before{content:"\eb2c"}.icon-AntivirusProtection:before{content:"\eb2d"}.icon-FlipboardDocument:before{content:"\eb2e"}.icon-FootballJersey2:before{content:"\eb2f"}.icon-GypsyTambourine2:before{content:"\eb30"}.icon-InsertCard2:before{content:"\eb31"}.icon-Neptune:before{content:"\eb32"}.icon-Cruise2:before{content:"\eb33"}.icon-Flipboard2:before{content:"\eb34"}.icon-OutdoorStove2:before{content:"\eb35"}.icon-PS42:before{content:"\eb36"}.icon-Saturn:before{content:"\eb37"}.icon-SoccerJersey:before{content:"\eb38"}.icon-Diapazone:before{content:"\eb39"}.icon-SearchFIle2:before{content:"\eb3c"}.icon-BoyBodywear:before{content:"\eb3e"}.icon-Homer:before{content:"\eb41"}.icon-TeddyBear:before{content:"\eb46"}.icon-CattleSkull:before{content:"\eb48"}.icon-ShoppingCart:before{content:"\eb4c"}.icon-Soyuz:before{content:"\eb4d"}.icon-ToyRobot:before{content:"\eb4e"}.icon-Umbrella:before{content:"\eb4f"}.icon-Chat2:before{content:"\eb50"}.icon-Newspaper:before{content:"\eb51"}.icon-Saxophone:before{content:"\eb52"}.icon-Compass2:before{content:"\eb57"}.icon-FireExtinguisher:before{content:"\eb59"}.icon-TheOlympics:before{content:"\eb5d"}.icon-Gagarin:before{content:"\eb62"}.icon-ChariotWheel:before{content:"\eb63"}.icon-Blueprint:before{content:"\eb65"}.icon-PriceTag7:before{content:"\eb69"}.icon-SafetyPinclosed:before{content:"\eb6b"}.icon-Trombone:before{content:"\eb6d"}.icon-BoxingGlove:before{content:"\eb6e"}.icon-LogCutting:before{content:"\eb72"}.icon-Ukulele:before{content:"\eb73"}.icon-Skateboard:before{content:"\eb77"}.icon-SolarSystem:before{content:"\eb78"}.icon-SurvivalKnife:before{content:"\eb79"}.icon-Left:before{content:"\eb7a"}.icon-Right2:before{content:"\eb7b"}.icon-BassGuitar:before{content:"\eb7e"}.icon-Luggage:before{content:"\eb7f"}.icon-Microphone:before{content:"\eb80"}.icon-SurvivalWatch:before{content:"\eb82"}.icon-Compose2:before{content:"\eb83"}.icon-ElectricGuitar:before{content:"\eb84"}.icon-Lightning:before{content:"\eb88"}.icon-MeteoriteImpact:before{content:"\eb89"}.icon-RotateLandscape:before{content:"\eb8b"}.icon-Stopwatch2:before{content:"\eb8d"}.icon-Earth3:before{content:"\eb8f"}.icon-Mailbox:before{content:"\eb92"}.icon-Capitalize:before{content:"\eb95"}.icon-FishingVest:before{content:"\eb97"}.icon-Key:before{content:"\eb99"}.icon-PingPong2:before{content:"\eb9d"}.icon-Binoculars:before{content:"\eba0"}.icon-CowboyHat:before{content:"\eba1"}.icon-Popcorn:before{content:"\eba2"}.icon-SETIDish:before{content:"\eba4"}.icon-WiredPhone:before{content:"\eba6"}.icon-Cimbalom:before{content:"\eba7"}.icon-TakeNotes:before{content:"\eba8"}.icon-SandCastle:before{content:"\ebac"}.icon-Bullets:before{content:"\ebad"}.icon-ShoppingCart3:before{content:"\ebb0"}.icon-FlipFlops:before{content:"\ebb3"}.icon-Jobs:before{content:"\ebb5"}.icon-MoonLander:before{content:"\ebbb"}.icon-CommercialSatellite:before{content:"\ebbc"}.icon-Ruler:before{content:"\ebbe"}.icon-Warning:before{content:"\ebc1"}.icon-AddCartContents:before{content:"\ebc3"}.icon-Canoe:before{content:"\ebc8"}.icon-DrumSet:before{content:"\ebc9"}.icon-NativeAmericanBow:before{content:"\ebca"}.icon-Parasailing:before{content:"\ebcc"}.icon-Feeder:before{content:"\ebcd"}.icon-MailContents:before{content:"\ebce"}.icon-OpenMail:before{content:"\ebcf"}.icon-Bills:before{content:"\ebd1"}.icon-Sunbed:before{content:"\ebd2"}.icon-NeilArmstrong:before{content:"\ebd4"}.icon-WindToy:before{content:"\ebdb"}.icon-ColtRevolver:before{content:"\ebdc"}.icon-Tomahawk:before{content:"\ebe2"}.icon-WaterJumping:before{content:"\ebe4"}.icon-Mail:before{content:"\ebe9"}.icon-Pencial:before{content:"\ebec"}.icon-PhoneMessage:before{content:"\ebed"}.icon-Headphones:before{content:"\ebfd"}.icon-Quaver:before{content:"\ebff"}.icon-ReMusicalNote:before{content:"\ec00"}.icon-MusicalNote2:before{content:"\ec01"}.icon-Code:before{content:"\ec07"}.icon-ColorBucket:before{content:"\ec08"}.icon-Forest:before{content:"\ec0a"}.icon-Briefcase2:before{content:"\ec10"}.icon-CardioBike:before{content:"\ec13"}.icon-ColorSpray:before{content:"\ec14"}.icon-Ipod:before{content:"\ec15"}.icon-DivingGear:before{content:"\ec19"}.icon-Ruler2:before{content:"\ec1c"}.icon-Mountainside3:before{content:"\ec1f"}.icon-NativeAmericanTent:before{content:"\ec20"}.icon-Brush:before{content:"\ec23"}.icon-Weight:before{content:"\ec25"}.icon-Trees:before{content:"\ec28"}.icon-Cabin:before{content:"\ec33"}.icon-Code2:before{content:"\ec34"}.icon-ColorPallette:before{content:"\ec35"}.icon-CrossroadsSigns:before{content:"\ec36"}.icon-ColorEyedropper:before{content:"\ec38"}.icon-HuntingLodge:before{content:"\ec3a"}.icon-facebook4:before{content:"\e743"}.icon-twitter-old:before{content:"\e744"}.icon-share:before{content:"\e745"}.icon-feed4:before{content:"\e746"}.icon-bird:before{content:"\e747"}.icon-chat3:before{content:"\e748"}.icon-phone4:before{content:"\e74c"}.icon-phone5:before{content:"\e74d"}.icon-monitor:before{content:"\e74e"}.icon-laptop2:before{content:"\e74f"}.icon-modem:before{content:"\e750"}.icon-hdd:before{content:"\e754"}.icon-keyboard:before{content:"\e755"}.icon-mouse:before{content:"\e756"}.icon-floppy:before{content:"\e758"}.icon-camera5:before{content:"\e75e"}.icon-pictures2:before{content:"\e75f"}.icon-eye4:before{content:"\e760"}.icon-camera6:before{content:"\e763"}.icon-volume:before{content:"\e766"}.icon-radio:before{content:"\e769"}.icon-cassette:before{content:"\e76c"}.icon-broadcast2:before{content:"\e76e"}.icon-cog3:before{content:"\e770"}.icon-search2:before{content:"\e77b"}.icon-zoomout3:before{content:"\e77c"}.icon-zoomin3:before{content:"\e77d"}.icon-binocular:before{content:"\e77e"}.icon-location2:before{content:"\e77f"}.icon-pin2:before{content:"\e780"}.icon-quote4:before{content:"\e783"}.icon-clipboard:before{content:"\e788"}.icon-clipboard2:before{content:"\e789"}.icon-gift:before{content:"\e794"}.icon-settings2:before{content:"\e796"}.icon-support:before{content:"\e797"}.icon-medicine:before{content:"\e798"}.icon-cone:before{content:"\e799"}.icon-info:before{content:"\e79b"}.icon-drink2:before{content:"\e7a2"}.icon-lollipop:before{content:"\e7a4"}.icon-heart2:before{content:"\e7a7"}.icon-lightning3:before{content:"\e7ad"}.icon-gaspump:before{content:"\e7b2"}.icon-tree:before{content:"\e7b4"}.icon-leaf:before{content:"\e7b5"}.icon-flower:before{content:"\e7b6"}.icon-direction:before{content:"\e7b7"}.icon-thumbsup:before{content:"\e7b8"}.icon-thumbsdown:before{content:"\e7b9"}.icon-arrow-up3:before{content:"\e7bc"}.icon-arrow-down3:before{content:"\e7bd"}.icon-arrow-left3:before{content:"\e7be"}.icon-arrow-right3:before{content:"\e7bf"}.icon-arrow-top-right:before{content:"\e7c0"}.icon-arrow-top-left:before{content:"\e7c1"}.icon-arrow-bottom-right:before{content:"\e7c2"}.icon-arrow-bottom-left:before{content:"\e7c3"}.icon-tv2:before{content:"\e7cc"}.icon-trashcan:before{content:"\e7d3"}.icon-umbrella:before{content:"\e7d9"}.icon-printer:before{content:"\e013"}.icon-laptop:before{content:"\e001"}.icon-desktop:before{content:"\e002"}.icon-tablet:before{content:"\e003"}.icon-phone2:before{content:"\e004"}.icon-mobile:before{content:"\e000"}.icon-camera2:before{content:"\e012"}.icon-profile-male:before{content:"\e040"}.icon-profile-female:before{content:"\e041"}.icon-layers3:before{content:"\e031"}.icon-basket:before{content:"\e027"}.icon-envelope:before{content:"\e028"}.icon-twitter4:before{content:"\e05e"}.icon-rss:before{content:"\e060"}.icon-tumblr3:before{content:"\e061"}.icon-linkedin2:before{content:"\e062"}.icon-cancel3:before{content:"\e6ef"}.icon-checkmark2:before{content:"\e6f0"}.icon-cancel5:before{content:"\e6f7"}.icon-checkmark4:before{content:"\e6fa"}.icon-heart3:before{content:"\e6fb"}.icon-cloud3:before{content:"\e6fc"}.icon-star:before{content:"\e6fd"}.icon-trash:before{content:"\e701"}.icon-search:before{content:"\e704"}.icon-bubble:before{content:"\e706"}.icon-like:before{content:"\e70c"}.icon-world:before{content:"\e718"}.icon-settings:before{content:"\e719"}.icon-pen:before{content:"\e71e"}.icon-diamond:before{content:"\e71f"}.icon-location:before{content:"\e721"}.icon-paperplane:before{content:"\e723"}.icon-params:before{content:"\e724"}.icon-banknote:before{content:"\e725"}.icon-study:before{content:"\e729"}.icon-lab:before{content:"\e72a"}.icon-number:before{content:"\e72b"}.icon-number2:before{content:"\e72c"}.icon-number3:before{content:"\e72d"}.icon-number4:before{content:"\e72e"}.icon-number5:before{content:"\e72f"}.icon-number6:before{content:"\e730"}.icon-number7:before{content:"\e731"}.icon-number8:before{content:"\e732"}.icon-number9:before{content:"\e733"}.icon-number10:before{content:"\e734"}.icon-quote2:before{content:"\e73e"}.icon-quote3:before{content:"\e73f"}.icon-th-small:before{content:"\e82e"}.icon-th-menu:before{content:"\e82f"}.icon-th-list:before{content:"\e830"}.icon-th-large:before{content:"\e831"}.icon-leaf2:before{content:"\e832"}.icon-feather:before{content:"\e835"}.icon-plane-outline:before{content:"\e836"}.icon-microphone-outline:before{content:"\e837"}.icon-chevron-right2:before{content:"\e838"}.icon-chevron-left2:before{content:"\e839"}.icon-arrow-right-thick:before{content:"\e83a"}.icon-arrow-left-thick:before{content:"\e83c"}.icon-arrow-up-thick:before{content:"\e83f"}.icon-arrow-down-thick:before{content:"\e840"}.icon-minus5:before{content:"\e841"}.icon-plus7:before{content:"\e842"}.icon-backspace:before{content:"\e843"}.icon-eye3:before{content:"\e005"}.icon-paper-clip:before{content:"\e006"}.icon-mail:before{content:"\e007"}.icon-toggle:before{content:"\e008"}.icon-layout:before{content:"\e009"}.icon-link2:before{content:"\e00a"}.icon-bell:before{content:"\e00b"}.icon-lock:before{content:"\e00c"}.icon-unlock:before{content:"\e00d"}.icon-ribbon:before{content:"\e00e"}.icon-image:before{content:"\e010"}.icon-signal:before{content:"\e011"}.icon-target:before{content:"\e014"}.icon-clipboard3:before{content:"\e015"}.icon-clock:before{content:"\e016"}.icon-watch:before{content:"\e017"}.icon-air-play:before{content:"\e018"}.icon-camera4:before{content:"\e019"}.icon-video:before{content:"\e01a"}.icon-printer2:before{content:"\e020"}.icon-monitor2:before{content:"\e021"}.icon-server:before{content:"\e022"}.icon-cog4:before{content:"\e023"}.icon-heart4:before{content:"\e024"}.icon-paragraph:before{content:"\e025"}.icon-align-justify2:before{content:"\e026"}.icon-align-left:before{content:"\e029"}.icon-align-center:before{content:"\e02a"}.icon-align-right:before{content:"\e02b"}.icon-book:before{content:"\e030"}.icon-layers4:before{content:"\e032"}.icon-stack:before{content:"\e033"}.icon-stack-2:before{content:"\e034"}.icon-paper:before{content:"\e035"}.icon-paper-stack:before{content:"\e036"}.icon-search4:before{content:"\e037"}.icon-zoom-in:before{content:"\e038"}.icon-zoom-out:before{content:"\e039"}.icon-reply:before{content:"\e03a"}.icon-circle-plus:before{content:"\e042"}.icon-circle-minus:before{content:"\e043"}.icon-circle-check:before{content:"\e044"}.icon-circle-cross:before{content:"\e045"}.icon-square-plus:before{content:"\e046"}.icon-square-minus:before{content:"\e047"}.icon-square-check:before{content:"\e048"}.icon-square-cross:before{content:"\e049"}.icon-microphone:before{content:"\e04a"}.icon-record2:before{content:"\e04b"}.icon-skip-back:before{content:"\e050"}.icon-rewind:before{content:"\e051"}.icon-play2:before{content:"\e052"}.icon-pause2:before{content:"\e053"}.icon-stop2:before{content:"\e054"}.icon-fast-forward:before{content:"\e055"}.icon-skip-forward:before{content:"\e056"}.icon-shuffle:before{content:"\e057"}.icon-repeat:before{content:"\e058"}.icon-folder:before{content:"\e059"}.icon-umbrella2:before{content:"\e063"}.icon-moon2:before{content:"\e064"}.icon-thermometer2:before{content:"\e065"}.icon-drop:before{content:"\e066"}.icon-sun4:before{content:"\e067"}.icon-cloud4:before{content:"\e068"}.icon-cloud-upload:before{content:"\e069"}.icon-cloud-download:before{content:"\e06a"}.icon-upload:before{content:"\e06b"}.icon-download:before{content:"\e06c"}.icon-location3:before{content:"\e070"}.icon-location-2:before{content:"\e071"}.icon-map:before{content:"\e072"}.icon-battery:before{content:"\e073"}.icon-head:before{content:"\e074"}.icon-briefcase:before{content:"\e075"}.icon-speech-bubble:before{content:"\e076"}.icon-anchor:before{content:"\e077"}.icon-globe:before{content:"\e078"}.icon-box:before{content:"\e079"}.icon-reload:before{content:"\e080"}.icon-share3:before{content:"\e081"}.icon-marquee:before{content:"\e082"}.icon-marquee-plus:before{content:"\e083"}.icon-marquee-minus:before{content:"\e084"}.icon-tag:before{content:"\e085"}.icon-power:before{content:"\e086"}.icon-command:before{content:"\e087"}.icon-alt:before{content:"\e088"}.icon-esc:before{content:"\e089"}.icon-bar-graph:before{content:"\e090"}.icon-bar-graph-2:before{content:"\e091"}.icon-pie-graph:before{content:"\e092"}.icon-star2:before{content:"\e093"}.icon-arrow-left4:before{content:"\e094"}.icon-arrow-right7:before{content:"\e095"}.icon-arrow-up4:before{content:"\e096"}.icon-arrow-down4:before{content:"\e097"}.icon-volume2:before{content:"\e098"}.icon-mute:before{content:"\e099"}.icon-content-right:before{content:"\e100"}.icon-content-left:before{content:"\e101"}.icon-grid2:before{content:"\e102"}.icon-grid-2:before{content:"\e103"}.icon-columns:before{content:"\e104"}.icon-loader:before{content:"\e105"}.icon-bag:before{content:"\e106"}.icon-ban:before{content:"\e107"}.icon-flag:before{content:"\e108"}.icon-trash2:before{content:"\e109"}.icon-expand:before{content:"\e110"}.icon-contract:before{content:"\e111"}.icon-maximize:before{content:"\e112"}.icon-minimize:before{content:"\e113"}.icon-plus5:before{content:"\e114"}.icon-minus6:before{content:"\e115"}.icon-check:before{content:"\e116"}.icon-cross:before{content:"\e117"}.icon-move:before{content:"\e118"}.icon-delete:before{content:"\e119"}.icon-menu3:before{content:"\e120"}.icon-archive:before{content:"\e121"}.icon-inbox:before{content:"\e122"}.icon-outbox:before{content:"\e123"}.icon-file:before{content:"\e124"}.icon-file-add:before{content:"\e125"}.icon-file-subtract:before{content:"\e126"}.icon-help:before{content:"\e127"}.icon-open:before{content:"\e128"}.icon-ellipsis:before{content:"\e129"}.icon-basecamp:before{content:"\ec3d"}.icon-behance:before{content:"\ec3e"}.icon-creative-cloud:before{content:"\ec3f"}.icon-dropbox:before{content:"\ec40"}.icon-evernote:before{content:"\ec41"}.icon-flattr:before{content:"\ec42"}.icon-foursquare:before{content:"\ec43"}.icon-google-drive:before{content:"\ec44"}.icon-google-hangouts:before{content:"\ec45"}.icon-grooveshark:before{content:"\ec46"}.icon-icloud:before{content:"\ec47"}.icon-mixi:before{content:"\ec48"}.icon-onedrive:before{content:"\ec49"}.icon-paypal:before{content:"\ec4a"}.icon-picasa:before{content:"\ec4b"}.icon-qq:before{content:"\ec4c"}.icon-rdio-with-circle:before{content:"\ec4d"}.icon-renren:before{content:"\ec4e"}.icon-scribd:before{content:"\ec4f"}.icon-sina-weibo:before{content:"\ec50"}.icon-slideshare:before{content:"\ec52"}.icon-smashing:before{content:"\ec53"}.icon-spotify:before{content:"\ec54"}.icon-swarm:before{content:"\ec55"}.icon-vine:before{content:"\ec56"}.icon-vk:before{content:"\ec57"}.icon-xing:before{content:"\ec58"}.icon-yelp:before{content:"\ec59"}.icon-facebook:before{content:"\ec5b"}.icon-google:before{content:"\ec5d"}.icon-instagram:before{content:"\ec5e"}.icon-lastfm:before{content:"\ec5f"}.icon-linkedin:before{content:"\ec60"}.icon-tumblr:before{content:"\ec63"}.icon-play:before{content:"\e7dd"}.icon-pause:before{content:"\e7de"}.icon-record:before{content:"\e7df"}.icon-stop:before{content:"\e7e0"}.icon-next:before{content:"\e7e1"}.icon-previous:before{content:"\e7e2"}.icon-first:before{content:"\e7e3"}.icon-last:before{content:"\e7e4"}.icon-github6:before{content:"\e7e8"}.icon-flickr5:before{content:"\e7ea"}.icon-twitter5:before{content:"\e7ee"}.icon-facebook5:before{content:"\e7f0"}.icon-googleplus6:before{content:"\e7f3"}.icon-pinterest3:before{content:"\e7f5"}.icon-qq2:before{content:"\e7ff"}.icon-instagram2:before{content:"\e801"}.icon-evernote2:before{content:"\e804"}.icon-renren2:before{content:"\e807"}.icon-sina-weibo2:before{content:"\e808"}.icon-paypal4:before{content:"\e80a"}.icon-picasa2:before{content:"\e80b"}.icon-soundcloud3:before{content:"\e80c"}.icon-mixi2:before{content:"\e80d"}.icon-circles:before{content:"\e80f"}.icon-vk2:before{content:"\e810"}.icon-smashing2:before{content:"\e811"}.icon-stumbleupon3:before{content:"\e812"}.icon-lastfm3:before{content:"\e813"}.icon-earth2:before{content:"\e815"}.icon-heart32:before{content:"\e816"}.icon-arrow-right4:before{content:"\e817"}.icon-arrow-left5:before{content:"\e818"}.icon-arrow-down5:before{content:"\e819"}.icon-arrow-up5:before{content:"\e81a"}.icon-arrow-right5:before{content:"\e81b"}.icon-arrow-left6:before{content:"\e81c"}.icon-arrow-down6:before{content:"\e81d"}.icon-arrow-up6:before{content:"\e81e"}.icon-uniE81F:before{content:"\e820"}.icon-menu2:before{content:"\e823"}.icon-minus4:before{content:"\e825"}.icon-plus6:before{content:"\e826"}.icon-list:before{content:"\e827"}.icon-arrow-left7:before{content:"\e828"}.icon-arrow-down7:before{content:"\e829"}.icon-arrow-up7:before{content:"\e82a"}.icon-arrow-right6:before{content:"\e82b"}.icon-ccw:before{content:"\e82c"}.icon-cw:before{content:"\e82d"}.icon-box2:before{content:"\e909"}.icon-write:before{content:"\e90a"}.icon-clock2:before{content:"\e910"}.icon-reply2:before{content:"\e916"}.icon-reply-all:before{content:"\e91e"}.icon-forward:before{content:"\e920"}.icon-search22:before{content:"\e923"}.icon-trash22:before{content:"\e925"}.icon-envelope2:before{content:"\e92a"}.icon-bubble2:before{content:"\e930"}.icon-user2:before{content:"\e938"}.icon-users:before{content:"\e93b"}.icon-cloud23:before{content:"\e93c"}.icon-download2:before{content:"\e93f"}.icon-upload2:before{content:"\e941"}.icon-rain:before{content:"\e945"}.icon-sun23:before{content:"\e947"}.icon-moon22:before{content:"\e94a"}.icon-bell2:before{content:"\e94b"}.icon-folder2:before{content:"\e94d"}.icon-pin:before{content:"\e951"}.icon-sound:before{content:"\e95b"}.icon-microphone2:before{content:"\e95c"}.icon-camera22:before{content:"\e962"}.icon-image2:before{content:"\e964"}.icon-calendar:before{content:"\e96d"}.icon-map-marker:before{content:"\e972"}.icon-store:before{content:"\e976"}.icon-support2:before{content:"\e978"}.icon-tag2:before{content:"\e97a"}.icon-heart22:before{content:"\e97c"}.icon-video-camera:before{content:"\e97f"}.icon-trophy:before{content:"\e980"}.icon-cart2:before{content:"\e981"}.icon-eye22:before{content:"\e983"}.icon-cancel4:before{content:"\e985"}.icon-chart:before{content:"\e986"}.icon-target2:before{content:"\e987"}.icon-printer22:before{content:"\e988"}.icon-location22:before{content:"\e989"}.icon-bookmark3:before{content:"\e98a"}.icon-monitor22:before{content:"\e98c"}.icon-cross2:before{content:"\e98d"}.icon-plus22:before{content:"\e990"}.icon-left2:before{content:"\e993"}.icon-up2:before{content:"\e997"}.icon-browser:before{content:"\e998"}.icon-windows2:before{content:"\e99c"}.icon-switch2:before{content:"\e99e"}.icon-dashboard:before{content:"\e99f"}.icon-play22:before{content:"\e9a0"}.icon-fast-forward2:before{content:"\e9a1"}.icon-next2:before{content:"\e9a3"}.icon-refresh:before{content:"\e9a5"}.icon-film:before{content:"\e9aa"}.icon-home2:before{content:"\e9b1"}.icon-home:before{content:"\e800"}.icon-pencil:before{content:"\e802"}.icon-quill:before{content:"\e803"}.icon-droplet:before{content:"\e806"}.icon-camera:before{content:"\e809"}.icon-credit-card:before{content:"\e81f"}.icon-lifebuoy:before{content:"\e821"}.icon-phone:before{content:"\e822"}.icon-address-book:before{content:"\e824"}.icon-undo:before{content:"\e833"}.icon-redo:before{content:"\e834"}.icon-user:before{content:"\e83b"}.icon-quotes-left:before{content:"\e83d"}.icon-quotes-right:before{content:"\e83e"}.icon-fire:before{content:"\e85f"}.icon-airplane:before{content:"\e865"}.icon-switch:before{content:"\e869"}.icon-power-cord:before{content:"\e86a"}.icon-cloud:before{content:"\e86d"}.icon-link:before{content:"\e873"}.icon-attachment:before{content:"\e875"}.icon-eye:before{content:"\e876"}.icon-bookmark:before{content:"\e878"}.icon-sun:before{content:"\e87a"}.icon-heart:before{content:"\e87e"}.icon-loop2:before{content:"\e884"}.icon-share2:before{content:"\e893"}.icon-feed2:before{content:"\e8a3"}.icon-youtube3:before{content:"\e8a8"}.icon-twitch:before{content:"\e8aa"}.icon-vimeo:before{content:"\e8ab"}.icon-wordpress:before{content:"\e8c4"}.icon-joomla:before{content:"\e8c6"}.icon-tux:before{content:"\e8cc"}.icon-apple:before{content:"\e8cd"}.icon-finder:before{content:"\e8ce"}.icon-windows8:before{content:"\e8d0"}.icon-stackoverflow:before{content:"\e8dc"}.icon-html5:before{content:"\e8e4"}.icon-codepen:before{content:"\e8e5"}.icon-chrome:before{content:"\e8e6"}.icon-firefox:before{content:"\e8e7"}.icon-IE:before{content:"\e8e8"}.icon-opera:before{content:"\e8e9"}.icon-safari:before{content:"\e8ea"}.icon-comment:before{content:"\e61b"}.icon-check-alt:before{content:"\e61c"}.icon-x-altx-alt:before{content:"\e61d"}.icon-plus-alt:before{content:"\e621"}.icon-plus2:before{content:"\e622"}.icon-document-alt-stroke:before{content:"\e623"}.icon-eye2:before{content:"\e624"}.icon-camera3:before{content:"\e625"}.icon-left-quote-alt:before{content:"\e628"}.icon-right-quote-alt:before{content:"\e629"}.icon-sunrise:before{content:"\e62c"}.icon-sun2:before{content:"\e62d"}.icon-moon:before{content:"\e62e"}.icon-sun22:before{content:"\e62f"}.icon-windy:before{content:"\e630"}.icon-wind:before{content:"\e631"}.icon-snowflake:before{content:"\e632"}.icon-cloudy:before{content:"\e633"}.icon-cloud2:before{content:"\e634"}.icon-windy2:before{content:"\e635"}.icon-snowy:before{content:"\e636"}.icon-snowy2:before{content:"\e637"}.icon-snowy3:before{content:"\e638"}.icon-weather:before{content:"\e639"}.icon-cloudy2:before{content:"\e63a"}.icon-cloud22:before{content:"\e63b"}.icon-lightning:before{content:"\e63c"}.icon-sun3:before{content:"\e63d"}.icon-snowy4:before{content:"\e63e"}.icon-weather2:before{content:"\e63f"}.icon-cloudy3:before{content:"\e640"}.icon-lightning2:before{content:"\e641"}.icon-thermometer:before{content:"\e642"}.icon-compass:before{content:"\e643"}.icon-none:before{content:"\e644"}.icon-Celsius:before{content:"\e645"}.icon-Fahrenheit:before{content:"\e646"}.icon-weather3:before{content:"\e647"}.icon-weather4:before{content:"\e648"}.icon-weather5:before{content:"\e649"}.icon-uniF488:before{content:"\e64a"}.icon-uniF489:before{content:"\e64b"}.icon-uniF48A:before{content:"\e64c"}.icon-uniF48B:before{content:"\e64d"}.icon-down:before{content:"\e64e"}.icon-downleft:before{content:"\e64f"}.icon-downright:before{content:"\e650"}.icon-up:before{content:"\e651"}.icon-upleft:before{content:"\e652"}.icon-upright:before{content:"\e653"}.icon-right:before{content:"\e654"}.icon-left:before{content:"\e655"}.icon-psbuttonx:before{content:"\e657"}.icon-menu:before{content:"\e658"}.icon-mouse2:before{content:"\e659"}.icon-uniF639:before{content:"\e65b"}.icon-uniF477:before{content:"\e65c"}.icon-uniF478:before{content:"\e65d"}.icon-uniF479:before{content:"\e65e"}.icon-uniF476:before{content:"\e65f"}.icon-grid:before{content:"\e660"}.icon-details:before{content:"\e661"}.icon-thumbnails:before{content:"\e662"}.icon-quote:before{content:"\e663"}.icon-post2:before{content:"\e664"}.icon-layers:before{content:"\e665"}.icon-layers2:before{content:"\e666"}.icon-minus2:before{content:"\e667"}.icon-google2:before{content:"\e66d"}.icon-youtube2:before{content:"\e670"}.icon-steam:before{content:"\e674"}.icon-github2:before{content:"\e677"}.icon-android:before{content:"\e678"}.icon-windows:before{content:"\e679"}.icon-paypal3:before{content:"\e681"}.icon-googleplus:before{content:"\e687"}.icon-google-drive2:before{content:"\e68b"}.icon-lanyrd:before{content:"\e68d"}.icon-flickr2:before{content:"\e68f"}.icon-skype:before{content:"\e696"}.icon-reddit:before{content:"\e697"}.icon-lastfm2:before{content:"\e699"}.icon-yelp2:before{content:"\e69b"}.icon-file-pdf:before{content:"\e69d"}.icon-file-openoffice:before{content:"\e69e"}.icon-file-word:before{content:"\e69f"}.icon-facebook2:before{content:"\e6a0"}.icon-instagram3:before{content:"\e6a3"}.icon-picassa:before{content:"\e6aa"}.icon-dribbble:before{content:"\e6ac"}.icon-forrst:before{content:"\e6af"}.icon-deviantart2:before{content:"\e6b1"}.icon-joomla2:before{content:"\e6b2"}.icon-blogger:before{content:"\e6b3"}.icon-yahoo:before{content:"\e6b7"}.icon-tux2:before{content:"\e6b8"}.icon-apple2:before{content:"\e6b9"}.icon-finder2:before{content:"\e6ba"}.icon-delicious:before{content:"\e6bb"}.icon-stumbleupon2:before{content:"\e6bd"}.icon-stackoverflow2:before{content:"\e6be"}.icon-file-excel:before{content:"\e6c4"}.icon-file-zip:before{content:"\e6c5"}.icon-file-powerpoint:before{content:"\e6c6"}.icon-file-xml:before{content:"\e6c7"}.icon-file-css:before{content:"\e6c8"}.icon-html52:before{content:"\e6c9"}.icon-html522:before{content:"\e6ca"}.icon-css3:before{content:"\e6cb"}.icon-chrome2:before{content:"\e6cc"}.icon-at:before{content:"\e6cd"}.icon-copyright:before{content:"\e6ce"}.icon-multiply:before{content:"\e6cf"}.icon-cursor:before{content:"\e6d0"}.icon-circleadd:before{content:"\e6d1"}.icon-circledelete:before{content:"\e6d2"}.icon-circleselect:before{content:"\e6d3"}.icon-elipse:before{content:"\e6d4"}.icon-roundedrectangle:before{content:"\e6d5"}.icon-polygon:before{content:"\e6d6"}.icon-notificationdown:before{content:"\e6d7"}.icon-bookmark2:before{content:"\e6d8"}.icon-zoomin:before{content:"\e6d9"}.icon-zoomout:before{content:"\e6da"}.icon-cmd:before{content:"\e6db"}.icon-cart:before{content:"\e6dc"}.icon-cog2:before{content:"\e6e0"}.icon-minus3:before{content:"\e6e1"}.icon-plus4:before{content:"\e6e2"}.icon-cancel:before{content:"\e6e3"}.icon-zoomin2:before{content:"\e6e4"}.icon-zoomout2:before{content:"\e6e5"}.icon-cancel2:before{content:"\e6e7"}.icon-arrow-left2:before{content:"\e6e8"}.icon-arrow-up2:before{content:"\e6e9"}.icon-arrow-right2:before{content:"\e6ea"}.icon-arrow-down2:before{content:"\e6eb"}.icon-add-circle-1:before{content:"\e9b6"}.icon-baby-trolley:before{content:"\e9bc"}.icon-banking-donation-2:before{content:"\e9be"}.icon-bin:before{content:"\e9c6"}.icon-chat-bubble-square-1:before{content:"\e9c8"}.icon-chat-bubble-square-smiley:before{content:"\e9cd"}.icon-chef-1:before{content:"\e9ce"}.icon-chef-hat:before{content:"\e9cf"}.icon-content-book-2:before{content:"\e9d1"}.icon-fire-extinguisher:before{content:"\e9d3"}.icon-fire-lighter:before{content:"\e9d4"}.icon-flash:before{content:"\e9d5"}.icon-folder-add:before{content:"\e9d7"}.icon-folder-check:before{content:"\e9d8"}.icon-folder-close:before{content:"\e9dc"}.icon-folder-subtract:before{content:"\e9de"}.icon-food-chicken-drum-stick:before{content:"\e9df"}.icon-food-icecream-2:before{content:"\e9e0"}.icon-glass-cocktail-2:before{content:"\e9e4"}.icon-graduation-hat:before{content:"\e9e7"}.icon-hand-gun:before{content:"\e9ea"}.icon-health-prescription-2:before{content:"\e9eb"}.icon-helicopter:before{content:"\e9ef"}.icon-hotel-bath-shower:before{content:"\e9f3"}.icon-id-card-1:before{content:"\e9f6"}.icon-key-hole-1:before{content:"\e9f9"}.icon-king:before{content:"\e9fb"}.icon-lock-1:before{content:"\e9fc"}.icon-lock-unlock-1:before{content:"\e9fd"}.icon-nature-plant-1:before{content:"\e9fe"}.icon-paint-brush-1:before{content:"\e9ff"}.icon-places-christ-the-redeemer:before{content:"\ea02"}.icon-places-eiffel-tower:before{content:"\ea05"}.icon-places-home-3:before{content:"\ea0b"}.icon-places-taj-mahal:before{content:"\ea0f"}.icon-police-officer-1:before{content:"\ea19"}.icon-polo-shirt:before{content:"\ea1b"}.icon-quill2:before{content:"\ea1d"}.icon-rewards-banner-check:before{content:"\ea1f"}.icon-rewards-gift:before{content:"\ea25"}.icon-ring-planet:before{content:"\ea26"}.icon-romance-bow:before{content:"\ea29"}.icon-romance-love-target:before{content:"\ea2a"}.icon-romance-relationship:before{content:"\ea2c"}.icon-save-water:before{content:"\ea31"}.icon-user-add:before{content:"\ea38"}.icon-user-chat-1:before{content:"\ea3c"}.icon-user-check:before{content:"\ea3f"}.icon-user-female:before{content:"\ea40"}.icon-user-headphone:before{content:"\ea41"}.icon-video-games-gameboy:before{content:"\ea46"}.icon-video-games-pacman:before{content:"\ea4b"}.icon-vote-heart-circle-1:before{content:"\ea4f"}.icon-add-circle-12:before{content:"\ea52"}.icon-airplane2:before{content:"\ea53"}.icon-alien-head:before{content:"\ea54"}.icon-android2:before{content:"\ea55"}.icon-baby-trolley2:before{content:"\ea56"}.icon-banking-debit-machine:before{content:"\ea59"}.icon-banking-donation-22:before{content:"\ea5e"}.icon-banking-spendings-1:before{content:"\ea5f"}.icon-banking-spendings-3:before{content:"\ea60"}.icon-bank-note:before{content:"\ea61"}.icon-battery-charging-1:before{content:"\ea62"}.icon-beaker-science:before{content:"\ea64"}.icon-bin2:before{content:"\ea67"}.icon-binoculars:before{content:"\ea68"}.icon-box-2:before{content:"\ea69"}.icon-building-6:before{content:"\ea6a"}.icon-building-10:before{content:"\ea6b"}.icon-building-barn:before{content:"\ea6e"}.icon-bus-2:before{content:"\ea6f"}.icon-business-briefcase-cash:before{content:"\ea72"}.icon-business-whiteboard:before{content:"\ea78"}.icon-calendar-1:before{content:"\ea79"}.icon-camera-1:before{content:"\ea7b"}.icon-camera-live-view-off:before{content:"\ea7c"}.icon-car-2:before{content:"\ea7e"}.icon-castle-1:before{content:"\ea7f"}.icon-cc-camera-1:before{content:"\ea80"}.icon-chat-bubble-square-smiley2:before{content:"\ea85"}.icon-check-box:before{content:"\ea86"}.icon-chef-12:before{content:"\ea87"}.icon-chef-hat2:before{content:"\ea8b"}.icon-close2:before{content:"\ea8c"}.icon-cloud32:before{content:"\ea8d"}.icon-cog-box:before{content:"\ea91"}.icon-coin-stack-1:before{content:"\ea92"}.icon-computer-screen-1:before{content:"\ea93"}.icon-content-book-22:before{content:"\ea96"}.icon-couch:before{content:"\ea97"}.icon-data-download-5:before{content:"\ea9a"}.icon-data-upload-5:before{content:"\ea9c"}.icon-devices:before{content:"\ea9d"}.icon-dna:before{content:"\ea9e"}.icon-download-computer:before{content:"\ea9f"}.icon-eco-field:before{content:"\eaa0"}.icon-file-new-1:before{content:"\eaa1"}.icon-file-new-2:before{content:"\eaa2"}.icon-file-notes-document:before{content:"\eaac"}.icon-file-notes-new:before{content:"\eaad"}.icon-file-office-text:before{content:"\eab3"}.icon-file-tasks-add:before{content:"\eab7"}.icon-file-zipped-new:before{content:"\eab8"}.icon-fire-extinguisher2:before{content:"\eabb"}.icon-flash2:before{content:"\eabd"}.icon-folder-add2:before{content:"\eac0"}.icon-folder-check2:before{content:"\eac3"}.icon-folder-close2:before{content:"\eac5"}.icon-folder-subtract2:before{content:"\eac6"}.icon-food-chicken-drum-stick2:before{content:"\eac7"}.icon-food-double-burger:before{content:"\eac8"}.icon-food-icecream-22:before{content:"\eac9"}.icon-glass-cocktail-22:before{content:"\eacc"}.icon-graduation-hat2:before{content:"\eacd"}.icon-hand-gun2:before{content:"\ead0"}.icon-hand-remote:before{content:"\ead6"}.icon-hat-magician:before{content:"\eadc"}.icon-health-ambulance:before{content:"\eadd"}.icon-health-graph-1:before{content:"\eae0"}.icon-health-heart-pulse:before{content:"\eae4"}.icon-health-hospital-sign-1:before{content:"\eae8"}.icon-health-medicine-bottle:before{content:"\eae9"}.icon-health-prescription-22:before{content:"\eaee"}.icon-helicopter2:before{content:"\eaef"}.icon-hot-air-balloon:before{content:"\eaf3"}.icon-hotel-bath-shower2:before{content:"\eaf4"}.icon-hotel-bed-1:before{content:"\eaf5"}.icon-hotel-shower:before{content:"\eaf6"}.icon-hourglass:before{content:"\eaf7"}.icon-id-card-12:before{content:"\eaf8"}.icon-inbox2:before{content:"\eaf9"}.icon-keyboard2:before{content:"\eafa"}.icon-key-hole-12:before{content:"\eafb"}.icon-kitchen-blender:before{content:"\eafc"}.icon-lamp-1:before{content:"\eaff"}.icon-lamp-studio-1:before{content:"\eb06"}.icon-leisure-dj-booth:before{content:"\eb0a"}.icon-leisure-rest:before{content:"\eb0b"}.icon-location-gps-on-2:before{content:"\eb0c"}.icon-location-map-1:before{content:"\eb0e"}.icon-location-pin-4:before{content:"\eb10"}.icon-location-pin-check-2:before{content:"\eb11"}.icon-location-user:before{content:"\eb12"}.icon-lock-12:before{content:"\eb13"}.icon-lock-unlock-12:before{content:"\eb14"}.icon-login-check:before{content:"\eb15"}.icon-login-lock:before{content:"\eb16"}.icon-login-wrong:before{content:"\eb17"}.icon-mail-refresh-1:before{content:"\eb18"}.icon-match-stick:before{content:"\eb19"}.icon-monster-truck-1:before{content:"\eb1a"}.icon-motorcycle-2:before{content:"\eb1b"}.icon-music-note-1:before{content:"\eb1c"}.icon-nature-flower-1:before{content:"\eb1d"}.icon-nature-plant-12:before{content:"\eb1e"}.icon-navigation-before-1:before{content:"\eb1f"}.icon-navigation-next-1:before{content:"\eb20"}.icon-network-business:before{content:"\eb21"}.icon-origami-paper-bird:before{content:"\eb22"}.icon-paint-brush-12:before{content:"\eb23"}.icon-paper-pin:before{content:"\eb24"}.icon-paperplane2:before{content:"\eb26"}.icon-pencil-2:before{content:"\eb27"}.icon-pencil-ruler:before{content:"\eb2a"}.icon-places-christ-the-redeemer2:before{content:"\eb3b"}.icon-places-colosseum:before{content:"\eb3d"}.icon-places-eiffel-tower2:before{content:"\eb3f"}.icon-places-home-32:before{content:"\eb40"}.icon-places-home-4:before{content:"\eb42"}.icon-places-taj-mahal2:before{content:"\eb43"}.icon-places-warehouse-1:before{content:"\eb44"}.icon-police-officer-12:before{content:"\eb45"}.icon-polo-shirt2:before{content:"\eb47"}.icon-quill22:before{content:"\eb49"}.icon-rechargable-battery:before{content:"\eb4a"}.icon-remove-circle-1:before{content:"\eb4b"}.icon-rewards-banner-check2:before{content:"\eb53"}.icon-rewards-gift2:before{content:"\eb54"}.icon-rewards-medal-1:before{content:"\eb55"}.icon-rewards-pedestal:before{content:"\eb56"}.icon-rewards-trophy-5:before{content:"\eb58"}.icon-ring-planet2:before{content:"\eb5a"}.icon-romance-bow2:before{content:"\eb5b"}.icon-romance-love-target2:before{content:"\eb5c"}.icon-romance-relationship2:before{content:"\eb5e"}.icon-safe:before{content:"\eb5f"}.icon-scissors:before{content:"\eb60"}.icon-settings-1:before{content:"\eb61"}.icon-share-megaphone-2:before{content:"\eb64"}.icon-share-radar:before{content:"\eb66"}.icon-share-signal-user:before{content:"\eb67"}.icon-shopping-basket-1:before{content:"\eb68"}.icon-shopping-basket-2:before{content:"\eb6a"}.icon-shopping-basket-add:before{content:"\eb6c"}.icon-shopping-basket-check:before{content:"\eb6f"}.icon-shopping-basket-close:before{content:"\eb70"}.icon-shopping-basket-subtract:before{content:"\eb71"}.icon-sign-toilet:before{content:"\eb74"}.icon-smart-watch-circle-navigation:before{content:"\eb75"}.icon-smiley-dolar:before{content:"\eb76"}.icon-smiley-poker-face:before{content:"\eb7c"}.icon-smiley-shy-1:before{content:"\eb7d"}.icon-smiley-smile-2:before{content:"\eb81"}.icon-smiley-wink:before{content:"\eb85"}.icon-smiley-worry:before{content:"\eb86"}.icon-spa-lotion:before{content:"\eb87"}.icon-spa-lotus-flower:before{content:"\eb8a"}.icon-sport-basketball:before{content:"\eb8c"}.icon-sport-bowling:before{content:"\eb8e"}.icon-sport-dumbbell-1:before{content:"\eb90"}.icon-sport-football-field:before{content:"\eb91"}.icon-sport-takraw:before{content:"\eb93"}.icon-spray-bottle:before{content:"\eb94"}.icon-star-constellation:before{content:"\eb96"}.icon-subtract-circle-1:before{content:"\eb98"}.icon-sunny:before{content:"\eb9a"}.icon-synchronize-1:before{content:"\eb9b"}.icon-synchronize-2:before{content:"\eb9c"}.icon-tank:before{content:"\eb9e"}.icon-temple-2:before{content:"\eb9f"}.icon-toilet-roll:before{content:"\eba3"}.icon-travel-beach:before{content:"\eba5"}.icon-travel-camping:before{content:"\eba9"}.icon-travel-globe:before{content:"\ebaa"}.icon-umbrella-open:before{content:"\ebab"}.icon-undershirt:before{content:"\ebae"}.icon-underwear:before{content:"\ebaf"}.icon-user-add2:before{content:"\ebb1"}.icon-user-chat-12:before{content:"\ebb2"}.icon-user-check2:before{content:"\ebb4"}.icon-user-headphone2:before{content:"\ebb6"}.icon-user-heart:before{content:"\ebb7"}.icon-user-male:before{content:"\ebb8"}.icon-user-subtract:before{content:"\ebb9"}.icon-vector-circle:before{content:"\ebba"}.icon-vector-line:before{content:"\ebbd"}.icon-vector-square-1:before{content:"\ebbf"}.icon-vector-triangle:before{content:"\ebc0"}.icon-video-call-1:before{content:"\ebc2"}.icon-video-call-mobile-phone:before{content:"\ebc4"}.icon-video-camera-3:before{content:"\ebc5"}.icon-video-clip-3:before{content:"\ebc6"}.icon-video-clip-4:before{content:"\ebc7"}.icon-video-control-play:before{content:"\ebcb"}.icon-video-games-gameboy2:before{content:"\ebd0"}.icon-video-games-pacman2:before{content:"\ebd3"}.icon-vote-heart-circle-12:before{content:"\ebd5"}.icon-vote-plus-one:before{content:"\ebd6"}.icon-vote-thumbs-down:before{content:"\ebd7"}.icon-vote-thumbs-up:before{content:"\ebd8"}.icon-wallet:before{content:"\ebd9"}.icon-warehouse-box:before{content:"\ebda"}.icon-water-droplet:before{content:"\ebdd"}.icon-water-tap:before{content:"\ebde"}.icon-water-tower:before{content:"\ebdf"}.icon-wind-flag:before{content:"\ebe0"}.icon-window:before{content:"\ebe1"}.icon-window-programming:before{content:"\ebe3"}.icon-airplane22:before{content:"\ebe6"}.icon-alien-head2:before{content:"\ebe7"}.icon-android22:before{content:"\ebe8"}.icon-shopcart:before{content:"\e846"}.icon-gathermenu:before{content:"\e849"}.icon-chevron-right:before{content:"\e600"}.icon-flag2:before{content:"\e848"}.icon-align-justify:before{content:"\e602"}.icon-cog:before{content:"\e603"}.icon-remove:before{content:"\e605"}.icon-chevron-left:before{content:"\e606"}.icon-minus:before{content:"\e607"}.icon-plus:before{content:"\e608"}.icon-resize-vertical:before{content:"\e609"}.icon-resize-horizontal:before{content:"\e60a"}.icon-chevron-up:before{content:"\e60b"}.icon-chevron-down:before{content:"\e60c"}.icon-arrow-left:before{content:"\e60d"}.icon-arrow-right:before{content:"\e60e"}.icon-arrow-up:before{content:"\e60f"}.icon-arrow-down:before{content:"\e610"}.icon-angle-left:before{content:"\e611"}.icon-angle-right:before{content:"\e612"}.icon-angle-up:before{content:"\e613"}.icon-angle-down:before{content:"\e614"}.icon-caret-left:before{content:"\e615"}.icon-caret-up:before{content:"\e616"}.icon-caret-down:before{content:"\e617"}.icon-caret-right:before{content:"\e618"}.icon-sort-down:before{content:"\e619"}.icon-sort-up:before{content:"\e61a"}@font-face{font-family:'flexslider-icon';src:url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.eot);src:url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.eot?#iefix) format("embedded-opentype"),url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.woff) format("woff"),url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.ttf) format("truetype"),url(//speakquick.es/wp-content/themes/massive-dynamic/assets/css/fonts/flexslider-icon.svg#flexslider-icon) format("svg");font-weight:400;font-style:normal}.flex-container a:hover,.flex-slider a:hover,.flex-container a:focus,.flex-slider a:focus{outline:0}.slides,.slides>li,.flex-control-nav,.flex-direction-nav{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides img{width:100%;display:block}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider{margin:0 0 60px;background:#fff;border:4px solid #fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:0 1px 4px rgba(0,0,0,0.2);-moz-box-shadow:0 1px 4px rgba(0,0,0,0.2);-o-box-shadow:0 1px 4px rgba(0,0,0,0.2);box-shadow:0 1px 4px rgba(0,0,0,0.2)}.flexslider .slides{zoom:1}.flexslider .slides img{height:auto}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav{*height:0}.flex-direction-nav a{text-decoration:none;display:block;width:40px;height:40px;margin:-20px 0 0;position:absolute;top:50%;z-index:10;overflow:hidden;opacity:0;cursor:pointer;color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3);-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.flex-direction-nav a:before{font-family:"flexslider-icon";font-size:40px;display:inline-block;content:'\f001';color:rgba(0,0,0,0.8);text-shadow:1px 1px 0 rgba(255,255,255,0.3)}.flex-direction-nav a.flex-next:before{content:'\f002'}.flex-direction-nav .flex-prev{left:-50px}.flex-direction-nav .flex-next{right:-50px;text-align:right}.flexslider:hover .flex-direction-nav .flex-prev{opacity:.7;left:10px}.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flexslider:hover .flex-direction-nav .flex-next{opacity:.7;right:10px}.flexslider:hover .flex-direction-nav .flex-next:hover{opacity:1}.flex-direction-nav .flex-disabled{opacity:0 !important;filter:alpha(opacity=0);cursor:default}.flex-pauseplay a{display:block;width:20px;height:20px;position:absolute;bottom:5px;left:10px;opacity:.8;z-index:10;overflow:hidden;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:"flexslider-icon";font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a .flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1;*display:inline}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,0.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,0.3);box-shadow:inset 0 0 3px rgba(0,0,0,0.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,0.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,0.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:25%;float:left;margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-prev{opacity:1;left:10px}.flex-direction-nav .flex-next{opacity:1;right:10px}}@media(max-width :380px){.search-results main .search-result .search-item.search-item{width:calc(100% - 25px) !important}body.woocommerce .empty-cart-container{width:95%}}@media(max-width :480px){footer.footer-default .footer-widgets.light .widget-area.classicStyle.border div[class*="col-"]:before{display:none}footer .widget-area.classicStyle:not(.full){padding:10px}button.jp-play .play-pause{position:relative}.jp-play .icon.icon-play{position:absolute;top:21px;left:20px}*::-webkit-media-controls-panel{display:none !important;-webkit-appearance:none}*::--webkit-media-controls-play-button{display:none !important;-webkit-appearance:none}*::-webkit-media-controls-start-playback-button{display:none !important;-webkit-appearance:none}.business-subscribe .subscribe-content{text-align:center}.video.md-align-left>div:first-child,.video.md-align-center>div:first-child,.video.md-align-right>div:first-child{margin:0 auto}.device-slider ul li{overflow:inherit}.portfolio .filter.yes li{margin-right:13px}.woocommerce-account .account-title{padding:0 1px 10px 4px}.woocommerce-account .account-title h1{margin-right:30px}.layout-container>.bg-image{position:fixed;background-attachment:inherit !important}.responsive-no-padding-top{padding-top:0 !important}.responsive-normal-padding{padding-top:30% !important}.responsive-no-padding-bottom{padding-bottom:0 !important}.content{padding-top:0}.md-text-title{margin-bottom:20px}body .process-panel-main{text-align:left}body .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:.5em;margin-top:.4em}body .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:5.5em;margin-top:4.5em}body .process-panel-main-container .process-panel-txt{margin-left:5.5em}.music-sc .wrap-image .image-album{transform:scale(0.6)}.music-sc .wrap-image .main-album-name{margin-top:-40px}.music-sc .wrap-image .btnSimulate{left:-50px}.music-sc.right-music-panel .wrap-image{margin-left:-10%}.navigation-mobile{padding:0 20px 30px}h1{font-size:30px}h2{font-size:26px}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}h6{font-size:16px}h1,h2,h3,h4,h5,h6{line-height:1.2em}html body p{font-size:15px;line-height:1.2em}header{height:70px}.iconbox-side.iconbox-side .icon-container,.iconbox-side.iconbox-side .iconbox-side-container{text-align:center;float:none;display:block;margin-bottom:20px;margin-left:0;margin-right:0}div.iconbox-side .iconbox-side-container{width:100%}span.product_compare_price,span.product_compare_currency{font-size:30px}div.product_compare_title_holder .product_compare_title{font-size:20px;margin-top:0;font-weight:bold}.imagebox-full .title{font-size:30px}.tablet-slider .flex-control-nav{text-align:left}.tablet-slider .flex-control-nav li{margin-bottom:10px}.recent-project .single_related,.recent-project .recent-image,.recent-project .recent-overlay{width:100%;background-color:transparent;margin-left:0}.recent-project .recent-image img{margin:auto}.recent-project .recent-title{margin-left:0}.recent-project{padding-bottom:30px}.showcase{transform:scale(.25)}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{height:auto !important}.smart-sidebar .close-sidebar{display:inline-block;position:absolute;top:10px;right:10px;width:25px;height:25px}.smart-sidebar .close-sidebar i{font-size:24px;line-height:25px}.single.single-post .post-content .post-title{font-size:30px;line-height:1.5em}.single.single-post .author-section .line{width:73%}.single.single-post p img{margin:10px auto}.single.single-post p{font-size:19px}.single.single-post .comment-meta .comment-date{font-size:17px}.single.single-post .author-section .title{font-size:16px}.single.single-post .author-section .info .name a{font-size:24px}.single.single-post .author-section .info .name{margin-bottom:10px}.single.single-post .post-content .subscribe-section{margin-top:25px}.single.single-post .subscribe-textbox{font-size:11px;width:100%}.blog .loop-post-content .post-title{font-size:34px;line-height:1.5em}.portfolio .heading .title{font-size:34px;line-height:1.2em}.portfolio .box_size{width:90%}.portfolio-full .data .attributes{height:auto;display:block}.portfolio-full .data .attributes .attribute{width:100% !important;display:block;border-right:0;border-bottom:1px solid rgba(0,0,0,0.2)}.portfolio-full .data .attributes .attribute:last-child{border-bottom:0}.portfolio-full .buttons{width:170px}.portfolio-full .buttons .like,.portfolio-full .buttons .sharing{width:100%;margin:0}.portfolio-full .buttons .like{margin-bottom:20px}.portfolio-carousel .owl-theme.owl-carousel .item{height:350px}.portfolio-carousel .owl-theme.owl-carousel .item:not(.video){max-width:300px}.portfolio-carousel .owl-theme.owl-carousel{max-height:350px;overflow:hidden}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:26px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:18px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:17px}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:50px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:40px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:15px}.woocommerce.woocommerce-page.single-product .summary .button{padding:0 30px !important;float:none}body .woocommerce ul.products li.product,.woocommerce-page ul.products li.product,body .woocommerce-page.columns-2 ul.products li.product,body .woocommerce.columns-2 ul.products li.product,body .woocommerce-page.columns-3 ul.products li.product,body .woocommerce.columns-3 ul.products li.product,body .woocommerce-page.columns-5 ul.products li.product,body .woocommerce.columns-5 ul.products li.product,body .woocommerce-page.columns-6 ul.products li.product,body .woocommerce.columns-6 ul.products li.product{width:100% !important;margin-right:0}.single-product .related.products .product{width:98%;margin-right:1%;margin-left:1%}div.product-categories .category{width:100% !important}body div.layout div.blog-masonry-container{margin:0 0 15px 2%;width:95%}.woocommerce .products ul,.woocommerce ul.products{text-align:center}body.woocommerce .content .container ul.products li.product,body.woocommerce-page .content .container ul.products li.product{width:90% !important;margin:0 5px 2.992em;float:none;display:inline-block}.search-results main .search-result .search-item{width:calc(100% / 2 - 25px) !important}.empty-cart-container{width:95%;margin:65px auto 75px auto}.shortcode-btn{float:none !important}.iconbox-side2.style2 .heading{width:100%}.iconbox-side2.style2 .icon-container{margin:auto}.iconbox-side2.style2 .icon-container,.iconbox-side2.style2 .heading{text-align:center !important;display:block}.iconbox-side2.style2,.iconbox-side2.style2 .description{text-align:center}.iconbox-side2.style2 .iconbox-side2-container{text-align:center}.md-text-container.md-align-left,.md-text-container.md-align-right{justify-content:center}.iconbox-side.style2 .image-container .iconbox_side2_image{background-position:center center}.iconbox-side2.style2 .image-container .iconbox_side2_image{background-position:center center}.iconbox-side.style2 .image-container{width:50px;display:inline-block;margin:0 auto;margin-bottom:10px}.iconbox-side2.style2 .image-container{width:50px;display:inline-block;margin:0 auto;margin-bottom:10px}.md-empty-category-subtitle{font-size:20px;letter-spacing:3px;line-height:2em}.md-empty-category-title{font-size:80px;font-weight:bolder;margin-bottom:16px;letter-spacing:2px}.md-woocommerce-info{margin-top:10%}.img-box-fancy .image-box-fancy-container{width:calc(100% - 80px)}.img-box-fancy .image-box-fancy-desc{padding:45px 40px}.post-carousel-container .post-wrap{width:95%;height:500px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .post-content-container{padding-left:30px;padding-right:30px;padding-top:30px}.post-carousel-container .flickity-page-dots{bottom:40px}.modern-subscribe{width:95% !important}.modern-subscribe .subscribe-content{padding:70px 45px !important}.modern-subscribe .subscribe-image{max-height:350px !important}.md-pixflow-slider.classic .pixflow-slide-container{max-width:70%;left:10%}.md-pixflow-slider.classic .pixflow-slide-container .slide-subtitle{font-size:15px !important;line-height:1.5em !important;margin-bottom:10px}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:25px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:12px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:12px !important}.pixflow-slider .flickity-page-dots{height:30px;left:10%}body .process-panel-main-container .process-panel-txt,body .process-panel-main-container:not(:first-child) .process-panel-txt{margin:0 auto;text-align:center;width:100%}.process-panel-main-container .process-panel-icon,body .process-panel-main-container:not(:first-child) .process-panel-icon{font-size:43px;position:relative;height:43px;margin:0 auto;width:100%;text-align:center;margin-bottom:10px}body .process-panel-main-container:not(:first-child) .process-panel-icon{margin-top:35px;margin-bottom:10px}body .process-panel-main-container:not(:first-child):after{border-left:170px solid rgba(180,40,40,0);border-top:50px solid rgba(60,192,232,1);border-right:170px solid rgba(180,41,41,0)}.pixflow-price-box .price-container{line-height:1.8em;text-align:center;margin-right:0}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:15px;text-align:center;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;position:relative !important}.pixflow-price-box .offer-box{font-size:13px}body .process-panel-main-container:not(:first-child){float:none;width:100%;height:230px}body .process-panel-main-container:first-child{width:100%;height:200px}.sc-quote{margin-top:20px}.md-counter-card{margin:10px auto}.pixflow-price-box .price-box-container{display:block}.pixflow-price-box .price-container .text-part{position:relative;top:0}.price-box-align-wraper{width:90%;margin:0 auto}.business-subscribe-button,form.send .subscribe-textbox{width:93%;margin:10px auto}.md-statistic .counter{width:100%;text-align:center !important;margin-top:30px}.vc_line-chart .vc_chart-with-legend,.vc_line-chart .vc_chart-legend{width:100% !important}.vc_chart .vc_chart-legend li{float:left;margin-left:11px !important;margin-top:20px !important}.article-box .title-icon{margin-top:16px;margin-bottom:16px}footer.footer-default{min-width:94% !important}.list-shortcode{width:95%;margin-top:23px}.sc-quote{margin-bottom:20px}.sc-feature_image .main i{float:none}.article-box-content br{display:none}.md-counter .timer{font-size:60px;padding-top:40px;line-height:41px;width:100%}.md-counter .icon{display:block;font-size:55px;font-weight:normal;margin-top:60px}.woocommerce div.product .woocommerce-tabs ul.tabs li{display:block !important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{display:none}.team-member-classic{max-width:330px;margin:0 auto}body .team-member-classic .content{width:100% !important;margin:0;max-height:330px}}@media(min-width :481px) and (max-width:767px){.team-member-classic{max-width:330px;margin:0 auto}body .team-member-classic .content{width:100% !important;margin:0;max-height:330px}h1{font-size:36px}h2{font-size:32px}h3{font-size:28px}h4{font-size:24px}h5{font-size:22px}h6{font-size:18px}h1,h2,h3,h4,h5,h6{line-height:1.3em}html body p{font-size:16px;line-height:1.2em}.tablet-slider .flexslider{transform:scale(0.7);margin-top:-70px}.showcase{transform:scale(.35)}.single.single-post .post-content .post-title{font-size:45px}.single.single-post .author-section .line{width:83%}.single.single-post p img{margin:10px auto}.single.single-post p{font-size:20px;line-height:1.3em}.single.single-post .comment-meta .comment-date{font-size:17px}.single.single-post .subscribe-textbox{font-size:11px;width:100%}.single.single-post .author-section .title{font-size:18px}.single.single-post .author-section .info .name a{font-size:24px}.single.single-post .author-section .info .name{margin-bottom:10px}.single.single-post .post-content .subscribe-section{margin-top:25px}.single.single-post .subscribe-textbox{font-size:16px}.blog .loop-post-content .post-title{font-size:38px;line-height:1.5em}.blog .loop-post-content p{font-size:16px}.blog .loop-post-content .post-comment-holder,.loop-post-content .post-comment-hover,.blog .loop-post-content .post-comment{height:35px;width:35px}.blog .loop-post-content .post-comment,.blog .loop-post-content .post-comment-hover{background-size:cover}.blog .loop-post-content blockquote .name{font-size:18px}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:26px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:18px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:17px}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:60px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:50px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:15px}.single-product .related.products .product{width:98%;margin-right:1%;margin-left:1%}.empty-cart-container{margin:85px auto 85px auto}.iconbox-side.style2 .image-container .iconbox_side2_image{background-position:left center}.iconbox-side2.style2 .image-container .iconbox_side2_image{background-position:left center}.iconbox-side.style2 .image-container{width:50px;margin:0 auto;margin-bottom:10px}.iconbox-side2.style2 .image-container{width:50px;margin:0 auto;margin-bottom:10px}.iconbox-side .description{text-align:left}.post-carousel-container .post-content-container{padding-top:30px;padding-left:30px;padding-right:30px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .post-wrap{height:500px;width:370px;margin-right:38px;margin-left:38px}.post-carousel-container .flickity-page-dots{bottom:50px}.process-panel-main .process-panel-main-container{width:100%}.count-down #date-time .content{margin:50px 1em 50px 1em}.pixflow-price-box .price-box-container{display:block}.pixflow-price-box .price-container .text-part{position:relative;top:0}.price-box-align-wraper{width:400px;margin:0 auto}.pixflow-price-box .lists{margin-top:30px;width:300px}.pixflow-price-box .price-box-container{text-align:center}.pixflow-price-box .price-container .text-part{position:relative;top:0;text-align:center;line-height:3em}.pixflow-price-box .lists ul>li{max-width:300px}.md-statistic .counter{width:100%;text-align:center !important;margin-top:30px}.vc_line-chart .vc_chart-with-legend,.vc_line-chart .vc_chart-legend{width:100% !important}.vc_chart .vc_chart-legend li{float:left;margin-left:11px !important;margin-top:20px !important}.sc-quote{margin-bottom:20px}footer.footer-default{min-width:95% !important}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:first-child:before{display:block}body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab{padding-top:1em;padding-bottom:1em}.md-counter .timer{font-size:60px;line-height:41px;width:100%}.md-counter .icon{display:block;font-size:55px;font-weight:normal}.md-pixflow-slider.classic .pixflow-slide-container{max-width:70%;left:10%}.md-pixflow-slider.classic .pixflow-slide-container .slide-subtitle{font-size:20px !important;line-height:1.5em !important;margin-bottom:10px}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:30px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:12px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:12px !important}}@media(max-width:1270px){.single-product .product .onsale{top:50px}.products .product .thumb-image,.products .product .hover-image{min-height:400px}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:160px}.iconbox-top .icon-holder{float:none !important;margin:0 auto !important}.iconbox-top .description{padding-bottom:35px;font-weight:normal;width:90%;float:none !important;margin:0 auto !important}.products .product .onsale{width:50px;height:50px;line-height:50px;font-size:11px}.header-clone{display:none}body:not(.compose-mode) .md-text,body.compose-mode.responsive-mode .md-text{overflow:hidden}body .process-panel-main-container h1.title{font-size:18px}body .process-panel-main-container h3.sub-title{font-size:12px}div#footer-bottom{height:auto}footer #footer-bottom .content{padding:10px 0;position:relative;top:0;left:0;transform:translate(0,0)}#footer-bottom .content .logo{float:none;top:0;transform:translateY(0);margin-bottom:10px}#footer-bottom .content .social-icons{float:none;top:0;margin:0 auto 10px;text-align:center;transform:translateY(0)}#footer-bottom .content .copyright{float:none;text-align:center;transform:translateY(0);margin-bottom:10px;top:0}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"]{width:100%;text-align:center}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"]>a{float:none}footer .widget-area.classicStyle{padding:20px}.vc_row:not(.row-equal-column-height) .img-box-slider .slides,.vc_row:not(.row-equal-column-height) img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li,.vc_row:not(.row-equal-column-height).img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li{max-height:360px !important}.vc_row:not(.row-equal-column-height) .img-box-slider ul,.vc_row:not(.row-equal-column-height) .img-box-slider ul>li{max-height:250px}.instagram .statistic .item{padding:0 10px}.flexslider-controls{display:inline-block}.md-text-title{letter-spacing:0 !important}.md_hor_tab.wpb_content_element .px_tabs_nav.md-custom-tab,.md_hor_tab2.wpb_content_element .px_tabs_nav.md-custom-tab{width:100%;margin-bottom:15px !important}.md_hor_tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,.md_hor_tab2.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{width:100%}.testimonial-classic.testimonial-classic-left{margin:0 auto;text-align:center}.testimonial-classic .flexslider .detail .paragraph{font-size:18px}.post-content{padding:40px 10px 30px 10px}.recent-post .single_related,.recent-project .single_related{width:100%;margin-bottom:35px;height:auto}.recent-project .recent-single-title{margin-top:10px}.recent-post .single_related a,.recent-project .single_related a{display:block}.recent-post .recent-image,.recent-project .recent-image{width:90%;display:inline-block}.recent-post .recent-image img,.recent-project .recent-image img{width:100%}.portfolio-nav{display:none}.woocommerce p.woocommerce-result-count,.woocommerce .woocommerce-ordering{float:none;display:block;margin-top:0}body.woocommerce .container ul.products li.product,body.woocommerce-page .container ul.products li.product{width:calc(100% / 2 - 10px) !important;margin:0 5px 2.992em}.woocommerce table.shop_table{width:95%;margin-left:auto;margin-right:auto}.container{padding-left:0;padding-right:0}.client-normal{margin-bottom:5px;max-height:350px}.search-results main .search-result .search-item{margin:0 25px 25px 0;width:calc(100% / 3 - 25px)}.layout .list-shortcode{display:inline-block;text-align:left;width:100%;margin-bottom:20px}.md-counter .text{margin-left:0}div.product-categories .category{margin-bottom:10px}div header:not(.header-clone){visibility:visible}.form-container-modern .input{width:100%;float:none;max-width:none}.iconbox-side.iconbox-side .iconbox-side-container,.iconbox-top.iconbox-top .description{margin:0 auto !important}.full-width-button a .title{padding-left:5%;padding-right:5%}.md-icon{text-align:center !important}body .teammember-classic .description.description{display:block !important}.iconbox-top.md-align-left .iconbox-top-content,.iconbox-top.md-align-center .iconbox-top-content,.iconbox-top.md-align-right .iconbox-top-content{text-align:center}.business-subscribe-email-input{width:40%;height:55px}.business-subscribe-button{height:55px}.pixflow-price-box{margin-bottom:10px}.article-box{margin-bottom:10px}body .wpb_md_toggle2 .wpb_toggle_wrapper .wpb_accordion_section .wpb_toggle_content{padding:20px 0 0 0}body .wpb_md_toggle.wpb_md_toggle .wpb_toggle_wrapper .wpb_accordion_section .wpb_toggle_content{padding:20px 0}.hidden-xs{display:none !important}.list-shortcode ul,.list-shortcode ol{display:block;max-width:300px;margin:0 auto}.md-pie-chart.md-align-right .chart,.md-pie-chart.md-align-left .chart{margin:0 auto}.iconbox-new.md-align-left,.iconbox-new.md-align-right{text-align:center}.team-member-modern .description{padding:0 10%}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account .woocommerce-MyAccount-navigation{width:100%;border-right:0;border-bottom:2px solid #dcdcdc}.woocommerce-account .woocommerce-MyAccount-content{width:100%;padding:5px}.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3{font-size:28px;line-height:39px;margin-bottom:60px}.woocommerce-account .public-logout{top:auto;transform:translateX(-50%);bottom:15px;left:50%;right:auto}}@media(max-width:768px){.row-equal-column-height .wrap,.row-content-bottom:not(.row-equal-column-height) .wrap,.row-content-middle:not(.row-equal-column-height) .wrap,.row-content-top:not(.row-equal-column-height) .wrap,.row-equal-column-height.row-content-bottom .wrap .vc_column-inner,.row-equal-column-height.row-content-middle .wrap .vc_column-inner,.row-equal-column-height.row-content-top .wrap .vc_column-inner{display:block}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4{display:block}.md-icon.md-align-left,.md-icon.md-align-right{text-align:center}}@media(max-width:800px){header .logo a{height:100%;display:block;text-align:center;padding:0 0 !important}.md-live-text.md-align-left,.md-live-text.md-align-right{justify-content:center}.meditor.meditor-responsive.inline-md-editor.meditor-responsive div *,.meditor.meditor-responsive.inline-md-editor.meditor-responsive div{text-align:center !important}body .wpb_row.vc_row:not(.fit-to-height),body .wpb_row.vc_row.remove-flex,body .wpb_row.vc_row.remove-flex .wrap,.row-content-middle.vc_row.remove-flex .wrap{flex-wrap:wrap}.video.md-align-left>div:first-child,.video.md-align-center>div:first-child,.video.md-align-right>div:first-child{margin-left:auto;margin:0 auto}.iconbox-side .iconbox-side-container{width:90%}.sc-separator.md-align-left{margin-left:auto}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"]:first-child{padding-left:15px}.reponsive-bg-left-align{background-position:left center}.reponsive-bg-right-align{background-position:right center}.responsive-full-width{width:100% !important;padding-left:0 !important;padding-right:0 !important}.responsive-col-50{padding-left:0 !important;padding-right:0 !important}.responsive-full-width,.responsive-col-50{padding-bottom:10px}.visible-phone{display:inherit !important}.hidden-phone{display:none !important}.hidden-desktop{display:inherit !important}.visible-desktop{display:none !important}body{text-align:center;font-size:100%;line-height:1.2em}.layout{width:100% !important}.layout-container>.bg-image{background-size:cover !important;z-index:0}.row-image-fixed.isParallax:after{background-attachment:initial}.responsive-full-width .shortcode-btn{float:none !important}.full-width-button a .title{width:100%}.responsive-full-width .md-text-container{text-align:center !important;justify-content:center !important}.responsive-full-width .img-box-slider .imgBox-image{background-position:center !important}.contact-form.md-align-left .form-container-business,.contact-form.md-align-left .form-container-classic,.contact-form.md-align-right .form-container-business,.contact-form.md-align-right .form-container-classic{float:none}.md-fancy-text{text-align:left}.md-text-container.md-align-left .md-text,.md-text-container.md-align-left .md-text-button{align-self:auto}.call-to-action .content{padding:40px 10%}.call-to-action .content .title{font-size:30px !important;max-width:100%}.call-to-action .content .description{font-size:16px;line-height:1.2em;margin-bottom:20px}.img-box-slider .imgBox-image:not(.cover){background-size:contain !important}.img-box-fancy.md-align-left .imgBox-image,.img-box-fancy.md-align-center .imgBox-image,.img-box-fancy.md-align-right .imgBox-image{background-position:center}.iconbox-side,.iconbox-top{text-align:center !important}.iconbox-top .icon-holder{margin-left:auto !important;margin-right:auto !important;float:none !important}.iconbox-side .icon-container,.iconbox-side .iconbox-side-container{float:none !important;text-align:center !important;margin:0 auto}.iconbox-side .icon-container{margin-bottom:20px}.iconbox-side .iconbox-side-container,.iconbox-top .description,.iconbox-top .title{margin:0 auto !important;width:100% !important;text-align:center}.form-container-classic .form-name,.form-container-classic .form-subject,.form-container-classic .form-email,.form-container-business .inputs-container,.form-container-business .message-container{width:100%}.form-container-classic .form-name input,.form-container-classic .form-subject input,.form-container-classic .form-email input{height:40px;margin-bottom:10px;width:100%}.form-container-classic .message-container{margin-top:-1px;width:100%}.form-container-classic .message-container textarea{width:100%}.contact-form .form-submit input{height:45px !important}.form-container-business .form-submit input{margin-top:10px}.form-container-business .form-name,.form-container-business .form-email,.form-container-business .form-subject{margin-bottom:10px}.form-container-business .form-name input,.form-container-business .form-email input,.form-container-business .form-subject input{height:40px !important}.form-container-business .form-name input,.form-container-business .form-email input,.form-container-business .form-subject input,.form-container-business .form-message textarea,.form-container-business .form-submit input{width:100%}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:60px}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:25px 20px 25px 8px}.flex-direction-nav{display:none}.recent-project .recent-title-seprator{margin-left:auto;margin-right:auto;margin-bottom:20px;border-top-width:1px;width:100px}.portfolio .wpb_column{padding-left:10px !important;padding-right:10px}.portfolio .vc_row:first-of-type{margin-top:0 !important}.portfolio-carousel .meta{border-left:0;border-top:1px solid rgba(0,0,0,0.2);padding-left:0;padding-top:35px}.portfolio-carousel .attribute{display:inline-block;margin-bottom:10px}.portfolio-carousel .attribute .left:first-child{display:none}.portfolio-carousel .attribute .left:last-child{width:100%}.portfolio-carousel .owl-carousel .item{max-width:700px}.portfolio .buttons.sharing-off{text-align:center;max-width:275px;margin-left:auto;margin-right:auto}.portfolio .buttons.sharing-on .portfolio-detail-like,.portfolio .buttons.sharing-on .sharing{max-width:calc(100% /2 - 20px)}.portfolio .buttons.sharing-on .sharing{margin:0 0 0 20px !important}.video-overlay .close{right:0;top:0}.portfolio .heading .title,.portfolio .heading .filter{float:none}.classic-blog .loop-post-content .post-title a{font-size:25px !important}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .comments{text-align:left}.single.single-post .comment-image{margin:0 auto 10px auto}.single.single-post .comment-meta .comment-text{width:100%}.single.single-post .comment-form .submit{width:100%}.subscribe-title{line-height:1.3em}.single.single-post .post-content .post-tags{width:100%;float:none;margin-top:10px}.single.single-post .post-share{float:none;margin:30px auto 0}.single-post-media,.single-post #content{margin-bottom:0}.loop-post-content .post-share{float:none;margin:10px auto}div.md-text-content,div.md-text-content p,div.md-text-title,.md-text-button{text-align:center !important}.inline-editor p{line-height:initial !important}div.md-text{margin:0 auto}div.md-text-title-separator{margin-left:auto !important;margin-right:auto !important}.responsive-full-width .testimonial-classic.testimonial-classic-left{text-align:center}.single.single-post .post{width:100% !important}.single.single-post .post>.comments{text-align:left}.single.single-post .author-section .image{float:none;margin-left:auto;margin-right:auto}.single.single-post .author-section .info{float:none;width:100%;margin-left:auto;margin-right:auto;transform:translateY(0);position:static}.single.single-post .comment-reply-link,.single.single-post .comment-edit-link{float:none;padding-right:10px;padding-left:10px}.comments-list .children{margin-top:30px}.single.single-post .comment-content{float:none}.single.single-post .form-container-classic .input-text,.single.single-post .input-textarea{float:none;width:100%;margin:0 .5% 4.6% 0}.bar-main-container{text-align:left}.skill-style1:not(.style2){width:70%;margin:0 auto}.skill-style1:not(.style2) .bar-percentage{margin-top:10px}.client-normal{background-position:center !important;background-size:cover !important}.calendar-blog .blog-title,.calendar-blog .blog-cat{text-align:left}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%}.blog article .video-img{width:100%;max-width:100%}.blog .loop-post-content .post-meta .post-info p{float:none;line-height:1.5em}.blog .loop-post-content .post-comment-holder{float:none;margin:20px auto 0 auto}.blog article{margin-bottom:30px}.testimonial-classic{width:100%}.testimonial-classic .flexslider .detail .paragraph{font-weight:normal;font-size:22px;line-height:1.2em}.testimonial-classic .flexslider .slide-image{margin:0 auto 15px}.testimonial-classic .flexslider .name-job{font-size:15px}form.send .subscribe-sub-title{line-height:2em}form.send .subscribe-title{font-size:30px}.instagram .left-aligned,.instagram .right-aligned{float:none}.instagram .heading{margin:0 13px 60px 13px}.instagram .heading .avatar,.instagram .heading .title-holder{float:none;margin:0 auto}.instagram .heading .avatar{margin-bottom:15px}.instagram .heading .separator{margin:18px auto}.instagram .statistic .item{float:none;display:inline-block}.instagram .heading .username,.instagram .heading .username a{font-size:20px;line-height:1em}.instagram .statistic .number{font-size:16px}.instagram .statistic .label{font-size:14px;line-height:14px}.instagram .photo-list .item .meta .likes,.instagram .photo-list .item .meta .comments{font-size:15px}.instagram .photo-list .item .meta .likes i,.instagram .photo-list .item .meta .comments i{font-size:16px}.instagram .photo-list .item .meta .description{font-size:17px;line-height:1em}.process-steps{padding-left:0 !important}.process-steps .step{float:none;margin:0 auto;width:80% !important;padding-right:0 !important}.process-steps .step:last-child{margin-right:auto}.process-steps .step.small .circle,.process-steps .step.medium .circle,.process-steps .step.large .circle{height:200px !important;width:200px !important;margin:0 auto 30px;opacity:1;transform:scale(1)}.process-steps .step .circle .separator{display:none}.process-steps .step .title,.process-steps .step .description{opacity:1;padding-top:0;visibility:visible}.process-steps .step .title{font-size:25px;line-height:1.2em;margin-bottom:30px}.process-steps .step .description{font-size:18px;line-height:1.2em;margin-bottom:50px}.woocommerce.woocommerce-page.single-product .summary.entry-summary{width:100% !important;text-align:left}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product .comment-text .meta-holder{width:100%;float:none}.woocommerce.woocommerce-page.single-product .comment-text .description{margin-left:0}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist ul.children{margin:10px auto 0 20px}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p{text-align:left}.woocommerce.woocommerce-page.single-product .images{width:100% !important}.woocommerce.woocommerce-page.single-product .summary .product_meta>span,.single-product .summary .product_meta>span span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span a{font-size:15px}p.stars{width:100%;display:block;line-height:2em}.woocommerce.woocommerce-page.single-product .woocommerce-product-rating .star-rating{float:none;margin:10px auto}.woocommerce.woocommerce-page.single-product #review_form #respond p{margin:0 auto 10px auto;text-align:center;width:100%}.woocommerce.woocommerce-page.single-product #reviews li.comment{margin-bottom:10px !important}.woocommerce.woocommerce-page.single-product .summary .button{padding:0 30px !important;float:none}.woocommerce.woocommerce-page.single-product p.stock{margin-bottom:10px}.woocommerce-account .woocommerce form{padding:0 10px}.woocommerce-account .woocommerce .remember-me,.woocommerce-account .woocommerce form>p.lost_password{width:100%}div.clear-selection{margin-left:-6px;border-left-style:none}body.woocommerce ul.products li.product,body.woocommerce-page ul.products li.product{width:48% !important;margin:0 0 2.992em}.woocommerce p.woocommerce-result-count{font-size:15px}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{line-height:2.2em}.products .product h3,.modern-style-product .products .product h3{font-size:18px !important;line-height:1em}.products .product .price{font-size:16px !important}body .music-sc .music-main-container{width:73%;float:none;margin:20px auto 0;text-align:left}body .music-sc .tracks{padding-left:0}.music-sc.left-music-panel .music-main-container,.music-sc.right-music-panel .music-main-container{margin-left:auto}.md-text-button{margin-bottom:8px}.music-sc.left-music-panel .wrap-image,.music-sc.right-music-panel .wrap-image{float:none}.music-sc.left-music-panel .wrap-image{margin-left:0}.products .product .thumb-image{max-height:250px}.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product,.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product{clear:none;margin-right:18px}.products .product .onsale{width:60px;height:60px;line-height:63px;font-size:13px}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n){float:left}body div.vc_row .products .product{text-align:center}.woocommerce ul.products li.product .star-rating{margin:0 auto}div.product-categories .category{min-width:50%;max-height:250px}body.woocommerce-cart div.layout .cart-collaterals,body.woocommerce-cart div.layout .woocommerce>form{width:100%}.woocommerce-page #content table.cart td.actions .input-text+.button,.woocommerce-page table.cart td.actions input{float:left;margin-top:10px;width:100% !important}.woocommerce-cart div.layout #content .woocommerce table.cart td.actions .coupon>input.input-text{width:100%}div.layout .woocommerce table.shop_table,div.layout .woocommerce table.shop_table tr,div.layout .woocommerce table.shop_table tbody td,div.layout .woocommerce table.shop_table tbody,div.layout .woocommerce table.shop_table thead,div.layout .woocommerce table.shop_table th{display:block;padding-top:10px;padding-bottom:10px}.layout .woocommerce table.shop_table thead tr{position:absolute;top:-9999px;left:-9999px}.layout .woocommerce table.shop_table tr{border:1px solid #ccc}.layout .woocommerce table.shop_table tr td{border:0;border-bottom:1px solid #eee;position:relative;padding-left:50%}.layout .woocommerce table.shop_table tr td:before{position:absolute;top:10px;left:6px;width:45%;padding-right:10px;white-space:nowrap}.layout .woocommerce table.shop_table tr td:nth-of-type(1):before{content:"Product:"}.layout .woocommerce table.shop_table tr td:nth-of-type(3):before{content:"Quantity:"}.layout .woocommerce table.shop_table tr td:nth-of-type(4):before{content:"Total:"}.layout .woocommerce table.shop_table tr td:nth-of-type(5):before{content:" "}div.layout .woocommerce td.product-remove a.remove{text-align:center;color:#af0000 !important}div.layout .woocommerce td.product-remove a.remove:after{content:"Remove";font-size:14px;vertical-align:middle}div.layout .woocommerce td.product-remove{padding-left:0 !important}.layout .woocommerce table.shop_table tr:last-of-type{border:0}.layout .woocommerce table.shop_table tr:last-of-type td{padding:0}.layout .woocommerce table.shop_table tr:last-of-type td:before{display:none}body.woocommerce-cart div.layout .woocommerce .cart-collaterals>.cart_totals{width:100%;margin-top:20px}div.layout .woocommerce table.woocommerce-checkout-review-order-table,div.layout .woocommerce table.woocommerce-checkout-review-order-table tr,div.layout .woocommerce table.woocommerce-checkout-review-order-table tbody td,div.layout .woocommerce table.woocommerce-checkout-review-order-table tbody,div.layout .woocommerce table.woocommerce-checkout-review-order-table thead,div.layout .woocommerce table.woocommerce-checkout-review-order-table th{padding-bottom:0;padding-top:0}.woocommerce .woocommerce-checkout-review-order-table thead{position:relative;top:0;left:0}div.layout div.woocommerce table.woocommerce-checkout-review-order-table thead tr{top:0;left:0;position:inherit;border-bottom:1px solid #ccc}div.layout div.woocommerce table.woocommerce-checkout-review-order-table thead th{display:inline-block}.woocommerce-checkout-review-order-table tfoot tr.order-total td .amount{font-size:15px}div.layout div.woocommerce table.woocommerce-checkout-review-order-table td:after,div.layout div.woocommerce table.woocommerce-checkout-review-order-table th:after{display:none}div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot{display:block}.layout .woocommerce table.shop_table tbody tr:last-of-type,.layout .woocommerce table.shop_table tfoot tr:last-of-type,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot tr{border:0;border-bottom:1px solid #ccc}.layout .woocommerce table.shop_table tr td:nth-of-type(1):before{content:""}div.layout div.woocommerce table.woocommerce-checkout-review-order-table tbody td,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot th,div.layout div.woocommerce table.woocommerce-checkout-review-order-table tfoot td{display:inline-block;width:48%;position:relative}footer .footer-widgets .widget-area.modernStyle:after,footer .footer-widgets .widget-area.modernStyle .widget-area-column:after,footer .footer-widgets .widget-area.modernStyle .widget-area-column:first-child:before{display:none}footer #footer-bottom .content{padding-right:0 !important;padding-left:0 !important}footer div.bg-image{z-index:-1;background-repeat:no-repeat;background-size:cover}footer .color-overlay{z-index:0}body div.layout .blog-masonry-container{margin:0 0 10px 2%;width:47.2%;text-align:left}body .team-member-classic .content{width:96% !important;margin:2%;max-height:300px !important}body .teammember-classic .description{display:none !important}.wrap-teammember-style2 .teammember-hover p{padding-top:35px}.col-sm-12 .wrap-teammember-style2 .slick-slider{max-width:768px}.imagebox-full .title,.imagebox-full .description{max-width:inherit}.md-counter .text{text-align:center}.md-countbox .timer{width:auto;float:none;text-align:center;margin-right:0}.md-countbox .countbox-text{width:94%;float:none;text-align:center;margin:auto}.countbox-button div.shortcode-btn{float:none !important}.md-countbox .title{width:94%;margin:10px auto 20px}.md-countbox .countbox-title-separator{margin-left:auto;margin-right:auto}.widget.widget-md-text .text-widget-desc p{font-size:13px}.widget.widget-md-recent-portfolio .item-list{width:100%}.widget.widget-md-recent-portfolio .item-list .item a{display:block}.widget.widget-md-recent-portfolio .item-list .item img{width:100%}.pinBox-wrapper{height:auto !important;margin-bottom:60px}.portfolio-split .attribute .title{text-align:left}.skill-style1 .bar-percentage{top:73%}.skill-style1.style2 .bar-title{margin-bottom:8px}.modern-subscribe{display:flex;flex-direction:column-reverse;width:85%}.modern-subscribe .subscribe-content,.modern-subscribe .subscribe-image{width:100%;float:none}.modern-subscribe .subscribe-content{padding:100px}.modern-subscribe .subscribe-image{max-height:450px}.modern-subscribe .modern-subscribe-title{width:100%}.portfolio.inside .item-title{padding-right:0;margin-left:0}.portfolio.inside .item-category{margin-left:0}.double-slider .double-slider-text-container,.double-slider .double-slider-image-container{float:none !important;width:100%}.double-slider .double-slider-text-container{position:absolute;top:0;z-index:2}.double-slider .double-slider-next{right:20px}.double-slider .double-slider-prev{left:20px}body:not(.compose-mode) .second-header-bg,body.compose-mode.responsive-mode .second-header-bg{display:none}header.top-modern .first-part{border-right-color:transparent !important}header.top-modern .second-part{width:0 !important}.iconbox-side .iconbox-content{margin:10px auto}.responsive-full-width .vc_column-inner.vc_column-inner.vc_column-inner{padding-left:0;padding-right:0}.md-statistic{text-align:center !important}.md-pie-chart.type-2{padding-bottom:40px}.splitBox-holder{min-height:650px;max-height:110px}.splitBox-holder .text-holder,.md-splitBox.sb-left .image-holder,.md-splitBox.sb-right .image-holder{width:100%;left:0}.splitBox-holder .image-holder{height:40%}.splitBox-holder .image-holder{position:relative}.md-splitBox.sb-right .splitBox-holder .text-holder{margin-left:0;left:0}.splitBox-holder .text-holder{padding:50px 15px 30px 15px;align-items:flex-start !important}.splitBox-holder .text-holder h1{font-size:18px}.splitBox-holder .text-holder h2{font-size:12px}.splitBox-holder .text-holder p{font-size:14px}.splitBox-holder .shortcode-btn{float:none !important}.splitBox-holder .fixed-width{width:100% !important}.md-splitBox.sb-right .splitBox-holder .arrow-right,.md-splitBox.sb-left .splitBox-holder .arrow-right{transform:rotate(270deg);top:40%;margin-top:-20px}.md-splitBox.sb-right .splitBox-holder:hover .fixed-width,.md-splitBox.sb-left .splitBox-holder:hover .fixed-width,.md-splitBox.sb-right .splitBox-holder:hover .text-holder{margin:0}.play-btn{margin:0 auto}.single-portfolio .attribute.no-icon .left{float:none}.portfolio-split .attribute.no-icon .title{text-align:center}.business-subscribe.md-align-left .subscribe-content,.business-subscribe.md-align-right .subscribe-content{text-align:center}body #content .loop-post-content .post-categories,body #content .loop-post-content .post-meta *{width:100%;max-width:100%}}@media(min-device-width:768px) and (max-device-width:1024px){.woocommerce-checkout-review-order{width:40%}#customer_details{width:59%}#order_review_heading{padding-top:20px;text-align:left;float:left !important}div.layout .woocommerce .cart .button,.woocommerce .cart input.button{padding:0 10px}.layout-container>.bg-image{background-attachment:initial !important;position:fixed;top:0;left:0}.recent-post .single_related,.recent-project .single_related{width:calc(100% /2 - 40px)}.recent-post .single_related a,.recent-project .single_related a{display:block}.recent-post .recent-image,.recent-project .recent-image{width:100%}.recent-post .recent-image img,.recent-project .recent-image img{width:inherit}.empty-cart-container{margin:90px auto 55px auto}.md_hor_tab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab,.md_hor_tab2.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{padding:1em !important}.iconbox-side.style2 .description{text-align:left}.iconbox-side2.style2 .description{text-align:left}.post-carousel-container .post-wrap{width:365px}header.top-modern .first-part{border-right-color:transparent !important}header.top-modern .second-part{width:0 !important}.splitBox-holder{min-height:377px;max-height:1100px}.splitBox-holder .text-holder{padding:50px 15px 30px 15px}.splitBox-holder .text-holder h1{font-size:18px}.splitBox-holder .text-holder h2{font-size:12px}.splitBox-holder .text-holder p{font-size:20px;line-height:1.5em}.splitBox-holder .shortcode-btn{float:none !important}.pixflow-price-box{margin-bottom:10px}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:30px}.pixflow-price-box .lists{margin-top:20px}.wrap-client-carousel .slick-prev{left:0;top:60%}.wrap-client-carousel .slick-next{right:0;top:60%}.iconbox-side .icon-container.icon-background~.iconbox-side-container .title{font-size:15px;line-height:3em}.md-counter .timer{font-size:60px;line-height:40px}.md-counter .title{padding:25px 0}}@media(min-width :768px) and (max-width:991px){.layout footer .widget-area.classicStyle:not(.full){margin-top:0 !important}.showcase{transform:scale(.65)}.single.single-post p{font-size:19px;line-height:1.3em}.single.single-post .author-section .info .name{font-size:22px;line-height:1.3em}.single.single-post .name a,.single.single-post .name{font-size:18px}.single.single-post .post-tags{font-size:20px}.single.single-post .post-content .post-title{font-size:40px}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .author-section .info{width:80%}.comment-reply-link,.comment-edit-link{float:left;margin-right:10px;font-size:17px}.single.single-post .line{width:90%}.single.single-post .subscribe-sub-title{font-size:19px}.single.single-post .form-submit{text-align:left}.single.single-post .comment-meta .comment-date{font-size:16px}.single.single-post .logged-in-as a{font-size:15px}.single.single-post .sc-subscribe{padding-left:15px}.responsive-col-50{width:calc(100% / 2) !important}.blog .loop-post-content p{font-size:18px;line-height:1.3em}.blog .loop-post-content .post-title{font-size:42px}.blog .loop-post-content .post-comment-holder,.loop-post-content .post-comment-hover,.blog .loop-post-content .post-comment{height:40px;width:40px}.blog .loop-post-content .post-comment,.blog .loop-post-content .post-comment-hover{background-size:cover}.blog .loop-post-content blockquote .name{font-size:20px}.blog .loop-post-content blockquote{font-size:27px;padding:90px 5% 45px 5%}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%;text-align:center}.blog .loop-post-content .post-meta .post-info p{float:none;line-height:1.5em}.blog .loop-post-content .post-comment-holder{float:none;margin:20px auto 0 auto}.blog article{margin-bottom:30px}.blog article .video-img{width:100%;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{text-align:left;width:100% !important;float:none}.woocommerce.woocommerce-page.single-product .woocommerce-product-rating .star-rating{float:none;margin:10px auto}.woocommerce.woocommerce-page.single-product .summary .product_meta>span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span span,.woocommerce.woocommerce-page.single-product .summary .product_meta>span a{font-size:16px}.woocommerce.woocommerce-page.single-product div.product form.cart .button{float:none}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product #reviews li.comment{margin-bottom:20px !important}.woocommerce.woocommerce-page.single-product div.product .product_title{font-size:35px}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:22px;line-height:1.3em}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li .comment-text p,.woocommerce.woocommerce-page.single-product .summary .woocommerce-review-link{font-size:18px;line-height:1em}.woocommerce.woocommerce-page.single-product p.stars a{margin-right:2px}.woocommerce.woocommerce-page.single-product .comment_container .avatar{display:inline-block}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:70px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:60px}.woocommerce.woocommerce-page.single-product .comment-text .meta *{font-size:14px}.woocommerce.woocommerce-page.single-product.single-product .woocommerce-tabs .panel p{font-size:16px}.woocommerce.woocommerce-page.single-product p.stock{margin-bottom:10px}.woocommerce.woocommerce-page.single-product div.product .woocommerce-tabs ul.tabs{text-align:center}.woocommerce.woocommerce-page.single-product .comment-form .form-submit,.woocommerce.woocommerce-page.single-product .comment-form .comment-form-rating{float:none}#review_form form{text-align:left}.single-product .related.products .product{width:48%;margin-right:2%}.widget-area .widget-area-column{width:calc(100%/2);float:left}footer.footer-default .footer-widgets .widget-area.classicStyle.border div[class*="col-"]:before{display:none}footer.footer-default .footer-widgets.light .widget-area.classicStyle.border .widget-area-column:nth-child(odd){border-right:1px solid rgba(255,255,255,.2)}footer.footer-default .footer-widgets.dark .widget-area.classicStyle.border .widget-area-column:nth-child(odd){border-right:1px solid rgba(0,0,0,.2)}footer.footer-default .footer-widgets.light .widget-area .widget-area-column{border-bottom:1px solid rgba(255,255,255,.2)}footer.footer-default .footer-widgets.dark .widget-area .widget-area-column{border-bottom:1px solid rgba(0,0,0,.2)}footer .widget-area.classicStyle div[class*="col-"]{padding:30px 50px;border-color:rgba(255,255,255,.6)}.search-results main .search-result .search-item{width:calc(100% / 3 - 32px)}.woocommerce-account .woocommerce{margin-top:100px}.woocommerce .col2-set .col-1.col-1,.woocommerce-page .col2-set .col-1.col-1,.woocommerce-page .col2-set .col-2.col-2,.woocommerce .col2-set .col-2.col-2{float:left;width:48%}.woocommerce-account .woocommerce form input.button{margin-top:105px}.iconbox-side.style2 .description{text-align:left}.iconbox-side2.style2 .description{text-align:left}.video-img{width:87%}.form-container-modern .wpcf7-form-control-wrap .wpcf7-not-valid-tip{min-width:160px;top:13px;left:50px}.post-carousel-container .post-content-container{padding-top:30px;padding-left:30px;padding-right:30px}.post-carousel-container .post-wrap{width:365px}.post-carousel-container .post-date .post-date-day{margin-bottom:10px}.post-carousel-container .flickity-page-dots{bottom:0}.post-carousel-container{max-width:1200px;padding-bottom:0}.pixflow-price-box .price-container{line-height:1.5em;text-align:center;margin-right:0}.pixflow-price-box .lists ul>li{max-width:100%}.pixflow-price-box .price-box-container{padding:15px;text-align:center;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;padding-left:45px;text-align:left}.pixflow-price-box .offer-box{font-size:13px}.pixflow-price-box .price-container .text-part{text-align:left;line-height:2.5em}.process-panel-main-container{width:100%}body .process-panel-main-container:not(:first-child):after{border-left:365px solid rgba(180,40,40,0);border-top:56px solid rgba(60,192,232,1);border-bottom:100px solid rgba(138,247,152,0);border-right:374px solid rgba(180,41,41,0);bottom:inherit;right:0}.process-panel-main-container .process-panel-icon{font-size:43px;position:absolute;width:100%;text-align:center;margin:7px auto !important}.process-panel-main-container .process-panel-txt,.process-panel-main-container .process-panel-txt{text-align:center;margin:5px auto !important;vertical-align:bottom}.process-panel-main .process-panel-main-container:last-child{height:240px;padding-top:35px}.process-panel-main-container:not(:first-child){height:220px;line-height:164px;padding-top:40px}.process-panel-main .process-panel-main-container:first-child{height:180px}.process-panel-main .process-panel-main-container{width:100%;margin-bottom:-2px}.count-down #date-time .content{margin:50px 1.5em 50px 1.5em}.pixflow-price-box{justify-content:center !important}.responsive-full-width .md-icon.md-align-left{text-align:center !important}.sc-feature_image .main i{float:none;font-size:30px;margin:0 0 19px 0}.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:70%;margin:0 auto}.sc-info-box .title{white-space:normal}}@media(min-width :768px) and (max-width:1280px){.single.single-portfolio main{padding-top:0 !important}#notification-tabs .cart_list li div.cart-img{max-height:200px;background-size:contain;background-repeat:no-repeat;background-position:center center}#notification-tabs .cart_list li{width:calc(100% / 4 - 40px)}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.text-box .text-box-icon{font-size:40px}.text-box .text-box-title{font-size:20px;margin-top:20px}.text-box .text-box-description{font-size:12px}.md-pixflow-slider.classic .pixflow-slide-container{max-width:75%}.md-pixflow-slider.classic .pixflow-slide-container .slide-title{font-size:35px !important;line-height:1.5em !important}.md-pixflow-slider.classic .shortcode-btn{height:45px !important}.md-pixflow-slider.classic .shortcode-btn .button-standard.fade-oval{padding:14px 19px !important}.md-pixflow-slider.classic .shortcode-btn .fade-oval span{font-size:14px !important}.pixflow-slider .flickity-page-dots{height:30px}body:not(.compose-mode) .second-header-bg,body.compose-mode.responsive-mode .second-header-bg{display:none}.md_hor_tab.wpb_content_element .vc_row{padding-left:50px !important}.article-box .article-overlay{padding:0 20px 0 20px}.article-box .article-box-description{line-height:20px}.portfolio .box_size{width:85%}}@media(max-width:1280px){.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:60% !important;height:60% !important;bottom:calc(-60%+70px);left:calc(-60%+70px)}.layout{min-width:70%}.sticky-header{opacity:1 !important}.sc-info-box{padding:57px 30px !important}.visible-tablet{display:block !important}.container{max-width:100%}.retina-screen-header .mobile-sidebar.visible-tablet{display:none !important}header.top .logo img{padding-left:15px;padding-top:15px}.single-product .summary .button{width:100%}.portfolio-carousel .owl-carousel{max-height:600px;overflow:hidden}div[class^='vc_custom'],div[class*=' vc_custom']{margin-left:0 !important;margin-right:0 !important}body:not(.single-portfolio) main:not(.retina-screen-main) div.vc_row{padding-right:0 !important;padding-left:0 !important;margin:0 auto !important}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:90% !important}.layout>.wrap{width:100% !important;margin-left:0 !important;margin-right:0 !important;padding-left:0 !important;padding-right:0 !important}main:not(.retina-screen-main):not(.has-sidebar)>.content:not(.single-sidebar){display:block;width:100% !important}body:not(.compose-mode) header:not(.header-clone,.retina-screen-header)>div.color-overlay,body.compose-mode.responsive-mode header:not(.header-clone,.retina-screen-header)>div.color-overlay{border:0}body:not(.compose-mode) header:not(.retina-screen-header) .first-part,body.compose-mode.responsive-mode header:not(.retina-screen-header) .first-part{width:calc(100% - 126px) !important;padding:0 !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo{border:none !important;float:left !important;margin:auto 0 !important;width:auto !important;max-height:100% !important;display:flex !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-modern) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-modern) .logo{max-width:calc(100% - 126px) !important}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .logo,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .logo{max-width:200px}body:not(.compose-mode) header:not(.retina-screen-header) .first-part .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header) .first-part .logo{max-width:100%}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-logotop) .logo img,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-logotop) .logo img{position:relative !important;display:block !important;right:auto !important;left:auto !important;max-height:75px}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) nav>ul>li,body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .icons-pack li,body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .first-part,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) nav>ul>li,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .icons-pack li,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .first-part{border:none !important}body:not(.compose-mode) header.top-modern:not(.retina-screen-header) .logo img,body.compose-mode.responsive-mode header.top-modern:not(.retina-screen-header) .logo img{max-width:100%}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo{width:auto}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo a,body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .logo a{height:185px}body:not(.compose-mode) header.side-classic:not(.retina-screen-header) .logo a,body:not(.compose-mode) header.top-logotop:not(.retina-screen-header) a.logo img,body.compose-mode.responsive-mode header.side-classic:not(.retina-screen-header) .logo a,body.compose-mode.responsive-mode header.top-logotop:not(.retina-screen-header) a.logo img{padding:10px 5px;transform:translate(0,0) !important}body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .side .logo,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .side .logo{width:auto;max-width:65%}body:not(.compose-mode) header.side-modern:not(.retina-screen-header) .side .logo img,body.compose-mode.responsive-mode header.side-modern:not(.retina-screen-header) .side .logo img{margin:0;width:auto}body:not(.compose-mode) header.header-clone:not(.retina-screen-header),body:not(.compose-mode) header:not(.retina-screen-header) .second-header-bg,body.compose-mode.responsive-mode header.header-clone:not(.retina-screen-header),body.compose-mode.responsive-mode header:not(.retina-screen-header) .second-header-bg{display:none !important}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:auto}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:30px 15px 12px 15px}.wpb_content_element .px_tabs_nav.md-custom-tab>li[data-model="md_tabs"] i{display:none}.search-no-results main,.search-results main{width:90% !important;text-align:left}footer .widget-contact-info-content{min-width:inherit;background-size:contain !important}body:not(.compose-mode) footer .footer-widgets .content,body:not(.compose-mode) footer #footer-bottom .content,body.compose-mode.responsive-mode footer .footer-widgets .content,body.compose-mode.responsive-mode footer #footer-bottom .content{width:96% !important}footer .footer-widgets .content{text-align:left}.widget.widget-md-recent-portfolio .item-list .item{width:calc(100% / 3 - 9px);height:60px;overflow:hidden}body:not(.compose-mode,.one_page_scroll) .layout-container:not(.retina-screen-main) footer.footer-parallax,body.compose-mode.responsive-mode .layout-container:not(.retina-screen-main) footer.footer-parallax{position:relative !important;margin-left:0;margin-right:0;opacity:1}main.has-parallax-footer{box-shadow:none}main:not(.retina-screen-main) ~ footer .widget-area.classicStyle:not(.full){padding:0;padding-top:20px}.blog-masonry-container .blog-masonry-content .blog-cat{margin:0 5px 5px 0;display:inline-block}.blog-masonry-container .blog-masonry-content .blog-date{display:inline-block}.md_modernTab.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab{height:auto !important}.music-sc{transform:translateX(0)}.music-sc .music-main-container{margin-left:0}div.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:100%;height:100%;bottom:calc(-100%+70px);left:calc(-100%+70px)}.double-slider .double-slider-container h3.double-slider-title{font-size:30px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:85% !important}.portfolio-split .buttons .sharing{margin-top:20px !important;margin-left:0}.md-text-container .md-text .md-text-title{outline:5px solid transparent}body header.side-classic.standard-mode nav>ul>li{margin-bottom:10px}.layout-container .layout .woocommerce .cart .button,.layout-container .layout .woocommerce .cart input.button{padding:0 20px}.notification-center .header{margin-bottom:10px}#notification-tabs .pager{margin-bottom:40px}#notification-tabs .cart_list li div.cart-img{height:200px}#notification-tabs .cart_list{height:290px}#notification-tabs p.total{margin-top:15px}}@media(max-width:991px){#wpadminbar{display:none !important}html.js_active{margin-top:0 !important}body:not(.compose-mode) footer.footer-parallax,body.compose-mode.responsive-mode footer.footer-parallax{position:relative;margin-left:0;margin-right:0;bottom:auto;opacity:1}body:not(.compose-mode) main.has-parallax-footer,body.compose-mode.responsive-mode main.has-parallax-footer{position:relative;z-index:10;box-shadow:none;padding-bottom:0;margin-bottom:0 !important}.footer-parallax{position:inherit !important}.shortcode-btn .fade-square{padding:10px 27px !important}.shortcode-btn .fade-oval{padding:13px 24px !important;margin-bottom:60px}.shortcode-btn .come-in{padding:12px 32px !important}.shortcode-btn .animation{padding:10px 26px 10px 35px !important}.shortcode-btn .flash-animate{padding:10px 13px 10px 30px !important}.shortcode-btn .fade-square span,.shortcode-btn .flash-animate span,.shortcode-btn .animation span,.shortcode-btn .come-in span,.shortcode-btn .fade-oval span{font-size:16px;letter-spacing:0}footer div.widget-area{height:auto}footer .dark .widget-area.modernStyle .widget-area-column:first-child:before{display:none}footer .dark .widget-area.modernStyle .widget-area-column:after{display:none}footer .dark .widget-area.modernStyle:after{display:none}footer .widget-area .widget-title{border-bottom:0}footer.footer-default .footer-widgets .widget-area.classicStyle div[class*="col-"],.widget_md_progress{padding-right:0}footer #footer-bottom .copyright p{font-size:13px}.widget_md_progress .progress-list .title{font-size:12px !important}footer .widget-area.modernStyle .widget-title{margin-bottom:15px}.widget.widget-md-recent-portfolio .item-list{max-width:100%}.portfolio .filter li a{font-size:16px}.client-normal .content .holder .title{line-height:1.1em}form.send .subscribe-sub-title{line-height:2em}form.send .subscribe-title{font-size:30px}.sc-info-box{padding:45px 50px 45px 35px}.sc-info-box .title{max-width:100%;white-space:normal}body .woocommerce-page.columns-6 ul.products li.product,body .woocommerce.columns-6 ul.products li.product,body .woocommerce-page.columns-5 ul.products li.product,body .woocommerce.columns-5 ul.products li.product,body .woocommerce-page.columns-4 ul.products li.product,body .woocommerce.columns-4 ul.products li.products{width:31%}.music-sc .music-main-container{width:40%}.woocommerce-account #content{top:0 !important;transform:translateY(0) !important}.woocommerce-account hr.separator{display:none}.process-panel-main-container:hover+.process-panel-main-container .kesho{width:0 !important}.process-panel-main-container:hover+.process-panel-main-container:after{left:0 !important}.md-counter.md-align-right,.md-counter.md-align-center,.md-counter.md-align-left{text-align:center}}@media(min-width :992px) and (max-width:1199px){.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.portfolio.inside .md-post-like{bottom:auto;top:20px}.single.single-post p{font-size:19px;line-height:1.3em}.single.single-post .author-section .info .name{font-size:22px;line-height:1.3em}.single.single-post .name a,.single.single-post .name{font-size:18px}.single.single-post .post-tags{font-size:20px}.single.single-post .post-content .post-title{font-size:40px}.single.single-post .post-content .post-categories,.single.single-post .post-content .post-title,.single.single-post .comment-meta .name{width:100%}.single.single-post .post-content img{margin-bottom:10px;margin-top:10px}.single.single-post .author-section .info{width:80%}.single.single-post .sc-subscribe,.single.single-post input:not(.submit){text-align:left}.single.single-post .sc-subscribe{padding-left:15px}.comment-reply-link,.comment-edit-link{float:left;margin-right:10px;font-size:17px}.single.single-post .line{width:90%}.single.single-post .subscribe-sub-title{font-size:19px}.single.single-post .form-submit{text-align:left}.single.single-post .comment-meta .comment-date{font-size:16px}.single.single-post .logged-in-as a{font-size:15px}.sidebar .widget.widget-md-recent-portfolio .item-list .item:nth-child(3n){margin-right:9px}.client-normal .content .holder .title{font-size:19px;line-height:1.1em}.showcase{transform:scale(.65)}.blog .loop-post-content p,.blog .loop-post-content blockquote .name{font-size:16px;line-height:1.3em}.blog h1.post-title{font-size:45px;padding-left:10px}.blog .loop-post-content blockquote{font-size:20px;padding:35px 5% 35px 5%}.blog .loop-post-content .post-comment-holder{margin-right:10px}.blog .post-categories,.post-info,.blog .loop-post-content>p{padding-left:10px}form.send .subscribe-sub-title{font-size:16px}.portfolio-split .box_size{width:85%}.portfolio-split .buttons{width:170px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:100%;margin:0}.portfolio-split .buttons .like{margin-bottom:20px}.woocommerce.woocommerce-page.single-product #reviews{width:100%}.woocommerce.woocommerce-page.single-product .summary .short-description p{font-size:16px}.woocommerce.woocommerce-page.single-product .woocommerce-tabs .panel p{line-height:1.3em;font-size:16px}.woocommerce.woocommerce-page.single-product .comment-text{padding-left:70px !important}.woocommerce.woocommerce-page.single-product #reviews #comments ol.commentlist li img.avatar{width:60px;display:inline-block}.products .product .thumb-image{max-height:250px}.single-product .related.products .product{width:23%;margin-right:2%}.process-panel-main-container h1.title{font-size:22px}.items-4 .process-panel-main-container:first-child .process-panel-txt{display:inline-block;margin-left:6em;vertical-align:middle}.items-4 .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:9.5em}.items-4 .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:1.7em}.items-4 .process-panel-main-container h3.sub-title{font-size:13px;line-height:15px}.text-in-box .title{margin-bottom:20px;padding:0 10px}.sc-feature_image .main{padding:20px}.call-to-action .content .title{margin-bottom:12px;max-width:100%}.call-to-action .content div.button-parent,.col-sm-12 .call-to-action .button-parent,.vc_col-sm-11 .call-to-action .button-parent,.vc_col-sm-10 .call-to-action .button-parent{padding:0}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{position:relative;top:0;transform:translateY(0);display:inline-block}.business-subscribe-button{top:-1px}.md-counter .timer{font-size:60px}.md-counter .title{font-size:15px}.md-counter .icon i{vertical-align:bottom}.sc-info-box{padding:30px 35px 30px 20px;text-align:center}.splitBox-holder{margin-bottom:10px}}@media(max-width :1200px){body:not(.pixflow-customizer) .layout{width:100% !important}.call-to-action .content .title{font-size:40px;line-height:1.2em}.call-to-action .content .description{float:none;margin-bottom:15px;max-width:100%}.call-to-action .content div.button-parent{position:static;display:block;margin-top:0}.call-to-action .shortcode-btn{float:none !important}.tablet-slider .flex-control-nav li{font-size:14px}.portfolio.inside .item-meta .item-title{font-size:20px;line-height:1.2em;font-weight:normal}.portfolio-carousel .box_size{width:75%}.blog .loop-post-content .post-categories,.blog .loop-post-content .post-title,.blog .loop-post-content p{width:100%;max-width:100%}.blog .feature-image{background-position:center center}.list-shortcode ul li{font-size:12px;text-align:left}.calendar-blog{background-image:none !important}.calendar-blog .image{opacity:1}body .contact-form{width:auto}body .contact-form .form-input textarea{max-height:200px}.widget-md-text .text-widget-image{margin-bottom:9px}.md-splitBox.sb-left .splitBox-holder .text-holder,.md-splitBox.sb-right .splitBox-holder .text-holder{padding:50px 40px;text-align:left}.wrap-client-carousel .slick-arrow{display:none !important}body:not(.compose-mode) footer.footer-parallax .content,body.compose-mode.responsive-mode footer.footer-parallax .content{opacity:1}.calendar-blog{background-image:none !important}.calendar-blog .image{opacity:1}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 15px}}@media(min-width:1281px) and (max-width:1440px){#notification-tabs .cart_list li{width:calc(100% / 4 - 40px)}header.side-classic.standard-mode nav>ul>li{margin-bottom:2px}header.side-classic.standard-mode nav ul>li a{padding:2px 10px}header.side-classic.standard-mode nav>ul{margin-top:0}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:20px;padding:0 5px}#notification-tabs .cart_list{max-height:290px !important}#notification-tabs .cart_list li div.cart-img{max-height:250px}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}header.side-classic .logo a{padding:20px 5px}header.side-classic div.footer ul li.info .footer-content{padding:7px 0 0 7px;min-width:150px}.notification-center .header{margin-bottom:10px}.shortcode-btn{padding:15px}#notification-tabs p.total,#notification-tabs p.total .amount{margin-top:15px}.notification-center .notification-collapse{bottom:50px}.wpb_content_element .px_tabs_nav.md-custom-tab>li{height:auto}.wpb_content_element .px_tabs_nav.md-custom-tab>li>a{padding:30px 15px 12px 15px}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{top:0;transform:translateY(0)}body:not(.compose-mode) .wpb_tour_tabs_wrapper{height:auto !important}footer .widget-contact-info-content{min-width:inherit;background-size:contain !important}footer .dark .widget,footer .light .widget{margin-bottom:15px}.portfolio.inside .thumbnail-small .md-post-like{left:25px}.portfolio.outside .item-image{padding-right:1px;background-clip:content-box}.portfolio-split .box_size{width:75%}#notification-tabs .pager{margin-bottom:45px}#notification-tabs .tab-container{width:100%}.notification-center .portfolio-item{margin-top:25px;margin-bottom:25px}div[class^='blog-masonry'] .blog-masonry-container,div[class*=' blog-masonry'] .blog-masonry-container{width:calc(100% / 3 - 30px)}.blog-masonry-container .blog-masonry-content .blog-cat{margin-right:1px}.blog-masonry-container .blog-masonry-content .blog-date{display:inline-block;margin-top:5px}.recent-post .single_related{width:calc(100% / 3 - 30px)}.recent-post .recent-image{width:auto;height:auto}div:not('.portfolio-full,.portfolio-split,.portfolio-carousel') .video>div:first-child{transform:scale(0.9)}.portfolio-full #video_player{height:110%}div[class^='teamMemberClassic'] .title,div[class*=' teamMemberClassic'].title,div[class^='teamMemberClassic'] .subtitle,div[class*=' teamMemberClassic'].subtitle{line-height:22px}footer div.widget-area{height:auto}footer .widget-area.classicStyle{padding:20px 60px}.img-box-fancy .image-box-fancy-desc{padding:25px 30px}.md-splitBox.sb-left .splitBox-holder .text-holder,.md-splitBox.sb-right .splitBox-holder .text-holder{padding:50px 40px}.article-box .article-overlay{padding:0 20px 0 20px}#notification-tabs .cart_list li div.cart-img{max-height:200px;background-size:contain;background-repeat:no-repeat;background-position:center center}}@media(min-width:1000px) and (max-width:1280px){#notification-tabs .cart_list{max-height:280px !important}#notification-tabs .cart_list li div.cart-img{max-height:250px}.recent-post .single_related,.recent-project .single_related{width:calc(100% / 3 - 10px);margin-bottom:35px;height:auto}.masonry-blog .blog-masonry-container{width:calc(100% / 3 - 30px)}footer .widget-area.classicStyle:not(.full){padding:50px}body .woocommerce-account .woocommerce form>p.lost_password{width:100%}.col-sm-6 .md-splitBox.sb-left .splitBox-holder .text-holder,.col-sm-6 .md-splitBox.sb-right .splitBox-holder .text-holder{padding:0 50px 0}.col-sm-6 .splitBox-holder .text-holder .title{font-size:20px;line-height:20px}.col-sm-6 .splitBox-holder .text-holder .subtitle{margin-bottom:5px}.col-sm-6 .splitBox-holder .text-holder p{font-size:14px;line-height:20px}.col-sm-6 .splitBox-holder .shortcode-btn{transform:scale(.8);transform-origin:left}.col-sm-6 .shortcode-btn .button-standard span{font-size:13px}footer .dark .widget,footer .light .widget{margin-bottom:15px}header.left+nav+div.right main div.carousel.showcase{transform:scale(.9)}.img-box-fancy .image-box-fancy-desc.image-box-fancy-desc-normal{width:60% !important;height:60% !important}}@media(min-width:560px) and (max-width:800px) and (orientation:landscape){.layout .pixflow-price-table .price-table-container{float:none}.process-panel-main-container .process-panel-icon{font-size:43px;position:absolute;width:100%;text-align:center;margin:7px auto !important}.process-panel-main-container .process-panel-txt,.process-panel-main-container .process-panel-txt{text-align:center;margin:0 auto !important;vertical-align:bottom}.process-panel-main .process-panel-main-container:last-child{height:220px;padding-top:30px}.process-panel-main-container:not(:first-child){height:220px;line-height:164px;padding-top:40px}.process-panel-main .process-panel-main-container{width:100%}.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:70%;margin:0 auto}.vc_chart .vc_chart-legend{width:100% !important;text-align:center;display:flex;justify-content:center}.sc-feature_image .main i{float:none;font-size:30px;margin:0 0 19px 0}.iconbox-side.style2.left-align .icon-container,.iconbox-side.style2.left-align .heading{text-align:center}.iconbox-side.style2 .heading{width:100%}.iconbox-side2.style2 .heading{width:100%}.iconbox-side2.style2 .heading{width:100%}.iconbox-side.style2 .icon-container,.iconbox-side.style2 .heading,.iconbox-side.style2 .image-container{display:block}.iconbox-side2.style2.left-align .image-container{float:left;width:100%}iconbox-slide2.style2 .description{text-align:center}}@media(max-width:1366px){.sliphover-overlay div:nth-child(1)>div:nth-child(1){padding:11px 50px 0 30px}h4.subtitle{position:relative;top:-7px}.sliphover-overlay div:nth-child(1)>div:nth-child(2){padding:0 0 4px 30px}.portfolio-split .buttons .like,.portfolio-split .buttons .sharing{width:46%}button.single_add_to_cart_button.button.alt{padding:0 15% !important;text-align:center}.widget-md-text .text-widget-image{max-width:190px}.process-panel-main-container:hover+.process-panel-main-container:after{left:8px}header.top .logo img{padding:0 2px;padding-left:15px}.image-box-fancy-icon{transform:translateX(-20px) translateY(23px)}p.blog-title{margin-bottom:8px}}@media(min-width:1200px) and (max-width:1440px){.items-4 .process-panel-main-container:not(:first-child) .process-panel-txt{margin-left:8.8em}.items-4 .process-panel-main-container .process-panel-txt{margin-left:6.3em}.items-4 .process-panel-main-container h1.title{font-size:18px;width:150px;line-height:1.2em}.items-4 .process-panel-main-container:not(:first-child) .process-panel-icon{margin-left:1.6em}.wpb_content_element .px_tabs_nav.md-custom-tab>li span{position:relative;top:0;transform:translateY(0);display:inline-block}.wrap-client-carousel .slick-prev{left:0;top:60%}.wrap-client-carousel .slick-next{right:0;top:60%}.retina-screen-main .second-header-bg{display:block !important}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-laptop,.hidden-laptop{display:none}#notification-tabs .pager{margin-bottom:10px}#notification-tabs .buttons{margin-top:20px}.notification-center .info{height:50px}#notification-tabs{margin-top:20px}#notification-tabs .cart_list li{margin-bottom:10px}#notification-tabs .flickity-viewport{min-height:500px}#notification-tabs p.buttons .wc-forward{height:30px;padding-top:8px}.sidebar.widget-area.hidden-tablet{display:block !important;height:auto !important}.double-sidebar .sidebar{max-width:22% !important}.double-sidebar>.content{width:54% !important}}@media(min-width:700px) and (max-width:900px) and (orientation:portrait){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-tablet-p,.hidden-tablet-p{display:none}}@media(min-width:1000px) and (max-width:1200px) and (orientation:landscape){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-tablet-l,.hidden-tablet-l{display:none}}@media(min-width:300px) and (max-width:700px) and (orientation:portrait){.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-mobile-p,.hidden-mobile-p{display:none}}@media(min-width:300px) and (max-width:700px) and (orientation:landscape){.layout .pixflow-price-table .price-table-container{float:none}.wpb_column.vc_column_container.vc_col-has-fill.responsive-full-width.col-sm-4.hidden-mobile-l,.hidden-mobile-l{display:none}}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:192dpi){#notification-tabs .pager{margin-bottom:10px}#notification-tabs .cart_list li{margin-bottom:0}#notification-tabs .cart_list{height:auto}#notification-tabs p.total,#notification-tabs p.total .amount{margin-top:25px}#notification-tabs .cart_list li div.cart-img{max-height:270px}#notification-tabs p.buttons .wc-forward{height:35px;line-height:35px;padding-top:0}}@media(max-width:1024px){#wpadminbar .pixflow_custom_links a{text-transform:uppercase;background-color:transparent;font-size:9px;color:#bbc5ff;letter-spacing:0;padding:0 5px 0 5px !important;transition:all .3s ease-in;display:flex;align-items:center}header .content a.logo{width:auto !important}body:not(.compose-mode) header:not(.retina-screen-header) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header) .content{width:100% !important;display:flex !important;align-items:center;justify-content:space-between}header .navigation-button,header .mobile-shopcart,header .mobile-sidebar{top:auto !important;transform:none !important}.testimonial-carousel .testimonial-carousel-job-text{text-align:center;font-weight:normal;line-height:24px;width:100% !important;margin:auto}.testimonial-carousel .owl-item{margin:0 auto !important}header .navigation-button.hidden-desktop{display:block !important}header{visibility:visible !important;top:0 !important}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-modern):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-modern):not(.top-logotop) .logo{float:none !important;order:-1}body:not(.compose-mode) .layout header .logo img,body.compose-mode.responsive-mode .layout header .logo img{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;top:0 !important;display:flex !important;align-self:center}header .hidden-desktop{display:inherit !important}.layout img.md-icon-box-image{float:none !important;display:block;clear:both;margin:15px auto !important}main:not(.retina-screen-main) .row-image-normal.isParallax{background-position:center !important;background-attachment:local !important}}@media(min-width:1024px) and (max-width:1440px){.layout-container .layout header{visibility:visible !important}header.side-modern .hidden-tablet{display:inherit !important}body:not(.compose-mode) header.sticky-header.side-classic,body.compose-mode.responsive-mode header.sticky-header.side-classic{display:block !important;position:fixed !important;top:0 !important;height:100vh !important}header.side-classic.standard-mode div.content.side .logo{padding:0;max-width:100% !important;margin:0 auto !important;display:block;float:none !important;min-height:170px}body:not(.compose-mode) header.side-classic .logo img,body.compose-mode.responsive-mode header.side-classic .logo img{position:relative !important;display:block !important;top:auto !important;transform:none !important;right:auto !important;left:auto !important;max-height:inherit !important;margin:0 auto}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:40px;padding:0 10px}header.side-classic div.footer{position:absolute;bottom:0;width:100%;max-width:100%;left:0}header.side-classic .hidden-phone{display:inherit !important}header.left,header.right{height:100vh !important;position:fixed !important}body .layout header.side-classic.standard-mode nav>ul>li{margin-bottom:0}header.side-classic.standard-mode div.footer .footer-content{margin-bottom:10px;padding:0 10px}header.side-classic.standard-mode nav>ul{margin-top:0}div[class*='md_text_style'].md-text-alignment-left:not(.md-text-alignment-tablet-landscape-center){justify-content:flex-start !important;text-align:left !important}div[class*='md_text_style'].md-text-alignment-left.md-text-alignment-tablet-landscape-left{justify-content:flex-start !important;text-align:left !important}div[class*='md_text_style'].md-text-alignment-right{justify-content:flex-end !important;text-align:right !important}.pixflow_custom_links{max-width:191px}#wpadminbar .pixflow_custom_links a{text-transform:uppercase;background-color:transparent;font-size:9px;color:#bbc5ff;letter-spacing:0;padding:0 5px 0 5px !important;transition:all .3s ease-in;display:flex;align-items:center}#wpadminbar .pixflow_custom_links a:before{display:none}#wpadminbar #wp-admin-bar-md_setting_button a{background-image:none}.px-header-left header:not(.side-modern),.px-header-right header:not(.side-modern){width:20% !important}.px-header-left:not(.modern) .layout>.wrap,.px-header-right:not(.modern) .layout>.wrap{width:80% !important;margin-top:0 !important}.px-header-left.modern .layout>.wrap,.px-header-right.modern .layout>.wrap{width:calc(100% - 65px) !important}.vc_column_container:not(.col-sm-12):not(.col-sm-10):not(.col-sm-11):not(.col-sm-9):not(.col-sm-8) .md-text-container{max-width:95%}.img-box-fancy .image-box-fancy-desc{padding:45px 25px}.img-box-fancy .image-box-fancy-container{width:calc(100% - 90px)}.testimonial-carousel.owl-carousel .owl-stage{min-width:3000px}body .layout-container .layout header.side-modern .logo{float:none !important;max-width:100% !important;min-height:150px;padding-bottom:10px}header.side-modern .logo a{min-height:150px;display:flex;align-items:center;justify-content:center}body .layout-container .layout header.side-modern .logo img{float:none !important;max-height:140px !important;margin:0 auto !important}body:not(.compose-mode) header:not(.retina-screen-header).top-block .content,body.compose-mode.responsive-mode header:not(.retina-screen-header).top-block .content{display:flex !important;justify-content:space-between}}@media(min-width:1025px) and (max-width:1280px){.navigation-mobile,header .navigation-button{display:none !important}header.top .hidden-tablet{display:inherit !important}.layout header.top-classic nav.navigation>ul{display:block}.layout header .mobile-shopcart{display:none !important}.layout header.top{width:100% !important;top:0}header.top-classic nav.navigation{height:inherit;display:flex !important;align-items:center;justify-content:center}header.top-classic nav.navigation.item-right{justify-content:flex-end}header.top-classic nav.navigation.item-left{justify-content:flex-start}header .content a.logo{display:flex;align-items:center}body:not(.compose-mode) header:not(.retina-screen-header) .logo img,body.compose-mode.responsive-mode header:not(.retina-screen-header) .logo img{display:flex !important;flex-direction:column-reverse;align-self:center;justify-self:center;top:auto !important;transform:none !important}body .layout-container .layout header.top-logotop .logo{margin:0 auto !important;float:none !important;display:flex;align-items:center;justify-content:center}header.top-block .content nav.navigation.item-right{float:right;justify-content:flex-end}header.top-block .content nav.navigation.item-left{float:left;justify-content:flex-end}}@media(max-width:600px) and (orientation:portrait){.md-live-text.md-mobile-portrait-align-left,.md-live-text.md-mobile-portrait-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-mobile-portrait-align-right,.md-live-text.md-mobile-portrait-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-mobile-portrait-align-center,.md-live-text.md-mobile-portrait-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}}@media(min-width:850px) and (max-width:1280px) and (orientation:landscape){.md-live-text.md-tablet-landscape-align-left,.md-live-text.md-tablet-landscape-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-tablet-landscape-align-right,.md-live-text.md-tablet-landscape-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-tablet-landscape-align-center,.md-live-text.md-tablet-landscape-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}}@media(max-width:1023px){body:not(.compose-mode) .layout header:not(.retina-screen-header):not(.top-logotop) .logo img,body.compose-mode.responsive-mode .layout header:not(.retina-screen-header):not(.top-logotop) .logo img{position:relative !important;display:flex !important;right:auto !important;left:auto !important;max-height:75px}.layout header .logo{width:auto;float:left}.hidden-tablet{display:none !important}body:not(.compose-mode) .layout header .logo a{padding:0 !important}header.side-classic.standard-mode div.content.side .logo{padding:0}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:block}body:not(.compose-mode) .layout header .logo img,body.compose-mode.responsive-mode .layout header .logo img{-webkit-transform:none !important;-moz-transform:none !important;-ms-transform:none !important;-o-transform:none !important;transform:none !important;top:0 !important}.mobile-browser header .logo a{padding:0}.row-image-fixed.isParallax:after{background-attachment:local}.article-box .article-box-description{font-size:12px;line-height:19px}.article-box .article-box-icon{font-size:20px}.article-box .article-box-title{font-size:15px;line-height:23px}.article-box .read-more{font-size:12px}.article-box .article-overlay{padding:25px 10px 25px 10px}.md-statistic .counter .timer,.md-statistic .statistic-symbol{font-size:45px}.business-subscribe-email-input{width:40%;padding-right:10px;padding-left:10px}.business-subscribe-button{font-size:13px}.article-box .title-icon{margin-top:0;margin-bottom:16px}.sidebar.widget-area.visible-desktop,main>.sidebar.widget-area.hidden-tablet{display:none !important}.sidebar.widget-area.hidden-tablet{display:none !important}.wrap>main>#content{width:100% !important}body:not(.compose-mode) header.header-light>div.color-overlay,body.compose-mode.responsive-mode header.header-light>div.color-overlay{background-color:#fff}body:not(.compose-mode) header.header-dark>div.color-overlay,body.compose-mode.responsive-mode header.header-dark>div.color-overlay{background-color:#252525}body:not(.compose-mode) header .logo img,body.compose-mode.responsive-mode header .logo img{position:relative !important;display:block !important;top:50% !important;transform:translate(0,-50%) !important;right:auto !important;left:auto !important;max-height:75px}.woocommerce-account.logged-in footer .woocommerce{min-height:325px}.widget_top_rated_products:after{background-image:none !important}footer.footer-default{width:100% !important}header{height:75px !important}.navigation-mobile{top:75px;position:absolute;z-index:100}.layout-container>.bg-image{background:none !important}.single-product.woocommerce div.product div.images .flex-control-thumbs{display:flex;align-items:center;justify-content:center}.single-product .a2a_kit{margin:20px auto !important;display:block}.product_meta{line-height:2em}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{text-align:center;width:100% !important;float:none}.single-product .summary .quantity{float:none !important;margin:0 0 25px !important;display:inline-block}.single-product .summary form.cart{text-align:center}.single-product .container{padding-top:45px;margin-top:0}body:not(.compose-mode) .layout-container .layout .wrap>main{width:100% !important;margin-top:0 !important}.hidden-phone{display:none !important}.mobile-browser .hidden-phone{display:none !important}.layout header.top-logotop,.layout header.top{position:absolute}.business-subscribe .subscribe-content,.business-subscribe.md-align-left .subscribe-content,.business-subscribe.md-align-right{text-align:center !important}body:not(.sticky-header) .layout>.wrap{margin-top:0 !important}.layout>.wrap{width:100% !important}body:not(.compose-mode) header.sticky-header:not(.retina-screen-header):not(.side),body.compose-mode.responsive-mode header.sticky-header:not(.retina-screen-header):not(.side){width:100% !important;display:block !important;position:fixed !important;top:0 !important}.sticky-header.navigation-mobile{position:fixed;z-index:100;top:70px}header.top-logotop a.logo{float:left}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-gather) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-gather) .content{display:flex !important}.woocommerce-cart .layout #content .woocommerce table.cart td.actions .coupon>input.input-text{max-width:155px}body:not(.compose-mode) header:not(.retina-screen-header):not(.top-gather) .content,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.top-gather) .content{width:100% !important}body:not(.compose-mode) .sectionOverlay .box_size_container,body.compose-mode.responsive-mode .sectionOverlay .box_size_container{width:96% !important}body:not(.compose-mode) main:not(.retina-screen-main) .sectionOverlay .box_size_container,body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode main:not(.retina-screen-main) .sectionOverlay .box_size_container,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:96% !important}.layout header{max-width:100% !important;min-width:100% !important}}@media(min-width:1024px){.navigation-mobile{display:none}.container{max-width:100%}footer .widget-area.border .widget{padding-left:19px;padding-right:19px}.navigation-mobile,header .navigation-button{display:none !important}.has-business-bar .business.content.visible-desktop.hidden-tablet{display:block !important;width:100% !important}.has-business-bar header{top:36px !important}.pixflow-heder-icon-pack *{display:none}header.top-gather .style-style1.content{display:flex}header.top-gather .logo.item-left img{max-height:100%}header.side.side-modern{width:65px !important}header.left .content nav.navigation,header.right .content nav.navigation{float:none !important}header .navigation-button.hidden-desktop{display:none !important}body:not(.compose-mode) header.left .content,body:not(.compose-mode) header.right .content{display:block !important}body:not(.compose-mode):not(.modern) .layout header:not(.top-modern).side .logo{min-width:100% !important;margin-top:20px !important;max-width:80%}body.modern .layout header.side .logo{max-width:65px !important;min-width:65px !important;width:65px !important}body:not(.pixflow-customizer) .layout{transform:none !important}.img-box-slider.md-align-left .imgBox-image{background-position:left}.img-box-slider.md-align-right .imgBox-image{background-position:right}}@media(min-width:1000px) and (max-width:1110px){body:not(.compose-mode) header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo,body.compose-mode.responsive-mode header:not(.retina-screen-header):not(.side-modern):not(.top-gather):not(.top-logotop) .logo{max-width:170px !important}}@media(max-width:912px) and (orientation:portrait){.wrap main.has-sidebar #content{min-width:100%}.woocommerce-form-coupon-toggle{margin-top:30px}.woocommerce .woocommerce-message{text-align:left}a.button.wc-forward{margin-left:10px}body:not(.one_page_scroll) .row-content-middle:not(.row-equal-column-height) .wrap{display:flex}.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product,.woocommerce[class*=columns-]:not(.columns-4) ul.products li.product{margin-right:0}html{margin-top:0 !important}body.woocommerce-account:not(.compose-mode) .layout-container .layout .wrap>main{padding-top:75px !important}.layout header.top{width:100% !important;top:0}.single-product main>.container,.woocommerce-checkout main>.container{padding-top:75px;margin-top:0}html[data-theme="massive-dynamic"]{margin-top:0 !important}.woocommerce-account:not(.woocommerce-lost-password),.woocommerce-lost-password,.woocommerce-account.logged-in:not(.woocommerce-edit-address):not(.woocommerce-edit-account) .woocommerce:after{background-image:none}.woocommerce-account.woocommerce-edit-account.logged-in .woocommerce .account-title{text-align:center}.woocommerce-account .account-title h1{margin-right:0}.woocommerce-account.logged-in .woocommerce .woocommerce-MyAccount-content h3{font-size:17px;line-height:1.5em;margin-bottom:60px}.iconbox-side2.style2.right-align .icon-container,.iconbox-side2.style2.right-align .heading{float:none}}@media(max-width:900px) and (orientation:landscape){.responsive-col-50 .md-counter-card,.responsive-full-width .md-counter-card{width:90%;margin:0 auto}.price-box-button .shortcode-btn{max-width:150px;overflow:hidden}.price-box-button .shortcode-btn a{padding:18px 44px !important}.pixflow-price-box .lists{margin-top:30px;padding-left:0;text-align:left}.iconbox-side .description{text-align:center}.iconbox-side .icon-background{display:block}.iconbox-side.style2.left-align .iconbox-content{margin:0 auto}.pixflow-price-box .price-container{line-height:1.6em;padding-top:25px;padding-left:5px;margin-right:20px}.pixflow-price-box .lists ul>li{max-width:270px}.pixflow-price-box .price-box-container{padding:15px;padding-top:30px;padding-bottom:30px}.pixflow-price-box .lists{margin-top:30px;position:relative !important}.pixflow-price-box .offer-box{font-size:13px}.hidden-xs-landscape{display:none !important}.wrap-teammember-style2 .slides li{text-align:center;text-align:-webkit-center}.wrap-teammember-style2 .teammember-image{width:70%}.wrap-teammember-style2 .teammember-hover{width:70%;left:15%}.layout-container>.bg-image{position:fixed;background-attachment:inherit !important}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:calc(100% /2 - 21px) !important;margin-right:20px}body:not(.one_page_scroll) .row-content-middle:not(.row-equal-column-height) .wrap{display:flex}.img-box-slider.md-align-right .imgBox-image,.img-box-slider.md-align-left .imgBox-image{background-position:center}.iconbox-side,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container,.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:center}.iconbox-side .iconbox-side-container{width:100%;max-width:100%}.modern-image-box{margin-bottom:20px;max-width:90%;margin:10px auto}.md-live-text.md-mobile-landscape-align-left,.md-live-text.md-mobile-landscape-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start}.md-live-text.md-mobile-landscape-align-right,.md-live-text.md-mobile-landscape-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right;justify-content:end}.md-live-text.md-mobile-landscape-align-center,.md-live-text.md-mobile-landscape-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center;justify-content:center}.row-equal-column-height .wrap,.row-equal-column-height .wpb_column,.row-equal-column-height .mBuilder-element.mBuilder-vc_column{display:block}.business-subscribe.md-align-left .subscribe-content{text-align:center}.video.md-align-left>div:first-child,.video.md-align-right>div:first-child{margin:0 auto !important}.layout-container .layout .md-text-title-separator{margin-right:auto;margin-left:auto}.tablet-slider .flexslider-controls{margin:0 auto;display:block}.iconbox-side,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container,.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:center}.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container,.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container{float:none;margin:5px auto}html[data-theme='massive-dynamic']{margin-top:0 !important}header .content{width:100% !important}header .content a.logo{width:auto !important;display:flex}.pixflow-heder-icon-pack{height:100%;display:flex;justify-content:flex-end;align-items:center}.woocommerce-account .woocommerce{margin-top:75px}.woocommerce-MyAccount-navigation ul{display:flex;align-items:center;justify-content:center}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:40px;padding-left:0;margin-right:0}.woocommerce-MyAccount-navigation ul li{padding-bottom:15px;list-style:none;padding-right:20px}.pie_chart2_bottom_title{transform:none}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}.widget-area .widget-area-column{width:calc(100%/2);float:left}.process-panel-main-container:after{display:none !important}.process-panel-main-container .process-panel-icon{top:0}.process-panel-main .process-panel-icon i{top:30px !important;position:absolute;left:50%;transform:translate(-50%,-50%)}.process-panel-main-container .process-panel-txt{position:absolute;bottom:20px;left:50%;transform:translate(-50%,0);width:100%}.layout .process-panel-main-container h3.title{font-size:19px;font-weight:bold;line-height:23px}.process-panel-main .process-panel-main-container{min-height:240px}.items-3 .process-panel-main-container{width:calc(100% / 3) !important}.items-4 .process-panel-main-container{width:calc(100% / 4) !important}.items-5 .process-panel-main-container{width:calc(100% / 5) !important}.items-2 .process-panel-main-container{width:calc(100% / 2) !important}}@media(min-width:600px) and (max-width:1024px) and (orientation:portrait){.md-splitBox.sb-left .image-holder,.md-splitBox.sb-right .image-holder{max-height:500px}.md-live-text.md-tablet-portrait-align-left,.md-live-text.md-tablet-portrait-align-left .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:left !important;justify-content:start !important}.md-live-text.md-tablet-portrait-align-right,.md-live-text.md-tablet-portrait-align-right .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:right !important;justify-content:end !important}.md-live-text.md-tablet-portrait-align-center,.md-live-text.md-tablet-portrait-align-center .meditor.meditor-responsive.inline-md-editor.meditor-responsive div *{text-align:center !important;justify-content:center !important}.layout .woocommerce ul.products li.product{width:calc(100% / 2 - 20px) !important;clear:none}.iconbox-side .icon-container{margin-left:auto !important;margin-right:auto !important;float:none !important}.device-slider .flexslider-controls{text-align:center;margin:0 auto;float:none !important;display:block}.tablet-slider .flexslider-controls{text-align:center;margin:0 auto;float:none !important;display:block}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:100% !important}.woocommerce.columns-3 ul.products .thumb-image,.woocommerce.columns-3 ul.products .hover-image{min-height:370px !important;max-height:415px !important}.woocommerce-MyAccount-navigation ul{display:flex;width:100%;list-style:none;justify-content:flex-start;align-items:center}.woocommerce-MyAccount-navigation ul li{padding-right:20px}.woocommerce-account .woocommerce-MyAccount-navigation{padding-top:40px;float:left;padding-left:0;height:auto;margin-right:0}body.woocommerce-account:not(.compose-mode) .layout-container .layout .wrap>main{padding-top:0 !important;position:relative}.woocommerce-account .account-title{border-bottom:0}.woocommerce-account.logged-in .woocommerce .account-title{margin:0;padding-left:0}.woocommerce-account.logged-in .woocommerce .left-col,.woocommerce-account .woocommerce-MyAccount-navigation{padding:30px 0 10px 35px;padding-left:0}.woocommerce-account .account-title h1{margin-right:0;font-size:25px}.pie_chart2_bottom_title{transform:none}.sliphover-overlay div:nth-child(1)>div:nth-child(2){padding:0 0 0 5px}.sliphover-overlay div:nth-child(1)>div:nth-child(1){padding:5px 0 0 4px}.sliphover-overlay .title{font-size:19px;line-height:19px}.sliphover-overlay .subtitle{font-size:15px;line-height:14px;color:#fff}}@media(min-width:850px) and (max-width:1280px) and (orientation:landscape){.masonry-blog .blog-masonry-container{width:calc(100% / 2 - 30px) !important}.woocommerce-page ul.products li.product,.woocommerce ul.products li.product{width:calc(100% / 3 - 20px) !important}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:none}.products .product .thumb-image,.products .product .hover-image{min-height:470px}.archive.woocommerce .wrap>main{min-width:95%}.iconbox-side.left-align .icon-container,.iconbox-side.left-align .iconbox-side-container{text-align:left}.iconbox-side.right-align .icon-container,.iconbox-side.right-align .iconbox-side-container{text-align:right}.device-slider .flexslider-controls,.tablet-slider .flexslider-controls{margin:0 auto !important;display:block}.woocommerce-account main{width:100% !important;padding-top:69px !important}nav.woocommerce-MyAccount-navigation ul{display:flex;list-style:none;justify-content:flex-start;align-items:center}.woocommerce-account .woocommerce-MyAccount-navigation{padding-left:0;margin-right:0}.woocommerce-MyAccount-navigation ul li{padding-bottom:0;padding-right:20px}.woocommerce-account .woocommerce{margin-bottom:0}body:not(.compose-mode) .sectionOverlay.box_size,body.compose-mode.responsive-mode .sectionOverlay.box_size{width:100% !important}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:calc(100%/2 - 20px) !important}.single-sidebar{width:70% !important}.has-sidebar .sidebar{width:29% !important}.woocommerce-page .has-sidebar ul.products li.product,.woocommerce .has-sidebar ul.products li.product{width:calc(100% / 2 - 20px) !important}.woocommerce .page-title{font-size:38px;line-height:38px;margin:35px 0;margin-top:0}.sidebar.widget-area.hidden-tablet{display:block !important;height:auto !important}.double-sidebar .sidebar{max-width:22% !important}.double-sidebar>.content{width:54% !important}footer{width:100%;margin-top:0;max-width:100% !important;min-width:100% !important}.footer-widgets.light .widget-area.classicStyle.border{height:auto;min-height:385px !important}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 5px}}@media screen and (min-device-width:1280px) and (max-device-width:1680px){.layout-container .layout main .row-image-normal{background-position:center !important;background-attachment:local !important;background-size:cover !important}.woocommerce-account .woocommerce-MyAccount-content{float:none;clear:both;width:100%}.woocommerce-account .woocommerce-MyAccount-navigation{padding-left:0;margin-right:0;width:100%;border-right:none !important}.sidebar.box .widget{padding:15px;margin:0}.classic-blog .loop-post-content .post-comment-holder,.classic-blog .loop-post-content .post-share{margin:30px 12px !important;width:20px;height:20px;float:left;display:inline-block}.classic-blog .loop-post-content .post-title a{font-size:30px !important}.classic-blog .loop-post-content a.continue-reading{line-height:40px !important}.layout-container .blog-masonry-container .blog-masonry-content .blog-cat{border-radius:35px;padding:0 10px;font-size:12px !important;font-weight:normal;line-height:25px;margin-right:8px}.layout-container .blog-masonry-container .blog-masonry-content .blog-date a,.layout-container .blog-masonry-container .blog-masonry-content .blog-cat a{font-size:10px}.has-sidebar .portfolio-multisize.outside .portfolio-item,.has-sidebar .compose-mode.gizmo-off .portfolio-multisize.outside .portfolio-item{overflow:hidden;width:calc(100%/3 - 10px) !important;float:left;position:relative !important;top:0 !important;left:0 !important;margin-right:10px}.has-sidebar .portfolio.inside .item-wrap.portfolio-popup,.has-sidebar .outside .item-image.portfolio-popup{background-size:cover;max-height:350px;background-position:center center !important;background-repeat:no-repeat;max-width:100%}footer{width:100%;margin-top:0;max-width:100% !important;min-width:100% !important}.footer-widgets.light .widget-area.classicStyle.border{height:auto;min-height:385px !important}footer.footer-default .widget-area.classicStyle.border.boxed div[class*="col-"]{padding:30px 5px}}