@font-face {
    font-family: DINMedium;
    src: url("../font/DINPro-Medium.otf");
}

@font-face {
    font-family: DINRegular;
    src: url("../font/DINPro-Regular.otf");
}

html,body {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    font-family: DINRegular;
}

*{
  font-family: DINRegular;
}

fieldset{
	border:none;
}

html,body {
    height: 100%;
    max-height: 100%;
    max-width: 100%;
}

::-webkit-scrollbar-thumb {
	border:1px solid white;
    -webkit-box-shadow: inset 0 0 2px rgba(255,255,255,1);
}*/


fieldset, img {	border: 0; }

caption, th { text-align: left; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

q:before, q:after { content: ''; }

strong { font-weight: bold; }

em { font-style: italic; }

a img {	border: none; }

a { text-decoration: none; }

ul{
    margin:0;
    padding:0;
}

.round {
    border-radius: 0.3125em;
    -moz-border-radius: 0.3125em;
    -webkit-border-radius: 0.3125em;
}


button:focus{
    outline: none;
    /*outline-color:rgba(34,153,221,1);*/
}
button:active{
    outline: none;
    /*outline-color:rgba(34,153,221,1);*/
}

body{
    font-smooth:always;
    color:white;
    font-family: "DINReg";
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding:0;
    margin:0;
    position: relative;
    /*letter-spacing:2px;*/
    transform: translate3d(0,0,0);
    max-height: 100%;
    max-width: 100%;
}

a{
    text-decoration: none;
    color:rgba(42,68,119,0.8);
}

a:hover{
    text-decoration: underline;
}

#nav{
    position:relative;
    margin:0 auto;
    color:white;
    transform: translate3d(0,0,0);
    display: table;
    vertical-align: middle;
}

#nav tr td{
    padding:30px;
    text-align: center;
}

#nav tr td img{
    transition:0.1s linear;
    width: 100px;
    text-align: center;
    transform: translate3d(0,0,0);
}
#nav tr td img:hover{
    cursor: pointer;
}
.nav_element{
    display:table-cell;
    vertical-align: top;
}
.nav_element:hover{
    cursor:pointer;
}
.navTableElement{

}

.navTableElement img:hover {
    width:128px;
}

.nav_description{
	overflow:hidden;
    height:40px;
    text-overflow: ellipsis;
}

#nav_table tr td img:hover{
	width:200%;
}

.gmnoprint a, .gmnoprint span{
    display:none;}

.gmnoprint div{
    background:none !important;}

#map_canvas {
    width: 500px;
    height: 400px;
    background-color: #CCC;
}

#main{
    width:100%;
    height:100%;
    position: relative;
}

#map_canvas, #navigation{
    height:100%;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
}

#top_arrow{
    padding:0;
    position: fixed;
    margin-top: 0px;
    padding-top: 0px;
    width:100%;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    font-size:42px;
    color:white;
    /*z-index:5;*/
}

#bottom_arrow{
    margin-bottom: 0px;
    padding-bottom: 0px;
    width:100%;
    position: absolute;
    bottom:0;
    left:0;
    text-align: center;
    font-size:42px;
    color:white;
    /*z-index:4;*/
    vertical-align: bottom;
    margin:0 auto;

}

#bottom_arrow button{
    vertical-align: bottom;
}

#navigation{
    display:table;
    /*background:  rgba(0, 22, 46, 0.6);*/
    background: rgba(255,255,255,0.8);
    /*z-index:1;*/
    opacity: 1;
    text-align: center;
    max-height: 100%;
}

.transp-button{
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    margin: 0px;
    cursor: pointer;
    border: 0px none;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size:16px;
    line-height:1.2;
    color:white;
    padding:5px 5px;
    border:1px solid rgba(211,211,211,0.5);
    transition:0.2s linear;
    font-family: "DINReg";
    letter-spacing: 2px;
}

.transp-button:hover{
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.12);
}

.transp-button-colored{
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.12);
    border-radius: 2px;
    margin: 0px;
    cursor: pointer;
    border: 0px none;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size:16px;
    line-height:1.2;
    color:white;
    padding:10px 30px;
    font-family: "DINReg";
    letter-spacing: 2px;
    border:1px solid rgba(211,211,211,0.5);
    transition:0.2s linear;
    background-color:#0439A5;
}

.transp-button-colored:hover{
    color:#0439A5;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.12);
}

.button-bar{
    background-color:rgba(42,68,119,0.8);
    border-radius: 2px;
    margin: 0px;
    cursor: pointer;
    border: 0px none;
    vertical-align: top;
    box-sizing: border-box;
    position: relative;
    text-align: center;
    font-size:16px;
    line-height:1.2;
    color:white;
    padding:10px 30px;
    border:1px solid rgba(211,211,211,0.5);
    transition:0.2s linear;
    font-family: "DINReg";
    letter-spacing: 2px;
    transition:0.2s linear;
}

.button-bar:hover{
    transition:0.2s linear;
    text-decoration: underline;
}

