.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;
}div.wpcf7 {
margin: 0;
padding: 0;
}
div.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
height: 1px;
width: 1px;
margin: 0;
padding: 0;
border: 0;
}
div.wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #ff0000;
}
div.wpcf7-mail-sent-ok {
border: 2px solid #398f14;
}
div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
border: 2px solid #ff0000;
}
div.wpcf7-spam-blocked {
border: 2px solid #ffa500;
}
div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
border: 2px solid #f7e700;
}
.wpcf7-form-control-wrap {
position: relative;
}
span.wpcf7-not-valid-tip {
color: #f00;
font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip span.wpcf7-not-valid-tip {
position: absolute;
top: 20%;
left: 20%;
z-index: 100;
border: 1px solid #ff0000;
background: #fff;
padding: .2em .8em;
}
span.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
span.wpcf7-list-item-label::before,
span.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-display-none {
display: none;
}
div.wpcf7 .ajax-loader {
visibility: hidden;
display: inline-block;
background-image: url(//cuchet.es/wp-content/plugins/contact-form-7/images/ajax-loader.gif);
width: 16px;
height: 16px;
border: none;
padding: 0;
margin: 0 0 0 4px;
vertical-align: middle;
}
div.wpcf7 .ajax-loader.is-active {
visibility: visible;
}
div.wpcf7 div.ajax-error {
display: none;
}
div.wpcf7 .placeheld {
color: #888;
}
div.wpcf7 input[type="file"] {
cursor: pointer;
}
div.wpcf7 input[type="file"]:disabled {
cursor: default;
}
div.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}.cycle-slideshow, .cycle-slideshow * { 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.cycle-slideshow { 
width: 45%; 
min-width: 200px;
max-width: 500px; 
margin: 10px auto; 
padding: 0; 
position: relative;
background: url(http://malsup.github.com/images/spinner.gif) 50% 50% no-repeat;
} .cycle-slideshow img { position: absolute;
top: 0;
left: 0;
width: 100%;
padding: 0;
display: block;
} .cycle-slideshow img:first-child {
position: static;
z-index: 100;
} .cycle-pager { 
text-align: center;
z-index: 500; position: absolute;
top: 10px; overflow: hidden;
}
.cycle-pager span { 
font-family: arial;
font-size: 50px;
width: 16px;
height: 16px; 
display: inline-block;
color: #ddd;
cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;} .cycle-caption { 
position: absolute;
color: white;
bottom: 15px;
right: 15px;
z-index: 700;
} .cycle-overlay { 
font-family: tahoma, arial;
position: absolute;
bottom: 0; 
width: 100%;
z-index: 600;
background: black;
color: white;
padding: 15px; 
opacity: .5;
} .cycle-paused:after {
content: 'Paused';
color: white;
background: black;
padding: 10px;
z-index: 500;
position: absolute;
top: 10px;
right: 10px;
border-radius: 10px;
opacity: .5;
filter: alpha(opacity=50);
} @media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
.cycle-slideshow { width: 200px;}
.cycle-overlay { padding: 4px }
.cycle-caption { bottom: 4px; right: 4px }
}.hugeitmicro,
.hugeitmicro .hugeitmicro-item {
-webkit-transition-duration: 0.8s;
-moz-transition-duration: 0.8s;
-ms-transition-duration: 0.8s;
-o-transition-duration: 0.8s;
transition-duration: 0.8s;
}
.hugeitmicro {
-webkit-transition-property: height, width;
-moz-transition-property: height, width;
-ms-transition-property: height, width;
-o-transition-property: height, width;
transition-property: height, width;
}
.hugeitmicro .hugeitmicro-item {
-webkit-transition-property: -webkit-transform, opacity;
-moz-transition-property:    -moz-transform, opacity;
-ms-transition-property:     -ms-transform, opacity;
-o-transition-property:      -o-transform, opacity;
transition-property:         transform, opacity;
}
#huge_it_catalog_container {
padding: 5px;
margin-bottom: 20px;
}
#huge_it_catalog_container .open-close {
width:20px;
height:20px;
display:block;
background:#000;
}
#huge_it_catalog_options h3 {
margin-bottom: 0.2em;
font-size: 15px;
}
#huge_it_catalog_options h4 { 
font-weight: bold;
}#lightbox {
position: absolute; width: 100%;
z-index: 100;
text-align: center;
line-height: 0;
}
#lightbox2 {
z-index: 100;
position:fixed;
top:40%;
left:50%; background:#fff;
padding:10px;
}
#lightbox2 object, #lightbox2 embed {
display:block;
margin-bottom:10px;
}
#lightbox2 .close {
float:right;
margin-right:20px;
}
#lightbox a img{ border: none; }
#outerImageContainer{
position: relative;
background-color: #fff;
width: 250px;
height: 250px;
margin: 0 auto;
}
#imageContainer img{
max-width:600px;
}
#imageContainer{
padding: 10px;
}
#loading{
position: absolute;
top: 40%;
left: 0%;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
#hoverNav{
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}
#prevLink, #nextLink{
width: 49%;
height: 100%;
background: transparent url(//cuchet.es/wp-content/plugins/product-catalog/images/blank.gif) no-repeat; display: block;
}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(//cuchet.es/wp-content/plugins/product-catalog/images/prev.gif) left 50% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(//cuchet.es/wp-content/plugins/product-catalog/images/next.gif) right 50% no-repeat; } #nextLinkText, #prevLinkText{
color: #FF9834;
font-weight:bold;
text-decoration: none;
}
#nextLinkText{
padding-left: 20px;
}
#prevLinkText{
padding-right: 20px;
}  .ontop #imageData {
padding-top: 5px;
} #imageDataContainer{
font: 10px Verdana, Helvetica, sans-serif;
background-color: #fff;
margin: 0 auto;
line-height: 1.4em;
}
#imageData{
padding:0 10px;
}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}
#imageData #bottomNavClose{ width: 66px; float: right;	padding-bottom: 0.7em;	}
#imageData #helpDisplay {clear: left; float: left; display: block; }
#overlay{
position: fixed;
top: 0;
left: 0;
z-index: 90;
width: 100%;
height: 100%;
background-color: #000;
display: none;
}
.clearfix:after {
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}
* html>body .clearfix {
display: inline-block; 
width: 100%;
}
* html .clearfix {/*\*/height: 1%;/**/}	
#lightboxIframe {
display: none;
}@font-face {
font-family: 'iconFont';
src: url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.eot);
src: url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.eot?#iefix) format('embedded-opentype'), url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.woff) format('woff'),url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.woff2) format('woff'), url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.ttf) format('truetype'), url(//cuchet.es/wp-content/plugins/product-catalog/style/src/iconFont.svg#iconFont) format('svg');
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: 'iconFont';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
}
[class*="hugeiticons-"] {
font-family: 'iconFont' !important;
speak: none;
font-style: normal;
font-weight: normal !important;
font-variant: normal;
text-transform: none;
text-decoration: inherit;
line-height: 1;
display: inline-block;
vertical-align: -8%;
-webkit-font-smoothing: antialiased;
font-size: inherit;
}
[class*="hugeiticons-"].smaller {
font-size: .7em;
vertical-align: 6%;
}
[class*="hugeiticons-"].large {
font-size: 1.2em;
vertical-align: -10%;
}
.hugeiticons-glass:before {
content: "\f000";
}
.hugeiticons-music:before {
content: "\f001";
}
.hugeiticons-search:before {
content: "\f002";
}
.hugeiticons-envelope-o:before {
content: "\f003";
}
.hugeiticons-heart:before {
content: "\f004";
}
.hugeiticons-star:before {
content: "\f005";
}
.hugeiticons-star-o:before {
content: "\f006";
}
.hugeiticons-user:before {
content: "\f007";
}
.hugeiticons-film:before {
content: "\f008";
}
.hugeiticons-th-large:before {
content: "\f009";
}
.hugeiticons-th:before {
content: "\f00a";
}
.hugeiticons-th-list:before {
content: "\f00b";
}
.hugeiticons-check:before {
content: "\f00c";
}
.hugeiticons-remove:before,
.hugeiticons-close:before,
.hugeiticons-times:before {
content: "\f00d";
}
.hugeiticons-search-plus:before {
content: "\f00e";
}
.hugeiticons-search-minus:before {
content: "\f010";
}
.hugeiticons-power-off:before {
content: "\f011";
}
.hugeiticons-signal:before {
content: "\f012";
}
.hugeiticons-gear:before,
.hugeiticons-cog:before {
content: "\f013";
}
.hugeiticons-trash-o:before {
content: "\f014";
}
.hugeiticons-home:before {
content: "\f015";
}
.hugeiticons-file-o:before {
content: "\f016";
}
.hugeiticons-clock:before {
content: "\f017";
}
.hugeiticons-road:before {
content: "\f018";
}
.hugeiticons-download:before {
content: "\f019";
}
.hugeiticons-arrow-circle-o-down:before {
content: "\f01a";
}
.hugeiticons-arrow-circle-o-up:before {
content: "\f01b";
}
.hugeiticons-inbox:before {
content: "\f01c";
}
.hugeiticons-play-circle-o:before {
content: "\f01d";
}
.hugeiticons-rotate-right:before,
.hugeiticons-repeat:before {
content: "\f01e";
}
.hugeiticons-refresh:before {
content: "\f021";
}
.hugeiticons-list-alt:before {
content: "\f022";
}
.hugeiticons-lock:before {
content: "\f023";
}
.hugeiticons-flag:before {
content: "\f024";
}
.hugeiticons-headphones:before {
content: "\f025";
}
.hugeiticons-volume-off:before {
content: "\f026";
}
.hugeiticons-volume-down:before {
content: "\f027";
}
.hugeiticons-volume-up:before {
content: "\f028";
}
.hugeiticons-qrcode:before {
content: "\f029";
}
.hugeiticons-barcode:before {
content: "\f02a";
}
.hugeiticons-tag:before {
content: "\f02b";
}
.hugeiticons-tags:before {
content: "\f02c";
}
.hugeiticons-book:before {
content: "\f02d";
}
.hugeiticons-bookmark:before {
content: "\f02e";
}
.hugeiticons-print:before {
content: "\f02f";
}
.hugeiticons-camera:before {
content: "\f030";
}
.hugeiticons-font:before {
content: "\f031";
}
.hugeiticons-bold:before {
content: "\f032";
}
.hugeiticons-italic:before {
content: "\f033";
}
.hugeiticons-text-height:before {
content: "\f034";
}
.hugeiticons-text-width:before {
content: "\f035";
}
.hugeiticons-align-left:before {
content: "\f036";
}
.hugeiticons-align-center:before {
content: "\f037";
}
.hugeiticons-align-right:before {
content: "\f038";
}
.hugeiticons-align-justify:before {
content: "\f039";
}
.hugeiticons-list:before {
content: "\f03a";
}
.hugeiticons-dedent:before,
.hugeiticons-outdent:before {
content: "\f03b";
}
.hugeiticons-indent:before {
content: "\f03c";
}
.hugeiticons-video-camera:before {
content: "\f03d";
}
.hugeiticons-photo:before,
.hugeiticons-image:before,
.hugeiticons-picture-o:before {
content: "\f03e";
}
.hugeiticons-pencil:before {
content: "\f040";
}
.hugeiticons-map-marker:before {
content: "\f041";
}
.hugeiticons-adjust:before {
content: "\f042";
}
.hugeiticons-tint:before {
content: "\f043";
}
.hugeiticons-edit:before,
.hugeiticons-pencil-square-o:before {
content: "\f044";
}
.hugeiticons-share-square-o:before {
content: "\f045";
}
.hugeiticons-check-square-o:before {
content: "\f046";
}
.hugeiticons-arrows:before {
content: "\f047";
}
.hugeiticons-step-backward:before {
content: "\f048";
}
.hugeiticons-fast-backward:before {
content: "\f049";
}
.hugeiticons-backward:before {
content: "\f04a";
}
.hugeiticons-play:before {
content: "\f04b";
}
.hugeiticons-pause:before {
content: "\f04c";
}
.hugeiticons-stop:before {
content: "\f04d";
}
.hugeiticons-forward:before {
content: "\f04e";
}
.hugeiticons-fast-forward:before {
content: "\f050";
}
.hugeiticons-step-forward:before {
content: "\f051";
}
.hugeiticons-eject:before {
content: "\f052";
}
.hugeiticons-chevron-left:before {
content: "\f053";
}
.hugeiticons-chevron-right:before {
content: "\f054";
}
.hugeiticons-plus-circle:before {
content: "\f055";
}
.hugeiticons-minus-circle:before {
content: "\f056";
}
.hugeiticons-times-circle:before {
content: "\f057";
}
.hugeiticons-check-circle:before {
content: "\f058";
}
.hugeiticons-question-circle:before {
content: "\f059";
}
.hugeiticons-info-circle:before {
content: "\f05a";
}
.hugeiticons-crosshairs:before {
content: "\f05b";
}
.hugeiticons-times-circle-o:before {
content: "\f05c";
}
.hugeiticons-check-circle-o:before {
content: "\f05d";
}
.hugeiticons-ban:before {
content: "\f05e";
}
.hugeiticons-arrow-left:before {
content: "\f060";
}
.hugeiticons-arrow-right:before {
content: "\f061";
}
.hugeiticons-arrow-up:before {
content: "\f062";
}
.hugeiticons-arrow-down:before {
content: "\f063";
}
.hugeiticons-mail-forward:before,
.hugeiticons-share:before {
content: "\f064";
}
.hugeiticons-expand:before {
content: "\f065";
}
.hugeiticons-compress:before {
content: "\f066";
}
.hugeiticons-plus:before {
content: "\f067";
}
.hugeiticons-minus:before {
content: "\f068";
}
.hugeiticons-asterisk:before {
content: "\f069";
}
.hugeiticons-exclamation-circle:before {
content: "\f06a";
}
.hugeiticons-gift:before {
content: "\f06b";
}
.hugeiticons-leaf:before {
content: "\f06c";
}
.hugeiticons-fire:before {
content: "\f06d";
}
.hugeiticons-eye:before {
content: "\f06e";
}
.hugeiticons-eye-slash:before {
content: "\f070";
}
.hugeiticons-warning:before,
.hugeiticons-exclamation-triangle:before {
content: "\f071";
}
.hugeiticons-plane:before {
content: "\f072";
}
.hugeiticons-calendar:before {
content: "\f073";
}
.hugeiticons-random:before {
content: "\f074";
}
.hugeiticons-comment:before {
content: "\f075";
}
.hugeiticons-magnet:before {
content: "\f076";
}
.hugeiticons-chevron-up:before {
content: "\f077";
}
.hugeiticons-chevron-down:before {
content: "\f078";
}
.hugeiticons-retweet:before {
content: "\f079";
}
.hugeiticons-shopping-cart:before {
content: "\f07a";
}
.hugeiticons-folder:before {
content: "\f07b";
}
.hugeiticons-folder-open:before {
content: "\f07c";
}
.hugeiticons-arrows-v:before {
content: "\f07d";
}
.hugeiticons-arrows-h:before {
content: "\f07e";
}
.hugeiticons-bar-chart-o:before,
.hugeiticons-bar-chart:before {
content: "\f080";
}
.hugeiticons-twitter-square:before {
content: "\f081";
}
.hugeiticons-facebook-square:before {
content: "\f082";
}
.hugeiticons-camera-retro:before {
content: "\f083";
}
.hugeiticons-key:before {
content: "\f084";
}
.hugeiticons-gears:before,
.hugeiticons-cogs:before {
content: "\f085";
}
.hugeiticons-comments:before {
content: "\f086";
}
.hugeiticons-thumbs-o-up:before {
content: "\f087";
}
.hugeiticons-thumbs-o-down:before {
content: "\f088";
}
.hugeiticons-star-half:before {
content: "\f089";
}
.hugeiticons-heart-o:before {
content: "\f08a";
}
.hugeiticons-sign-out:before {
content: "\f08b";
}
.hugeiticons-linkedin-square:before {
content: "\f08c";
}
.hugeiticons-thumb-tack:before {
content: "\f08d";
}
.hugeiticons-external-link:before {
content: "\f08e";
}
.hugeiticons-sign-in:before {
content: "\f090";
}
.hugeiticons-trophy:before {
content: "\f091";
}
.hugeiticons-github-square:before {
content: "\f092";
}
.hugeiticons-upload:before {
content: "\f093";
}
.hugeiticons-lemon-o:before {
content: "\f094";
}
.hugeiticons-phone:before {
content: "\f095";
}
.hugeiticons-square-o:before {
content: "\f096";
}
.hugeiticons-bookmark-o:before {
content: "\f097";
}
.hugeiticons-phone-square:before {
content: "\f098";
}
.hugeiticons-twitter:before {
content: "\f099";
}
.hugeiticons-facebook-f:before,
.hugeiticons-facebook:before {
content: "\f09a";
}
.hugeiticons-github:before {
content: "\f09b";
}
.hugeiticons-unlock:before {
content: "\f09c";
}
.hugeiticons-credit-card:before {
content: "\f09d";
}
.hugeiticons-rss:before {
content: "\f09e";
}
.hugeiticons-hdd-o:before {
content: "\f0a0";
}
.hugeiticons-bullhorn:before {
content: "\f0a1";
}
.hugeiticons-bell:before {
content: "\f0f3";
}
.hugeiticons-certificate:before {
content: "\f0a3";
}
.hugeiticons-hand-o-right:before {
content: "\f0a4";
}
.hugeiticons-hand-o-left:before {
content: "\f0a5";
}
.hugeiticons-hand-o-up:before {
content: "\f0a6";
}
.hugeiticons-hand-o-down:before {
content: "\f0a7";
}
.hugeiticons-arrow-circle-left:before {
content: "\f0a8";
}
.hugeiticons-arrow-circle-right:before {
content: "\f0a9";
}
.hugeiticons-arrow-circle-up:before {
content: "\f0aa";
}
.hugeiticons-arrow-circle-down:before {
content: "\f0ab";
}
.hugeiticons-globe:before {
content: "\f0ac";
}
.hugeiticons-wrench:before {
content: "\f0ad";
}
.hugeiticons-tasks:before {
content: "\f0ae";
}
.hugeiticons-filter:before {
content: "\f0b0";
}
.hugeiticons-briefcase:before {
content: "\f0b1";
}
.hugeiticons-arrows-alt:before {
content: "\f0b2";
}
.hugeiticons-group:before,
.hugeiticons-users:before {
content: "\f0c0";
}
.hugeiticons-chain:before,
.hugeiticons-link:before {
content: "\f0c1";
}
.hugeiticons-cloud:before {
content: "\f0c2";
}
.hugeiticons-flask:before {
content: "\f0c3";
}
.hugeiticons-cut:before,
.hugeiticons-scissors:before {
content: "\f0c4";
}
.hugeiticons-copy:before,
.hugeiticons-files-o:before {
content: "\f0c5";
}
.hugeiticons-paperclip:before {
content: "\f0c6";
}
.hugeiticons-save:before,
.hugeiticons-floppy-o:before {
content: "\f0c7";
}
.hugeiticons-square:before {
content: "\f0c8";
}
.hugeiticons-navicon:before,
.hugeiticons-reorder:before,
.hugeiticons-bars:before {
content: "\f0c9";
}
.hugeiticons-list-ul:before {
content: "\f0ca";
}
.hugeiticons-list-ol:before {
content: "\f0cb";
}
.hugeiticons-strikethrough:before {
content: "\f0cc";
}
.hugeiticons-underline:before {
content: "\f0cd";
}
.hugeiticons-table:before {
content: "\f0ce";
}
.hugeiticons-magic:before {
content: "\f0d0";
}
.hugeiticons-truck:before {
content: "\f0d1";
}
.hugeiticons-pinterest:before {
content: "\f0d2";
}
.hugeiticons-pinterest-square:before {
content: "\f0d3";
}
.hugeiticons-google-plus-square:before {
content: "\f0d4";
}
.hugeiticons-google-plus:before {
content: "\f0d5";
}
.hugeiticons-money:before {
content: "\f0d6";
}
.hugeiticons-caret-down:before {
content: "\f0d7";
}
.hugeiticons-caret-up:before {
content: "\f0d8";
}
.hugeiticons-caret-left:before {
content: "\f0d9";
}
.hugeiticons-caret-right:before {
content: "\f0da";
}
.hugeiticons-columns:before {
content: "\f0db";
}
.hugeiticons-unsorted:before,
.hugeiticons-sort:before {
content: "\f0dc";
}
.hugeiticons-sort-down:before,
.hugeiticons-sort-desc:before {
content: "\f0dd";
}
.hugeiticons-sort-up:before,
.hugeiticons-sort-asc:before {
content: "\f0de";
}
.hugeiticons-envelope:before {
content: "\f0e0";
}
.hugeiticons-linkedin:before {
content: "\f0e1";
}
.hugeiticons-rotate-left:before,
.hugeiticons-undo:before {
content: "\f0e2";
}
.hugeiticons-legal:before,
.hugeiticons-gavel:before {
content: "\f0e3";
}
.hugeiticons-dashboard:before,
.hugeiticons-tachometer:before {
content: "\f0e4";
}
.hugeiticons-comment-o:before {
content: "\f0e5";
}
.hugeiticons-comments-o:before {
content: "\f0e6";
}
.hugeiticons-flash:before,
.hugeiticons-bolt:before {
content: "\f0e7";
}
.hugeiticons-sitemap:before {
content: "\f0e8";
}
.hugeiticons-umbrella:before {
content: "\f0e9";
}
.hugeiticons-paste:before,
.hugeiticons-clipboard:before {
content: "\f0ea";
}
.hugeiticons-lightbulb-o:before {
content: "\f0eb";
}
.hugeiticons-exchange:before {
content: "\f0ec";
}
.hugeiticons-cloud-download:before {
content: "\f0ed";
}
.hugeiticons-cloud-upload:before {
content: "\f0ee";
}
.hugeiticons-user-md:before {
content: "\f0f0";
}
.hugeiticons-stethoscope:before {
content: "\f0f1";
}
.hugeiticons-suitcase:before {
content: "\f0f2";
}
.hugeiticons-bell-o:before {
content: "\f0a2";
}
.hugeiticons-coffee:before {
content: "\f0f4";
}
.hugeiticons-cutlery:before {
content: "\f0f5";
}
.hugeiticons-file-text-o:before {
content: "\f0f6";
}
.hugeiticons-building-o:before {
content: "\f0f7";
}
.hugeiticons-hospital-o:before {
content: "\f0f8";
}
.hugeiticons-ambulance:before {
content: "\f0f9";
}
.hugeiticons-medkit:before {
content: "\f0fa";
}
.hugeiticons-fighter-jet:before {
content: "\f0fb";
}
.hugeiticons-beer:before {
content: "\f0fc";
}
.hugeiticons-h-square:before {
content: "\f0fd";
}
.hugeiticons-plus-square:before {
content: "\f0fe";
}
.hugeiticons-angle-double-left:before {
content: "\f100";
}
.hugeiticons-angle-double-right:before {
content: "\f101";
}
.hugeiticons-angle-double-up:before {
content: "\f102";
}
.hugeiticons-angle-double-down:before {
content: "\f103";
}
.hugeiticons-angle-left:before {
content: "\f104";
}
.hugeiticons-angle-right:before {
content: "\f105";
}
.hugeiticons-angle-up:before {
content: "\f106";
}
.hugeiticons-angle-down:before {
content: "\f107";
}
.hugeiticons-desktop:before {
content: "\f108";
}
.hugeiticons-laptop:before {
content: "\f109";
}
.hugeiticons-tablet:before {
content: "\f10a";
}
.hugeiticons-mobile-phone:before,
.hugeiticons-mobile:before {
content: "\f10b";
}
.hugeiticons-circle-o:before {
content: "\f10c";
}
.hugeiticons-quote-left:before {
content: "\f10d";
}
.hugeiticons-quote-right:before {
content: "\f10e";
}
.hugeiticons-spinner:before {
content: "\f110";
}
.hugeiticons-circle:before {
content: "\f111";
}
.hugeiticons-mail-reply:before,
.hugeiticons-reply:before {
content: "\f112";
}
.hugeiticons-github-alt:before {
content: "\f113";
}
.hugeiticons-folder-o:before {
content: "\f114";
}
.hugeiticons-folder-open-o:before {
content: "\f115";
}
.hugeiticons-smile-o:before {
content: "\f118";
}
.hugeiticons-frown-o:before {
content: "\f119";
}
.hugeiticons-meh-o:before {
content: "\f11a";
}
.hugeiticons-gamepad:before {
content: "\f11b";
}
.hugeiticons-keyboard-o:before {
content: "\f11c";
}
.hugeiticons-flag-o:before {
content: "\f11d";
}
.hugeiticons-flag-checkered:before {
content: "\f11e";
}
.hugeiticons-terminal:before {
content: "\f120";
}
.hugeiticons-code:before {
content: "\f121";
}
.hugeiticons-mail-reply-all:before,
.hugeiticons-reply-all:before {
content: "\f122";
}
.hugeiticons-star-half-empty:before,
.hugeiticons-star-half-full:before,
.hugeiticons-star-half-o:before {
content: "\f123";
}
.hugeiticons-location-arrow:before {
content: "\f124";
}
.hugeiticons-crop:before {
content: "\f125";
}
.hugeiticons-code-fork:before {
content: "\f126";
}
.hugeiticons-unlink:before,
.hugeiticons-chain-broken:before {
content: "\f127";
}
.hugeiticons-question:before {
content: "\f128";
}
.hugeiticons-info:before {
content: "\f129";
}
.hugeiticons-exclamation:before {
content: "\f12a";
}
.hugeiticons-superscript:before {
content: "\f12b";
}
.hugeiticons-subscript:before {
content: "\f12c";
}
.hugeiticons-eraser:before {
content: "\f12d";
}
.hugeiticons-puzzle-piece:before {
content: "\f12e";
}
.hugeiticons-microphone:before {
content: "\f130";
}
.hugeiticons-microphone-slash:before {
content: "\f131";
}
.hugeiticons-shield:before {
content: "\f132";
}
.hugeiticons-calendar-o:before {
content: "\f133";
}
.hugeiticons-fire-extinguisher:before {
content: "\f134";
}
.hugeiticons-rocket:before {
content: "\f135";
}
.hugeiticons-maxcdn:before {
content: "\f136";
}
.hugeiticons-chevron-circle-left:before {
content: "\f137";
}
.hugeiticons-chevron-circle-right:before {
content: "\f138";
}
.hugeiticons-chevron-circle-up:before {
content: "\f139";
}
.hugeiticons-chevron-circle-down:before {
content: "\f13a";
}
.hugeiticons-html5:before {
content: "\f13b";
}
.hugeiticons-css3:before {
content: "\f13c";
}
.hugeiticons-anchor:before {
content: "\f13d";
}
.hugeiticons-unlock-alt:before {
content: "\f13e";
}
.hugeiticons-bullseye:before {
content: "\f140";
}
.hugeiticons-ellipsis-h:before {
content: "\f141";
}
.hugeiticons-ellipsis-v:before {
content: "\f142";
}
.hugeiticons-rss-square:before {
content: "\f143";
}
.hugeiticons-play-circle:before {
content: "\f144";
}
.hugeiticons-ticket:before {
content: "\f145";
}
.hugeiticons-minus-square:before {
content: "\f146";
}
.hugeiticons-minus-square-o:before {
content: "\f147";
}
.hugeiticons-level-up:before {
content: "\f148";
}
.hugeiticons-level-down:before {
content: "\f149";
}
.hugeiticons-check-square:before {
content: "\f14a";
}
.hugeiticons-pencil-square:before {
content: "\f14b";
}
.hugeiticons-external-link-square:before {
content: "\f14c";
}
.hugeiticons-share-square:before {
content: "\f14d";
}
.hugeiticons-compass:before {
content: "\f14e";
}
.hugeiticons-toggle-down:before,
.hugeiticons-caret-square-o-down:before {
content: "\f150";
}
.hugeiticons-toggle-up:before,
.hugeiticons-caret-square-o-up:before {
content: "\f151";
}
.hugeiticons-toggle-right:before,
.hugeiticons-caret-square-o-right:before {
content: "\f152";
}
.hugeiticons-euro:before,
.hugeiticons-eur:before {
content: "\f153";
}
.hugeiticons-gbp:before {
content: "\f154";
}
.hugeiticons-dollar:before,
.hugeiticons-usd:before {
content: "\f155";
}
.hugeiticons-rupee:before,
.hugeiticons-inr:before {
content: "\f156";
}
.hugeiticons-cny:before,
.hugeiticons-rmb:before,
.hugeiticons-yen:before,
.hugeiticons-jpy:before {
content: "\f157";
}
.hugeiticons-ruble:before,
.hugeiticons-rouble:before,
.hugeiticons-rub:before {
content: "\f158";
}
.hugeiticons-won:before,
.hugeiticons-krw:before {
content: "\f159";
}
.hugeiticons-bitcoin:before,
.hugeiticons-btc:before {
content: "\f15a";
}
.hugeiticons-file:before {
content: "\f15b";
}
.hugeiticons-file-text:before {
content: "\f15c";
}
.hugeiticons-sort-alpha-asc:before {
content: "\f15d";
}
.hugeiticons-sort-alpha-desc:before {
content: "\f15e";
}
.hugeiticons-sort-amount-asc:before {
content: "\f160";
}
.hugeiticons-sort-amount-desc:before {
content: "\f161";
}
.hugeiticons-sort-numeric-asc:before {
content: "\f162";
}
.hugeiticons-sort-numeric-desc:before {
content: "\f163";
}
.hugeiticons-thumbs-up:before {
content: "\f164";
}
.hugeiticons-thumbs-down:before {
content: "\f165";
}
.hugeiticons-youtube-square:before {
content: "\f166";
}
.hugeiticons-youtube:before {
content: "\f167";
}
.hugeiticons-xing:before {
content: "\f168";
}
.hugeiticons-xing-square:before {
content: "\f169";
}
.hugeiticons-youtube-play:before {
content: "\f16a";
}
.hugeiticons-dropbox:before {
content: "\f16b";
}
.hugeiticons-stack-overflow:before {
content: "\f16c";
}
.hugeiticons-instagram:before {
content: "\f16d";
}
.hugeiticons-flickr:before {
content: "\f16e";
}
.hugeiticons-adn:before {
content: "\f170";
}
.hugeiticons-bitbucket:before {
content: "\f171";
}
.hugeiticons-bitbucket-square:before {
content: "\f172";
}
.hugeiticons-tumblr:before {
content: "\f173";
}
.hugeiticons-tumblr-square:before {
content: "\f174";
}
.hugeiticons-long-arrow-down:before {
content: "\f175";
}
.hugeiticons-long-arrow-up:before {
content: "\f176";
}
.hugeiticons-long-arrow-left:before {
content: "\f177";
}
.hugeiticons-long-arrow-right:before {
content: "\f178";
}
.hugeiticons-apple:before {
content: "\f179";
}
.hugeiticons-windows:before {
content: "\f17a";
}
.hugeiticons-android:before {
content: "\f17b";
}
.hugeiticons-linux:before {
content: "\f17c";
}
.hugeiticons-dribbble:before {
content: "\f17d";
}
.hugeiticons-skype:before {
content: "\f17e";
}
.hugeiticons-foursquare:before {
content: "\f180";
}
.hugeiticons-trello:before {
content: "\f181";
}
.hugeiticons-female:before {
content: "\f182";
}
.hugeiticons-male:before {
content: "\f183";
}
.hugeiticons-gittip:before,
.hugeiticons-gratipay:before {
content: "\f184";
}
.hugeiticons-sun-o:before {
content: "\f185";
}
.hugeiticons-moon-o:before {
content: "\f186";
}
.hugeiticons-archive:before {
content: "\f187";
}
.hugeiticons-bug:before {
content: "\f188";
}
.hugeiticons-vk:before {
content: "\f189";
}
.hugeiticons-weibo:before {
content: "\f18a";
}
.hugeiticons-renren:before {
content: "\f18b";
}
.hugeiticons-pagelines:before {
content: "\f18c";
}
.hugeiticons-stack-exchange:before {
content: "\f18d";
}
.hugeiticons-arrow-circle-o-right:before {
content: "\f18e";
}
.hugeiticons-arrow-circle-o-left:before {
content: "\f190";
}
.hugeiticons-toggle-left:before,
.hugeiticons-caret-square-o-left:before {
content: "\f191";
}
.hugeiticons-dot-circle-o:before {
content: "\f192";
}
.hugeiticons-wheelchair:before {
content: "\f193";
}
.hugeiticons-vimeo-square:before {
content: "\f194";
}
.hugeiticons-turkish-lira:before,
.hugeiticons-try:before {
content: "\f195";
}
.hugeiticons-plus-square-o:before {
content: "\f196";
}
.hugeiticons-space-shuttle:before {
content: "\f197";
}
.hugeiticons-slack:before {
content: "\f198";
}
.hugeiticons-envelope-square:before {
content: "\f199";
}
.hugeiticons-wordpress:before {
content: "\f19a";
}
.hugeiticons-openid:before {
content: "\f19b";
}
.hugeiticons-institution:before,
.hugeiticons-bank:before,
.hugeiticons-university:before {
content: "\f19c";
}
.hugeiticons-mortar-board:before,
.hugeiticons-graduation-cap:before {
content: "\f19d";
}
.hugeiticons-yahoo:before {
content: "\f19e";
}
.hugeiticons-google:before {
content: "\f1a0";
}
.hugeiticons-reddit:before {
content: "\f1a1";
}
.hugeiticons-reddit-square:before {
content: "\f1a2";
}
.hugeiticons-stumbleupon-circle:before {
content: "\f1a3";
}
.hugeiticons-stumbleupon:before {
content: "\f1a4";
}
.hugeiticons-delicious:before {
content: "\f1a5";
}
.hugeiticons-digg:before {
content: "\f1a6";
}
.hugeiticons-pied-piper:before {
content: "\f1a7";
}
.hugeiticons-pied-piper-alt:before {
content: "\f1a8";
}
.hugeiticons-drupal:before {
content: "\f1a9";
}
.hugeiticons-joomla:before {
content: "\f1aa";
}
.hugeiticons-language:before {
content: "\f1ab";
}
.hugeiticons-fax:before {
content: "\f1ac";
}
.hugeiticons-building:before {
content: "\f1ad";
}
.hugeiticons-child:before {
content: "\f1ae";
}
.hugeiticons-paw:before {
content: "\f1b0";
}
.hugeiticons-spoon:before {
content: "\f1b1";
}
.hugeiticons-cube:before {
content: "\f1b2";
}
.hugeiticons-cubes:before {
content: "\f1b3";
}
.hugeiticons-behance:before {
content: "\f1b4";
}
.hugeiticons-behance-square:before {
content: "\f1b5";
}
.hugeiticons-steam:before {
content: "\f1b6";
}
.hugeiticons-steam-square:before {
content: "\f1b7";
}
.hugeiticons-recycle:before {
content: "\f1b8";
}
.hugeiticons-automobile:before,
.hugeiticons-car:before {
content: "\f1b9";
}
.hugeiticons-cab:before,
.hugeiticons-taxi:before {
content: "\f1ba";
}
.hugeiticons-tree:before {
content: "\f1bb";
}
.hugeiticons-spotify:before {
content: "\f1bc";
}
.hugeiticons-deviantart:before {
content: "\f1bd";
}
.hugeiticons-soundcloud:before {
content: "\f1be";
}
.hugeiticons-database:before {
content: "\f1c0";
}
.hugeiticons-file-pdf-o:before {
content: "\f1c1";
}
.hugeiticons-file-word-o:before {
content: "\f1c2";
}
.hugeiticons-file-excel-o:before {
content: "\f1c3";
}
.hugeiticons-file-powerpoint-o:before {
content: "\f1c4";
}
.hugeiticons-file-photo-o:before,
.hugeiticons-file-picture-o:before,
.hugeiticons-file-image-o:before {
content: "\f1c5";
}
.hugeiticons-file-zip-o:before,
.hugeiticons-file-archive-o:before {
content: "\f1c6";
}
.hugeiticons-file-sound-o:before,
.hugeiticons-file-audio-o:before {
content: "\f1c7";
}
.hugeiticons-file-movie-o:before,
.hugeiticons-file-video-o:before {
content: "\f1c8";
}
.hugeiticons-file-code-o:before {
content: "\f1c9";
}
.hugeiticons-vine:before {
content: "\f1ca";
}
.hugeiticons-codepen:before {
content: "\f1cb";
}
.hugeiticons-jsfiddle:before {
content: "\f1cc";
}
.hugeiticons-life-bouy:before,
.hugeiticons-life-buoy:before,
.hugeiticons-life-saver:before,
.hugeiticons-support:before,
.hugeiticons-life-ring:before {
content: "\f1cd";
}
.hugeiticons-circle-o-notch:before {
content: "\f1ce";
}
.hugeiticons-ra:before,
.hugeiticons-rebel:before {
content: "\f1d0";
}
.hugeiticons-ge:before,
.hugeiticons-empire:before {
content: "\f1d1";
}
.hugeiticons-git-square:before {
content: "\f1d2";
}
.hugeiticons-git:before {
content: "\f1d3";
}
.hugeiticons-hacker-news:before {
content: "\f1d4";
}
.hugeiticons-tencent-weibo:before {
content: "\f1d5";
}
.hugeiticons-qq:before {
content: "\f1d6";
}
.hugeiticons-wechat:before,
.hugeiticons-weixin:before {
content: "\f1d7";
}
.hugeiticons-send:before,
.hugeiticons-paper-plane:before {
content: "\f1d8";
}
.hugeiticons-send-o:before,
.hugeiticons-paper-plane-o:before {
content: "\f1d9";
}
.hugeiticons-history:before {
content: "\f1da";
}
.hugeiticons-genderless:before,
.hugeiticons-circle-thin:before {
content: "\f1db";
}
.hugeiticons-header:before {
content: "\f1dc";
}
.hugeiticons-paragraph:before {
content: "\f1dd";
}
.hugeiticons-sliders:before {
content: "\f1de";
}
.hugeiticons-share-alt:before {
content: "\f1e0";
}
.hugeiticons-share-alt-square:before {
content: "\f1e1";
}
.hugeiticons-bomb:before {
content: "\f1e2";
}
.hugeiticons-soccer-ball-o:before,
.hugeiticons-futbol-o:before {
content: "\f1e3";
}
.hugeiticons-tty:before {
content: "\f1e4";
}
.hugeiticons-binoculars:before {
content: "\f1e5";
}
.hugeiticons-plug:before {
content: "\f1e6";
}
.hugeiticons-slideshare:before {
content: "\f1e7";
}
.hugeiticons-twitch:before {
content: "\f1e8";
}
.hugeiticons-yelp:before {
content: "\f1e9";
}
.hugeiticons-newspaper-o:before {
content: "\f1ea";
}
.hugeiticons-wifi:before {
content: "\f1eb";
}
.hugeiticons-calculator:before {
content: "\f1ec";
}
.hugeiticons-paypal:before {
content: "\f1ed";
}
.hugeiticons-google-wallet:before {
content: "\f1ee";
}
.hugeiticons-cc-visa:before {
content: "\f1f0";
}
.hugeiticons-cc-mastercard:before {
content: "\f1f1";
}
.hugeiticons-cc-discover:before {
content: "\f1f2";
}
.hugeiticons-cc-amex:before {
content: "\f1f3";
}
.hugeiticons-cc-paypal:before {
content: "\f1f4";
}
.hugeiticons-cc-stripe:before {
content: "\f1f5";
}
.hugeiticons-bell-slash:before {
content: "\f1f6";
}
.hugeiticons-bell-slash-o:before {
content: "\f1f7";
}
.hugeiticons-trash:before {
content: "\f1f8";
}
.hugeiticons-copyright:before {
content: "\f1f9";
}
.hugeiticons-at:before {
content: "\f1fa";
}
.hugeiticons-eyedropper:before {
content: "\f1fb";
}
.hugeiticons-paint-brush:before {
content: "\f1fc";
}
.hugeiticons-birthday-cake:before {
content: "\f1fd";
}
.hugeiticons-area-chart:before {
content: "\f1fe";
}
.hugeiticons-pie-chart:before {
content: "\f200";
}
.hugeiticons-line-chart:before {
content: "\f201";
}
.hugeiticons-lastfm:before {
content: "\f202";
}
.hugeiticons-lastfm-square:before {
content: "\f203";
}
.hugeiticons-toggle-off:before {
content: "\f204";
}
.hugeiticons-toggle-on:before {
content: "\f205";
}
.hugeiticons-bicycle:before {
content: "\f206";
}
.hugeiticons-bus:before {
content: "\f207";
}
.hugeiticons-ioxhost:before {
content: "\f208";
}
.hugeiticons-angellist:before {
content: "\f209";
}
.hugeiticons-cc:before {
content: "\f20a";
}
.hugeiticons-shekel:before,
.hugeiticons-sheqel:before,
.hugeiticons-ils:before {
content: "\f20b";
}
.hugeiticons-meanpath:before {
content: "\f20c";
}
.hugeiticons-buysellads:before {
content: "\f20d";
}
.hugeiticons-connectdevelop:before {
content: "\f20e";
}
.hugeiticons-dashcube:before {
content: "\f210";
}
.hugeiticons-forumbee:before {
content: "\f211";
}
.hugeiticons-leanpub:before {
content: "\f212";
}
.hugeiticons-sellsy:before {
content: "\f213";
}
.hugeiticons-shirtsinbulk:before {
content: "\f214";
}
.hugeiticons-simplybuilt:before {
content: "\f215";
}
.hugeiticons-skyatlas:before {
content: "\f216";
}
.hugeiticons-cart-plus:before {
content: "\f217";
}
.hugeiticons-cart-arrow-down:before {
content: "\f218";
}
.hugeiticons-diamond:before {
content: "\f219";
}
.hugeiticons-ship:before {
content: "\f21a";
}
.hugeiticons-user-secret:before {
content: "\f21b";
}
.hugeiticons-motorcycle:before {
content: "\f21c";
}
.hugeiticons-street-view:before {
content: "\f21d";
}
.hugeiticons-heartbeat:before {
content: "\f21e";
}
.hugeiticons-venus:before {
content: "\f221";
}
.hugeiticons-mars:before {
content: "\f222";
}
.hugeiticons-mercury:before {
content: "\f223";
}
.hugeiticons-transgender:before {
content: "\f224";
}
.hugeiticons-transgender-alt:before {
content: "\f225";
}
.hugeiticons-venus-double:before {
content: "\f226";
}
.hugeiticons-mars-double:before {
content: "\f227";
}
.hugeiticons-venus-mars:before {
content: "\f228";
}
.hugeiticons-mars-stroke:before {
content: "\f229";
}
.hugeiticons-mars-stroke-v:before {
content: "\f22a";
}
.hugeiticons-mars-stroke-h:before {
content: "\f22b";
}
.hugeiticons-neuter:before {
content: "\f22c";
}
.hugeiticons-facebook-official:before {
content: "\f230";
}
.hugeiticons-pinterest-p:before {
content: "\f231";
}
.hugeiticons-whatsapp:before {
content: "\f232";
}
.hugeiticons-server:before {
content: "\f233";
}
.hugeiticons-user-plus:before {
content: "\f234";
}
.hugeiticons-user-times:before {
content: "\f235";
}
.hugeiticons-hotel:before,
.hugeiticons-bed:before {
content: "\f236";
}
.hugeiticons-viacoin:before {
content: "\f237";
}
.hugeiticons-train:before {
content: "\f238";
}
.hugeiticons-subway:before {
content: "\f239";
}
.hugeiticons-medium:before {
content: "\f23a";
}.justified-gallery{width:100%;position:relative;overflow:hidden}.justified-gallery>a,.justified-gallery>div{position:absolute;display:inline-block;overflow:hidden}.justified-gallery>a>img,.justified-gallery>div>img{position:absolute;top:50%;left:50%;margin:0;padding:0;border:none}.justified-gallery>a>.caption,.justified-gallery>div>.caption{display:none;position:absolute;bottom:0;padding:5px;background-color:#000;left:0;right:0;margin:0;color:#fff;font-size:12px;font-weight:300;font-family:sans-serif}.justified-gallery>a>.caption.caption-visible,.justified-gallery>div>.caption.caption-visible{display:initial;opacity:.7;filter:alpha(opacity=70);-webkit-animation:justified-gallery-show-caption-animation 500ms 0 ease;-moz-animation:justified-gallery-show-caption-animation 500ms 0 ease;-ms-animation:justified-gallery-show-caption-animation 500ms 0 ease}.justified-gallery>.spinner{position:absolute;bottom:0;margin-left:-24px;padding:10px 0;left:50%;opacity:initial;filter:initial;overflow:initial}.justified-gallery>.spinner>span{display:inline-block;opacity:0;filter:alpha(opacity=0);width:8px;height:8px;margin:0 4px;background-color:#000;border-radius:6px}.justified-gallery img{z-index:1;-webkit-transform:translateZ(0)}.justified-gallery .sgg-caption{box-sizing:border-box;word-wrap:break-word;width:100%;height:100%;padding:1em;overflow:hidden;cursor:pointer;position:absolute;opacity:0;background:#000;background:rgba(0,0,0,.7);color:#fff;text-align:center;-webkit-transform-style:preserve-3d;-moz-transform-style:preserve-3d;transform-style:preserve-3d;z-index:2}.justified-gallery>div>.sgg-caption{cursor:default}.justified-gallery a:hover .sgg-caption,.justified-gallery div:hover .sgg-caption{opacity:1}.justified-gallery .sgg-caption span{display:block;position:relative;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.justified-gallery .sgg-caption{-webkit-transition:all .45s ease-in-out;-moz-transition:all .45s ease-in-out;-o-transition:all .45s ease-in-out;-ms-transition:all .45s ease-in-out;transition:all .45s ease-in-out}.justified-gallery.sgg-style-2 img{-webkit-transition:-webkit-transform .25s ease-in-out;-moz-transition:-moz-transform .25s ease-in-out;-o-transition:-o-transform .25s ease-in-out;-ms-transition:-ms-transform .25s ease-in-out;transition:transform .25s ease-in-out}.justified-gallery.sgg-style-2 a:hover img,.justified-gallery.sgg-style-2 div:hover img{opacity:1;transform:scale(1.15,1.15);-webkit-transform:scale(1.15,1.15);-moz-transform:scale(1.15,1.15);-ms-transform:scale(1.15,1.15);-o-transform:scale(1.15,1.15)}.justified-gallery.sgg-style-3 .sgg-caption{opacity:1;height:auto;top:100%;-webkit-transition:all .15s ease-in-out;-moz-transition:all .15s ease-in-out;-o-transition:all .15s ease-in-out;-ms-transition:all .15s ease-in-out;transition:all .15s ease-in-out}.justified-gallery.sgg-style-3 a:hover .sgg-caption,.justified-gallery.sgg-style-3 div:hover .sgg-caption{opacity:1;transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.justified-gallery.sgg-style-3 .sgg-caption span{top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.justified-gallery.sgg-style-4 .sgg-caption{opacity:1;top:100%;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.justified-gallery.sgg-style-4 a:hover .sgg-caption,.justified-gallery.sgg-style-4 div:hover .sgg-caption{transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.justified-gallery.sgg-style-5 .sgg-caption{opacity:1;bottom:100%;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.justified-gallery.sgg-style-5 a:hover .sgg-caption,.justified-gallery.sgg-style-5 div:hover .sgg-caption{transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}.justified-gallery.sgg-style-6 .sgg-caption{opacity:1;right:100%;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.justified-gallery.sgg-style-6 a:hover .sgg-caption,.justified-gallery.sgg-style-6 div:hover .sgg-caption{transform:translateX(100%);-webkit-transform:translateX(100%);-moz-transform:translateX(100%);-ms-transform:translateX(100%);-o-transform:translateX(100%)}.justified-gallery.sgg-style-7 .sgg-caption{opacity:1;left:100%;-webkit-transition:all .25s ease-in-out;-moz-transition:all .25s ease-in-out;-o-transition:all .25s ease-in-out;-ms-transition:all .25s ease-in-out;transition:all .25s ease-in-out}.justified-gallery.sgg-style-7 a:hover .sgg-caption,.justified-gallery.sgg-style-7 div:hover .sgg-caption{transform:translateX(-100%);-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);-ms-transform:translateX(-100%);-o-transform:translateX(-100%)}.justified-gallery.sgg-style-8 .sgg-caption{display:none;opacity:1;-webkit-transition:none;-moz-transition:none;-o-transition:none;-ms-transition:none;transition:none}.justified-gallery.sgg-style-8 .in-right .sgg-caption{display:block;right:0;left:auto;-webkit-animation:in-right 300ms;animation:in-right 300ms}.justified-gallery.sgg-style-8 .out-right .sgg-caption{display:block;right:-100%;left:auto;-webkit-animation:out-right 300ms;animation:out-right 300ms ease}.justified-gallery.sgg-style-8 .in-left .sgg-caption{display:block;left:0;right:auto;-webkit-animation:in-left 300ms;animation:in-left 300ms}.justified-gallery.sgg-style-8 .out-left .sgg-caption{display:block;left:-100%;right:auto;-webkit-animation:out-left 300ms;animation:out-left 300ms}.justified-gallery.sgg-style-8 .in-top .sgg-caption{display:block;top:0;bottom:auto;-webkit-animation:in-top 300ms;animation:in-top 300ms}.justified-gallery.sgg-style-8 .out-top .sgg-caption{display:block;top:-100%;bottom:auto;-webkit-animation:out-top 300ms;animation:out-top 300ms ease}.justified-gallery.sgg-style-8 .in-bottom .sgg-caption{display:block;bottom:0;top:auto;-webkit-animation:in-bottom 300ms;animation:in-bottom 300ms}.justified-gallery.sgg-style-8 .out-bottom .sgg-caption{display:block;bottom:-100%;top:auto;-webkit-animation:out-bottom 300ms;animation:out-bottom 300ms}@keyframes in-right{from{right:-100%}to{right:0}}@keyframes in-left{from{left:-100%}to{left:0}}@keyframes out-right{from{right:0}to{right:-100%}}@keyframes out-left{from{left:0}to{left:-100%}}@keyframes in-top{from{top:-100%}to{top:0}}@keyframes in-bottom{from{bottom:-100%}to{bottom:0}}@keyframes out-top{from{top:0}to{top:-100%}}@keyframes out-bottom{from{bottom:0}to{bottom:-100%}}@-webkit-keyframes in-right{from{right:-100%}to{right:0}}@-webkit-keyframes in-left{from{left:-100%}to{left:0}}@-webkit-keyframes out-right{from{right:0}to{right:-100%}}@-webkit-keyframes out-left{from{left:0}to{left:-100%}}@-webkit-keyframes in-top{from{top:-100%}to{top:0}}@-webkit-keyframes in-bottom{from{bottom:-100%}to{bottom:0}}@-webkit-keyframes out-top{from{top:0}to{top:-100%}}@-webkit-keyframes out-bottom{from{bottom:0}to{bottom:-100%}}.justified-gallery.sgg-style-9 .sgg-caption{opacity:1;top:100%;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.justified-gallery.sgg-style-9 a:hover .sgg-caption,.justified-gallery.sgg-style-9 div:hover .sgg-caption{transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.justified-gallery.sgg-style-9 img{-webkit-transition:-webkit-transform .35s ease-in-out;-moz-transition:-moz-transform .35s ease-in-out;-o-transition:-o-transform .35s ease-in-out;-ms-transition:-ms-transform .35s ease-in-out;transition:transform .35s ease-in-out}.justified-gallery.sgg-style-9 a:hover img,.justified-gallery.sgg-style-9 div:hover img{transform:translateY(-100%);-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%)}.justified-gallery.sgg-style-10 .sgg-caption{opacity:1;bottom:100%;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;-o-transition:all .35s ease-in-out;-ms-transition:all .35s ease-in-out;transition:all .35s ease-in-out}.justified-gallery.sgg-style-10 a:hover .sgg-caption,.justified-gallery.sgg-style-10 div:hover .sgg-caption{transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}.justified-gallery.sgg-style-10 img{-webkit-transition:-webkit-transform .35s ease-in-out;-moz-transition:-moz-transform .35s ease-in-out;-o-transition:-o-transform .35s ease-in-out;-ms-transition:-ms-transform .35s ease-in-out;transition:transform .35s ease-in-out}.justified-gallery.sgg-style-10 a:hover img,.justified-gallery.sgg-style-10 div:hover img{transform:translateY(100%);-webkit-transform:translateY(100%);-moz-transform:translateY(100%);-ms-transform:translateY(100%);-o-transform:translateY(100%)}.justified-gallery.sgg-style-11 a .sgg-caption,.justified-gallery.sgg-style-11 div .sgg-caption{opacity:1}.justified-gallery.sgg-style-11 a:hover .sgg-caption,.justified-gallery.sgg-style-11 div:hover .sgg-caption{opacity:0}.justified-gallery.sgg-style-12 .sgg-caption{opacity:1;height:auto;bottom:0}.justified-gallery.sgg-style-12 .sgg-caption span{top:auto;-webkit-transform:none;-ms-transform:none;transform:none}.sgg-load-more{margin:20px auto;display:block;outline:0}.sgg-button-small{padding:.6em .8em;font-size:.8em}.sgg-button-medium{padding:.8em 1em;font-size:1em}.sgg-button-big{padding:.9em 1.4em;font-size:1.5em}.sgg-button-square{border-radius:0}.sgg-button-round{border-radius:.5em}.sgg-button-circle{border-radius:9em} .mfp-bg{top:0;left:0;width:100%;height:100%;z-index:999998;overflow:hidden;position:fixed;background:#0b0b0b;opacity:.8;filter:alpha(opacity=80)}.mfp-wrap{top:0;left:0;width:100%;height:100%;z-index:999999;position:fixed;outline:0!important;-webkit-backface-visibility:hidden}.mfp-container{text-align:center;position:absolute;width:100%;height:100%;left:0;top:0;padding:0 8px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-container:before{content:'';display:inline-block;height:100%;vertical-align:middle}.mfp-align-top .mfp-container:before{display:none}.mfp-content{position:relative;display:inline-block;vertical-align:middle;margin:0 auto;text-align:left;z-index:1045}.mfp-ajax-holder .mfp-content,.mfp-inline-holder .mfp-content{width:100%;cursor:auto}.mfp-ajax-cur{cursor:progress}.mfp-zoom-out-cur,.mfp-zoom-out-cur .mfp-image-holder .mfp-close{cursor:-moz-zoom-out;cursor:-webkit-zoom-out;cursor:zoom-out}.mfp-zoom{cursor:pointer;cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.mfp-auto-cursor .mfp-content{cursor:auto}.mfp-arrow,.mfp-close,.mfp-counter,.mfp-preloader{-webkit-user-select:none;-moz-user-select:none;user-select:none}.mfp-loading.mfp-figure{display:none}.mfp-hide{display:none!important}.mfp-preloader{color:#ccc;position:absolute;top:50%;width:auto;text-align:center;margin-top:-.8em;left:8px;right:8px;z-index:1044}.mfp-preloader a{color:#ccc}.mfp-preloader a:hover{color:#fff}.mfp-s-error .mfp-content,.mfp-s-ready .mfp-preloader{display:none}button.mfp-arrow,button.mfp-close{overflow:visible;cursor:pointer;background:0 0;border:0;-webkit-appearance:none;display:block;outline:0;padding:0;z-index:1046;-webkit-box-shadow:none;box-shadow:none}button::-moz-focus-inner{padding:0;border:0}.mfp-close{width:44px;height:44px;line-height:44px;position:absolute;right:0;top:0;text-decoration:none;text-align:center;opacity:.65;filter:alpha(opacity=65);padding:0 0 18px 10px;color:#fff;font-style:normal;font-size:28px;font-family:Arial,Baskerville,monospace}.mfp-close:focus,.mfp-close:hover{opacity:1;filter:alpha(opacity=100)}.mfp-close:active{top:1px}.mfp-close-btn-in .mfp-close{color:#333}.mfp-iframe-holder .mfp-close,.mfp-image-holder .mfp-close{color:#fff;right:-6px;text-align:right;padding-right:6px;width:100%}.mfp-counter{position:absolute;top:0;right:0;color:#ccc;font-size:12px;line-height:18px}.mfp-arrow{position:absolute;opacity:.65;filter:alpha(opacity=65);margin:-55px 0 0;top:50%;padding:0;width:90px;height:110px;-webkit-tap-highlight-color:transparent}.mfp-arrow:active{margin-top:-54px}.mfp-arrow:focus,.mfp-arrow:hover{opacity:1;filter:alpha(opacity=100)}.mfp-arrow .mfp-a,.mfp-arrow .mfp-b,.mfp-arrow:after,.mfp-arrow:before{content:'';display:block;width:0;height:0;position:absolute;left:0;top:0;margin-top:35px;margin-left:35px;border:inset transparent}.mfp-arrow .mfp-a,.mfp-arrow:after{border-top-width:13px;border-bottom-width:13px;top:8px}.mfp-arrow .mfp-b,.mfp-arrow:before{border-top-width:21px;border-bottom-width:21px;opacity:.7}.mfp-arrow-left{left:0}.mfp-arrow-left .mfp-a,.mfp-arrow-left:after{border-right:17px solid #fff;margin-left:31px}.mfp-arrow-left .mfp-b,.mfp-arrow-left:before{margin-left:25px;border-right:27px solid #3f3f3f}.mfp-arrow-right{right:0}.mfp-arrow-right .mfp-a,.mfp-arrow-right:after{border-left:17px solid #fff;margin-left:39px}.mfp-arrow-right .mfp-b,.mfp-arrow-right:before{border-left:27px solid #3f3f3f}.mfp-iframe-holder{padding-top:40px;padding-bottom:40px}.mfp-iframe-holder .mfp-content{line-height:0;width:100%;max-width:900px}.mfp-iframe-holder .mfp-close{top:-40px}.mfp-iframe-scaler{width:100%;height:0;overflow:hidden;padding-top:56.25%}.mfp-iframe-scaler iframe{position:absolute;display:block;top:0;left:0;width:100%;height:100%;box-shadow:0 0 8px rgba(0,0,0,.6);background:#000}img.mfp-img{width:auto;max-width:100%;height:auto;display:block;line-height:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:40px 0;margin:0 auto}.mfp-figure{line-height:0}.mfp-figure:after{content:'';position:absolute;left:0;top:40px;bottom:40px;display:block;right:0;width:auto;height:auto;z-index:-1;box-shadow:0 0 8px rgba(0,0,0,.6);background:#444}.mfp-figure small{color:#bdbdbd;display:block;font-size:12px;line-height:14px}.mfp-figure figure{margin:0}.mfp-bottom-bar{margin-top:-36px;position:absolute;top:100%;left:0;width:100%;cursor:auto}.mfp-title{text-align:left;line-height:18px;color:#f3f3f3;word-wrap:break-word;padding-right:36px;position:absolute;top:101%;}.mfp-image-holder .mfp-content{max-width:100%}.mfp-gallery .mfp-image-holder .mfp-figure{cursor:pointer}.mfp-with-zoom .mfp-container,.mfp-with-zoom.mfp-bg{opacity:0;-webkit-backface-visibility:hidden;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-o-transition:all .3s ease-out;transition:all .3s ease-out}.mfp-with-zoom.mfp-ready .mfp-container{opacity:1}.mfp-with-zoom.mfp-ready.mfp-bg{opacity:.8}.mfp-with-zoom.mfp-removing .mfp-container,.mfp-with-zoom.mfp-removing.mfp-bg{opacity:0}@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px){.mfp-img-mobile .mfp-image-holder{padding-left:0;padding-right:0}.mfp-img-mobile img.mfp-img{padding:0}.mfp-img-mobile .mfp-figure:after{top:0;bottom:0}.mfp-img-mobile .mfp-figure small{display:inline;margin-left:5px}.mfp-img-mobile .mfp-bottom-bar{background:rgba(0,0,0,.6);bottom:0;margin:0;top:auto;padding:3px 5px;position:fixed;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.mfp-img-mobile .mfp-bottom-bar:empty{padding:0}.mfp-img-mobile .mfp-counter{right:5px;top:3px}.mfp-img-mobile .mfp-close{top:0;right:0;width:35px;height:35px;line-height:35px;background:rgba(0,0,0,.6);position:fixed;text-align:center;padding:0}}@media all and (max-width:900px){.mfp-arrow{-webkit-transform:scale(0.75);transform:scale(0.75)}.mfp-arrow-left{-webkit-transform-origin:0;transform-origin:0}.mfp-arrow-right{-webkit-transform-origin:100%;transform-origin:100%}.mfp-container{padding-left:6px;padding-right:6px}}.mfp-ie7 .mfp-img{padding:0}.mfp-ie7 .mfp-bottom-bar{width:600px;left:50%;margin-left:-300px;margin-top:5px;padding-bottom:5px}.mfp-ie7 .mfp-container{padding:0}.mfp-ie7 .mfp-content{padding-top:44px}.mfp-ie7 .mfp-close{top:0;right:0;padding-top:0} html.swipebox-html.swipebox-touch{overflow:hidden!important}#swipebox-overlay img{border:none!important}#swipebox-overlay{width:100%;height:100%;position:fixed;top:0;left:0;z-index:99999!important;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#swipebox-slider{height:100%;left:0;top:0;width:100%;white-space:nowrap;position:absolute;display:none}#swipebox-slider .slide{background:url(//cuchet.es/wp-content/plugins/smart-grid-gallery/includes/img/loader.gif) no-repeat center center;height:100%;width:100%;line-height:1px;text-align:center;display:inline-block}#swipebox-slider .slide:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#swipebox-slider .slide .swipebox-video-container,#swipebox-slider .slide img{display:inline-block;max-height:100%;max-width:100%;margin:0;padding:0;width:auto;height:auto;vertical-align:middle}#swipebox-slider .slide .swipebox-video-container{background:0 0;max-width:1140px;max-height:100%;width:100%;padding:5%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}#swipebox-slider .slide .swipebox-video-container .swipebox-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe{width:100%!important;height:100%!important;position:absolute;top:0;left:0}#swipebox-action,#swipebox-caption{position:absolute;left:0;z-index:999;height:50px;width:100%}#swipebox-action{bottom:-50px}#swipebox-action.visible-bars{-ms-transform:translateY(-50px);-webkit-transform:translateY(-50px);transform:translateY(-50px)}#swipebox-action #swipebox-close,#swipebox-action #swipebox-next,#swipebox-action #swipebox-prev{background-image:url(//cuchet.es/wp-content/plugins/smart-grid-gallery/includes/img/icons.png);background-repeat:no-repeat;border:none!important;text-decoration:none!important;cursor:pointer;position:absolute;width:50px;height:50px;top:0}#swipebox-action #swipebox-prev{background-position:-32px 13px;right:100px}#swipebox-action #swipebox-next{background-position:-78px 13px;right:40px}#swipebox-action #swipebox-close{background-position:15px 12px;left:40px}#swipebox-action #swipebox-next.disabled,#swipebox-action #swipebox-prev.disabled{opacity:.3}#swipebox-caption{top:-50px;text-align:center}#swipebox-caption.visible-bars{-ms-transform:translateY(50px);-webkit-transform:translateY(50px);transform:translateY(50px)}#swipebox-slider.rightSpring{-webkit-animation:rightSpring .3s;animation:rightSpring .3s}#swipebox-slider.leftSpring{-webkit-animation:leftSpring .3s;animation:leftSpring .3s}@-webkit-keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@keyframes rightSpring{0%{margin-left:0}50%{margin-left:-30px}100%{margin-left:0}}@-webkit-keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@keyframes leftSpring{0%{margin-left:0}50%{margin-left:30px}100%{margin-left:0}}@media screen and (max-width:800px){#swipebox-action #swipebox-close{left:0}#swipebox-action #swipebox-prev{right:60px}#swipebox-action #swipebox-next{right:0}}#swipebox-overlay{background:#0d0d0d}#swipebox-action,#swipebox-caption{text-shadow:1px 1px 1px #000;background-color:#0d0d0d;background-color:#0d0d0d;background-image:-webkit-gradient(linear,left top,left bottom,from(#0d0d0d),to(#000));background-image:-webkit-linear-gradient(top,#0d0d0d,#000);background-image:linear-gradient(to bottom,#0d0d0d,#000);opacity:.95}#swipebox-action{border-top:1px solid rgba(255,255,255,.2)}#swipebox-caption{border-bottom:1px solid rgba(255,255,255,.2);color:#fff!important;font-size:15px;line-height:43px;font-family:Helvetica,Arial,sans-serif} .pswp,.pswp__bg,.pswp__scroll-wrap{height:100%;width:100%}.pswp,.pswp__item,.pswp__scroll-wrap{overflow:hidden;top:0;position:absolute;left:0}.pswp,.pswp__bg,.pswp__container,.pswp__img--placeholder,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp,.pswp__bg,.pswp__error-msg,.pswp__img,.pswp__item,.pswp__scroll-wrap,.pswp__zoom-wrap{position:absolute}.pswp{display:none;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{left:0;top:0;background:#000;opacity:0;transform:translateZ(0);will-change:opacity}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__item{right:0;bottom:0}.pswp__img{width:auto;height:auto;top:0;left:0}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#CCC}.pswp__error-msg a{color:#CCC;text-decoration:underline} .pswp__share-tooltip a,.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right,.pswp__caption--fake{visibility:hidden}.pswp__button{position:relative;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(//cuchet.es/wp-content/plugins/smart-grid-gallery/includes/dist/default-skin.png) no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(//cuchet.es/wp-content/plugins/smart-grid-gallery/includes/dist/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#FFF;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;font-size:14px;line-height:18px}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#FFF;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}.pswp__caption--empty,.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__counter,.pswp__preloader{height:44px;top:0;position:absolute}a.pswp__share--facebook:hover{background:#3E5C9A;color:#FFF}a.pswp__share--facebook:hover:before{border-bottom-color:#3E5C9A}a.pswp__share--twitter:hover{background:#55ACEE;color:#FFF}a.pswp__share--pinterest:hover{background:#CCC;color:#CE272D}a.pswp__share--download:hover{background:#DDD}.pswp__counter{left:0;font-size:13px;line-height:44px;color:#FFF;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#BBB}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#CCC}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__ui{visibility:visible}.pswp__preloader{width:44px;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp--css_animation .pswp__preloader--active,.pswp__preloader--active{opacity:1}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active .pswp__preloader__icn{background:url(//cuchet.es/wp-content/plugins/smart-grid-gallery/includes/dist/preloader.gif) no-repeat}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #FFF;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}@keyframes donut-rotate{0%,100%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}}.pswp__ui{-webkit-font-smoothing:auto;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right,.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0} .pswp {
z-index: 150000;
}
.pswp__caption__center {
text-align: center;
}
.pswp__zoom-wrap {
text-align: center;
}
.pswp__zoom-wrap:before {
content: '';
display: inline-block;
height: 100%;
vertical-align: middle;
}
.sgg-wrapper {
line-height: 0;
width: 100%;
max-width: 900px;
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 auto;
text-align: left;
z-index: 1045;
}
.sgg-video-wrapper {
position: relative;
padding-bottom: 56.25%; padding-top: 25px;
height: 0;
width: 100%;
}
.sgg-video-wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.sgg-video-wrapper video {
width: 100% !important;
height: auto !important;
}