/** 
* #RESET & FORM
**/

select[multiple],textarea{vertical-align:top}a,hr{padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}ins,mark{background-color:#ff9;color:#000}body{line-height:1}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;font-size:100%;vertical-align:baseline;background:0 0}ins{text-decoration:none}mark{font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{height:1px;border:0;border-top:1px solid #ccc;margin:1em 0}button,input,label,select,textarea{margin:0;border:0;padding:0;display:inline-block;vertical-align:middle;white-space:normal;background:0 0;line-height:1;font-size:19px;font-family:Arial}input:focus{outline:0}input,textarea{-webkit-box-sizing:content-box;box-sizing:content-box}button,input[type=button],input[type=checkbox],input[type=radio],input[type=reset],input[type=submit],select{-webkit-box-sizing:border-box;box-sizing:border-box}input[type=checkbox],input[type=radio]{width:13px;height:13px}input[type=search]{-webkit-appearance:textfield;-webkit-box-sizing:content-box}::-webkit-search-decoration{display:none}button,input[type=reset],input[type=button],input[type=submit]{overflow:visible;width:auto}::-webkit-file-upload-button{padding:0;border:0;background:0 0}textarea{overflow:auto}









/**
* #FONTS
**/
@font-face {
  font-family: 'Linearicons';
  src:  url('../fonts/Linearicons.eot?jpvz7a');
  src:  url('../fonts/Linearicons.eot?jpvz7a#iefix') format('embedded-opentype'),
    url('../fonts/Linearicons.ttf?jpvz7a') format('truetype'),
    url('../fonts/Linearicons.woff?jpvz7a') format('woff'),
    url('../fonts/Linearicons.svg?jpvz7a#Linearicons') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Linearicons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  
  /* Enable Ligatures ================ */
  letter-spacing: 0;
  -webkit-font-feature-settings: "liga";
  -ms-font-feature-settings: "liga" 1;
  font-feature-settings: "liga";
  -webkit-font-variant-ligatures: discretionary-ligatures;
  font-variant-ligatures: discretionary-ligatures;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-envelope:before {
  content: "\e696";
}
.icon-telephone2:before {
  content: "\e777";
}
.icon-map-marker:before {
  content: "\e77a";
}
.icon-clock3:before {
  content: "\e8e8";
}
.icon-cross2:before {
  content: "\e935";
}
.icon-chevron-up:before {
  content: "\e939";
}
.icon-chevron-down:before {
  content: "\e93a";
}
.icon-chevron-left:before {
  content: "\e93b";
}
.icon-chevron-right:before {
  content: "\e93c";
}

/*
font-family: 'Open Sans', sans-serif;
font-family: 'Source Code Pro', monospace;
*/

/**
* #GLOBAL
**/

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.clear::before,
.clear::after {
    content: ' ';
    display: table;
}
.clear::after {
    clear: both;
}
.clear {
    clear: both;
    *zoom: 1;
}

html,
body {
    height: 100%;
    background: #F6F6F6;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.6;
    color: #1E1E22;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Source Code Pro', monospace;
    line-height: 1.3;
    font-weight: 400;
}
a,
a:hover {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: inherit;
    text-decoration: none;
}
li {list-style: none;}









/**
* #HEADER
**/

.siteHeader {
    height: 100px;
    width: 347px;
    background: #FFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    -webkit-transition: all 600ms ease-in-out 300ms;
    transition: all 600ms ease-in-out 300ms;
}
.fp-viewing-hairwig .siteHeader {
    width: 100px;
}
/*hamburguesa*/
.bt-hamburguer {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9100;
}
.c-hamburguer {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-in-out;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-hamburguer:focus {outline: none;}
    .c-hamburguer span {
        display: block;
        height: 3px;
        background: #000;
        position: absolute;
        top: 50px;
        left: 18px;
        right: 18px;
        -webkit-transition:background 0.03s;
        transition: background 0.03s;
    }
    .c-hamburguer span::before,
    .c-hamburguer span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-transition: all 600ms ease-in-out;
                transition: all 600ms ease-in-out;
    }
    .c-hamburguer span::before {
        top: -9px;
    }
    .c-hamburguer span::after {
        bottom: -9px;
    }
    
    /*IS ACTIVE*/
    .c-hamburguer.is-active {
        background-color: #1E1E22;
        -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
    }
        .c-hamburguer.is-active span {
            background: rgba(255,255,255,0);
           -webkit-transform: rotate(180deg);
                   transform: rotate(180deg);
        }
        .c-hamburguer.is-active span::before {
            top: 0;
            background: #FFF;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg)
            
        }
        .c-hamburguer.is-active span::after {
            bottom: 0;
            background: #FFF;
            -webkit-transform: rotate(45deg);
                    transform: rotate(45deg)
            
        }

/*logo*/
.siteHeader-logo {
    height: 100px;
    position: absolute;
    top: 0;
    left: 100px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.fp-viewing-hairwig .siteHeader-logo {
    opacity: 0;
}
    .siteHeader-logo img {
        height: 100%;
    }

/*nav*/
.siteNav {
    position: fixed;
    z-index: 999;
    top: 0;
    left: -250%;
    width: 100%;
    height: 100%;
    background: #1E1E22;
    -webkit-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
.open .siteNav {
    left: 0;
}
    .siteNav ul {
        position: absolute;
        left: 100px;
        top: 50%;
        width: calc(100% - 100px);
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        color: #FFF;
        font-size: 3rem;
        font-family: 'Source Code Pro', monospace;
        text-transform: uppercase;
        -webkit-transition: color 100ms linear 0;
        transition: color 100ms linear 0;
    }
    .siteNav ul:hover {color: #000}
        .siteNav li {
            -webkit-transform: translateX(500px);
                    transform: translateX(500px);
            -webkit-transition: 1000ms all ease-in-out;
            transition: 1000ms all ease-in-out;
            margin-bottom: 1rem;
        }
        .open .siteNav li {
            -webkit-transform: translateX(0);
                    transform: translateX(0)
        }
            .siteNav ul li a {display: block}
            .siteNav ul li a:hover {
                color: #fff;
                -webkit-transform: translateX(20px);
                        transform: translateX(20px)
            }










/**
* #FULLPAGE GENERAL
**/
.section {
    overflow: hidden;
    position: relative;
}
.section .wrapper {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
}
    .section-texto {
        max-width: 700px;
    }
    .section-texto h2 {
        font-size: 2rem;
        color: #E8B300;
        text-transform: uppercase;
        padding-bottom: 6rem;
        -webkit-transition: all 600ms ease-in-out 1000ms;
        transition: all 600ms ease-in-out 1000ms;
        opacity: 0;
        -webkit-transform: translateY(20%);
                transform: translateY(20%)
    }
	.fp-section.active h2,
    .fp-viewing-footer .section-reparacionProtesis h2 {
        opacity: 1;
        -webkit-transform: translateY(0);
                transform: translateY(0);
    } 
        .section-texto h3 {
            font-size: 1.5rem;
            color: #E8B300;
            margin-bottom: 1rem;
            opacity: 0;
            -webkit-transition: all 600ms ease-in-out 1300ms;
            transition: all 600ms ease-in-out 1300ms;
            -webkit-transform: translateY(20%);
                    transform: translateY(20%);
        }
        .fp-section.active .section-texto h3,
        .fp-viewing-footer .section-reparacionProtesis h3 {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }
        .section-texto p {
            color: #FFF;
            font-size: 1.4rem;
            margin-bottom: 1rem;
            opacity: 0;
            -webkit-transform: translateY(20%);
                    transform: translateY(20%);
            -webkit-transition: all 600ms ease-in-out 1600ms;
            transition: all 600ms ease-in-out 1600ms;
        }
		.section-texto p:last-of-type {margin-bottom: 4rem;}
        .fp-section.active .section-texto p,
        .fp-viewing-footer .section-reparacionProtesis p {
            opacity: 1;
            -webkit-transform: translateY(0);
                    transform: translateY(0);
        }
        .section-texto .boto {
            opacity: 0;
            -webkit-transition: opacity 600ms ease-in-out 1900ms;
                    transition: opacity 600ms ease-in-out 1900ms;
        } 
        .fp-section.active .section-texto .boto,
        .fp-viewing-footer .section-reparacionProtesis .boto {
            opacity: 1;
        } 
	
	.paso {
		font-family: 'source code pro', sans-serif;
		font-size: 2rem;
		line-height: 1.2;
		text-transform: uppercase;
		padding-bottom: 1.5rem;
	}
		.paso span {
			display: block;
			font-size: 1.2rem;
			text-transform: none;
		}
	.text-container p {
		font-size: 1.2rem;
		margin-bottom: 1rem;
	}
    
    
    /*intro*/
    .section-intro .fp-bg {
        background: url(../img/intro-01.jpg) no-repeat;
        background-size: cover;
        background-position: center 80%;
    }
        .section.section-intro img {
            width: 80%;
            max-width: 500px;
            -webkit-transition: all 600ms ease-in-out 1ms;
            transition: all 600ms ease-in-out 1ms;
            -webkit-box-shadow: none;
                    box-shadow: none;
            position: static;
        }
    .section-intro .wrapper {
        margin: 0 0 0 1%;
        position: relative;
		max-width: 900px;
    }
            .section-intro .section-titulo {
                padding: 2rem 0 0 9rem;
                color: #FFF;
                /*width: 500px;*/
            }
				.section-intro .section-titulo p {
					font-size: 1.2rem;
					margin-bottom: 1rem;
				}
                .section-intro .boto {
                    margin-top: 2rem;
                    float: right;
                    border-color: #FFF;
                }
                    .section-intro .boto::before {
                        background: #FFF;
                    }
                .section-intro .boto:hover {color: #333;}
    
    /*intro2*/
	.section-intro2 .fp-bg {
        background: url(../img/soluciones-bg-2.jpg) no-repeat center center;
        background-size: cover;
    }
    .section-intro2 {
        text-align: center;
    }
        .section-intro2 p {
            font-size: 1.5rem;
            margin-bottom: 2rem;
            color: inherit;
			font-weight: 700;
        }
        .section-intro2 li a {
            font-size: 1.3rem;
            color: #E8B300;
			color: #333;
            display: inline-block;
			padding: 0.15rem 0.5rem;
            position: relative;
            overflow: hidden;
			font-weight: 700;
			z-index: 10;
        }
            .section-intro2 li a::before {
                content: '';
                display: block;
                position: absolute;
				z-index: -1;
                left: 0;
                bottom: 0;
                width: 100%;
                height: 100%;
                background: #fff;
                -webkit-transform: translateX(-110%) rotate(5deg);
                        transform: translateX(-110%) rotate(5deg);
                -webkit-transition: all 350ms ease-in-out;
                        transition: all 350ms ease-in-out;
            }
            .section-intro2 li a:hover::before {
                -webkit-transform: translateX(0);
                        transform: translateX(0);
            }
    
    /*section-protesisCapilares & section-volumateur*/
    .section-protesisCapilares .main .fp-bg.randbg {
        background: url(../img/protesis-capilares-bg-01.jpg) no-repeat center center;
        background-size: cover;
    }
	.section-protesisCapilares .main .fp-bg.randbg.bg1 {
		background-image: url(../img/protesis-capilares-bg-01-bis.jpg);
	}
	.section-protesisCapilares .main .fp-bg.randbg.bg2 {
		background-image: url(../img/protesis-capilares-bg-01.jpg);
	}
    .section-volumateur .fp-bg {
        background: url(../img/volumateur-bg-3.jpg) no-repeat right center;
        background-size: cover;
		
    }
	.section-protesisCapilares .text .fp-bg {
		background: url(../img/protesis-capilares-bg-02.jpg) no-repeat center;
		background-size: cover;
	}
	.section-pelucasEstandar .text .fp-bg {
		background: url(../img/pelucas-01.jpg) no-repeat right center;
		background-size: cover;
	}
	.section-volumateur .text .fp-bg {
        background: url(../img/volumateur-bg-4.jpg) no-repeat right top;
        background-size: cover;
    }
	.section-pelucasOncologicas .text .fp-bg {
		background: url(../img/protesis-oncologicas-5.jpg) no-repeat center;
		background-size: cover;
	}
	.section-reparacionProtesis .text .fp-bg {
		background: url(../img/reparacion-3.jpg) no-repeat center right;
		background-size: cover;
	}
        .section-protesisCapilares .wrapper,
        .section-volumateur .wrapper {
            height: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
        }
        .section-protesisCapilares .wrapper {
            margin: 0 5%;
        }
        .section-volumateur .wrapper {
            margin: 0 5%;
        }
		
		.section-protesisCapilares .text-container,
		.section-volumateur .text-container,
		.section-pelucasOncologicas .text-container,
		.section-pelucasEstandar .text-container,
		.section-reparacionProtesis .text-container {
			max-width: 700px;
			width: 100%;
			margin: 0 auto;
			padding: 2rem;
		}
		.section-protesisCapilares .text-container.flex {
			display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			max-width: 990px;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
		}
			.section-protesisCapilares .text-container.flex .paso-container {
				width: 50%;
				padding: 0 1rem;
			}
			.text-container-titular{
				width: 100%;
				font-family: 'Source Code Pro', monospace;
				line-height: 1.3;
				font-weight: 700;
				font-size: 1.27rem;
				padding: 0  0 0.5rem 1rem
			}
			.section-volumateur .text-container-titular,
			.section-pelucasEstandar .text-container-titular,
			.section-reparacionProtesis .text-container-titular,
			.section-pelucasOncologicas .text-container-titular {padding-left: 0;}
    
    /*section-pelucasOncologicas*/
    .section-pelucasOncologicas .fp-bg  {
        background: url(../img/protesis-oncologicas-4.jpg) no-repeat;
        background-size: cover;
        overflow: hidden;
    }
        .section-pelucasOncologicas .wrapper {
            height: 100%;
            max-width: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            /*background: #f6f6f6;*/
            margin: 0 0 0 auto;
            padding: 4rem;
            text-align: left;
        }
            .section-pelucasOncologicas p {}
    
    /*pelucasEstandar y quemaduras*/
	.section-quemaduras .fp-bg {
		background: url(../img/quemaduras-bg.jpg) no-repeat center right;
		background-size: cover
	}
    .section-pelucasEstandar .fp-bg {
        background: url(../img/pelucas.jpg) no-repeat 0 0;
        background-size: cover;
    }
        .section-pelucasEstandar .wrapper {
            margin: 0 10% 0 auto;
            text-align: right
        }
		.section-quemaduras .wrapper {
			margin: 0 5%;
		}
    /*reparacionProtesis*/
    .section-reparacionProtesis .fp-bg {
        background: url(../img/REPARACION-BG.jpg) no-repeat right top;
        background-size: auto 100%;
        overflow: hidden;
    }
        .section-reparacionProtesis .wrapper {
                height: 100%;
                max-width: 50%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                background: #f6f6f6;
                margin: 0 auto 0 0;
                padding: 4rem;
                }
                .section-reparacionProtesis p {color:  #1E1E22;}
    



/*navegació fullpage*/
#fp-nav {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
#fp-nav::before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
    background: #ddd;
}
    body #fp-nav ul li {
        margin-bottom: 20px;
    }
    body #fp-nav ul li:first-child {
        margin-top: -4px;
    }
    body #fp-nav ul li:last-child {
        margin-bottom: -4px;
    }
        body #fp-nav ul li a span {
            height: 8px;
            width: 8px;
            background: #ddd;
            margin: -4px 0 0 -4px;
        }
        body #fp-nav ul li a:hover span,
        body #fp-nav ul li a.active:hover span {
            background: #E8B300;
            margin: -4px 0 0 -4px;
            height: 8px;
            width: 8px;
        }
        body #fp-nav ul li a.active span {
            background: #E8B300;
            margin: -4px 0 0 -4px;
            height: 8px;
            width: 8px;
        }



