﻿#languageChangeBar{
    position:absolute;
    position:fixed;
    right:0px;
    top:80px;
    z-index:9999;
}
#languageChangeBar ul{
    list-style:none;
}
.body{
    background-color: blue;
}
.footer{
    background-color:black;
    color:white;
}
.index {
    background-color:whitesmoke;
}
.banner{
    background-color:orange;
}

.minheight{
    min-height: 570px;
}
.headercontact h2{
    font-size:14px;
    border-bottom: solid 2px #34A6E8;
}

.headercontact {
}


.gallery-background{
        background-color:#c5eed0;
    }
.list-article {
    font-size:14px;
    display:inline;
}
.errorpage {
    background-image: url('../../../Content/Images/404page.png');
    
}

.scrollToTop{
    font-size:40px;
    line-height:40px;;
	color: #444;
	position:fixed;
	bottom:0px;
	right:5px;
	display:none;
    opacity:0.7;
}
.scrollToTop:hover{
    opacity:1;
}
.module-block-title {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px 0px 0px 0px;
    display: inline-block;
}
.module-block-title span {
    border-left: 5px solid #078ac2;
    color: #fff;
    background-color: #1abde6;
    padding: 8px 15px 8px 8px;
    display: block;
    float: left;
}