﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,600);
@import url(https://fonts.googleapis.com/css?family=Arimo:400,700,400italic);

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

#content {
    padding-bottom: 45px;
}
.container {
padding: 0px!important;
}
.entoslogo {
    float: right;
    width: 23px;
}
#footer {
    background-color:#939393;
    color:white;
    padding: 15px;
}

#footer a {
    color:white;
}
body {
    font-family: Arimo;
    font-size: 15px;
    line-height: 1.5;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 20px;
    margin-bottom: 0px;
    line-height: 50px;
}

.navbar-default {
    background-color: #FFFFFF;
    border-color: #e7e7e7;
}

#header {
    position: relative;
}
.navbar {
    border-radius: 0px!important;
        border-color: transparent;
        min-height:0px;

}
#logotype {
    position: absolute;
    z-index: 999;
    top: 0px;
    padding: 30px 20px;
    width: 500px;
    max-width: 100%;
}
img {
    vertical-align: middle;
    max-width: 100%;
    height: auto!important;
}

/*### Media_embed ###*/
.media_embed {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.media_embed iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*### GALLERY ###*/
.album_image_div{
	margin-bottom: 20px;
}

.album_image_div img{
	width:100%;
}

.gallery_image_div{
	margin-bottom: 20px;
}

.gallery_image_div img{
	width:100%;
	cursor: pointer;
}

/*### SEARCH ###*/
.searchBox{
	margin-top: 9px !important;
}

.searchBox .input-group-btn{
	float:left;
}

.searchBox .form-control{
	width: 200px !important;
}

#slider{
    width: 901px;
    height: 329px;
}

/*### SubSub Fix ###*/
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

@media (max-width: 768px) {
    #logotype {
        padding: 5px 59px 0px 10px;
    }
}

.output_error {
    color: red;
    font-weight: bold;
    background-color: #ffe0e0;
    padding-left: 4px;
}

.output_success {
    color: green;
    font-weight: bold;
    background-color: #ccffcc;
    padding-left: 4px;
}

/* 
========================================================================
Cookie Compliance Script
========================================================================
*/
#cookieMessageWrapper
{
	/*background: #484848;*/
	background-color: rgba(74,141,195,1);
	font-family: Arial,Helvetica,Sans-Serif; 
	font-size: 11pt; 
	font-weight: normal; 
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
	padding: 0;
	margin: 0;
	display: none;
	border-bottom: solid 1px #3f79a7;
	-webkit-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 6px 5px 0px rgba(0,0,0,0.1);
	position: relative;
	z-index: 5000;
    bottom: 0px;
    width:100%;
}
#cookieMessage
{
	width: 100%; /* this needs to be set to the width of the centre container */
	padding: 3px 0 0 0;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
#cookieMessage:after
{
	content: "."; 
	/*display: block;*/ 
	height: 0; 
	clear: both;
	visibility: hidden;
}
#cookieMessage p
{
	margin-bottom: -10px !important;
	color: #fff !important;
	padding: 8px 8px 0px 8px !important;
}


#cookieClose
{
	/*float: right;
	display: block;*/
	padding: 1px 5px;
	text-decoration: none;
	text-shadow: none;
	background: #d1d1d1;
	border: solid 1px #6c8d2c;
	border-radius: 5px;
	color: #000;
	font-size: 100%;
	margin-top: 6px;
	font-weight: bold;
}

#content_top_middle {
    background-color: rgba(0,0,0,.17);
}

#content_left {
    padding-right: 32px;
}

#content_right {
    padding-left: 32px;
}