/**
* #MODALS
**/
body.bodyModal {overflow: hidden!important;}
    body.bodyModal .siteHeader {
        top: -100px;
    }
    body.bodyModal #fp-nav {
        left: -20px;
    }

.modal {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
    display: none;
    overflow: auto;
}
    .modal-container {
        max-width: 1024px;
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
        .modal-video {
            width: 45%;
            margin-left: 5%;
        }
        .modal-text {
            width: 45%;
        }
            .modal-text p {
                color: #1E1E22!important;
                font-size: 1rem;
                margin-bottom: 1rem;
            }
            .modal-text ul {
                padding: 0 0 0.5rem 1.24rem;
            }
                .modal-text li {
                    margin-bottom: 0.5rem;
                    text-indent: -10px
                }
                .modal-text li::before {
                    content: '\26AC';
                    color: #ccc;
                    display: inline-block;
                    padding-right: 4px;
                }

/*tancar*/
.bt-tancar {
    height: 100px;
    width: 100px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9100;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out
}
.bt-tancar:hover {
    opacity: 0.5;
}
.c-tancar {
    display: block;
    position: relative;
    overflow: hidden;
    height: 100px;
    width: 100px;
    text-indent: -9999em;
    cursor: pointer;
    -webkit-transition: transform 300ms ease-in-out;
    -webkit-transition: -webkit-transform 300ms ease-in-out;
    transition: -webkit-transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out;
    transition: transform 300ms ease-in-out, -webkit-transform 300ms ease-in-out;
}
.c-tancar:focus {outline: none;}
    .c-tancar span {
        display: block;
        height: 3px;
        background: transparent;
        position: absolute;
        top: 50px;
        left: 18px;
        right: 18px;
    }
    .c-tancar span::before,
    .c-tancar span::after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #000;
        -webkit-transition: all 600ms ease-in-out;
                transition: all 600ms ease-in-out;
    }
    .c-tancar span::before {
        top: 0px;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg)
    }
    .c-tancar span::after {
        bottom: 0px;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg)
    }

