@import url(https://fonts.googleapis.com/css?family=Michroma);

body{
  color: #000;
}

body.com_content .item-page{
    width: 40%;
    margin: 0 auto;
    padding: 180px 0;
}

body{
  font-family: 'Open Sans', sans-serif;
}

h1,h2,h3,h4,h5,h6{
  font-family: 'Michroma', sans-serif;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
  font-weight: normal;
  font-size: 1.5em;
}

/*Top bar*/
.top-bar{
/*  height: 55px;
  background: rgba(100, 101, 105,0.95);
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);*/
}

.menu ul li a{
  color: #fff;
  font-family: 'Michroma', sans-serif;
  font-weight: normal;
  padding: 25px 30px;
  color: #fff !important;
}

.top-bar.tb-large{
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.8+0,0+100 */
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


}

.top-bar.tb-large .tb-logo img{
  max-height: inherit;
  /*background: rgba(255,255,255,0.9);*/
  padding: 20px;
  margin-top: -25px;
  max-width: 140px;
  /*-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);*/
}

.top-bar.tb-small .tb-logo img{
  max-height: 50px;
}


/*SECTIONS*/
#intro, #punkt{
  text-transform: uppercase;
}

.icon-nav b,
.service-item .h6{
    font-family: 'Michroma', sans-serif;
    font-weight: normal;

    font-size: 15px;
}

.service-item .h6{
  color: #fff;
}

.service-item{
  background: transparent;
}

.e-info h3{
  font-size: 11px;
}

#contact h5{
  font-size: 1.3em;
  margin-bottom: 5px;
}

#contact p {
  font-size: 0.9em;
}

#footer,
.footer {
  background: #646569;
  padding: 10px 0 30px;
}

#footer a{
  color: #ccc;
}

.footer .menu {
  float: left !important;
}

#footer .nav.menu a{
  color: #fff;
}

.back-top-wrap{
  display: none;
}

.sp_quickcontact input,
.sp_quickcontact textarea{
  background: #ccc;
  padding:  15px 10px;
  width: 100% !important;
  font-size: 0.9em
}

.sp_quickcontact .button{
  width: auto !important;
  background: #555;
}

@media screen and (max-width: 768px) {
  .tb-logo img{
    max-width: 110px;
    margin-top: 15px;
  }
  #footer .menu {
    display: block;
    opacity: 1;
    position: relative;
    background: transparent;
  }
  body.com_content .item-page {
    width: 90%;
  }
  .toggle{
    color: #fff;
  }
  .top-bar.tb-large{
    padding: 10px 0;
  }
  .top-bar.tb-small{
    padding: 0 0 10px 0;
  }

  .menu ul li a{
    padding: 10px 30px;
  }
}



/*------------------------------------------------------------------------------*/

.com_content [class^="icon-"],span[class^="icon-"]{
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000000;
  border-width: 0 5px 5px;
}
.c-message{margin-bottom: 30px;}

#wp-calendar tbody td.calendarDateEmpty {
	background-color: #fff;
}
#wp-calendar tbody td.calendarToday,#wp-calendar tbody td.calendarToday:hover {
	background-color: #ff4800;
	color:#fff;
}
#wp-calendar tbody td.calendarDateLinked:hover {
	background-color: #ccc;

}
.form-signin,.registration,.registration-complete,.user-profile,.profile-edit,.reset-complete,.reset-confirm,.user-reset {background: #fff;padding:30px;}
