/* Uncomment for medium size layout */
/*
@media (min-width: 1200px) {
    .container {
        width: 960px;
    }
}
*/

/* STANDARD CSS */
body {
    margin-bottom: 0px;
    
    font-family:PT Sans;
}

img {
    max-width: 100%;
}

.logo {
    margin-top: 15px;
}

body {
    font-size: 13px;
    color: #555;
}

h1, h2, h3, h4, h5 {
    margin-top: 0;
    margin-bottom: 10px;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 20px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

a {
    color: #094270;
}

    a:hover {
        color: #051d31;
        text-decoration: none;
    }

hr {
    border-color: #ddd;
}

.center {
    text-align: center;
}

.bold {
    font-weight: 700;
}

/* SLIDER */
#slider {
    margin-bottom: 15px !important;
}

/* GALLERY */
.custom-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.gallery-holder {
    position: relative;
}

    .gallery-holder .gallery-overlay, .gallery-holder .gallery-overlay:before {
        -moz-transition: opacity 200ms ease-in-out;
        -o-transition: opacity 200ms ease-in-out;
        -webkit-transition: opacity 200ms ease-in-out;
        transition: opacity 200ms ease-in-out;
    }

    .gallery-holder .gallery-overlay {
        position: absolute;
        top: 5px;
        right: 5px;
        bottom: 5px;
        left: 5px;
        background-color: rgba(0,0,0,0.4);
        opacity: 0;
        filter: alpha(opacity = 0);
    }

    .gallery-holder:hover .gallery-overlay {
        opacity: 100;
        filter: alpha(opacity = 100);
    }

    .gallery-holder .gallery-overlay:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        height: 40px;
        width: 40px;
        margin-top: -20px;
        margin-left: -20px;
        border-radius: 100px;
        box-shadow: 0 0 5px rgba(0,0,0,0.3);
        background-color: #333;
        background-image: url(/images/expand.png);
        background-position: center center;
        background-repeat: no-repeat;
    }

/* MAP */
#map {
    height: 300px;
}

    #map img {
        max-width: none;
    }


/* 404 */
.fourOfour {
    padding: 40px 0;
}

    .fourOfour .notFound {
        font-size: 150px;
        line-height: 150px;
    }

    .fourOfour .apologize {
        font-size: 39px;
        line-height: 39px;
    }

/* RESPONSIVE OPT OUT */
.site-options {
    position: fixed;
    z-index: 999;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
    background-color: #333;
    padding: 5px 0;
    padding-bottom: 8px;
    font-size: 10px;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}

    .site-options, .site-options a {
        color: #fff;
    }

        .site-options .redirct-knap {
            display: inline-block;
            float: left;
            border: none;
            background: none;
            text-transform: uppercase;
            font-size: 10px;
        }

            .site-options .redirct-knap:before, .site-options .top:after {
                font-family: 'Glyphicons Halflings';
                display: inline-block;
                position: relative;
                font-size: 13px;
                top: 3px;
                margin-right: 8px;
            }

        .site-options .desk {
            margin-right: 15px;
        }

            .site-options .desk:before {
                content: "\e096";
            }

        .site-options .mob:before {
            content: "\e145";
        }

        .site-options .top {
            display: inline-block;
            float: right;
        }

            .site-options .top:after {
                content: "\e113";
                margin-left: 8px;
                margin-right: 0;
            }

/* CONTANCT FORM */
.form-control {
    border-color: #ddd;
}

    .form-control:focus {
        border-color: #094270;
        box-shadow: none;
    }

/* CUSTOM CSS */

/*Slider*/

#slider {
    max-width: 960px;
    margin-top: 30px;
}

.bx-wrapper {
    margin-bottom: 50px;
}

    .bx-wrapper .slide-headline {
        border-radius: 0px;
    }

    .bx-wrapper .slide-brief {
        position: absolute;
        left: 20px;
        top: 60.6px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        padding: 5px 15px;
        max-width: 35%;
        border-radius: 0px;
        line-height: 1.7em;
    }

        .bx-wrapper .slide-brief a {
            color: #fff;
        }


/*Header*/

.header-menu {
    background-color: #7ebce3;
    
}

.menu-bar #menu ul li {
    height: 50px;
}

    .menu-bar #menu ul li a {
        height: 50px;
    }

.logo {
    background-color: #fff;
    padding: 0 15px;
      margin-top: 4px;
    display: inline-block;
}

.header-tlf {
    width: 218px;
    /*height: 30px;*/
    position: relative;
    margin-top: 7px;
    float: right;
}


/*Site content*/

.site-content {
    margin-bottom: 0px;
}


/* FOOTER */


.background-billede{
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    width:100%;
    height:306px;
    position: relative;  
}

.footer .footer-top {
    background-color: #282828;
    padding: 15px 0;
    color: #fff;
}

.footer .footer-bottom {
    background-color: #ffffff;
    color: #282828;
    padding: 15px 0;
}

.footer h3 {
    font-size: 17px;
    font-weight: 700;
}

.footer a {
    color: #282828;
    text-decoration: underline;
    display: inline-block;
}

.footer .footer-bottom a {
    color: #282828;
    text-decoration: none;
}

.footer-bokse-holder {
    padding-top: 15px;
    padding-bottom: 10px;
}

.footertd {
    width: 120px;
}

.footer-bokse-holder img {
    margin-right: 10px;
}