/**
* #MOSAICS
**/
.mosaic {
	max-width: 1000px;
	width: 90%;
	margin: 0 auto;
	text-align: center;
}
.mosaic::after,
.mosaic::before {
	content: '';
	display: block;
	clear: both;
}
	.fila-mosaic {
		width: 100%;
	}
	.mosaic a {
		display: inline-block;
		width: 8%;
		/*margin-bottom: 2%;
		margin-left: 2%;*/
		overflow: hidden;
	}
	.mosaic img {
		display: block;
		width: 100%;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.mosaic img:hover {
		-webkit-transform: scale(1.1) rotate(1.8deg);
		        transform: scale(1.1) rotate(1.8deg);
	}
	.mosaic video {
		width: 33.3%;
		/*margin: 0 0 2% 2%;*/
	}




/**
* LIGHTBOX
**/
.body-actiu {
    overflow: hidden;
}
#imagelightbox {
    cursor: pointer;
    position: fixed;
    z-index: 10050;
    -ms-touch-action: none;
        touch-action: none; /* 50 */
}
#lb-overlay {
    background-color: #fff;
    background-color: rgba( 255, 255, 255, 1 );
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
#lb-close {
    position: fixed;
    right: 20px;
    top: 20px;
    z-index: 10010;
    cursor: pointer;
    font-size: 2rem;
	padding: 0.25rem .75rem;
	color: #FFF;
	background: #000;
	line-height: 1;
    -webkit-transition:all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}
