﻿
html, body, body > form, .page-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
    min-height: 100%;
    height: 100%;
    background: #fff;
}

.site-header .row, .site-footer .row {
    margin: 0;
    padding: 0;
}

.site-header .container, .site-footer .container {
    margin: 0 auto;
    padding: 0;
    width: 98%;
    max-width: 1170px;
}

.site-header a, .site-header a:hover, .site-header a:focus, .site-header a:visited,
.site-footer a, .site-footer a:hover, .site-footer a:focus, .site-footer a:visited {
    background: none;
    text-decoration: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    outline: 0;
}

.site-header, .site-footer {
    font-family: GothamBook, Arial, sans-serif;
    font-size: 11px;
    font-style: normal;
    color: #595858;
}

.site-header input
{
    font-family: GothamBook, Arial, sans-serif;
    font-size: 11px;
}

/* --------------------------------------------------- Bootstrap*/
.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
          transition: height 0.35s ease;
}
.navbar-fixed-top{
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before,
.container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.visible-xs, .visible-sm {
  display: none !important;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.site-header, .site-footer,
.site-header:before, .site-footer:before
.site-header:after, .site-footer:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.site-header input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}