/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.tm-headerbar .uk-panel {
  float: left;
  margin-right: 0;
  max-width: none;
}



.uk-navbar {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  #background: linear-gradient(to bottom, #DE0000, #DE0000) repeat scroll 0 0 border-box #f7f7f7 !important;
  background-color:#DE0000 !important;
  background-image:none !important;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.3);
  border-image: none;
  border-radius: 4px;
  border-style: solid;
  border-width: 3px;
  border-color:#eee;
  color: #444444;
}

.uk-navbar-nav > li > a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent;
  border-image: none;
  border-style: solid;
  border-width: 1px 1px 0;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: normal;
  height: 45px;
  line-height: 44px;
  margin-left: -1px;
  margin-top: -1px;
  padding: 0 15px;
  text-decoration: none;
  text-shadow: 0 0px 0 #ffffff;
  text-transform:uppercase;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: #fafafa;
  border-left-color: rgba(0, 0, 0, 0.0);
  border-right-color: rgba(0, 0, 0, 0.0);
  border-top-color: rgba(0, 0, 0, 0.0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset;
  color: #444444;
}

.uk-navbar-nav > li:hover > a, .uk-navbar-nav > li > a:focus, .uk-navbar-nav > li.uk-open > a {
  background-color: transparent;
  border-left-color: rgba(0, 0, 0, 0.1);
  border-right-color: rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) inset;
  color: #eee;
  outline: medium none;
  position: relative;
  z-index: 1;
}

.prev-next-navigation .next {
	float:right;
}


a, .uk-link {
  color: #DE0000;
}

.tm-content .uk-grid {
	margin:0px;
}

.uk-grid:not(.uk-grid-preserve) + .uk-grid + a + .uk-grid {
  margin-top: 35px;
}

.box-info {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

.box-info {
  background: url("../images/tools/box_info.png") no-repeat scroll 0 0 #ebf5fa !important;
  border-color: #a1c0d0 #a1c0d0 #79a0b4 !important;
  color: #1d5e80;
  padding:10px;
  padding-left:40px;
}

.box-note, .box-info, .box-warning, .box-hint, .box-download {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: none repeat scroll 0 0 #fdfdff;
  border-color: #d2d2d4 #d2d2d4 #a2a2a4;
  border-image: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), 0 1px 0 rgba(255, 255, 255, 1) inset;
}

.jea_search p {
	margin-top:10px;
	margin-bottom:10px;
}
.jea_search select {
	width:100% !important;
}

.mod-jea-emphasis-container img {
	width:100%;
	max-height:120px;
}

@media only screen 
and (max-width : 1024px) {
.mod-jea-emphasis-container img {
	max-height:none;
}
}


.mod-jea-emphasis-container p {
	margin-top:10px;
	margin-bottom:30px !important;
}

.mod-jea-emphasis-container h4, .mod-jea-emphasis-container img {
	margin-top:0px;
	margin-bottom:10px !important;
}

.uk-panel-title {
	 color: #de0000 !important;
	 padding: 2px 5px;
	 background-color: #f0f0f0;
}

.tm-headerbar, .tm-navbar, .tm-footer {
  margin-bottom: 25px;
  margin-top: 25px;
}

.jea-data {
	text-align:left;
}

.jea-col-right ul {
	list-style-type:none;
}

input, textarea, .uneditable-input {
  width: 180px;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
  margin-top: 0px;
}

h3 {
  color: #DE0000;
  font-size: 22px;
  font-weight: 500;
}

h1,h2,h3 {
  color: #DE0000;

}
.uk-nav-side > li.uk-active > a {
  background: none repeat scroll 0 0 #de0000;
  box-shadow: 0 2px 4px rgba(109, 0, 0, 0.25) inset;

}



.tm-headerbar {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #444444;
  padding: 20px;
}

@media print {
	.tm-navbar , .tm-sidebar-a ,#userForm, .prev-next-navigation,.jea-tools,.tm-headerbar, #jea-gallery,.noprint,#jea_property_map,.tm-footer{
    display: none;
  }
  
  .tm-main , .tm-content{
  	width:100%;
  }
  .uk-push-3-10 {
    left: 0%;
    top:30px;
}
}

@media screen and (max-width: 1024px) {
	#rsform_3_page_0 td {
		display:block;
	}
}

.jea-counter {
  display:none;
}

#map { height: 250px; }

.mod-jea-emphasis-container .image {
    position:relative;
    padding-bottom:10px;
    display:inline-block;
}
.mod-jea-emphasis-container .notify-badge{
    position: absolute;
    right:-5px;
    bottom:5px;
    background:red;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    color:white;
    padding:5px 10px;
    font-size:15px;
}

.contact h3 , .contact .contact-position{
  display:none;
}


.avPlayerWrapper .avPlayerContainer .avPlayerBlock {
	padding: 0 !important;
}


.mejs-container  {
display: flex;
}

.mejs-container {
  width:100% !important;
  aspect-ratio: 16 / 9 !important;
  height:auto !important;
}

.video_module {
  padding:0px !important;
}

.video_module p {
  margin: 0px !important;
}

