@font-face {
  font-family: 'Aller';
  src: url('../fonts/aller_lt.eot') format('eot'), url('../fonts/aller_lt.woff') format('woff'), url('../fonts/aller_lt.ttf') format('truetype'), url('../fonts/aller_lt.svg') format('svg');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: url('../fonts/aller_rg.eot') format('eot'), url('../fonts/aller_rg.woff') format('woff'), url('../fonts/aller_rg.ttf') format('truetype'), url('../fonts/aller_rg.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Aller';
  src: url('../fonts/aller_bd.eot') format('eot'), url('../fonts/aller_bd.woff') format('woff'), url('../fonts/aller_bd.ttf') format('truetype'), url('../fonts/aller_bd.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Ethiopia Jiret';
  src: url('../fonts/jiret.eot') format('eot'), url('../fonts/jiret.woff') format('woff'), url('../fonts/jiret.ttf') format('truetype'), url('../fonts/jiret.svg') format('svg');
  font-weight: 600;
  font-style: normal;
}

body {
  background-image: url('../images/bg.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-attachment:fixed;
  -webkit-background-size: cover;
  background-size: cover;
  font-family: 'Aller', sans-serif;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.4;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

audio{
	max-width:100%;
}

.element:before,
.element:after {
  content: " ";
  display: table;
}

.element:after {
  clear: both;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

footer {
  background-color: #e9e7e0;
  color: #524d35;
}

a {
  color: #126565;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 1em;
  margin-left: 0.25em;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

.link-red {
  color: #ba602f;
}

.link-dnld {
  display: block;
  vertical-align: top;
  margin-top: 1em;
}

.link-dnld:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  background: url('../images/icon-dnld.png') 0 0 no-repeat;
  vertical-align: top;
  margin-right: 5px;
}

p {
  margin-top: 0;
}

.container {
  width: 800px;
  margin: 0 auto;
}

.container:before,
.container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

article {
  width: 650px;
  padding: 0 10px;
  background-color: #fff;
  float: left;
  position: relative;
}

aside {
  padding-top: 40px;
  width: 150px;
  float: left;
}

header {
  padding-top: 20px;
  background-color: #f4f3ef;
}

header:before,
header:after {
  content: " ";
  display: table;
}

header:after {
  clear: both;
}

.top,
.bottom {
  position: fixed;
  width: 100%;
  height: 50px;
  color: #fff;
  z-index: 200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.top {
  top: 0;
  background: url('../images/top-line.png') 0 0 no-repeat;
  left: 50%;
  margin-left: -440px;
}

.top span {
  display: block;
  margin-top: 7px;
  margin-left: 50px;
}

.bottom {
  bottom: 0;
  height: 50px;
  background: url('../images/bottom-line.png') bottom right no-repeat;
  right: 50%;
  margin-right: -290px;
}

.bottom span {
  display: block;
  text-align: right;
  padding-top: 23px;
  padding-right: 50px;
}

.logo {
  text-align: center;
  padding: 20px 0;
}

.logo-50{
	width:50%;
	float:left;	
	position:relative;
}

.logo-50.last::after{
	clear:both;
}

.logo-50.last a{
	margin-top:50px;
}

.logo a {
  display: block;
  margin: 0 auto;
}

.logo a:hover {
  text-decoration: none;
}

.logo img {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 10px;
}

.logo span {
  font-family: 'Bree Serif', serif;
  font-size: 42px;
  line-height: 1;
}

.hero {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero img {
  display: block;
  width: 100%;
}

nav {
  border-bottom: 1px solid #68613e;
}

nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

nav > ul > li {
  display: inline-block;
}

nav > ul > li > a {
  display: block;
  font-family: 'Bree Serif', serif;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 30px;
  color: #126565;
  padding: 10px;
  text-decoration: none;
}

nav > ul > li > a:hover {
  color: #524d35;
  text-decoration: none;
}

nav > ul > li.active > a {
  color: #524d35;
}

.navbar-toggle {
  display: none;
}

#langnav {
  display: none;
  background-color: #f4f3ef;
}

.icon-bar {
  display: block;
  height: 4px;
  width: 25px;
  margin-bottom: 2px;
  background-color: #126565;
  border-radius: 2px;
}

.dropdown {
  position: relative;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  width: 180px;
  top: 100%;
  left: 50%;
  z-index: 1000;
  display: none;
  padding: 10px;
  margin: 0;
  margin-left: -90px;
  list-style: none;
  text-align: left;
  background-color: #126565;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-align: center;
}

.dropdown-menu li a {
  display: block;
  position: relative;
  border-top: 1px solid #3b8a8d;
  font-family: 'Aller', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  text-transform: uppercase;
  padding: 5px 15px;
}

.dropdown-menu li a:hover {
  color: #fff;
}

.dropdown-menu li a:hover:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #d56723;
}

.dropdown-menu li a:hover:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 6px 0;
  border-color: transparent #d56723 transparent transparent;
}

.dropdown-menu li.active a {
  color: #3b8a8d;
  cursor: default;
  pointer-events: none;
}

.dropdown-menu li:last-child a {
  border-bottom: 1px solid #3b8a8d;
}

.open > .dropdown-menu {
  display: block;
}

.content {
  padding: 40px 22px;
  background-color: #f4f3ef;
}

.content:before,
.content:after {
  content: " ";
  display: table;
}

.content:after {
  clear: both;
}

.layout-1 .main-content {
  width: 100%;
}

.layout-2 .main-content {
  width: 70%;
  float: left;
}

.layout-2 .side-content {
  color: #524d35;
  width: 30%;
  float: left;
  padding-left: 22px;
}

.add-content {
  padding: 40px 44px;
}

.add-content:before,
.add-content:after {
  content: " ";
  display: table;
}

.add-content:after {
  clear: both;
}

.content div[class*='col-'] {
  padding-left: 22px;
  float: left;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.title {
	background-color: #e9e7e0;
	color: #524d35;
	letter-spacing: 1px;
	text-transform: uppercase;
}

blockquote {
  margin: 0;
  margin-bottom: 20px;
  padding: 0;
  font-family: 'Bree Serif', serif;
  text-align: center;
}

blockquote .quote {
  font-size: 20px;
  color: #ba602f;
  margin: 0;
}

blockquote .author {
  font-size: 14px;
  color: #524d35;
  margin: 0;
}

h3 {
  font-family: 'Bree Serif', serif;
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
}

address {
  font-style: normal;
}

.add-content > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}

.add-content > ul > li {
  display: inline-block;
}

.add-content > ul > li > a {
  font-family: 'Bree Serif', serif;
  font-size: 16px;
  color: #524d35;
}

.add-content > ul > li > a:hover {
  color: #126565;
  text-decoration: none;
}

.add-content > ul > li.active > a {
  color: #126565;
}

.add-content > ul > span {
  padding: 0 5px;
}

.add-content .dropdown-menu {
  width: auto;
  min-width: 180px;
  left: 50%;
  margin-left: -90px;
}

.gallery {
  margin-left: -5px;
  margin-right: -5px;
}

.gallery:before,
.gallery:after {
  content: " ";
  display: table;
}

.gallery:after {
  clear: both;
}

.col-4 {
  width: 25%;
  float: left;
  padding: 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.col-4 img {
  max-width: 100%;
}

.col-3 {
  width: 33.3%;
  float: left;
}

.col-2 {
  width: 50%;
  float: left;
}

.nyroModalCont,
.nyroModalDom {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
}

video {
  display: block;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
}

.video {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

footer {
  padding: 40px 44px;
  margin-bottom: 20px;
}

footer:before,
footer:after {
  content: " ";
  display: table;
}

footer:after {
  clear: both;
}

footer .col-2 {
  float: right;
}

footer .pull-right:before,
footer .pull-right:after {
  content: " ";
  display: table;
}

footer .pull-right:after {
  clear: both;
}

footer .pull-right img {
  float: right;
}

.btn {
  display: inline-block;
  padding: 3px 8px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn-submit {
  background-color: #126565;
  color: #fff;
}

.subscribe {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #68613e;
}

.subscribe:before,
.subscribe:after {
  content: " ";
  display: table;
}

.subscribe:after {
  clear: both;
}

.subscribe input {
  text-align: center;
  max-width: 140px;
  margin-right: 5px;
  vertical-align: top;
}

.subscribe p,
.subscribe label[for="email"] {
  color: #126565;
  font-size: 16px;
  margin-right: 5px;
  margin-bottom: 5px;
}

ul.lang {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
  margin-left: 10px;
}

ul.lang li a {
  text-transform: uppercase;
  color: #524d35;
  text-decoration: none;
  line-height: 20px;
}

ul.lang li a:hover {
  color: #ba602f;
  text-decoration: none;
}

ul.lang li a:before {
  content: "\203A";
  display: inline-block;
  margin-right: 5px;
}

ul.lang li.active a {
  color: #ba602f;
}

.btn-aside {
  display: block;
  position: fixed;
  top: 48%;
  margin-top: -55px;
}

.btn-aside a {
  display: block;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-family: 'Bree Serif', serif;
  padding: 0;
  margin-bottom: 5px;
  width: 150px;
  height: 50px;
  text-align: center;
  background-repeat: no-repeat;
  text-align: left;
  padding-left: 15px;
}

.btn-aside a:hover {
  text-decoration: none;
}

.btn-aside a.btn-red {
  background: url('../images/btn1.png');
  line-height: 58px;
}

.btn-aside a.btn-red-flip {
  background: url('../images/btn1flip.png');
  line-height: 58px;
}


.btn-aside a.btn-green {
  /*background: url('../images/btn1.png');*/
  background:#126565;
  line-height: 48px;
  margin-left:2px;
}

.btn-aside a.btn-brown {
  background: url('../images/btn2.png');
  line-height: 38px;
}

.generatedForm .form-group {
  margin-bottom: 10px;
  width: 100%;
}

.generatedForm .form-group:before,
.generatedForm .form-group:after {
  content: " ";
  display: table;
}

.generatedForm .form-group:after {
  clear: both;
}

.generatedForm .form-group.radio span {
  margin-right: 10px;
}

.generatedForm .form-group.radio label {
  margin-right: 10px;
}

.generatedForm .form-group.radio input[type="radio"] {
  margin-right: 5px;
}

.generatedForm .form-group input[type="text"],
.generatedForm .form-group input[type="email"] {
  width: 100%;
}

.generatedForm .form-group input[type="text"].width-80,
.generatedForm .form-group input[type="email"].width-80 {
  width: 70%;
  float: left;
}

.generatedForm .form-group input[type="text"].width-20,
.generatedForm .form-group input[type="email"].width-20 {
  width: 25%;
  float: left;
}

.generatedForm .form-group input[type="text"].left,
.generatedForm .form-group input[type="email"].left {
  margin-right: 5%;
}

.generatedForm .form-group input[type="text"].right,
.generatedForm .form-group input[type="email"].right {
  margin-right: 0;
}

.generatedForm .form-group textarea {
  width: 100%;
  resize: none;
}

.generatedForm .form-group .errormsg {
  display: none;
  color: #ba602f;
  margin-top: 5px;
}

.generatedForm .form-group.error input,
.generatedForm .form-group.error textarea {
  border-color: #ba602f;
}

.generatedForm .form-group.error .errormsg {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  border: 1px solid #126565;
  border-radius: 3px;
  padding: 5px 10px;
  outline: none;
}

.owl-carousel .owl-item {
  padding: 0 2px;
}

.owl-carousel .owl-item div {
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 130px;
}

.owl-carousel .owl-item div a {
  display: block;
  height: 100%;
}

.owl-theme .owl-controls .owl-page span {
  background-color: #126565;
}

#owl-zitate .owl-item div {
  height: auto;
  padding-top: 20px;
}

.logo-rk{
	background-color:#fff;
	height:100px;
	text-align:right
}
.logo-rk img{
	float:right
}

.alarm{
	color:#fff;
	background-color:#ba602f;
	padding:10px
}

/*@media screen and (max-width: 980px){

  .top{
    right: 0;
    left: auto;
  }

}*/

@media screen and (max-width: 980px) {
  .container {
    width: 750px !important;
  }
  
  .logo span{
	 font-size:2.1em; 
	 }

	 .logo-50.last a{
	margin-top:40px;
	 }


  .top{
    left: 0;
    right: auto;
    margin-left: 0 !important;
  }

  .bottom{
    margin-right: 0;
	right:0;
	left:0;
  }

  article {
    width: 450px;
  }

  aside {
    width: 150px;
  }

  nav ul li a {
    font-size: 16px;
    padding: 5px;
  }

  .content div[class*='col-'] {
    padding-left: 0;
    width: 100%;
    float: none;
  }

  section {
    padding: 20px 10px;
  }

  section .col-left,
  section .col-right {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .add-content {
    padding: 20px 10px;
  }

  .subscribe .float-left,
  .subscribe .float-right {
    float: none;
    margin-bottom: 10px;
  }

  .subscribe input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: none;
  }

  .content {
    padding: 22px;
  }

  .main-content{
    margin-bottom: 20px;
  }

  .layout-2 .main-content,
  .layout-2 .side-content {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .owl-carousel .owl-item {
    padding: 0 2px;
  }

  .owl-carousel .owl-item div {
    height: 180px;
  }
  
}

@media screen and (max-width: 680px){

  .top{
    right: 0;
    left: auto;
  }

}

/* Mobile devices */

@media screen and (max-width: 770px) {
  body {
    background-image: none;
  }

  .top,
  .bottom {
    display: none;
  }

  .logo {
    padding: 0;
    margin-bottom: 10px;
	width:75%;
  }
  
  .logo-50.last a{
	margin-top:18px;
}

 .logo-50.last img{
	width:130px !important;
	max-width:none !important;
}

  .logo:before,
  .logo:after {
    content: " ";
    display: table;
  }

  .logo:after {
    clear: both;
  }

  .logo a {
    float: left;
  }

  .logo img {
    width: 50px;
  }

  .logo span {
    font-size: 16px;
    line-height: 30px;
  }

  .container {
    width: 100% !important;
  }

  article,
  aside {
    width: 100%;
    padding: 0;
  }
  
  .aside{
	 display:none; 
	 }

  header {
    padding: 10px 20px;
  }

  .navbar-toggle {
    display: block;
    position: absolute;
    top: 33px;
    right: 20px;
    padding: 9px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    border: 1px solid transparent;
    background-image: none;
    background-color: #126565;
    color: #fff;
  }

  nav {
    display: none;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    border-bottom: 1px solid #68613e;
    border-top: 1px solid #68613e;
  }

  nav ul > li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 10px;
    background-color: #f4f3ef;
  }

  nav ul > li:before,
  nav ul > li:after {
    content: " ";
    display: table;
  }

  nav ul > li:after {
    clear: both;
  }

  nav ul > li a {
    font-family: 'Aller', sans-serif;
    color: #126565;
    text-transform: none;
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  nav ul > li a:hover {
    color: #ba602f;
  }

  nav ul > li.active > a {
    color: #ba602f;
  }

  nav ul .dropdown-menu {
    display: block;
    position: static;
    padding-top: 0;
    padding-bottom: 0;
    background-color: transparent;
    left: 0;
    margin-left: 0;
  }

  nav ul .dropdown-menu li a {
    color: #126565;
    padding: 5px 0;
    padding-left: 10px;
    text-transform: none;
    border: none;
  }

  nav ul .dropdown-menu li a:last-child {
    border: none;
  }

  nav ul .dropdown-menu li a:hover {
    color: #ba602f;
  }

  nav ul .dropdown-menu li a:hover:before,
  nav ul .dropdown-menu li a:hover:after {
    display: none;
  }

  nav ul .dropdown-menu li.active > a {
    color: #ba602f;
  }

#langnav {
  display: block;
  padding-bottom:15px;
}


  .gallery .col-4 {
    float: none;
    width: 100%;
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }

  .owl-carousel .owl-item {
    padding: 0 2px;
  }

  .owl-carousel .owl-item div {
    height: 300px;
  }


  .col-3,
  .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 10px;
  }

  .btn-aside {
    display: none;
  }

  aside{
    padding-bottom: 20px;
  }

  ul.lang{
    text-align: center;
    margin: 0;
  }

  ul.lang br{
    display: none;
  }

  ul.lang li {
    display: inline-block;
    width: 70px;
    margin: 5px;
  }

  ul.lang li a{
    padding: 5px
  }

  ul.lang li a:before{
    display: none;
  }

  .add-content .dropdown-menu {
    left: 0;
    margin-left: 0;
  }

.logo-rk{
	background-color:#fff;
	height:75px;
	text-align:center
}
.logo-rk img{
	float:none;
	margin:0 auto;
}

}