﻿/* ==================================================================================================
Clear Floated Elements
================================================================================================== */
.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.clearfix:before, .clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.hover-effect {
  cursor: pointer;
  z-index: 100;
}

/* ==================================================================================================
Global
================================================================================================== */
html, body {
  margin: 0;
  padding: 0;
}

body {
  /*background: url("/App_Images/tekstura-bg.png") repeat scroll 0 0 #f5f5f5;*/
  background-color: #ffffff;
  font-family: 'Open Sans Light','Open Sans',Arial,Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.31;
}

/* ==================================================================================================
Header
================================================================================================== */
#header {
  clear: both;
  background-color: #111;
  /*box-shadow: 0 0 10px #1b1b1b;*/
  background: url("/app_images/header_bg_transparent.png") repeat-x scroll 0 0 #ddd;
  position: fixed;
  z-index: 101;
  width: 100%;
}

#header-wrapper {
  margin: 0 auto;
  position: relative;
}

#header-top {
  height: 22px;
  margin: 0px auto;
}

#header-content {
  padding: 0px 0px 0px 0px;
  margin: 0px auto;
}

#header-top-nav {
  float: right;
  display: inline;
  clear: both;
  margin: 0px 10px 0px 0px;
  height: 22px;
}

  #header-top-nav li {
    float: left;
    display: inline;
    margin: 0px 0px 0px 20px;
  }

    #header-top-nav li a {
      color: #B4B4B4;
      font-size: 11px;
    }

      #header-top-nav li a:hover {
        color: #fff;
      }

#logo {
  width: 210px;
  height: 60px;
  margin-left: calc(50% - 105px);
}

  #logo a {
    cursor: default;
  }

    #logo a img {
      border: none !important;
      width: 210px;
      padding: 13px 0px 11px 0px;
    }

#warapper {
}

#content {
  margin-top: 62px;
  /*border-left:5px solid #ddd;
    border-right:5px solid #ddd;*/
  margin-left: 5px;
  margin-right: 5px;
}

  #content h3 {
    margin-left: 10px;
  }