#lb-close:hover {
    color: rgba(255,255,255,0.5);
}
.lb-arrow {
    position: fixed;
    z-index: 10020;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
    font-size: 3rem;
    -webkit-transition:all 300ms ease-in-out;
            transition: all 300ms ease-in-out;
}
.lb-arrow-left {
    left: 1.5%;
}
.lb-arrow-right {
    right: 1.5%;
}
#lb-caption {
    position: fixed;
    z-index: 10030;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5em 0 0.5em 1em;
    font-size: 1rem;
}
#lb-loading {
    position: absolute;
    z-index: 10050;
    width: 40px;
    height: 40px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background-image: url(assets/img/ball-triangle.svg);
    background-size: 100%;
}







/**
* #SITEFOOTER
**/

	.milkyWay {
		min-height: calc(100vh - 99px)
	}
	.bodyFlex .siteFooter {
		-ms-flex-negative: 0;
		    flex-shrink: 0;
	}
.siteFooter {
    background: #DDD;
    padding: 1rem 0;
    font-size: 0.8rem;
    color: #999;
}
    .siteFooter .wrapper {
        width: 90%;
        max-width: 1024px;
        margin: 0 auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
        .siteFooter-contact {}
			.siteFooter-contact li {
				position: relative;
				padding-left: 25px;
			}
            .siteFooter-contact li:first-child::before {
				font-family: 'Linearicons' !important;
                content: '\e777';
                display: inline-block;
                padding-right: 0.5rem;
				font-size: 18px;
				position: absolute;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
            }
            .siteFooter-contact li:last-child::before {
				font-family: 'Linearicons' !important;
                content: '\e696';
                display: inline-block;
                padding-right: 0.5rem;
				font-size: 18px;
				position: absolute;
				left: 0;
				top: 50%;
				-webkit-transform: translateY(-50%);
				        transform: translateY(-50%);
            }
        .siteFooter-adhoc a {
            display: inline-block;
            letter-spacing: 1px;
            line-height: 1.4;
            background: url(../img/logo-adhoc.png) no-repeat right bottom;
            padding-bottom: 30px;
        }









/**
* #BOTONS
**/

.boto {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: solid 1px #1E1E22;
    padding: 1rem 2rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Source Code Pro', monospace;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
}
.boto.negatiu {
    border: solid 1px #FFF;
    color: #FFF;
}
    .boto::before {
        content: '';
        display: block;
        position: absolute;
        background: #1E1E22;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        z-index: -1;
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out;
        -webkit-transform: translateX(-100%);
                transform: translateX(-100%);
    }
    .boto.negatiu::before {background: #FFF;}
.boto:hover {
    color: #fff;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
.boto.negatiu:hover {
    color: #333;
    }
.boto:hover::before {
    -webkit-transform: translateX(0);
            transform: translateX(0);
}

.boto:focus {outline: 0px;}
/*
.nextPrev {
	position: relative;
	font-size: 0.875rem;
	margin-top: 4rem
}
.video .nextPrev {
	position: absolute;
	z-index: 100;
	bottom: 3rem;
	right: 3rem;
	color: #FFF
}
	.prevSlide,
	.nextSlide {
		cursor: pointer;
		float: left;
		position: relative;
	}
		.prevSlide span,
		.nextSlide span { 
			display: block;
			clear: both;
		}
	.prevSlide::after,
	.nextSlide::before {
		font-size: 1.4rem;
		display: block;
		-webkit-transition: all 300ms ease-in-out;
		transition: all 300ms ease-in-out;
	}
	.prevSlide:hover::after,
	.nextSlide:hover::before {opacity: 0.5}
	.prevSlide::after {
		content: '\01F878';
	}
	.prevSlide::before {
	 content: '';
	 display: block;
	 position: absolute;
	 background: #333;
	 width: 1px;
	 height: 100%;
	 right: 0;
	 top: 0;
	 -webkit-transform: rotate(25deg);
	         transform: rotate(25deg);
	}
	.video .prevSlide::before {
	 background: #FFF;
	}
	.nextSlide::before {
		content: '\01F87A';
		float: right;
	}
*/
.nextPrev  {
	position: absolute;
	right: 2rem;
	bottom: 2rem;
	z-index: 1000;
}
.prevSlide,
.nextSlide {
    position: relative;
    z-index: 1;
    display: inline-block;
    border: solid 1px #1E1E22;
    padding: 0.5rem 0.5rem;
	margin-bottom: 0.5rem;
    font-size: 0.8rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Source Code Pro', monospace;
    letter-spacing: 1px;
    overflow: hidden;
    cursor: pointer;
}
.prevSlide{
	background: #000;
	color: #FFF;
	padding: 0.5rem 1rem;
}
.nextSlide::after {
	font-family: 'Linearicons' !important;
	content: '\e93c';
	display: inline-block;
	padding-left: 0.5rem
}







/**
* #PRELOADER
**/

#preloader {
    position: fixed;
    z-index: 99999;
    background: #e8b300;
    width: 100%;
    height: 100%
}
    #preloader div {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        -webkit-animation-name: rule;
                animation-name: rule;
        -webkit-animation-duration: 5000ms;
                animation-duration: 5000ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
    }
    #preloader span {
        display: inline-block;
        width: 1px;
        height: 10px;
        background: #fff;
        border-radius: 100px 0 100px 0;
        position: absolute;
    }
    #preloader span:nth-of-type(1) {
        left: 0;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    #preloader span:nth-of-type(2) {
        left: 10px;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-delay: 200ms;
                animation-delay: 200ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    #preloader span:nth-of-type(3) {
        left: 20px;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-delay: 400ms;
                animation-delay: 400ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    #preloader span:nth-of-type(4) {
        left: 30px;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-delay: 600ms;
                animation-delay: 600ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }
    #preloader span:nth-of-type(5) {
        left: 40px;
        -webkit-animation-name: pulse;
                animation-name: pulse;
        -webkit-animation-direction: alternate;
                animation-direction: alternate;
        -webkit-animation-duration: 600ms;
                animation-duration: 600ms;
        -webkit-animation-delay: 800ms;
                animation-delay: 800ms;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
        -webkit-animation-timing-function: ease-in-out;
                animation-timing-function: ease-in-out;
    }

