/* Demo 2 */
/*font-face {
  font-family: 'entypo-selected';
  src: url("../font/entypo-selected.eot");
  src: url("../font/entypo-selected.eot?#iefix") format('embedded-opentype'), url("../font/entypo-selected.woff") format('woff'), url("../font/entypo-selected.ttf") format('truetype'), url("../font/entypo-selected.svg#entypo-selected") format('svg');
  font-weight: normal;
  font-style: normal;
}*/


[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: 'arial';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  line-height: 1em;
}


.icon-cancel:before { content: '\2715'; } /* '✕' */


.icon-eye:before { content: 'Mer'; } /* 'Se mer' */


.demo-2 .grid {
    width: 690px;
    margin: 30px auto;
}

.demo-3 .grid {
    width: 690px;
    margin: 30px auto;
}

.demo-2 .uc-container {
    width: 200px;
    height: 150px;
    float: left;
    margin: 15px;
}

.demo-3 .uc-container {
    width: 200px;
    height: 150px;
    float: left;
    margin: 15px;
}

.demo-2 .uc-single, 
.demo-2 .uc-final,
.demo-2 .uc-initial-content,
.demo-2 .uc-back,
.demo-2 .uc-front {
    background: #fef7ed;
}


.demo-3 .uc-single, 
.demo-3 .uc-final,
.demo-3 .uc-initial-content,
.demo-3 .uc-back,
.demo-3 .uc-front {
    background: #fff;
}




.demo-2 .icon-eye {
    position: absolute;
    top: 5px;
    left: 5px;
    text-indent:0px;
    font-size: 30px;
    color: transparent;
    color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    line-height: 145px;
    text-align: center;
    background: rgba(255,255,255,0);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.demo-3 .icon-eye {
    position: absolute;
    top: 5px;
    left: 5px;
    text-indent:0px;
    font-size: 30px;
    color: transparent;
    color: rgba(255,255,255,0);
    width: 100%;
    height: 100%;
    line-height: 145px;
    text-align: center;
    background: rgba(255,255,255,0);
    cursor: pointer;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

















.no-touch .demo-2 .uc-initial-content:hover .icon-eye {
    color: rgba(255,255,255,0.8);
    background: rgba(0,0,0,0.7);
}

.demo-2 .uc-initial-content img {
    display: block;
}

.no-touch .demo-3 .uc-initial-content:hover .icon-eye {
    color: rgba(255,255,255,0.8);
    background: rgba(255,255,0,0.7);
}

.demo-3 .uc-initial-content img {
    display: block;
}






.demo-2 .title {
    position: absolute;
    /*background: rgba(255,255,255,0.7);*/
    top: 10px;
    bottom: 10px;
    left: 205px;
    right: 5px;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.demo-2 .title h4 {
    color: #fff;
}




.demo-3 .title {
    position: absolute;
    /*background: rgba(255,255,255,0.7);*/
    top: 10px;
    bottom: 10px;
    left: 205px;
    right: 5px;
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}

.demo-3 .title h4 {
    color: #000;
}




.title p {
    color: #fff; font-size: 10px;
}

.title .röd {
    color: #d71920; font-weight: bold; font-size: 12px;
}

.demo-3 .title p {
    color: #000; font-size: 10px;
}



.demo-2 .icon-cancel {
    position: absolute;
    background: #ed1c24;
    text-align: center;
    line-height: 15px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    width: 18px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0,0,0,0.4);
}

.demo-2 .icon-cancel:hover {
    background: rgba(0,0,0,1);
    color: #fff;
}

.demo-2 .uc-current .uc-container{

}






.demo-3 .icon-cancel {
    position: absolute;
    background: rgba(0,0,0,0.9);
    text-align: center;
    line-height: 15px;
    font-size: 18px;
    color: #fff;
    opacity: 1;
    width: 18px;
    top: 10px;
    right: 10px;
    cursor: pointer;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(255,255,255,0.4);
}

.demo-3 .icon-cancel:hover {
    background: rgba(255,0,0,1);
}

.demo-3 .uc-current .uc-container{

}
