/*
 *	Westfjords
 */

#head .head-logo {
	background: 0 5px url('../img/head-logo-west-en.png') no-repeat;
}
#head .head-logo.en {
	background: 0 5px url('../img/head-logo-west-en.png') no-repeat;
}


#head .head-map .map {
	background-image:url(../img/head-map-west.png);
}

.front #main .highlights .col.col-1 .image {
	background:url(../img/glanniforsidubox.jpg) no-repeat 100% 100%;
}
.front #main .highlights .col.col-2 .image {
	background:url(../img/snaefellsjokullforsidabox.jpg) no-repeat 100% 100%;
}
.front #main .highlights .col.col-3 .image {
	background:url(../img/sofnforsidabox.jpg) no-repeat 100% 100%;
}
.front #main .highlights .col.col-4 .image {
	background:url(../img/sagaogjokullforsidabox.jpg) no-repeat 100% 68px;
}
.front #main .col.col-2 {
	position: relative;
}

/*video overlay*/
.video-frame {
    -moz-border-radius: 5px 5px 5px 5px;
    background: none repeat scroll 0 0 #FFFFFF;
    height: 440px;
    left: 600px;
    position: fixed;
    top: 200px;
    width: 465px;
    z-index: 10001;
}
.video-frame h2 {
    font-size: 14px;
    font-weight: bold;
    left: 20px;
    padding-right: 80px;
    position: absolute;
    top: 20px;
}
.video-frame .close {
    background: url("../img/video-close.gif") no-repeat scroll 0 0 transparent;
    cursor: pointer;
    height: 19px;
    position: absolute;
    right: 20px;
    top: 20px;
    width: 19px;
}
.video-frame .video {
    bottom: 20px;
    left: 20px;
    position: absolute;
    right: 20px;
    top: 70px;
}
.video-overlay {
    left: 0;
    position: fixed;
    top: 0;
    z-index: 10000;
}