@-webkit-keyframes pulse {
    0% {
        height: 10px;
    }
    100% {
        height: 40px;
        opacity: 0.3;
    }
}

@keyframes pulse {
    0% {
        height: 10px;
    }
    100% {
        height: 40px;
        opacity: 0.3;
    }
}
@-webkit-keyframes rule {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg)
    }
}
@keyframes rule {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0)
    }
    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}










/**
* #FAQS
**/

.site-main {
	padding: 10rem 0;
}
	.site-main .wrapper {
		width: 100%;
		max-width: 1024px;
		margin: 0 auto;
		padding: 0 1rem;
	}
		.seccio {
			padding-bottom: 2rem;
		}
			.seccio h2 {
				font-family: 'Source Code Pro', monospace;
				font-size: 1.5rem;
				font-weight: 400;
				margin-bottom: 1rem;
			}
			.seccio h3 {
				background: #ddd;
				padding: 1rem;
				margin-bottom: 1px;
				cursor: pointer;
			}
			.accordion dd {
				padding: 2rem;
				background: #fff;
			}





/**
* #CONTACTAR
**/

.wrapper.contactar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
	
	.formulari {
		background: #EDEDED;
		padding: 2rem;
		width: 55%;
	}
	.formulari .fila {
		clear: both;
		*zoom: 1;
	}
		.formulari .fila::before,
		.formulari .fila::after {
			content: ' ';
			display: table;
		}
		.formulari .fila::after {
			clear: both;
		}

		.formulari .columna {
			width: 50%;
			float: left;
			padding: 0.1rem;
		}
			.formulari input[type="text"],
			.formulari input[type="email"],
			.formulari input[type="tel"],
			.formulari textarea {
				display: block;
				-webkit-box-sizing: border-box;
						box-sizing: border-box;
				background: #FFF;
				width: 100%;
				padding: 1rem;
				font-family: 'Open Sans', sans-serif;
				font-size: 1rem;
				color: #666;
			}
			.formulari textarea {
				margin: 0.1rem;
				width: calc(100% - 0.2rem);
				height: 100px;
			}
			::-webkit-input-placeholder {
				color: #666;
			}
			:-ms-input-placeholder {
				color: #666;
			}
			::placeholder {
				color: #666;
			}
			.formulari input[type="submit"] {
				z-index: 1;
				display: inline-block;
				border: solid 1px #1E1E22;
				padding: 1rem 2rem;
				font-size: 0.8rem;
				letter-spacing: 1px;
				text-transform: uppercase;
				font-family: 'Source Code Pro', monospace;
				letter-spacing: 1px;
				cursor: pointer;
				margin-top: 1rem;
				float: right;
				-webkit-transition: all 300ms ease-in-out;
				transition: all 300ms ease-in-out;
			}
			.formulari input[type="submit"]:hover {
				background: #1E1E22;
				color: #FFF;
			}

		.formulari > p {
			margin-bottom: 2rem;
		}
	
	.infoContacte {
		width: 35%;
	}
		.infoContacte h1 {
			font-weight: 700;
			font-size: 1.24em;
			margin-bottom: 1rem;
		}
		.infoContacte dt {
			font-weight: 700;
		}
		.infoContacte dd {
			margin-bottom: 1rem;
		}











