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

/*
 * Custom Style Sheet - Use this file to style your content
 */

.r-image {
    padding-left: 15px;
    float: right;
  }
 
.custom-logo {
  display: inline-block;
  width: 210px;
  height: 90px;
  background: url(../../../images/yootheme/logo.png) 50% 50% no-repeat;
  background-size: contain;
}

#headerbar .module {
max-width: 313px;
margin-right: 10px;
}

h1 {
  
font-size: 26px;
line-height: 27px;
}

h3 {
  line-height: 24px;
  font-size: 20px;
}

#headerbar h3 {
  font-size: 19px;
  line-height: 21px;
  color: #f8f8f8;
}

 #headerbar em, #footer {
   color: #b4b2b2;
   
 }

section#top-a {
    border: none;
    background: none;
}

section#top-a h1 {
    margin-top: 10px;
    color: #fff;
}

#top-b div:nth-child(3) {
  width: 33% !important;
}

#innerbottom {
border-top: 0px !important;
}


#bottom-b h3 {
  font-size: 18px;
}

/*Menu*/
#menu, #menubar {
  display: none;
}

/*#sidebar-menu {
  display: block;
}*/

.menu-responsive {
    background-color: #fff !important;
}


/* Custom Classes */

.shadow {
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

/*Responsive iFrame*/
.resp-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.resp-container {
  	width: 100%;
  	height: auto;
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
}

/*.staff #main img {
  border: 1px solid rgba(0, 0, 0, 0.15);*/
  
}

/* Check */
ul.check > li {
  padding: 5px 0 0 30px;
  background: url(../images/tools/list_check.png) 0 0 no-repeat !important;
}

/* Widgetkit */

.wk-slideset-default article {
    margin: 10px 10px;
}

.wk-slideset-default article+strong.title {
    font-size: 30px;
}

.uk-overlay-background {
background: rgba(7, 16, 35, 0.58);
}

.widgetlist h3 {
font-size: 15px;
}


/* Only Phones (Portrait) */

@media (max-width: 479px) {

  .custom-logo { height: 60px; }
  .r-image {
    float: none;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 15px;
  }
  
}

@media screen and (max-width: 959px) {
  #menu, #menubar {
    display: none;
  }
  .menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
    padding: 7px;
    font-size: 17px;
        }
  /*#sidebar-menu {
    display: none;
  }*/
}