code{
    padding:2px 4px;
    font-size:90%;
    color:#c7254e;
    background-color:#f9f2f4;
    border-radius:4px;
}

#footer{
    display: none;
    padding: 0px 0px;
    text-indent: 25px;
    position: absolute;
    bottom: 0px;
    left:0px;
    width:100%;
    z-index: 6;
    background-repeat: no-repeat;
    opacity:0.98;
    color:black;
    background-color: white;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);

}
hr.gradient-white {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image:    -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image:     -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
    background-image:      -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.5), rgba(255,255,255,0));
}
hr.gradient-black {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.5), rgba(0,0,0,0));
}

hr.gradient-lux {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(255,0,0,0.08), rgba(200,0,40,0.5), rgba(0,0,255,0.08));
    background-image:    -moz-linear-gradient(left, rgba(255,0,0,0.08), rgba(200,0,40,0.5), rgba(0,0,255,0.08));
    background-image:     -ms-linear-gradient(left, rgba(255,0,0,0.08), rgba(200,0,40,0.5), rgba(0,0,255,0.08));
    background-image:      -o-linear-gradient(left, rgba(255,0,0,0.08), rgba(200,0,40,0.5), rgba(0,0,255,0.08));
}
#workers ul{
    list-style-type: none;
    margin: 0;
    padding:0;
    width:100%;
    white-space:nowrap;
    overflow-x:auto;
    margin: 0 auto;
    text-align: center;
    height: 100%;
}
#footer #workers li {
    display: inline-block;
    cursor: pointer;
    padding: 10px 10px 0px 10px;
    /*width: 15%;*/
    min-width: 120px;
    zoom: 1;			/*For <= IE 7*/
    *display: inline;	/*For <= IE 7*/
}

#footer #workers li:first-of-type{
    padding:10px 0px 0px 0px;
}

#footer #workers {
    list-style-type: none;
    width:100%;
    white-space:nowrap;
    overflow-x:auto;
    margin: 0 auto;
    text-align: center;
}

#footer #workers li img{
    vertical-align: bottom;
    margin-left:-25px;
}

#footer #footer-nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
    white-space:nowrap;
    overflow-x:auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom:30px;
}

#footer #footer-nav li {
    display: inline-block;
    cursor: pointer;
    zoom: 1;			/*For <= IE 7*/
    *display: inline;	/*For <= IE 7*/
}

#footer #footer-nav a{
    display:block;
    text-indent: 0px;
}

#footer #footer-nav a:hover{
    text-decoration: none;
}

#news{
    width:70%;
    /*height:100%;*/
	max-height:100%;
    background-color:rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left:15%;
    z-index:6;
    display: none;
    color:white;
    font-size:16px;
    font-family: "DINReg";
    text-align: center;
    overflow-y: auto;
    box-shadow: 1px 1px 1px #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
    background: rgb(143,2,34);
    overflow:auto;
    overflow-x:hidden;
    /*background:url('../img/ios72.png') no-repeat center center fixed;
    background-size: cover;
    opacity: 0.99;*/
    opacity:0.98;
    background-color:white;
    color:black;
}

#news .newsContent{
    height:100%;
    width:100%;
    margin: 0 auto;
    text-align: center;
    overflow:hidden;
    opacity:0;
    background-color:white;
}

#news .newsTable{
    margin:0 auto;
    margin-top:-3em;
    width:100%;
    height:100%;
    border-collapse: separate;
    border-spacing: 0em 1em;
    padding-top: 50px;
    background-color:white;
    line-height: 35px;
}

#news .newsTable tr{
    padding:0px 0px;
    height:25%;
}

#news .newsTable tr td{
    height:25%;
}

#news .newsTable .newsAvatar{
    text-align: center;
    width:250px;
}

#news .newsTable .newsBody{
    text-align: justify;
    display:block;
    height:100%;/*
    max-height:150px;*/
    text-overflow:ellipsis;
    padding:0px 25px;
    vertical-align:middle;
    word-wrap:break-word;
    word-break:break-all;
}

#news .newsTable .newsBody p{
    text-overflow:ellipsis;
    word-wrap:break-word;
    width:100%;
    max-width:100%;
    margin-bottom:0px;
}

.clear{
    clear:both;
}
.roundedImage {
    transition:0.1s linear;
    cursor:pointer;
}

.roundedImage:hover{
    cursor:pointer;
}

.squareImage {
    transition:0.1s linear;
    cursor:pointer;
}

.squareImage:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    cursor:pointer;
}

#main #popup-holder-outer #popup-middle .roundedImage:hover{
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

#footer .roundedImage:hover{
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

#main #overlay_content{
    color:black;
    line-height: 30px;
    background-color:white;
    /*z-index:10;*/
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    overflow-y:auto;
    overflow-x:auto;
}

input{
    padding:10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:1px solid lightgray;
    font-family: "DINReg";
    letter-spacing: 2px;
}
textarea{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border:1px solid lightgray;
    font-family: "DINReg";
    letter-spacing: 2px;
}