.footer-links {
    float: right;
}

    .footer-links a {
        margin-right: 10px;
    }

        .footer-links a:last-child {
            margin-right: 0px;
        }

.three-logo .container {
    margin: 0px;
    width: 100%;
    padding: 0px;
}

    .three-logo .container .col-sm-4 {
        padding: 0px;
    }



.footer .ministerie-link {
    width: 100%;
    background: #494949;
    height: 150px;
    background-image: url('../images/footerjustits.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    .footer .ministerie-link a {
        height: 100%;
        width: 100%;
    }


.footer .katalog-link {
    width: 100%;
    background: #fff;
    height: 150px;
    background-image: url('../images/footerSeOnline.png');
    background-repeat: no-repeat;
    background-position: center center;
}

    .footer .katalog-link a {
        height: 100%;
        width: 100%;
    }


.footer .social-link {
    width: 100%;
    background: #7ebce3;
    height: 150px;
    text-align:center;
	padding-top: 20px;
}


.footer .social-link a:hover  {
    opacity:0.8;
}

.footer .social-link h3{
	margin-bottom:17px;
			}

.footer-link{
    height:64px;
    width:64px;
    background-position:center center;
    background-size:contain;
    background-repeat:no-repeat;
}

.facebook-link-btn{
    background-image:url(../images/sociallogos/facebook.png);
    margin-right:15px;
}
.twitter-link-btn{
    background-image:url(../images/sociallogos/twitter.png);
}
.instagram-link-btn{
    background-image:url(../images/sociallogos/instagram.png);
    margin-right:15px;
}
.youtube-link-btn{
    background-image:url(../images/sociallogos/youtube.png);
    margin-right:15px;
}


.footer .footertd a {
    color: #7ebce3;
    text-decoration: none;
}

.footer-bokse-holder a{
    color: #7ebce3;
    text-decoration: none;
}

/*Forside*/

.default-content h1 {
    text-align: center;
}

.default-content.bx-viewport {
    height: 300px;
}

.next-auktion{

}

.next-auktion h3 {
    text-align: center;
}

.forside-tekst {
    margin-bottom: 0px;
	margin-top:20px;
    color: #000;
}

.forside-head {
    color: #7ebce3;
}

    .forside-head h1 {
        line-height: 34px;
        margin-bottom: 24px;
    }

.forside-grid img {
    margin-bottom: 20px;
}

.forside-grid h3 {
    font-size: 16px;
    font-weight: 600;
}

.forside-grid h1{
    color:#7ebce3;
}

.span3 {
	min-height:310px;
	}


/*Kontakt*/

.kontakt-boks-kort p{
    margin-bottom:0px!important;
}

#map{
      height: 205px;
}

.form-render {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 20px;
}

.kontakt-boks-kort .ng-binding {
    display: none;
}

.kontakt-boks-kort .ng-scope {
    width: 100%;
    background: #f6f5f3;
    margin: auto;
}

.kontakt-boks-kort .knap {
    width: 100%;
    background-color: #444;
    color: #fff;
    height: 35px;
    border:0px;
    margin-bottom: 10px;
    font-weight: 600;
}

.kontakt-boks-kort .knap:hover{
    color:#7ebce3;
}

/*Profil*/

.sidemenu{
    background-color:#e3e0db;
    color:#282828;
    border:0px;  
}

.sidemenu a{
      border:1px #fff solid !important;
      color:#282828;
}



.sidemenu li.active a{
   color:#7ebce3;    
}

.sidemenu ul li a:hover{
    background-color:#885c35!important;
    color:#8a694a!important;
}

/*Galleri*/

.galleri img{
    margin:2px;
}

/*Kalender*/

.one-auction{
    border-bottom:#ddd solid 1px;
}

.panel-default > .panel-heading{
    background:#e3e0db!important;
}

.panel-default > .panel-heading a{
    color:#282828!important;
}

.panel-default > .panel-heading a:hover{
    color:#7ebce3!important;
}

.panel-default > .panel-heading a.active{
    color:#7ebce3!important;
}

/*Menu*/

/*#menu > ul ul {
      width: 188px!important;
  left: 49%!important;
}*/

    #menu > ul ul > li.active > a {
        
    }

     #menu > ul ul > li a:hover {
        background: none !important;
    }

    #menu > ul ul li a {
        padding: 8px 18px!important;
        
    }
.facebook-link{
background-color:#7EBCE3;
}

/* translate modul*/


 .goog-te-gadget-icon{
		display:none;	
		}


.header-banner{
    width: 100%;
    padding: 8px 0;
    background-color: #5aa2ce;
	text-align:center;
}

.header-banner{
	color:#fff;
}
		
		#google_translate_element{
	float:left;
			}

.texten{
	float:left; 
		margin-right: 15px; 
		font-size: 15px;	
	}

/* NEWSLETTER */
.newsletterBox {
	margin-top:30px;
}
.newsletterBox .content p {
	min-height:36px;
}
.newsletterBox #bs-form {
	text-align:left !important;
}
.newsletterBox .image img {
	position:absolute;
	right:100px;
}

.headerNewsletter {
	padding:5px 10px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
	border:1px solid #7EBCE3;
	text-align:center;
	margin-bottom:10px;
	-moz-transition: 200ms all ease-in-out;
    -o-transition: 200ms all ease-in-out;
    -webkit-transition: 200ms all ease-in-out;
    transition: 200ms all ease-in-out;
}
.headerNewsletter:hover {
	background:#7ebce3;
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
