﻿#slide{
    position:relative;
    min-height: 60%;
}

#dots{
    position:absolute;
    bottom:4%;
    right:4%;
    z-index: 10;
}

.dotSelect{
    vertical-align: middle;
    cursor:pointer;
}

.slideItem{
    background-image: url('../images/show.png');
    background-size: cover;
    background-position: center center;
    border-bottom: 0.35em solid #c82319;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

.slideItem>.show{
    position: absolute;
    line-height: 3.2em;
    background-color: #c82319;
    bottom: 0px;
    left: 4%;
    padding:0em 1em;
    font-size: 0.85em;
}

.slideItem>.show>a{
    text-decoration:none;
    color: white;
}

.wrapper{
    padding: 4% 4%;
    color:#191919;
}

.wrapper h1{
    border-top: 1px solid #898989;
    border-bottom: 1px solid #898989;
    padding: 1em 0em;
    position: relative;
    color: #666666;
    font-weight: 400;
    font-size: 0.85em;
}

h1>.seeMore{
    position: absolute;
    right: 0px;
}

.seeMore a{
    color: #666666;
    text-decoration:none;
}

.newsEntry{
    float:left;
    margin-right:1%;
    width:32.6%;
    line-height: 1.5em;
}

.wrapper h2{
    font-size: 1.9em;
    padding-top: 1em;
    font-weight:600;
    padding-bottom: 0.2em;
    line-height: 1.2em;
    min-height: 32pt;
}

h2 .infoTitle{
    font-weight:300;
}

.wrapper .info {
    display: block;
    font-size: 0.85em;
    color: #898989;
    font-weight: 300;
    padding-top: 0.5em;
}

.wrapper .newsImage {
    width:100%;
    margin-top: 0.3em;
}

.wrapper .portImage {
    width:100%;
}

.wrapper #botSpace{
    height:32px;
}

.filter{
    float: right;
    margin-top: 2px;
}

.portImageHover{
    position:relative;
    margin-top:0.3em;
}

.portImageHover>.hoverImage{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image:url('../images/redBg.png');
    display: none;
}

.portEntry{
    float:left;
    margin-right:1%;
    width:32.6%;
    cursor:pointer;
}

.portEntry>.info{
    padding-bottom:1em;
    padding-top: 0.5em;
}

.pHeight{
    padding-top:1em;
    padding-bottom:1em;
}

#singleProj{
    position:fixed;
    left:100%;
    top:0px;
    bottom:0px;
    background-color:#eee;
}

#singleProj .info{
    width: 200px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    padding: 32px;
}

#singleProj .imagesContainer{
    position:absolute;
    top:0px;
    bottom:0px;
    left:264px;
    right:0px;
    background-color:Black;
    padding: 1% 0% 1% 1%;
}

#singleProj .imagesContainer .mainImage{
    height: 100%;
    float:left;
    background-image:url('../images/portImage.png');
    background-size:cover;
    background-position:center center;
    width:79%;
    margin-right:1%;
    background-repeat: no-repeat;
}

#singleProj .imagesContainer .imageList{
    float:left;
    height:100%;
    width:19%;
    overflow-y:auto;
    overflow-x:hidden;
}

#singleProj>.info>.title{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    padding: 1em 0px;
    text-align: center;
    position:relative;
}

#singleProj>.info>.title>.prev, #singleProj>.info>.title>.next{
    position:absolute;
    top: 0.9em;
}

#singleProj>.info>.title>.prev{
    left:0px;
}

#singleProj>.info>.title>.next{
    right:0px;
}

#singleProj>.info>.content{
    margin-top: 2em;
}

#singleProj>.info>.content>.title{
    font-size: 1.3em;
    text-align:right;
}

#singleProj>.info>.content>.title>.subTitle{
    font-weight: 300;
}

#singleProj>.info>.content>.text{
    margin-top:1em;
    line-height:1.3em;
    text-align:right;
}

#singleProj>.info>.content>.date{
    margin-top: 1em;
    display: block;
    font-size: 0.8em;
    color: #555;
    text-align:right;
}

.closeProj{
    position: absolute;
    bottom: 9%;
    right: 4%;
    cursor: pointer;
    background-color: #282828;
    color: white;
    padding: 3px;
}

.imageList .imageEntry{
    background-image:url('../images/miniImage2.png');
    background-size:cover;
    background-position:center center;
    cursor:pointer;
    background-repeat:no-repeat;
    margin-bottom:5%;
}