::-webkit-input-placeholder {
    font-family: "DINReg";
    color: gray;
}

:-moz-placeholder { /* Firefox 18- */
    font-family: "DINReg";
    color: gray;
}

::-moz-placeholder {  /* Firefox 19+ */
    font-family:"DINReg";
    color: gray;
}

:-ms-input-placeholder {
    font-family: "DINReg";
    color: gray;
}

#newsContent .x .newsLeft{
    float:left;
    width:20%;
    vertical-align: middle;
}
#newsContent .x .newsRight{
    float:left;
    width:75%;
    vertical-align: middle;
}

#newsContent .x .newsRight p{
    text-align: justify;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size:14px;
    line-height: 25px;
    max-height:75px; /* Number of max lines (4) * line-height (25px) = height (100px) */
    overflow: hidden;
}
#pageGenerator{
    position: absolute;
    margin:0 auto;
    bottom: 45px;
    width:100%;
    left:0;
}
#bulls{
    transition:0.2s linear;
    text-align: center;
    color:white;
    width:100%;
    text-align: center;
    background-color:rgba(255,255,255,0.2);
    display:block;
    transition:0.1s linear;
    color:blue;

}
#bulls:hover{
    margin:0 auto;
    text-decoration: none;
    text-align: center;
    color:whitesmoke;
    background-color:rgba(255,255,255,0.4);
    transition:0.1s linear;
}
#pageGenerator{
    background-color:red;
}
img.grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

#popUpOnClick{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    display:none;
    z-index:6;
}

#popupHolder{
    display: none;
    background-color: white;
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
    border-top-left-radius:3px;
    border-top-right-radius:3px;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 10px 0px rgba(0,0,0,0.25);
    position: absolute;
    width: 50%;
    left:25%;
    top:10%;
    max-height: 80%;
    overflow: auto;
    color:black;
    padding:15px;
    z-index:7;
}

hr.black {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
}
hr.white {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(255,255,255,0.75), rgba(0,0,0,0));
}
hr.grey {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.15), rgba(0,0,0,0.10));
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.15), rgba(0,0,0,0.10));
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.15), rgba(0,0,0,0.10));
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0.10), rgba(0,0,0,0.15), rgba(0,0,0,0.10));
}

.button, form input, ul#nav li ul, ul#tabs, div.side-menu ul li a, table,
.information-box, .confirmation-box, .error-box, .warning-box, ol, .regular-ul,
.custom-ul, blockquote, cite { font-size: 0.75em;}

form p input[type="text"], form p input[type="password"], form p input[type="checkbox"], form p input[type="radio"],form p input[type="email"] { font-size: 1em;}

.blue {
    background-color: #2069b4;
    color: white;
}
.blue:hover {
    background-color: #5081b3;
    color: white;
}

.red {
    background-color: #ff6655;
    color: white;
}
.red:hover {
    background-color: #ffaa99;
    color: white;
}

.default-width-input { width: 20.833em;}

.full-width-input { width: 95%; }

.button {
    padding: 0.833em;

    display: inline-block;
    text-decoration: none;
    background-repeat: no-repeat;
}

form label {
    display: block;
    text-transform: uppercase;
    color: #2a2e36;
    margin: 0 0 0.3125em 0;
    text-align: left;
}

form label.alt-label { text-transform: none; }

form input[type="text"], input[type="password"],input[type="email"], textarea {
    border: 1px solid #d9dbdd;
    padding: 1em 0.625em;
    outline: none;
}

form input.error-input { border: 1px solid #ff876f; }
form input.error-input:hover { border: 1px solid #b03e27; }

::-webkit-input-placeholder { color: #858d9c; }
:-moz-placeholder { color: #858d9c; }



.information-box, .confirmation-box, .error-box, .warning-box {
    padding: 0.833em 0.833em 0.833em 3em;
    margin-bottom: 0.833em;
    background-color: #cae0e5;
}

.information-box {
    border: 1px solid #cae0e5;
    color: #5a9bab;
}

.confirmation-box {
    border: 1px solid #b7cbb6;
    color: #52964f;
}

.error-box {
    border: 1px solid #e6bbb3;
    color: #cf4425;
    background-color: #e6bbb3;
}

.warning-box {
    border: 1px solid #e5d9b2;
    color: #b28a0b;
}

.disabled{
    color:grey;
    cursor: default;
}

.disabled:hover{
    color:grey;
    cursor: default;
}

#footer_table
{
    border: none;
    border-collapse: collapse;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width:100%;
    white-space:nowrap;
    overflow-x:auto;
    margin: 0 auto;
    text-align: center;
    margin-bottom:30px;
}
#footer_table  td
{
    border-left: 1px solid #EEEEEE;
}
#footer_table  td:first-child
{
    border-left: none;
}

#newsOnClick
{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}
#footerOnClick
{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 5;
}

.transition
{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.squareImage
{
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
}

#footerItems{
    font-size:18px;
}

/*.test{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}*/
