/*
 *	Norðurland
 */

a {
	color: #394c74;
}

#wrap {
	background-image: url('../img/body-back-north.jpg');
	background-color:#E4E9ED;
}
#head .head-nav {
	background-image: url('../img/menu-back-north.jpg');
}

#head .head-bar,
#banner .side .views li.selected a,
#wrap.front #head .head-nav ul li:first-child,
#head .head-nav ul li.selected {
	background-color: #394c74;
}

.front #main .highlights .col.col-3 .image {
	background:transparent url(/img/front-image-hestur.png) no-repeat scroll right bottom;
}

#head .head-logo {
	padding: 35px 0 0 5px;
	background: 0 5px url('../img/head-logo-north-en.png') no-repeat;
}
#head .head-logo.is {
	padding: 35px 0 0 5px;
	background: 0 5px url('../img/head-logo-north-is.png') no-repeat;
}

.dropdown ul {
	width: 150px;
}

.search-results.places .item .about .more a,
.search-results .item .info .more a {
	background-color: #394c74;
	border: 1px solid #394c74;
}

.travel-planner-head {
	background-color:#394C74;
	border-bottom-color:#ccc;
}

.travel-planner .item-wrapper .item .counter {
	color:#394C74;
}

/*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;
}
.clear {
    clear: both;
}

/* Social Media */
.twitter{
	float: right;
	margin: 23px 0 0 2px;
}
.addthis{
	float: right;
	margin-top: 25px;
}
.fb{
	border-top: 1px solid #DDDDDD;
    margin: 10px 0 0;
    padding: 14px 0 0;
}


#banner{
	*zoom:1;
	*background:#fff;
	*position:relative;
	*top:0px;
}


