.imageList .active{
    background-image:url('../images/miniImage.png');
}

.topTitle {
    padding-top: 4em;
    font-size: 2.2em;
    padding-bottom: 1.4em;
    padding-left: 4%;
    padding-right: 4%;
    background-color:#eee;
    line-height: 1.2em;
    background-size: cover;
}

.topTitle .subTitle{
    font-size: 0.8em;
    font-weight:300;
}

.wrapper .siteEntry{
    float: left;
    margin-right: 2%;
    width: 32%;
    line-height: 1.5em;
}

.siteEntry>.top{
    font-weight: 600;
}

.siteEntry>.top>.title{
    font-size: 1.6em;
    font-weight: 600;
    line-height: 1.2em;
}

.siteEntry>.top>.title>.subTitle{
    font-weight: 200;
}

.siteEntry .bot{
    margin-top: 1em;
}

.siteEntry .divider{
    width: 70%;
    overflow: hidden;
    margin-top: 0.5em;
    letter-spacing: 0.3em;
    font-weight: 700;
}

.pageCount>img{
    position: relative;
    top: 4px;
    width: 17px;
    cursor:pointer;
}

.pageCount{
    position: relative;
    top: 0px;
}

.pageCount>a{
    text-decoration:none;
    color:#666666;
}

#movieCont{
    position:fixed;
    left:100%;
    top:0px;
    bottom:0px;
    background-color:Black;
}

.closeMovie{
    background-color: #282828;
    color: white;
    display: block;
    opacity: 1;
    position: absolute;
    right: 9px;
    top: 9px;
    width: 82px;
    height: 18px;
    z-index: 101;
    text-align: center;
    line-height: 1.4em;
    cursor:pointer;
}

#singleNews, #example360{
    position: fixed;
    left: 100%;
    top: 0px;
    bottom: 0px;
    right: 0px;
    background-color: #fdfdfd;
    padding: 4%;
    overflow:hidden;
}

.exampleContainer{
    width: 100%;
    height: 430px;
}

#singleNews h2, #example360 h2{
    text-align: left;
    font-size: 3em;
    font-weight: 600;
    padding-bottom: 1em;
    position:relative;
}

.newsEntry .hoverImage{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-image:url('../images/redBg.png');
    display: none;
}

#singleNews>.imagesContainer>.mainImage{
    background-size:cover;
    background-position: center center;
    cursor:pointer;
}

#singleNews .imageEntry{
    width:100px;
    height:70px;
    background-size:cover;
    margin-top:1%;
    float: left;
    margin-right: 0.5%;
}

#singleNews .date{
    margin-top: 1em;
}

#singleNews .closeNews,#example360 .closeNews{
    cursor: pointer;
    position: absolute;
    top: 0%;
    right: 0%;
    background-color: #282828;
    color: white;
    padding: 1%;
    font-size: 0.3em;
    font-weight: 300;
}

.imgBg{
    width:100%;
    height:187px;
    background-size:cover;
    background-position:center center;
    background-repeat: no-repeat;
}

#mapa{
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    overflow: auto;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #555;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #555;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #555;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #555;
}

#contactos{
    margin-left: 4%;
    margin-top: 4%;
    width: 225px;
    z-index: 10;
    padding: 1%;
    background-color: rgba(20,20,20,0.9);
    margin-bottom: 4%;
    position: relative;
    color: white;
}

h3 {
    font-size: 1.3em;
}

.contactos {
    margin-bottom: 2em;
    line-height: 1.4em;
    cursor:pointer;
}

.pheight {
    color: black;
}

sup{
    vertical-align: super;
    font-size: smaller;
}

.subContact{
    z-index: 100;
}

#bg-lightbox{
	position:fixed;
	top:0px;
	left:0px;
	float:left;
	width:100%;
	height:100%;
	/*background-color: rgba(0, 0, 0, 0.82); */
	z-index:999;
	display:none;
	background-image: url("../images/bglightbox.png");
	background-repeat: repeat;
}
	
#lightbox{
	background-color: #fff;
	display: none;
	left: 50%;
	margin-left: -297px;
	margin-top: -208px;
	padding: 25px;
	position: absolute; /*fixed;*/
	top: 50%;/*50%*/
	width: 26%;
	z-index: 999;
}

.Hjogar:hover{
	color: red;
}

.Hjogar img:hover{
	background-image: url('../images/UserOver.png');
	z-index:100;
	position: relative;
}