.aw_popup{ margin: 10px;}
.aw_popup ul{ margin-left: 25px; }
.aw_popup ul li {list-style: disc outside; }
.aw_popup ol{ margin-left: 25px; }
.aw_popup ol li { list-style: decimal outside; }

.overlay_alert{background-color:#000000;opacity:0.6;z-index:100 !important;filter:Alpha(Opacity=60);}
.dialog{border-radius: 5px;display: block;position: absolute;z-index:200 !important;background:#fff;padding:5px;border:1px solid #ccc;-moz-border-radius:5px;-webkit-border-radius:5px; min-height: 50px;}
.alert_content{overflow:visible;color: #000;font-family: Tahoma, Arial, sans-serif;font: 12px arial;background: #FFF;margin:0 auto;}
.alert_message{font: 12px arial;width:100%;padding-bottom:10px;}
.alert_message p{margin:0;}
.alert_buttons {position:absolute;top:4px;width:100%;}
.roundedDivClass{border:1px solid #000;margin:10px;}
.dialog .top.table_window{width:100%;}
.dialog .title_window button{float:right;width:17px;height:17px;background:url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/popup/images/close_label.gif") no-repeat;border:none;cursor:pointer;}
/*-------------------------
    Simple reset
--------------------------*/


*{
    margin:0;
    padding:0;
}


/*-------------------------
    General Styles
--------------------------*/


html{
    background-color:#ebebec;

    background-image:-webkit-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:-moz-radial-gradient(center, #ebebec, #b4b4b4);
    background-image:radial-gradient(center, #ebebec, #b4b4b4);

    min-height:900px;
}

body{
    font:15px/1.3 Arial, sans-serif;
    color: #4f4f4f;
}

a, a:visited {
    outline:none;
    color:#389dc1;
}

a:hover{
    text-decoration:none;
}

section, footer, header, aside{
    display: block;
}


/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    background-color:#FFFFFF;

    /*background-image:-webkit-linear-gradient(top, #FF8B02, #E37C02);

    background-image:-moz-linear-gradient(top, #FF8B02, #E37C02);
    background-image:linear-gradient(top, #FF8B02, #E37C02);*/

    width:auto;
    padding:30px 30px 0px 30px;
    border-radius:3px;

    margin:10px auto 10px;
 /*   box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);*/
}

#drop{
    background-color: #FFFFFF;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 1px dashed rgba(0, 0, 0, 0.9);
    border-radius: 3px;

    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#444444;
}

#drop a{
    background-color:#333333;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#444;
}

#drop input[type="file"]{
    display:block;
    opacity:0;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    /*border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;*/

    border-top: none;
    border-bottom:none;
}

#upload ul li{

    background-color:#fff;

    background-image:-webkit-linear-gradient(top, #f7f7f7, #f7f7f7);
    background-image:-moz-linear-gradient(top, #f7f7f7, #f7f7f7);
    background-image:linear-gradient(top, #f7f7f7, #f7f7f7);

    border-top:1px solid #f7f7f7;
    border-bottom:1px solid #f7f7f7;
    padding:15px;
    height: 52px;

    position: relative;
}

@media (min-width: 767px){
#upload ul li{

width: 50%;
margin-left:auto;
margin-right:auto;

}
}

#upload ul li input{
  /* display: none;*/
}



#upload ul li p{
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    color: #444;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}


#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#444;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
   /* position: absolute;*/
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/icons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}




#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

@media (max-width: 767px){

#upload ul li span{
 top: 55px;
}
}


/*
 * View360 version 1.4.3
 */

.View360-holder div, .View360-holder p, .View360-navigation, .turnMeOnHolder , .turnMeOn{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none; 
    user-select: none;
}

.View360-holder{
    background:white;
    display:inline-block;
    position:relative;
}

.View360-holderFullscreen{
    border:0px solid white;
    background:white;
    display:block;
    position:absolute;
    top:0px;
    left:0px;
    overflow: hidden;
    z-index:9999;
}

.View360-canvasHolder{

}

.View360-loaderHolder{
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 250;
    text-align: center;
}

.View360-fullSizeLoaderHolder{
    top:0px;
    left:0px;
    position:absolute;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 251;
    text-align: left;
    background: rgba(0,0,0,0);
}

.View360-clickableArea{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background: transparent;
    z-index: 300;
    cursor:default;
}

/*LOADER CSS*/
.View360-loaderInnerHolder{
    position:relative;
    width:100%;
    height:100%;
}

.View360-loaderBackground{
    position:absolute;
    top:0px;
    width:100%;
    height:100%;
}

.View360-loader{
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}  
.View360-fullSizeLoader .View360-loader{
    position: relative;
    top: 10px;
    left: 10px;
    transform: none;
}

.View360-loadingTitle{
    font-family: Verdana;
    font-size: 30px;
    line-height: 38px;
    color:#222;

}  

.View360-fullSizeLoader .View360-loadingTitle{ 
    font-family: Verdana;
    font-size: 20px;
    line-height: 38px;
    color: #222;
    position:absolute;
    left:60px;
    top:5px;
}
.View360-loadingSubtitle{
    font-family: Verdana;
    font-size: 20px;
    line-height: 32px;
    color:#222;
}

.View360-loadingMessage{
    font-family: Verdana;
    font-size: 13px;
    line-height: 23px;
    color:#222;
}

.View360-visual{
    position:relative;
}

.View360-visualHolder{
    display:inline-block;
}

.View360-fullSizeLoader  .View360-visual{
    position:relative;
    width:50px;
    height:50px;
}

.View360-visualCanvas{

}

.View360-percentHolder{
    position:absolute;
    width: 70px;
    height: 70px;
    top:0px;
}

.View360-percent{  
    font-family: Arial;
    font-weight: bold;
    text-align: center;
    font-size: 15px;    
    top: 0px;
    width: 70px;
    height: 70px;
    display: table-cell;
    vertical-align: middle;
}

.View360-fullSizeLoader .View360-percent{
    font-size: 15px;
    top: 15px;
    color:#000;
}

 
.View360-navigationHolder{
    position:absolute;
    bottom:5px;
    left:5px;
    right:5px;
    z-index:400;

}

.View360-navigation{
    /*height:50px;*/
    text-align:center;
   /* white-space: nowrap;*/
}

.View360-navigationBtn{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width:40px;
    height:40px;
    border: 1px solid rgba(0,0,0,0.5);
    background-color: rgba(0,0,0,0.1);
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    vertical-align: top;
    cursor: pointer;
}

.View360-navigationBtn:hover {
    box-shadow: 2px 2px 4px #888888;
}

.View360-navigationBtn:active {
    /*background-position: 1px 1px; */
    background-color: rgba(0,0,0,0);
    box-shadow: 2px 2px 4px #888888;
}

.View360-navigationPlay{
    left:0px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/play.png);
}

.View360-navigationPause{
    left:60px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/pause.png);
}

.View360-navigationZoomIn{
    /* margin-left: 20px;*/
    left:120px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/zoom-in.png);
}

.View360-navigationZoomOut{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/zoom-out.png);
}

.View360-navigationFullscreenEnter{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/fullscreen-enter.png);
}

.View360-navigationFullscreenExit{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/fullscreen-exit.png);
}

.View360-navigationTurnLeft{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/turn-left.png);
}

.View360-navigationTurnRight{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/turn-right.png);
}

.View360-navigationHand{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/hand.png);
}

.View360-navigationRotate{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/rotate.png);
}

.View360-navigationClose{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/close.png);
}


.View360-turnMeOnHolder{
	pointer-events: none;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
	top:0px;
    z-index:400;
	opacity:1;
    transition: opacity 0.5s ease-in-out;
   -moz-transition: opacity 0.5s ease-in-out;
   -webkit-transition: opacity 0.5s ease-in-out;

}
.View360-opacity0{
	opacity:0;
}
.View360-turnMeOn{
    position:absolute;
	width:100%;
	height:200px;
	bottom:0px;
    text-align:center;
    white-space: nowrap;
	background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/turn-me-on.png);
	background-position: bottom center;
	background-repeat: no-repeat;
}
/* LIGHTBOX CSS */
#View360-modalBackground{  
    position:fixed; 
    bottom:0px; 
    left:0px; 
	right:0px;
    width:100%; 
    background:rgba(0,0,0,0.75);
    text-align:center;
    z-index: 9998;
}
#View360-lighboxOuter {  
    position:absolute;
    display:table-cell;
    vertical-align:middle;
    top:0px; bottom:0px; left:0px; right:0px;
    height:100%;
    text-align:center; 
    z-index: 9999;
}
#View360-lighbox {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
   
    background:#fff; 
    text-align:left;
    border:1px solid #ccc;
    border-top:none; 
    border-radius:0 0 5px 5px;
    -moz-border-radius:0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px; 
    box-shadow:0px 5px 25px #0E0E0E;
    -moz-box-shadow:0px 5px 25px #0E0E0E;
    -webkit-box-shadow:0px 5px 25px #0E0E0E;
}
.View360-closeHolder{
    position:absolute;
    top:10px;
    right:10px;
    width:auto;
    height:auto;
    z-index: 500;
}


/*LOADERS*/
.ball-pulse-sync>div,.ball-pulse>div{width:15px;height:15px;margin:2px;display:inline-block}.ball-pulse-sync>div,.ball-pulse>div,.ball-scale>div{background-color:#fff;border-radius:100%}@-webkit-keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}@keyframes scale{0%,80%{-webkit-transform:scale(1);transform:scale(1);opacity:1}45%{-webkit-transform:scale(.1);transform:scale(.1);opacity:.7}}.ball-pulse>div:nth-child(0){-webkit-animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.36s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(1){-webkit-animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(2){-webkit-animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div:nth-child(3){-webkit-animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.ball-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes ball-pulse-sync{33%{-webkit-transform:translateY(10px);transform:translateY(10px)}66%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}100%{-webkit-transform:translateY(0);transform:translateY(0)}}.ball-pulse-sync>div:nth-child(0){-webkit-animation:ball-pulse-sync .6s -.21s infinite ease-in-out;animation:ball-pulse-sync .6s -.21s infinite ease-in-out}.ball-pulse-sync>div:nth-child(1){-webkit-animation:ball-pulse-sync .6s -.14s infinite ease-in-out;animation:ball-pulse-sync .6s -.14s infinite ease-in-out}.ball-pulse-sync>div:nth-child(2){-webkit-animation:ball-pulse-sync .6s -.07s infinite ease-in-out;animation:ball-pulse-sync .6s -.07s infinite ease-in-out}.ball-pulse-sync>div:nth-child(3){-webkit-animation:ball-pulse-sync .6s 0s infinite ease-in-out;animation:ball-pulse-sync .6s 0s infinite ease-in-out}.ball-pulse-sync>div{-webkit-animation-fill-mode:both;animation-fill-mode:both}@-webkit-keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale{0%{-webkit-transform:scale(0);transform:scale(0)}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale>div{height:60px;width:60px;animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random>div,.ball-scale>div{display:inline-block;margin:2px;-webkit-animation:ball-scale 1s 0s ease-in-out infinite}.ball-scale-random{width:37px;height:40px}.ball-scale-random>div{background-color:#fff;border-radius:100%;position:absolute;height:30px;width:30px;animation:ball-scale 1s 0s ease-in-out infinite}.ball-rotate>div,.ball-rotate>div:after,.ball-rotate>div:before{background-color:#fff;width:15px;height:15px;border-radius:100%}.ball-rotate,.ball-rotate>div{position:relative}.ball-scale-random>div:nth-child(1){margin-left:-7px;-webkit-animation:ball-scale 1s .2s ease-in-out infinite;animation:ball-scale 1s .2s ease-in-out infinite}.ball-scale-random>div:nth-child(3){margin-left:-2px;margin-top:9px;-webkit-animation:ball-scale 1s .5s ease-in-out infinite;animation:ball-scale 1s .5s ease-in-out infinite}@-webkit-keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.ball-rotate>div{margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both}.ball-rotate>div:first-child{-webkit-animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite;animation:rotate 1s 0s cubic-bezier(.7,-.13,.22,.86) infinite}.ball-rotate>div:after,.ball-rotate>div:before{margin:2px;content:"";position:absolute;opacity:.8}.ball-rotate>div:before{top:0;left:-28px}.ball-rotate>div:after{top:0;left:25px}.ball-clip-rotate>div{border-radius:100%;margin:2px;border:2px solid #fff;border-bottom-color:transparent;height:25px;width:25px;background:0 0!important;display:inline-block;-webkit-animation:rotate .75s 0s linear infinite;animation:rotate .75s 0s linear infinite}@keyframes rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes scale{30%{-webkit-transform:scale(.3);transform:scale(.3)}100%{-webkit-transform:scale(1);transform:scale(1)}}.ball-clip-rotate-pulse{position:relative;-webkit-transform:translateY(-15px);-ms-transform:translateY(-15px);transform:translateY(-15px)}.ball-clip-rotate-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;top:0;left:0;border-radius:100%}.ball-clip-rotate-pulse>div:first-child{background:#fff;height:16px;width:16px;top:7px;left:-7px;-webkit-animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:scale 1s 0s cubic-bezier(.09,.57,.49,.9) infinite}.ball-clip-rotate-pulse>div:last-child{position:absolute;width:30px;height:30px;left:-16px;top:-2px;background:0 0;border:2px solid;border-color:#fff transparent;-webkit-animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:rotate 1s 0s cubic-bezier(.09,.57,.49,.9) infinite;-webkit-animation-duration:1s;animation-duration:1s}@keyframes rotate{0%{-webkit-transform:rotate(0) scale(1);transform:rotate(0) scale(1)}50%{-webkit-transform:rotate(180deg) scale(.6);transform:rotate(180deg) scale(.6)}100%{-webkit-transform:rotate(360deg) scale(1);transform:rotate(360deg) scale(1)}}.ball-clip-rotate-multiple{position:relative}.ball-clip-rotate-multiple>div{position:absolute;left:-20px;top:-20px;border:2px solid #fff;border-bottom-color:transparent;border-top-color:transparent;border-radius:100%;height:35px;width:35px;-webkit-animation:rotate 1s 0s ease-in-out infinite;animation:rotate 1s 0s ease-in-out infinite}.ball-clip-rotate-multiple>div:last-child{display:inline-block;top:-10px;left:-10px;width:15px;height:15px;-webkit-animation-duration:.5s;animation-duration:.5s;border-color:#fff transparent;-webkit-animation-direction:reverse;animation-direction:reverse}@-webkit-keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple>div{height:50px;width:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple 1s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}@keyframes ball-scale-ripple-multiple{0%{-webkit-transform:scale(.1);transform:scale(.1);opacity:1}70%{-webkit-transform:scale(1);transform:scale(1);opacity:.7}100%{opacity:0}}.ball-scale-ripple-multiple{position:relative;-webkit-transform:translateY(-25px);-ms-transform:translateY(-25px);transform:translateY(-25px)}.ball-scale-ripple-multiple>div:nth-child(0){-webkit-animation-delay:-.8s;animation-delay:-.8s}.ball-scale-ripple-multiple>div:nth-child(1){-webkit-animation-delay:-.6s;animation-delay:-.6s}.ball-scale-ripple-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-ripple-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-ripple-multiple>div{position:absolute;top:-2px;left:-26px;width:50px;height:50px;border-radius:100%;border:2px solid #fff;-webkit-animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8);animation:ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(.21,.53,.56,.8)}@-webkit-keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-beat{50%{opacity:.2;-webkit-transform:scale(.75);transform:scale(.75)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-beat>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px;display:inline-block;-webkit-animation:ball-beat .7s 0s infinite linear;animation:ball-beat .7s 0s infinite linear}.ball-beat>div:nth-child(2n-1){-webkit-animation-delay:-.35s!important;animation-delay:-.35s!important}@-webkit-keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}@keyframes ball-scale-multiple{0%{-webkit-transform:scale(0);transform:scale(0);opacity:0}5%{opacity:1}100%{-webkit-transform:scale(1);transform:scale(1);opacity:0}}.ball-scale-multiple{position:relative;-webkit-transform:translateY(-30px);-ms-transform:translateY(-30px);transform:translateY(-30px)}.ball-scale-multiple>div:nth-child(2){-webkit-animation-delay:-.4s;animation-delay:-.4s}.ball-scale-multiple>div:nth-child(3){-webkit-animation-delay:-.2s;animation-delay:-.2s}.ball-scale-multiple>div{background-color:#fff;border-radius:100%;position:absolute;left:-30px;top:0;opacity:0;margin:0;width:60px;height:60px;-webkit-animation:ball-scale-multiple 1s 0s linear infinite;animation:ball-scale-multiple 1s 0s linear infinite}@-webkit-keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-1{33%{-webkit-transform:translate(25px,-50px);transform:translate(25px,-50px)}66%{-webkit-transform:translate(50px,0);transform:translate(50px,0)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-2{33%{-webkit-transform:translate(25px,50px);transform:translate(25px,50px)}66%{-webkit-transform:translate(-25px,50px);transform:translate(-25px,50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-triangle-path-3{33%{-webkit-transform:translate(-50px,0);transform:translate(-50px,0)}66%{-webkit-transform:translate(-25px,-50px);transform:translate(-25px,-50px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-triangle-path{position:relative;-webkit-transform:translate(-29.99px,-37.51px);-ms-transform:translate(-29.99px,-37.51px);transform:translate(-29.99px,-37.51px)}.ball-triangle-path>div:nth-child(1){-webkit-animation-name:ball-triangle-path-1;animation-name:ball-triangle-path-1;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2){-webkit-animation-name:ball-triangle-path-2;animation-name:ball-triangle-path-2;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div:nth-child(2),.ball-triangle-path>div:nth-child(3){-webkit-animation-duration:2s;-webkit-animation-timing-function:ease-in-out}.ball-triangle-path>div:nth-child(3){-webkit-animation-name:ball-triangle-path-3;animation-name:ball-triangle-path-3;-webkit-animation-delay:0;animation-delay:0;animation-duration:2s;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.ball-triangle-path>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:10px;height:10px;border-radius:100%;border:1px solid #fff}.ball-grid-beat>div,.ball-pulse-rise>div{background-color:#fff;height:15px;border-radius:100%;margin:2px}.ball-triangle-path>div:nth-of-type(1){top:50px}.ball-triangle-path>div:nth-of-type(2){left:25px}.ball-triangle-path>div:nth-of-type(3){top:50px;left:50px}@-webkit-keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-pulse-rise-even{0%{-webkit-transform:scale(1.1);transform:scale(1.1)}25%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:scale(.4);transform:scale(.4)}75%{-webkit-transform:translateY(30px);transform:translateY(30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}@keyframes ball-pulse-rise-odd{0%{-webkit-transform:scale(.4);transform:scale(.4)}25%{-webkit-transform:translateY(30px);transform:translateY(30px)}50%{-webkit-transform:scale(1.1);transform:scale(1.1)}75%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}100%{-webkit-transform:translateY(0);transform:translateY(0);-webkit-transform:scale(.75);transform:scale(.75)}}.ball-pulse-rise>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;display:inline-block;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:cubic-bezier(.15,.46,.9,.6);animation-timing-function:cubic-bezier(.15,.46,.9,.6);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-pulse-rise>div:nth-child(2n){-webkit-animation-name:ball-pulse-rise-even;animation-name:ball-pulse-rise-even}.ball-pulse-rise>div:nth-child(2n-1){-webkit-animation-name:ball-pulse-rise-odd;animation-name:ball-pulse-rise-odd}@-webkit-keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}@keyframes ball-grid-beat{50%{opacity:.7}100%{opacity:1}}.ball-grid-beat{width:57px}.ball-grid-beat>div:nth-child(1){-webkit-animation-delay:.44s;animation-delay:.44s;-webkit-animation-duration:1.27s;animation-duration:1.27s}.ball-grid-beat>div:nth-child(2){-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-duration:1.52s;animation-duration:1.52s}.ball-grid-beat>div:nth-child(3){-webkit-animation-delay:.14s;animation-delay:.14s;-webkit-animation-duration:.61s;animation-duration:.61s}.ball-grid-beat>div:nth-child(4){-webkit-animation-delay:.15s;animation-delay:.15s;-webkit-animation-duration:.82s;animation-duration:.82s}.ball-grid-beat>div:nth-child(5){-webkit-animation-delay:-.01s;animation-delay:-.01s;-webkit-animation-duration:1.24s;animation-duration:1.24s}.ball-grid-beat>div:nth-child(6){-webkit-animation-delay:-.07s;animation-delay:-.07s;-webkit-animation-duration:1.35s;animation-duration:1.35s}.ball-grid-beat>div:nth-child(7){-webkit-animation-delay:.29s;animation-delay:.29s;-webkit-animation-duration:1.44s;animation-duration:1.44s}.ball-grid-beat>div:nth-child(8){-webkit-animation-delay:.63s;animation-delay:.63s;-webkit-animation-duration:1.19s;animation-duration:1.19s}.ball-grid-beat>div:nth-child(9){-webkit-animation-delay:-.18s;animation-delay:-.18s;-webkit-animation-duration:1.48s;animation-duration:1.48s}.ball-grid-beat>div{width:15px;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:ball-grid-beat;animation-name:ball-grid-beat;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}.ball-grid-beat>div,.ball-grid-pulse>div{display:inline-block;float:left;-webkit-animation-iteration-count:infinite}@-webkit-keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}@keyframes ball-grid-pulse{0%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5);opacity:.7}100%{-webkit-transform:scale(1);transform:scale(1);opacity:1}}.ball-grid-pulse{width:57px}.ball-grid-pulse>div,.ball-spin-fade-loader>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px}.ball-grid-pulse>div:nth-child(1){-webkit-animation-delay:.58s;animation-delay:.58s;-webkit-animation-duration:.9s;animation-duration:.9s}.ball-grid-pulse>div:nth-child(2){-webkit-animation-delay:.01s;animation-delay:.01s;-webkit-animation-duration:.94s;animation-duration:.94s}.ball-grid-pulse>div:nth-child(3){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.43s;animation-duration:1.43s}.ball-grid-pulse>div:nth-child(4){-webkit-animation-delay:-.03s;animation-delay:-.03s;-webkit-animation-duration:.74s;animation-duration:.74s}.ball-grid-pulse>div:nth-child(5){-webkit-animation-delay:.21s;animation-delay:.21s;-webkit-animation-duration:.68s;animation-duration:.68s}.ball-grid-pulse>div:nth-child(6){-webkit-animation-delay:.25s;animation-delay:.25s;-webkit-animation-duration:1.17s;animation-duration:1.17s}.ball-grid-pulse>div:nth-child(7){-webkit-animation-delay:.46s;animation-delay:.46s;-webkit-animation-duration:1.41s;animation-duration:1.41s}.ball-grid-pulse>div:nth-child(8){-webkit-animation-delay:.02s;animation-delay:.02s;-webkit-animation-duration:1.56s;animation-duration:1.56s}.ball-grid-pulse>div:nth-child(9){-webkit-animation-delay:.13s;animation-delay:.13s;-webkit-animation-duration:.78s;animation-duration:.78s}.ball-grid-pulse>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-name:ball-grid-pulse;animation-name:ball-grid-pulse;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes ball-spin-fade-loader{50%{opacity:.3;-webkit-transform:scale(.4);transform:scale(.4)}100%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.ball-spin-fade-loader{position:relative;top:-10px;left:-10px}.ball-spin-fade-loader>div:nth-child(1){top:25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.96s infinite linear;animation:ball-spin-fade-loader 1s -.96s infinite linear}.ball-spin-fade-loader>div:nth-child(2){top:17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.84s infinite linear;animation:ball-spin-fade-loader 1s -.84s infinite linear}.ball-spin-fade-loader>div:nth-child(3){top:0;left:25px;-webkit-animation:ball-spin-fade-loader 1s -.72s infinite linear;animation:ball-spin-fade-loader 1s -.72s infinite linear}.ball-spin-fade-loader>div:nth-child(4){top:-17.05px;left:17.05px;-webkit-animation:ball-spin-fade-loader 1s -.6s infinite linear;animation:ball-spin-fade-loader 1s -.6s infinite linear}.ball-spin-fade-loader>div:nth-child(5){top:-25px;left:0;-webkit-animation:ball-spin-fade-loader 1s -.48s infinite linear;animation:ball-spin-fade-loader 1s -.48s infinite linear}.ball-spin-fade-loader>div:nth-child(6){top:-17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.36s infinite linear;animation:ball-spin-fade-loader 1s -.36s infinite linear}.ball-spin-fade-loader>div:nth-child(7){top:0;left:-25px;-webkit-animation:ball-spin-fade-loader 1s -.24s infinite linear;animation:ball-spin-fade-loader 1s -.24s infinite linear}.ball-spin-fade-loader>div:nth-child(8){top:17.05px;left:-17.05px;-webkit-animation:ball-spin-fade-loader 1s -.12s infinite linear;animation:ball-spin-fade-loader 1s -.12s infinite linear}.ball-spin-fade-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}@-webkit-keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}@keyframes ball-spin-loader{75%{opacity:.2}100%{opacity:1}}.ball-spin-loader{position:relative}.ball-spin-loader>span:nth-child(1){top:45px;left:0;-webkit-animation:ball-spin-loader 2s .9s infinite linear;animation:ball-spin-loader 2s .9s infinite linear}.ball-spin-loader>span:nth-child(2){top:30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 1.8s infinite linear;animation:ball-spin-loader 2s 1.8s infinite linear}.ball-spin-loader>span:nth-child(3){top:0;left:45px;-webkit-animation:ball-spin-loader 2s 2.7s infinite linear;animation:ball-spin-loader 2s 2.7s infinite linear}.ball-spin-loader>span:nth-child(4){top:-30.68px;left:30.68px;-webkit-animation:ball-spin-loader 2s 3.6s infinite linear;animation:ball-spin-loader 2s 3.6s infinite linear}.ball-spin-loader>span:nth-child(5){top:-45px;left:0;-webkit-animation:ball-spin-loader 2s 4.5s infinite linear;animation:ball-spin-loader 2s 4.5s infinite linear}.ball-spin-loader>span:nth-child(6){top:-30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 5.4s infinite linear;animation:ball-spin-loader 2s 5.4s infinite linear}.ball-spin-loader>span:nth-child(7){top:0;left:-45px;-webkit-animation:ball-spin-loader 2s 6.3s infinite linear;animation:ball-spin-loader 2s 6.3s infinite linear}.ball-spin-loader>span:nth-child(8){top:30.68px;left:-30.68px;-webkit-animation:ball-spin-loader 2s 7.2s infinite linear;animation:ball-spin-loader 2s 7.2s infinite linear}.ball-spin-loader>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:15px;height:15px;border-radius:100%;background:green}.ball-zig-zag-deflect>div,.ball-zig-zag>div{background-color:#fff;width:15px;height:15px;border-radius:100%;margin:2px 2px 2px 15px;top:4px;left:-7px}@-webkit-keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig{33%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}66%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag{33%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}66%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag>div:first-child{-webkit-animation:ball-zig .7s 0s infinite linear;animation:ball-zig .7s 0s infinite linear}.ball-zig-zag>div:last-child{-webkit-animation:ball-zag .7s 0s infinite linear;animation:ball-zag .7s 0s infinite linear}@-webkit-keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zig-deflect{17%,84%{-webkit-transform:translate(-15px,-30px);transform:translate(-15px,-30px)}34%,67%{-webkit-transform:translate(15px,-30px);transform:translate(15px,-30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@-webkit-keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}@keyframes ball-zag-deflect{17%,84%{-webkit-transform:translate(15px,30px);transform:translate(15px,30px)}34%,67%{-webkit-transform:translate(-15px,30px);transform:translate(-15px,30px)}100%,50%{-webkit-transform:translate(0,0);transform:translate(0,0)}}.ball-zig-zag-deflect{position:relative;-webkit-transform:translate(-15px,-15px);-ms-transform:translate(-15px,-15px);transform:translate(-15px,-15px)}.ball-zig-zag-deflect>div{-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute}.ball-zig-zag-deflect>div:first-child{-webkit-animation:ball-zig-deflect 1.5s 0s infinite linear;animation:ball-zig-deflect 1.5s 0s infinite linear}.ball-zig-zag-deflect>div:last-child{-webkit-animation:ball-zag-deflect 1.5s 0s infinite linear;animation:ball-zag-deflect 1.5s 0s infinite linear}@-webkit-keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale>div:nth-child(1){-webkit-animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.4s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(2){-webkit-animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.3s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(3){-webkit-animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.2s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(4){-webkit-animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s -.1s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div:nth-child(5){-webkit-animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08);animation:line-scale 1s 0s infinite cubic-bezier(.2,.68,.18,1.08)}.line-scale>div{animation-fill-mode:both;display:inline-block}.line-scale-party>div,.line-scale>div{background-color:#fff;border-radius:2px;margin:2px;width:4px;height:35px;-webkit-animation-fill-mode:both}@-webkit-keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}@keyframes line-scale-party{0%,100%{-webkit-transform:scale(1);transform:scale(1)}50%{-webkit-transform:scale(.5);transform:scale(.5)}}.line-scale-party>div:nth-child(1){-webkit-animation-delay:-.09s;animation-delay:-.09s;-webkit-animation-duration:.83s;animation-duration:.83s}.line-scale-party>div:nth-child(2){-webkit-animation-delay:.33s;animation-delay:.33s;-webkit-animation-duration:.64s;animation-duration:.64s}.line-scale-party>div:nth-child(3){-webkit-animation-delay:.32s;animation-delay:.32s;-webkit-animation-duration:.39s;animation-duration:.39s}.line-scale-party>div:nth-child(4){-webkit-animation-delay:.47s;animation-delay:.47s;-webkit-animation-duration:.52s;animation-duration:.52s}.line-scale-party>div{animation-fill-mode:both;display:inline-block;-webkit-animation-name:line-scale-party;animation-name:line-scale-party;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-delay:0;animation-delay:0}@-webkit-keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}@keyframes line-scale-pulse-out{0%,100%{-webkit-transform:scaley(1);transform:scaley(1)}50%{-webkit-transform:scaley(.4);transform:scaley(.4)}}.line-scale-pulse-out>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85);animation:line-scale-pulse-out .9s -.6s infinite cubic-bezier(.85,.25,.37,.85)}.line-scale-pulse-out>div:nth-child(2),.line-scale-pulse-out>div:nth-child(4){-webkit-animation-delay:-.4s!important;animation-delay:-.4s!important}.line-scale-pulse-out>div:nth-child(1),.line-scale-pulse-out>div:nth-child(5){-webkit-animation-delay:-.2s!important;animation-delay:-.2s!important}@-webkit-keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}@keyframes line-scale-pulse-out-rapid{0%,90%{-webkit-transform:scaley(1);transform:scaley(1)}80%{-webkit-transform:scaley(.3);transform:scaley(.3)}}.line-scale-pulse-out-rapid>div{background-color:#fff;width:4px;height:35px;border-radius:2px;margin:2px;display:inline-block;-webkit-animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78);animation:line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11,.49,.38,.78)}.line-scale-pulse-out-rapid>div:nth-child(2),.line-scale-pulse-out-rapid>div:nth-child(4){-webkit-animation-delay:-.25s!important;animation-delay:-.25s!important}.line-scale-pulse-out-rapid>div:nth-child(1),.line-scale-pulse-out-rapid>div:nth-child(5){-webkit-animation-delay:0s!important;animation-delay:0s!important}@-webkit-keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}@keyframes line-spin-fade-loader{50%{opacity:.3}100%{opacity:1}}.line-spin-fade-loader{position:relative;top:-10px;left:-4px}.line-spin-fade-loader>div:nth-child(1){top:20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.84s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(2){top:13.64px;left:13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.72s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(3){top:0;left:20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.6s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(4){top:-13.64px;left:13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.48s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(5){top:-20px;left:0;-webkit-animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.36s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(6){top:-13.64px;left:-13.64px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.24s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(7){top:0;left:-20px;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);-webkit-animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out;animation:line-spin-fade-loader 1.2s -.12s infinite ease-in-out}.line-spin-fade-loader>div:nth-child(8){top:13.64px;left:-13.64px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out;animation:line-spin-fade-loader 1.2s 0s infinite ease-in-out}.line-spin-fade-loader>div{background-color:#fff;border-radius:2px;margin:2px;-webkit-animation-fill-mode:both;animation-fill-mode:both;position:absolute;width:5px;height:15px}@-webkit-keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes triangle-skew-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.triangle-skew-spin>div{width:0;height:0;border-left:20px solid transparent;border-right:20px solid transparent;border-bottom:20px solid #fff;-webkit-animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:triangle-skew-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}@-webkit-keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}@keyframes square-spin{25%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(0);transform:perspective(100px) rotateX(180deg) rotateY(0)}50%{-webkit-transform:perspective(100px) rotateX(180deg) rotateY(180deg);transform:perspective(100px) rotateX(180deg) rotateY(180deg)}75%{-webkit-transform:perspective(100px) rotateX(0) rotateY(180deg);transform:perspective(100px) rotateX(0) rotateY(180deg)}100%{-webkit-transform:perspective(100px) rotateX(0) rotateY(0);transform:perspective(100px) rotateX(0) rotateY(0)}}.square-spin>div{width:50px;height:50px;background:#fff;border:0px solid white;-webkit-animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite;animation:square-spin 3s 0s cubic-bezier(.09,.57,.49,.9) infinite}.pacman>div:first-of-type,.pacman>div:nth-child(2){width:0;height:0;border-right:25px solid transparent;border-top:25px solid #fff;border-left:25px solid #fff;border-bottom:25px solid #fff;border-radius:25px;position:relative;left:-30px}@-webkit-keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes rotate_pacman_half_up{0%,100%{-webkit-transform:rotate(270deg);transform:rotate(270deg)}50%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes rotate_pacman_half_down{0%,100%{-webkit-transform:rotate(90deg);transform:rotate(90deg)}50%{-webkit-transform:rotate(0);transform:rotate(0)}}@-webkit-keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}@keyframes pacman-balls{75%{opacity:.7}100%{-webkit-transform:translate(-100px,-6.25px);transform:translate(-100px,-6.25px)}}.pacman{position:relative}.pacman>div:nth-child(3){-webkit-animation:pacman-balls 1s -.66s infinite linear;animation:pacman-balls 1s -.66s infinite linear}.pacman>div:nth-child(4){-webkit-animation:pacman-balls 1s -.33s infinite linear;animation:pacman-balls 1s -.33s infinite linear}.pacman>div:nth-child(5){-webkit-animation:pacman-balls 1s 0s infinite linear;animation:pacman-balls 1s 0s infinite linear}.pacman>div:first-of-type{-webkit-animation:rotate_pacman_half_up .5s 0s infinite;animation:rotate_pacman_half_up .5s 0s infinite}.pacman>div:nth-child(2){-webkit-animation:rotate_pacman_half_down .5s 0s infinite;animation:rotate_pacman_half_down .5s 0s infinite;margin-top:-50px}.pacman>div:nth-child(3),.pacman>div:nth-child(4),.pacman>div:nth-child(5),.pacman>div:nth-child(6){background-color:#fff;border-radius:100%;margin:2px;width:10px;height:10px;position:absolute;-webkit-transform:translate(0,-6.25px);-ms-transform:translate(0,-6.25px);transform:translate(0,-6.25px);top:25px;left:70px}@-webkit-keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}@keyframes cube-transition{25%{-webkit-transform:translateX(50px) scale(.5) rotate(-90deg);transform:translateX(50px) scale(.5) rotate(-90deg)}50%{-webkit-transform:translate(50px,50px) rotate(-180deg);transform:translate(50px,50px) rotate(-180deg)}75%{-webkit-transform:translateY(50px) scale(.5) rotate(-270deg);transform:translateY(50px) scale(.5) rotate(-270deg)}100%{-webkit-transform:rotate(-360deg);transform:rotate(-360deg)}}.cube-transition{position:relative;-webkit-transform:translate(-25px,-25px);-ms-transform:translate(-25px,-25px);transform:translate(-25px,-25px)}.cube-transition>div{width:10px;height:10px;position:absolute;top:-5px;left:-5px;background-color:#fff;-webkit-animation:cube-transition 1.6s 0s infinite ease-in-out;animation:cube-transition 1.6s 0s infinite ease-in-out}.cube-transition>div:last-child{-webkit-animation-delay:-.8s;animation-delay:-.8s}@-webkit-keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.semi-circle-spin{position:relative;width:35px;height:35px;overflow:hidden}.semi-circle-spin>div{position:absolute;border-width:0;border-radius:100%;-webkit-animation:spin-rotate .6s 0s infinite linear;animation:spin-rotate .6s 0s infinite linear;background-image:-webkit-linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);background-image:linear-gradient(transparent 0,transparent 70%,#fff 30%,#fff 100%);width:100%;height:100%}@-webkit-keyframes bar-progress{0%,100%{-webkit-transform:scaleY(20%);transform:scaleY(20%);opacity:1}25%,75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translateX(6%) scaleY(10%);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translateX(20%) scaleY(20%);opacity:1}}@keyframes bar-progress{0%,100%{-webkit-transform:scaleY(20%);transform:scaleY(20%);opacity:1}25%,75%{-webkit-transform:translateX(6%) scaleY(10%);transform:translateX(6%) scaleY(10%);opacity:.7}50%{-webkit-transform:translateX(20%) scaleY(20%);transform:translateX(20%) scaleY(20%);opacity:1}}.bar-progress{width:30%;height:12px}.bar-progress>div{position:relative;width:20%;height:12px;border-radius:10px;background-color:#fff;-webkit-animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;animation:bar-progress 3s cubic-bezier(.57,.1,.44,.93) infinite;opacity:1}.bar-swing,.bar-swing>div{height:8px;width:30%}@-webkit-keyframes bar-swing{0%,100%{left:0}50%{left:70%}}@keyframes bar-swing{0%,100%{left:0}50%{left:70%}}.bar-swing>div{position:relative;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing 1.5s infinite;animation:bar-swing 1.5s infinite}@-webkit-keyframes bar-swing-container{0%,100%{left:0;-webkit-transform:translateX(0);transform:translateX(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translateX(-4px)}}@keyframes bar-swing-container{0%,100%{left:0;-webkit-transform:translateX(0);transform:translateX(0)}50%{left:70%;-webkit-transform:translateX(-4px);transform:translateX(-4px)}}.bar-swing-container{width:20%;height:8px;position:relative}.bar-swing-container div:nth-child(1){position:absolute;width:100%;background-color:rgba(255,255,255,.2);height:12px;border-radius:10px}.bar-swing-container div:nth-child(2){position:absolute;width:30%;height:8px;border-radius:10px;background-color:#fff;-webkit-animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;animation:bar-swing-container 2s cubic-bezier(.91,.35,.12,.6) infinite;margin:2px 2px 0}
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/lg.eot?n1z373);src:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/lg.woff?n1z373) format("woff"),url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/lg.ttf?n1z373) format("truetype"),url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */.lSSlideWrapper,.lSSlideWrapper .lSFade{position:relative}.lSSlideWrapper .lSSlide,.lSSlideWrapper.usingCss .lSFade>*{-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important;-webkit-transition-duration:inherit!important;transition-duration:inherit!important}.lSSlideOuter,.lSSlideOuter .lSPager.lSGallery{-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-user-select:none}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideWrapper>.lightSlider:after{clear:both}.lSSlideOuter{overflow:hidden;user-select:none}.lightSlider:after,.lightSlider:before{content:" ";display:table}.lightSlider{overflow:hidden;margin:0}.lSSlideWrapper{max-width:100%;overflow:hidden}.lSSlideWrapper .lSSlide{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);transform:translate(0,0);-webkit-transition:all 1s;-webkit-transition-property:-webkit-transform,height;-moz-transition-property:-moz-transform,height;transition-property:transform,height}.lSSlideWrapper .lSFade>*{position:absolute!important;top:0;left:0;z-index:9;margin-right:0;width:100%}.lSSlideWrapper.usingCss .lSFade>*{opacity:0;-webkit-transition-delay:0s;transition-delay:0s;-webkit-transition-property:opacity;transition-property:opacity}.lSSlideWrapper .lSFade>.active{z-index:10}.lSSlideWrapper.usingCss .lSFade>.active{opacity:1}.lSSlideOuter .lSPager.lSpg{margin:10px 0 0;padding:0;text-align:center}.lSSlideOuter .lSPager.lSpg>li{cursor:pointer;display:inline-block;padding:0 5px}.lSSlideOuter .lSPager.lSpg>li a{background-color:#222;border-radius:30px;display:inline-block;height:8px;overflow:hidden;text-indent:-999em;width:8px;position:relative;z-index:99;-webkit-transition:all .5s linear 0s;transition:all .5s linear 0s}.lSSlideOuter .lSPager.lSpg>li.active a,.lSSlideOuter .lSPager.lSpg>li:hover a{background-color:#428bca}.lSSlideOuter .media{opacity:.8}.lSSlideOuter .media.active{opacity:1}.lSSlideOuter .lSPager.lSGallery{list-style:none;padding-left:0;margin:0;overflow:hidden;transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;user-select:none}.lSSlideOuter .lSPager.lSGallery li{overflow:hidden;-webkit-transition:border-radius .12s linear 0s .35s linear 0s;transition:border-radius .12s linear 0s .35s linear 0s}.lSSlideOuter .lSPager.lSGallery li.active,.lSSlideOuter .lSPager.lSGallery li:hover{border-radius:5px}.lSSlideOuter .lSPager.lSGallery img{display:block;height:auto;max-width:100%}.lSSlideOuter .lSPager.lSGallery:after,.lSSlideOuter .lSPager.lSGallery:before{content:" ";display:table}.lSAction>a{width:32px;display:block;top:50%;height:32px;background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/controls.png);cursor:pointer;position:absolute;z-index:99;margin-top:-16px;opacity:.5;-webkit-transition:opacity .35s linear 0s;transition:opacity .35s linear 0s}.lSAction>a:hover{opacity:1}.lSAction>.lSPrev{background-position:0 0;left:10px}.lSAction>.lSNext{background-position:-32px 0;right:10px}.lSAction>a.disabled{pointer-events:none}.cS-hidden{height:1px;opacity:0;filter:alpha(opacity=0);overflow:hidden}.lSSlideOuter.vertical{position:relative}.lSSlideOuter.vertical.noPager{padding-right:0!important}.lSSlideOuter.vertical .lSGallery{position:absolute!important;right:0;top:0}.lSSlideOuter.vertical .lightSlider>*{width:100%!important;max-width:none!important}.lSSlideOuter.vertical .lSAction>a{left:50%;margin-left:-14px;margin-top:0}.lSSlideOuter.vertical .lSAction>.lSNext{background-position:31px -31px;bottom:10px;top:auto}.lSSlideOuter.vertical .lSAction>.lSPrev{background-position:0 -31px;bottom:auto;top:10px}.lSSlideOuter.lSrtl{direction:rtl}.lSSlideOuter .lSPager,.lSSlideOuter .lightSlider{padding-left:0;list-style:none}.lSSlideOuter.lSrtl .lSPager,.lSSlideOuter.lSrtl .lightSlider{padding-right:0}.lSSlideOuter .lSGallery li,.lSSlideOuter .lightSlider>*{float:left}.lSSlideOuter.lSrtl .lSGallery li,.lSSlideOuter.lSrtl .lightSlider>*{float:right!important}@-webkit-keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@keyframes rightEnd{0%,100%{left:0}50%{left:-15px}}@-webkit-keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@keyframes topEnd{0%,100%{top:0}50%{top:-15px}}@-webkit-keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@keyframes leftEnd{0%,100%{left:0}50%{left:15px}}@-webkit-keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}@keyframes bottomEnd{0%,100%{bottom:0}50%{bottom:-15px}}.lSSlideOuter .rightEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lSSlideOuter .leftEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.vertical .rightEnd{-webkit-animation:topEnd .3s;animation:topEnd .3s;position:relative}.lSSlideOuter.vertical .leftEnd{-webkit-animation:bottomEnd .3s;animation:bottomEnd .3s;position:relative}.lSSlideOuter.lSrtl .rightEnd{-webkit-animation:leftEnd .3s;animation:leftEnd .3s;position:relative}.lSSlideOuter.lSrtl .leftEnd{-webkit-animation:rightEnd .3s;animation:rightEnd .3s;position:relative}.lightSlider.lsGrab>*{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lightSlider.lsGrabbing>*{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10002;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 10003;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	background: transparent url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
.sam_review_title
{
	border-bottom: 1px solid #D9DDE3;
    color: #000000;
    font-size: 1.6em;
    font-weight: normal;
    margin-bottom: 10px;
    padding-bottom: 5px;
    text-align: left;
}
.sam_review_list
{
	border:none;
	padding:5px;
	width:97%;
}
.sam_review_item
{
	border-bottom: 1px solid #D9DDE3;
	padding:10px 5px;
}
.sam_review_item_image
{
	float:left;
	width:30%;
}
.sam_review_item_info
{
	float:left;
	width:70%;
}
.sam_review_item_pname a
{
	color: #000000 !important;
    font-size: 1.05em;
    font-weight: bold;
    text-decoration: underline;
}
.sam_rating_title
{
	float:left;
	font-weight:bold;
}
.sam_review_item_title
{
	font-size: 1.05em;
    font-weight: bold;
    padding-top: 4px;
    text-decoration: none;
}
.sam_review_item_detail
{
	text-align:justify;
}
.sam_review_item_nickname
{
	font-size: 12px;
    font-style: italic;
    font-weight: lighter;
    padding-top: 5px;
    text-align: left;
}
.sam_review_item_clear
{
	clear:both;
	height:1px;
	overflow:hidden;
}
.sam-block
{
	/*border: 1px solid #C4C1BC;*/
    margin: 0 0 15px;
    text-align: left !important;
    width: 100%;
}
.sam-block-title
{
	/*background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_block-title.gif) repeat-x scroll 0 0 transparent;*/
    border-bottom: 1px solid #DDDDDD;
    color: #E26703;
    height: 18px;
    overflow: hidden !important;
    padding: 2px 9px;
    text-transform: uppercase;
}
.sam-block-title a
{
	color:#E26703;
	text-decoration:none;
}
#sam_scroller_slider
{
	background-color: white;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.sam_scroller_item
{
	padding:4px;
	width:95% !important;
}
.sam_scroller_item_pimage
{
	float: left;
    height: auto;
    width: 32%;
}
.sam_scroller_item_pimage img
{
	border:1px solid #DDDDDD;
	float:left;
	width:48px;
}
.sam_scroller_item_info
{
	float:right !important;
	overflow:hidden;
	width:100%;
}
.sam_scroller_item_pname a
{
	font-size:0.95em;
	text-decoration:underline;
}
.sam_rating-box
{
	background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/product_rating_blank_star.gif) repeat-x scroll 0 0 transparent;
    float: left;
    height: 13px;
    text-align: left;
    width: 69px;
}
.sam_rating-box .sam_rating
{
	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/product_rating_full_star.gif) repeat-x scroll 0 0 transparent;
	height:13px;
}
.sam_scroller_item_title
{
	font-weight:bold;
}
.sam_scroller_item_nickname
{
	font-size: 11px;
    font-style: italic;
    font-weight: bold;
    text-align: right !important;
}
.sam-block-title-bottom a
{
	color:#1E7EC8;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	text-transform:capitalize;
}
.sam_list_item
{
	border-bottom:1px solid #D9DDE3;
	padding:4px;
	width:177px !important;
}
.sam-block-list-title
{
	border-bottom: 1px solid #DDDDDD;
    color: #E26703;
    overflow: hidden !important;
    padding: 2px 9px;
    text-transform: uppercase;
}
.sam-block-list-title-bottom a
{
	color:#1E7EC8;
	font-size:13px;
	font-weight:normal;
	text-decoration:underline;
	text-transform:capitalize;
}
#sam_scroller_scrollview
{
	background-color: white;
    height: 300px;
    overflow: hidden;
    position: relative;
    width: 193px;
}
#sam_reviews_scrollbar { width: 193px; /*margin: 20px 0 10px;*/ }
#sam_reviews_scrollbar .viewport { width: 178px; height: 300px; overflow: hidden; position: relative; }
#sam_reviews_scrollbar .overview { list-style: none; position: absolute; left: 0; top: 0; padding: 0; margin: 0; }
#sam_reviews_scrollbar .scrollbar{ background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/bg-scrollbar-track-y.png) no-repeat 0 0; position: relative; background-position: 0 0; float: right; width: 15px; }
#sam_reviews_scrollbar .track { background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/bg-scrollbar-trackend-y.png) no-repeat 0 100%; height: 100%; width:13px; position: relative; padding: 0 1px; }
#sam_reviews_scrollbar .thumb { background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/bg-scrollbar-thumb-y.png) no-repeat 50% 100%; height: 20px; width: 25px; cursor: pointer; overflow: hidden; position: absolute; top: 0; left: -5px; }
#sam_reviews_scrollbar .thumb .end { background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/samreviews/bg-scrollbar-thumb-y.png) no-repeat 50% 0; overflow: hidden; height: 5px; width: 25px; }
#sam_reviews_scrollbar .disable { display: none; }
.noSelect { user-select: none; -o-user-select: none; -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; }
/**
 * Valdecode - Cookie Law Compliance
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the The MIT License (MIT)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.valdecode.com/license/cookielaw/license.txt
 *
 * @category    Valdecode
 * @package     Valdecode_CookieLaw
 * @copyright   Copyright (c) 2014 Valdecode
 * @license     http://www.valdecode.com/license/cookielaw/license.txt  The MIT License (MIT)
 */
#v-cookielaw { overflow: hidden; background: #fff; color: #444; z-index: 9999; font-size: 13px; }
#v-cookielaw .v-message { padding: 5px 10px; text-align: left; }
#v-cookielaw .v-actions { }
#v-cookielaw .v-button { color: #222; display: inline-block; background-color: #ececec; background-image: linear-gradient(#f4f4f4, #ececec); border: 1px solid #d4d4d4; padding: 4px 10px; text-decoration: none; text-shadow: 1px 1px 0 #fff; border-radius: 2px; }
#v-cookielaw .v-button.v-accept:before { content: "\2714"; }
#v-cookielaw .v-button:hover,
#v-cookielaw .v-button:focus { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw .v-button:active {  border-color: #2a65a0; border-bottom-color: #3884cd; background-color: #3072b3; background-image: linear-gradient(#3072b3, #599bdc); }

#v-cookielaw.v-bar { display: table; width: 100%; padding: 5px 0; }
#v-cookielaw.v-bar .v-message { display: table-cell; }
#v-cookielaw.v-bar .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: right; }
#v-cookielaw.v-bar.v-top { position: relative; border-bottom: 1px solid #000; }
#v-cookielaw.v-bar.v-bottom { position: fixed; bottom: 0; border-top: 1px solid #000; }

#v-cookielaw.v-box { position: fixed; max-width: 300px; border: 1px solid #000; border-radius: 3px; margin: 10px; }
#v-cookielaw.v-box .v-actions { float: left; margin: 5px 10px; }
#v-cookielaw.v-box.v-top-left { top: 0; left: 0; }
#v-cookielaw.v-box.v-top-right { top: 0; right: 0; }
#v-cookielaw.v-box.v-bottom-left { bottom: 0; left: 0; }
#v-cookielaw.v-box.v-bottom-right { bottom: 0; right: 0; }

/* RWD */
@media (max-width: 480px) {
    #v-cookielaw.v-box { display: table; width: 100% !important; padding: 5px 0 0; position: fixed; bottom: 0 !important; top: auto !important; border-top: 1px solid #000; max-width: 100%; margin: 0; border-radius: 0; border-right: 0; border-left: 0; border-bottom: 0; }
    #v-cookielaw.v-box .v-message { display: table-cell; }
    #v-cookielaw.v-box .v-actions { display: table-cell; vertical-align: middle; width: 250px; padding-right: 10px; text-align: left; }

    #v-cookielaw .v-message { float: left; }
    #v-cookielaw .v-actions { float: left; margin: 5px 10px; }
    #v-cookielaw.v-bar .v-actions { width: auto; }
}

/* Skin - Yellow Alert */
#v-cookielaw.v-yellow-alert { background: #fffbcd; border-color: #e2cd7b !important; }

/* Skin - Dark Clean */
#v-cookielaw.v-dark-clean { color: #fff; background: #2c2c2c; border-color: #55575f !important; }
#v-cookielaw.v-dark-clean .v-button { color: #fff; text-shadow: -1px -1px 0 rgba(0,0,0,0.3); border-color: #3072b3; border-bottom-color: #2a65a0; background-color: #2a65a0; background-image: linear-gradient(#599bdc, #3072b3); }
#v-cookielaw.v-dark-clean .v-button:hover,
#v-cookielaw.v-dark-clean .v-button:focus { background-color: #3678a0; background-image: linear-gradient(#68abdc, #387cb3); }

/* Skin - Minimalist */
#v-cookielaw.v-minimalist { color: #2c2c2c; background: #f0f0f0; border-color: #e0e0e0 !important; font-size: 11px; font-family: Verdana; }
#v-cookielaw.v-bar.v-minimalist { padding: 2px 0; }
#v-cookielaw.v-box.v-minimalist { width: 260px; }
#v-cookielaw.v-box.v-minimalist .v-actions { margin: 5px; }
#v-cookielaw.v-box.v-minimalist .v-message { padding: 5px; }
#v-cookielaw.v-minimalist .v-button { padding: 3px 6px; }

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  background-color: #ffffff;
}

a {
  color: #0088cc;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #005580;
  text-decoration: underline;
}

.img-rounded {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.img-circle {
  -webkit-border-radius: 500px;
     -moz-border-radius: 500px;
          border-radius: 500px;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 300px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #b94a48;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #468847;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

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

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #ffffff;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 0 0 0 15px;
  margin: 0 0 20px;
  border-left: 5px solid #eeeeee;
}

blockquote p {
  margin-bottom: 0;
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote small {
  display: block;
  line-height: 20px;
  color: #999999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  float: right;
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

blockquote.pull-right p,
blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 20px;
}

code,
pre {
  padding: 0 3px 2px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 12px;
  color: #333333;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

code {
  padding: 2px 4px;
  color: #d14;
  white-space: nowrap;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

legend small {
  font-size: 15px;
  color: #999999;
}

label,
input,
button,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #555555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */

  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */

  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */

  line-height: 30px;
}

select {
  width: 220px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.uneditable-input,
.uneditable-textarea {
  color: #999999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #cccccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.controls > .radio:first-child,
.controls > .checkbox:first-child {
  padding-top: 5px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  padding-top: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}

input[class*="span"],
select[class*="span"],
textarea[class*="span"],
.uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"] {
  float: none;
  margin-left: 0;
}

.input-append input[class*="span"],
.input-append .uneditable-input[class*="span"],
.input-prepend input[class*="span"],
.input-prepend .uneditable-input[class*="span"],
.row-fluid input[class*="span"],
.row-fluid select[class*="span"],
.row-fluid textarea[class*="span"],
.row-fluid .uneditable-input[class*="span"],
.row-fluid .input-prepend [class*="span"],
.row-fluid .input-append [class*="span"] {
  display: inline-block;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row [class*="span"] + [class*="span"] {
  margin-left: 20px;
}

input.span12,
textarea.span12,
.uneditable-input.span12 {
  width: 926px;
}

input.span11,
textarea.span11,
.uneditable-input.span11 {
  width: 846px;
}

input.span10,
textarea.span10,
.uneditable-input.span10 {
  width: 766px;
}

input.span9,
textarea.span9,
.uneditable-input.span9 {
  width: 686px;
}

input.span8,
textarea.span8,
.uneditable-input.span8 {
  width: 606px;
}

input.span7,
textarea.span7,
.uneditable-input.span7 {
  width: 526px;
}

input.span6,
textarea.span6,
.uneditable-input.span6 {
  width: 446px;
}

input.span5,
textarea.span5,
.uneditable-input.span5 {
  width: 366px;
}

input.span4,
textarea.span4,
.uneditable-input.span4 {
  width: 286px;
}

input.span3,
textarea.span3,
.uneditable-input.span3 {
  width: 206px;
}

input.span2,
textarea.span2,
.uneditable-input.span2 {
  width: 126px;
}

input.span1,
textarea.span1,
.uneditable-input.span1 {
  width: 46px;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

.controls-row .checkbox[class*="span"],
.controls-row .radio[class*="span"] {
  padding-top: 5px;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eeeeee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .control-label,
.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.warning .input-prepend .add-on,
.control-group.warning .input-append .add-on {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #b94a48;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #b94a48;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.error .input-prepend .add-on,
.control-group.error .input-append .add-on {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.control-group.success .control-label,
.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.success .input-prepend .add-on,
.control-group.success .input-append .add-on {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.control-group.info .control-label,
.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.control-group.info .input-prepend .add-on,
.control-group.info .input-append .add-on {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #3a87ad;
}

input:focus:invalid,
textarea:focus:invalid,
select:focus:invalid {
  color: #b94a48;
  border-color: #ee5f5b;
}

input:focus:invalid:focus,
textarea:focus:invalid:focus,
select:focus:invalid:focus {
  border-color: #e9322d;
  -webkit-box-shadow: 0 0 6px #f8b9b7;
     -moz-box-shadow: 0 0 6px #f8b9b7;
          box-shadow: 0 0 6px #f8b9b7;
}

.form-actions {
  padding: 19px 20px 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  *zoom: 1;
}

.form-actions:before,
.form-actions:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-actions:after {
  clear: both;
}

.help-block,
.help-inline {
  color: #595959;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.input-append,
.input-prepend {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input,
.input-append .dropdown-menu,
.input-prepend .dropdown-menu,
.input-append .popover,
.input-prepend .popover {
  font-size: 14px;
}

.input-append input,
.input-prepend input,
.input-append select,
.input-prepend select,
.input-append .uneditable-input,
.input-prepend .uneditable-input {
  position: relative;
  margin-bottom: 0;
  *margin-left: 0;
  vertical-align: top;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append input:focus,
.input-prepend input:focus,
.input-append select:focus,
.input-prepend select:focus,
.input-append .uneditable-input:focus,
.input-prepend .uneditable-input:focus {
  z-index: 2;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #eeeeee;
  border: 1px solid #ccc;
}

.input-append .add-on,
.input-prepend .add-on,
.input-append .btn,
.input-prepend .btn,
.input-append .btn-group > .dropdown-toggle,
.input-prepend .btn-group > .dropdown-toggle {
  vertical-align: top;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-append .active,
.input-prepend .active {
  background-color: #a9dba9;
  border-color: #46a546;
}

.input-prepend .add-on,
.input-prepend .btn {
  margin-right: -1px;
}

.input-prepend .add-on:first-child,
.input-prepend .btn:first-child {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input,
.input-append select,
.input-append .uneditable-input {
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-append input + .btn-group .btn:last-child,
.input-append select + .btn-group .btn:last-child,
.input-append .uneditable-input + .btn-group .btn:last-child {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-append .add-on,
.input-append .btn,
.input-append .btn-group {
  margin-left: -1px;
}

.input-append .add-on:last-child,
.input-append .btn:last-child,
.input-append .btn-group:last-child > .dropdown-toggle {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append input,
.input-prepend.input-append select,
.input-prepend.input-append .uneditable-input {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.input-prepend.input-append input + .btn-group .btn,
.input-prepend.input-append select + .btn-group .btn,
.input-prepend.input-append .uneditable-input + .btn-group .btn {
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.input-prepend.input-append .add-on:last-child,
.input-prepend.input-append .btn:last-child {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.input-prepend.input-append .btn-group:first-child {
  margin-left: 0;
}

input.search-query {
  padding-right: 14px;
  padding-right: 4px \9;
  padding-left: 14px;
  padding-left: 4px \9;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */

  margin-bottom: 0;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

/* Allow for input prepend/append in search forms */

.form-search .input-append .search-query,
.form-search .input-prepend .search-query {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.form-search .input-append .search-query {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search .input-append .btn {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .search-query {
  -webkit-border-radius: 0 14px 14px 0;
     -moz-border-radius: 0 14px 14px 0;
          border-radius: 0 14px 14px 0;
}

.form-search .input-prepend .btn {
  -webkit-border-radius: 14px 0 0 14px;
     -moz-border-radius: 14px 0 0 14px;
          border-radius: 14px 0 0 14px;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .input-append,
.form-inline .input-append,
.form-search .input-prepend,
.form-inline .input-prepend {
  margin-bottom: 0;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  float: left;
  margin-right: 3px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}

legend + .control-group {
  margin-top: 20px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 20px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 160px;
  padding-top: 5px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 180px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block,
.form-horizontal .input-prepend + .help-block,
.form-horizontal .input-append + .help-block {
  margin-top: 10px;
}

.form-horizontal .form-actions {
  padding-left: 180px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child > th:first-child,
.table-bordered tbody:first-child tr:first-child > td:first-child,
.table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child > th:last-child,
.table-bordered tbody:first-child tr:first-child > td:last-child,
.table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child > th:first-child,
.table-bordered tbody:last-child tr:last-child > td:first-child,
.table-bordered tbody:last-child tr:last-child > th:first-child,
.table-bordered tfoot:last-child tr:last-child > td:first-child,
.table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child > th:last-child,
.table-bordered tbody:last-child tr:last-child > td:last-child,
.table-bordered tbody:last-child tr:last-child > th:last-child,
.table-bordered tfoot:last-child tr:last-child > td:last-child,
.table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}

table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}

.table td.span1,
.table th.span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

.table td.span2,
.table th.span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

.table td.span3,
.table th.span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

.table td.span4,
.table th.span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

.table td.span5,
.table th.span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

.table td.span6,
.table th.span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

.table td.span7,
.table th.span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

.table td.span8,
.table th.span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

.table td.span9,
.table th.span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

.table td.span10,
.table th.span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

.table td.span11,
.table th.span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

.table td.span12,
.table th.span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

.table tbody tr.success > td {
  background-color: #dff0d8;
}

.table tbody tr.error > td {
  background-color: #f2dede;
}

.table tbody tr.warning > td {
  background-color: #fcf8e3;
}

.table tbody tr.info > td {
  background-color: #d9edf7;
}

.table-hover tbody tr.success:hover > td {
  background-color: #d0e9c6;
}

.table-hover tbody tr.error:hover > td {
  background-color: #ebcccc;
}

.table-hover tbody tr.warning:hover > td {
  background-color: #faf2cc;
}

.table-hover tbody tr.info:hover > td {
  background-color: #c4e3f3;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/glyphicons-halflings.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

/* White icons with optional class, or on hover/focus/active states of certain elements */

.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:focus > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > li > a:focus > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:focus > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"],
.dropdown-submenu:focus > a > [class*=" icon-"] {
  background-image: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/img/glyphicons-halflings-white.png");
}

.icon-glass {
  background-position: 0      0;
}

.icon-music {
  background-position: -24px 0;
}

.icon-search {
  background-position: -48px 0;
}

.icon-envelope {
  background-position: -72px 0;
}

.icon-heart {
  background-position: -96px 0;
}

.icon-star {
  background-position: -120px 0;
}

.icon-star-empty {
  background-position: -144px 0;
}

.icon-user {
  background-position: -168px 0;
}

.icon-film {
  background-position: -192px 0;
}

.icon-th-large {
  background-position: -216px 0;
}

.icon-th {
  background-position: -240px 0;
}

.icon-th-list {
  background-position: -264px 0;
}

.icon-ok {
  background-position: -288px 0;
}

.icon-remove {
  background-position: -312px 0;
}

.icon-zoom-in {
  background-position: -336px 0;
}

.icon-zoom-out {
  background-position: -360px 0;
}

.icon-off {
  background-position: -384px 0;
}

.icon-signal {
  background-position: -408px 0;
}

.icon-cog {
  background-position: -432px 0;
}

.icon-trash {
  background-position: -456px 0;
}

.icon-home {
  background-position: 0 -24px;
}

.icon-file {
  background-position: -24px -24px;
}

.icon-time {
  background-position: -48px -24px;
}

.icon-road {
  background-position: -72px -24px;
}

.icon-download-alt {
  background-position: -96px -24px;
}

.icon-download {
  background-position: -120px -24px;
}

.icon-upload {
  background-position: -144px -24px;
}

.icon-inbox {
  background-position: -168px -24px;
}

.icon-play-circle {
  background-position: -192px -24px;
}

.icon-repeat {
  background-position: -216px -24px;
}

.icon-refresh {
  background-position: -240px -24px;
}

.icon-list-alt {
  background-position: -264px -24px;
}

.icon-lock {
  background-position: -287px -24px;
}

.icon-flag {
  background-position: -312px -24px;
}

.icon-headphones {
  background-position: -336px -24px;
}

.icon-volume-off {
  background-position: -360px -24px;
}

.icon-volume-down {
  background-position: -384px -24px;
}

.icon-volume-up {
  background-position: -408px -24px;
}

.icon-qrcode {
  background-position: -432px -24px;
}

.icon-barcode {
  background-position: -456px -24px;
}

.icon-tag {
  background-position: 0 -48px;
}

.icon-tags {
  background-position: -25px -48px;
}

.icon-book {
  background-position: -48px -48px;
}

.icon-bookmark {
  background-position: -72px -48px;
}

.icon-print {
  background-position: -96px -48px;
}

.icon-camera {
  background-position: -120px -48px;
}

.icon-font {
  background-position: -144px -48px;
}

.icon-bold {
  background-position: -167px -48px;
}

.icon-italic {
  background-position: -192px -48px;
}

.icon-text-height {
  background-position: -216px -48px;
}

.icon-text-width {
  background-position: -240px -48px;
}

.icon-align-left {
  background-position: -264px -48px;
}

.icon-align-center {
  background-position: -288px -48px;
}

.icon-align-right {
  background-position: -312px -48px;
}

.icon-align-justify {
  background-position: -336px -48px;
}

.icon-list {
  background-position: -360px -48px;
}

.icon-indent-left {
  background-position: -384px -48px;
}

.icon-indent-right {
  background-position: -408px -48px;
}

.icon-facetime-video {
  background-position: -432px -48px;
}

.icon-picture {
  background-position: -456px -48px;
}

.icon-pencil {
  background-position: 0 -72px;
}

.icon-map-marker {
  background-position: -24px -72px;
}

.icon-adjust {
  background-position: -48px -72px;
}

.icon-tint {
  background-position: -72px -72px;
}

.icon-edit {
  background-position: -96px -72px;
}

.icon-share {
  background-position: -120px -72px;
}

.icon-check {
  background-position: -144px -72px;
}

.icon-move {
  background-position: -168px -72px;
}

.icon-step-backward {
  background-position: -192px -72px;
}

.icon-fast-backward {
  background-position: -216px -72px;
}

.icon-backward {
  background-position: -240px -72px;
}

.icon-play {
  background-position: -264px -72px;
}

.icon-pause {
  background-position: -288px -72px;
}

.icon-stop {
  background-position: -312px -72px;
}

.icon-forward {
  background-position: -336px -72px;
}

.icon-fast-forward {
  background-position: -360px -72px;
}

.icon-step-forward {
  background-position: -384px -72px;
}

.icon-eject {
  background-position: -408px -72px;
}

.icon-chevron-left {
  background-position: -432px -72px;
}

.icon-chevron-right {
  background-position: -456px -72px;
}

.icon-plus-sign {
  background-position: 0 -96px;
}

.icon-minus-sign {
  background-position: -24px -96px;
}

.icon-remove-sign {
  background-position: -48px -96px;
}

.icon-ok-sign {
  background-position: -72px -96px;
}

.icon-question-sign {
  background-position: -96px -96px;
}

.icon-info-sign {
  background-position: -120px -96px;
}

.icon-screenshot {
  background-position: -144px -96px;
}

.icon-remove-circle {
  background-position: -168px -96px;
}

.icon-ok-circle {
  background-position: -192px -96px;
}

.icon-ban-circle {
  background-position: -216px -96px;
}

.icon-arrow-left {
  background-position: -240px -96px;
}

.icon-arrow-right {
  background-position: -264px -96px;
}

.icon-arrow-up {
  background-position: -289px -96px;
}

.icon-arrow-down {
  background-position: -312px -96px;
}

.icon-share-alt {
  background-position: -336px -96px;
}

.icon-resize-full {
  background-position: -360px -96px;
}

.icon-resize-small {
  background-position: -384px -96px;
}

.icon-plus {
  background-position: -408px -96px;
}

.icon-minus {
  background-position: -433px -96px;
}

.icon-asterisk {
  background-position: -456px -96px;
}

.icon-exclamation-sign {
  background-position: 0 -120px;
}

.icon-gift {
  background-position: -24px -120px;
}

.icon-leaf {
  background-position: -48px -120px;
}

.icon-fire {
  background-position: -72px -120px;
}

.icon-eye-open {
  background-position: -96px -120px;
}

.icon-eye-close {
  background-position: -120px -120px;
}

.icon-warning-sign {
  background-position: -144px -120px;
}

.icon-plane {
  background-position: -168px -120px;
}

.icon-calendar {
  background-position: -192px -120px;
}

.icon-random {
  width: 16px;
  background-position: -216px -120px;
}

.icon-comment {
  background-position: -240px -120px;
}

.icon-magnet {
  background-position: -264px -120px;
}

.icon-chevron-up {
  background-position: -288px -120px;
}

.icon-chevron-down {
  background-position: -313px -119px;
}

.icon-retweet {
  background-position: -336px -120px;
}

.icon-shopping-cart {
  background-position: -360px -120px;
}

.icon-folder-close {
  width: 16px;
  background-position: -384px -120px;
}

.icon-folder-open {
  width: 16px;
  background-position: -408px -120px;
}

.icon-resize-vertical {
  background-position: -432px -119px;
}

.icon-resize-horizontal {
  background-position: -456px -118px;
}

.icon-hdd {
  background-position: 0 -144px;
}

.icon-bullhorn {
  background-position: -24px -144px;
}

.icon-bell {
  background-position: -48px -144px;
}

.icon-certificate {
  background-position: -72px -144px;
}

.icon-thumbs-up {
  background-position: -96px -144px;
}

.icon-thumbs-down {
  background-position: -120px -144px;
}

.icon-hand-right {
  background-position: -144px -144px;
}

.icon-hand-left {
  background-position: -168px -144px;
}

.icon-hand-up {
  background-position: -192px -144px;
}

.icon-hand-down {
  background-position: -216px -144px;
}

.icon-circle-arrow-right {
  background-position: -240px -144px;
}

.icon-circle-arrow-left {
  background-position: -264px -144px;
}

.icon-circle-arrow-up {
  background-position: -288px -144px;
}

.icon-circle-arrow-down {
  background-position: -312px -144px;
}

.icon-globe {
  background-position: -336px -144px;
}

.icon-wrench {
  background-position: -360px -144px;
}

.icon-tasks {
  background-position: -384px -144px;
}

.icon-filter {
  background-position: -408px -144px;
}

.icon-briefcase {
  background-position: -432px -144px;
}

.icon-fullscreen {
  background-position: -456px -144px;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open > .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu > .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu > a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #cccccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.typeahead {
  z-index: 1051;
  margin-top: 2px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-large {
  padding: 24px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.well-small {
  padding: 9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #006dcc;
  *background-color: #0044cc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #ffffff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #ffffff;
  background-color: #bd362f;
  *background-color: #a9302a;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-image: -moz-linear-gradient(top, #62c462, #51a351);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#51a351));
  background-image: -webkit-linear-gradient(top, #62c462, #51a351);
  background-image: -o-linear-gradient(top, #62c462, #51a351);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff51a351', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #ffffff;
  background-color: #51a351;
  *background-color: #499249;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #ffffff;
  background-color: #2f96b4;
  *background-color: #2a85a0;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-image: -moz-linear-gradient(top, #444444, #222222);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#444444), to(#222222));
  background-image: -webkit-linear-gradient(top, #444444, #222222);
  background-image: -o-linear-gradient(top, #444444, #222222);
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #ffffff;
  background-color: #222222;
  *background-color: #151515;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #080808 \9;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #0088cc;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color: #005580;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar > .btn + .btn,
.btn-toolbar > .btn-group + .btn,
.btn-toolbar > .btn + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group > .btn + .btn {
  margin-left: -1px;
}

.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14px;
}

.btn-group > .btn-mini {
  font-size: 10.5px;
}

.btn-group > .btn-small {
  font-size: 11.9px;
}

.btn-group > .btn-large {
  font-size: 17.5px;
}

.btn-group > .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group > .btn:last-child,
.btn-group > .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.btn-group > .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group > .btn.large:last-child,
.btn-group > .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group > .btn:hover,
.btn-group > .btn:focus,
.btn-group > .btn:active,
.btn-group > .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group > .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group > .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.btn-group-vertical {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
}

.btn-group-vertical > .btn {
  display: block;
  float: none;
  max-width: 100%;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group-vertical > .btn + .btn {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:first-child {
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.btn-group-vertical > .btn:last-child {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.btn-group-vertical > .btn-large:first-child {
  -webkit-border-radius: 6px 6px 0 0;
     -moz-border-radius: 6px 6px 0 0;
          border-radius: 6px 6px 0 0;
}

.btn-group-vertical > .btn-large:last-child {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

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

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li > a > img {
  max-width: none;
}

.nav > .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
}

.nav li + .nav-header {
  margin-top: 9px;
}

.nav-list {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 0;
}

.nav-list > li > a,
.nav-list .nav-header {
  margin-right: -15px;
  margin-left: -15px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.nav-list > li > a {
  padding: 3px 15px;
}

.nav-list > .active > a,
.nav-list > .active > a:hover,
.nav-list > .active > a:focus {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #0088cc;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #ffffff;
}

.nav-tabs,
.nav-pills {
  *zoom: 1;
}

.nav-tabs:before,
.nav-pills:before,
.nav-tabs:after,
.nav-pills:after {
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after,
.nav-pills:after {
  clear: both;
}

.nav-tabs > li,
.nav-pills > li {
  float: left;
}

.nav-tabs > li > a,
.nav-pills > li > a {
  padding-right: 12px;
  padding-left: 12px;
  margin-right: 2px;
  line-height: 14px;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  border: 1px solid transparent;
  -webkit-border-radius: 4px 4px 0 0;
     -moz-border-radius: 4px 4px 0 0;
          border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-pills > li > a {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 2px;
  margin-bottom: 2px;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover,
.nav-pills > .active > a:focus {
  color: #ffffff;
  background-color: #0088cc;
}

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

.nav-stacked > li > a {
  margin-right: 0;
}

.nav-tabs.nav-stacked {
  border-bottom: 0;
}

.nav-tabs.nav-stacked > li > a {
  border: 1px solid #ddd;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.nav-tabs.nav-stacked > li:first-child > a {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-topleft: 4px;
}

.nav-tabs.nav-stacked > li:last-child > a {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.nav-tabs.nav-stacked > li > a:hover,
.nav-tabs.nav-stacked > li > a:focus {
  z-index: 2;
  border-color: #ddd;
}

.nav-pills.nav-stacked > li > a {
  margin-bottom: 3px;
}

.nav-pills.nav-stacked > li:last-child > a {
  margin-bottom: 1px;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.nav-pills .dropdown-menu {
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.nav .dropdown-toggle .caret {
  margin-top: 6px;
  border-top-color: #0088cc;
  border-bottom-color: #0088cc;
}

.nav .dropdown-toggle:hover .caret,
.nav .dropdown-toggle:focus .caret {
  border-top-color: #005580;
  border-bottom-color: #005580;
}

/* move down carets for tabs */

.nav-tabs .dropdown-toggle .caret {
  margin-top: 8px;
}

.nav .active .dropdown-toggle .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.nav-tabs .active .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
  cursor: pointer;
}

.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
.nav > li.dropdown.open.active > a:focus {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}

.nav li.dropdown.open .caret,
.nav li.dropdown.open.active .caret,
.nav li.dropdown.open a:hover .caret,
.nav li.dropdown.open a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
  opacity: 1;
  filter: alpha(opacity=100);
}

.tabs-stacked .open > a:hover,
.tabs-stacked .open > a:focus {
  border-color: #999999;
}

.tabbable {
  *zoom: 1;
}

.tabbable:before,
.tabbable:after {
  display: table;
  line-height: 0;
  content: "";
}

.tabbable:after {
  clear: both;
}

.tab-content {
  overflow: auto;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.nav > .disabled > a {
  color: #999999;
}

.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
}

.navbar {
  *position: relative;
  *z-index: 2;
  margin-bottom: 20px;
  overflow: visible;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
  background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
  background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
  background-repeat: repeat-x;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.nav-collapse.collapse {
  height: auto;
  overflow: visible;
}

.navbar .brand {
  display: block;
  float: left;
  padding: 10px 20px 10px;
  margin-left: -20px;
  font-size: 20px;
  font-weight: 200;
  color: #777777;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}

.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #777777;
}

.navbar-link {
  color: #777777;
}

.navbar-link:hover,
.navbar-link:focus {
  color: #333333;
}

.navbar .divider-vertical {
  height: 40px;
  margin: 0 9px;
  border-right: 1px solid #ffffff;
  border-left: 1px solid #f2f2f2;
}

.navbar .btn,
.navbar .btn-group {
  margin-top: 5px;
}

.navbar .btn-group .btn,
.navbar .input-prepend .btn,
.navbar .input-append .btn,
.navbar .input-prepend .btn-group,
.navbar .input-append .btn-group {
  margin-top: 0;
}

.navbar-form {
  margin-bottom: 0;
  *zoom: 1;
}

.navbar-form:before,
.navbar-form:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-form:after {
  clear: both;
}

.navbar-form input,
.navbar-form select,
.navbar-form .radio,
.navbar-form .checkbox {
  margin-top: 5px;
}

.navbar-form input,
.navbar-form select,
.navbar-form .btn {
  display: inline-block;
  margin-bottom: 0;
}

.navbar-form input[type="image"],
.navbar-form input[type="checkbox"],
.navbar-form input[type="radio"] {
  margin-top: 3px;
}

.navbar-form .input-append,
.navbar-form .input-prepend {
  margin-top: 5px;
  white-space: nowrap;
}

.navbar-form .input-append input,
.navbar-form .input-prepend input {
  margin-top: 0;
}

.navbar-search {
  position: relative;
  float: left;
  margin-top: 5px;
  margin-bottom: 0;
}

.navbar-search .search-query {
  padding: 4px 14px;
  margin-bottom: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.navbar-static-top {
  position: static;
  margin-bottom: 0;
}

.navbar-static-top .navbar-inner {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  margin-bottom: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  border-width: 0 0 1px;
}

.navbar-fixed-bottom .navbar-inner {
  border-width: 1px 0 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-fixed-bottom .navbar-inner {
  padding-right: 0;
  padding-left: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}

.navbar-fixed-top {
  top: 0;
}

.navbar-fixed-top .navbar-inner,
.navbar-static-top .navbar-inner {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}

.navbar-fixed-bottom {
  bottom: 0;
}

.navbar-fixed-bottom .navbar-inner {
  -webkit-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 -1px 10px rgba(0, 0, 0, 0.1);
}

.navbar .nav {
  position: relative;
  left: 0;
  display: block;
  float: left;
  margin: 0 10px 0 0;
}

.navbar .nav.pull-right {
  float: right;
  margin-right: 0;
}

.navbar .nav > li {
  float: left;
}

.navbar .nav > li > a {
  float: none;
  padding: 10px 15px 10px;
  color: #777777;
  text-decoration: none;
  text-shadow: 0 1px 0 #ffffff;
}

.navbar .nav .dropdown-toggle .caret {
  margin-top: 8px;
}

.navbar .nav > li > a:focus,
.navbar .nav > li > a:hover {
  color: #333333;
  text-decoration: none;
  background-color: transparent;
}

.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: #555555;
  text-decoration: none;
  background-color: #e5e5e5;
  -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
     -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-image: -moz-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#e5e5e5));
  background-image: -webkit-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: -o-linear-gradient(top, #f2f2f2, #e5e5e5);
  background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
  background-repeat: repeat-x;
  border-color: #e5e5e5 #e5e5e5 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2f2f2', endColorstr='#ffe5e5e5', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
}

.navbar .btn-navbar:hover,
.navbar .btn-navbar:focus,
.navbar .btn-navbar:active,
.navbar .btn-navbar.active,
.navbar .btn-navbar.disabled,
.navbar .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #e5e5e5;
  *background-color: #d9d9d9;
}

.navbar .btn-navbar:active,
.navbar .btn-navbar.active {
  background-color: #cccccc \9;
}

.navbar .btn-navbar .icon-bar {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #f5f5f5;
  -webkit-border-radius: 1px;
     -moz-border-radius: 1px;
          border-radius: 1px;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
     -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}

.btn-navbar .icon-bar + .icon-bar {
  margin-top: 3px;
}

.navbar .nav > li > .dropdown-menu:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:before {
  top: auto;
  bottom: -7px;
  border-top: 7px solid #ccc;
  border-bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.2);
}

.navbar-fixed-bottom .nav > li > .dropdown-menu:after {
  top: auto;
  bottom: -6px;
  border-top: 6px solid #ffffff;
  border-bottom: 0;
}

.navbar .nav li.dropdown > a:hover .caret,
.navbar .nav li.dropdown > a:focus .caret {
  border-top-color: #333333;
  border-bottom-color: #333333;
}

.navbar .nav li.dropdown.open > .dropdown-toggle,
.navbar .nav li.dropdown.active > .dropdown-toggle,
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  color: #555555;
  background-color: #e5e5e5;
}

.navbar .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #777777;
  border-bottom-color: #777777;
}

.navbar .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #555555;
  border-bottom-color: #555555;
}

.navbar .pull-right > li > .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:before,
.navbar .nav > li > .dropdown-menu.pull-right:before {
  right: 12px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu:after,
.navbar .nav > li > .dropdown-menu.pull-right:after {
  right: 13px;
  left: auto;
}

.navbar .pull-right > li > .dropdown-menu .dropdown-menu,
.navbar .nav > li > .dropdown-menu.pull-right .dropdown-menu {
  right: 100%;
  left: auto;
  margin-right: -1px;
  margin-left: 0;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
  background-image: -moz-linear-gradient(top, #222222, #111111);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#222222), to(#111111));
  background-image: -webkit-linear-gradient(top, #222222, #111111);
  background-image: -o-linear-gradient(top, #222222, #111111);
  background-image: linear-gradient(to bottom, #222222, #111111);
  background-repeat: repeat-x;
  border-color: #252525;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff222222', endColorstr='#ff111111', GradientType=0);
}

.navbar-inverse .brand,
.navbar-inverse .nav > li > a {
  color: #999999;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.navbar-inverse .brand:hover,
.navbar-inverse .nav > li > a:hover,
.navbar-inverse .brand:focus,
.navbar-inverse .nav > li > a:focus {
  color: #ffffff;
}

.navbar-inverse .brand {
  color: #999999;
}

.navbar-inverse .navbar-text {
  color: #999999;
}

.navbar-inverse .nav > li > a:focus,
.navbar-inverse .nav > li > a:hover {
  color: #ffffff;
  background-color: transparent;
}

.navbar-inverse .nav .active > a,
.navbar-inverse .nav .active > a:hover,
.navbar-inverse .nav .active > a:focus {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .navbar-link {
  color: #999999;
}

.navbar-inverse .navbar-link:hover,
.navbar-inverse .navbar-link:focus {
  color: #ffffff;
}

.navbar-inverse .divider-vertical {
  border-right-color: #222222;
  border-left-color: #111111;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle {
  color: #ffffff;
  background-color: #111111;
}

.navbar-inverse .nav li.dropdown > a:hover .caret,
.navbar-inverse .nav li.dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .nav li.dropdown > .dropdown-toggle .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.active > .dropdown-toggle .caret,
.navbar-inverse .nav li.dropdown.open.active > .dropdown-toggle .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-search .search-query {
  color: #ffffff;
  background-color: #515151;
  border-color: #111111;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.15);
  -webkit-transition: none;
     -moz-transition: none;
       -o-transition: none;
          transition: none;
}

.navbar-inverse .navbar-search .search-query:-moz-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:-ms-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query::-webkit-input-placeholder {
  color: #cccccc;
}

.navbar-inverse .navbar-search .search-query:focus,
.navbar-inverse .navbar-search .search-query.focused {
  padding: 5px 15px;
  color: #333333;
  text-shadow: 0 1px 0 #ffffff;
  background-color: #ffffff;
  border: 0;
  outline: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-image: -moz-linear-gradient(top, #151515, #040404);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#151515), to(#040404));
  background-image: -webkit-linear-gradient(top, #151515, #040404);
  background-image: -o-linear-gradient(top, #151515, #040404);
  background-image: linear-gradient(to bottom, #151515, #040404);
  background-repeat: repeat-x;
  border-color: #040404 #040404 #000000;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff151515', endColorstr='#ff040404', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.navbar-inverse .btn-navbar:hover,
.navbar-inverse .btn-navbar:focus,
.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active,
.navbar-inverse .btn-navbar.disabled,
.navbar-inverse .btn-navbar[disabled] {
  color: #ffffff;
  background-color: #040404;
  *background-color: #000000;
}

.navbar-inverse .btn-navbar:active,
.navbar-inverse .btn-navbar.active {
  background-color: #000000 \9;
}

.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #999999;
}

.pagination {
  margin: 20px 0;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-left-width: 0;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #f5f5f5;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}

.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  cursor: default;
  background-color: transparent;
}

.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}

.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-bottom-left-radius: 3px;
          border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
          border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
}

.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
}

.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}

.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}

.pager {
  margin: 20px 0;
  text-align: center;
  list-style: none;
  *zoom: 1;
}

.pager:before,
.pager:after {
  display: table;
  line-height: 0;
  content: "";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 15px;
     -moz-border-radius: 15px;
          border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #999999;
  cursor: default;
  background-color: #fff;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #ffffff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.3);
  *border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
}

.modal-body {
  position: relative;
  max-height: 400px;
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
     -moz-box-shadow: inset 0 1px 0 #ffffff;
          box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #ffffff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #ffffff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #ffffff;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #ffffff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails > li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #0088cc;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
     -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
          box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

.thumbnail > img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
  background-image: -moz-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f5f5f5), to(#f9f9f9));
  background-image: -webkit-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: -o-linear-gradient(top, #f5f5f5, #f9f9f9);
  background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
  background-repeat: repeat-x;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.accordion {
  margin-bottom: 20px;
}

.accordion-group {
  margin-bottom: 2px;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.accordion-heading {
  border-bottom: 0;
}

.accordion-heading .accordion-toggle {
  display: block;
  padding: 8px 15px;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-inner {
  padding: 9px 15px;
  border-top: 1px solid #e5e5e5;
}

.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  line-height: 1;
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control.right {
  right: 15px;
  left: auto;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}

.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}

.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.75);
}

.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #ffffff;
}

.carousel-caption h4 {
  margin: 0 0 5px;
}

.carousel-caption p {
  margin-bottom: 0;
}

.hero-unit {
  padding: 60px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 200;
  line-height: 30px;
  color: inherit;
  background-color: #eeeeee;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
  color: inherit;
}

.hero-unit li {
  line-height: 30px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.affix {
  position: fixed;
}

/*

Theme Name: IDStore - Responsive Magento Theme
Theme URI: http://8theme.com/
Author: 8theme
Author URI: http://themeforest.net/user/8theme
Description: ThemeForest Premium Theme
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html

*/

/* Reset ================================================================================= */
* { margin:0; padding:0; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;

}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}

body          { margin: 0 auto; background-color: #ffffff; color: #222222; font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 20px; }

img           { border:0; vertical-align:top; }

a             { color:#444; text-decoration:none; }
a:hover       { text-decoration:none; }
:focus        { outline:0; }

/* -------------------------------------------------- */
/* Headings
/* -------------------------------------------------- */

h1, h2, h3 { margin-bottom:15px; font-weight: 400; }

h4, h5, h6{ margin-bottom: 10px; font-weight: 400; }

h1 { color: #444; text-transform: uppercase; font-size: 24px;}
h2 { color: #444; text-transform: uppercase; font-size: 18px;}
h3 { color: #444; text-transform: uppercase; font-size: 16px;}
h4 { text-transform: uppercase; font-size: 14px; }
h5 { text-transform: uppercase; font-size: 12px;}
h6 { text-transform: uppercase; font-size: 11px;}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small { color: #999999;font-weight: normal; line-height: 1;}

h1 small { font-size: 22.5px; }
h2 small { font-size: 15.5px; }
h3 small { font-size: 12px; }
h4 small { font-size: 10px; }
h5 small{ font-size: 8px; }

/* Forms */
form          { }
fieldset      { border:0; }
legend        { display:none; }

/* Table */
table         { border:0; border-spacing:0; /*border-collapse:collapse;*/ empty-cells:show; font-size:100%; font-size: 14px; }
.data-table th, .data-table td, .table th, .table td{border-top:1px solid #efefef;font-weight: 300;}
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:bold; }
address       { font-style:normal; line-height:1.5; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em;*/
/*vertical-align:top;*/

/* Lists */
ul,ol         { list-style:none; }

/* Tools */
.clear        { clear:both; }
.hidden       { display:block !important; overflow:hidden !important; margin:0 !important; padding:0 !important; width:0 !important; height:0 !important; border:0 !important; font-size:0 !important; line-height:0 !important; }
.nobr         { white-space:nowrap !important; }
.wrap         { white-space:normal !important; }
.a-left       { text-align:left !important; }
.a-center     { text-align:center !important; }
.a-right      { text-align:right !important; }
.v-top        { vertical-align:top; }
.v-middle     { vertical-align:middle; }
.f-left,
.left         { float:left !important; }
.f-right,
.right        { float:right !important; }
.f-none       { float:none !important; }
.f-fix        { float:left; width:100%; }
.no-display   { display:none; }
.no-margin    { margin:0 !important; }
.no-padding   { padding:0 !important; }
.no-bg        { background:none !important; }
/* ======================================================================================= */


/* Layout ================================================================================ */
.boxed .wrapper {
margin: 0 auto;
width: 980px;
background: #fff;
-webkit-box-shadow: 0 1px 6px;
box-shadow: 0 1px 6px;
}
.wrapper{background: #FFF;}
.page-print { padding:25px 30px; background:#fff; text-align:left; }
.page-empty { padding:20px; background:#fff; text-align:left; }
.page-popup { padding:25px 30px; background:#fff; text-align:left; }
.main-container {margin-top: 30px; }
.main { text-align:left; }

/* Base Columns */
.col-left { float:left; padding:0 0 1px; }
.col-main { float:left;  padding:0 0 1px; }
.col-right { float:right; padding:0 0 1px; }

/* 1 Column Layout */
.col1-layout .col-main { float:none; width:auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float:right; }
.col2-right-layout .col-main { }

/* 3 Columns Layout */
.col3-layout .col-main { margin-left:17px; width:475px; }
.col3-layout .col-wrapper { float:left; width:687px; }
.col3-layout .col-wrapper .col-main { float:right; }

/* Content Columns */
.col2-set .col-1 { float:left; width:48.5%; }
.col2-set .col-2 { float:right; width:48.5%; }
.col2-set .col-narrow { width:32%; }
.col2-set .col-wide { width:65%; }

.col3-set .col-1 { float:left; width:32%; }
.col3-set .col-2 { float:left; margin-left:2%; width:32%; }
.col3-set .col-3 { float:right; width:32%; }

.col4-set .col-1 { float:left; width:23.5%; }
.col4-set .col-2 { float:left; margin:0 2%; width:23.5%; }
.col4-set .col-3 { float:left; width:23.5%; }
.col4-set .col-4 { float:right; width:23.5%; }
/* ======================================================================================= */


/* Global Styles ========================================================================= */
/* Form Elements */
input,select,textarea,button { color:#2f2f2f; vertical-align:middle; font:12px/15px Arial, Helvetica, sans-serif; line-height: 20px;}
input.input-text,select,textarea { border:1px solid #efefef; background:#fff; }
input.input-text,textarea { padding: 4px; outline: none !important;border: 1px solid #efefef;-webkit-border-radius: 0px !important;border-radius: 0px !important;font-size: 12px;-webkit-appearance: none;}
select option { padding-right:10px; }
select.multiselect option { padding:2px 5px; border-bottom:1px solid #b6b6b6; }
select.multiselect option:last-child { border-bottom:0; }
textarea { overflow:auto; }
input.radio { margin-right:3px; }
input.checkbox { margin-right:3px; }
input.qty { width:30px !important; text-align: center; }
input.qty:focus{border:1px solid #bbb !important;}

/* -------------------------------------------------- */
/* Buttons
/* -------------------------------------------------- */

#submit,.button{display:inline-block;padding:0 12px 0;border:none;background:#333333;color:#fff !important;text-align:center;text-transform:normal;white-space:nowrap;font-size:12px;line-height: 28px;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
.button span{color:#fff;line-height:30px;}
.button.active{-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background-color, border-color;}
.button.active:hover{background-color:#e73434;}
.button.big{padding:10px 18px;}
.button.big.active:hover{ }
.button.big span, .checkout-types .btn-checkout > span{ font-weight:300;font-size:16px;line-height: 36px;}
.button.medium {padding: 6px 20px;font-size: 14px;}
.button.underline:hover{text-decoration: underline;}
.tp-caption a.button.active:hover{color:#fff !important;}
.more-link .button{margin-top:30px;}
.button.small.arrow-left{padding-left: 24px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prew_arrow.png);background-position: 10px center;background-repeat: no-repeat;}
.button.small.arrow-right{padding-right: 24px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/back_arrow.png);background-position: 90% center;background-repeat: no-repeat;}
.button.medium.arrow-left{padding-left: 24px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_medium_left.png);background-position: 10px center;background-repeat: no-repeat;}
.button.medium.arrow-right{padding-right: 34px;padding-left: 18px;	background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_medium_right.png);background-position: 141px center;background-repeat: no-repeat;}
.button.big.arrow-left{padding-left: 24px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_big_left.png);background-position: 10px center;background-repeat: no-repeat;}
.button.big.arrow-right,.checkout-types .btn-checkout{padding-right: 55px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_big_right.png);background-position: 91% center;background-repeat: no-repeat;}
.checkout-types .btn-checkout{display: block;padding: 10px 18px;padding-right: 55px;}
input,select{outline:none !important;border:1px solid #efefef;-webkit-border-radius: 0px !important;border-radius: 0px !important;color: #666669;font-weight: 300;font-size: 12px;-webkit-appearance:none;}
select{background:#fff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/select_arrow.png) no-repeat 95% center;height: 40px;     -moz-appearance: none;
    text-indent: 0.1px;
    text-overflow: "";}
select:hover{background:#fff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/select_arrow_hover.png) no-repeat 95% center;}
select, input[type="file"]{line-height: 20px;}
input[type="radio"]{-webkit-appearance:radio;}
input[type="checkbox"]{-webkit-appearance:checkbox;}
.product-information .button span{line-height: 30px;}
.banner_top_button .button { }
.banner_top_button .button span { font-size: 14px;line-height: 36px;}
.button.big.active.etheme-simple-product{margin-left: 23px;}
.entry-content p .button.active.big{padding: 8px 20px;}
.form-row .button{height: 30px;line-height: 28px;}
input:focus, textarea:focus{border: 1px solid #ddd !important;}
.checkout-button.button.big.active.arrow-right{background-position: 235px center;}
#wishlist-table .link-edit{display: none;}
#wishlist-table .cart-cell{position: relative;margin-top: 30px;text-align: center;}

p.control input.checkbox,
p.control input.radio { margin-right:6px; }

/* Form lists */
/* Grouped fields */
/*.form-list { width:535px;*/
/*margin:0 auto;*/
/*overflow:hidden;*/
input[type="radio"]{-webkit-appearance:none;border:none !important;background-color: #FFF; background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/radio-icon.png);background-repeat: no-repeat;background-position: center center;margin-top: 0;margin-right: 0;padding: 0; width: 14px;height: 20px;}
input[type="radio"]:checked{background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/radio-icon-check.png);background-color: #FFF; background-repeat: no-repeat;background-position: center center;}
input[type="checkbox"]{
	/*-webkit-appearance:none;*/
	border:none !important;background-color: #FFF; background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/tick-icon.png);padding: 0; background-repeat: no-repeat;background-position: center center;margin-top: 0;margin-right: 0;width: 16px;height: 20px;}
input[type="checkbox"]:checked{background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/tick-icon-check.png);background-color: #FFF; background-repeat: no-repeat;background-position: center center;}
.product-slider input[type="checkbox"]{background-color: transparent;}
.form-list li { margin:0 0 8px; }
.form-list label { position:relative; z-index:0; float:left; color:#666; font-weight:300; }
.form-list label.required { }
.form-list label.required em { position:absolute; top:0; right:-8px; float:right; color:#eb340a; font-style:normal; }
.form-list li.control label { float:none; }
.form-list li.control input.radio,
.form-list li.control input.checkbox { margin-right:6px;float: left; }
.form-list li.control .input-box { display:inline; clear:none; width:auto; }
/*.form-list li.fields { margin-right:-15px;*/
.form-list .input-box { display:block; clear:both; width:260px; }
.form-list .field { float:left; width:275px; }
.form-list input.input-text { width:254px;height: 40px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.form-list textarea { width:254px; height:10em; }
.form-list select { width:260px; }
.form-list li.wide input.input-text { }
.form-list li.wide textarea { width:529px; }
.form-list li.wide select { width:535px; }
.form-list li.additional-row { margin-top:10px; padding-top:7px; border-top:1px solid #ccc; }
.form-list li.additional-row .btn-remove { float:right; margin:5px 0 0; }
.form-list .input-range input.input-text { width:74px; }

.form-list-narrow li  { margin-bottom:0; }
.form-list-narrow li .input-box { margin-bottom:6px; }
.form-list-narrow li.wide .input-box { width:260px; }
.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea { width:254px; }
.form-list-narrow li.wide select { width:260px; }

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box { width:auto; }

.form-list .name-prefix { width:65px; }
.form-list .name-prefix select { width:55px; }
.form-list .name-prefix input.input-text { width:49px; }

.form-list .name-suffix { width:65px; }
.form-list .name-suffix select { width:55px; }
.form-list .name-suffix input.input-text { width:49px; }

.form-list .name-middlename { width:70px; }
.form-list .name-middlename input.input-text { width:49px; }

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname { width:140px; }
.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text { width:124px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix-suffix .name-firstname { width:210px; }
.form-list .customer-name-prefix-suffix .name-lastname { width:205px; }
.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname { width:210px; }

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname { width:205px; }

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text { width:189px; }

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left; width:85px; }
.form-list .customer-dob input.input-text { display:block; width:74px; }
.form-list .customer-dob label { color:#888; font-weight:normal; font-size:10px; }
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px; }
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px; }
.form-list .customer-dob .dob-year { width:140px; }
.form-list .customer-dob .dob-year input.input-text { width:134px; }

/* Independent fields */
/*.form-list li { margin:0 0 8px;*/
/*}
.form-list li.fields { margin:0;*/
/*}
.form-list .field { display:block;*/
/*margin:0 0 8px;*/
/*}
.form-list li.control { }
.form-list label { float:left;*/
/*padding:2px 10px 0 0;*/
/*width:150px;*/
/*text-align:right;*/
/*}
.form-list label.required { font-weight:bold;*/
/*}
.form-list label.required em {
/*margin-right:3px;*/*/
/*color:#eb340a;*/ font-variant:normal;
/*}
.form-list .input-box { float:left;*/
/*width:260px;*/
/*}
.form-list input.input-text,
.form-list textarea { width:254px;*/
/*}
.form-list select { width:260px;*/
/*}
.form-list li.additional-row {
/*margin-top:10px;*/*/ border-top:1px solid #ddd;
/*}
.form-list li.additional-row .btn-remove { float:right;*/
/*margin:5px 5px 0 0;*/
/*}
.form-list .input-range input.input-text { width:96px;*/
/* Customer */
/*.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year { float:left;*/
/*width:85px;*/
/*}
.form-list .customer-dob input.input-text { display:block;*/
/*width:74px;*/
/*}
.form-list .customer-dob label {
/*color:#777;*/*/
/*text-align:left;*/
/*font-weight:normal;*/ font-size:11px;
/*}
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month { width:60px;*/
/*}
.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text { width:46px;*/
/*}
.form-list .customer-dob .dob-year { width:140px;*/
/*}
.form-list .customer-dob .dob-year input.input-text { width:134px;*/

.buttons-set { clear:both; margin:4em 0 0; padding:8px 0 0; border-top:1px solid #e4e4e4; text-align:right; }
.buttons-set p.required { margin:0 0 10px; }
.buttons-set .back-link { float:left; margin:0;}
.buttons-set .back-link a:before{content:"";display: block;float: left; background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return.png) no-repeat 0 5px;width: 10px;height: 15px;}
.buttons-set .back-link a:hover:before{content:"";display: block;float: left;	background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return-hover.png) no-repeat 0 5px;width: 10px;height: 15px;}
.buttons-set .back-link small{display: none;}
.buttons-set button.button { float:right; margin-left:5px; }

.buttons-set-order { margin:10px 0 0; }
.buttons-set-order .please-wait { padding:12px 7px 0 0; }

.fieldset { margin:20px 0; padding:20px 20px 12px 20px; border:1px solid #ccc; background:#fafafa; }
.fieldset .legend {width: 100%; float:left; margin:0;border-bottom:1px solid #ccc; font-size: 18px;line-height: 32px;font-weight: 300;margin-bottom: 20px;padding-bottom: 20px; width: 100%;text-transform: none;color: #222222; }
.fieldset.advanced-search{background: none;border:none;}
.fieldset.advanced-search .legend{border-bottom:1px solid #efefef;padding-bottom: 0;}
/* Form Validation */
.validation-advice { clear:both; margin:-2px 0 5px; padding-left:17px; min-height:13px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/validation_advice_bg.gif) 2px 0 no-repeat; color:#eb340a; font-weight:400; font-size:11px; line-height:13px; }
.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }
.validation-passed { }
p.required { color:#333333; text-align:right; font-size:11px; }
#form-validate li.control input.checkbox, .form-validate li.control label{float: left;}
#form-validate{margin-bottom: 20px;}

/* Expiration date and CVV number validation fix */
.v-fix { float:left; }
.v-fix .validation-advice { position:relative; display:block; margin-right:-12em; width:12em; }

/* Global Messages  */
.success{color:#3d6611;font-weight:700;}
.error{color:#df280a;font-weight:700;}
.notice{color:#e26703;}
.messages,.messages ul{list-style:none!important;margin:0!important;padding:0!important;}
.messages{overflow:hidden;width:100%;}
.messages li li{margin:0 0 3px!important;}
.error-msg{background:#FFF9F9 url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/error.png) no-repeat 30px center;border-color:#f6c5c8;color:#f3252f;position:relative;}
.success-msg{background:#f7fdea url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/success.png) no-repeat 30px center;border-color:#bfcf88;color:#67942d;position:relative;}
.note-msg,.notice-msg{background:#fefae5 url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/notice.png) no-repeat 30px center;border-color:#f2da7a;color:#dcb721;position:relative;}
.error-msg,.success-msg,.note-msg,.notice-msg{border-style:solid;border-width:0 0 0 4px;display:block;font-size:14px;font-weight:300;margin-bottom:30px;padding:30px 30px 30px 97px;text-transform:uppercase;}
/* -------------------------------------------------- */
/* Breadcrumbs
/* -------------------------------------------------- */

.breadcrumbs {-moz-box-sizing: border-box;box-sizing:border-box;margin-bottom: 30px;margin-left:20px;padding:0 20px;}
.breadcrumbs ul { float:left; }
.breadcrumbs li { display: inline-block; }
.breadcrumbs span {padding:0 6px 0 8px;}
.breadcrumbs strong{font-weight:300;}
.breadcrumbs a{text-decoration:none;font-weight:300;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.back-to{float:right;padding:0 0 2px 12px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return.png) no-repeat 0 5px;font-size:12px;}
.back-to span{position:relative;top:1px;display:none;color:gray;font-size:18px;line-height:3px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.back-to:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return-hover.png) no-repeat left 5px;}
.back_to_previous_page a{color:#666669;}

/* Page Heading */
.page-title { width:100%; border-bottom:1px solid #efefef; margin:0 0 25px; }
.page-title h1,
.page-title h2 { margin: 0 0px 10px 0px;padding-bottom: 20px;line-height: 30px; color: #666669 !important;text-transform: uppercase;font-weight: 300;font-size: 28px; }
.page-title .separator { margin:0 3px; }
.page-title .link-rss { float:right; margin:7px 0 0; }
.title-buttons { text-align:right; }
.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6 { float:left; }

.subtitle,
.sub-title { }

/* Toolbar */
.toolbar {padding-bottom: 20px;border-bottom: 2px solid #f5f5f5;color: #666669;font-weight: 300; font-size: 12px;}
.toolbar-bottom .toolbar{border-bottom:none;border-top:2px solid #f5f5f5;padding-top: 20px;}
.toolbar label { margin-right: 10px;font-weight: 300; font-size: 12px; }
.toolbar select { margin-bottom: 0; width: 120px;height: auto; background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/select_arrow.png) no-repeat 95% center; color: #666669;font-weight: 300;font-size: 12px;}
.toolbar .limiter { float: left; margin:0 10px 0 0; line-height: 20px;}
.toolbar .limiter label { display: inline-block; margin:0 10px 0 0;}
.toolbar .limiter select { display: inline-block; margin-right:10px;}
.toolbar .view-mode { float: left; margin:5px 0 0 40px;}
.toolbar .view-mode label { display: inline-block;float: left; margin:0 10px 0 0;}
.toolbar .view-mode .grid, .toolbar .view-mode .list{display: block;float: left;width: 30px;height:18px;text-indent:-9999px;}
.toolbar .view-mode .grid{margin-right: 10px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/grid.png);background-position: center bottom;background-repeat: no-repeat;}
.toolbar .view-mode .list{background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/list.png);background-position: center bottom;background-repeat: no-repeat;}
.toolbar .view-mode .grid:hover, .toolbar .view-mode .list:hover, .toolbar .view-mode strong.grid, .toolbar .view-mode strong.list{background-position: center top;}
.toolbar .sort-by { float: right; line-height: 20px;}
.toolbar .sort-by label { display: inline-block; margin:0 10px 0 0;}
.toolbar .sort-by select { display: inline-block; margin-right:10px;}
.toolbar .amount { float:left; margin-top:20px;margin-bottom: 0; }
.toolbar .amount strong{font-weight:300 !important;}

.pages {float:right;  margin-top:15px;  margin-left: 20px;}
.pages ol { display: inline-block; }
.pages strong { display: inline-block; display: none; font-weight: 300; }
.pages span{display:block;float:left;}
.pages li{display:inline-block;margin-left:5px;background:#f5f5f5; cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a { display:inline-block; padding:5px 12px; color:#444;text-decoration:none;font-weight:100; font-size: 14px; }
.pages li:hover a{ color: white; }
.pages span{margin-bottom: -11px;padding:6px 12px;color:#444; text-decoration:none;font-weight:100;}
.pages .current {padding:5px 12px; background: #dbdbdb; font-weight:100; font-size: 14px; }
.pages .current:hover{background: #dbdbdb; }
.pages li a img{display: none;}
.pages li a.next{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-color:#f5f5f5;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled.png);background-position:  center center;background-repeat: no-repeat;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a.next:hover{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled-white.png);background-position:  center center;background-repeat: no-repeat;}
.pages li a.previous{display: block;margin-bottom: -10px; width: 8px;height: 20px;background-color:#f5f5f5;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled.png);background-position:  center center;background-repeat: no-repeat;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, color;}
.pages li a.previous:hover{display: block;margin-bottom: -10px;width: 8px;height: 20px;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled-white.png);background-position:  center center;background-repeat: no-repeat;}


.toolbar-bottom { margin-top: 30px; }

/* Generic Info Box */
.info-box { margin:0 0 15px; padding:12px 15px; border:1px solid #d0cbc1; background:#fff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_block-title.gif) 0 0 repeat-x; }
.info-box h2 { font-weight:bold; font-size:13px; }

.info-table th { padding:2px 15px 2px 0; font-weight:bold; }
.info-table td { padding:2px 0; }

/* Shopping cart total summary row expandable to details */
tr.summary-total { cursor:pointer; }
tr.summary-total td { }
tr.summary-total .summary-collapse { float:right; padding-left:20px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_collapse.gif) 0 5px no-repeat; text-align:right; cursor:pointer; }
tr.show-details .summary-collapse { background-position:0 -52px; }
tr.show-details td { }
tr.summary-details td { background-color:#dae1e4; color:#626465; font-size:11px; }
tr.summary-details-first td { border-top:1px solid #d2d8db; }
tr.summary-details-excluded { font-style:italic; }

/* Shopping cart tax info */
.cart-tax-info { display:block; }
.cart-tax-info,
.cart-tax-info .cart-price { padding-right:20px; }
.cart-tax-total { display:block; padding-right:20px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_collapse.gif) 100% 5px no-repeat; cursor:pointer; }
.cart-tax-info .price,
.cart-tax-total .price { display:inline !important; font-weight:normal !important; }
.cart-tax-total-expanded { background-position:100% -52px; }

/* Class: std - styles for admin-controlled content */
.std .subtitle { padding:0; }
.std ol.ol { padding-left:1.5em; list-style:decimal outside; }
.std ul.disc { margin:0 0 10px; padding-left:18px; list-style:disc outside; }
.std dl dt { font-weight:bold; }
.std dl dd { margin:0 0 10px; }
.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote { margin:0 0 1em; padding:0; }
.std ul { padding-left:1.5em; list-style:disc outside; }
.std ol { padding-left:1.5em; list-style:decimal outside; }
.std ul ul { list-style-type:circle; }
.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul { margin:.5em 0; }
.std dt { font-weight:bold; }
.std dd { padding:0 0 0 1.5em; }
.std blockquote { padding:0 0 0 1.5em; font-style:italic; }
.std address { font-style:normal; }
.std b,
.std strong { font-weight:bold; }
.std i,
.std em { font-style:italic; }

/* Misc */
.links li { display:inline; }
.links li.first { padding-left:0 !important; }
.links li.last { padding-right:0 !important; background:none !important; }

.link-cart { }
.link-wishlist { }
.link-reorder { }
.link-compare { }
.link-print { /*padding:2px 0 2px 25px;*/ /*background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_print.gif) 0 2px no-repeat;*/ color:#444; font-weight:normal; }
.link-print:hover{color: #333333;}
.link-rss { padding-left:18px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_rss.gif) 0 2px no-repeat; white-space:nowrap; line-height:14px; }
.btn-remove  { display:block; overflow:hidden; width:15px; height:15px; background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }
.btn-remove:hover{background-position: bottom center;}
.btn-previous  { display:block; overflow:hidden; width:11px; height:11px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_previous.gif) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }
.btn-remove2 { display: block;width: 15px;height: 15px;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png) no-repeat;background-position: top center;cursor: pointer;font-size: 0;}
.btn-remove2:hover{background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png) no-repeat;background-position: bottom center;}
.btn-edit { display:block;float: right; overflow:hidden;margin-top: 2px;  width:15px; height:14px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_edit.png) no-repeat top center; text-indent:-999em; font-size:0; line-height:0; }
.btn-edit:hover{background-position: bottom center;}
.cards-list dt { margin:5px 0 0; }
.cards-list .offset { padding:2px 0 2px 20px; }
#narrow-by-list .price, #narrow-by-list .price, #narrow-by-list .price, #narrow-by-list a, #narrow-by-list2 .price, #narrow-by-list .price, #narrow-by-list2 .price, #narrow-by-list2 a{font-size: 12px;font-weight: 400;color: #222222;}
#narrow-by-list li:hover, #narrow-by-list a:hover span, #narrow-by-list a:hover, #narrow-by-list2 li:hover, #narrow-by-list2 a:hover span, #narrow-by-list2 a:hover{}
#narrow-by-list ol, #narrow-by-list2 ol{margin-bottom: 10px;}
#narrow-by-list li, #narrow-by-list2 li{color: #222222;list-style: square inside;padding-left: 14px;line-height: 2;}
#narrow-by-list a, #narrow-by-list2 a{color: #222222;font-size: 12px;}
.currently li{line-height: 30px;}
.separator { margin:0 3px; }

.divider { display:block; clear:both; overflow:hidden; margin:10px 0; height:1px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_divider1.gif) 0 50% repeat-x; text-indent:-999em; font-size:0; line-height:0; }

/* Global site notices */
.global-site-notice { border:1px solid #cfcfcf; border-width:0 0 1px; background:#ffff90; color:#2f2f2f; text-align:center; font-size:12px; line-height:1.25; }
.global-site-notice .notice-inner { margin:0 auto; padding:12px 0 12px 80px; width:860px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_notice.gif) 20px 25px no-repeat; text-align:left; }
.global-site-notice .notice-inner p { margin:0; padding:10px; border:1px dotted #cccc73; }
.global-site-notice .notice-inner .actions { padding-top:10px; }

/* Cookie Notice */
.notice-cookie { }

/* Noscript Notice */
.noscript { }

/* Demo Notice */
.demo-notice { margin:0; padding:6px 10px; border:0; background:#d75f07; color:#fff; text-align:center; font-size:12px; line-height:1.15; }
.demo-notice .notice-inner { padding:0; width:auto; background:none; text-align:center; }
.demo-notice .notice-inner p { padding:0; border:0; }

/* ======================================================================================= */


/* Header ================================================================================ */
.logo { float:left; }
.header-container { border-bottom: 1px solid #ccc; background: #fafafa; border-top:1px solid #ccc;}
.header { z-index:1000; margin-top: 30px; margin-bottom: 30px; }
.header .logo { float:left; text-decoration:none !important; }
.header .logo strong { position:absolute; top:-999em; left:-999em; overflow:hidden; width:0; height:0; text-indent:-999em; font-size:0; line-height:0; }
.header h1.logo { margin:0; }
.form-language .lang { float: left;}
.form-language .lang:after{content:"/";margin: 0 5px 0 2px;}
.form-language .lang:last-child:after{content:"";margin: 0;}
.quick-access { float:right; padding:28px 10px 0 0; width:600px; }
.welcome-msg { margin:0;}
.welcome-msg a {}
.form-search { width: 251px; }

.search_text{color:gray;font-size:12px;}
.search_form{ }
#search_mini_form .field{float:left;border-top:1px solid #efefef!important;border-right:none!important;border-bottom:1px solid #efefef!important;border-left:1px solid #efefef!important;color:#acacac;font:italic 0 Verdana, sans-serif;}
#search_mini_form .field:focus{font-size:11px;}
#search_mini_form .button{padding: 0;width: 32px;height: 32px;border: 1px solid #F5F5F5;border-left: none;background: #F5F5F5;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/search_button_bg.png);background-position: 6px 6px;background-repeat: no-repeat;text-indent: -9999px;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: background;}
#search_mini_form .button:hover{background:#333333;background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/search_button_bg_hover.png);background-position:6px 6px;background-repeat:no-repeat;}


.header .form-search label { float:left; overflow:hidden; width:24px; height:21px; text-align:left; text-indent:-999em; }
.header .form-search input.input-text { float:left; margin-right:4px; width:209px; border-color:#5c7989; }
.header .form-search button.button { float:left; }
.header .form-search button.button span { padding:0 0 0 3px; height:21px; border:0; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_search.gif) 0 0 no-repeat; font:bold 11px/21px Tahoma, Verdana, Arial, sans-serif; }
.header .form-search button.button span span { padding:0 6px 0 3px; background-position:100% 0; }
.header .form-search .search-autocomplete { top:22px !important; left:40px !important; z-index:999; }
.header .form-search .search-autocomplete ul { border:1px solid #5c7989; background-color:#f9f5f0; }
.header .form-search .search-autocomplete li { padding:2px 8px 1px 8px; border-bottom:1px solid #f4eee7; text-align:left; cursor:pointer; }
.header .form-search .search-autocomplete li .amount { float:right; font-weight:bold; }
.header .form-search .search-autocomplete li.odd { background-color:#fffefb; }
.header .form-search .search-autocomplete li.selected { background-color:#f7e8dd; }
.header .form-language { clear:both; padding:5px 0 0; text-align:right; }
.header .form-language label { padding-right:5px; color:#a7c6dd; vertical-align:middle; font-weight:bold; }
.header .form-language select { padding:0; }
.header .form-language select.flags option { padding-left:25px; background-position:4px 50%; background-repeat:no-repeat; }
.header .links { float:right; margin:0 0 6px; text-align: right; }
.header .links li { float:left; padding:0 2px 0 2px; font: 12px Verdana; }
.header .links li.last-child { padding-right:0; }
.header-container .top-container { clear:both; padding:5px 10px 0 12px; text-align:right; }
.header-container .top-container a { color:#ebbc58; font-size:11px; }
.header-top .container{position: relative;}
.variant1 .logo-container{width: 290px;margin-top: 15px;}
.variant1 .shopping_cart_wrap{float: right;}
.variant1 .store-switcher{position: absolute;left:20px;top:-30px;}
/* Header Variant2  */
.header-variant2 .header-phone, .header-variant3 .header-phone, .header-variant4 .header-phone{/*width: 170px;*/}
.header-variant2 .span5, .header-variant3 .span5{width: 540px;}
.header-variant2 .span3, .header-variant3 .span3{width: 180px;}
.header-variant3 .span5{float: right;}
.variant2{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.variant2 .container{position: relative;}
.variant2 div.menu{position: static;}
.variant2 .header{text-align: justify;margin: 0;display: table;width: 100%;}
.variant2 .logo-container, .variant2 .menu{display: table-cell;vertical-align: middle;  }
.variant2 .logo-container{width: 26%;text-align: left;float: none;}
.header-variant2 .store-switcher{float: left;}
.variant2 .menu{float: right;margin: 0;top: 0;padding: 0;line-height: 34px;}
.variant2 .menu > ul > li{margin-top: 0;padding: 0;}
.variant2 .menu > ul > li.block_li{position: static;}
.variant2 .menu > ul > li > a{border-top: 2px solid transparent;}
.variant2 .menu > ul > li > a:hover{border-top: 2px solid #333333;}
/* top cart  */
.variant2 .menu > ul > li > a,.variant2  .menu > ul > li.over > a,.variant2  .menu > ul > li.active > a,.variant2  .menu > ul > li > a:hover{display: block;padding: 0 12px;height: 90px;line-height: 90px;}
.variant2 .menu > .current-menu-item > a, .variant2 .menu > .current-menu-item > a:hover, .variant2 .menu > ul > li > a:hover, .variant2 .menu > ul > li.over > a, .variant2 .menu > ul > li.active > a{border-bottom: 0;}
.variant2 .menu > ul > li > ul{top:95px}
.variant2 .menu > ul > li > ul > li a{padding: 0;}
.header-variant5 .top-cart .cart-popup{top:27px;}

/* Header Variant 3 */
.variant3 {border-top:1px solid #ccc;border-bottom: 1px solid #ccc;}
.variant3 .header{margin: 0 !important;padding: 15px 0 10px 0;}
.variant3 .header:after, .variant3 .header:before{display: inline-block;text-align: center;width: 100%;}
.variant3 .logo-container{width: 100%;text-align: center;margin-left: 0;}
.variant3 .logo {float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.variant3 .menu{top:0;margin-top: 0;}
.variant3 .menu > ul{text-align: center;}
.variant3 .menu > ul > li{text-align: left;margin-top: 0;line-height: 28px;}
.variant3 .menu > ul > li > a{padding-top: 10px;}
.variant3 .menu > ul > li > ul > li.parent > a:after{right: 0;}
.variant3 .menu > ul > li.over > a, .variant3 .menu > ul > li.active > a,.variant3 .menu > ul > li > a:hover{padding-bottom: 12px;}
.variant3 .menu > ul > li > ul li{line-height: 20px;}

/* Header Variant 4 */
.header-container.variant4{background: #FFF;position: relative;}
.header-variant4 .span5{float: right !important;width: 570px;}
.header-variant4 .links li:after{color: #FFF;}
.header-variant4 .span3{width: 150px;}
.variant4 .header:after, .variant4 .header:before{display: inline-block;text-align: center;width: 100%;}
.header-variant4{background-color: #333333;}
.header-variant4 .header-phone, .header-variant4 .store-switcher .lang, .header-variant4 .store-switcher .lang a, .header-variant4 .links a, .header-variant4 #top-cart > a,.header-variant4 #top-cart > span,  .header-variant4 #top-cart >span .price{color: #FFF !important;}
.header-variant4 #search_mini_form .form-search .field{margin-top: 4px;margin-bottom: 0;padding: 2px 5px 4px 5px;padding-left: 20px;width: 0;border:1px solid transparent !important;background-color: transparent;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/search_button_white_bg.png)!important;background-position: 98% center;background-repeat: no-repeat;color: #444;cursor: pointer;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.variant4 .header{margin: 0 !important;padding: 10px 0;}
.variant4 .header:after, .variant4 .header:before{display: inline-block;text-align: center;width: 100%;}
/*.variant4 .logo-container{width: 100%;text-align: center;margin-left: 0;}*/
.variant4 .logo {float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.variant4 .menu{top:0;margin-top: 0;}
.variant4 .menu > ul{text-align: center;}
.variant4 .menu > ul > li{text-align: left;margin-top: 0;line-height: 36px;}
.variant4 .menu > ul > li > a{padding-top: 10px;}
.variant4 .menu > ul > li > ul > li.parent > a:after{right: 0;}
.variant4 .menu > ul > li.over > a, .variant4 .menu > ul > li.active > a,.variant4 .menu > ul > li > a:hover{padding-bottom: 16px;}
.variant4 .menu > ul > li > ul{top:45px;}
.variant4 .menu > ul > li > ul li{line-height: 20px;}
.variant4 .menu{background: #fafafa;border-top: 1px solid #ccc;width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.variant4 .menu-wrapper, .variant4 .menu-wrapper .span12{width: 100%;}
.boxed .variant4 .menu-wrapper .menu{width: 980px !important;}

/* Header Variant 5 */
.header-variant5 .header-phone{width: 150px;}
.header-variant5 .span5{width: 570px;float: right;}
.header-variant5 .span3{width: 150px;}
.header-variant5 #search_mini_form .form-search .field{margin-top: 4px;margin-bottom: 0;padding: 2px 5px 4px 5px;padding-left: 20px;width: 0;border:1px solid transparent !important;background-color: transparent;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/search_button_white_bg.png);background-position: 98% center;background-repeat: no-repeat;color: #444;cursor: pointer;-webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s;}
.variant5{border-top:1px solid #ccc;border-bottom:1px solid #ccc;}
.variant5 .header{text-align: justify;margin: 0;display: table;width: 100%;position: relative;}
.variant5 .logo-container, .variant5 .menu{display: table-cell;vertical-align: middle;  }
.variant5 .logo-container{width: 26%;text-align: left;float: none;}
.variant5 .menu{float: right;margin: 0;top: 0;padding: 0;line-height: 34px;position: static;}
.variant5 .menu > ul > li{margin-top: 0;padding: 0;}
.variant5 .menu > ul > li.block_li{position: static;}
.variant5 .menu > ul > li.block_li > .nav_block{top:91px;}
/* top cart  */
.variant5 .menu > ul > li > a,.variant5  .menu > ul > li.over > a,.variant5  .menu > ul > li.active > a,.variant5  .menu > ul > li > a:hover{display: block;padding: 0 12px;height: 90px;line-height: 90px;}
.variant5 .menu > .current-menu-item > a, .variant5 .menu > .current-menu-item > a:hover, .variant5 .menu > ul > li > a:hover, .variant5 .menu > ul > li.over > a, .variant5 .menu > ul > li.active > a{border-bottom: 0;}
.variant5 .menu > ul > li > ul{top:91px}
.variant5 .menu > ul > li > ul > li a{padding: 0;}
.header-variant5 .header-phone, .header-variant5 .store-switcher .lang, .header-variant5 .store-switcher .lang a, .header-variant5 .links a, .header-variant5 #top-cart > a,.header-variant5 #top-cart > span,  .header-variant5 #top-cart  > span .price{color: #FFF !important;}
.header-variant5 .top-cart .cart-popup{top:27px;}
.header-variant5 .links li:after{color: #FFF;}

/* -------------------------------------------------- */
/* Fixed Header Area
/* -------------------------------------------------- */
.fixed-header-area{background: #fafafa;}
.fixed-header-area .fixed-header{}
.fixed-header-area #main-nav {padding-right:0; position: relative; float: right;max-width: 716px;width: 100%;}
.fixed-header-area{position: fixed;top: -200px;width: 100%;z-index:10001;float: left;border-top-width: 1px;border-bottom:1px solid #ccc;border-top:1px solid #ccc;}
.boxed .fixed-header-area{width: auto;padding: 0 20px;}
.fixed-already{top:0;-webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out;-ms-transition: all 0.2s ease-in-out;-o-transition: all 0.2s ease-in-out;transition: all 0.2s ease-in-out;}
.admin-bar .fixed-already{top:28px;}
.fixed-header-area .fixed-header{ padding: 10px 20px;background: #fafafa;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.fixed-header-area .fixed-header .span4{width: 220px;margin-left: 0;}
.fixed-header-area .fixed-header .span8{float: right;}
.fixed-header-area .logo{font-size: 36px;max-width: 215px;margin-bottom: 10px;}
.fixed-header-area #main-nav{width: auto;float: right;margin-left: 0;}
.fixed-header-area > div.menu, .fixed-header div.menu ul#top{text-align: right !important;}
.fixed-header .menu{top:0;margin-top: 0;padding: 0;line-height: 44px;text-align: right;}
.fixed-header .menu > ul > li{margin-top: 0;}
.fixed-header  .menu > ul > li > ul > li a{text-align: left !important;}
.fixed-header  .menu > ul > li > ul > li a:hover{}
.fixed-header-area .menu > ul > li > ul{top:59px;}
.fixed-header-area .menu > .current-menu-item > a,
.fixed-header-area .menu > .current-menu-item > a:hover,
.fixed-header-area .menu > ul > li > a:hover{ border-top-width: 2px; border-top-style: solid;}
.fixed-header-area .menu > ul > li.over > a,.fixed-header-area .menu > ul > li.active > a,.fixed-header-area .menu > ul > li > a:hover{padding-top: 23px;padding-bottom: 27px;}
.fixed-header-area .menu > ul > li > ul li{line-height: 20px;}


.shopping_cart_wrap { text-align: right; }
.top-cart {position: relative;padding-bottom: 5px;}
.variant1 .top-cart{float: right;}
.top-cart .cart-popup {position: absolute;top: 26px;right: 0;z-index: 10001;display: none;padding: 20px;width: 360px;border-top: 3px solid #f5f5f5;border-right: 2px solid #f5f5f5;border-bottom: 2px solid #f5f5f5;border-left: 1px solid #f5f5f5;background: #fff;text-align: left;}
.top-cart:hover .cart-popup {display: block;}
.top-cart.pending .cart-popup {display: block;}
#top-cart .cart-popup .recently-added {margin: 0;padding-bottom: 5px;font-weight: 300;font-size: 12px;}
#top-cart .cart-popup a > img {width: 75px;opacity: 1;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;}
.cart-popup .product-details button{display: block;float: right;padding: 0;width: 17px;height: 17px;border-color:transparent;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png) no-repeat;background-color: #fff;background-position: top center; text-indent: -999em;font-weight: 300;}
.cart-popup .product-details button:hover{background-position: 0 -17px;height: 16px;position: relative;top: 2px;left: -1px}
.cart-popup .product-image{float: left;}
.cart-popup .item{float: left;padding: 20px 0;width: 100%;}
.cart-popup .product-name a{color: #444;text-transform: uppercase;font-weight: 300;font-size: 14px;}
.cart-popup .product-details strong{font-weight: 300!important;}
.cart-popup .product-image{margin:0 10px 0 0;}
.cart-popup .btn-edit{margin-right:5px;float: right !important;}
.cart-popup .product-details .price{margin-left: 2px;color:#333333;font-weight: 300;font-size: 16px;}
#top-cart button.btn-checkout {float: right;width: 100%;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled-white.png);background-position: 70% center;background-repeat: no-repeat;padding: 5px 28px;}
#top-cart button.btn-view {float: left;width: 40%;}
.cart-popup .products-small{float: left;width: 100%;border-top:1px solid #efefef;border-bottom:1px solid #efefef;}
.cart-popup .summary{float: left;margin:10px 0 20px;width: 100%;color: #444;text-align: right !important;text-transform: uppercase;font-weight: 300;font-size: 18px;text-align: center;}
.cart-popup .summary .price{color: #444;font-weight: 300;font-size: 18px !important;}
#top-cart .item .item-info{float: left;width: 240px;}
#top-cart .product-name{float: left;width: 230px;}

/********** < Navigation */
.header-variant1, .header-variant2, .header-variant3, .header-variant4, .header-variant5{ position: relative; padding: 8px 0 0;}
.header-variant1 .form-search, .header-variant2 .form-search, .header-variant3 .form-search, .header-variant4 .form-search, .header-variant5 .form-search{float: right;width: auto;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant3 .search_form, .header-variant4 .search_form, .header-variant5 .search_form{ position: absolute;right: 0;z-index:1; margin: -9px 0 0 20px; width:auto;}
.header-variant1 .search_form form, .header-variant2 .search_form form, .header-variant3 .search_form form, .header-variant4 .search_form form, .header-variant5 .search_form form{margin-bottom: 0 !important;}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field,  .header-variant3 #search_mini_form .form-search .field{ margin-top:5px;height: 20px; margin-bottom:0; padding:2px 5px 4px 5px; padding-left:20px; width:0;border:1px solid #fff !important;  border: 1px solid #ffffff!important;font-size: 0; background-color: transparent; background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/search_button_bg.png);background-position:98% center;background-repeat:no-repeat; color:#444; cursor: pointer; -webkit-transition: all 0.4s ease 0s;-moz-transition: all 0.4s ease 0s;-o-transition: all 0.4s ease 0s;transition: all 0.4s ease 0s; }
.header-variant1 #search_mini_form .form-search .field:focus, .header-variant2 #search_mini_form .form-search .field:focus, .header-variant3 #search_mini_form .form-search .field:focus, .header-variant4 #search_mini_form .form-search .field:focus, .header-variant5 #search_mini_form .form-search .field:focus  { padding-left:6px;font-size: 12px; width:200px; border: 1px solid #e6e6e6!important; background-color: #FFF; cursor: text;}
.header-variant1 .form-search .button, .header-variant2 .form-search .button, .header-variant3 .form-search .button, .header-variant4 .form-search .button, .header-variant5 .form-search .button  { display: none; }
.header-variant1 .header-links, .header-variant2 .header-links, .header-variant3 .header-links, .header-variant4 .header-links, .header-variant5 .header-links { float:right; margin-top:0; }
.header-variant1 #top-cart , .header-variant2 #top-cart,  .header-variant3 #top-cart, .header-variant4 #top-cart, .header-variant5 #top-cart {float: right; margin-right: 50px;}
.header-variant1 #top-cart > a, .header-variant2 #top-cart > a, .header-variant3 #top-cart > a, .header-variant4 #top-cart > a, .header-variant5 #top-cart > a{float: left;padding-bottom: 2px; margin-right: 3px;margin-bottom: 0;color: #222222;}
.header-variant1 #top-cart span .price, .header-variant2 #top-cart span .price, .header-variant3 #top-cart span .price, .header-variant4 #top-cart span .price, .header-variant5 #top-cart span .price {color: #444;font-size: 14px;}
.header-variant1 .links li, .header-variant2 .links li, .header-variant3 .links li, .header-variant4 .links li, .header-variant5 .links li{margin-right: 0;}
.header-variant1 .links li:after, .header-variant2 .links li:after, .header-variant3 .links li:after, .header-variant4 .links li:after, .header-variant5 .links li:after{content:"/";margin:0 2px 0 6px;}
.header-variant1 .links li:last-child:after, .header-variant2 .links li:last-child:after, .header-variant3 .links li:last-child:after, .header-variant4 .links li:last-child:after, .header-variant5 .links li:last-child:after{content:"";}
.links li:last-child:after{content:"";margin-right: -5px;}
.links li:after{content:"/";margin:0 2px 0 6px;}
 .et-menu-title {
display: none;
margin: 20px 0;
padding: 0 15px 0 15px;
color: #FFF;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 20px;
line-height: 50px;
cursor: pointer;
}


 .side-menu-wrap .et-mobile-menu{text-align:left;width: auto !important;}
 .header-type-variant2 .side-menu-wrap .et-mobile-menu{margin:0 0 20px;}
 .et-menu-title{display: none;margin: 20px 0;padding: 0 15px 0 15px; color: #FFF;text-align: left;text-transform: uppercase;font-weight:300;font-size: 20px;line-height: 50px;cursor: pointer;}
 .et-menu-title i {margin-right: 10px; font-size: 22px;}
 .et-mobile-menu li{position:relative;display:block;}
 .et-mobile-menu li .open-child{display:block;float:right;width:46px;height:45px;border-top:1px solid #EFEFEF;background-color:#f5f5f5;background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/menu-plus.png);background-position:center center;background-repeat:no-repeat;font-size:0;cursor:pointer;}
 .et-mobile-menu li .open-child:hover{background-color:#F5F5F5;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
 .et-mobile-menu li.over > .open-child{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/menu-minus.png);}
 .et-mobile-menu li > a{display:block;padding:0 10px;border-top:1px solid #efefef;background:#FFF;color:#444;text-transform: uppercase; font-weight:300;font-size:16px;line-height:45px;}
 .et-mobile-menu li > a:hover{background-color:#F5F5F5;color:#222;text-decoration:none;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
 .et-mobile-menu > li:last-child{border-bottom:1px solid #efefef;}

/* Mobile menu side
-------------------------------------------------------------- */
.side-menu-wrap{
position: absolute;
top:0;
left: 0;
z-index:10001;
display: none;
margin: 0;
width: 250px !important;
height: 100%;
background: #272727;
-webkit-transform: translate(-100%);
-moz-transform: translate(-100%);
-ms-transform: translate(-100%);
-o-transform: translate(-100%);
transform: translate(-100%);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;;
-webkit-transition: opacity 100ms 300ms,-webkit-transform 500ms ease;
-moz-transition: opacity 100ms 300ms ease,-moz-transform 500ms ease;
-o-transition: opacity 100ms 300ms ease,-o-transform 500ms ease;
transition: opacity 100ms 300ms ease,transform 500ms ease;
-webkit-transition-delay: ease,0s;
}

.boxed.mobile-menutype-side  .side-menu-wrap{
	-webkit-transform: translate(-200%);
-moz-transform: translate(-200%);
-ms-transform: translate(-200%);
-o-transform: translate(-200%);
transform: translate(-200%);
}

.boxed.mobile-menu-shown.mobile-menutype-side .side-menu-wrap{
-webkit-transform: translate(-100%);
-moz-transform: translate(-100%);
-ms-transform: translate(-100%);
-o-transform: translate(-100%);
transform: translate(-100%);
}


.mobile-menutype-side .et-mobile-menu.menu-type-side{
	margin-top: 0 !important;
	width: 100%;
opacity: .5;
filter: alpha(opacity=50);
-webkit-transition: opacity 100ms 300ms,-webkit-transform 500ms ease;
-moz-transition: opacity 100ms 300ms ease,-moz-transform 500ms ease;
-o-transition: opacity 100ms 300ms ease,-o-transform 500ms ease;
transition: opacity 100ms 300ms ease,transform 500ms ease;
-webkit-transition-delay: ease,0s;
-webkit-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-moz-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-ms-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-o-transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
transform: translate3d(-50%,0,0) scale3d(0.7,0.7,0.7);
-webkit-transform-origin: 50% 0;
-moz-transform-origin: 50% 0;
-ms-transform-origin: 50% 0;
-o-transform-origin: 50% 0;
transform-origin: 50% 0;

}



.mobile-menutype-side .side-menu-wrap #close-side-nav{display: block;margin: 10px 0;width: 100%;height: 31px; background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite-big.png) no-repeat top center;cursor: pointer;}

.mobile-menu-shown.mobile-menutype-side  .et-mobile-menu.menu-type-side{
opacity: 1;
	filter: alpha(opacity=100);
-webkit-transform: translate3d(0,0,0);
-moz-transform: translate3d(0,0,0);
-ms-transform: translate3d(0,0,0);
-o-transform: translate3d(0,0,0);
transform: translate3d(0,0,0);
}




body.mobile-menu-shown.mobile-menutype-side {-ms-overflow-x: hidden;overflow-x: hidden;}



.mobile-menu-shown.mobile-menutype-side .wrapper{
-webkit-transform: translate(250px);
-moz-transform: translate(250px);
-ms-transform: translate(250px);
-o-transform: translate(250px);
transform: translate(250px);
}

.boxed.mobile-menu-shown.mobile-menutype-side .wrapper{
	-webkit-transform: translate(245px);
-moz-transform: translate(245px);
-ms-transform: translate(245px);
-o-transform: translate(245px);
transform: translate(245px);
}
.mobile-menutype-side .et-mobile-menu li > a{border-top-color: #303030;background: transparent;color: #eaeaea;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.mobile-menutype-side .et-mobile-menu li:last-child{border-bottom-color:#303030;}
.mobile-menutype-side .et-mobile-menu li .open-child{border-top-color:#303030;background-color: transparent;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down-white.png);background-position: center center;background-repeat: no-repeat;}
.mobile-menutype-side .et-mobile-menu li.over > .open-child{border-top-color:#303030;background-color: transparent;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up-white.png);background-position: center center;background-repeat: no-repeat;}
/* level 1
-------------------------------------------------------------- */

.mobile-menutype-side .et-mobile-menu > li > ul {border-top:0!important;}
/* level 1 +
-------------------------------------------------------------- */
.mobile-menutype-side .et-mobile-menu > li ul{display:none;}
.mobile-menutype-side .et-mobile-menu > li > ul li{position:relative;display:block;}
.mobile-menutype-side .et-mobile-menu > li > ul > li a{display:block;padding-left:20px;font-size:14px;}
.mobile-menutype-side .et-mobile-menu > li > ul > li li a{padding-left:40px;}
.mobile-menutype-side .et-mobile-menu > li > ul > li li li a{padding-left:60px;}





/* Mobile Navigation
-------------------------------------------------------------- */

.mobile-menutype-default .et-mobile-menu{text-align:left;display:none;margin:-20px 0 20px;}
.mobile-menutype-default .header-type-variant2 .et-mobile-menu{margin:0 0 20px;}
.mobile-menutype-default .et-menu-title{cursor: pointer;display: none;line-height: 50px; color: #FFF;font-size: 20px;text-align: left;margin: 20px 0;padding: 0 15px 0 15px;text-transform: uppercase;font-weight:300;}
.mobile-menutype-default .et-menu-title i {margin-right: 10px; font-size: 22px;}
/* level 0
-------------------------------------------------------------- */
.mobile-menutype-default .et-mobile-menu li{display:block;position:relative;}
.mobile-menutype-default .et-mobile-menu li .open-child{float:right;display:block;text-indent:-99999px;width:46px;height:45px;border-top:1px solid #EFEFEF;background:#f5f5f5;background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/menu-plus.png);background-position:center center;background-repeat:no-repeat;cursor:pointer;}
.mobile-menutype-default .et-mobile-menu li .open-child:hover{background-color:#F5F5F5;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
.mobile-menutype-default .et-mobile-menu li.over > .open-child{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/menu-minus.png);}
.mobile-menutype-default .et-mobile-menu li > a{text-transform: uppercase;display:block;line-height:45px;font-size:16px;background:#FFF;color:#444;border-top:1px solid #efefef;padding:0 10px; font-weight:300;}
.mobile-menutype-default .et-mobile-menu li > a:hover{background-color:#F5F5F5;text-decoration:none;color:#222;-webkit-transition:background-color .3s ease;-moz-transition:background-color .3s ease;-ms-transition:background-color .3s ease;-o-transition:background-color .3s ease;transition:background-color .3s ease;}
.mobile-menutype-default .et-mobile-menu > li:last-child{border-bottom:1px solid #efefef;}
/* level 1
-------------------------------------------------------------- */

.mobile-menutype-default .et-mobile-menu > li > ul {border-top:0!important;}
/* level 1 +
-------------------------------------------------------------- */
.mobile-menutype-default .et-mobile-menu > li ul{display:none;}
.mobile-menutype-default .et-mobile-menu > li > ul li{display:block;position:relative;}
.mobile-menutype-default .et-mobile-menu > li > ul > li a{padding-left:20px;display:block;font-size:14px;}
.mobile-menutype-default .et-mobile-menu > li > ul > li li a{padding-left:40px;}
.mobile-menutype-default .et-mobile-menu > li > ul > li li li a{padding-left:60px;}
/* -------------------------------------------------- */
/* Top Menu
/* -------------------------------------------------- */

div.menu{position: relative;top:-7px;margin:0;margin-top: -18px;padding:4px 0;text-align:left;}
.menu  ul > li:hover > ul {display:block;}
.nav-tabs li:last-child, .menu > ul > li > ul li:last-child {border-bottom: 1px solid #efefef;}
/* level 0
-------------------------------------------------------------- */
.menu > ul > li:first-child a{margin-left:0;}
.menu > ul > li:last-child{margin-right:5px;}
.menu > ul > li{position:relative;display:inline-block;margin-top: 18px;padding:2px 0;}
.fixed-header-area .menu > ul > li{padding: 0;}
.menu > ul > li .sf-sub-indicator{display:none;}
.menu > ul > li.clearence{float:right;}
.menu > ul > li > a{float:none;margin:0;padding:30px 16px 18px 16px;font-size: 14px;background:transparent;text-decoration:none;text-transform:uppercase;text-shadow:0 1px 0 #fff; }
.header-type-default .menu > ul > li > a, .header-type-default .menu .current-menu-item > a,.header-type-default .menu .current-menu-item > a:hover{padding: 0 16px 16px 16px;}
.menu > ul > li.over > a,.menu > ul > li.active > a,.menu > ul > li > a:hover{padding: 30px 16px 16px 16px;border-bottom-width:2px;border-bottom-style:solid;text-decoration:none;}
.menu > ul > li > a:hover{font-weight: bold;}
.menu .current-menu-item > a,.menu .current-menu-item > a:hover{padding:9px 16px 16px 16px;border-bottom-width:2px !important; border-bottom-style:solid;color:#444;text-decoration:none;}
.menu > ul > li:last-child > a,
.menu > ul > li:last-child > a:hover { margin-right:0; padding-right: 0; }
.menu .sub-menu .current-menu-item{background: #FFF;}
.menu .sub-menu .current-menu-item > a{padding: 8px 0 !important;height: auto !important;border-bottom: none;color: #333333;text-decoration: none;line-height: 20px !important;}
.menu .sub-menu .current-menu-item > a:hover{color: #333333 !important;}
/* level 1
-------------------------------------------------------------- */
.menu > ul > li > ul{top:37px;left:0;}
/* level 1 +
-------------------------------------------------------------- */
.menu > ul > li ul{position:absolute;z-index:10000;display:none;margin-top:0px;margin-top:-2px;padding:0;width:168px;background:#fafafa;}
.menu > ul > li ul{border-top-width:2px;border-top-style: solid;}
.menu > ul > li > ul li{position:relative;display:block; padding: 0 15px; border-top: 1px solid #efefef;border-left: 1px solid #efefef;border-right: 1px solid #efefef;}
.menu > ul > li > ul li:hover{background: #f5f5f5;}
.menu > ul > li > ul > li a{display:block;padding:8px 0;width:100%;text-transform: uppercase; font-size: 12px; }
.menu > ul > li > ul > li.parent > a:after{position: absolute;margin-top: 5px;margin-left: 13px;width: 15px;right: 0;top:8px;height: 15px;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/shortcodes-arrow-right.png) no-repeat;content: '';}
.menu > ul > li > ul > li a:hover{}
.menu > ul > li > ul > li ul{top:-1px;left:167px;}
.menu > ul > li > ul > li .sf-sub-indicator{float:right;}
.menu > ul > li > ul > li a.sf-with-ul{position: relative;}

/* -------------------------------------------------- */
/* Mega Menu
/* -------------------------------------------------- */
.variant1 .menu{position: relative;top:-8px;}
.variant1 .menu > ul.menutype1 > li, .variant3 .menu > ul.menutype1 > li, .variant4 .menu > ul.menutype1 > li{position: static;}
.variant1 .menu > ul.menutype1 > li.over > a,.variant1  .menu > ul.menutype1 > li.active > a,.variant1  .menu > ul.menutype1 > li > a:hover, .variant4 .menu > ul.menutype1 > li.over > a,.variant4  .menu > ul.menutype1 > li.active > a,.variant4  .menu > ul.menutype1 > li > a:hover{border-bottom-width:2px;border-bottom-style: solid;}
 .menu > ul.menutype1 > li.active > a {font-weight: bold;}
.variant1 .menu > ul.menutype1 > li > ul, .variant3 .menu > ul.menutype1 > li > ul, .variant4 .menu > ul.menutype1 > li > ul{background: #FFF;border-top:none;border-bottom:1px solid #ccc; margin-top: 0;top: 60px;width: 100%;position: absolute;padding-bottom: 20px;width: 940px;padding: 0 20px 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.variant3 .menu > ul.menutype1 > li > ul{top:42px !important;border-bottom: 1px solid #ccc;}
.variant4 .menu > ul.menutype1 > li > ul{top:50px;width: 940px;left: 50%;margin-left: -470px;}
.boxed .variant1 .menu > ul.menutype1 > li > ul, .boxed .variant3 .menu > ul.menutype1 > li > ul{width: 980px;margin-left: -20px;}
.boxed .variant4 .menu > ul.menutype1 > li > ul{width: 980px;margin-left: 0;left: 0;}
.variant1 .menu > ul.menutype1 > li > ul li, .variant3 .menu > ul.menutype1 > li > ul li, .variant4 .menu > ul.menutype1 > li > ul li{width: 160px;float: left;border: none;}
.variant1 .menu > ul.menutype1 > li > ul li:hover, .variant1 .menu > ul.menutype1 > li > ul > li > ul > li:hover, .variant3 .menu > ul.menutype1 > li > ul li:hover, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:hover, .variant4 .menu > ul.menutype1 > li > ul li:hover, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:hover{background: none;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li{display: list-item;padding: 0;padding-left: 15px;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li:before, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:before, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:before{content: "";width: 5px;height: 5px;background: #222222;display: block;position: absolute;left: 0;top:9px;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:hover:before{background-color: #333333;}
.variant1 .menu > ul.menutype1 > li > ul > li > a, .variant3 .menu > ul.menutype1 > li > ul > li > a, .variant4 .menu > ul.menutype1 > li > ul > li > a{padding: 20px 0 10px 0;}
.variant1 .menu > ul.menutype1 > li > ul > li ul, .variant3 .menu > ul.menutype1 > li > ul > li ul, .variant4 .menu > ul.menutype1 > li > ul > li ul{position: static;float: left;clear: both;display: block;border-top:none;background: #FFF;}
.variant1 .menu > ul.menutype1 > li > ul > li > ul > li a, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li a, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li a{text-transform: none;color: #222222;line-height: 25px;padding: 0;}
.variant1 .menu > ul.menutype1 > li > ul > li.parent > a:after, .variant3 .menu > ul.menutype1 > li > ul > li.parent > a:after, .variant4 .menu > ul.menutype1 > li > ul > li.parent > a:after{background: none;}


/* -------------------------------------------------- */
/* Custom Block
/* -------------------------------------------------- */
.menu > ul > li .nav_block{display: none;}
.menu > ul > li:hover .nav_block{display: block;background: #FFF;border-top: none;border-bottom: 1px solid #ccc;margin-top: 0;top: 50px;z-index:10000;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);position: absolute;width: 980px;padding:20px 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.menu > ul > li .nav_block .block-with-icon{width: 300px;}
.menu > ul > li .nav_block .block-with-icon h2{margin-bottom: 0;}
.menu > ul > li .nav_block .block-with-icon p{line-height: 20px;}
.menu > ul > li .nav_block .block-with-icon:hover em{color: #333333;}
.menu > ul > li .nav_block .block-with-icon .button:hover{color: #FFF !important;}
.menu > ul > li.block_li:hover .nav_block ul{display: block;position: relative;border:none;background: transparent;width: 100%;}
.menu > ul > li.block_li .nav_block ul li.level1{float: left;margin-left: 20px;display: inline-block;width: 160px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > a{text-transform: uppercase;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li{padding: 0;line-height: 20px;position: relative;padding-left: 15px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li:before{content: "";width: 5px;height: 5px;background: #222222;display: block;position: absolute;left: 0;top: 9px;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li > a{text-transform: none;color: #222222;line-height: 25px;padding: 0;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li > a:hover{color: #333333;}
.menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li:hover:before{background: #333333;}
.fixed-header-area .menu > ul > li.block_li{display: none;}
.menu-demo-block{float: right;width: 360px;margin-right: 20px;}
.menu-demo-block h3{font-size: 12px;margin-bottom: 0;}
.menu-demo-block img{max-width: 230px;margin: 0 15px 0px 0;float: left;}
.menu-demo-block p{line-height: 20px;}
.variant1 .menu ul > li:hover .nav_block{top:60px !important;}
.variant3 .menu ul > li:hover .nav_block{top:42px !important;}
.variant2 .menu ul > li:hover .nav_block{left: -20px !important;-webkit-transform: translateX(0);
   -moz-transform: translateX(0);
    -ms-transform: translateX(0);
     -o-transform: translateX(0);
        transform: translateX(0);
   top:93px!important;
       }
/********** Navigation > */
/* ======================================================================================= */


/* Sidebar =============================================================================== */
.force-to-right .col-main{float: left !important;}
.force-to-right .col-left{float: left !important;}
.block { margin:0 0 15px; }
.block .block-title { margin-bottom: 10px !important;padding: 10px 0 5px;color: #222222;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 14px; }
.block .block-title strong {font-weight: 300; }
.block .block-title a { text-decoration:none !important; }
.block .block-subtitle { margin:0; padding:5px 0 10px; color:#222222; font-weight:300; font-size:14px; }
.block .block-content { }
.block .block-content li.item { padding:7px 0; }
.block .block-content li.item  .product-name a{text-transform: uppercase;}
.block-compare .block-content li.item{padding: 7px 0;}
.block .block-content .product-name { color:#444; font-size: 12px;line-height: 20px;}
.block .btn-remove,
.block .btn-edit { float:right; margin:7px 0 2px 5px; }
#compare-items{margin-bottom: 10px;}
#compare-items .product-name a{text-transform: uppercase;}
.block-compare .btn-remove{margin: 0 !important;}
.block .actions { padding:6px 0; text-align:right; }
.block.block-reorder .actions{padding: 20px 0;}
.block.block-reorder .actions a{margin-top: 8px;float: left;}
.block .actions a { float:right; }
.block .actions button.button { float:right; }
.block .empty { margin:0; padding:5px 9px; }

.block li.odd { }
.block li.even { }

/* Mini Blocks */
.block-cart,
.block-wishlist,
.block-subscribe,
.block-compare,
.block-reorder,
.block-poll,
.block-viewed,
.block-compared,
.block-related,
.block-tags,
.block-login { font-size:11px; line-height:1.25; }
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {  background-position:0 0; background-repeat:no-repeat; }
.block-compare .actions a{float: left;margin-top: 10px;}
/* Mini Products List */
.mini-products-list .product-image { float:left; width:50px; }
.mini-products-list .product-details { margin-left:60px; }
.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small { word-wrap:break-word; }
.block-cart .mini-products-list .product-details .nobr { white-space:normal !important; }

/* Block: Account */
.block-account { border-color:#efefef; }
.block-account .block-title { font-weight: 300; }
.block-account .block-title strong {font-weight: 300; }
.block-account .block-content .current strong{font-weight: normal !important;text-transform: uppercase;}
.block-account .block-content li a { display:block; padding:5px 0; border-bottom:1px solid #efefef; color:#444; text-decoration:none !important;text-transform: uppercase; }
.block-account .block-content li a:hover { }
.block-account .block-content li.last a { border-bottom:0; }
.block-account .block-content li.current { padding:5px 0; border-bottom:1px solid #efefef; }
.block-account .block-content li.current.last { border-bottom:0; }

/* Block: Currency Switcher */
.block-currency { padding:7px 12px 10px; border:0;}
.block-currency .block-title { margin:0 0 5px; padding:0; border:0; background:none; }
.block-currency .block-title strong { padding:0 0 0 20px; color:#222222; text-transform:none; font-size:14px;text-transform: uppercase;font-weight: 300; }
.block-currency .block-content { padding:0; background:none; }
.block-currency .block-content select { width:100%; }


/* Block: Categories */

.block.left-categories .block-title { clear: both;margin-bottom: 15px;padding: 16px 10px;background: #f5f5f5;text-align: center; -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.block.left-categories .block-title strong,
.block.left-categories .block-title h2 { margin-bottom: 0;color: #656565;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 26px; line-height: 36px; }
.block.left-categories .block-title strong span { }
.blockv .block-title a { text-decoration:none !important; }
.widget-container h3.widget-title{ margin-bottom: 10px !important;padding: 10px 0 5px;color: #222222;text-align: center;text-transform: uppercase;font-weight: 300;font-size: 14px;}
/* Block: Layered Navigation */

.block-layered-nav dt{
	font-size: 14px;
	font-weight: 300;
	text-transform: uppercase;
	color: #444;
	cursor: pointer;
	line-height: 28px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
	    -ms-transition: all 0.2s ease-in-out;
	     -o-transition: all 0.2s ease-in-out;
	        transition: all 0.2s ease-in-out;
}
.block-layered-nav dt:hover{color: #333333;}
.block-layered-nav dt:before{content: "";display: block;position: relative;z-index: 1; float: left;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/s-options-plus.png) no-repeat center center;margin-right: 5px; width: 11px; height: 11px;top:8px;}
.block-layered-nav dt.active:before{content: "";display: block;position: relative;z-index: 1; float: left;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/s-options-minus.png) no-repeat center center;margin-right: 5px; width: 11px; height: 11px;top:8px;}

/* -------------------------------------------------- */
/* Banners
/* -------------------------------------------------- */
.banners_top_row{margin-bottom: 10px;}
.banner_top_bottom{-moz-box-sizing: border-box;box-sizing:border-box;margin: 20px 0 20px 20px;padding:30px; border-left:3px solid #ccc;background: #fafafa;font-size:12px;-webkit-transition-timing-function:ease;-webkit-transition-duration:.4s;-webkit-transition-property:all;}
.banner_top_bottom:hover{border-color: #333333;background: #f5f5f5;}
.banner_top_bottom h3{font-weight: 300;}
.banner_top_bottom p{float:left;width:70%;color:gray;line-height:1.7;}
.banner_top_bottom .button{margin-right: 0 !important;font-size: 16px;}
.banner_top_button{float:right;margin-top:-22px;padding:6px 4px;}
.banner .mask{position:absolute;float:left;overflow:hidden;width:100%;height:100%;}
.banner{position:relative;float:left;overflow:hidden;margin-bottom:20px;text-align:center;cursor:default; padding: 0px 40px;}
.textwidget .banner{margin-bottom: 0 !important;width: 100%;}
.banner h2, .banner h3{position:relative;margin-bottom:0;padding-top:15px;color:#444; text-align:center;font-weight:300;font-size:16px;line-height:20px;-webkit-transition:all .45s ease-in-out;-moz-transition:all .45s ease-in-out;-ms-transition:all .45s ease-in-out;-o-transition:all .45s ease-in-out;transition:all .45s ease-in-out;}
.product_description_banner h2{ }
.banner a, .banner a:hover{color: #FFF !important;}
.banner p{position:relative;padding:7px 20px 0;color:#656565;text-align:center;font:12px Arial, sans-serif;line-height:1.4;}
.banner a.info{position:relative;top:-10px; display:inline-block;margin-top:0;padding:6px 11px;border:1px solid;border-color:transparent;background:#ccc;color:#fff;text-align:center;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;opacity:1!important;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color;}
.banner a.info:hover{color:#fff;opacity:1!important;}
.banner-transform img{width: 100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.banner-transform .mask{left:0;bottom:-100%;background-color:rgba(255,255,255,0.00);opacity:1;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.banner-transform:hover h2{color:#444;}
.banner-transform p{color:#656565;opacity:0;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-ms-transition:all .2s linear;-o-transition:all .2s linear;transition:all .2s linear;}
.banner-transform:hover .mask{bottom:0;background-color:rgba(255,255,255,0.90);opacity:1;}
.banner-transform:hover p{opacity:1;-ms-filter:"progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";filter:alpha(opacity=100);}
.text-banner{text-align: center; padding-bottom: 40px;}
.text-banner h1{ text-transform: none;font-weight: 300;font-size:24px;-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.text-banner a h1:hover{color:#333333;}
.text-banner .button{float: none;}
.text-banner p{margin-bottom: 20px;font-weight: 300;font-size: 12px;line-height: 1.5;}


/* Block Left Categories */

.left-categories-container .level1 > ul {display: none;}
.left-categories-container .level1.current-parent > ul { display: block;margin-left: 0;}
.left-categories-container .level1 > a {display: block; text-transform: uppercase; font-weight: 300; font-size: 14px; line-height: 31px; -webkit-transition: color .2s ease-in-out; -moz-transition: color .2s ease-in-out; -ms-transition: color .2s ease-in-out; -o-transition: color .2s ease-in-out;transition: color .2s ease-in-out;}
.categories-tree{margin-left: 10px;margin-bottom: 10px;}
.left-categories-container .btn-show {position: relative;top: -25px;display: inline-block;float: right;padding: 3px 3px 4px;width: 19px;height: 19px;background: #f5f5f5;background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn-show-new.png);background-position: -6px -6px;background-repeat: no-repeat;cursor: pointer;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: background-color;}
.left-categories-container .btn-show:hover {padding:3px 3px 4px;background-color:#333333;background-position:-6px -27px;}
.left-categories-container .opened .btn-show  {padding:3px 3px 4px;background-color:#f5f5f5;background-position:-27px -6px;}
.left-categories-container .opened .btn-show:hover {padding:3px 3px 4px;background-color:#333333;background-position:-27px -27px;}
.left-categories-container .level1 li {color: #222222;list-style:square inside;font-size:12px;font-family:Arial;padding-left: 4px; -webkit-transition: all 0.2s ease-in-out;-moz-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out;}
.left-categories-container .level1 li a{color: #222222;}
.left-categories-container .level1 li a:hover{color: #333333;}
.left-categories-container .level1.active > a, .left-categories-container .level1 > a:hover, .left-categories-container .level3.active > a, .left-categories-container .level2.active > a{color: #333333;}


/* Block: Cart */
.block-cart .block-title { /*border-bottom:0;*/ }
.block-cart .block-title strong { }
.block-cart .summary { position:relative; z-index:1; margin:-1px 0 0; padding:2px 8px 8px; background:#fff; }
.block-cart .amount { margin:0; }
.block-cart .amount a { font-weight:bold; }
.block-cart .subtotal { margin:5px 0 0; padding:2px 0; background:#fbebd9; text-align:center; }
.block-cart .subtotal .price { font-weight:bold; }
.block-cart .actions { border-bottom:1px solid #c2c2c2; }
.block-cart .actions .paypal-logo { float:left; margin:3px 0 0; width:100%; text-align:right; }
.block-cart .actions .paypal-logo .paypal-or { display:block; clear:both; padding:0 55px 8px 0; }

/* Block: Wishlist */
.block-wishlist .block-title strong {}
.block-wishlist .actions { text-align:right; }
.block-wishlist .actions a { float:none; }

/* Block: Compare Products */
.block-compare .block-title strong { }
.block-compare button.button span { }
.page-popup .link-print { padding:2px 0 2px 25px;  }
.compare-table { border:0; }
.compare-table thead tr.first th,
.compare-table thead tr.first td { padding:0; border:0; background:none; font-size:0; line-height:0; }
.compare-table .btn-remove { float:right; width:72px; height:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png) no-repeat; background-position: top right;font-size: 12px;overflow: visible;line-height: 15px;padding-right: 25px;margin-bottom: 10px;}
.compare-table .btn-remove:hover{background-position: bottom right;}
.compare-table .link-wishlist{font-size: 12px;}
.compare-table tbody th { background:#fafafa;}
.compare-table tbody th,
.compare-table tbody td { padding:10px; border:0; border-top:1px solid #ccc; border-left:1px solid #ccc; }
.compare-table tbody td.last { border-right:1px solid #ccc; }
.compare-table tbody tr.last th,
.compare-table tbody tr.last td { border-bottom:1px solid #ccc !important; }
.compare-table tr.add-to-row td { text-align:center; }
.compare-table tr.first td { text-align:center; }
.compare-table tr.first td .product-name { margin:0 0 5px; color:#203548; font-weight:bold; font-size:13px; }
.compare-table tr.first td .product-name a { color:#444; margin-top: 20px;font-weight: 400;}
.compare-table tr.first td .ratings { margin:0 auto; width:69px; }
.compare-table tr.first td p,
.compare-table tr.add-to-row td p { margin:0; }

/* Block: Recently Viewed */
.block-viewed .block-title strong { }

/* Block: Recently Compared */
.block-compared .block-title strong { }

/* Block: Poll */
.block-poll .block-title strong { }
.block-poll .block-subtitle { font-size:12px; }
.block-poll label { color:#777; font-weight:bold; }
.block-poll input.radio { float:left; margin:1px -18px 0 0; }
.block-poll .label { display:block; margin-left:18px; }
.block-poll li { padding:3px 9px; }
.block-poll .actions { margin:5px 0 0; }
.block-poll button.button span { border-color:#406a83; background:#618499; }
.block-poll .answer { font-weight:bold; }
.block-poll .votes { float:right; margin-left:10px; }

/* Block: Tags */
.block-tags .block-title strong { }
.block-tags .block-content .tags-list { border:0; background:none; font-size:14px; font-weight: 300;}
.block-tags .block-content a { color:#1b2d3b; }
.block-tags .actions { text-align:right; }
.block-tags .actions a { float:none; }

/* Block: Subscribe */
.block-subscribe .block-content { padding:5px 10px; }
.block-subscribe .block-title strong { }
.block-subscribe label { color:#666; font-weight:bold; }
.block-subscribe input.input-text { display:block; margin:3px 0; width:167px; }
.block-subscribe .actions { padding:0; background:none; margin:3px 0 0; text-align:left; }
.block-subscribe .actions button.button { float:none; }
.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }

/* Block: Reorder */
.block-reorder .block-title strong { }
.block-reorder input.checkbox { float:left; }
.block-reorder .product-name { margin-left:20px; }
.block-reorder .validation-advice { margin:3px 9px 7px; }

/* Block: Banner */
.block-banner { border:0; }
.block-banner .block-content { padding:0; text-align:center; }

/* Block: Login */
.block-login .block-title strong { }
.block-login .block-content { padding:5px 10px; }
.block-login label { color:#666; font-weight:bold; }
.block-login input.input-text { display:block; margin:3px 0; width:167px; }
.block-login .actions { padding:0; background:none; margin:3px 0 0; }
.block-login .actions button.button span { border-color:#406a83; background:#618499; }

/* Paypal */
.sidebar .paypal-logo { display:block; margin:10px 0; text-align:center; }
.sidebar .paypal-logo a { float:none; }
/* ======================================================================================= */


/* Category Page ========================================================================= */
.category-title { margin:0 0 7px; border:0; }
.category-image { overflow:hidden; width:100%; margin:0 0 30px; text-align:center; }
.category-image img { }
.category-description { margin:0 0 10px; }
.category-products { }
.category-products .hoverswap {position: absolute; display: block; opacity: 0;}

/* Labels
-------------------------------------------------------------- */
.label-icon{position:absolute;left:0;z-index:10;background-position:left top;background-repeat:no-repeat;font-size: 0;}
.label-icon.sale-label{right:0;left:auto;z-index:10;}


.label-icon.sale-label { width: 50px; height: 50px; background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/sale.png); }

.label-icon.new-label { width: 50px; height: 50px; background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/new.png); }
/* -------------------------------------------------- */
/* Product Slider
/* -------------------------------------------------- */

.product-slider{position:relative;clear:both;margin:0;padding-top:20px!important;}
.product-slider .block-subtitle{font-weight: 300;}
.product-slider .slider-title{padding: 2px 20px 0 0;color:gray;text-align:left;text-transform:uppercase;font-weight:300;font-size:14px;}
#related-products .slider-title{float: left;margin-bottom: 0;}
#related-products .block-subtitle{float: right;margin-right: 90px;}
.product-slider .product-slide { margin-right:20px; margin-left: 0; }
.product-slider .product-slide:first-child { margin-left:0; }
.product-slider.columns3 .product-slide, .product-slider.columns5 .product-slide, .product-slider.columns4 .product-slide, .product-slider.columns6 .product-slide{position:relative;float:left;margin-right:20px;}
.product-slider .product-slide .span3, .product-slider .product-slide .span2{margin-left:0;}
.product-slider .product-slide .span2{width: 220px;}
.product-slider .product-slide:last-child{margin-right:0;}
.product-slider .product-image{position:relative;display:block;}
.product-information{padding:0 10px 10px;}
.product-slider::selection{background: transparent;}
.product-slider .product-slide .related-checkbox { position: absolute; top:5px; left:5px; z-index: 1;}

.widget_special_offers .product-slider .product-slide .product-grid{width: 225px !important;}
.widget_special_offers .product-slider .product-slide {width: 225px !important;}

/* -------------------------------------------------- */
/* Product Grid
/* -------------------------------------------------- */
.slide.product-slide:last-child{margin-right: 0 !important;}
.products_grid.loading .product-image {-webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;-webkit--moz--o-;}
.products_grid .product-grid,
.product-slide .product-grid{position:relative;float:left;margin-top:20px;border-bottom:2px solid #F5F5F5;background: #fafafa; -webkit-transition:all 400ms ease-in-out;-moz-transition:all 400ms ease-in-out;-o-transition:all 400ms ease-in-out;transition:all 400ms ease-in-out;-webkit--moz--o-;}
.products_grid .product-grid:hover,.product-slide .product-grid:hover{background: #f5f5f5;}
.products_grid .product-grid.no-attributes,.product-slide .product-grid.no-attributes{ border: none !important;background: none !important;}
.product-grid .product-image{display:block;}
.with-sidebar .rows-count4 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid{width: 220px;}
.rows-count5 .product-grid .product-image{ }
.no-sidebar .rows-count5 .product-grid .product-image{ }
.rows-count6 .product-grid .product-image{ }
.slide.product-slide .product-grid .product-image{ }
.img-wrapper {text-align: center;}
.product-grid .product-information { position: relative; }
.product-grid .ratings { position: absolute; top: -45px; }
.product-grid .ratings .amount { display: none; }
.product-grid .product-image img{margin-bottom: 0;max-height: 100%;width: 100% !important;}
.product-grid .product-information{position: relative;padding:0 15px 0px;text-align: center;}
.product-grid .product-name-price {text-align: center;}
.product-grid .product-name{position:relative;display:block;margin-top: 10px;width:100%;}
.product-grid .product-name a{color: #444;text-transform: uppercase;font-weight:300;font-size: 14px;line-height:20px;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.product-grid .price-box {float:left; margin-top: 2px;text-align:center;font-size:14px;width: 100%;}
.product-grid .price-box p { display: inline-block; margin-bottom: 0; }
.product-grid .price-box .price-label { display: none; }
.product-grid .btn-cont {float: right;margin-top:10px;text-align: center;width: 100%;}
.rows-count3 .product-grid .product-image,.rows-count4 .product-grid .product-image{ }
.rows-count4 .product-grid .product-name a,.rows-count5 .product-grid .product-name a{font-size:14px;}
.rows-count4 .product-grid .product-information{float: none;margin-top:0;text-align: center;}
.rows-count4 .product-grid .product-information .price{margin-top:8px;margin-bottom: 12px;}
.rows-count4 .product-grid .product-information .price-box{float: none;margin-top: 10px;}
.rows-count4 .product-grid .product-information .btn-cont{float: none !important;}
.with-sidebar .rows-count4.products_grid .product-grid{width: 160px;}
.with-sidebar .rows-count4 .product_grid .product-name{text-align: center;}
.rows-count6.products_grid .product-grid{width: 170px;}
.rows-count6.products_grid .product-grid .product-information{text-align: center;}
.rows-count6.products_grid .product-grid .product-information .btn-cont, .rows-count6.products_grid .product-grid .product-information .price-box{float: none;}
.img-hided{position:absolute; left:0;opacity:0;}
.without-sidebar .rows-count5.products_grid .product-grid{width: 220px;}


/* View Type: Grid */
.products-grid { position:relative; }
.products-grid.last { border-bottom:0; }
.products-grid li.item { float:left;  }
.products-grid .product-image { display:block; margin:0 0 10px; }
.products-grid .product-name { margin:0 0 5px; /*min-height:2.7em;*/ color:#203548; font-weight:bold; font-size:13px; }
.products-grid .product-name a { color:#203548; }
.products-grid .price-box { margin:5px 0; }
.products-grid .availability { line-height:21px; }
.products-grid .actions { }
.col2-left-layout .products-grid,
.col2-right-layout .products-grid {  }
.col1-layout .products-grid { }

/* View Type: List */
.products-list li.item { position: relative;margin-top: 3px;}
.products-list li.item .product-image{position: relative;display: block;}
.products-list li.item .product-image .label-icon.sale-label{right: -210px;}
.products-list li.item.last { border-bottom:0; }
.products-list img { float:left;  margin: 0; max-width: 210px;height: auto;}
.products-list .product-shop {position: relative; float: left;margin-left: 20px; width: 470px;}
.without-sidebar .products-list .product-shop{width: 710px;}
.products-list .product-shop .button{ float: right;}
.products-list .product-shop .f-fix{width: 345px;}
.without-sidebar .products-list .product-shop .f-fix{width: 585px;}
.products-list .addtocont{position: absolute; width: 160px; right: 0; padding: 0 0 0 20px;text-align: center;}
.products-list .product-name { margin:0 0 5px; color:#203548; font-weight:bold; font-size:13px; text-transform: none; }
.products-list .product-name a { color: #444;text-transform: none;font-weight: 300;font-size: 14px;line-height: 20px;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color;}
.products-list .addtocont .price-box { margin:0;margin-bottom: 10px; text-align: center;}
.products-list .availability { float:left; margin:3px 0 0; }
.products-list .desc { clear:both; margin:0 0 15px; padding:6px 0 0; line-height:1.5; }
.products-list .desc .link-learn { font-size:12px; }
.products-list .add-to-links { clear:both; }
.products-list .add-to-links li { display:inline; }
.products-list .add-to-links .separator { display:inline; margin:0 2px; }
.products-list .addtocont .price-box .old-price, .products-list .addtocont .price-box .special-price{width: 70px;float: left;text-align: center;}

.category-products .price-to:before { display: inline-block; content: " - "; }
/* ======================================================================================= */


/* Ajax add to cart */
.category-overlay{ }

#addedoverlay { position:fixed; top:0;left:0; z-index:295; width: 100%; height: 100%; background: black;
  opacity: .75;   -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";  filter: alpha(opacity=75); filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);}

#added {position: fixed;
top: 50%;
left: 50%;
z-index: 10002;
margin-top: -68px;
margin-left: -165px;
padding: 15px;
min-height: 50px;
width: 366px;
border: 1px solid #efefef;
border-top: 4px solid #f5f5f5;
background-color: #fff;
background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/loading.gif);
background-position: center center;
background-repeat: no-repeat;}

#added img {float: left;
margin: 0 15px 0 0;
max-width: 75px;
border: 1px solid #efefef;}
#added a { }
#added a:hover {color: #FFF;}
.added-content em{display: block; color: #444;text-transform: uppercase;font-style: normal !important;font-size: 16px;}
/* Product View ========================================================================== */
/* Rating */
.no-rating { margin:0; }

.ratings { margin:3px 0; font-size:11px; line-height:1.55; }
.ratings strong { float:left; margin:1px 3px 0 0; }
.ratings .rating-links { margin:0; }
.products_list .ratings .rating-links{display: none;}
.ratings .rating-links .separator { margin:0 2px; }
.ratings dt { }
.ratings dd { }
.rating-box { overflow:hidden; width:50px; height:16px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/star_one-new.png) 0 0 repeat-x; text-indent:-999em; font-size:0; line-height:0; }
.rating-box .rating { float:left; height:16px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/star_one-new.png) 0 100% repeat-x; }
.ratings .rating-box { float:left; margin-right:3px; }
.ratings .amount { }

.ratings-table th,
.ratings-table td { padding:3px 0; font-size:11px; line-height:1.15; }
.ratings-table th { padding-right:8px; font-weight:bold; }

/* Availability */
.availability { margin:0; }
.availability span { font-weight:bold; }
.availability.in-stock span { }
.availability.out-of-stock span { color:#d83820; }

.availability-only { margin:10px 0 7px; padding-left:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_availability_only.gif) 0 50% no-repeat; line-height:16px; }
.availability-only span,
.availability-only a { border-bottom:1px dashed #751d02; color:#000; }
.availability-only a { padding-right:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_availability_only_arrow.gif) 100% 0 no-repeat; text-decoration:none; cursor:pointer; }
.availability-only .expanded { background-position:100% -15px; }
.availability-only strong { color:#be2c00; }

.availability-only-details { margin:0 0 7px; }
.availability-only-details th { padding:0 8px; background:#d2d6d9; font-size:10px; }
.availability-only-details td { padding:2px 8px 1px; border-bottom:1px solid #fff; background:#ebf0f3; font-size:11px; }
.availability-only-details tr.odd td.last { color:#d95e00; font-weight:bold; }
.product-view .product-img-box .more-views{height: 105px !important;-ms-overflow-y: hidden;overflow-y: hidden;width:320px !important;}
.product-view .product-shop .availability { }
.product-view .product-shop .availability.in-stock span { margin-left: 5px; color: #444; }
.product-view .product-shop .availability span { font-weight:normal; }

/* Email to a Friend */
.email-friend { margin:0; }
.pager .amount strong{font-weight: normal;}
.pager .limiter label{font-weight: normal;font-size: 12px;}


/* Alerts */
.alert-price { margin:0; font-size:11px; }
.alert-stock { margin:0; font-size:11px; }

/********** < Product Prices */
#top-cart .price{font-size: 16px;}

.price {color: #444; white-space:nowrap !important; font-weight: 300; font-size: 16px; }

.price-box { margin:5px 0; }
.price-box .price {  }
.product-code{font-weight: 400;}
.product-code strong{font-weight: 400;color: #444;}
/* Regular price */
.regular-price { color:#c76200; }
.regular-price .price { }
.block .regular-price,
.block .regular-price .price { }

/* Old price */
.old-price { display: inline-block; margin:0 5px 0 0; }
.old-price .price-label { display: none; color: #656565; white-space:nowrap; }
.old-price .price { color: #656565; text-decoration:line-through; font-size: 14px; }

/* Special price */
.special-price { display: inline-block; margin:0; }
.special-price .price-label { display: none; white-space:nowrap; }
.special-price .price { }

/* Minimal price (as low as) */
.minimal-price { margin:0; }
.minimal-price .price-label { white-space:nowrap; font-weight:bold; }

.minimal-price-link { display:block; }
.minimal-price-link .label {color:#333333;font-weight: 300;}
.minimal-price-link .price { color:#333333; font-weight:normal;font-weight: 300; }

/* Excluding tax */
.price-excluding-tax { display:block; color:#999; }
.price-excluding-tax .label { color:#999; white-space:nowrap; }
.price-excluding-tax .price { color:#c76200; font-weight:normal; }

/* Including tax */
.price-including-tax { display:block; color:#999; }
.price-including-tax .label { white-space:nowrap; }
.price-including-tax .price { }

/* Configured price */
.configured-price { margin:0; }
.configured-price .price-label { white-space:nowrap; font-weight:bold; }
.configured-price .price { font-weight:bold; }

/* FPT */
.weee { display:block; color:#444; font-size:11px; }
.weee .price { font-weight:normal; font-size:11px; }

/* Excl tax (for order tables) */
.price-excl-tax  { display:block; }
.price-excl-tax .label { display:block; white-space:nowrap; }
.price-excl-tax .price { display:block; }

/* Incl tax (for order tables) */
.price-incl-tax { display:block; }
.price-incl-tax .label { display:block; white-space:nowrap; }
.price-incl-tax .price { display:block; font-weight:bold; }

/* Price range */
.price-from { margin:0; }
.price-from span { font-size: 13px; }
.price-from .price-label { white-space:nowrap; }

.price-to { margin:0; }
.price-to span { font-size: 13px; }
.price-to .price-label { white-space:nowrap; }

/* Price notice next to the options */
.price-notice { padding-left:10px; color:#999; }
.price-notice .price { margin-left: 10px; font-size: 14px; }

/* Price as configured */
.price-as-configured { margin:0; }
.price-as-configured .price-label { white-space:nowrap; }

.price-box-bundle { padding:0 0 10px 0; }
.price-box-bundle .price-box { margin:0 !important; padding:0 !important; }
.price-box-bundle .price { color:#555; }
/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {float: left;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; margin:10px 0; padding:10px;width: 100%; border-top:1px solid #efefef; color:#444;}
.tier-prices li { padding:2px 0 2px 10px;color:#222222;list-style:square inside; line-height:1.4; }
.tier-prices .benefit { color:#444; font-weight: 400!important;}
.tier-prices .price { color:#444; }

.tier-prices-grouped li { padding:2px 0; color:#e26703; }
.tier-prices-grouped li .price { font-weight:bold; }

/* Add to Links */
.add-to-links { margin:5px 0 0; font-size:12px; }
.add-to-links .separator { display:none; }

/* Add to Cart */
.add-to-cart label { float:left; margin-right:5px; margin-bottom: 0; font-weight: 300; line-height: 40px; }
.add-to-cart .qty { float:left; margin: 0 5px; padding: 8px 1px 8px 1px; width: 30px; outline: none; text-align: center;}
.add-to-cart button.button { float:right; }
.add-to-cart .paypal-logo { clear:left; margin:0; text-align:right; }
.add-to-cart .paypal-logo .paypal-or { display:block; clear:both; margin:5px 60px 5px 0; }
.product-view .add-to-cart .paypal-logo { margin:0; }

/* Add to Links + Add to Cart */
.add-to-box { margin:10px 0; }
.add-to-box .add-to-cart { margin-bottom: 20px;padding-bottom: 20px; }
.add-to-box .or { float:left; margin:0 7px; color:#666; font-weight:bold; }
.add-to-box .add-to-links { float:left; margin:0; text-align:left !important; font-size:12px !important; line-height:1.25 !important; }
.product-shop .add-to-box .add-to-links{width: 100%;border-top: 1px solid #efefef;padding-top: 10px;}


/* quanity box */
.quanitybox { float:left; margin:5px 20px 0 0; }
.quanitybox .quantity_box_button_down {float:left; margin-top: 5px;}
.quanitybox .qty {float:left;}
.quanitybox .quantity_box_button_up { margin-top: 5px; float: right;}
.quantity-buttons{float: left;}
.quantity_box_button_down,
.quantity_box_button_up{padding:0 5px;width:20px!important;height:31px;border:none;background-color:transparent;background-position:8px 7px;background-repeat:no-repeat;color:#fff;text-indent:-9999px;font-size:16px;cursor:pointer;}
.quantity_box_button_down{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty-arrow-sprite.png);background-position:0 0;background-repeat:no-repeat;}
.quantity_box_button_up{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty-arrow-sprite.png);background-position:-18px 0px;background-repeat:no-repeat;}
.quantity_box_button_down:hover{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty-arrow-sprite.png);background-position:0 -33px;background-repeat:no-repeat;}
.quantity_box_button_up:hover{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty-arrow-sprite.png);background-position:-18px -33px;background-repeat:no-repeat;}


.product-view { }


.product-collateral {  padding:25px; }
.product-collateral h2 {  margin:0 0 25px; color:#e26703; font-weight:bold; font-size:15px; }
.product-collateral .box-collateral { margin:0 0 25px; }

/* Product Images */
.product-view.layout-default .product_image { width: 380px; }
.product-view .main-image { margin-bottom: 20px; position: relative;}
.product-view.layout-universal .product-shop{width: 310px;}
.lightbox-btn a{position: absolute;right:0;bottom:2px;z-index:9999;font-size: 0; display: block;float: left;margin-top: -37px;padding: 10px 10px 5px 10px; width:20px;height:20px;border:1px solid #efefef;background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/enlerge1-4.png) no-repeat center center;opacity:0.5;cursor: pointer;}
.lightbox-btn a :hover{background: #ccc url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/enlerge1-4.png) no-repeat center center;color:#fff;cursor: pointer;}

/* Product Shop */
.product-title2{display: none;}
.product-view .product-sidebar { width: 180px;}
.product-view.layout-default .product-shop { width: 340px; }
.col1-layout .product-view .product-shop { }
.col3-layout .product-view .product-shop { }
.product-view .product-shop .product-name { margin:0 0 5px; }
.product-view .product-shop .product-name h1 { margin-bottom: 30px;text-transform: none;font-weight: 300;font-size: 26px;line-height: 32px; }
.product-view .product-shop .availability { float:right; clear: right; margin:10px 0; text-align: right; }
.ajax-index-options .product-view .product-shop .availability{position: relative;top:30px;}
.product-view .product-shop .ratings,
.product-view .product-shop .no-rating { float:right; width: 48%; text-align: right; }
.product-view .product-shop .short-description { padding:20px 0; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
.product-view .product-shop .price-box .price { margin:10px 0; font-size: 22px;color:#333;}
.product-view .product-shop .price-box .price-from span{color: #222222;font-weight: 300;font-size: 14px;}
.product-view .product-shop .price-box .price-from .price{margin-left: 5px;}
.product-view .product-shop .price-box .price-to{margin-top: 10px;}
.product-view .product-shop .price-box .price-to .price{margin-left: 5px;color: #444;font-weight: 300;font-size: 20px;}
.product-view .product-shop .price-box .old-price .price { color: #d6a035; font-size: 16px; }
.product-view .product-shop .add-to-links { margin:0; }
.product-view .product-shop .add-to-links { text-align:right; font-size:12px; }
.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator { display:inline; }
.product-view .product-shop .add-to-links a {margin-right: 5px;}
.product-view .product-shop .add-to-links li:after{margin: 0 3px;color: #222222;content: "|";font-size: 12px;}
.product-view .product-shop .add-to-links li:last-child:after{content:"";}
.product-shop label{float: left;font-size: 12px;}
.product-view .size-guide-wrap {margin: 15px 0;}
.product-view .size-guide-wrap a {padding-bottom:10px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/sizing_guide_img.png) no-repeat;background-position:10px bottom;font:12px Arial, sans-serif; text-transform: uppercase;-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.size-guide-wrapa:hover{color:#fc5a5a;}
.size-guide-wrap.sg_mobile{display:none!important;}
/* Product Options */
.product-options { position:relative; padding:20px 20px 20px;}
.product-shop .product-options{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;}
.product-options dt { padding:5px 0 0; text-transform: uppercase; font-weight:normal;clear: both;}
.product-options dt label em{margin-right: 10px;}
.product-options dt label.required em { color:#eb340a; }
.product-options dd .qty-holder { display:block; padding:10px 0 0; }
.options-container2 .product-options dd .qty-holder{float: left;width: 100%;}
.product-options dd .qty-holder label { float: left;margin-right: 10px;font-weight: 300;}
.product-options dt .qty-disabled { padding:3px; border:0; background:none; color:#2f2f2f; }
.product-options dd { margin:0 0 5px; }
.product-options dl.last dd.last { margin-bottom:0; padding-bottom:5px; border-bottom:0; }
.product-options dd input.input-text { width:98%; }
.product-options dd input.datetime-picker { width:150px; }
.product-options dd .time-picker { display:-moz-inline-box; display:inline-block; vertical-align:middle; }
.product-options dd .time-picker b{float: left;margin-top: 5px;margin-left: 10px;}
.product-options dd textarea { width:98%; height:8em; }
.product-options dd select {width:220px; color: #222222; }
.options-container2 .product-options dd select{float: left;}
.options-container2 .product-options dd .qty-holder{float: left;width: 100%;}
.options-container2 .product-options dd .qty-holder label{line-height: 30px;}
.product-options dd select.multiselect{margin: 20px 0;width: 300px;background: none;width: 100%;}
#product-options-wrapper .required{float: left; }
.options-container2 #product-options-wrapper dt{width: 100%;}
#product-options-wrapper dt{display: table; margin-bottom: 10px; border-bottom: 1px solid #ccc; background: #e5e5e5; padding-left: 10px;}
#product-options-wrapper dt label{font-size: 14px;}
#product-options-wrapper .option-type-date dt, #product-options-wrapper .option-type-file dt{width: 100%;}
#product-options-wrapper .option-type-file dd{float: left;}
#product-options-wrapper .option-type-file input[type="file"]{margin: 10px 0 15px;border:none;}
.product-options dd .multiselect option { padding:2px 4px; border-bottom:1px dotted #d9e5ee; }
.product-options ul.options-list { margin-right:5px; margin-bottom: 20px;float: left;}
.product-options ul.options-list li { margin-top: 0px; padding:0; line-height:1.5;float: left;width: 100%;}
.product-options ul.options-list input.radio { float:left; margin-top:3px; }
.product-options ul.options-list input.checkbox { float:left; margin-top:3px; }
.product-options ul.options-list input[type="radio"], .product-options ul.options-list input[type="checkbox"]{margin-top: 0;margin-right: 0;}
.product-options ul.options-list .label { display:block; margin-left:25px; }
.product-options ul.options-list label { margin: 0;	 font-weight:300;}
.product-options ul.options-list input.checkbox{margin-top: 1px;}
.product-options ul.validation-failed { padding:0 7px; }
.product-options p.note { margin:0; font-size:11px; }
.product-options p.required { position:absolute; top:5px; right:0; display: none; }
.product-options .datetime-picker { min-width: 40px;margin-left: 10px;padding-right: 22px;float: left;background-position: 86% center;}
.product-options .datetime-picker:first-child{margin-left: 0;}
.product-options-bottom { padding:15px 0 15px 20px;}
.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices { margin:0; padding:0 0 10px; border:0; background:0; color:#e26703; }
.product-options-bottom .tier-prices li { padding:2px 0; background:0; }
.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit { color:#e26703; }
.product-options-bottom .price-box { float:left; margin:0; padding:0; }
.product-options-bottom .add-to-links { clear:both; padding:5px 0 0; text-align:right; }
.col3-layout .product-options-bottom .price-box { float:none; padding:0 0 5px; }
.product-options-bottom .price-label { float:left; padding-right:5px; }
.product-options-bottom .price-tax { float:left; }
.product-options-bottom .add-to-cart, .add-to-box .add-to-cart { float: none;margin: 20px auto 0;width: 315px; }
.ajax-index-options .product-options-bottom .add-to-cart{float: right;margin: 0;width: auto;}
.product-options-bottom .add-to-cart button.button{float: right;}
.product-shop .product-options-bottom { margin:0 0 10px; }
.product-shop .product-options-bottom .price-box { float:none; margin:20px 0; text-align:right; }
.product-shop .product-options-bottom .price-label { float:none; padding-right:0; }
.product-shop .product-options-bottom .price-tax { float:none; }
.product-shop .product-options-bottom .add-to-cart-box { float:left; clear:both; padding-top:12px; }
.product-shop .product-options-bottom .add-to-links { clear:both; margin-top: 20px; padding:5px 0 0; text-align:left;}
.product-shop .option-type-date_time dt{width: 100%;clear: both;}
.product-shop .option-type-multiple dd select.multiselect{margin-top: 0;}
.options-container2 .option-type-drop_down dt{width: 100%;}
.option-type-radio dt{width: 100%;}
.option-type-thumb_gallery dt{width: 100%}
.option-type-thumb_gallery_popup dt{width: 100%;}

.option-type-field dt{width: 100%;}
.product-view.layout-horizontal .product-options-bottom{float: left;}
/* Options Container2 */
.options-container2{margin-top: 40px;border-top:1px solid #efefef;}
.options-container2 .product-options{float: left;padding: 20px 0;}
.options-container2 .product-options-bottom{float: left;clear: left;padding: 20px 0 20px; width: 500px;}
.options-container2 .product-options{padding-bottom: 10px;width: 500px;}
.options-container2 .product-options label.required{margin-top: 10px;color: #444;font-weight: 300;}
.options-container2 .product-options p.required{top:25px;right: 0;}
.options-container2 .product-options-bottom .price-box{margin-top: 15px;}
.options-container2 .product-options-bottom .add-to-cart{margin: 0;width: 100% !important;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{margin-left: 40px;}
.options-container2 .product-options-bottom .add-to-links{float: right;margin-top: 25px;}
.options-container2 .product-options-bottom .add-to-links li{float: left;}
.options-container2 .add-to-links a {margin-right: 5px;}
.options-container2 .add-to-links li:after{margin: 0 3px;color: #222222;content: "|";font-size: 12px;}
.options-container2 .add-to-links li:last-child:after{content:"";}

/* Grouped Product */
.options-container2{ }

/* Grouped Product */
.product-view .grouped-items-table .price-box { margin:0; padding:0; }
.product-view .product-shop .grouped-items-table .price-box .price { font-size: 14px; }
.product-view .product-shop .grouped-items-table input.qty { text-align: center; }

/* Block: Description */
.product-view .box-description { }

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td { line-height:1.25; }

/* Block: Upsell */
.product-view .box-up-sell h2 { margin:0 0 8px; padding:0; border-bottom:0; }
.product-view .box-up-sell .products-grid { width:100%; border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid td { padding:15px 10px 12px; width:25%; border-right:1px solid #e5dcc3; border-bottom:1px solid #e5dcc3; background:#f6f2e7; line-height:1.6em; }
.product-view .box-up-sell .products-grid tr.last td { border-bottom:0; }
.product-view .box-up-sell .products-grid td.last { border-right:0; }
.product-view .box-up-sell .products-grid td img { border:1px solid #e5dcc3; }
.product-view .box-up-sell .products-grid .product-image { text-align:center; }
.product-view .box-up-sell .products-grid td.empty { border-right:0; background:#f1ecdb; }
.product-view .box-up-sell .products-grid .ratings .rating-box { display:block; float:none; margin:0 0 3px; }

/* Block: Tags */
.product-view .box-tags { margin:0; }
.product-view .box-tags h3 { font-size:13px; }
.product-view .box-tags .product-tags { display:block; margin:0 0 15px; }
.product-view .box-tags .product-tags li { display:inline; padding:0 7px 0 4px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_pipe3.gif) 100% 4px no-repeat; }
.product-view .box-tags .product-tags li.first { padding-left:0; }
.product-view .box-tags .product-tags li.last { padding-right:0; background:none; }
.product-view .box-tags .form-add label { display:block; margin:0 0 5px; color:#222222; font-weight:300; font-size:13px;}
.product-view .box-tags .form-add .input-box { float:left; margin:0 20px 0 0; }
.product-view .box-tags .form-add input.input-text { width:299px; }
.product-view .box-tags .note { margin:-6px 0 0; font-size:11px; }

/* Block: Reviews */
.product-view .box-reviews dl { margin:0px 0px 15px 0px; padding: 0px; border:1px solid #efefef;float: left;width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; }
.product-view .box-reviews dt a,
.product-view .box-reviews dt span { font-weight:bold; }
.product-view .box-reviews dd { margin:0 0 20px; float: left;width: 100%;}
.product-view .box-reviews dd table{margin: 10px 0;}
.product-view .box-reviews dd small { font-style:italic; }
.product-view .box-reviews .form-add { margin:15px 0 0; }
.product-view .box-reviews .form-add h3 { font-weight:normal; font-size:13px; }
.product-view .box-reviews .form-add h3 span { font-weight:400; }
.product-view .box-reviews .form-add h4 { font-size:12px; color: #444;}
.product-view .box-reviews .form-add .data-table td { text-align:center; }
.product-view .box-reviews .form-add .form-list { margin:15px 0 0; }
.product-view .box-reviews .form-add .form-list .input-box { width:360px; }
.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea { width:354px; }
td.mobile-select, th.mobile-heading{display: none;}
#product-review-table th{text-align: center;}

/* Tabs
-----------------------------------------------------*/
.tabs{position:relative;margin:20px 0!important;}
.tabs .tab-title{outline:none; display:inline-block;margin-right:10px;padding:8px 13px;border-top:1px solid #f5f5f5;border-right:1px solid #f5f5f5;border-left:1px solid #f5f5f5;background:#fafafa;color:#222222;text-transform:uppercase;font-weight:300;font-size:14px;}
.tabs .tab-title.last{border-bottom:1px solid #f5f5f5;}
.tabs .tab-title:hover{border-color:#f2f2f2;background:#f2f2f2;text-decoration:none;}
.tabs .tab-title.opened{margin-bottom:-1px;border-bottom:1px solid #fff;background:#FFF;color:#333333;}
.tabs .tab-title:first-child{margin-left:20px;}
.tabs .tab-content{display:none;float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:-1px;margin-bottom:20px;padding:15px 20px 20px;width:100%;border:1px solid #f5f5f5;}
.tab-content h3,.tab-content h2{margin:5px 0;color:#444;font-weight:300;font-size: 14px;}
.tabs.accordion .tab-title{display:block;clear:both;box-sizing:border-box;margin-left:0!important;width:100%;border-top:1px solid #f5f5f5;border-bottom:1px solid #f5f5f5;text-align:center;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.tabs.accordion .tab-title:first-child{border-top:1px solid #f5f5f5;}
.tabs.left-tabs .tab-title{float:left;clear:both;width:200px;background:#FFF;}
.tabs.left-tabs .tab-title.opened{border-right-color:#fafafa;background:#fafafa;}
.tabs.left-tabs .tab-title:first-child{margin-left:-5px;}
.tabs.left-tabs .tab-content{position:absolute;top:0;right:0;left:225px;float:right;width:auto;border:none;}
.tabs.accordion .tab-title.opened,.tabs.accordion .tab-title:hover{background:#efefef;}
.block-with-icon{font-weight: 300;}
.global-custom-tab img{float: left;margin-right: 20px;}

/* Send a Friend */
.send-friend .form-list { overflow:hidden; width:615px; }
.send-friend .form-list li { margin-right:-15px; }
.send-friend .form-list li p { margin:0 15px 0 0; }
.send-friend .form-list .field { width:315px; }
.send-friend .form-list .input-box { width:300px; }
.send-friend .form-list input.input-text,
.send-friend .form-list textarea { width:294px; }
.send-friend .form-list li.wide .input-box { width:612px; }
.send-friend .form-list li.wide textarea { width:609px; }
.send-friend .buttons-set .limit { float:right; margin:0 7px 0 0; font-size:11px; line-height:21px; }

/* Custom tabs on Product Page
/* -------------------------------------------------- */
.custom-tabs1, .custom-tabs2{width: 405px;}
.custom-tabs1 img, .custom-tabs2 img{float: left;margin: 5px 20px 10px 0;}
.custom-tabs1{float: left;padding-right: 25px; border-right: 1px solid #efefef;}
.custom-tabs2{float: right;}
/* ======================================================================================= */


/* Content Styles ================================================================= */
.product-name { margin:0; font-weight:normal; font-size:1em; }
.product-name a { color:#444; }

/* Product Tags */
.tags-list { display:block; padding:10px; border:1px solid #c1c4bc; background:#f8f7f5; font-size:13px; }
.tags-list li { display:inline !important; margin:0 4px 0 0; }
.tags-list li a { color:#1b2d3b; }

/* Advanced Search */
.advanced-search .form-list label { padding-right:10px; width:160px; }
.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range { float:left; clear:none; }
.advanced-search-amount { margin:0 0 10px; }
.advanced-search-summary { margin:10px 0; padding:10px; border:1px solid #e9d7c9; background:#fff6f1; }
.advanced-search-summary ul { float:left; width:49%; }
.advanced-search-summary strong { padding-left:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_search_criteria.gif) 0 3px no-repeat; color:#E17C24; }
.advanced-search-summary p { clear:both; margin:0; font-weight:bold; }

/* CMS Home Page */
.cms-home .subtitle { }
.cms-index-index .subtitle { }

/* Sitemap */
.page-sitemap .links { margin:0 8px -22px 0; text-align:right; }
.page-sitemap .links a { position:relative; text-decoration:none; }
.page-sitemap .links a:hover { text-decoration:underline; }
.page-sitemap .sitemap { margin:12px; }
.page-sitemap .sitemap a { color:#1b2d3b; }
.page-sitemap .sitemap li { margin:3px 0; }
.page-sitemap .sitemap li.level-0 { margin:10px 0 0; font-weight:bold; }
.page-sitemap .sitemap li.level-0 a { color:#1e7ec8; }

/* RSS */
.rss-title h1 { padding-left:27px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/i_rss-big.png) 0 4px no-repeat; }
.rss-table .link-rss { display:block; background-position:0 4px; line-height:1.55; }
/* ======================================================================================= */


/* Shopping Cart ========================================================================= */
.cart .page-title { margin:0 0 12px; border-bottom:0; }
.cart .page-title h1 { margin:10px 0 0; }
#shopping-cart-table .price{color: #333333;}

/* Checkout Types */
.cart .page-title .checkout-types li { margin:0 0 5px; }
.cart .title-buttons .checkout-types { float:right; }
.cart .title-buttons .checkout-types li { float:left; margin:0 0 5px 5px; }
.cart .checkout-types .paypal-or { margin:0 8px; line-height:2.3; }
.cart .totals .checkout-types .paypal-or { display:block; clear:both; padding:8px 55px 0 0; font-size:11px; line-height:1.0; }

/* Shopping Cart Table */
.cart-table th { padding:7px 0; color: #444;vertical-align: middle;text-transform: uppercase;font-weight: 300 !important;font-size: 14px;}
.cart-table td { padding:15px 0; vertical-align: middle;}
.cart-table .product-name { margin:0 0 5px; color:#2f2f2f; font-weight:bold; }
.cart-table .product-price{text-align: center;font-weight: 300;}
.cart-table .item-msg { margin:5px 0; color:#df280a; font-weight:bold; font-size:11px; }
.cart-table tfoot td { padding:5px 10px; }
.cart-table .btn-continue { float:left; margin-top: 20px;}
.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span { }
.cart-table .btn-update,
.cart-table .btn-empty { float:right; margin-top: 20px;}
.cart-table .btn-update { margin-left:10px; }
.product-thumbnail{width: 100px;}
.cart-table .product-name a{color: #444;text-transform: uppercase;font-weight: 300;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color;}
.cart-table .product-edit, .cart-table .product-unit-price, .cart-table .product-qty, .cart-table .product-subtotal, .cart-table .product-delete{padding: 15px 20px;}
.cart-table .product-qty{width: 84px;text-align: center;}
.cart-table .product-edit a{display: block;width: 15px;height: 14px; background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_edit.png) no-repeat top center;text-indent: -9999px;}
.cart-table .product-edit a:hover{background-position: bottom center;}
.cart-table .product-qty input.qty{float: left; margin: 0 5px;padding: 8px 1px 8px 1px;width: 30px !important;outline: none;color:#444;text-align: center;}
.quantity_box_button_down{float: left;}
.quantity_box_button_down, .quantity_box_button_up{margin-top: 3px;}
/* Shopping Cart Collateral boxes */
.cart .cart-collaterals { padding:25px 0 0; }
.cart .cart-collaterals .col2-set { float:left; width:610px; }
.cart .cart-collaterals .col2-set .col-2 { width:285px; float: left;margin-left: 20px;}
.cart .cart-collaterals .col2-set .col-1{ }

.cart .crosssell { }
.cart .crosssell h2 { margin-bottom: 10px !important;
padding: 10px 0 5px;
color: #222222;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 14px; }
.cart .crosssell .product-image { float:left; width:75px; height:75px; }
.cart .crosssell .product-details { margin-left:90px;font-weight: 300; }
.cart .crosssell li.item { margin:20px 0; }
.cart .crosssell .add-to-links li:first-child{float: left;margin-right: 10px;}
.cart .crosssell .link-compare, .cart .crosssell .link-wishlist { font-size: 12px;}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping { margin-bottom: 40px; }
.cart .discount h2,
.cart .shipping h2 { margin-bottom: 10px !important;
padding: 10px 0 5px;
color: #222222;
text-align: left;
text-transform: uppercase;
font-weight: 300;
font-size: 14px; }
.discount-form label{font-weight: 300;font-size: 12px;}
.cart .discount button span,
.cart .shipping button span { }
.cart .discount .buttons-set,
.cart .shipping .buttons-set { margin:10px 0 0; padding:0; border:0; text-align:right; }
.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button { float:none; margin-left:0; }
.cart .shipping .form-list input.input-text{width: 286px;}
.cart .shipping .form-list select{width: 286px;}
.cart .discount h2 {  }
.cart .discount .input-box { margin:9px 0 0; width:100%; }
.cart .discount input.input-text { width:286px;height: 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 10px;}

.cart .shipping .sp-methods { margin:10px 0 0; padding:5px 0 0; }

/* Shopping Cart Totals */
.cart .totals { float:right; width:auto; }
.cart .totals table { margin:7px 0; width:100%; }
.cart .totals td { padding:1px 15px 1px 7px; text-transform: normal;font-weight: 300;font-size: 16px;}
.cart .totals tr.last td { }
.cart .totals tfoot th { padding:5px 15px 5px 7px; }
.cart .totals tfoot td { padding-top:5px; padding-bottom:5px; }
.cart .totals tfoot th strong,
.cart .totals tfoot td strong { text-align: left;text-transform: normal;font-weight: 300!important;font-size: 16px; }
.cart .totals .checkout-types { padding:8px 15px 15px; text-align:right;font-weight: 300; font-size:13px; }
.cart .totals .checkout-types li { clear:both; margin:10px 0; }


/* Options Tool Tip */
.item-options dt {float: left; clear: both;box-sizing: border-box;padding-right: 10px;color: #666;text-align: right;font-weight: 300;font-size: 12px;}
.item-options dt:after{margin-left: 2px;content: ":";}
.item-options dd { box-sizing: border-box;color: #222222;text-align: left; font-weight: 300;font-size: 12px;}
.truncated { cursor:help; float: left;}
.truncated a.dots { cursor:help; }
.truncated a.details { cursor:help; }
.truncated .truncated_full_value { position:relative; z-index:999; }
.truncated .truncated_full_value .item-options { position:absolute; top:-99999em; left:-99999em; z-index:999; padding:8px; width:210px; border:1px solid #ddd; background-color:#f6f6f6; }
.truncated .truncated_full_value .item-options > p { text-transform:uppercase; font-weight:bold; }
.truncated .show .item-options { top:-5px; left:0; }
.col-left .truncated .show .item-options { top:7px; left:15px; }
.col-right .truncated .show .item-options { top:7px; left:-240px; }
/* ======================================================================================= */


/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
#checkout-payment-method-load .sp-methods dt{float: left;clear: both;width: 200px;}
#checkout-payment-method-load .sp-methods dt input{float: left;margin-top: 2px;}
#checkout-payment-method-load .sp-methods dt label{float: left;margin-left: 10px;}
.sp-methods { margin:0 0 8px; }
#checkout-payment-method-load .sp-methods dd{clear: both;margin-top: 20px;float: left;}
.sp-methods dt { margin:13px 0 5px; font-weight:normal; }
.sp-methods dd { }
.sp-methods dd li { margin:5px 0; }
.sp-methods label { color:#444; font-weight:300; }
.sp-methods .price { font-weight:300;color:#333333; }
.sp-methods .form-list { padding-left:20px; }
.sp-methods .form-list li { margin:0 0 8px; }
.sp-methods select.month { margin-right:10px; }
.sp-methods select.year {  }
.sp-methods input.cvv {  }

.sp-methods .checkmo-list li { margin:0 0 5px; }
.sp-methods .checkmo-list label { padding-right:10px; width:135px; text-align:right; }
.sp-methods .checkmo-list address { float:left; }

.sp-methods .centinel-logos a { margin-right:3px; }
.sp-methods .centinel-logos img { vertical-align:middle; }

.sp-methods .release-amounts { margin:0.5em 0; }
.sp-methods .release-amounts button { float:left; margin:5px 10px 0 0; }
.shipping-form p{font-weight: 300;}

.please-wait { float:right; }
.please-wait img { vertical-align:middle; max-width: 25px;}
.cvv-what-is-this { margin-left:10px; font-size:11px; cursor:help; }
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-2{width: 650px;}
.multiple-checkout .col2-set .col-narrow{width: 250px;}
/* Tooltip */
.tool-tip { position:absolute; z-index:9999; padding:15px 20px; border:1px solid #ccc; background:#fafafa; }
.tool-tip .btn-close { margin:-9px -14px 0; text-align:right; }
.tool-tip .btn-close a { display:block; overflow:hidden; margin:0 0 0 auto; width:15px; height:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_window_close.gif) 100% 0 no-repeat; text-align:left; text-indent:-999em; }
.tool-tip .tool-tip-content { padding:5px; }
#multishipping-billing-form .sp-methods dt{float: left;width: 100%;}
#multishipping-billing-form .sp-methods dt input{float: left;margin-right: 10px;}

/* Gift Messages */
.gift-messages h3 { color:#e87403; font-weight:bold; font-size:12px; }
.gift-messages p.control { color:#8e8d8b; }
.gift-messages-form { position:relative; }
.gift-messages-form label { position:static !important; float:none !important; }
.gift-messages-form h4 { color:#e87403; font-weight:bold; font-size:12px; }
.gift-messages-form .whole-order { margin:0 0 25px; }
.gift-messages-form .item { margin:0 0 10px; }
.gift-messages-form .item .product-img-box { float:left; width:75px; }
.gift-messages-form .item .product-image { margin:0 0 7px; }
.gift-messages-form .item .number { margin:0; color:#8a8987; text-align:center; font-weight:bold; }
.gift-messages-form .item .details { margin-left:90px; }
.gift-messages-form .item .details .product-name { margin:0 0 10px; font-weight:bold; font-size:13px; }
.gift-messages-form .item .details .form-list .field { width:255px; }
.gift-messages-form .item .details .form-list .input-box { width:240px; }
.gift-messages-form .item .details .form-list input.input-text { width:234px; }
.gift-messages-form .item .details .form-list li.wide .input-box { width:500px; }
.gift-messages-form .item .details .form-list li.wide textarea { width:494px; }

.gift-message-link { padding-right:7px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_collapse-gm.gif) 100% 6px no-repeat; font-size:11px; }
.gift-message-link.expanded { background-position:100% -40px; }
.gift-message-row { background:#f2efe9; }
.gift-message-row .btn-close { float:right; overflow:hidden; width:16px; height:16px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_gm-close.gif) 0 0 no-repeat; text-indent:-999em; font-size:0; line-height:0; }

/* Checkout Agreements */
.checkout-agreements li { margin:30px 0; }
.checkout-agreements .agreement-content { overflow:auto; padding:10px; height:12em; border:1px solid #bbb6a5; background-color:#fbfaf6; }
.checkout-agreements .agree { margin:0; padding:10px 0 10px 11px; }
.checkout-agreements .agree input.checkbox { margin-right:6px; }
.checkout-agreements .agree label { color:#666; font-weight:bold; }

.opc .checkout-agreements { padding:5px 30px; }
.opc .checkout-agreements li { margin:20px 0 0; }
.opc .checkout-agreements .agreement-content { padding:5px; background-color:#fff; }
.opc .checkout-agreements .agree { padding-left:6px; }

/* Centinel */
.centinel { }
.centinel .authentication { border:1px solid #ddd; background:#fff; }
.centinel .authentication iframe { margin:0 !important; padding:0 !important; width:99%; height:400px; border:0 !important; background:transparent !important; }

.opc .centinel { padding:10px 30px; border:1px solid #bbb6a5; border-width:0 1px 1px; }

/* Generic Info Set */
.info-set { margin:0 0 25px; padding:20px; border:1px solid #bbb6a5; background:#fbfaf6 url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/bkg_checkout.gif) 0 0 repeat-x; }
.info-set h2 { margin:0 0 10px; font-weight:bold; font-size:13px; }
.info-set h3,
.info-set h4 { color:#E26703; font-weight:bold; font-size:13px; }
.info-set h2 a,
.info-set h3 a,
.info-set h4 a { font-weight:normal; }
.info-set h2.legend { position:relative; margin:-20px -20px 15px; padding:5px 10px; border-bottom:1px solid #bbafa0; background:#f9f3e3; }
.info-set h3.legend { margin:0 0 10px; color:#0a263c; }
.info-set .divider { position:relative; margin:0 -20px; padding:25px 0; }
.info-set .box { margin:0 0 15px; }
.info-set .box h2 { color:#e26703; }
.info-set .data-table .product-name { color:#1e7ec8 !important; font-weight:bold !important; font-size:1em !important; }
.info-set .data-table .product-name a { font-weight:bold !important; }
.info-set .data-table .item-options { margin:5px 0 0; }
.widget-placeholder { background: #fff; margin-top: 30px;}
.widget-placeholder .side-icon { padding-top:30px; float:left; width:48%; text-align: center; line-height:90px; border:1px dashed #ccc; -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.widget-placeholder .side-icon i { font-size:60px; color:#dbdbdb;-webkit-transition: color 0.2s ease-in-out;-moz-transition: color 0.2s ease-in-out;-ms-transition: color 0.2s ease-in-out;-o-transition: color 0.2s ease-in-out;transition: color 0.2s ease-in-out; }
.widget-placeholder .side-icon:hover i{color:#333333;}
.widget-placeholder .side-text { border-left:2px solid #ffffff; float:left; padding:35px 5%; width:48%;  border:1px dashed #ccc;float: right;text-align: center;color:#656565;font-weight:300;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.widget-placeholder .side-text h3{color: #656565;font-weight:300;}
/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress { margin:0; border:0; }
.block-progress .block-title { margin:0 0 5px; padding:0; border:0; background:none; }
.block-progress .block-title strong { color:#444; font-size:14px; }
.block-progress .block-content { background:none; }
.block-progress dt { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 10px;padding: 10px;font-size: 14px;background: #fafafa;text-align: left; }
.block-progress dd { margin:0 0 6px; padding:8px 13px; }
.block-progress dt.complete { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;font-size: 14px;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 10px;padding: 10px;background: #fafafa;text-align: left;}
.block-progress dt.complete a{font-size: 12px;}
.block-progress dd.complete address{ line-height: 2; }
.block-progress p { margin:0; }
.block-progress .cards-list dt { margin:5px 0; padding:0; border:0 none; background:none; color:inherit; font-size:12px; }
.block-progress .cards-list dd { margin:0; padding:0; border:0 none; }
.block-progress .cards-list .info-table th { font-weight:normal; }

.opc .buttons-set { margin-top:0; padding-top:2em; }
.opc .buttons-set p.required { margin:0; padding:0 0 10px; font-size: 12px;}
.opc .buttons-set .back-link small { display:none; }
.opc .buttons-set .back-link a { padding-left:21px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up_small.png) 0 50% no-repeat; }
.opc .buttons-set .back-link a:before{background: none;width: 0;height: 0;}
.opc .buttons-set.disabled button.button { display:none; }
.opc .buttons-set .please-wait { height:21px; line-height:21px; }
.opc .ul { padding-left:18px; list-style:disc outside; }
.opc { position:relative; }
.opc li.section { }

.opc .step-title { display: block;clear: both;box-sizing: border-box;-moz-box-sizing: border-box;margin-left: 0!important;margin-right: 0;width: 100%;border-top: 1px solid #f5f5f5;border-bottom: 1px solid #f5f5f5;-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;margin-bottom: 20px;padding: 14px;background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 97.5% center;text-align: left;cursor: pointer;}
.step .form-list .input-box select {margin-bottom: 10px;margin-top: 10px;width: 255px;}
#billing-address-select{padding-right: 30px;float: left;}
#checkout-review-table{padding-right: 20px;}
#checkout-review-table strong{font-weight: 300;text-transform: uppercase;}
#checkout-review-table tfoot td.last .price{color:#333333;}
#payment_form_ccsave{padding-left: 0;}
#payment_form_ccsave label{margin-right: 30px;}
#payment_form_ccsave .step .form-list .input-box select{margin-top: 0;}
.opc .step-title:hover{background: #efefef url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 97.5% center;}
.opc .step-title h2 { color: #222222;margin-bottom: 0;text-transform: none;font-weight: 200;font-size: 20px;}
.opc .step-title a { display:none; float:right; font-size:11px; line-height:16px; }
.opc .allow .step-title { }
.opc .allow .step-title .number { }
.opc .allow .step-title h2 {  }
/*.opc .allow .step-title a { display:block;*/

.opc .active .step-title {border-bottom: 1px solid #ccc;background: #efefef url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up.png) no-repeat 97.5% center !important;color: #444; }
.opc .active .step-title:hover{background: #efefef url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up.png) no-repeat 97.5% center !important;}
.opc .active .step-title h2 { color:#444; }
/*.opc .active .step-title a { display:none;*/

.opc .step { overflow: hidden;margin-top: -10px;margin-bottom: 20px;border: none;width: 100%;border-bottom: 1px solid #f5f5f5;padding: 15px 20px 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.opc .step .form-list .field, .opc .step .form-list .wide{clear: left;width: 430px;}
.opc .step .form-list label{font-size: 14px;float: left;line-height: 32px;}
.opc .step .form-list .control label{line-height: 15px;}
.opc .step .form-list .input-box{float: right;clear: none;}
.customer-logged-in .opc .step .form-list .input-box{float: left;}
.form-list #shipping-new-address-form .input-box, #checkout-payment-method-load .input-box, #billing-new-address-form .input-box{float: right;}
.opc .step .form-list li.control{margin-bottom: 15px;}
.opc .step .form-list li.control input.radio,.opc .step .form-list li.control label{float: left;}
.opc .step .form-list li.control input.radio{margin: 1px 10px 0 0;}
.opc .step .form-list li.control label{font-size: 14px;}
.opc .step .tool-tip { right:30px; }
.opc .step p{font-size: 14px;font-weight: 300;}
#opc-login .buttons-set { border-top:0; }
#opc-login h3 { color: #444;font-weight: 300;font-size: 14px;line-height: 1.8; }
#opc-login h4 {margin: 0;margin-top: 10px;color: #444;font-weight: 300; }
.step .form-list .input-box{width: 210px;}
#opc-shipping_method .buttons-set { border-top:0; }
.opc .gift-messages-form { margin:0 -30px; padding:22px 24px 22px 30px; border:1px solid #e9e4de; border-width:1px 0; background:#f6f1eb; }
.opc .gift-messages-form .inner-box { overflow:auto; padding:5px; height:260px; }

#opc-review .step { padding:0; border:0; }
#opc-review .product-name { color: #444;text-transform: uppercase;font-weight: 300;-webkit-transition-timing-function: ease;-webkit-transition-duration: .2s;-webkit-transition-property: color; }
#opc-review  .data-table th{padding: 7px 0;color: #444;vertical-align: middle;text-transform: uppercase;font-weight: 300 !important;font-size: 14px;}
#opc-review  .data-table th, #opc-review  .data-table td{padding: 15px 10px;vertical-align: middle;font-weight: 300;}
#opc-review .item-options { margin:5px 0 0; }
#opc-review .buttons-set { }
#opc-review .buttons-set p { margin:0; line-height:40px; }
#opc-review .buttons-set .please-wait { height:40px; line-height:40px; }
#opc-review .authentication { margin:0 auto; width:570px; }
#opc-review .warning-message { padding:10px 10px 0; color:#222; text-align:center; }
#co-shipping-form .form-list li.control input.checkbox{}
.fields > div.fields{width: 430px;}
/* Multiple Addresses Checkout */
.checkout-progress { margin:20px 0 40px; padding:0 90px; }
.checkout-progress li { float:left; margin:0 10px 0 0; padding:5px 0; width:142px; border:1px solid #efefef; color:#444; text-align:center; font-weight:300; font-size: 12px;background: #fafafa;text-transform: uppercase;}
.checkout-progress li.active { border-top-color:#333333; color:#333333; border-top-width: 2px;background: #FFF;}
.checkout-progress li:last-child{margin-right: 0;}
.multiple-checkout h2 { margin:0 0 10px; font-size:14px;font-weight: 300; }
.multiple-checkout h3,
.multiple-checkout h4 { color:#444; font-weight:300; font-size:14px; margin-bottom: 10px;}
.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a { font-weight:normal;font-size: 12px;text-transform: none; }
.multiple-checkout .data-table .product-name { color:#444 !important; font-weight:300 !important; font-size:14px; }
.multiple-checkout .data-table .product-name a { font-weight:300 !important; }
.multiple-checkout .data-table .item-options { margin:5px 0 0; }
#multiship-addresses-table th{text-transform: uppercase;font-weight: 300;color: #444;}
#multiship-addresses-table th.a-center{text-align: left !important;}
.multiple-checkout .gift-messages { margin:15px 0 0; }
.multiple-checkout .tool-tip { top:50%; right:20px; margin-top:-120px; }
.multiple-checkout .col2-set,
.multiple-checkout .col3-set { padding:20px 0;}
.multiple-checkout .col2-set h2.legend { position:relative; margin:-20px 0 15px; padding:5px 0; }
.multiple-checkout .col2-set h3.legend { margin:0 0 10px; color:#0a263c; }
.multiple-checkout .col2-set .divider { position:relative; margin:0 -20px; padding:25px 0; }
.multiple-checkout .box { margin:0 0 15px;}
.multiple-checkout .box h2 { color:#444; }
.multiple-checkout .box .box-content{margin-bottom: 30px;}
.multiple-checkout .col-1{width: auto;}
.multiple-checkout .col-2{width: 65%;}
.multiple-checkout .place-order .please-wait { float:right; padding:27px 7px 0 0; }
.multiple-checkout .place-order .grand-total { float:right; overflow:hidden; padding:0 0 0 21px; height:71px; }
.multiple-checkout .place-order .grand-total .inner { float:left; padding:14px 21px 0 0; height:57px; }
.multiple-checkout .place-order .grand-total .inner div { display:inline; }
.multiple-checkout .place-order .grand-total big { display:inline; margin-right:12px; }
.multiple-checkout .place-order .grand-total .price { color:#444; }
.multiple-checkout .place-order .grand-total button.button span { font-size:16px; }
.multiple-checkout .place-order .grand-total button.button span span {display: block; padding:14px 45px; }
.multiple-checkout .data-table tfoot strong{font-weight: normal;}

/* Step 1 */
.multiple-checkout .title-buttons button.button{margin-top: 20px;}
.multiple-checkout .title-buttons button.button span { }
#multiship-addresses-table td { padding:10px; vertical-align: middle;}
#multiship-addresses-table td select, #multiship-addresses-table td input{margin-bottom: 0;}
#multiship-addresses-table td select{padding-right: 30px;}
#multiship-addresses-table td input.qty{width: 25px !important;}
#multiship-addresses-table td:first-child{width: 300px;}
#multiship-addresses-table tfoot td { padding:5px 0; }
#multiship-addresses-table tfoot button.button{margin-top: 20px;margin-right: 0;}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list { overflow:hidden; width:100%; }
.multiple-checkout .gift-messages-form .item .details .form-list li { margin-right:-15px; }
.multiple-checkout .gift-messages-form .item .details .form-list .field { width:230px; }
.multiple-checkout .gift-messages-form .item .details .form-list .input-box { width:215px; }
.multiple-checkout .gift-messages-form .item .details .form-list input.input-text { width:209px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box { width:445px; }
.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea { width:439px; }
.checkout-multishipping-shipping .box-sp-methods { position:relative;}
.checkout-multishipping-shipping .box-sp-methods .pointer { position:absolute; top:-20px; right:-40px; overflow:hidden; width:178px; height:41px;}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout { position:relative; }
/* ======================================================================================= */


/* Account Login/Create Pages ============================================================ */
.registered-users, .new-users{background: #fafafa;width: 440px !important;}
.account-login .content {  }
.account-login .content i{font-size: 32px;color: #222222;float: left;margin-top: 0;height: 33px;margin-right: 20px;}
.account-login .content h2 { display: block;float: left;font-size: 18px;line-height: 32px;font-weight: 300;margin-bottom: 20px;width: 100%;text-transform: none;color: #222222;padding: 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;border-bottom: 1px solid #ccc;}
.account-login .content p{padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;}
.account-login .content p.required{display: none;}
.account-login .content .form-list{padding: 0 20px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;}
.account-login .content .form-list label{font-size: 14px;color: #222222;display: block;float: left;line-height: 32px;cursor: default;}
.account-login .content .form-list .input-box{width: 100%;}
.account-login .content .form-list input.input-text{width: 100%;height: 40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 0;}
.account-login .buttons-set {  -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;float: left;width: 100%;margin-top: 20px;padding: 0 20px 20px 20px;}
.account-login .buttons-set a{margin-top: 7px;}

/* Captcha ================================================================================ */
.captcha-note      { clear:left; padding-top:5px; }
.captcha-image     { position:relative; display:inline; float:left;  margin:0; width:258px; }
.captcha-image .captcha-img { width:100%; border:1px solid #b6b6b6; vertical-align:bottom; }
.registered-users .captcha-image { margin:0;}
.captcha-reload { position:absolute; top:2px; right:2px; cursor:pointer;}
.captcha-reload.refreshing  { -webkit-animation:rotate 1.5s infinite linear; -moz-animation:rotate 1.5s infinite linear; animation:rotate 1.5s infinite linear; }

@-webkit-keyframes rotate {
    0% { -webkit-transform:rotate(0); }
    0% { -webkit-transform:rotate(-360deg); }
}
@-moz-keyframes rotate {
    0% { -moz-transform:rotate(0); }
    0% { -moz-transform:rotate(-360deg); }
}
@keyframes rotate {
    0% { transform:rotate(0); }
    0% { transform:rotate(-360deg); }
}

/* Remember Me Popup ===================================================================== */
.window-overlay { position:absolute; top:0; left:0; z-index:990; width:100%; height:100%; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/window_overlay.png) repeat; background:rgba(0, 0, 0, 0.35); }

.remember-me label { float:none; margin:0 6px; }
.remember-me-popup { position:absolute; top:50%; left:50%; z-index:1000; margin:-85px 0 0 -200px; width:400px; border:1px solid #ccc; background:#fff; -webkit-box-shadow:0 0 6px #ccc; -moz-box-shadow:0 0 6px #ccc; text-align:left; -box-shadow:0 0 6px #ccc; }
.remember-me-popup h3 { padding:5px 10px; border-bottom:1px solid #ccc; background:#d9e5ee; font-size:14px; }
.remember-me-popup .remember-me-popup-head { position:relative; }
.remember-me-popup .remember-me-popup-head .remember-me-popup-close { position:absolute; top:7px; right:7px; display:block; width:15px; height:15px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_window_close.gif) no-repeat; text-indent:-9999em; }
.remember-me-popup .remember-me-popup-body { padding:10px; }
.remember-me-popup .remember-me-popup-body a { display:inline-block; padding:0 8px; height:19px; border:1px solid #de5400; background:#f18200; color:#fff; text-align:center; text-decoration:none; white-space:nowrap; font:bold 12px/19px Arial, Helvetica, sans-serif; }
/* Remember Me Popup ===================================================================== */


/* My Account ============================================================================= */
.my-account .title-buttons .link-rss { float:none; margin:0; }

/********** < Dashboard */
.dashboard .welcome-msg { padding: 0 15px; margin-bottom: 30px;}
.dashboard .welcome-msg p { margin:0; }
.dashboard .col2-set { margin:0 0 15px; }

/* General Box */
.box-account { padding:15px;  }
.box-account .box-head { margin:0; text-align:right; }
.box-account .box-head h2 { font-size: 18px;float: left;color: #444; }

.dashboard .box .box-title { margin:0 0 8px; padding:0 0 2px; text-align:right; }
.dashboard .box .box-title h3,
.dashboard .box .box-title h4 { float:left; margin:0; font-size:14px; }

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 { }

/* Block: Account Information */
.dashboard .box-info .box-head h2 { }
.dashboard .box-info h4 { font-size:12px; text-transform:uppercase;color: #444; }
.box-account address{line-height: 2;}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2 { }
.dashboard .box-reviews .number { float:left; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; color:#fff; font-weight:bold; font-size:10px; line-height:1; }
.dashboard .box-reviews .details { margin-left:20px; }
.dashboard .box-reviews li.item { margin:0 0 7px; }
.dashboard .box-reviews li.item.last { margin:0; }
.dashboard .box-reviews .ratings { margin:7px 0 0; }

/* Block: Tags */
.dashboard .box-tags .box-head h2 {  }
.dashboard .box-tags .number { float:left; margin:3px -20px 0 0; padding:2px 3px; background:#0a263c; color:#fff; font-weight:bold; font-size:10px; line-height:1; }
.dashboard .box-tags .details { margin-left:20px; }
.dashboard .box-tags li.item { margin:0 0 7px; }
.dashboard .box-tags li.item.last { margin:0; }
.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li { display:inline; }
/********** Dashboard > */
#my-orders-table td, #my-orders-table{font-size: 12px;vertical-align: middle;}
#my-orders-table td .price-excl-tax .price, #my-orders-table td .price-excl-tax{display: inline-table;}
#my-orders-table tfoot td{font-size: 14px;text-transform: uppercase;border:none;color: #444;}
#my-orders-table tfoot td strong{font-weight: 300!important;}
/* Address Book */
.addresses-list h2 { color:444; text-transform:uppercase; font-weight:300; font-size:14px; }
.addresses-list h3 { font-weight:300; font-size:14px; color:#222222;}
.addresses-list address { margin:0 0 3px; line-height: 2;}
.addresses-list p { margin:0; }
.addresses-list a { font-weight:400; }
.addresses-list .link-remove { color:#646464; }
.addresses-list .separator { margin:0 3px; }
.addresses-list li.item { margin:0 0 10px; padding:10px 13px; }
.addresses-list li.empty { background:none; padding:0; border:0; }
.addresses-list li.empty p { font-weight:400; }
.addresses-list .addresses-additional li.item { background:none; padding:0; border:0; }
.my-account .limiter{margin-bottom: 20px;}
.my-account .limiter select{margin-right: 10px;}
/* Order View */
.order-info { margin:0 0 8px;}
.order-info dt,
.order-info dd,
.order-info ul,
.order-info li { display:inline; }
.order-info .current { font-weight:normal; }
.order-info li { margin:0 3px; }

.order-date { margin:10px 0; }

.order-info-box { margin:0 0 15px;}
.order-info-box h2 { font-weight:300; font-size:14px;text-transform: uppercase; }
.order-info-box .box-payment p { margin:0 0 3px; }
.order-info-box .box-payment th { padding-right:7px; font-weight:bold; }

.order-items { overflow-x:auto; width:100%; }
.order-items h2,
.order-items h3 { clear:none; margin:0; padding:0; color:#444; font-weight:300; font-size:14px; }
.order-items .product-name { font-weight:300 !important; font-size:14px !important; }
.order-items .link-print { color:#444; font-weight:normal; }
.order-items .order-links { text-align:right; }

.order-additional { margin:15px 0; }
/* Order Gift Message */
.gift-message dt strong { color:#666; }
.gift-message dd { margin:5px 0 0; font-size:13px; }
/* Order Comments */
.order-about dt { font-weight:bold; }
.order-about dd { margin:0 0 7px; font-size:13px; }

.tracking-table { margin:0 0 15px; }
.tracking-table th { white-space:nowrap; font-weight:300; }

.tracking-table-popup { width:100%; }
.tracking-table-popup th { white-space:nowrap; font-weight:300; }
.tracking-table-popup th,
.tracking-table-popup td { padding:1px 8px; }

/* Order Print Pages */
.page-print .print-head { margin:0 0 15px; }
.page-print .print-head .logo { float:left; }
.page-print .print-head address { float:right; margin-left:15px; }
.page-print h1 { font-weight:bold; font-size:16px; }
.page-print h2,
.page-print h3 { font-weight:bold; font-size:13px; }
.page-print h2.h2 { font-weight:bold; font-size:16px; }
.page-print .order-date { margin:0 0 10px; padding:0 0 10px; }
.page-print .col2-set { margin:0 0 10px; }
/* Price Rewrites */
.page-print .gift-message-link { display:none; }
.page-print .price-excl-tax,
.page-print .price-incl-tax { display:block; white-space:nowrap; }
.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price { display:inline; }

/* My Wishlist */
.my-wishlist .data-table td { }
.my-wishlist .product-image { display:block; margin:0 0 5px; width:113px; height:113px; }
.my-wishlist textarea { display:block; width:97%; height:109px; }
.my-wishlist .buttons-set { margin-top:20px;padding-top: 20px; border-top:1px solid #efefef;text-align: right;}
.my-wishlist .buttons-set button.button { float:none; }
.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {  }
#wishlist-table .add-to-links { white-space:nowrap; }
#wishlist-table .inner{font-size: 12px;margin: 10px 0;}
#wishlist-table th, #wishlist-table td{font-weight: 300;}
#wishlist-table td{padding-top: 20px;}
#wishlist-table input.qty{width: 23px;}
/* My Tags */
.my-tag-edit { float:left; margin:0 0 10px; }
.my-tag-edit .btn-remove { float:right; margin:4px 0 0 5px; }
#my-tags-table { clear:both; }
#my-tags-table td { padding:10px; }
#my-tags-table .add-to-links { white-space:nowrap; }

/* My Reviews */
#my-reviews-table td { padding:10px; font-size: 12px;}

.product-review .product-img-box { float:left; width:140px;  }
.product-review .product-img-box .product-image { display:block; width:125px; height:125px; }
.product-review .product-img-box .label { margin:0 0 3px; font-size:11px; }
.product-review .product-img-box .ratings .rating-box { display:block; float:none; margin:0 0 3px; }
.product-review .product-details { margin-left:150px; }
.product-review .product-name { font-weight:bold; font-size:16px; margin:0 0 10px; }
.product-review h3 { margin:0 0 3px; color:#2f2f2f; font-size:12px; }
.product-review .ratings-table { margin:0 0 10px; }
.product-review dt { font-weight:bold; }
.product-review dd { margin:5px 0 0; font-size:13px; }

/* Billing Agreements */
.billing-agreements .info-box{ margin:15px 0; }
.billing-agreements .form-list li select { float:left; }
.billing-agreements .form-list li button.button { float:left; margin-left:10px; }
.billing-agreements .table-caption { font-weight:bold; font-size:13px; }
/* ======================================================================================= */


/* MAP Popup============================================================================== */
.cart-msrp-totals { margin:10px 10px 0; padding:10px; color:red; text-align:right; text-transform:uppercase; font-weight:bold; font-size:12px !important;}
.map-cart-sidebar-total { display:block; padding:2px 5px; color:red; text-align:left; text-shadow:0 1px 0 #fff; font-weight:bold; font-size:10px; }

.map-popup { position:absolute; z-index:100; margin:12px 0 0; width:300px; border:1px solid #aaa; background:#fff; -webkit-box-shadow:0 0 6px #ccc; -moz-box-shadow:0 0 6px #ccc; box-shadow:0 0 6px #ccc; text-align:left; }
.map-popup-heading { padding:5px 30px 5px 10px; width:260px; border-bottom:1px solid #ccc; background:#d9e5ee; }
.map-popup-heading h2 { overflow:hidden; margin:0; text-align:left; text-overflow:ellipsis; text-shadow:0 1px 0 #f6f6f6; white-space:nowrap; word-wrap:break-word; font-size:16px; }
.map-popup-arrow { position:absolute; top:-10px; left:50%; width:19px; height:10px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/map_popup_arrow.gif) no-repeat; }
.map-popup-close { position:absolute; top:8px; right:10px; display:block; width:15px; height:15px; -webkit-border-radius:2px; -moz-border-radius:2px; border-radius:2px; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/btn_window_close.gif) no-repeat; -webkit-box-shadow:0 0 3px #999; -moz-box-shadow:0 0 3px #999; box-shadow:0 0 3px #999; text-indent:-9999em; }
.map-popup-content { overflow:hidden; padding:10px; width:280px; border-top:1px solid #eee; text-align:left; }
.map-popup-checkout { display:inline; float:right; text-align:right; }
.map-popup-checkout span { display:block; padding-right:30px; }
.map-popup-checkout .paypal-logo { margin:0 0 5px; }
.map-popup-price .price-box,
.map-popup-price .price-box .special-price { margin:0; padding:0; }
.map-popup-price { margin:5px 0 0; }
.map-popup-text { clear:right; margin:0 10px; padding:10px 0; text-align:left; word-wrap:break-word; }
.map-popup-only-text { border-top:1px solid #ddd; }


/* -------------------------------------------------- */
/* Contact Us
/* -------------------------------------------------- */
.google-map{width: 100%;margin-bottom: 30px;height: 400px;}
#contactForm .fieldset{background: none;border:none;padding: 0;margin: 0;}
#contactForm .fieldset .legend{border-bottom: 1px solid #efefef;text-transform: uppercase;font-size: 14px;color: #444; font-weight: 300;padding-bottom: 0;}
#contactForm .fieldset textarea{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;height: 180px;}
#contactForm li{width: 48%;float: left;}
#contactForm li.wide{float: right;}
#contactForm .fieldset .form-list .field{width: 100%;}
#contactForm .fieldset .form-list .input-box,#contactForm .fieldset .form-list input.input-text{width: 100%;}
.contacts-info h3{font-size: 14px;text-transform: uppercase;font-weight: 300;border-bottom: 1px solid #efefef;line-height: 32px;}

/* -------------------------------------------------- */
/* Prefooter
/* -------------------------------------------------- */

.follow_us_container{margin-top:60px;padding-top:20px;width:100%;border-top:1px solid #efefef;background:#f5f5f5;font-size: 14px;}
.follow_us_facebook{float:left;margin-right:15px;width:13px;height:26px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/facebook_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_facebook:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/facebook_red.png) no-repeat;}
.follow_us_twitter{float:left;margin-top:2px;margin-right:15px;width:30px;height:26px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/twitter_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_twitter:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/twitter_red.png) no-repeat;}
.follow_us_rss{float:left;margin-right:15px;width:30px;height:26px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/rss_grey.png) no-repeat;cursor:pointer;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.follow_us_rss:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/rss_red.png) no-repeat;}
.footer_follow_us{margin-bottom:20px;}
.footer_follow_us_container{padding-top:20px;background:#eee;}
.footer_follow_us span{float:left;margin-right:25px;padding-top:4px;color:#656565;text-decoration:none;text-transform:uppercase;}
.footer_subscribe{margin-top:5px;margin-left:150px;width:auto!important;color:#656565;text-align:right;text-transform:uppercase;}
.footer_subscribe span{float:left;padding-top:4px;color:#656565;text-transform:uppercase;}

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

.footer_container{padding-top:50px;background:#222;}
.footer_block1, .footer_block{ margin-bottom:25px; }
.footer-menu-wrap .footer_block1, .footer-menu-wrap .footer_block{margin-bottom: 0; }
.footer_block2{float:right;margin-bottom: 30px;width:230px !important;}
	@media (max-width: 479px){
		.footer_block2{float:none; width:100% !important;}
		.footer_block4 {margin-left:40px;}
	}
.footer-home{ }
.footer-phone{ }
.footer-mail{ }
.footer-phone a{
 color:#fff;
}
.footer-home, .footer-phone, .footer-mail{
            cursor: pointer;
color:#fff !important;
-webkit-transition: color 0.2s ease-in-out;
   -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
     -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out;}
.footer-home:hover em, .footer-phone:hover em, .footer-mail:hover em{color: #333333;}
.footer-home em{ float: left;margin-top: 6px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 30px;}
.footer-phone em{ float: left;margin-top: 7px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 28px;}
.footer-mail em{ float: left;margin-top: 7px;margin-right: 20px;width: 25px;height: 25px; color: #fff;font-size: 24px;}
.footer-hr{ clear: both; margin:20px 0;margin-left:20px;border-top: 1px solid #333;border-bottom: 0 !important;border-left: 0 !important;}
.tweets-block .footer_title{padding-bottom: 8px !important;}
.footer_title{display:block;padding-bottom:15px;width:100%;color:#fff;text-transform:uppercase;font-weight:300;font-size: 14px;}
.footer_menu{padding-bottom:50px;padding-left:15px;}
.footer_menu ul{margin:0;}
.footer_menu li{display:list-item;color:#787878;list-style:square outside;line-height:21px;}
.footer_menu a{color:#FAFAFA;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_menu a:visited{color:#FAFAFA;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_menu a:hover{ color:#FA0000;}
.tweets1{margin-top:5px;padding:10px 0 0 40px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/quotes-2.png) no-repeat 0 15px;color:#787878;font-style:italic;font-size:12px;line-height:1.5;}
.tweets1 a{color:#fff;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_thumbs{overflow:hidden;padding-top:5px;}
.footer_thumbs li{display:inline-block;margin:10px 14px 10px 0;opacity:1;-webkit-transition-timing-function:ease;-webkit-transition-duration:.4s;-webkit-transition-property:opacity;}
.footer_thumbs li:hover{opacity:0.6;}
.flickr-photo img {width: 60px !important;}
.footer_thumbs_last-child{margin-right:0!important;}
.footer-black-bg{background: #111;}
#after_footer_menu {}
.container_footer_bg{margin-top: 40px;width:100%;background:#222; }
.after_footer .links {display:inline-block;float:left;padding-top:15px;margin-bottom: 10px;}
.after_footer .links :last-child{border:none;}
.after_footer .links span{float:left;}
.after_footer .links li{display:inline-block;margin-right: 5px;font-size:12px;line-height:20px;}
.after_footer .links a{margin-right: 0;color:#fff;text-decoration:none;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:color;}
.footer_copyright_payments{float:right;margin-top:20px;margin-bottom:-5px;padding-top:0;}
.footer_copyright_payments :last-child{margin-right:0;}
.footer_copyright_payments li{display: inline-block;margin-right: 4px;width: 55px;}
.copyright{display: block;margin-left: -20px;width:475px;color:gray;font:12px Arial, sans-serif; padding-top:20px;}
.after_footer{margin-left:0;padding-bottom: 11px;}
#after_footer_menu{margin-left: 0;}
#after_footer_payments{float: right;width: 415px;}
.footer_block1 img{max-width: 95px;}
.footer-logo2{margin-top:20px;}
.footer-logo3{float:right;margin-top:-25px;}
#back-to-top.btn-style-modern > a{position: fixed;bottom: 0;left:0;z-index:1000;width: 160px;height: 100% !important;color: #bbb;text-decoration: none;text-transform: uppercase; font: 11px/100% Arial, Helvetica, sans-serif;font-size: 12px;
 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
 }
#back-to-top.btn-style-modern a:hover{background-color: rgba(68, 68, 68, 0.15) !important; color: #444!important;
-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}

#back-to-top.btn-style-modern a:before {

}
#back-to-top.btn-style-modern a span{
 position: absolute;
 right:17px;
 bottom:0;
 z-index: 1;
 display: block;
 -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
 margin: -60px 0 0 0;
 padding: 20px 30px;
 background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/arrow_up_small.png) no-repeat 114px 23px;
 color: #838383 !important;
 text-align:right;
 text-transform: uppercase;
 font-size: 12px;
 opacity:0;
 -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
     -ms-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
         transition: all 0.2s ease-in-out;
}
#back-to-top.btn-style-modern a:hover span{opacity: 1;}
.responsive-switcher {display: inline-block;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box; margin:10px;padding: 12px 0 13px;width: 100%;width: 100% !important; text-align: center; text-transform: uppercase; font-size:14px;}
.responsive-switcher a{color: #444;cursor: pointer; cursor: pointer; }
.store-switcher{float: right;margin-top: 10px;margin-bottom: -5px;}
.store-switcher label{float: left;color: #222222;line-height: 30px;font-size: 12px;}
.store-switcher select{float: left;height: 30px;background-color: transparent;background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/select_arrow-white.png) no-repeat 95% center; color: #fff;border:none;margin-left: 5px;width: auto;padding-right: 20px; text-align: left;margin-bottom: 0;}
.store-switcher select:hover{background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/select_arrow_hover.png) no-repeat 95% center;}
.store-switcher select option{color:#444;}
.header-top .store-switcher{margin-top: 0;float: left;}
/* -------------------------------------------------- */
/* Back to top Standart
/* -------------------------------------------------- */
#back-to-top.btn-style-default {
position: fixed;
right: 15px;
bottom: 70px;
z-index: 999;
display: none;
margin-top: -35px;
margin-left: -70px;
width: 120px;
background: rgba(255,255,255,0.8);
color: #cdcab9;
font-size: 12px;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
#back-to-top.btn-style-default a {
display: block;
padding: 11px 4px 12px 30px;
background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up.png) no-repeat 12px center;
color: #666669;
text-align: center;
text-transform: uppercase;
font-size: 11px;
-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
}
#back-to-top.btn-style-default a:hover{background:#333333 url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_up_2.png) no-repeat 12px center;color: #fff !important;}






/* Sample Data============================================================================ */
.home-callout { margin-bottom:12px; }
.home-callout img { display:block; }
.home-spot { float:left; margin-left:20px; width:470px; }
.best-selling h3 { margin:12px 0 6px 0; color:#e25203; font-size:1.2em; }
.best-selling table { border-top:1px solid #ccc; }
.best-selling tr.odd { background:#eee url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/best_selling_tr_odd_bg.gif) 0 100% repeat-x; }
.best-selling tr.even { background:#fff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/best_selling_tr_even_bg.gif) 0 100% repeat-x; }
.best-selling td { padding:8px 10px 8px 8px; width:50%; border-bottom:1px solid #ccc; font-size:11px; }
.best-selling .product-img { float:left; border:2px solid #dcdcdc; }
.best-selling .product-description { margin-left:107px; line-height:1.3em; }
.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover { color:#203548; }
/* ======================================================================================= */


/* Clears ================================================================================ */
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.category-products .toolbar:after { display:block; clear:both; overflow:hidden; height:0; content:"."; font-size:0; line-height:0; }
/* ======================================================================================= */

.guest-select {width:305px !important;}

/* =====================================  Emodal Styles  ================================================== */
.emodal {position: fixed;top: 34%;left: 0;z-index: 2000;visibility: hidden;padding:20px;min-width: 320px;max-width: 440px;width: 50%;height: auto;background: white; opacity: 0;}
.emodal.eloading {background: #ffffff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/loading.gif) no-repeat center center;}
.emodal.shown ~ .wrapper {filter: blur(3px);-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-filter: blur(3px);-moz-filter: blur(3px);}.emodal.shown {left: 50%;margin-left: -245px;}
.emodal-overlay.with-transitions {
            -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
      }

        .emodal.with-transitions {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .emodal-overlay.shown,
	    .emodal.shown {
            visibility: visible;
            opacity: 1;
	    }

        .emodal .close-modal {
             position: absolute;
             top:10px;
             right:10px;
             display: block;
             padding: 0;
             width: 17px;
             height: 15px;
             border-color:transparent;
             background-color: #fff;
             background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/delete-btn-sprite.png);
             background-position: top center;
             background-repeat: no-repeat;
             font-size:0;
             cursor:pointer;
        }

        .emodal .close-modal:hover {
             background-position: bottom center;
        }

        .emodal-overlay {
            position: fixed;
            top: 0;
            left: 0;
            z-index: 1000;
            visibility: hidden;
            width: 100%;
            height: 100%;
            background: rgba(63, 63, 63, 0.8);
            opacity: 0;
        }

        /* content */
		.emodal h3{
			text-transform: none;
		}
        .emodal .emodal-text {
            float:right;
           /* width: 70%;*/
           width: 95%;
           padding-left: 10px;
        }

        .emodal img {
            float:left;
            /*max-width: 25%;*/
            max-width: 0px;
            display: none;
        }
        .emodal .emodal-text h3{margin-bottom: 10px;}
        .emodal .emodal-text .button{margin-right: 20px;margin-top: 10px;}
        .emodal .emodal-text .button:last-child{margin-right: 0;}

.empty-cart-block{text-align: center;width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.empty-cart-block i {
font-size: 120px;
color: #9f9f9f;
margin: 20px 0;
display: block;
}

.empty-cart-block h1{font-size: 16px;font-weight: 300; line-height: 20px;font-family: Arial;}


.page-print #my-invoice-table-2 {
	width: 100%;
}

.page-print #my-invoice-table-2 td, #my-invoice-table-2 th{
	padding: 10px;
}

.page-print h1, .page-print h2, .page-print h3 {
	background: #ccc;
}

.page-print .buttons-set, .page-print .datosbanco{
	display: none;
}


/*!
 * Bootstrap Responsive v2.3.2
 *
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */

.clearfix {
  *zoom: 1;
}

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

@-ms-viewport {
  width: device-width;
}

.hidden {
  display: none;
  visibility: hidden;
}

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

.visible-desktop {
  display: inherit !important;
}

@media (min-width: 768px) and (max-width: 979px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: inherit !important;
  }
  .hidden-print {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .row {
    margin-left: -30px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 30px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
  .offset12 {
    margin-left: 1230px;
  }
  .offset11 {
    margin-left: 1130px;
  }
  .offset10 {
    margin-left: 1030px;
  }
  .offset9 {
    margin-left: 930px;
  }
  .offset8 {
    margin-left: 830px;
  }
  .offset7 {
    margin-left: 730px;
  }
  .offset6 {
    margin-left: 630px;
  }
  .offset5 {
    margin-left: 530px;
  }
  .offset4 {
    margin-left: 430px;
  }
  .offset3 {
    margin-left: 330px;
  }
  .offset2 {
    margin-left: 230px;
  }
  .offset1 {
    margin-left: 130px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 1156px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 1056px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 956px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 856px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 756px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 656px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 556px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 456px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 356px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 256px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 156px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 56px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails > li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
    *zoom: 1;
  }
  .row:before,
  .row:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row:after {
    clear: both;
  }
  [class*="span"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 724px;
  }
  .span12 {
    width: 724px;
  }
  .span11 {
    width: 662px;
  }
  .span10 {
    width: 600px;
  }
  .span9 {
    width: 538px;
  }
  .span8 {
    width: 476px;
  }
  .span7 {
    width: 414px;
  }
  .span6 {
    width: 352px;
  }
  .span5 {
    width: 290px;
  }
  .span4 {
    width: 228px;
  }
  .span3 {
    width: 166px;
  }
  .span2 {
    width: 104px;
  }
  .span1 {
    width: 42px;
  }
  .offset12 {
    margin-left: 764px;
  }
  .offset11 {
    margin-left: 702px;
  }
  .offset10 {
    margin-left: 640px;
  }
  .offset9 {
    margin-left: 578px;
  }
  .offset8 {
    margin-left: 516px;
  }
  .offset7 {
    margin-left: 454px;
  }
  .offset6 {
    margin-left: 392px;
  }
  .offset5 {
    margin-left: 330px;
  }
  .offset4 {
    margin-left: 268px;
  }
  .offset3 {
    margin-left: 206px;
  }
  .offset2 {
    margin-left: 144px;
  }
  .offset1 {
    margin-left: 82px;
  }
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.7624309392265194%;
    *margin-left: 2.709239449864817%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.7624309392265194%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.43646408839778%;
    *width: 91.38327259903608%;
  }
  .row-fluid .span10 {
    width: 82.87292817679558%;
    *width: 82.81973668743387%;
  }
  .row-fluid .span9 {
    width: 74.30939226519337%;
    *width: 74.25620077583166%;
  }
  .row-fluid .span8 {
    width: 65.74585635359117%;
    *width: 65.69266486422946%;
  }
  .row-fluid .span7 {
    width: 57.18232044198895%;
    *width: 57.12912895262725%;
  }
  .row-fluid .span6 {
    width: 48.61878453038674%;
    *width: 48.56559304102504%;
  }
  .row-fluid .span5 {
    width: 40.05524861878453%;
    *width: 40.00205712942283%;
  }
  .row-fluid .span4 {
    width: 31.491712707182323%;
    *width: 31.43852121782062%;
  }
  .row-fluid .span3 {
    width: 22.92817679558011%;
    *width: 22.87498530621841%;
  }
  .row-fluid .span2 {
    width: 14.3646408839779%;
    *width: 14.311449394616199%;
  }
  .row-fluid .span1 {
    width: 5.801104972375691%;
    *width: 5.747913483013988%;
  }
  .row-fluid .offset12 {
    margin-left: 105.52486187845304%;
    *margin-left: 105.41847889972962%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.76243093922652%;
    *margin-left: 102.6560479605031%;
  }
  .row-fluid .offset11 {
    margin-left: 96.96132596685082%;
    *margin-left: 96.8549429881274%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.1988950276243%;
    *margin-left: 94.09251204890089%;
  }
  .row-fluid .offset10 {
    margin-left: 88.39779005524862%;
    *margin-left: 88.2914070765252%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.6353591160221%;
    *margin-left: 85.52897613729868%;
  }
  .row-fluid .offset9 {
    margin-left: 79.8342541436464%;
    *margin-left: 79.72787116492299%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 77.07182320441989%;
    *margin-left: 76.96544022569647%;
  }
  .row-fluid .offset8 {
    margin-left: 71.2707182320442%;
    *margin-left: 71.16433525332079%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.50828729281768%;
    *margin-left: 68.40190431409427%;
  }
  .row-fluid .offset7 {
    margin-left: 62.70718232044199%;
    *margin-left: 62.600799341718584%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.94475138121547%;
    *margin-left: 59.838368402492065%;
  }
  .row-fluid .offset6 {
    margin-left: 54.14364640883978%;
    *margin-left: 54.037263430116376%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.38121546961326%;
    *margin-left: 51.27483249088986%;
  }
  .row-fluid .offset5 {
    margin-left: 45.58011049723757%;
    *margin-left: 45.47372751851417%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.81767955801105%;
    *margin-left: 42.71129657928765%;
  }
  .row-fluid .offset4 {
    margin-left: 37.01657458563536%;
    *margin-left: 36.91019160691196%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.25414364640884%;
    *margin-left: 34.14776066768544%;
  }
  .row-fluid .offset3 {
    margin-left: 28.45303867403315%;
    *margin-left: 28.346655695309746%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.69060773480663%;
    *margin-left: 25.584224756083227%;
  }
  .row-fluid .offset2 {
    margin-left: 19.88950276243094%;
    *margin-left: 19.783119783707537%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.12707182320442%;
    *margin-left: 17.02068884448102%;
  }
  .row-fluid .offset1 {
    margin-left: 11.32596685082873%;
    *margin-left: 11.219583872105325%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.56353591160221%;
    *margin-left: 8.457152932878806%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 20px;
  }
  input.span12,
  textarea.span12,
  .uneditable-input.span12 {
    width: 710px;
  }
  input.span11,
  textarea.span11,
  .uneditable-input.span11 {
    width: 648px;
  }
  input.span10,
  textarea.span10,
  .uneditable-input.span10 {
    width: 586px;
  }
  input.span9,
  textarea.span9,
  .uneditable-input.span9 {
    width: 524px;
  }
  input.span8,
  textarea.span8,
  .uneditable-input.span8 {
    width: 462px;
  }
  input.span7,
  textarea.span7,
  .uneditable-input.span7 {
    width: 400px;
  }
  input.span6,
  textarea.span6,
  .uneditable-input.span6 {
    width: 338px;
  }
  input.span5,
  textarea.span5,
  .uneditable-input.span5 {
    width: 276px;
  }
  input.span4,
  textarea.span4,
  .uneditable-input.span4 {
    width: 214px;
  }
  input.span3,
  textarea.span3,
  .uneditable-input.span3 {
    width: 152px;
  }
  input.span2,
  textarea.span2,
  .uneditable-input.span2 {
    width: 90px;
  }
  input.span1,
  textarea.span1,
  .uneditable-input.span1 {
    width: 28px;
  }
}

@media (max-width: 767px) {
  body {
    padding-right: 20px;
    padding-left: 20px;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom,
  .navbar-static-top {
    margin-right: -20px;
    margin-left: -20px;
  }
  .container-fluid {
    padding: 0;
  }
  .dl-horizontal dt {
    float: none;
    width: auto;
    clear: none;
    text-align: left;
  }
  .dl-horizontal dd {
    margin-left: 0;
  }
  .container {
    width: auto;
  }
  .row-fluid {
    width: 100%;
  }
  .row,
  .thumbnails {
    margin-left: 0;
  }
  .thumbnails > li {
    float: none;
    margin-left: 0;
  }
  [class*="span"],
  .uneditable-input[class*="span"],
  .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .span12,
  .row-fluid .span12 {
    width: 100%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="offset"]:first-child {
    margin-left: 0;
  }
  .input-large,
  .input-xlarge,
  .input-xxlarge,
  input[class*="span"],
  select[class*="span"],
  textarea[class*="span"],
  .uneditable-input {
    display: block;
    width: 100%;
    min-height: 30px;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .input-prepend input,
  .input-append input,
  .input-prepend input[class*="span"],
  .input-append input[class*="span"] {
    display: inline-block;
    width: auto;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 0;
  }
  .modal {
    position: fixed;
    top: 20px;
    right: 20px;
    left: 20px;
    width: auto;
    margin: 0;
  }
  .modal.fade {
    top: -100px;
  }
  .modal.fade.in {
    top: 20px;
  }
}

@media (max-width: 480px) {
  .nav-collapse {
    -webkit-transform: translate3d(0, 0, 0);
  }
  .page-header h1 small {
    display: block;
    line-height: 20px;
  }
  input[type="checkbox"],
  input[type="radio"] {
    border: 1px solid #ccc;
  }
  .form-horizontal .control-label {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }
  .form-horizontal .controls {
    margin-left: 0;
  }
  .form-horizontal .control-list {
    padding-top: 0;
  }
  .form-horizontal .form-actions {
    padding-right: 10px;
    padding-left: 10px;
  }
  .media .pull-left,
  .media .pull-right {
    display: block;
    float: none;
    margin-bottom: 10px;
  }
  .media-object {
    margin-right: 0;
    margin-left: 0;
  }
  .modal {
    top: 10px;
    right: 10px;
    left: 10px;
  }
  .modal-header .close {
    padding: 10px;
    margin: -10px;
  }
  .carousel-caption {
    position: static;
  }
}

@media (max-width: 979px) {
  body {
    padding-top: 0;
  }
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: static;
  }
  .navbar-fixed-top {
    margin-bottom: 20px;
  }
  .navbar-fixed-bottom {
    margin-top: 20px;
  }
  .navbar-fixed-top .navbar-inner,
  .navbar-fixed-bottom .navbar-inner {
    padding: 5px;
  }
  .navbar .container {
    width: auto;
    padding: 0;
  }
  .navbar .brand {
    padding-right: 10px;
    padding-left: 10px;
    margin: 0 0 0 -5px;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse .nav > li > a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > .divider-vertical {
    display: none;
  }
  .nav-collapse .nav .nav-header {
    color: #777777;
    text-shadow: none;
  }
  .nav-collapse .nav > li > a,
  .nav-collapse .dropdown-menu a {
    padding: 9px 15px;
    font-weight: bold;
    color: #777777;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
  }
  .nav-collapse .btn {
    padding: 4px 10px 4px;
    font-weight: normal;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
  }
  .nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
  }
  .nav-collapse .nav > li > a:hover,
  .nav-collapse .nav > li > a:focus,
  .nav-collapse .dropdown-menu a:hover,
  .nav-collapse .dropdown-menu a:focus {
    background-color: #f2f2f2;
  }
  .navbar-inverse .nav-collapse .nav > li > a,
  .navbar-inverse .nav-collapse .dropdown-menu a {
    color: #999999;
  }
  .navbar-inverse .nav-collapse .nav > li > a:hover,
  .navbar-inverse .nav-collapse .nav > li > a:focus,
  .navbar-inverse .nav-collapse .dropdown-menu a:hover,
  .navbar-inverse .nav-collapse .dropdown-menu a:focus {
    background-color: #111111;
  }
  .nav-collapse.in .btn-group {
    padding: 0;
    margin-top: 5px;
  }
  .nav-collapse .dropdown-menu {
    position: static;
    top: auto;
    left: auto;
    display: none;
    float: none;
    max-width: none;
    padding: 0;
    margin: 0 15px;
    background-color: transparent;
    border: none;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
  .nav-collapse .open > .dropdown-menu {
    display: block;
  }
  .nav-collapse .dropdown-menu:before,
  .nav-collapse .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .dropdown-menu .divider {
    display: none;
  }
  .nav-collapse .nav > li > .dropdown-menu:before,
  .nav-collapse .nav > li > .dropdown-menu:after {
    display: none;
  }
  .nav-collapse .navbar-form,
  .nav-collapse .navbar-search {
    float: none;
    padding: 10px 15px;
    margin: 10px 0;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
       -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  }
  .navbar-inverse .nav-collapse .navbar-form,
  .navbar-inverse .nav-collapse .navbar-search {
    border-top-color: #111111;
    border-bottom-color: #111111;
  }
  .navbar .nav-collapse .nav.pull-right {
    float: none;
    margin-left: 0;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    height: 0;
    overflow: hidden;
  }
  .navbar .btn-navbar {
    display: block;
  }
  .navbar-static .navbar-inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}

@media (min-width: 980px) {
  .nav-collapse.collapse {
    height: auto !important;
    overflow: visible !important;
  }
}

/* -------------------------------------------------- */
/* Responsive Layout
/* -------------------------------------------------- */

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* ----------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px){
.boxed .wrapper{margin:0 auto;width:764px;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.header-variant2 .span5, .header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{width: 270px;}
.header-variant2 .header-phone, .header-variant5 .header-phone{width: 220px;}
.header-variant4 .span3{width: 130px;}
.header-variant4 .header-phone{display: none;}
.header-variant4 .span5{width: 560px;}
.header-variant4 .span5 .links{display: block;}
.logo{margin-right:50px;}
.mobile-menutype-default .et-mobile-menu{width: 724px; padding: 0;margin:0 auto ;}
.navbar .brand{padding-right:600px;}
.navbar-inner{margin-left:20px;}
.shopping_cart_wrap,.price_filter_span_right{float:right;}
.header-variant1 #search_mini_form .form-search .field:focus, .header-variant2 #search_mini_form .form-search .field:focus, .header-variant5 #search_mini_form .form-search .field:focus{width:210px;}
.et-mobile-menu{margin:0 auto;padding:0;width:724px;}
.banner_top_bottom{width:660px;}
.banner h2{padding-top:10px;}
.banner p{padding:5px 10px;font-size:11px;}
.banner a.info{padding:5px 9px;}
.banner_top_text{padding:4.7% 0;}
.block-head{font-size:22px!important;}
.textwidget p{padding:0;}
.sidebar_grid_title{font-size:22px!important;}
.price_filter_span_left{float:left;}
#categories-2 > ul{margin-left:25px;}
.widget_categories .widget-title{font-size:22px;}
.blog2_image{width:220px;}
.blog2_post_content{width:296px;}
.blog2_post_title{width:210px;}
.blog3_post_image{width:240px;}
.blog3_post_text{width:278px;}
.blog_full_review_container,.review_textarea{width:510px;}
#review_button{margin-right:-34px;}
#commentform .form-submit{margin-right:-14px;}
.toolbar .limiter,.toolbar .view-mode{margin-right:5px;}
.toolbar .sort-by{margin-left:-5px;}
.toolbar .limiter select{width:45px;}
.toolbar select{width:90px;}
.toolbar .view-mode{margin-left:15px;}
.page-title h1,.page-title h2{padding-bottom:20px;}
.product-view.layout-default .product_image, .product-view.layout-universal .product_image{width:290px;}
.product-view.layout-default .product-shop, .product-view.layout-universal .product-shop{width:225px;}
.product-view.layout-default .product-sidebar, .product-view.layout-universal .product-sidebar{width:166px;}
.product-options-bottom .add-to-cart,.add-to-box .add-to-cart{width:100%;text-align:center;}
.add-to-cart .quanitybox{float:none;margin:5px auto;width:125px;}
.product-shop label{float:left;}
.quantity-buttons{float:right;}
.add-to-cart button.button{float:none!important;margin-top:20px;}
.options-container2 .product-options-bottom .add-to-cart button.button{float:right!important;margin-top:0;}
.product-view .product-img-box .more-views{width:237px!important;}
.product_short_description_addtocart{padding:0 10px 3px;}
.tier-prices li{padding-bottom:10px;list-style: square outside;padding: 2px 0 2px 0px;}
.tier-prices li:last-child{padding-bottom:0;}
.product-options{padding:30px 0 20px;}
.product-options dd select{width:150px;}
.product-view.layout-horizontal .product-options dd select{width: 210px; float: left; margin-left: 20px;}
.product-options-bottom{padding:15px 0;}
.products-list li.item .product-image .label-icon.sale-label{right: -200px;}
.product-slider .product-slide .btn-cont{margin-right:2px;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{float:left;}
.options-container2 .product-options-bottom .price-box{margin-right:0;}
.options-container2 .product-options dd select{width:220px;}

.product-view .product-shop .product-name h1{margin-bottom:20px;}
.product-view .product-shop .ratings,.product-view .product-shop .no-rating{margin-bottom:10px;width:100%;}
.product-view .product-shop .availability{margin:0;}
.products-list .product-shop .f-fix{width:255px;}
.without-sidebar .products-list .product-shop .f-fix{width: 500px;}
.without-sidebar .products-list .addtocont{width: 500px;}
.product-pricing,.tier-prices{padding: 10px 0 10px 15px;}
.list_product_image{max-width:160px;}
.list_product_text{width:230px;}
.list_product_price_block{float:right;margin:40px 0 0;}
.products-list li.item{padding-right:0;}
.products-list img{max-width:200px;}
.products-list .product-shop{padding:0;width:255px;}
.products-list .addtocont{position:static;float:right;margin-top:0;padding-top:20px;width:255px;}
.products-list .addtocont .price-box{float:left;margin-top:5px;margin-bottom:0;text-align:left;}
.products-list .addtocont .button{float:right;}
.without-sidebar .products-list .product-shop{width: 500px;}
.sizing_guide{position:relative;margin-top:0;}
.product_container_title{width:200px!important;}
.product_image .views-gallery{width:289px!important;}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 10px;}
.cart .cart-collaterals{padding-top:10px;}
.cart .cart-collaterals .col2-set{float:left;margin-top:20px;padding-top:30px;width:100%;border-top:1px solid #efefef;}
.step .form-list .input-box{width:242px;}
#product-page .button.active{margin-top:30px;margin-left:40px;}
.thumbnails-slider{width:245px;}
.product_small_slider{margin-left:15px;}
.thumbnails-slider .slide{width:70px!important;}
.product-thumbnails .arrow.prev,.product-thumbnails .arrow.next{top:30%;}
.list_product,.blog_icon_container{margin-left:0;}
.blog_icon_container{padding-left:0;}
.new-arrow.next,.sale-arrow.next{left:35px!important;}
.pda_qty,.product_description_addtocart_button{margin-left:50px;}
.product_small_slider_img_last,.cart_table_arrows_left,.cart_table_arrows_right{display:none;}
.product_short_description_price{padding-left:2px;}
.iosSlider{height:316px!important;}
.product-carousel .item.slide{width:228px!important;}
.product-slider .product-slide{width:228px!important;}
.newproducts .item{margin-right:20px!important;}
.product-carousel .product_short_description{padding:15px 10px 10px 0 !important;}
.item.slide .product_short_description_addtocart{margin-right:2px;}
.slide .span3{width:220px!important;}
.slider_arrows{width:65px;}
.slide_image{width:100%;}
.with-sidebar .rows-count3 .product-grid, .with-sidebar .rows-count4 .product-grid{width:227px!important;}
.col2-left-layout .col-main{width:475px;}
.span3.col-left.sidebar{width:227px;}
.without-sidebar .rows-count4 .product-grid:nth-child(4n+1),.products_grid.rows-count3 .product-grid:nth-child(2n+1),.products_grid.rows-count5 .product-grid:nth-child(3n+1),.with-sidebar .rows-count4 .product-grid:nth-child(2n+1), .without-sidebar .rows-count6 .product-grid:nth-child(4n+1){clear:both;}
.rows-count6.products_grid .product-grid{width: 166px;}
.product_description_mainblock{width:225px;}
.product_description_banner{width:166px;}
#product-page .qty-block{float:none;margin:25px auto;width:140px;}
.variations_button{margin-left:45px;}
.checkout .col-2 textarea{width:247px!important;}
.wc-checkout-totals{margin-right:62px;}
.footer_container{padding:40px 0 0 40px;}
.footer_block,.footer_block1{margin-bottom:25px;width:46%;}
.footer-hr{margin:30px 0;}
.footer_thumbs li{margin:4px 7px;}
.footer_menu{padding-bottom:40px;}
.footer_block2{float:right;margin-right:17%;}
.flickr-photo img{width:67px!important;}
.footer-logo3{margin-right:60px;}
#after_footer_menu{margin-left:40px;width:400px;}
.footer_copyright_payments li{margin-right:0;width:39px;}
.footer_follow_us{width:235px!important;}
.footer_follow_us span{margin-right:15px;}
.footer_subscribe{margin-left:30px;}
#after_footer_payments{width:265px;}
#appendedInputButton{width:145px;}
.contact_info{width:180px;}
.registered-users, .new-users{width: 340px !important;}
#payment_form_ccsave input.input-text{width: 260px;}
#payment_form_ccsave .cvv-what-is-this{float: left;margin-left: 0;}
.checkout-progress{padding: 0;}
.checkout-progress li{width: 138px;margin-right: 5px;font-size: 11px;}
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-2{width: 460px;}
.multiple-checkout .col2-set .col-narrow{width: 200px;}


}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px){
.boxed .wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;width:100%;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.col1-layout .col-main{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;}
header{margin-left:25%!important;}
.navbar .brand{padding-right:340px;}
.span4.header-phone{width:auto;}
.mobile-menutype-default .et-mobile-menu{width: 428px; padding: 0;margin:0px auto 20px;}
.header-variant1 .span3, .header-variant2 .span3, .header-variant5 .span3{display:none;}
.header-variant1 #top-cart, .header-variant2 #top-cart, .header-variant3 #top-cart, .header-variant4 #top-cart, .header-variant5 #top-cart{float: none;}
.header-variant1 .span5, .header-variant2 .span5, .header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{float:right!important;width:auto;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant5 .search_form{}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field, .header-variant5 #search_mini_form .form-search .field, .header-variant4 #search_mini_form .form-search .field{display:block;float: right;}
.header-variant1 #search_mini_form .form-search .field{display: block;float: right;}
.shopping_cart_wrap ul{float:none;margin-bottom:-20px;margin-left:20px;}
.et-mobile-menu{margin:0 auto 20px;padding:0;width:428px;}
.slider_arrows{left:160px;}
#product-page .product_image{margin-left:40px;}
.product_description_mainblock h1{text-align:center;}
.product-view .product-sidebar .banner{width:210px;}
.ajax-index-options .price-box-bundle{width: 100%;float: left;}
.ajax-index-options .price-box-bundle + .price-box{float: left !important;}
.ajax-index-options .product-options{padding: 20px 0;}
#size,#color{width:460px;}
.product_thumbnail{width:46%;}
.product_description_banner{display:none!important;margin-left:30%!important;}
.product_description_title{text-align:center;}
.product_description_mainblock{width:100%;}
.item.slide{margin-right:12px;width:228px;}
.list_product_text{width:250px;}
.list_product_price_block{margin:0;}
.wc-checkout-totals{margin-right:52px;}
.toolbar .limiter select{width:45px;}
.toolbar select{width:90px;}
.toolbar .view-mode{margin-left:10px;}
.toolbar .sort-by select{margin-right:0;}
.product-grid{width:215px!important;}
.product-slider .product-slide{width:215px;}
.carousel-wrap.product-slider .carousel{height: 480px;}
.products-list li.item .product-image .label-icon.sale-label{right: -185px;}
.rows-count6 .product-grid:nth-child(5n+1),.products_grid.rows-count3 .product-grid:nth-child(3n+1){clear:none;}
.with-sidebar .rows-count4 .product-grid:nth-child(2n+1),.without-sidebar .rows-count4 .product-grid:nth-child(2n+1),.rows-count6 .product-grid:nth-child(2n+1),.rows-count5.shortcode-products .product-grid:nth-child(2n+1),.products_grid.rows-count3 .product-grid:nth-child(2n+1){clear:both;}
.rows-count5.shortcode-products .product-grid:nth-child(5n+1){clear:none;}
.products-list .product-shop, .without-sidebar .products-list .product-shop .f-fix, .without-sidebar .products-list .product-shop{padding:0;width:255px;}
.cart .shipping .sp-methods input{float: left;margin-right: 10px;}
.sidebar .block{float:left;clear:none;margin:10px 20px 10px 0;width:204px;}
.products-list li.item{padding-right:0;}
.products-list img{max-width:185px;}
.products-list .addtocont{position:static;float:right;margin-top:0;padding-top:20px;width:255px;}
.products-list .addtocont .price-box{float:left;margin-top:5px;margin-bottom:0;text-align:left;}
.products-list .addtocont .button{float:right;}
.products-list .product-shop .f-fix{width:255px;}
.product-view .main-image img{width: 100%;}
.add-to-box .add-to-links{text-align: center !important;}
.cart .cart-collaterals .col2-set,.cart .cart-collaterals .col2-set .col-1,.cart .cart-collaterals .col2-set .col-2{width:100%;margin-left: 0;}
.cart .cart-collaterals .col2-set{margin-top:20px;padding-top:30px;border-top:1px solid #efefef;}
.cart .discount,.cart .shipping{float:left;margin:20px 0;}
.cart .discount .input-box{float:left;width:auto;}
.cart .discount .buttons-set,.cart .shipping .buttons-set{float:right;clear:none;margin-top:9px;margin-left:30px;width:auto;}
.cart .form-list .input-box{width:100%;}
.cart .shipping{position:relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 11px;}
.cart-table .product-edit,.cart-table .product-thumbnail{display:none;}
.cart-table .product-qty{width:auto;}
.step .form-list .input-box select{width:195px;}
.footer_follow_us_container{padding:25px 0;width:100%;border-bottom:1px solid #ddd;background:#eee;}
.footer_follow_us{margin-bottom:0;margin-left:25%!important;}
.footer_subscribe{margin-left:25%!important;padding-top:5px;padding-bottom:10px!important;}
.footer_subscribe span{float:none!important;}
.footer_form{margin-left:15%!important;}
.container{margin:0 auto;width:460px;}
.container-footer{margin-top:-80px;padding-bottom:25px;width:100%;border-top:1px solid #DDD;background:#EEE;}
.input-append{margin-left:15%;}
.emodal{width: 370px;top:30%;}
.emodal.shown{margin-left: -205px;}
.emodal .emodal-text{width: 75%;}
[class*=span],.uneditable-input[class*=span],.row-fluid [class*=span]{float:left!important;margin-right:15px!important;}
.footer_block2{width:220px;}
.footer_thumbs li{margin:10px 14px 10px 0;}
.banner_top_bottom{display:block;margin-top:20px!important;padding:3%;width:100%;background:#fafafa;font-size:12px;}
.banner_top_bottom_text{padding-top:10px;padding-bottom:10px;color:#444;font-size:1.4em;}
.banner_top_bottom p{width:71%;color:#656565!important;}
.banner_top_button{float:right;padding:6px 4px;}
.banner_top_button a{color:#fff;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;}
.blog1_post_title{padding:5px 15px;}
.blog1_post_title span{padding:0;}
.blog2_post_title{width:370px;}
.blog_full_review_container{margin-bottom:20px!important;padding-bottom:20px;width:450px;border-bottom:1px solid #eee;}
.review_textarea{width:90%;}
#review_button{margin-right:11px;}
#commentform .form-submit{margin-right:31px;}
.product-collateral{padding: 0;}
.checkout_td{width:40%;}
.checkout_title{margin-top:20px!important;}
.sidebar_grid{float:right;margin-top:20px;width:100%;}
.widget-container{float:left;margin-right:20px;width:42%;}
#etheme-recent-comments-2 .widget-title,#price_filter-2 .widget-title{margin-top:20px;}
.grid_content{float:left;}
.sidebar_grid_price{float:left;margin:20px 20px 0 0;width:42%;}
.iosSlider{height:200px!important;}
.copyright{margin-left:0;}
.span9,.list_product{width:460px;}
.shopping_cart_block,.footer_copyright_payments,.tabbable,#grid_product3{display:none;}
.follow_us_facebook,.follow_us_twitter,.follow_us_rss{margin-right:6%;}
.footer_block1,.footer_block{width:215px;}
.sidebar_grid_menu,.blog_sidebar_menu{float:left;margin-right:20px;width:42%;}
.checkout .col-2 textarea{min-height:155px!important;width:210px!important;}
.cart_totals{max-width:225px!important;}
.cart_totals h2{margin-left:0;}
.cart-collaterals .cart_totals table{width:100%!important;}
.cart-collaterals .cart_totals tr td,.cart-collaterals .cart_totals tr th{padding-left:0!important;text-align:left;}
.fl-r.checkout-button.button.big.active{width:174px;}
.cart-collaterals .shipping_calculator{max-width:230px;}
.etheme-popup-content{top:50px;}
.dashboard .welcome-msg{margin-bottom: 20px;}
.cart .discount input.input-text{width: 280px;}
.step .form-list input.input-text{width: 195px;}
.checkout-types .btn-checkout{float: right;margin-bottom: 10px;}
.form-list #shipping-new-address-form .input-box, #checkout-payment-method-load .input-box, #billing-new-address-form .input-box{width: 255px;}

}


/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px){
.store-switcher{display:none;}
.offset7{margin-left:140px;}
.variant2 .logo-container, .variant5 .logo-container{width: 100%;text-align: center;}
.header-variant3 .span3, .header-variant4 .span3{display: none;}
.header-variant4 .span5 {position: relative;}
.header-variant4 .search_form{right: 20px;}
.header-variant3 #top-cart{float: left;}
.hidenn-tablet_phone{display:none!important;}
header{padding-top:0!important;}
.search_input{float:left;width:194px!important;border-right:none!important;background:transparent!important;font-style:italic;}
.button_search{float:right;margin-right:30px;padding:2px 6px 6px 2px;border-left:none;}
.shopping_cart_wrap li{margin-right:10px;padding-right:10px;font-size:14px;}
.shopping_cart_wrap ul{float:none;margin-bottom:-20px;margin-left:25px;text-align:center;}
.shopping_cart_wrap ul :first-child{background-image:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/css/images/link-divider.png);background-position:top right;background-repeat:no-repeat;}
.shopping_cart_wrap ul > li > a{color:gray;}
.product-title2{display:block;}
.product-view .product-shop .product-name h1{display:none;}
.cart-popup{display:none!important;}
.search_form{margin-top:20px;}
.banners-block{margin-bottom: 20px;}
.product_description_addtocart{border:none;}
.products_grid .clear{display:none;}
.product-grid .btn-cont{margin-bottom:10px;}
.products_grid .clear2{clear:both;}
#related-products .block-subtitle{float: left;margin-right: 0;margin-bottom: 0;margin-top: 10px;width: 100%;}
.product-shop .product-options-bottom{padding-left: 0;}
.product-shop .product-options-bottom .add-to-links{border-top:1px solid #efefef; text-align: center !important;}
.product-title2 h1{display:block;margin-top:-5px;margin-bottom:15px;background:#f5f5f5;color:gray;text-align:center;font-weight:300;font-size:18px;line-height:20px;padding: 15px 5px;}
.product-view .product_image,.product-view .product-shop,.product-view .product-sidebar{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100% !important;}
.product-view .product-sidebar{margin-top:30px;}
.product-view .product-sidebar .banner:first-child{margin-right:20px;}
.product-view .product-shop{margin-top:0px;}
.ajax-index-options .product-shop,.ajax-index-options .product-view .product-shop .product-name{margin: 0;}
.ajax-index-options .product-options dd{float: left;}
.ajax-index-options #product-options-wrapper dt{width: 100%;float: left;}
.product-shop .product-options-bottom .price-box{float: left !important;width: 100%;}
.ajax-index-options .product-options dd .qty-holder label{line-height: 30px;}
.ajax-index-options .product-options-bottom{float: left;width: 100%;padding: 0;}
.ajax-index-options .product-options-bottom .add-to-links{text-align: center;margin-top: 10px;}
.ajax-index-options .product-options-bottom .add-to-links li{width: auto;display: inline-block;margin-right: 5px;}
.product_description_mainblock h1{display:none;}
.product_description_mainblock{text-align:center;}
.cart-table .product-price{display: none;}
.main-info .price-block{float:none;margin-top:20px;margin-bottom:-25px;}
.main-info .price-block .amount{margin-left:10px;font-size:28px;}
#simple-product-form{text-align:center;}
.size_guide.sg_mobile{display:block!important;text-align:center;}
.size_guide{display:none;}
.addto-container .price-block{float:none;margin-bottom:-10px;text-align:center;}
.addto-container .qty-block{float:none;width:100%;text-align:center;}
.addto-container .qty-block label,.addto-container .quantity{float:none;margin:0;}
.button.big.active.etheme-simple-product{float:none;margin-top:25px;}
.product_meta{margin-bottom:20px;}
.blog2_image{margin-left:22%;}
.blog2_post_content{margin-top:20px;width:100%;}
.blog1_icon_container{margin-top:10px;}
.blog1_post_text{margin-bottom:20px;padding-top:0;}
.blog3_post_image{margin-top:0;margin-left:80px;}
.blog3_post_text{margin-top:0;width:100%;}
.blog2_icon_comment{width:140px;}
.price_filter_span_left{float:left;}
.price_filter_span_right{float:right!important;}
#cart-quantity .plus,#cart-quantity .minus{display:none;}
.grid_pagination a,.grid_bottom_pagination a,.grid_pagination span,.grid_bottom_pagination span{line-height:20px;}
.grid_pagination span,.grid_bottom_pagination span{margin-top:0;}
.footer_copyright_menu{text-align:center;}
.last_td,.cart_table_content > :first-child,.cart_table_title > :first-child,.cart_table_arrows_left,.cart_table_arrows_right,.search_text,.shopping_cart_wrap p{display:none;}
.blog_icon_container{margin:10px 0;}
.blog_icon_date,.blog_icon_comment,.blog_icon_author,.blog_icon_webdesign{float:left;margin:0 10px;}
.etheme-popup-content{left:4%!important;width:262px!important;}
.registered-users, .new-users{width: 100% !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-bottom: 20px !important;float: left !important;}
.box-account{padding: 10px;}
.checkout-onepage-success .block .block-title{text-align: left;}
.checkout-onepage-success .block .empty{padding-left: 0;}
.quantity_box_button_down, .quantity_box_button_up{display: none;}
.product-view .product-shop .quantity_box_button_down,.product-view .product-shop .quantity_box_button_up{display: block;}
.widget-placeholder{margin-bottom: 30px;}
.checkout-progress{display: none;}
.multiple-checkout .title-buttons{text-align: center;padding-bottom: 20px;}
.multiple-checkout .title-buttons h1{width: 100%;}
.multiple-checkout .title-buttons .button{float: none;}
.multiple-checkout .col2-set .col-wide, .multiple-checkout .col2-set .col-narrow, .multiple-checkout .col2-set .col-2{width: 100%;}
#shipping_method_form .col2-set .col-narrow{margin-bottom: 40px;}
.multiple-checkout .buttons-set{line-height: 30px;}
.buttons-set .back-link a{height: 30px;line-height: 30px;}
.buttons-set .back-link a:before{background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return.png) no-repeat 0 10px;height: 20px;}
.buttons-set .back-link a:hover:before{background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/return-hover.png) no-repeat 0 10px;height: 20px;}
.global-custom-tab img{margin-bottom: 10px;}
.product-view .product-shop .price-box .price{font-size: 26px;}
.product-view .product-shop .price-box{float: left;}
.tabs .tab-title,.tabs .left-titles a{background:#fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 95.5% center;}
.tabs .tab-title.opened,.tabs .tab-title:hover,.left-titles a,.left-titles a:hover{background:#efefef url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 95.5% center;}
.contacts-info{margin:20px 0;}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 479px){
.logo{margin:0 auto;width:240px;}
.boxed .wrapper{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;width:100%;-webkit-box-shadow:0 1px 6px;box-shadow:0 1px 6px;}
.span5.logo-container{margin-top:0;}
.span4.header-phone{display: none;}
.header-variant1, .header-variant2, .header-variant3, .header-variant4, .header-variant5{padding-bottom: 8px;}
.header-variant3 .span5, .header-variant4 .span5, .header-variant5 .span5{width: 100%;}
.header-variant4 #top-cart{float: left;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.menutuype2 .et-mobile-menu{width: 320px; padding: 0 20px;margin:0px auto 30px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
        .header-type-variant4 .et-menu-title{right: 52px;}
.header-variant4 .header-phone, .header-variant5 .header-phone, .header-variant2 .span5, .header-variant3 .span5{width: 100%;margin: 0;text-align: center;}
.page-title h1,.page-title h2{padding-top:10px;padding-bottom:20px;}
.header-variant1 .search_form, .header-variant2 .search_form, .header-variant5 .search_form,.header-variant4 .search_form{position: absolute;right: 55px !important;z-index: 1;display: block;}
.header-variant1 #search_mini_form .form-search .field, .header-variant2 #search_mini_form .form-search .field, .header-variant5 #search_mini_form .form-search .field, .header-variant4 #search_mini_form .form-search .field{display: block;float: right;}
.header-variant1, .header-variant2, .header-variant5{text-align:center;width: 100%;}
.header-variant3 .header-phone{width: 100%;text-align: center;}
.header-variant3 #top-cart{margin-left: 50px;}
.header-variant3 .search_form{right: 40px;display: block;}
.header-variant1 #top-cart, .header-variant2 #top-cart, .header-variant5 #top-cart, .header-variant4 #top-cart{float: none;text-align: center;width: auto;padding-left: 35px;}
.header-variant1 #top-cart span, .header-variant2 #top-cart span, .header-variant5 #top-cart span, .header-variant4 #top-cart span{float: left;}
.header-variant1, .header-variant2{padding-bottom: 6px;}
.modal{top:10px;right:10px;left:10px;}
.breadcrumbs span{padding: 0 3px 0 5px;}
.modal-header .close{margin:-10px;padding:10px;}
.breadcrumbs{padding: 0;}
.carousel-caption{position:static;}
.container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 auto;padding:0 10px;width:320px!important;}
.search_form{width:auto;}
.rev_slider_wrapper{max-height:120px!important;}
.col2-left-layout .col-main{margin-bottom:40px;}
.grid_pagination_block,.grid_pagination_bottom_block{height:85px;}
.grid_pagination_bottom_block{margin-bottom:20px;}
.pagination_text,.pagination_bottom_text{margin-left:50px;}
.toolbar{text-align: center;}
.toolbar .sort-by{float: none;}
.toolbar .limiter,.toolbar .view-mode,.toolbar .clear{display:none!important;}
.toolbar .amount{margin-top:25px !important;text-align: center;width: 100%;}
.toolbar .pages{width: 100%;margin-left: 0;}
.product-view .box-tags button{margin-bottom: 10px;margin-top: 5px;}
.grid_pagination,.grid_bottom_pagination{float:none!important;margin:auto;padding-bottom:15px;width:75%;}
.grid_pagination_block .woocommerce_ordering select,.grid_pagination_bottom_block .woocommerce_ordering select{margin-top:25px;margin-left:80px;}
.cart .cart-collaterals .col2-set{width:100%;}
.cart-table .product-edit,.product-delete,.cart-table .product-unit-price{display:none;}
.cart-table tfoot td{text-align:center!important;}
.cart-table .btn-continue,.cart-table .btn-update,.cart-table .btn-empty{float:none;margin-right:0;margin-left:0;}
.cart .totals,.cart .cart-collaterals .col2-set .col-2,.form-list .input-box, .product-view .box-reviews .form-add .form-list .input-box{width:100%;margin-left: 0;}
.checkout-types .btn-checkout{padding-right:30px;background-position:95% center;}
.cart-table .product-edit,.cart-table .product-unit-price,.cart-table .product-qty,.cart-table .product-subtotal,.cart-table .product-delete{padding:15px 14px;}
.cart-table .product-qty{width:auto;}
.cart .discount input.input-text,.cart .shipping .form-list input.input-text{width:280px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.cart .shipping .form-list select{width:280px;}
.back-to{display:none;}
.banners_top_row .banner{margin-bottom:20px;}
.product_blocks{margin-left:40px!important;width:225px!important;}
.product_description_mainblock{width:300px;}
.main-info .price-block{margin-top:0;}
.carousel-wrap.product-slider{margin-bottom: 20px;}
.product-slider .carousel{margin-left:30px!important;width:240px!important;height:480px!important;}
.product-slide .product-grid{width: 228px !important;}
.product_short_description{padding:15px 0 0;}
.product_container_title{float:left;margin-bottom:10px;margin-left:10px;width:170px;}
.product-grid .product-information{text-align:center;}
.product-options-bottom{padding:15px 10px;}
.product-grid .price,.product-grid .btn-cont{float:none;text-align:center;}
.product-slide .product-grid{width: 228px !important;}
.product-shop .product-code {font-weight: 400;width: 100%;display: block;float: left;}
.products-list li.item{padding-right:0;padding-bottom:20px;}
.products-list img{max-width:280px;}
.products-list li.item .product-image .label-icon.sale-label{right: -280px;}
.product-collateral{padding:25px 0;}
.product-view .product-shop .add-to-links li, .product-view .product-shop .add-to-links li .separator{line-height: 20px !important;}
.products-list .addtocont{position:static;float:left;margin-top:20px;width:100%;text-align:center;padding-left: 0;}
.products-list .addtocont .price-box{float:left;margin-top:5px;text-align:left;}
.products-list .product-shop, .without-sidebar .products-list .product-shop, .without-sidebar .products-list .product-shop .f-fix{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-top:20px;margin-left:0;padding-right:0;width:100%;}
.product-view .product-sidebar .banner:first-child{margin-right:0!important;}
.product-view .product-sidebar .banner{width: 100%;}
.views-gallery.thumbs-count-3{width:220px;}
.product-shop .product-options-bottom{text-align:center;}
.product-options-bottom .add-to-cart{margin-top:10px;width:100%;}
.product-options{padding:30px 0 20px;}
.options-container2 .product-options{width: 100%;}
.product-options-bottom .add-to-cart label{float:left;}
.options-container2 .product-options-bottom .add-to-cart label{float: left;}
.product-options dd select{width:200px;float: left;margin-left: 25px;}
.options-container2 .product-options dd select{float: left;}
.options-container2 .product-options-bottom .price-box{margin-top: 0 !important;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{width: 115px;margin-left: auto !important;}
.price-box-bundle{float: left;width: 100%;}
.product-options-bottom .quanitybox{float:left;margin:10px auto;width: 148px; text-align: center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.product-options-bottom .quantity-buttons{float:none;margin:auto;width:auto;text-align:center;}
.product-shop .product-options-bottom .price-box{margin:10px 0;}
.product-options-bottom .add-to-cart button.button{float:left;margin-top:20px;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.product-view .product-img-box .more-views{width:160px!important;}
.options-container2 .product-options-bottom{width:100%;}
.options-container2 .product-options dl{width:280px;}
.options-container2 .product-options-bottom .add-to-cart{text-align:center;margin-top: 40px;}
.quantity_box_button_up, .quantity_box_button_down{display: none;}
.options-container2 .product-options-bottom .add-to-cart .quanitybox{margin-top:5px;}
.product-view .product-shop .ratings,.product-view .product-shop .no-rating{margin-bottom:10px;width:100%;}
.products-list .product-shop .f-fix{width:100%;}
.add-to-box .add-to-cart{width:100%;text-align:center;}
.add-to-box .quanitybox{float:left;margin:auto;margin-bottom: 10px; text-align:center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.add-to-cart button.button{float:left;margin-top:10px;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.options-container2 .product-options-bottom .price-box .product-options-bottom .price-box{float:none;text-align:center;}
.add-to-box .add-to-links{text-align: center !important;}
.options-container2 .product-options-bottom .price-box .product-options-bottom .price-label{float:none;}
.product-options dd select.multiselect{width:100%;}
.product_image .views-gallery .slide{margin-left:5px;width:70px!important;}
.product_image .main-image img{margin:auto;width:100%;}
.product_image .views-gallery .slide img{height:auto!important;}
.views-gallery.thumbs-count-4{width:290px;}
.slider_arrows{right:10px;}
.sizing_guide{margin-left:10px;}
.product_container_arrows{float:left!important;margin-left:195px;}
.thumbnails-slider{width:240px!important;}
.thumbnails-slider .slide{width:67px!important;}
.product-thumbnails .arrow.prev,.product-thumbnails .arrow.next{top:30%!important;}
.product_description_banner{float:left;margin-bottom:20px;margin-left:60px;}
.product_image{max-width:100%;}
#size,#color{width:290px;}
#advanced-search-list #size,#advanced-search-list #color{width: 100%;}
.widget-title{margin-top:10px;}
.textwidget .banner{margin-bottom:20px;}
.button.big{padding:5px 18px;}
.button.big span{font-size:18px;}
.carousel{height:455px!important;}
#default_products_page_container .product-grid{margin-left:40px;}
.with-sidebar .rows-count4 .product-grid, .rows-count5 .product-grid, .rows-count6.products_grid .product-grid{width:100% !important;}
.product-slider .product-slide .span3,.product-slider .product-slide .span3,.product-slide .product-grid .product-image .img-wrapper{}
.rows-count5 .product-grid{width:220px;}
.banner_top_bottom{padding:10px;width:100%;}
#banner_top_bottom_text{float:none;padding-top:5px;padding-bottom:5px;width:100%;color:#444;}
.banner_top_bottom p{width:71%;color:#656565!important;}
.banner_top_button{float:none;margin:10px auto;padding:6px 4px;width:120px;text-align:center;}
.banner_top_button a{float:none!important;color:#fff;text-decoration:none;text-transform:uppercase;font:12px Tahoma, sans-serif;}
.input-append{float:left;margin:10px 0 20px -10px;}
.list_product{margin:0 auto;padding:20px 0 40px;width:290px;}
.list_product_text{margin-top:20px;width:290px;text-align:center;}
.list_product_price_block{float:none;margin-top:0;width:85px;}
.sidebar_grid{float:left;margin-top:20px;margin-left:41px!important;}
#primary{float:left;}
.blog1_post_title{padding:10px;}
.blog1_post_title span{padding:0;}
.blog2_post_title{padding:5px 10px;width:210px;}
.blog2_icon_author,.blog2_icon_comment,.blog2_icon_webdesign{margin:0 auto!important;text-align:center;}
.blog_full_review{margin-left:0!important;}
.review_textarea{width:260px;}
#review_button{margin-right:6px;}
#commentform .form-submit{margin-right:26px;}
.review_input{width:80%;}
.checkout_td{width:40%;}
.checkout_input_small{width:170px!important;}
.checkout_select{width:187px;}
.checkout_input_large{width:170px;}
td.actions .button{margin-right:15px;}
.cart-collaterals .cart_totals table{width:100%!important;}
.cart_totals h2{margin-left:0;}
.cart-collaterals .cart_totals tr th{padding:5px 0!important;text-align:left!important;}
.cart-collaterals .cart_totals tr td{padding:5px 0!important;text-align:right!important;}
.cart_totals .checkout-button{margin-top:15px;margin-right:18px;padding:10px 24px;}
.shipping_calculator h2{margin-top:30px;}
.shipping_calculator{margin-left:52px;}
.col2-set .col-1{width:100%!important;}
.col2-set .col-2{float:none!important;}
.checkout .col-2 textarea{width:280px!important;}
.wc-checkout-totals{margin-right:19px;}
.product-thumbnail{display:none;}
.footer_menu{padding-top:0;padding-bottom:0;padding-left:0;}
.footer_follow_us{margin-bottom:15px;padding-left:50px;}
.footer_subscribe{margin-left:0;padding-left:50px;}
.footer_menu li{list-style:none;text-align: center;}
.product_description_mainblock,#after_footer_menu,.blog_full_review_container,#after_footer_payments{width:100%!important;}
.footer-copyright{float:left;margin-top:6px;}
.tweets1{text-align:left;}
.product_description_title,.footer_title,.footer_block1,.footer_block,.footer_block2,.after_footer{text-align:center;}
.footer-home,.footer-phone,.footer-mail{padding:0 0 0 38px;text-align:left;}
.footer_block1 .textwidget{text-align: left;}
.footer-big-block{text-align:justify;}
#contact_container{margin-top:20px;width:290px;}
.contact_textarea{width:280px;}
.iosSlider{height:130px!important;}
.copyright{width:100%!important;margin-left: 0;text-align: center;}
.table,.product_small_slider,.blog1_post,.blog_button,.blog2_post,.footer_container{margin-bottom:20px;}
.shopping_cart_block,.description_banner,.cart_table_button,.cart_table_arrows_left,.cart_table_arrows_right{display:none;}
.shopping_cart_wrap,.shopping_cart_wrap ul,.back_to_previous_page,.footer_block2{float:none;}
.product_description_tags,.footer_block,.footer_block2,#cart_title{margin-top:20px;}
.product_thumbnail,.checkout_title{margin-top:20px!important;}
.footer_block1, .footer_block2, .footer_block{position:relative;margin-bottom:30px!important;width:100%;}
.product_description_mainblock,.blog_icon_container,.footer_copyright_payments{float:left;}
.list_product_price,.blog3_post_image{margin-left:12px;}
.list_product_image,.blog2_image{float:none;margin:auto;}
.blog2_icon_author{width:140px;}
.step .form-list input.input-text{width:232px;}
.step .form-list .input-box{width:100%;}
.step .col2-set .col-2{width:100%;}
#opc-login .buttons-set{padding-top:0;padding-bottom:20px;}
.opc .step .form-list .field,.opc .step .form-list .wide{width:100%;}
.opc .step .form-list select{width:233px;}
.col-1.registered-users, .col-2.new-users{float: left !important;}
.emodal{width: 100% !important;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;margin-left: 0 !important;left: 0 !important;top:39%;}
.emodal img{display: none;}
.emodal .emodal-text{width: 100%;}
.product-shop .regular-price{position: relative;top:5px;}
.products-list .product-shop .regular-price{top:0;}
#my-orders-table th:first-child, #my-orders-table td:first-child{display: none;}
#form-validate .form-list input.input-text{width: 205px;}
td.mobile-select{display: block;width: 228px;float: left;border:none !important;}
#product-review-table th, #product-review-table td.value{display: none;}
#product-review-table th.mobile-heading{display: block;width: 228px;}
.product-view .box-reviews .form-add .form-list input.input-text, .product-view .box-reviews .form-add .form-list textarea, .product-view .box-reviews .form-add h3, .product-view .box-reviews .form-add h4{width: 228px;float: left;}
.product-view .box-tags .form-add input.input-text{width: 228px;}
.checkout-onepage-success .buttons-set{text-align: center;}
.checkout-onepage-success .buttons-set .button{float: none;}
#multiship-addresses-table td:nth-child(3), #multiship-addresses-table th:nth-child(3){display: none;}
#multiship-addresses-table tfoot td{text-align: center !important;}
#multiship-addresses-table tfoot button.button{float: none;}
.multiple-checkout .buttons-set .back-link{position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);margin-top: 25px;}
.multiple-checkout .buttons-set button.button{float: left; position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);margin-left: 0;}
.multiple-checkout .buttons-set button.button{padding: 7px 12px;}
#multishipping-billing-form .col2-set .col-wide{width: 100%;}
.multiple-checkout .place-order .grand-total .inner{width: 100%;}
.checkout-multishipping-overview .multiple-checkout .data-table tr th:nth-child(2){display: none;}
.checkout-multishipping-overview .multiple-checkout .data-table tr td:nth-child(2){display: none;}
.sxy-zoom-container .sxy-zoom-dragpad, .sxy-zoom-container .sxy-controls{display: none !important;}
.emodal-overlay.with-transitions, .emodal.with-transitions{-webkit-transition: none;
   -moz-transition: none;
    -ms-transition: none;
     -o-transition: none;
        transition: none;}
.cart .totals .checkout-types{text-align: center;}
.multiple-checkout .place-order .grand-total{height: 87px;padding-left: 0;}
.multiple-checkout .place-order .grand-total big{margin-right: 0;margin-bottom: 10px;}
.multiple-checkout .place-order .grand-total button.button{height: 50px;line-height: 50px;}
.multiple-checkout .place-order .grand-total button.button span{height: 46px;}
.multiple-checkout .place-order .grand-total button.button span span{padding: 10px 45px;}
.multiple-checkout strong{font-weight: normal;}
#fancybox-wrap{padding: 10px;width: 100% !important;margin: auto 10px;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;margin-left: 0;left:0 !important;}
#fancybox-content{
	width: 100% !important;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.ajax-index-options .product-view .product-shop .availability{float: left;position: static;}
.page-empty.ajax-index-options{padding: 0 20px;}
.ajax-index-options .product-options{float: right;padding-top: 15px;}
.ajax-index-options .product-options p.required{top:19px;}
.ajax-index-options .product-view .product-shop .price-box{width: 100%;}
.ajax-index-options .product-view .product-shop{margin-top: 0;}
.ajax-index-options .product-options-bottom .add-to-cart label{float: none;}
.ajax-index-options .product-options-bottom .quanitybox{width: 100%;}
.ajax-index-options .product-options-bottom .quantity-buttons{float: none;width: 85px;}


}

/* Smaller than standard 960 (devices and browsers) */
/* ------------------------------------------------ */
@media (max-width: 979px){
	.wrapper{
-webkit-transition: -webkit-transform 500ms ease;
-moz-transition: -moz-transform 500ms ease;
-o-transition: -o-transform 500ms ease;
transition: transform 500ms ease;
-webkit-transform: translate(0);
-moz-transform: translate(0);
-ms-transform: translate(0);
-o-transform: translate(0);
transform: translate(0);
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-o-backface-visibility: hidden;
backface-visibility: hidden;}
.variant2 .logo-container, .variant5 .logo-container{float: left;width: auto;}
.variant1 .store-switcher{display: none;}
.variant1 .logo-container{margin-top: 0;}
.mobile-menutype-default .header-type-default .et-menu-title,.mobile-menutype-default  .header-type-variant3 .et-menu-title,.mobile-menutype-default  .header-type-variant4 .et-menu-title,.mobile-menutype-default  .header-type-variant5 .et-menu-title,.mobile-menutype-default  .header-type-variant2 .et-menu-title {display: block; position: absolute;right: 0;top:50%;margin-top:-27px; background: transparent;font-size: 40px;}
 .logo-container{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-align:center;position: relative;left:50%;-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-o-transform: translateX(-50%);transform: translateX(-50%);}
.header .logo{float:none;}
.variant2, .variant5{padding: 20px 0;}
.variant2 .logo, .variant5 .logo{width: 100%;}
.header-variant2 .container, .header-variant5 .container{position: relative;}
.header-variant2 .search_form, .header-variant5 .search_form{right: 0;}
.variant3 .header{padding: 0;}
.logo-container a{display:block;}
.navbar-inner{margin-top:20px;padding:0;border:1px solid #ddd;background:#eee;}
.header-container .container{position:relative;}
.header{margin:20px 0;}
.header-top .links{display:none;}
/*.fixed-header-area{display: none;}*/
#searchform{margin:0;}
#searchform .button{display:none;}
#searchform .field{border-right:1px solid #EFEFEF!important;}
#main-nav .menu{display:none;}
.et-mobile-menu li.block_li{display: none;}
#top-cart a{display:block;margin-bottom:5px;}
.main-container{margin-top:20px;}
.side-menu-wrap{display:block;}
.et-menu-title{display: block !important;}
.et-menu-title{position:absolute;top:50%;left:0;display:block;margin-top:-26px !important;background:transparent;font-size:40px;}
.et-menu-title i.icon-reorder{margin-right:0;color:#ccc;font-size:36px;}
.et-menu-title i.icon-reorder:hover{color:#fc5b5b;}
.mobile-menu-shown .et-menu-title{top:78px;width: 100%;height: 100%;z-index: 10001;}
.mobile-menu-shown .header-container .container{position: static;}
.mobile-menu-shown .header-container{position: static;}
.mobile-menu-shown .page{position: relative;}

.mobile-menutype-default .et-menu-title i{display: block;margin-top: 8px;}
.navbar .brand{display:block;text-transform:uppercase;}
.grid_pagination a,.grid_bottom_pagination a{background:#F5F5F5;}
.breadcrumbs{float:left;margin-bottom:20px;}
#default_products_page_container{margin-top:0;}
#product-page{margin-top:0;}
.page-title,.entry-title{margin:0 0 20px!important;}
.tabs .tab-content{margin-bottom:0;}
.options-container2 .product-options-bottom{padding-top:20px;}
.toolbar .clear{display:block;}
.toolbar .amount{margin-top:20px;}
.tabs .tab-title,.tabs .left-titles a{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin-left:0!important;padding:14px 40px 14px 13px;width:100%;border-top:1px solid #efefef;background:#fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 97.5% center;text-align:left;font-size:16px;-webkit-transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-ms-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;}
.tabs .tab-title.opened,.tabs .tab-title:hover,.left-titles a,.left-titles a:hover{float:left;background:#efefef url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/arrow_down.png) no-repeat 97.5% center;color:#444;}
.sliderNavi{display:none;}
#cloud-zoom-big,.mousetrap{display:none!important;}
.grid_content{margin-top:0;}
.sidebar_grid{margin-top:0;}
.tab-pane div{float:none!important;width:100%!important;border-right:none!important;}
#back-to-top{display:none!important;}
#my-orders-table th:last-child, #my-orders-table td:last-child{display: none;}
.product-view .box-tags .note {margin: 0;}
.custom-tabs1, .custom-tabs2{width: 100%;border:none;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
.my-account .page-title.title-buttons h1{padding-bottom: 0;text-align: left;}
.my-account .page-title.title-buttons a, .my-account .page-title.title-buttons span{float: left;}
.etheme_cp_btn_show{display: none !important;}
.options-container2 .product-options{width: 100%;-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
        box-sizing: border-box;}
}

@media (min-width: 980px){
	.variant1 .header{position: relative;}
    .hidden-desktop{display: none !important;}
    .shopping_cart_wrap{float: right;width: 350px;}
    /* -------------------------------------------------- */
/* Grid Clear
/* -------------------------------------------------- */
.rows-count3 .product-grid:nth-child(3n+1),
.rows-count4 .product-grid:nth-child(4n+1),
.rows-count6 .product-grid:nth-child(5n+1),
.without-sidebar .rows-count5 .product-grid:nth-child(4n+1),
.with-sidebar .products_grid.rows-count5 .product-grid:nth-child(3n+1){clear: both;}
}

@media (max-width: 1200px){
	#back-to-top{display: none;}
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.eot?v=4.7.0');src:url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('https://www.fotos-lienzo.es/skin/frontend/idstore/default/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}

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

	-	revolution slider -

Screen Stylesheet

author:		themepunch
email:     	info@themepunch.com
website:   	http://www.themepunch.com
-----------------------------------------------------------------------------*/


/******************************
	-	WRAPPER STYLES		-
******************************/



.rev_slider_wrapper{
	position:relative;
}

.rev_slider_wrapper >ul	{
	visibility:hidden;
}

.rev_slider{
	position:relative;
	overflow:hidden;
}


.rev_slider img{
	max-width:none !important;
	max-width:none !important;
	-moz-transition: none 0 !important;
	-webkit-transition: none 0 !important;
	-o-transition: none 0 !important;
	transition: none 0 !important;
	margin:0px !important;
	padding:0px !important;
	border-width:0px !important;
	border:none;
	visibility:visible !important;
}

.rev_slider .no-slides-text{
	font-weight:bold;
	text-align:center;
	padding-top:80px;
}

.rev_slider ul{
	margin:0px !important;
	padding:0px !important;
	list-style: none !important;
	list-style-type: none !important;
	background-position:0px 0px !important;
}

.rev_slider ul li,
.rev_slider >ul >li,
.rev_slider >ul >li:before{

	list-style:none !important;
	position:absolute;
	visibility:hidden;
	margin:0px !important;
	padding:0px !important;
	overflow-x: visible;
	overflow-y: visible;
	list-style-type: none !important;
	background-image:none !important;
	background-position:0px 0px !important;
	text-indent: 0em !important;
}

.rev_slider .tp-caption,
.rev_slider .caption, {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";	-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; 	position:absolute; visibility: hidden;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp-caption { z-index:1;}



.tp_inner_padding	{	box-sizing:border-box;
						-webkit-box-sizing:border-box;
						-moz-box-sizing:border-box;
						max-height:none !important;	}


.tp-hide-revslider,.tp-caption.tp-hidden-caption	{	visibility:hidden !important; display:none !important;}

/******************************
	-	WRAPPER STYLES END	-
******************************/

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter:none !important;
}
/******************************
	-	IE8 HACKS ENDS	-
*******************************/

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
.caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}

.tp-caption.fullscreenvideo {	left:0px; top:0px; position:absolute;width:100%;height:100%;}
.tp-caption.fullscreenvideo iframe	{ width:100% !important; height:100% !important;}
/********************************
	-	FULLSCREEN VIDEO ENDS	-
*********************************/

.fullwidthbanner-container{
	width:100% !important;
	position:relative;
	padding:0;
	overflow:hidden;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fullwidthbanner-container .fullwidthabanner{
	width:100% !important;
	position:relative;
}


/****************************************************************

	-	SET THE ANIMATION EVEN MORE SMOOTHER ON ANDROID   -

******************************************************************/

.tp-simpleresponsive .slotholder *,
.tp-simpleresponsive img			{ -webkit-transform: translateZ(0);
										  -webkit-backface-visibility: hidden;
										  -webkit-perspective: 1000;
									}


/************************************************
	  - SOME CAPTION MODIFICATION AT START  -
*************************************************/
.tp-simpleresponsive .caption,
.tp-simpleresponsive .tp-caption {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";		-moz-opacity: 0;	-khtml-opacity: 0;	opacity: 0; position:absolute;
}


/******************************
	-	SHADOWS		-
******************************/
.tp-bannershadow  {
		position:absolute;

		margin-left:auto;
		margin-right:auto;
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
	}

.tp-bannershadow.tp-shadow1 {	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/shadow1.png) no-repeat; background-size:100%; width:890px; height:30px; bottom:-30px;}
.tp-bannershadow.tp-shadow2 {	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/shadow2.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}
.tp-bannershadow.tp-shadow3 {	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/shadow3.png) no-repeat; background-size:100%; width:890px; height:60px;bottom:-60px;}


/******************************
	-	BUTTONS	-
*******************************/

.tp-button{
			padding:6px 13px 5px;
			border-radius: 3px;
			-moz-border-radius: 3px;
			-webkit-border-radius: 3px;
			height:30px;
			cursor:pointer;
			color:#fff !important; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6) !important; font-size:15px; line-height:45px !important;
			background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/gradient/g30.png) repeat-x top; font-family: arial, sans-serif; font-weight: bold; letter-spacing: -1px;
			text-decoration:none;
		}

.tp-button.big			{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/gradient/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, .tp-button:hover.green,
.purchase.green, .purchase:hover.green			{ background-color:#21a117; -webkit-box-shadow:  0px 3px 0px 0px #104d0b;        -moz-box-shadow:   0px 3px 0px 0px #104d0b;        box-shadow:   0px 3px 0px 0px #104d0b;  }


.tp-button.blue, .tp-button:hover.blue,
.purchase.blue, .purchase:hover.blue			{ background-color:#1d78cb; -webkit-box-shadow:  0px 3px 0px 0px #0f3e68;        -moz-box-shadow:   0px 3px 0px 0px #0f3e68;        box-shadow:   0px 3px 0px 0px #0f3e68;}


.tp-button.red, .tp-button:hover.red,
.purchase.red, .purchase:hover.red				{ background-color:#cb1d1d; -webkit-box-shadow:  0px 3px 0px 0px #7c1212;        -moz-box-shadow:   0px 3px 0px 0px #7c1212;        box-shadow:   0px 3px 0px 0px #7c1212;}

.tp-button.orange, .tp-button:hover.orange,
.purchase.orange, .purchase:hover.orange		{ background-color:#ff7700; -webkit-box-shadow:  0px 3px 0px 0px #a34c00;        -moz-box-shadow:   0px 3px 0px 0px #a34c00;        box-shadow:   0px 3px 0px 0px #a34c00;}

.tp-button.darkgrey,.tp-button.grey,
.tp-button:hover.darkgrey,.tp-button:hover.grey,
.purchase.darkgrey, .purchase:hover.darkgrey	{ background-color:#555; -webkit-box-shadow:  0px 3px 0px 0px #222;        -moz-box-shadow:   0px 3px 0px 0px #222;        box-shadow:   0px 3px 0px 0px #222;}

.tp-button.lightgrey, .tp-button:hover.lightgrey,
.purchase.lightgrey, .purchase:hover.lightgrey	{ background-color:#888; -webkit-box-shadow:  0px 3px 0px 0px #555;        -moz-box-shadow:   0px 3px 0px 0px #555;        box-shadow:   0px 3px 0px 0px #555;}



************************
	-	NAVIGATION	-
*************************/

/** BULLETS **/

.tpclear		{	clear:both;}


.tp-bullets								{	z-index:1000; position:absolute;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
												-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;
											}
.tp-bullets.hidebullets					{
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
												-moz-opacity: 0;
												-khtml-opacity: 0;
												opacity: 0;
											}


.tp-bullets.simplebullets.navbar						{ 	border:1px solid #666; border-bottom:1px solid #444; background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/boxed_bgtile.png); height:40px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}

.tp-bullets.simplebullets.navbar-old					{ 	 background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/navigdots_bgtile.png); height:35px; padding:0px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px ;}


.tp-bullets.simplebullets.round .bullet					{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/bullet.png) no-Repeat top left;	width:20px;	height:20px;  margin-right:0px; float:left; margin-top:-10px; margin-left:3px;}
.tp-bullets.simplebullets.round .bullet.last			{	margin-right:3px;}

.tp-bullets.simplebullets.round-old .bullet				{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/bullets.png) no-Repeat bottom left;	width:23px;	height:23px;  margin-right:0px; float:left; margin-top:-12px;}
.tp-bullets.simplebullets.round-old .bullet.last		{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square .bullet				{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square .bullet.last			{	margin-right:0px;}


/**	SQUARE BULLETS **/
.tp-bullets.simplebullets.square-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/bullets2.png) no-Repeat bottom left;	width:19px;	height:19px;  margin-right:0px; float:left; margin-top:-10px;}
.tp-bullets.simplebullets.square-old .bullet.last		{	margin-right:0px;}


/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar .bullet			{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/bullet_boxed.png) no-Repeat top left;	width:18px;	height:19px;   margin-right:5px; float:left; margin-top:10px;}

.tp-bullets.simplebullets.navbar .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar .bullet.last		{	margin-right:0px !important;}



/** navbar NAVIGATION VERSION **/
.tp-bullets.simplebullets.navbar-old .bullet			{	cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/navigdots.png) no-Repeat bottom left;	width:15px;	height:15px;  margin-left:5px !important; margin-right:5px !important;float:left; margin-top:10px;}
.tp-bullets.simplebullets.navbar-old .bullet.first		{	margin-left:0px !important;}
.tp-bullets.simplebullets.navbar-old .bullet.last		{	margin-right:0px !important;}


.tp-bullets.simplebullets .bullet:hover,
.tp-bullets.simplebullets .bullet.selected				{	background-position:top left; }

.tp-bullets.simplebullets.round .bullet:hover,
.tp-bullets.simplebullets.round .bullet.selected,
.tp-bullets.simplebullets.navbar .bullet:hover,
.tp-bullets.simplebullets.navbar .bullet.selected		{	background-position:bottom left; }



/*************************************
	-	TP ARROWS 	-
**************************************/
.tparrows												{	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
															-moz-opacity: 1;
															-khtml-opacity: 1;
															opacity: 1;
															-webkit-transition: opacity 0.2s ease-out; -moz-transition: opacity 0.2s ease-out; -o-transition: opacity 0.2s ease-out; -ms-transition: opacity 0.2s ease-out;

														}
.tparrows.hidearrows									{
															-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
															-moz-opacity: 0;
															-khtml-opacity: 0;
															opacity: 0;
														}


.tp-leftarrow										{ top:50%;	z-index:100;cursor:pointer; position:absolute;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }
.tp-rightarrow									{ top:50%; right:0;	z-index:100;cursor:pointer; position:absolute;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }


.tp-leftarrow.round-old									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_left.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left; margin-top:-13px;	}
.tp-rightarrow.round-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_right.png) no-Repeat top left;	width:26px;	height:26px;  margin-right:0px; float:left;	margin-top:-13px;}


.tp-leftarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/small_left_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-right:4px; margin-top:-4px;}
.tp-rightarrow.navbar									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/small_right_boxed.png) no-Repeat top left;	width:20px;	height:15px;   float:left;	margin-left:-36px; margin-top:-4px;}


.tp-leftarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrowleft.png) no-Repeat top left;		width:9px;	height:16px;   float:left;	margin-right:-20px; margin-top:-8px;}
.tp-rightarrow.navbar-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrowright.png) no-Repeat top left;	width:9px;	height:16px;   float:left;	margin-left:-20px; margin-top:-8px;}

.tp-leftarrow.navbar-old.thumbswitharrow				{	margin-right:10px; }
.tp-rightarrow.navbar-old.thumbswitharrow				{	margin-left:0px; }

.tp-leftarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_left2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-right:0px; margin-top:-9px;}
.tp-rightarrow.square-old								{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/arrow_right2.png) no-Repeat top left;	width:12px;	height:17px;   float:left;	margin-left:0px; margin-top:-9px;}


.tp-leftarrow.large										{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/large_left.png) no-Repeat top left;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; }
.tp-rightarrow.large									{	z-index:100;cursor:pointer; position:relative;	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/large_right.png) no-Repeat top left;	width:56px;	height:70px;  margin-left:0; margin-top:-35px; left:auto!important; right:0; }

.tp-leftarrow:hover,
.tp-rightarrow:hover 									{	background-position:bottom left; }






/****************************************************************************************************
	-	TP THUMBS 	-
*****************************************************************************************************

 - tp-thumbs & tp-mask Width is the width of the basic Thumb Container (500px basic settings)

 - .bullet width & height is the dimension of a simple Thumbnail (basic 100px x 50px)

 *****************************************************************************************************/


.tp-bullets.tp-thumbs						{	z-index:1000; position:absolute; padding:3px;background-color:#fff;
												width:500px;height:50px; 			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												margin-top:-50px;
											}


.fullwidthbanner-container .tp-thumbs		{  padding:3px;}

.tp-bullets.tp-thumbs .tp-mask				{	width:500px; height:50px;  			/* THE DIMENSIONS OF THE THUMB CONTAINER */
												overflow:hidden; position:relative;}


.tp-bullets.tp-thumbs .tp-mask .tp-thumbcontainer	{	width:5000px; position:absolute;}

.tp-bullets.tp-thumbs .bullet				{   width:100px; height:50px; 			/* THE DIMENSION OF A SINGLE THUMB */
												cursor:pointer; overflow:hidden;background:none;margin:0;float:left;
												-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
												/*filter: alpha(opacity=50);	*/
												-moz-opacity: 0.5;
												-khtml-opacity: 0.5;
												opacity: 0.5;

												-webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out;
											}


.tp-bullets.tp-thumbs .bullet:hover,
.tp-bullets.tp-thumbs .bullet.selected		{ 	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";

												-moz-opacity: 1;
												-khtml-opacity: 1;
												opacity: 1;
											}
.tp-thumbs img								{	width:100%; }




/************************************
		-	TP BANNER TIMER		-
*************************************/
.tp-bannertimer								{	width:100%; height:10px; background:rgba(4,4,4,0.3); position:absolute; z-index:200;} /*background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/timer.png);*/
.tp-bannertimer.tp-bottom					{	bottom:0px !important;height:5px;}




/***************************************
	-	RESPONSIVE SETTINGS 	-
****************************************/


	@media only screen and (min-width: 480px) and (max-width: 767px) {
			.responsive .tp-bullets.tp-thumbs				{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .tp-mask		{	width:300px !important; height:30px !important;}
			.responsive .tp-bullets.tp-thumbs .bullet		{	width:60px !important;height:30px !important;}

	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
				.responsive .tp-bullets	{	display:none}
				.responsive .tparrows	{	display:none;}
	}


/*********************************************

	-	BASIC SETTINGS FOR THE BANNER	-

***********************************************/

 .tp-simpleresponsive img {
		-moz-user-select: none;
        -khtml-user-select: none;
        -webkit-user-select: none;
        -o-user-select: none;
}


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

.tp-simpleresponsive >ul li{
	list-style:none;
	position:absolute;
	visibility:hidden;
}

/*  CAPTION SLIDELINK   **/
.caption.slidelink a div,
.tp-caption.slidelink a div {	width:3000px; height:1500px;  background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/coloredbg.png) repeat;}

.tp-loader 	{	background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/assets/loader.gif) no-repeat 10px 10px; background-color:#fff;  margin:-22px -22px; top:50%; left:50%; z-index:10000; position:absolute;width:44px;height:44px;
				border-radius: 3px;
				-moz-border-radius: 3px;
				-webkit-border-radius: 3px;
			}
.tp-caption iframe {
	border:0;
}


.slide-feature {
	display: block;
    width:160px;
    height:160px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/assets/slider/icon_sprite.png);
    background-repeat: no-repeat;
    text-indent: -9999px;
}

.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 400px;
    margin:auto 0 20px;
}

.iosSlider .slider {
	width: 100%;
	height: 100%;
}

.iosSlider .slider .slide {
	width: 100%;
	height: 100%;
	padding: 0 0 0 0;
    position: relative;
}

.iosSlider .slider .slide .caption {
	position: absolute;
    background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/caption.png);
    color:white;
	left: 0;
	bottom: 0;
    padding:20px;
    width: 920px;
}

.iosSlider .slider .slide .caption p,
.iosSlider .slider .slide .caption h2 {
    color:white;
    float:left;
    width:80%;
    display:block;
    margin-bottom:0;
}
.iosSlider .slider .slide .caption .button {
    float:right;
    display:block;
}

/* 
	Bullets and thumbnails navigation	
*/
.iosSlider .sliderNavi {
    position: absolute;
    right:20px;
    top:20px;
}
.iosSlider .sliderNavi .naviItem {	
	background-color: transparent;
	background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/controls-sprite.png);
	background-position: top;
	margin-left:10px;
    display: inline-block;
    text-indent: -9999px;
    float: left;
	width:16px;
	height:16px;		
}
/* Current bullet */
.iosSlider .sliderNavi .naviItem.selected {	
	background-image: none;
}

.iosSlider .prev,
.iosSlider .next
{	
    display: block;
    position: absolute;
    z-index: 25;
	width: 58px;
	height: 58px;
	top:44%;	
    cursor: pointer;	
}

.iosSlider .prev {
    background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/slide_prev.png) no-repeat 0 0;
}
.iosSlider .next {
    background: transparent url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/slide_next.png) no-repeat 0 0;
}
.iosSlider .prev:hover, 
.iosSlider .prev:focus,
.iosSlider .next:hover,
.iosSlider .next:focus {
    background-position: -56px 0;
}
.iosSlider .prev:active,
.iosSlider .next:active {
    background-position: -112px 0;
    
}

/* left arrow */
.iosSlider .prev {
	left: 0;	
}
/* right arrow */
.iosSlider .next {
	right: 0;
}

/* Carousel */

.carousel {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:510px;
    margin:auto 0 0;
}

.carousel .slider {
	width: 100%;
    height: 100%;
}


/* Carousel Related */


.product-slider .prev,
.product-slider .next
{	
    width: 20px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.product-slider .next {
    background: #dbdbdb url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled.png) no-repeat center center;
}
.product-slider .next:hover{ background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled-white.png) no-repeat center center;}
.product-slider .prev:hover{ background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled-white.png) no-repeat center center;}
.product-slider .prev {
    background: #dbdbdb url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center;
}
.product-slider .prev:hover, 
.product-slider .prev:focus,
.product-slider .next:hover,
.product-slider .next:focus {
    background-color: #FF4A4A;

}

.product-slider .prev:active,
.product-slider .next:active {
    
}
.widget_special_offers .product-slider .prev, .widget_special_offers .product-slider .next{

}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}
/* left arrow */
.product-slider .prev {
	right: 36px;	
}
/* right arrow */
.product-slider .next {
	right: 0;
}
/* Media */

.product-slider .prev::selection{background: transparent;}
.product-slider .next::selection{background: transparent;}
.views-gallery {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
    height:102px;
    margin:auto 0 15px;
}

.more-views  {
	height: 102px;
	margin: 0 auto;
}

.more-views .slide {
	width: 75px;
	margin-right:3px;
	border: 1px solid #ffffff;
	float:left;
}

.more-views .slide.active {
	border: 1px solid #cccccc;
}

.more-views .slide img {
}

.more-views .slide.last {
	margin-right:0;
}

.more-views-arrow.prev {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -127px;

}

.more-views-arrow.next {
    position: absolute;
    z-index:1;
    right: 0;
	bottom: -2px;
	height: 105px;
	width: 23px;
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -127px;
   
}
.more-views-arrow.prev:hover {
	background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -7px -246px;
	background-color: transparent !important;
}

.more-views-arrow.next:hover {
	 background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg);
    background-repeat: no-repeat;
	background-position: -49px -246px;
	background-color: transparent !important;
}

.more-views-arrow.prev,
.more-views-arrow.next {
	opacity: 1;
	-webkit-transition-property: opacity;
    -webkit-transition-duration: 0.4s;
    -webkit-transition-timing-function: ease;
	
}

 .more-views-arrow.prev.disabled{
    background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg);
	background-repeat: no-repeat;
	background-position: -7px -7px;
    background-color: transparent !important;
}

 .more-views-arrow.prev.disabled:hover{
      background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg) !important;
    background-repeat: no-repeat;
    background-position: -7px -7px !important;
    background-color: transparent !important;
 }
 .more-views-arrow.next.disabled, .more-views-arrow.next.disabled:hover{
	     background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/product-big-arrow-sprite.jpg) !important;
	background-repeat: no-repeat;
	background-position: -49px -7px !important;
    background-color: transparent !important;
 }
.more-views-arrow.prev:hover, 
.more-views-arrow.prev:focus,
.more-views-arrow.next:hover,
.more-views-arrow.next:focus {
}

.more-views-arrow.prev:active,
.more-views-arrow.next:active {
    
}


.deactive .more-views-arrow.prev,
.deactive .more-views-arrow.next {
    display:none;
}

/* left arrow */
.more-views-arrow.prev {
	left: 0;
}

/* right arrow */
.more-views-arrow.next {
	right: 0;
}


/* Carousel Related */


.related-arrow.prev,
.related-arrow.next
{	
    width: 23px;
    height: 25px;
    color: white;
    font-size: 16px;
    padding: 3px 5px;
    -webkit-transition: 0.2s ease-in-out, background, border-color;
    -moz-transition: 0.2s ease-in-out, background, border-color;
    -ms-transition: 0.2s ease-in-out, background, border-color;
    -o-transition: 0.2s ease-in-out, background, border-color;
    transition: 0.2s ease-in-out, background, border-color;
    display: block;
    position: absolute;
    z-index: 25;
    cursor: pointer;
	top:15px;		
}

.related-arrow.next {
    background: #CCC url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled-white.png) no-repeat center center;
}
.related-arrow.prev {
    background: #CCC url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled-white.png) no-repeat center center;
}
.related-arrow.prev:hover,
.related-arrow.prev:focus,
.related-arrow.next:hover,
.related-arrow.next:focus {
    background-color: #FF4A4A;
}

.related-arrow.prev:active,
.related-arrow.next:active {
    
}

.next.disabled{
    background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled.png) no-repeat 11px center;
}

.prev.disabled{
    background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center;
}

.prev.disabled:hover{
   background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_left_disabled.png) no-repeat center center !important;
}

.next.disabled:hover{
     background: #fafafa url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/qty_arrow_right_disabled.png) no-repeat 11px center !important;
}

.next.disabled,
.prev.disabled {
    cursor:default!important;
}

.next.disabled:hover,
.prev.disabled:hover{

}

.slide-feature.feature-responsive {
    background-position: 0 0;
}
.slide-feature.feature-responsive:hover {
    background-position: 0 -160px;
}

.slide-feature.feature-shortcodes {
    background-position: -160px 0;
}
.slide-feature.feature-shortcodes:hover {
    background-position: -160px -160px;
}

.slide-feature.feature-admin-panel {
    background-position: -320px 0;
}
.slide-feature.feature-admin-panel:hover {
    background-position: -320px -160px;
}

.slide-feature.feature-ajax {
    background-position: -480px 0;
}
.slide-feature.feature-ajax:hover {
    background-position: -480px -160px;
}
.tp-caption iframe{}
.tp-leftarrow, .tp-rightarrow{-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.tp-leftarrow{background: rgba(0, 0, 0, 0.4) url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/big_slider_arrow_left.png) no-repeat 17px center;}
.tp-rightarrow{background: rgba(0, 0, 0, 0.4) url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/big_slider_arrow_right.png) no-repeat 22px center;}
.tp-rightarrow:hover{background-position: 22px center !important;}
.tp-leftarrow:hover{background-position: 17px center !important;}

@media (min-width: 768px) and (max-width: 979px) {
	.slide-feature {
		zoom:0.85;
	}
    .tp-caption iframe{width: 372px !important;}
}


@media (max-width: 767px) {
	.slide-feature {
		zoom:0.55;
	}
    .tp-caption iframe{width: 215px !important;}
}


@media (max-width: 479px) {
	.slide-feature {
		zoom:0.35;
	}
    .tp-caption iframe{width: 140px !important;}
}

.tp-caption.main-caption {
			position: absolute;
			color: #353535;
			text-shadow: none;
			font-weight: normal;
            text-transform: uppercase;
			font-size: 50px;
			line-height: 60px;
			font-family: 'Lora', serif;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background:rgba(255,255,255,0.50);
			padding:4px 13px;
			letter-spacing: -1.5px;
			font-weight:100;
}

.tp-caption.heading-white {
			position: absolute;
			color: #ffffff;
			text-shadow: none;
			font-weight: normal;
			text-align: center;
            text-transform: uppercase;
			font-size: 20px;
			line-height: 28px;
			font-family: 'Lora', serif;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			padding:4px 10px;
			letter-spacing: 1.5px;
			font-weight:100;
}

.tp-caption.main-text-white {
			position: absolute;
			color: #ffffff;
			text-align: center;
			font-weight: normal;
			font-size: 18px;
			line-height: 24px;
			font-family:  "Open Sans",sans-serif;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			padding:10px;
			font-weight:100;
}
.tp-caption.main-text {
			position: absolute;
			color: #656565;
			text-align: center;
			font-weight: normal;
			font-size: 18px;
			line-height: 24px;
			font-family:  "Open Sans",sans-serif;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			padding:10px;
			font-weight:100;
}
.tp-caption.big_red{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: normal;
            text-transform: uppercase;
			font-size: 30px;
			line-height: 36px;
			font-family: Arial;
			padding: 10px 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#ff4a4a;
			letter-spacing: -1.5px;
}

.tp-caption.big_gray{
			position: absolute;
			color: #6d6d6d;
			text-shadow: none;
            text-transform: uppercase;
			font-size: 30px;
			line-height: 36px;
			font-family: "Open Sans";
			font-weight: 300 !important;
			padding: 10px 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			letter-spacing: -1.5px;
            text-align: center;
		}

.tp-caption.simple_text{
			position: absolute;
			color: #444444;
			text-shadow: none;
			font-weight: normal;
			font-size: 20px;
			font-family: Arial;
			padding: 10px 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#edeff2;
			letter-spacing: -1.5px;
		}

.tp-caption.simple_text2{
			position: absolute;
			color: #444444;
			text-shadow: none;
			font-weight: normal;
			font-size: 20px;
			font-family: Arial;
			padding: 10px 20px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			letter-spacing: -1.5px;
            text-align: center;
		}

.tp-caption.big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			padding-top: 1px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#000;
			letter-spacing: -1.5px;
		}

.tp-caption.big_orange{
			position: absolute;
			color: #ff7302;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 36px;
			line-height: 36px;
			font-family: Arial;
			padding: 0px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#fff;
			letter-spacing: -1.5px;
		}

.tp-caption.medium_grey{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			padding: 2px 4px;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			background-color:#888;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.small_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 14px;
			line-height: 20px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.medium_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 20px;
			line-height: 20px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 40px;
			line-height: 40px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
		}

.tp-caption.very_large_text{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
			letter-spacing: -2px;
		}

.tp-caption.very_big_white{
			position: absolute;
			color: #fff;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#000;
					}

.tp-caption.very_big_black{
			position: absolute;
			color: #000;
			text-shadow: none;
			font-weight: 700;
			font-size: 60px;
			line-height: 60px;
			font-family: Arial;
			margin: 0px;
			border-width: 0px;
			border-style: none;
			white-space:nowrap;
			padding: 0px 4px;
			padding-top: 1px;
			background-color:#fff;
					}

.tp-caption.boxshadow{
		-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
		box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
	}

.tp-caption.black{
		color: #000;
		text-shadow: none;
	}

.tp-caption.noshadow {
		text-shadow: none;
	}

/* Reset - A few useful declerations to stop other peoples CSS interfering with our own */

.sxy-zoom-container .sxy-zoom-viewport img { max-width: none !important; border-radius: 0 !important; }

/* Global */

.sxy-zoom-container { /* -moz-box-shadow: 0 1px 6px #aaa; -webkit-box-shadow: 0 1px 6px #aaa; box-shadow:  0 1px 6px #aaa; */}
.sxy-zoom-container .sxy-zoom-viewport { z-index: 1000; }

.sxy-zoom-container img { border: 0; }
.sxy-zoom-container div { margin: 0; padding: 0; border: 0; }

.sxy-zoom-container .sxy-zoom-dragpad, .sxy-zoom-container .sxy-overlay, .sxy-zoom-container .inner-thumb, .sxy-zoom-container .sxy-zoom-bg { width: 100%; height: 100%; }

.sxy-zoom-bg { left: 0; top: 0; position: absolute; }

.sxy-zoom-container .sxy-controls { height: 100%; }
.sxy-zoom-container .overlay { height: 100%; }
.sxy-zoom-container .sxy-slider { height: 100%; }

.sxy-zoom-container .sxy-zoom-dragpad { position: absolute !important; left: 0; top: 0; }

/* Controls */

.sxy-zoom-container .sxy-controls
{   
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box;      
    width: 26px;
    left: -26px;
    top: 0px;
    position: absolute;
    overflow: hidden;
    filter:inherit;
}
 
.sxy-zoom-container .sxy-controls .overlay
{ 
    position: absolute;
  top: 0px;
  left: 0px;
    width: 26px; 
    border-top-left-radius: 3px; -webkit-border-top-left-radius: 3px; -moz-border-radius-topleft: 3px;
    border-bottom-left-radius: 3px; -webkit-border-bottom-left-radius: 3px; -moz-border-radius-bottomleft: 3px;
    background:#fff;
   filter: inherit;
}

.sxy-zoom-container .in {    filter:inherit;  left: 2px; width: 22px; height: 23px; background:  url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/controls.png) 0px -15px; position: relative; display: block; top: 3px;}
.sxy-zoom-container .out { filter:inherit; width: 22px; height: 23px; background:  url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/controls.png) 0px -38px; position: relative; left: 2px; display: block; }
.sxy-zoom-container .sxy-slider { filter:inherit; background:  url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/controls.png) -25px 0px repeat-y; position: relative;} 
.sxy-zoom-container .sxy-handle { filter:inherit; left: 2px; width: 20px; height: 16px; background:  url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/controls.png) 0px 0px no-repeat; top: 20px; position: absolute;font-size: 0; }
 
/* Mode :: Common */ 
 
.sxy-zoom-container { position: relative; }

  .sxy-zoom-container .sxy-zoom-viewfinder { position: absolute; border: 1px solid #d9cfba; border:1px solid rgba(255,255,255,0.4);  box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
  
  .sxy-zoom-container .inner-thumb { position: absolute; top: 0; left: 0; }
  
  .sxy-zoom-container .sxy-zoom-dragpad { position: relative; }
    .sxy-zoom-container .sxy-zoom-dragpad .sxy-overlay { position: absolute; top: 0px; left: 0px; }
  
  .sxy-zoom-container .sxy-zoom-viewport { position: absolute; overflow: hidden; top:0; }
    .sxy-zoom-container .sxy-zoom-viewport img { position: absolute; }

  .sxy-zoom-container.sxy-zoom-loading .sxy-loading { background: #fff; padding: 5px; position: absolute; top:0; left:0; margin: 5px;  border-radius: 6px; -webkit-border-radius: 6px; -moz-border-radius: 6px; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); opacity: 0.35;  filter: alpha(opacity = 35);}
    .sxy-zoom-container.sxy-zoom-loading .sxy-loading  span { background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/loading.gif) no-repeat; width: 25px; height: 25px; display: block;}

    
/* Mode :: Dock */

  .sxy-zoom-mode-dock  .sxy-zoom-viewport { box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; border: 1px solid #ccc; position: absolute; overflow: hidden; top:0; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);  -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68);}
      .sxy-zoom-mode-dock  .sxy-zoom-dragpad .sxy-overlay { background: #000000; opacity: 0.0; filter: alpha(opacity = 0); }
      
/* Mode :: Window */

  .sxy-zoom-mode-window .sxy-zoom-viewfinder { z-index: 1001; }
      
/* Mode :: Lens */

  .sxy-zoom-mode-lens  .sxy-zoom-viewport { border: 1px solid #000; position: absolute; overflow: hidden; top:0; box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -webkit-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); -moz-box-shadow: 2px 2px 4px rgba(50, 50, 50, 0.68); }
    
/* Mode :: Slippy */

  .sxy-zoom-mode-slippy  .sxy-zoom-dragpad { cursor: pointer; }
  .sxy-zoom-mode-slippy  .sxy-zoom-dragpad.down { cursor: move; } 


.nodisplay {
  display: none;
}

a:visited {
  color:#444444;
}

.button:visited {
  color:#FFFFFF;
}

/* recursos */
.margintop {
  margin-top:30px;
}

.textonaranja {
  color:#333333;
}

.textoblanco {
  color:#FFFFFF;
}

.textogrisoscuro {
  color:#444444;
}


.textogrande {
  font-size:26px;
}

.textomediano {
  font-size:16px;
}

/* Header */

.header-right
{
  line-height: 23px;
  font-size:14px;
  color:#222;
}

.header-right p
{
 margin-bottom:5px;
 padding-left:  32px;
 text-align: right;
 font-style:normal;
}

.header-right .reloj
{
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/reloj.png") no-repeat;
  padding-left:  34px;
  font-style:normal;
  font-size: 20px;

}

.header-right .telefono
{
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/telefono-cabecera.png") no-repeat;
  padding-left:  34px;
  font-style:normal;
  font-size: 20px;
}


/* Círculos de colores numerados */
span.orange {
  background: #333333;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.1em;
  margin-right: 15px;
  text-align: center;
  width: 2.1em;
  font-size: 22px;
}

span.greylight {
  /*background: #dddddd;*/
  background:#333;
   border-radius: 0.8em;
  -moz-border-radius: 0.8em;
  -webkit-border-radius: 0.8em;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  line-height: 2.1em;
  margin-right: 15px;
  text-align: center;
  width: 2.1em;
  font-size: 22px;
}



/**
 * Category description styles
 */
.category-description
{
	font-size: 14px;
}


.category-description .numero
{   float:left;
	width: 50px;
	min-width: 40px;
}

.category-description .texto
{
	float:left;
	width: 250px;
}

.category-description h2
{
	font-size: 22px;
}

.category-description h4
{
  font-size: 22px;
}

.category-description .disabledcolor
{
	/*color: #CCCCCC;*/
}

ol .header {
	font-size: 18px;
	background: #FAFAFA;
	padding: 10px 0;
	color:#444444;
	margin-bottom:8px;
}

/* Prices */

#medidas {
 background: #EEE;
 padding: 3px;
 margin-bottom: 20px;
}

#medidas tr {
 border-bottom: 1px solid #FFFFFF;
}

#medidas tr:nth-child(even) {
   background-color: #FFFFFF;
}

#medidas tr:nth-child(odd) {
   background-color: #E5E5E5;

}


#medidas td, #medidas th {
 padding: 0px 6px;
}

#medidas th {
 background: #CCCCCC;
 font-weight: bold;
 text-align: left;
}

#medidas .textoheader {
  width: 60%;
}

#medidas .precioheader  {
  text-align: right;
  width: 20%;
}

#medidas .ofertaheader  {
  text-align: right;
  width: 20%;
}

.precioderecha {
  text-align: right;
}

.oferta .price {
 color:#d6a035;
 text-align: right;
}

.tachado {
  text-decoration: line-through;
}

/* product options*/

.cajatooltip{
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 0px;
    bottom: 0px;
    left: auto;
    padding: 10px 0 0;
    position: absolute;
    text-align: center;
    z-index: 1500;
    display: table;

}

/* product user image uploader */
#continue{
  margin-top: 20px;
}

#errorsize{
  margin-top: 20px;
}

#productselector {
  background: #EEEEEE;
  padding: 10px;
}

#productselector select
{
  font-weight: bold;
  margin:0px 10px;
  font-size: 16px;
}

#productselector label
{
  display:inline-block;
  vertical-align: middle;
}

.button.big {
  font-size: 16px;
}



.buttonwhite{
  background: #fff;
  color: #666;
  border:none;
}

.buttonwhite:hover{
  background: #fff;
  color: #999;
  border:none;
}

.buttonwhite.big{
  padding: 10px 28px;
}

/* product*/

#product-shopstep2 {
   display: none;
}

.product-view {
	margin-top: 30px;
}


.product-view.layout-default .product-shop {
  width: auto;
}

.product-name h1{
  color: #333333;
}

.photoico {
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/photoico.png") no-repeat scroll left center #FFF;
  min-height: 100px;
  width: 320px;
  padding-left: 56px;
  padding-top:  26px;
  margin: 0 auto 0 auto;
}

@media (min-width: 480px) and (max-width: 1200px){
  #drop {
    padding: 40px 20px;
  }

  .photoico {
    background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/photoico.png") no-repeat scroll left center #FFF;
    min-height: 100px;
    width: auto;
    padding-left: 96px;
    padding-top:  26px;
    margin: 0 auto 0 auto;
  }
}

.ayuda {
  clear: both;
  background-color: #EEE;
  border-bottom: 1px solid #CCc;
  border-top: 1px solid #CCC;
  padding: 20px 10px;
  font-size:16px;
}

.ayudasubirfoto
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/flecha_naranja_izquierda.png") no-repeat scroll left center #EEE;
   padding-left: 44px;
   margin-top:80px;
}

.opcionesayuda {
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/helpicon.png") no-repeat scroll right top #e5e5e5 ;
  padding-right: 30px;
}

.ayudamedidas {
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/helpicon.png") no-repeat scroll right top transparent ;
  padding-right: 30px;
}

.ayudamedidas:hover {
  cursor:pointer;
}

.cerraropcionesayuda {

  cursor:pointer;
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/closehelp.png") no-repeat scroll center center #FFFFFF ;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 10px;
}


.footerdireccion
{
 background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/localizacion.png") no-repeat scroll left top rgba(0, 0, 0, 0);
 padding-left: 38px;
 min-height: 24px;
}

.footertelefono
{
 background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/telefono.png") no-repeat scroll left top rgba(0, 0, 0, 0);
 padding-left: 38px;
 min-height: 24px;
}

.footeremail
{
 background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/email.png") no-repeat scroll left top rgba(0, 0, 0, 0);
 padding-left: 38px;
 min-height: 24px;
}
@media (max-width: 479px){
.footerdireccion, .footertelefono, .footeremail{
  text-align: center;
  padding-left: 20px;
  background-position: 50px top;
}

.header-center{
  /*  display: none !important;*/
}

.header-right p {
  margin-bottom: 0px;
  line-height: 16px;
  }
}
/* Tools buttons */
.checkcanvas
{
  float:right;
  font-size: 14px;
  padding-top: 10px;
}

#adjustheight
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/fittoheight.png") no-repeat;
   height: 48px;
   width:  48px;
}

#adjustwidth
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/fittowidth.png") no-repeat;
   height: 48px;
   width:  48px;
}

#adjustboth
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/adjustimage.png") no-repeat;
   height: 48px;
   width:  48px;
}

#rotate90
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/rotateimage90.png") no-repeat;
   height: 48px;
   width:  48px;
}

#rotate90ac
{
   background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/rotateimage90ac.png") no-repeat;
   height: 48px;
   width:  48px;
}

.variant4 .logo-container {
    margin-left: 0;
    text-align: center;

}

.fixed-header-area {
 top:auto;
}

.header-variant4
{
  position: fixed;
}

.variant4 .header
{
  padding-top: 40px;
}

#menuhome {
   padding:0 20px 20px 20px;
}

#menuhome li
{
  float:left;
  padding: 5px 15px;
  font-size: 16px;
   font-weight: normal;
  border-left: 1px solid #777;
}

#menuhome li:first-child
{
  border-left: 0px none;
}


#menuhome li a
{
  color: #777;
}

#menuhome li a:hover
{
  color: #333;
}

/* Footer */
.footer_container
{
 color:#FAFAFA;
}


.et-menu-title {
  top:40%;
}

@media (min-width: 1600px){

   .header-right{
  font-size: 16px;
}
.category-description .texto
{

	width: 310px;
}

}


@media (max-width: 1200px){

}

/* Tablet Portrait size to standard 960 (devices and browsers) */
/* ----------------------------------------------------------- */
@media (min-width: 768px) and (max-width: 979px){
.category-description .texto
{
	width: 175px;
}
}

/* Smaller than standard 960 (devices and browsers) */
/* ------------------------------------------------ */
@media (max-width: 979px){

.cajatooltip img{
    width: 100%;
}


.variant4 .header {
/*    padding-top: 0px;*/
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media (min-width: 480px) and (max-width: 767px){
}

/* All Mobile Sizes (devices and browser) */
@media (max-width: 767px){

.cart-table .item-options dt, .aw-onestepcheckout-cart-table dt {
 text-align:left;
float:none;
}

.cart-table .item-options dd, .aw-onestepcheckout-cart-table dd {
 text-align:left;
margin-bottom:10px;
float:none;
font-weight:600;
}

.cart-table .td-product-name {
 width:35%;
}

.aw-onestepcheckout-cart-table .item-options{
 margin-left:0px !important;
}

.header-right {
  text-align: center;
}

.header-right .telefono {
  background: none;
}

.header-right .reloj {
  background: none;
}

}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media (max-width: 479px){

#menuhome {
  padding: 0px;
  margin-top: 15px;
}

#menuhome li {
  font-size: 15px;
  padding: 10px;

}

.cart-table .product-edit{
 display:none;
}

.product-delete,.cart-table .product-unit-price{
display:table-cell;
padding: 15px 8px;
}


.nobr{
  white-space: normal !important;
}

.cart-table th  {
  font-size:11px;
}

.cart-table .product-edit, .cart-table .product-unit-price, .cart-table .product-qty, .cart-table .product-subtotal, .cart-table .product-delete {
padding:15px 5px;
}

.cart-table {
 font-size:10px;
}

.category-description .texto
{
   width: 220px;
}

.cart-table .product-subtotal
{
  text-align:right;
}

.cart-table .product-name a {
font-weight: bold;
}

.cart .page-title h1 {
    margin: 0px 0 0;
    font-size: 25px;
    text-align: center;
    padding:5px;
}

.cart-price .price {
font-size:12px;
}

#upload {
  padding:0px;
}

#drop {

 padding:5px;
  }

.photoico {
  background: url("https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/photoico.png") no-repeat scroll left center #FFF;
  min-height: 100px;
  width: auto;
  padding-left: 0px;
  padding-top:  0px;
  margin: 0 auto 0 auto;
}

}

#lightbox {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left:-64px;
  margin-top:-64px;
  z-index: 1001;
  display: none;
}

#lightbox-shadow  {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
 /* filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;*/
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 1000;
  display: none;
  top:0;
}

#rojo{
  color:#ff0000;
  f
}
.tablaprecios {
  background: #ccc;
}

.tablaprecios td{
  background: #ccc;
}

#imagenesmuestra, #bannerconfigurer{
  margin: 30px 0px;
  border-bottom: 1px solid #ccc;
}

#imagenesmuestra h3, #bannerconfigurer h3  {
  text-transform: none;
  border-bottom: 1px solid #ccc;
}

#withoutphoto{
  text-align: center;
  }

  .derecha {
    float:right;
  }

#medidashome {
 background: #EEE;
 padding: 3px;
 margin-bottom: 20px;
 width: 100%;
}

@media (min-width: 1023px) {

#medidashome {

    left: 5%;
    width: 90%;
    position: relative;
}
}

#medidashome tr {
    border-bottom: 1px solid #FFFFFF;
}

#medidashome tr:nth-child(2) {
//   background-color: #FFFFFF;
     background-color: #ccc;

}

#medidashome tr:nth-child(even) {
//   background-color: #FFFFFF;
     background-color: #E5E5E5;

}

#medidashome tr:nth-child(odd) {
  // background-color: #E5E5E5;
   background-color: #FFFFFF;
}

#medidashome tr:nth-child(2) {
//   background-color: #FFFFFF;
     background-color: #ccc;
     font-size:11px;

}

#medidashome td:nth-child(3) {
//   background-color: #FFFFFF;
    color: #d6a035;
}






#medidashome td, #medidashome th {
 padding: 2px 6px;
}

#medidashome a {

}

#medidashome a:hover {
  color:#f4a205;
  font-weight: 300;
}


#medidashome tr td:nth-child(2) {
  text-align: right;
  padding-right: 20px;
}

#medidashome tr td:first-child {
  padding-left: 20px;
}

#medidashome th {
 background: #CCCCCC;
 font-weight: bold;
 text-align: left;
}

#medidashome .textoheader {
  width: 60%;
}

#medidashome .precioheader  {
  text-align: right;
  width: 20%;
}

#medidashome .ofertaheader  {
  text-align: right;
  width: 20%;
}

.entrega {
  width: 50%;
  float:left;
  text-align: center;
}

.entrega h3 {
  font-size: 12px;
}


#bannertop {
  text-align: center;
}
#bannertop .bannercajagrande {
 margin: 50px 0px 40px 0px;
}

#bannertop .textograndebanner {
  font-size: 50px;
 font-family: 'Lora', serif;
  font-weight: 100;
  line-height: 60px;
}

#bannertop .textomediano {
  color: #656565;
  font-family: "Open Sans",sans-serif;
  font-weight: 100;
  font-size: 18px;
  line-height: 28px;
  margin: 30px 0px;
}

.botoncomenzar a{

}

@media (max-width: 1600px){
  #bannertop .bannercajagrande {
  margin: 40px 0px;
  }

  #bannertop .textograndebanner {
    font-size: 40px;
    font-family: 'Lora', serif;
    font-weight: 100;
    line-height: 50px;
  }

  #bannertop .textomediano {
  color: #656565;
  font-family: "Open Sans",sans-serif;
  font-weight: 100;
  font-size: 14px;
}
}

@media (max-width: 1200px){
#bannertop .bannercajagrande {
 margin: 30px 0px;
}

#bannertop .textograndebanner {
  font-size: 30px;
  font-family: 'Lora', serif;
  font-weight: 100;
  line-height:36px;
}

#bannertop .textomediano {
  color: #656565;
  font-family: "Open Sans",sans-serif;
  font-weight: 100;
  font-size: 12px;
}
  }

#angle-control-text, #left-control-text, #top-control-text, #scale-control-text{
  display: none;
}



.fotocontrol {
  width: 42%;
  padding: 10px;
  display: inline-block;
}

 @media (max-width: 480px) {
  .fotocontrol {
      width: 100%;
      display: block;
      padding:0px;
    }
 }

.fotocontrol input{
  width: 100%;

}

.footer_container .footer_menu a:hover{
   color:#F4A205;
 }

 #products-list .odd{
  background: #E5E5E5;
 }

  #products-list .header{
  background: #CCCCCC;
  font-weight: bold;
 }
.canvasbuttons{
  display: inline-block;
}



 .textuploader {
  display: block;
 }

 @media (max-width: 479px) {
   .textuploader {
      display: none;
    }

    .photoico {
      text-align: right;
    }

    .button.big {
       padding-bottom: 10px 18px;
    }

    .product-view  {
      margin-top: 0px;
    }
 }


#canvastoolbar {
  min-height: 60px;
}
 #canvastoolbartop .optioncheck input{
    float:left;
 }

 #canvastoolbartop .optioncheck label{
    float:left;
 }

@media (max-width: 1023px){

   .checkcanvas {
      float:none;
   }

   .optioncheck input{
     margin-left: 10px;
   }

 }

 .option-type-checkbox dt {
  width:100%
 }


 .buttonreset{display:inline-block;padding:0 12px 0;border:none;background:#CCCCCC;color:#000000;text-align:center;text-transform:uppercase;white-space:nowrap;font-size:12px;line-height: 28px;cursor:pointer;-webkit-transition-timing-function:ease;-webkit-transition-duration:.2s;-webkit-transition-property:background, border-color; margin-top:15px;}

 .products-list .product-shop {
    max-width: 100% !important;
}


@media (max-width: 481px){

.margintop {
    margin-top: 0px;
  }

#productselector label {
  display: block;
  margin-bottom: 16px;
  margin-top: 10px;
  padding-left: 12px;
  }

#productselector p {
  display: block;
  margin-top: 16px;
  padding: 0px 10px;

  }
}


.products-list .addtocont100 {
     right: 100px;
}

@media (max-width: 768px){


.products-list .product-shop {
  margin-top: 0px;
  margin-bottom: 0px;
}

.products-list .addtocont {

    margin-top: 0;
    padding-top: 0;
    position: absolute;
    left:140px;
}
.products-list .addtocont100 {
    left: 60px;
}
}

@media (max-width: 480px){

.products-list  .product-shop, .products-list .product-shop .price,
.products-list .product-name a {
  font-size: 13px;
}

.products-list li.item{
  padding-bottom: 0px;
}

.products-list .addtocont {

    margin-top: 0;
    padding-top: 0;
    position: absolute;
    left:100px;
}
.products-list .addtocont100 {
    left: 40px;
}
}


.opiniontexto {
  width: 100%;
  display:block;
}

.fotoreview{
 float: left;
}

.opinion {
  float:left;
}

.opinion h3 {
  font-size: 24px;
}

.puntuaciones {
  clear: both;
}

.puntuacion {
  float:left;
  padding: 0px 10px;
  font-size: 16px;
  border-left: 1px dotted #ccc;
 }

.puntuacionprimero  {
  border: none;
 }

.barra {
  margin-top: 5px;
  line-height: 0px;
}

.barra0{
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion0.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.barra1{
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion1.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.barra2{
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion2.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.barra3 {
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion3.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.barra4{
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion4.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.barra5{
  background: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/opinion5.png) top left no-repeat ;
  width: 120px;
  height: 23px;
}

.datosbanco {
    display: none;
}


.sp-methods input {
  float:left;
  margin-right:10px;
}

.totaltable {
  background: #ddd;
}

.cart .discount {
  padding: 10px;
}


.cart .discount input.input-text {
    width: 220px;
}

.textsizefile {
  text-transform: none;
}

.texttablepeque {
  font-size: 12px;
  color: #888888;
}

.enlacemasmedidas {
  font-size: 11px;
  float:right;
}

#medidas a:hover {
  color:#f4a205;
}

.dialog {
z-index:15000 !important;
}

input.input-text, textarea, select {
 border:1px solid #CCC;
}

#v-cookielaw {
  position: sticky;
  position: -webkit-sticky;
  z-index: 100000;
}

#v-cookielaw.v-bar .v-message {
  width: 70%;
  text-align: right;
}

#v-cookielaw.v-bar .v-actions {
  width: 30%;
  text-align: left;
}

iframe[name=google_conversion_frame]
{
    display: none !important;
}

.tipomedida {
  width: 40px !important;
}

.tipomedida-name {
  margin-left: 10px;
}

.option-type-field dt,  .option-type-drop_down dt {
  width:100%;
}

.box-head {
  padding: 10px;
  background: #eee;
  margin-bottom: 10px !important;
}

.box-head h1 {
  margin:0px;
  line-height:normal;
  padding: 0px;
  font-size: 22px;
}

.box-head h2 {
  margin:0px;
  padding: 0px;
}

.box-title, .dashboard .box .box-title {
  background: #eee;
  padding: 5px;
}

.box-title h2{
  padding: 0px;
  margin:0px;
}

.box-content {
  padding: 5px;
}

.my-account thead {
  background: #eee;
}
#product-review-table th{
    width: 15%;
  }
#product-review-table th img {
    width: 100%;
  }

.form-list2 label {
    color: #666;
    float: left;
    font-weight: 300;
    position: relative;
    z-index: 0;
}

.form-list2 label.required em {
    color: #eb340a;
    float: right;
    font-style: normal;
    position: absolute;
    right: -8px;
    top: 0;
}

.form-list2 input.input-text {
    box-sizing: border-box;
    height: 40px;
}

.form-list2 input.input-text, .form-list2 textarea {
    border: 1px solid #ccc;
    width: 100%;
}

.mensajecanvas {
  color:#ff0000;
  font-size: 20px;
  padding: 10px;
}

.customsize-wrapper {
  width: 46%;
  float:left;
  padding-right: 4%;
}

.video-responsivo {
position: relative;
padding-bottom: 56.25%;
padding-top: 0px;
overflow: hidden;
}

.video-responsivo iframe,
.video-responsivo object,
.video-responsivo embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.variant4 .menu > ul.menutype1 > li > ul li {
  float:none;
}

#videoproducto {
  margin-top: 20px;
}

h3.verprecio {
 text-align:center;
 background: #eee;
 padding: 10px;
}

.titulo1 {
  font-size:30px;
  text-align:left;
}

.titulo2{
  font-size:25px;
  text-align:left;
  line-height:2em;
}

.titulo3{
  font-size:20px;
  text-align:left;
  line-height:2em;
}

.grisclaro {
  color: #888;
}

.grisoscuro {
  color: #333;
}

.capitalize {
 text-transform:capitalize;
}

.textonormal {
 text-transform:none;
}

.infocontent {
 font-size:14px;
 font-weight: normal;
 background: #e5e5e5;
}

.infocontent .botoninfo{
 margin:0px 0px 20px 0px;
 padding: 10px 30px;
 font-size: 14px;
// border-bottom: 5px solid #e17916;

}

.infocontent li{
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 20px;
}

.infocontent p {
  margin-bottom: 26px;
  padding-left: 26px;
  padding-right: 16px;
}

.infocontent h4 {
 font-weight: normal;
 border-bottom: 1px solid #999;
 padding-bottom: 5px;
 font-size: 16px;
}

.infocontent p.recuerda {
  font-size: 13px;
  font-weight: 400;

}

.infocontent .infotext {
  background: #e5e5e5;
  padding:20px;
 font-weight: normal;
}

.boxcontent {
 margin-top:20px;
}

/* Banners
/* -------------------------------------------------- */
.banners_top_row{margin-bottom: 10px;}
.cta-block{font-size:12px;box-sizing:border-box;-moz-box-sizing: border-box; border-left:3px solid #ccc;-webkit-transition-property:all;-webkit-transition-duration:.4s;-webkit-transition-timing-function:ease;padding:30px;background: #fafafa;margin: 20px 0 20px 20px;}
.cta-block:hover{background: #f5f5f5;}
.cta-block h4{font-weight: 300;color:#444;}
.banner_top_bottom p{float:left;color:gray;line-height:1.7;width:70%;}
.banner_top_bottom .button{font-size: 16px;margin-right: 0 !important;}
.banner_top_button{float:right;margin-top:-22px;padding:6px 4px;}
.banner .mask{position:absolute;overflow:hidden;float:left;width:100%;height:100%;}
.banner{float:left;margin-bottom:20px;overflow:hidden;position:relative;text-align:center;cursor:default;}
.textwidget .banner{width: 100%;margin-bottom: 0 !important;}
.banner h1,.banner h2, .banner h3{color:#444;font-weight:300; text-align:center;position:relative;font-size:16px;padding-top:15px;margin-bottom:0;line-height:20px;-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;}
.product_description_banner h2{}
.banner a, .banner a:hover{color: #FFF !important;}
.banner p{color:#656565;line-height:1.4;text-align:center;padding:7px 20px 0;}
.banner a.info{position:relative;top:-10px; display:inline-block;background:#ccc;border:1px solid;margin-top:0;opacity:1!important;-webkit-transition-property:background, border-color;-webkit-transition-duration:.2s;-webkit-transition-timing-function:ease;cursor:pointer;color:#fff;text-transform:uppercase;text-align:center;text-decoration:none;font:12px Tahoma, sans-serif;border-color:transparent;padding:6px 11px;}
.banner a.info:hover{color:#fff;opacity:1!important;}
.banner-transform img{width: 100%;-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;}
.banner-transform .mask{background-color:rgba(255,255,255,0.00);-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;transition:all .5s ease-in-out;bottom:-100%;opacity:1;}
.banner-transform:hover h2{color:#444;}
.banner-transform .mask p{color:#656565;-webkit-transition:all .2s linear;-moz-transition:all .2s linear;-o-transition:all .2s linear;-ms-transition:all .2s linear;transition:all .2s linear;}
.banner-transform:hover .mask{background-color:rgba(255,255,255,0.90);bottom:0;opacity:1;}
.banner-transform:hover .mask p{}
.text-banner{text-align: center;}
.text-banner h1{font-weight: 300; text-transform: none;font-size:24px;-webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
     -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;}
.text-banner a h1:hover{color:#fc5a5a;}
.text-banner .button{float: none;}
.text-banner p{font-size: 12px;font-weight: 300;line-height: 1.5;margin-bottom: 20px}
.banners_top_row .text-banner h1{line-height: 24px;float: left;width: 100%;}
.banner br{display: none;}
/* Banner Effect 1
-------------------------------------------------------------- */
.effect-1 {
  position: relative;
}
.effect-1 .mask {
  position: absolute;
  background: rgba(255,255,255, 0.85);
  width: inherit;
  height: inherit;
  opacity: 0;
  top:0;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;

  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);

  -webkit-backface-visibility: hidden;

}

.effect-1 .mask h3 {
color: #444;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 16px;
margin: 0 30px;
font-weight: 400;
padding: 20px 0 10px 0;
text-align: center;
border-bottom: 1px solid #ccc;
font-family: 'Open Sans', Arial, sans-serif;
}

.effect-1 .mask  p {
  color: #444;
  padding: 2px 20px;
  font-size: 12px;
  opacity: 0;
  text-align: center;
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.8s linear;
  -moz-transition: opacity 0.8s linear;
  -ms-transition: opacity 0.8s linear;
  -o-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;

}

.effect-1 .mask p a {
  display: block;
  color: #fff;
  color: #444;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Open Sans', Arial, sans-serif;
}

.effect-1 .mask  p a.button{
  float: left;
  position: relative;
  left:50%;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.effect-1 .mask  p a:hover {
  color: #fc5a5a;
}

.effect-1:hover .mask  {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.effect-1:hover .mask  p {
  opacity: 1;
}

/* Banner Effect 2
-------------------------------------------------------------- */
.banner.effect-2{
  overflow: visible;
}
.effect-2 img {
  max-width: 100%;
  display: block;
  position: relative;
}
.effect-2 .mask {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 20px;
  color: #656565;
  height: 100%;
  width: 100%;
  opacity: 0;
  overflow: visible;
  background-color: #fafafa;
  text-align: center;
  border:1px solid #efefef;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}

.effect-2:hover .mask{
  opacity: 1;
  background-color: #f5f5f5;
  -webkit-transform: translate(10px, 10px);
  -moz-transform: translate(10px, 10px);
  -ms-transform: translate(10px, 10px);
  transform: translate(10px, 10px);
}

.effect-2 .mask h3 {
  color: #656565;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
  margin: 0 10px;
  font-weight: 400;
  padding: 10px 0 10px 0;
  text-align: center;
  border-bottom: 1px solid #dbdbdb;
  font-family: 'Open Sans', Arial, sans-serif;

}

.effect-2 .mask p {
  color: #656565;
  line-height: 20px;
  padding: 5px 0;
}

/* Banner Effect 3
-------------------------------------------------------------- */
.effect-3  {
  overflow: hidden;
}

.effect-3 img {
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
}

.effect-3:hover img {
  -webkit-transform: translateY(-40px);
  -moz-transform: translateY(-00px);
  -ms-transform: translateY(-00px);
  transform: translateY(-00px);
  -ms-transform: scale(1.1, 1.1); /* IE 9 */
  -webkit-transform: scale(1.1, 1.1); /* Safari */
   transform: scale(1.1, 1.1);
}

.effect-3 .mask{
  height: 160px;
  width: 100%;
  top: auto;
  bottom: 0;
  opacity: 0;
  background-color: #fafafa;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
  transition: transform 0.4s, opacity 0.1s 0.3s;
}

.effect-3:hover .mask{
  opacity: 1;
  background-color: #fafafa;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
  -moz-transition: -moz-transform 0.4s, opacity 0.1s;
  transition: transform 0.4s, opacity 0.1s;
}

.effect-3 .mask a {

}

.franjatexto {
position: absolute;
top:70%;
left:10%;
height: 80px;
width: 72%;
background-color: #8E908D;
padding:5px 14px;
}

.franjatexto p{
  font-family: 'Open Sans', sans-serif;
  padding: 3px 0px 0px 0px;
  opacity: 1;
  color: #fff;
  font-size:30px;
  font-weight: normal;
  line-height: normal;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.franjatexto p.peque
{
  font-size: 22px;
  color: #fff;
  padding-top: 7px;
  text-transform: none;
}

.imgbanner {
  position: relative;
}

.imgbanner .textobanner1 {
  position: absolute;
  left: 62%;
  top: 24%;
  color: #6ebcab;
  width: auto;
  font-size: 44px;
  font-family: 'Lora', serif;
}


.imgbanner .textobanner2 {
  position: absolute;
  left: 66%;
  top: 43%;
  color: #fff;
  width: auto;
  font-size: 15px;
  font-family: "Open Sans",sans-serif;
}

.imgbanner .textobanner2 ul {

}

.imgbanner .textobanner2 ul li{
  line-height:30px;
}

.imgbanner .textobanner2 li:before {
  content: "√";
  padding-right: 5px;
  color:#a0cbc1;
  font-weight: bold;
  font-size:18px;
}

.review-container {
  padding: 0px 20px 10px 20px;
}

.sam-block-bottom {
  color: #e26703;
  height: 18px;
  overflow: hidden !important;
  padding: 2px 9px;
  text-transform: uppercase;
}

.sam-block-title-bottom a {
  font-size: 11px;
}


.checkout-thumb {
  display: none
}

.checkout-product {

}

@media (min-width: 1601px) and (max-width: 2600px) {
    .imgbanner .textobanner1 {
     font-size: 42px;
     left:68%;
     top:33%;
    }

    .imgbanner .textobanner2 {
       left: 68%;
       top: 44%;
       font-size: 14px;
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .imgbanner .textobanner1 {
     font-size: 34px;
     left:67%;
     top:32%;
    }

    .imgbanner .textobanner2 {
       left: 67%;
       top: 42%;
       font-size: 12px;
    }
  }

@media (min-width: 1201px) and (max-width: 2600px) {
    .franjatexto p {
         font-size:26px;
     }

    .menu > ul > li > a {
     padding:30px 10px 18px 10px;
     }

    .checkout-thumb {
        display: block;
         float:left;
         width: 20%;
         padding-right: 2%;
      }

    .checkout-product {
        float:left;
        width: 78%;
      }
}



@media (min-width: 768px) and (max-width: 1280px) {
   .imgbanner .textobanner1 {
      font-size: 37px;
      left:65%;
      top: 32%;
    }

    .imgbanner .textobanner2 {
       left: 63%;
       top: 43%;
       font-size: 13px;
    }

    .franjatexto p {
         font-size:26px;
   padding-top:0px;
     }

    .menu > ul > li > a {
     padding:30px 10px 18px 10px;
     }
}

@media (min-width: 768px) and (max-width: 979px) {

.imgbanner .textobanner1 {
       font-size: 28px;
   }


.imgbanner .textobanner2 {
  left: 67%;
  top: 44%;
  font-size: 10px;
}

.imgbanner .textobanner2 li:before {
  font-size: 14px;
}

.imgbanner .textobanner2 ul li{
  line-height:24px;
}

.franjatexto {
   height:40px;
   width:60%;
   left:14%;
}

.franjatexto p{
   font-size:16px;
   padding-top:0px;
}

.franjatexto p.peque{
   font-size:13px;
   padding-top:2px;
}

}

@media (max-width: 767px) {

}

@media (max-width: 480px) {
  .franjatexto p{
     font-size:24px;
  }
  .franjatexto p.peque{
   font-size:19px;
   padding-top:2px;
}
}


.icon-ok{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ok:before {
  content: "\f00c";
}

.icon-remove{
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 22px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-remove:before {
  content: "\f00d";
}


.icon-big {
  font-size: 26px;
}

.icon-big-center {
  font-size: 26px;
  text-align:center;
}


.icon-red{
  color: #f33;
}

.icon-green {
  color: #3b9b16;
}

.icon-orange {
  color: #d6a035;
}

.icon-grey {
  color: #3e3e3e;
}

h3.table-h {
  text-align: center;
  font-size: 22px;
  text-transform: uppercase;
}

.table-home thead {
  border-bottom: 3px solid #CCC;
  border-top: 1px solid #CCC;
}

.table-home th {
  font-weight: bold;
}

.table-home td {
  vertical-align: middle;
}

.table-home-producto{
 width: 23%;
 text-align:center !important;
}

.table-home-producto a {
 color:#d6a035;
 text-align:center;
 font-size:16px;
 font-weight: bold;
}

.table-home-producto a:hover {
  color:#333;
}

.table-home-material{

}

.table-home-soporte {
  text-align: center !important;
}

.table-home-descripcion{

}

.header .span4fotos {
  width: 40%;
  float:left;
  padding: 10px;
}

.header .span8fotos {
  width: 60%;
  float:left;
}
}

.menutabshome {
  margin-bottom:20px;
}

.menutabshome ul  {

}

.menutabshome ul li {
	width: 25%;
	text-align:center;
	background: #f9f9f9;
	padding:0px;
        float:left;
        font-size: 16px;
        font-weight: normal;
//        border-left: 1px solid #777;
	padding:10px 0px;
        margin-bottom:20px;
	border-bottom: 1px solid #ccc;
        border-top: 1px solid #ccc;
}

.menutabshome ul li:first-child
{
  border-left: 0px none;
}

.menutabshome ul li:after {

}


.menutabshome ul li a{
   color: #777;

}

.menutabshome ul li a:hover
{
  color: #333;
}

.paddingtop {
 padding-top:30px;
}


.mobile-contact {
  background: transparent;
  margin:5px;
  padding: 8px;
  text-align:center;
}

.mobile-contact .telefono {
  font-size:18px;
 font-weight: bold;

}

.mobile-contact h3 {
 font-weight: bold;
}

.mobile-contact .horario {
  font-size:14px;
}


.et-menu-title {
    color:#333;
  }

@media (min-width: 768px) and (max-width: 979px){
  .et-menu-title {
    display:none !important;
  }
  .logo-container {
    left:22%;
  }

  .logo-container .logo {
      margin:10% 0% 0% 0%;
  }
}

@media (max-width: 979px) {
    #v-cookielaw.v-bar .v-message {
      width:100%;
      padding:0px;
      text-align:center;
      display:block;
    }

   #v-cookielaw.v-bar .v-actions {
      width:100%;
      padding:0px;
      text-align:center;
      display:block;
    }

}

.footer_block2 {
  float:left;
}


#drop .imagefileinput {
  width: 0px;
}

.footer_block1 {
  margin: 0px;
  float:left;
}

.footer_block2 {

  margin:0px;
  float:left;
}

.footer_block3 {

}

.footer_block4 {
  margin: 0px;
  float:left;
}

.footer_block4 .contactwraper{
  float:right;
}

@media (max-width: 1024px) and (min-width: 768px){
 .product-options-top {
    border:none;
 }
 .product-options-top  .price-box {
     float:left;

  }
}


@media (max-width: 979px) and (min-width: 768px){
.add-to-cart .quanitybox {
  float:left;
  width:180px;
 margin-top:30px;
}

.add-to-cart .quantity-buttons {
   float:left;
}

.footer_block1 {
  width:33%;
}

.footer_block2 {
  width:33%;
}

.footer_block3 {
  width:33%;
  display: none;
}

.footer_block4 {
  width:33%;

}

.footer_block4 .contactwraper{
  float:left;
}

#after_footer_menu {
    margin-left: inherit;
    width: inherit;
  }

#after_footer_payments {
  width: inherit;
}

#after_footer_payments .footer_copyright_payments {
 float:left;
}

}

.btntable{

}

 .btntable .imagenboton {
  width: 35%;
  vertical-align:middle;
}

.btntable .textoboton {
  width: 55%;
  vertical-align:middle;
  text-align: left;
  font-size: 24px;
  text-transform: uppercase;
  padding-left: 40px;

}

.btntable .flechaboton {
  width: 10%;
  vertical-align:middle;
}

@media (max-width: 767px) and (min-width: 480px) {
  header {
    margin-left: 0%!important;
  }
  .container_footer_bg .container {
    width: 96%;

  }

  .footer_block1 {
    width:34% !important;
    margin: 0px !important;
  }

  .footer_block2 {
    width:34% !important;
    margin: 0px !important;
  }

  .footer_block3 {
    width:27% !important;
    display: none;
    margin: 0px !important;
  }

  .footer_block4 {
    width:29% !important;
    margin: 0px !important;

  }
}

@media (max-width: 479px) {
.btntable .textoboton {
  font-size: 16px;
  padding-left: 20px;
}

.footer_block4 .contactwraper {
  float:none;
}

#aw-onestepcheckout-container .button {
 padding: 0px;
}


}

.socialnetworks .iconrounded {
    background-color: transparent;
    border: 2px solid #FFF;
    border-radius: 50%;
    color: #FFF;
    display: block;
    height: 16px;
    text-align: center;
    width: 26px;
    font-size: 16px;
    padding: 5px 0px;
}
.socialnetworks {
  float: left;
  margin-bottom:5px;
}

.socialnetworks li {
    padding-right: 10px;
    float:left;
  }

.padding-header {
  padding-top: 3px;
  color:#fff;
}

.content-descuento p{
  font-size: 16px;
  text-align: center;
}

.image-info-message {
  padding: 10px 0px;
}

.emodal.eloading {background: #ffffff url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/loading.gif) no-repeat  left center; background-position: 20px;}

.emodal .emodal-text {width:90%;}

table {
font-size:12px;
}

.price {
 font-size:14px;
}

.button.botoninfo {
    margin: 0px 0px 20px 0px;
    padding: 10px 30px;
    font-size: 14px;
}

h1.h1cms {
   font-size:28px;
   font-weight:bold;
   text-transform: none;
}

.mensaje-politica a {
    color: #d6a035;
    font-weight: bold;
    text-decoration: underline;
}

.banner-transform .button {
  background: #d6a035;
}

.sam-block-title, .sam-block-title a {
  color:#d6a035;
}

.button {
  background: #d6a035;
}

.button.active {
  background: #d6a035 !important;
}

.buttons-set {
	clear:both;
}

h1.titulo1.grisoscuro {
   color:#333
   margin-bottom: 0px;
   text-transform: none;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
   h1.titulo1.grisoscuro {
	font-size: 18pt;
	text-transform: none;
	font-weight: bold;
	color: #d8aa26;
	text-align: center;
	margin-bottom: 10px;
	margin-top: 5px;

   }
}

body{
	font-family: 'Open Sans', sans-serif;
}

.medidas {
 background: #EEE;
 padding: 3px;
 margin-bottom: 20px;
 width: 100%;
 margin-top: 20px;
 padding-right: 10px;
}

.medidas tr {
 border-bottom: 1px solid #FFFFFF;
}

.medidas tr:nth-child(odd), .medidas tr:nth-child(odd) input {
   background-color: #FFFFFF;
}

.medidas tr:nth-child(even), .medidas tr:nth-child(even) input {
   background-color: #E5E5E5;
   background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/radio-icon-oscuro.png);
   background-repeat: no-repeat;
}

.medidas tr:nth-child(even), .medidas tr:nth-child(even) input:checked {
   background-image: url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/radio-icon-check-oscuro.png);
   background-repeat: no-repeat;
}

.medidas td label{
	font-size:13px;
}

.medidas td.precioderecha {
	padding-right: 4px;
}

.tabs-left >  .nav-tabs {
	margin-bottom: 0px;
}

.tabs-left > .nav-tabs > li {
	background: #d6a035;
}

.tabs-left > .nav-tabs > li > a {
	border :none;
	padding: 4px 10px;
}

.tabs-left > .nav-tabs > li.active {
	background: #FFF;
	font-weight: bold;
}

.tabbable {
	border: 1px solid #ccc;
	padding-bottom: 1px;
}

.product-selected-price{
	display: inline-block;
	width: 100%;
	padding: 40px 0px 10px;
}

.product-selected-price .price
{
	font-size:26px;
	margin-left: 20px;
}

.product-selected-price .precio .price
{
	text-decoration: line-through;
}

.product-selected-price .precio-oferta .price
{
	color: #333;
}

.product-selected-price .price
{
	color: #d6a035;
}

.product-selected-price .texto-producto
{
	font-size: 22px;
}

.product-selected-price .precio , .product-selected-price .precio-oferta, .product-selected-price .texto-producto{
	float:right;
}

#upload {
	padding: 0px;
}

#drop {
	border:none;
	padding: 10px 10px;
	font-size :18px;
	text-transform: none;
	font-weight: normal;
}

#drop .textonaranja {
	color : #d6a035;
}

#drop a{
	background : #d6a035;
	font-size: 22px;
	text-transform: uppercase;
	padding: 20px 26px;
	font-family: 'Raleway', sans-serif;
}

.img-subir-imagen {
	padding:10px 0px;
	max-width: 500px;
}

.steps-wrapper {
	padding-top:20%;
}

.pasos {
	width: 100%;
    display: block;
    margin-bottom: 40px;
}

.pasos .numero {
	float:left;
}

.pasos .texto-numero h4{
	font-size:26px;
	padding-top: 5px;
	text-transform: none;
}

.padding-bottom10{
	padding-bottom: 10px;
}

.padding-bottom20{
	padding-bottom: 20px;
}

.padding-bottom30{
	padding-bottom: 30px;
}

.padding-bottom40{
	padding-bottom: 40px;
}

.padding-bottom60{
	padding-bottom: 60px;
}

.padding-bottom80{
	padding-bottom: 80px;
}

.padding-top10{
	padding-top: 10px;
}

.padding-top20{
	padding-top: 20px;
}

.padding-top30{
	padding-top: 30px;
}

.padding-top40{
	padding-top: 40px;
}

.padding-top60{
	padding-top: 60px;
}

.padding-top80{
	padding-top: 80px;
}

.margin-top10{
	margin-top: 10px;
}

.margin-top20{
	margin-top: 20px;
}

.margin-top30{
	margin-top: 30px;
}

.margin-top40{
	margin-top: 40px;
}

.margin-top60{
	margin-top: 60px;
}

.margin-top80{
	margin-top: 80px;
}

@media (max-width: 1024px) {
.img-subir-imagen{ max-width: 100% }
	.steps-wrapper {
		padding-top:14%;
	}

	.pasos .texto-numero h4 {
		font-size:18px;
		padding-top: 10px;
	}
}

@media (max-width: 767px){
	body {
		padding: 0px;
		margin: 0px;
	}
}


@media (max-width: 768px){
	.tabs-left > .nav-tabs {
		float:none;
	}
}

.more-views {
    height: 180px;
    margin: 0 auto;
}

.more-views .slide {
	width: 180px;
}

.slider-producto h3{
	text-align: center;
	text-transform: none;
	font-size: 24px;
}

.button {
	font-family: 'Raleway', sans-serif;
}

.button.big {
	text-transform: uppercase;
	font-size:22px;
	padding: 20px 26px;
}

.button.big-short {
	text-transform: uppercase;
	font-size:22px;
	padding: 8px 40px;
}

.button.medium {
	text-transform: uppercase;
	text-decoration: none;
	font-size:13px;
	padding: 4px 16px;
}

.sam_scroller_item{
	padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.sam-block-title, .sam-block-title a {
	font-size: 18px;
	border:none;
	margin-bottom:16px;
	padding-left:0px;
}

.sam_scroller_item_pname a {
	font-size:13px;
	font-weight: bold;
}

.sam_scroller_item_pname {
	padding-bottom: 4px;
}

.sam-block-list-title {
	border:none;
}

.sam_rating-box {
	width: 70px;
}

.sam_scroller_item_nickname {
	text-align: left !important;
	font-weight: normal;
	padding-top: 6px;
}

.sam_scroller_item .text-puntuacion {
	float:left;
	margin-right: 5px;
	font-size:10px;
	font-weight: bold;
}

.sam_scroller_item .sampuntuacion {
	padding-bottom: 6px;
}

.nogutter{
	margin: 0px !important;
}

.block-imagenproducto {
	text-align: center;
}

.ventajas-icono {
	text-align: center;
}

.ventajas-texto {
	text-align: center;
	color: #888;
	font-size: 22px;
	line-height: 26px;
}

.relacionados-usercustom .banner {
	padding: 0px 10px;
}

.relacionados-usercustom .franjatexto {
	height:40px;
}

.relacionados-usercustom .franjatexto p {
	font-size: 14px;
	text-transform: none;
}

.relacionados-usercustom .effect-3 .mask {
	height: 190px;
}

.variant4 .header {
	padding-top: 40px;
}

.et-menu-title {
	top: 12px;
	color: #fff;
	z-index:99999;
}

.form-search{
	width: auto;
	text-align: right;
}

#search_mini_form .field {
	float: none;
	border: 1px solid #ddd !important;
}

.header .links {
	width: 100%;
}

.cart-wrapper {
	text-align: right;
}

.imagen-producto {
  position: relative;;
}

.imagen-producto > .imagen-fondo{
  position: relative;
}

.imagen-producto > .imagen-over{
  position: absolute;
  top: 10%;
  left: 31%;
}

.padding-20 {
	padding:20px;
}

.fondo-gris {
	background: #333333;
}

.texto-centrado {
	text-align: center;
}

.texto-naranja {
	color: #d6a035;
}

.texto-blanco {
	color: #FFFFFF;
}

.texto-negro {
	color: #333;
}

.texto-16{
	font-size: 16px;
}

.texto-18 {
	font-size: 18px;
}

.texto-20 {
	font-size: 20px;
}

.texto-22 {
	font-size: 22px;
}

.font-bold {
	font-weight:bold;
}

.raleway {
	font-family: 'Raleway', sans-serif;
}

.line-height24 {
	line-height: 24px;
}

.texto-24 {
	font-size: 24px;
}

.button.normal {
	text-transform: uppercase;
	font-size: 14px;
	padding: 0px 40px;
}

.padding-0 {
	padding:0px;
}

.margin-0 {
	margin:0px;
}

.tab-categorias-content {
	text-align: center;
	font-family: 'Raleway', sans-serif;
}

.tab-categorias-content p {
	font-size: 12px;
    line-height: 18px;
    font-weight: bold;
}

.img-tab-categorias {
	border: 1px solid #666;
	border-radius: 3px;
	-webkit-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.14);
	-moz-box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.14);
	box-shadow: 0px 0px 13px 4px rgba(0,0,0,0.14);
}

.img-tab-categorias:hover {
        border: 1px solid #d6a035;
        border-radius: 3px;
	-webkit-box-shadow: 0px 0px 13px 4px rgba(217,155,48,1);
	-moz-box-shadow: 0px 0px 13px 4px rgba(217,155,48,1);
	box-shadow: 0px 0px 13px 4px rgba(217,155,48,1);
}

.titulo-tab-categorias {
	font-family: raleway;
	color: #333;
	font-size: 22px;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:0px;
}

.tab-categorias-content a:hover {
	color: #d6a035;
}

.tab-categorias-content a:hover .titulo-tab-categorias {
	 color: #d6a035;
}

.medida-tab {
	font-size:22px;
	color: #666;
	margin-bottom:0px;
	text-transform: none;
}


.home-banner-product-wrapper {
	position:relative;
        margin-bottom:30px;
}

.home-banner-product-wrapper-container {
	position: absolute;
	bottom: 8%;
	width: 80%;
	left: 8%;
	text-align: center;
    background-color: rgba(255, 255, 255, 0.3);
    background: rgba(255, 255, 255, 0.3);
    color: rgba(255, 255, 255, 0.3);
}

.home-banner-product-content{
	position: relative;
	padding: 30px 20px;
}

.home-banner-product-content p{
	padding-bottom: 20px;
	line-height: 26px;
}

.border-row-bottom {
	border-bottom:1px solid #333;
	padding-bottom:40px;
	margin-bottom: 60px;
}

.titulo-linea {
  line-height: 0.5;
  text-align: center;
  margin-bottom: 30px;
}
.titulo-linea span {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 24px;
  font-family: 'Raleway', sans-serif;

}
.titulo-linea span:before,
.titulo-linea span:after {
  content: "";
 // position: absolute;
//  height: 5px;
//  border-top: 1px solid #333;
//  top: 20px;
 // width: 100%;
}
.titulo-linea span:before {
//  right: 100%;
//  margin-right: 30px;
}
.titulo-linea span:after {
//  left: 100%;
//  margin-left: 30px;
}

h2.home {
	line-height: 20px;
	text-transform: none;
}

.label {
	color: #333;
	background: none;
	text-shadow: none;
	font-size: 13px;
}

.spinner-wrapper {
   padding: 0px 10px;
}

.spinner-wrapper .View360-navigationBtn{
	width: 30px !important;
	float: left !important;
	border-right: 1px solid !important;

}

.cart-table {
	width: 100%;
}

.botoninfohomevermas, botoninfohomevermenos {
    color: #666;
}

.botoninfohomevermas:hover, botoninfohomevermenos:hover {
    color: #222;
}

@media (max-width: 768px){
    .button.big-short{
		font-size:20px;
		padding:8px 20px;
	}

}

.oferta .price {
	color: #333;
	text-align: right;
	font-weight: bold;
}

.price {
	color: #d6a035;
	text-align: right;
}


#product-options-wrapper dt {

 height: 25px;
 background: #d6a035;

}

#product-options-wrapper dt label {
 background:transparent;
}

#my-orders-table {
 width: 100%
}


.View360-navigationHolder {
  display:block;
  text-align:center;
}

.View360-navigation{
 	display:inline-block;
	text-align: center;
}

#medidas tr {
  background:none;
}

.ofslnk:hover {
	cursor: pointer;
}

.header-peque {
	padding-top: 40px;
}

..main-container {
	margin-top : 10px;
}

.header-peque-notop {
	padding-top: 0px;
}

.tp-leftarrow:hover, .tp-rightarrow:hover, .button:hover, .button.active, .pages li:hover, .pages li a.next:hover, .pages li a.previous:hover, .header-variant4, .header-variant5, .variant1 .menu > ul.menutype1 > li > ul > li > ul > li:hover::before, .variant3 .menu > ul.menutype1 > li > ul > li > ul > li:hover::before, .variant4 .menu > ul.menutype1 > li > ul > li > ul > li:hover::before, .left-categories-container .opened .btn-show:hover, .banner a.info:hover, .product-slider .prev:hover, .product-slider .prev:focus, .product-slider .next:hover, .product-slider .next:focus, .left-categories-container .btn-show:hover, .menu > ul > li.block_li:hover .nav_block ul > li.level1 > ul > li:hover::before {
    background-color: #333;
}

.videoclick {
	cursor: pointer;
}

.imgbanner {
	text-align:center;
}

.lista-numeros {
    list-style: decimal;
    list-style-position: inside;
}


#___ratingbadge_0 {
//display:none !important;
}

#medidashome th {
  background: #d6a035;
  line-height: 35px;
}

#medidashome a { 
  color: #FFFFFF;
  display:inline-block;
  width: 100%
}

#medidashome a:hover { 
  color: #000000;
}

#aw-onestepcheckout-authentification-container {
 padding-top : 10px; 
}

ul.thumbnails.image_picker_selector {
  overflow: auto;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding: 0px;
  position: initial;
  margin: 0px; }
  ul.thumbnails.image_picker_selector ul {
    overflow: auto;
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    padding: 0px;
    margin: 0px; }
  ul.thumbnails.image_picker_selector li.group_title {
    float: none; }
  ul.thumbnails.image_picker_selector li {
    margin: 0px 2px 12px 0px;
    float: left; }
    ul.thumbnails.image_picker_selector li .thumbnail {
     cursor:pointer;
         position: relative;
      border: 1px solid transparent;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none; }
      ul.thumbnails.image_picker_selector li .thumbnail img {
        -webkit-user-drag: none; }
    ul.thumbnails.image_picker_selector li .thumbnail.selected {border:1px solid #bbbbbb; }
      .image_picker_image{
     /* width:100px;*/
      }
      .thumbnails.image_picker_selector
      {
      float:left;}
    ul.thumbnails.image_picker_selector li .thumbnail:hover
    {
    border:1px solid #bbbbbb;
    }
img.em-popup,span.em-popup
{
width:30px;
padding: 6px;
border: 1px solid #dddddd;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
}
ul.em-popup{
background-color:white;
border:1px solid #ddd;
border-radius:0px;
position:absolute;
left:45px;
padding:0px !important;
z-index:1000;
}
ul.em-popup li
{
margin:5px!important;
}
ul.em-popup.image_picker_selector li .thumbnail img
{
/*width:80px!important;*/
}
.down-arrow
{
font-size: 30px;
    font-weight: 800;
    color: grey;
    cursor: pointer;
    height: inherit;
    margin: 0;
    overflow: hidden;
    padding: 5px;
    border: solid 1px #ccc;
    background: #eee;
    color: #333;
    vertical-align: middle;
    float: left;
}
.hover_plus_icon::before {content: "\2714";background-color: #8f8f8f;font-size: 14px;position: absolute;top: 0px;right: 0;border-radius: 52px;color: #fff;width: 19px;height: 19px;float: right;padding-left: 4px;margin: 1px;}
.div_down_arrow_icon{float: left;margin-right: -5px;font-size: 15px;}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CCAttribution-ShareAlike 2.5 Brazil - http://creativecommons.org/licenses/by-sa/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10001;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}
div.pp_default .pp_top,div.pp_default .pp_top .pp_middle,div.pp_default .pp_top .pp_left,div.pp_default .pp_top .pp_right,div.pp_default .pp_bottom,div.pp_default .pp_bottom .pp_left,div.pp_default .pp_bottom .pp_middle,div.pp_default .pp_bottom .pp_right{height:13px}
div.pp_default .pp_top .pp_left{background:#fff}
div.pp_default .pp_top .pp_middle{background:#fff}
div.pp_default .pp_top .pp_right{background:#fff}
div.pp_default .pp_content .ppt{color:#f8f8f8}
div.pp_default .pp_content_container .pp_left{background:#fff}
div.pp_default .pp_content_container .pp_right{background:#fff}
div.pp_default .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite_next.png) center right no-repeat;cursor:pointer}
div.pp_default .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite_prev.png) center left no-repeat;cursor:pointer}
div.pp_default .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) 0 -29px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) 0 -56px no-repeat;cursor:pointer}
div.pp_default .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) 0 -84px no-repeat;cursor:pointer;width:28px;height:28px}
div.pp_default .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) 0 -113px no-repeat;cursor:pointer}
div.pp_default .pp_close{width:30px;height:30px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) 2px 1px no-repeat;cursor:pointer}
div.pp_default .pp_gallery ul li a{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/default_thumb.png) center center #f8f8f8;border:1px solid #aaa}
div.pp_default .pp_social{margin-top:7px}
div.pp_default .pp_gallery a.pp_arrow_previous,div.pp_default .pp_gallery a.pp_arrow_next{position:static;left:auto}
div.pp_default .pp_nav .pp_play,div.pp_default .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) -51px 1px no-repeat;height:30px;width:30px}
div.pp_default .pp_nav .pp_pause{background-position:-51px -29px}
div.pp_default a.pp_arrow_previous,div.pp_default a.pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/sprite.png) -31px -3px no-repeat;height:20px;width:20px;margin:4px 0 0}
div.pp_default a.pp_arrow_next{left:52px;background-position:-82px -3px}
div.pp_default .pp_content_container .pp_details{margin-top:5px}
div.pp_default .pp_nav{clear:none;height:30px;width:110px;position:relative}
div.pp_default .pp_nav .currentTextHolder{font-family:Georgia;font-style:italic;color:#999;font-size:11px;left:75px;line-height:25px;position:absolute;top:2px;margin:0;padding:0 0 0 10px}
div.pp_default .pp_close:hover,div.pp_default .pp_nav .pp_play:hover,div.pp_default .pp_nav .pp_pause:hover,div.pp_default .pp_arrow_next:hover,div.pp_default .pp_arrow_previous:hover{opacity:0.7}
div.pp_default .pp_description{font-size:11px;font-weight:700;line-height:14px;margin:5px 50px 5px 0}
div.pp_default .pp_bottom .pp_left{background:#fff}
div.pp_default .pp_bottom .pp_middle{background:#fff}
div.pp_default .pp_bottom .pp_right{background:#fff}
div.pp_default .pp_loaderIcon{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/default/loader.gif) center center no-repeat}
div.light_rounded .pp_top .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -88px -53px no-repeat}
div.light_rounded .pp_top .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -110px -53px no-repeat}
div.light_rounded .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.light_rounded .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_rounded .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_rounded .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_rounded .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_rounded .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_rounded .pp_close{width:75px;height:22px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_rounded .pp_nav .pp_play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_rounded .pp_arrow_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) 0 -71px no-repeat}
div.light_rounded .pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -22px -71px no-repeat}
div.light_rounded .pp_bottom .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -88px -80px no-repeat}
div.light_rounded .pp_bottom .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_top .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -53px no-repeat}
div.dark_rounded .pp_top .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -53px no-repeat}
div.dark_rounded .pp_content_container .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat-y}
div.dark_rounded .pp_content_container .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/contentPattern.png) top right repeat-y}
div.dark_rounded .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_rounded .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/btnPrevious.png) center left no-repeat;cursor:pointer}
div.dark_rounded .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_rounded .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_rounded .pp_close{width:75px;height:22px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_rounded .pp_description{margin-right:85px;color:#fff}
div.dark_rounded .pp_nav .pp_play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_rounded .pp_arrow_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) 0 -71px no-repeat}
div.dark_rounded .pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -22px -71px no-repeat}
div.dark_rounded .pp_bottom .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -88px -80px no-repeat}
div.dark_rounded .pp_bottom .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/sprite.png) -110px -80px no-repeat}
div.dark_rounded .pp_loaderIcon{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/loader.gif) center center no-repeat}
div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{background:#000}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{width:75px;height:22px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) 0 -71px no-repeat}
div.dark_square .pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/sprite.png) -22px -71px no-repeat}
div.dark_square .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/btnNext.png) center right no-repeat;cursor:pointer}
div.dark_square .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.light_square .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.light_square .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.light_square .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.light_square .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.light_square .pp_close{width:75px;height:22px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.light_square .pp_nav .pp_play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.light_square .pp_arrow_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) 0 -71px no-repeat}
div.light_square .pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/sprite.png) -22px -71px no-repeat}
div.light_square .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/btnNext.png) center right no-repeat;cursor:pointer}
div.light_square .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_square/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_top .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -88px -53px no-repeat}
div.facebook .pp_top .pp_middle{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/contentPatternTop.png) top left repeat-x}
div.facebook .pp_top .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -110px -53px no-repeat}
div.facebook .pp_content_container .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/contentPatternLeft.png) top left repeat-y}
div.facebook .pp_content_container .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/contentPatternRight.png) top right repeat-y}
div.facebook .pp_expand{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.facebook .pp_expand:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.facebook .pp_contract{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.facebook .pp_contract:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.facebook .pp_close{width:22px;height:22px;background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -1px -1px no-repeat;cursor:pointer}
div.facebook .pp_description{margin:0 37px 0 0}
div.facebook .pp_loaderIcon{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/loader.gif) center center no-repeat}
div.facebook .pp_arrow_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) 0 -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_previous.disabled{background-position:0 -96px;cursor:default}
div.facebook .pp_arrow_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -32px -71px no-repeat;height:22px;margin-top:0;width:22px}
div.facebook .pp_arrow_next.disabled{background-position:-32px -96px;cursor:default}
div.facebook .pp_nav{margin-top:0}
div.facebook .pp_nav p{font-size:15px;padding:0 3px 0 4px}
div.facebook .pp_nav .pp_play{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -1px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_nav .pp_pause{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -32px -123px no-repeat;height:22px;width:22px}
div.facebook .pp_next:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/btnNext.png) center right no-repeat;cursor:pointer}
div.facebook .pp_previous:hover{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/btnPrevious.png) center left no-repeat;cursor:pointer}
div.facebook .pp_bottom .pp_left{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -88px -80px no-repeat}
div.facebook .pp_bottom .pp_middle{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/contentPatternBottom.png) top left repeat-x}
div.facebook .pp_bottom .pp_right{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/sprite.png) -110px -80px no-repeat}
div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#acacac;display:none;left:0;position:absolute;top:0;width:100%;z-index:9500}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000;}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_left{padding-left:16px}
.pp_content_container .pp_right{padding-right:20px}
.pp_content_container .pp_details{float:left;margin:10px 0 2px}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{clear:right;float:left;margin:3px 10px 0 0}
.pp_nav p{float:left;white-space:nowrap;margin:2px 4px}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{display:block;float:left;height:15px;margin-top:3px;overflow:hidden;text-indent:-10000px;width:14px}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:0;top:0;display:block;line-height:22px;text-indent:-10000px}
.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:17px;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}
div.light_rounded .pp_top .pp_middle,div.light_rounded .pp_content_container .pp_left,div.light_rounded .pp_content_container .pp_right,div.light_rounded .pp_bottom .pp_middle,div.light_square .pp_left,div.light_square .pp_middle,div.light_square .pp_right,div.light_square .pp_content,div.facebook .pp_content{background:#fff}
div.light_rounded .pp_description,div.light_square .pp_description{margin-right:85px}
div.light_rounded .pp_gallery a.pp_arrow_previous,div.light_rounded .pp_gallery a.pp_arrow_next,div.dark_rounded .pp_gallery a.pp_arrow_previous,div.dark_rounded .pp_gallery a.pp_arrow_next,div.dark_square .pp_gallery a.pp_arrow_previous,div.dark_square .pp_gallery a.pp_arrow_next,div.light_square .pp_gallery a.pp_arrow_previous,div.light_square .pp_gallery a.pp_arrow_next{margin-top:12px!important}
div.light_rounded .pp_arrow_previous.disabled,div.dark_rounded .pp_arrow_previous.disabled,div.dark_square .pp_arrow_previous.disabled,div.light_square .pp_arrow_previous.disabled{background-position:0 -87px;cursor:default}
div.light_rounded .pp_arrow_next.disabled,div.dark_rounded .pp_arrow_next.disabled,div.dark_square .pp_arrow_next.disabled,div.light_square .pp_arrow_next.disabled{background-position:-22px -87px;cursor:default}
div.light_rounded .pp_loaderIcon,div.light_square .pp_loaderIcon{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/light_rounded/loader.gif) center center no-repeat}
div.dark_rounded .pp_top .pp_middle,div.dark_rounded .pp_content,div.dark_rounded .pp_bottom .pp_middle{background:url(https://www.fotos-lienzo.es/skin/frontend/idstore/default/images/prettyPhoto/dark_rounded/contentPattern.png) top left repeat}
div.dark_rounded .currentTextHolder,div.dark_square .currentTextHolder{color:#c4c4c4}
div.dark_rounded #pp_full_res .pp_inline,div.dark_square #pp_full_res .pp_inline{color:#fff}
.pp_top,.pp_bottom{height:20px;position:relative}
* html .pp_top,* html .pp_bottom{padding:0 20px}
.pp_top .pp_left,.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_fade,.pp_gallery li.default a img{display:none}