/**
* #PELUCAS
**/

.mosaic-perruques {
	width: 90%;
	max-width: 1600px;
	margin: 0 auto;
	padding: 2rem 0;
}
	.gutter-sizer {width: 1%;}
	.grid-sizer,
	.producte { width: 24%;}
	.producte {
		float: left;
		margin-bottom: 1%;
		background: #FFF;
		text-align: center;
	}
		.producte img {
			display: block;
			width: 100%;
		}
		.producte h3 {
			padding: 1rem 1rem 0 1rem;
			font-weight: 700;
		}
		.producte ul {
			padding: 1rem;
		}
			.producte li {font-size: .875rem;}
			.producte li span {font-weight: 400}
		
	.bodyPeluques #lb-close {
		display: inline-block;
		/*font-family: 'Source Code Pro', monospace;*/
	}


/**
* #MISC
**/

.break {
    display: block;
}
.skip {
    position: absolute;
    left: -10000em;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
.skip:focus {
    position: static;
    width: auto;
    height: auto;
}

#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 3;
}

.video-mosaic {
	width: 90%;
	max-height: 990px;
	margin: 0 auto;
}
	.video-mosaic .video-item {
		float: left;
	}
	.video-mosaic .video-item + .video-item {
		margin-left: 4.5%;
	}
	.video-mosaic .video-item {
		width: 30%;
	}
		.video-item video {
			width: 100%;
		}
		.video-item p {
			text-align: center;
			font-size: .875rem;
			padding: 1rem 0;
		}

.ok {
	width: 100%;
	max-width: 770px;
	margin: 0 auto;
	text-align: center;
}
	.ok h1 {
		font-size: 3rem;
		font-weight: 700;
		line-height: 1.2;
		padding-bottom: 2rem;
	}
	.ok h2 {
		font-size: 2rem;
	}