@import url(http://fonts.googleapis.com/css?family=Comfortaa:400,300,700&subset=latin,latin-ext);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999999;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
p {
  margin: 0 0 10px;
}
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #999999;
}
.text-primary {
  color: #428bca;
}
a.text-primary:hover {
  color: #3071a9;
}
.text-success {
  color: #3c763d;
}
a.text-success:hover {
  color: #2b542c;
}
.text-info {
  color: #31708f;
}
a.text-info:hover {
  color: #245269;
}
.text-warning {
  color: #8a6d3b;
}
a.text-warning:hover {
  color: #66512c;
}
.text-danger {
  color: #a94442;
}
a.text-danger:hover {
  color: #843534;
}
.bg-primary {
  color: #fff;
  background-color: #428bca;
}
a.bg-primary:hover {
  background-color: #3071a9;
}
.bg-success {
  background-color: #dff0d8;
}
a.bg-success:hover {
  background-color: #c1e2b3;
}
.bg-info {
  background-color: #d9edf7;
}
a.bg-info:hover {
  background-color: #afd9ee;
}
.bg-warning {
  background-color: #fcf8e3;
}
a.bg-warning:hover {
  background-color: #f7ecb5;
}
.bg-danger {
  background-color: #f2dede;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
dl {
  margin-top: 0;
  margin-bottom: 20px;
}
dt,
dd {
  line-height: 1.42857143;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999999;
}
.initialism {
  font-size: 90%;
  text-transform: uppercase;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #999999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
blockquote.pull-right footer:before,
.blockquote-reverse small:before,
blockquote.pull-right small:before,
.blockquote-reverse .small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
blockquote.pull-right footer:after,
.blockquote-reverse small:after,
blockquote.pull-right small:after,
.blockquote-reverse .small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857143;
}
.clearfix:before,
.clearfix:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.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 {
  position: relative;
  min-height: 97px;
  margin-bottom: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 6px 6px 52px rgba(0, 0, 0, 0.5);
  box-shadow: 6px 6px 52px rgba(0, 0, 0, 0.5);
}
.navbar-fixed-top {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  z-index: 130;
}
body {
  padding-top: 97px;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 130;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 38.5px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 97px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 31.5px;
  margin-bottom: 31.5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 19.25px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 38.5px;
    padding-bottom: 38.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 31.5px;
  margin-bottom: 31.5px;
}
.navbar-btn.btn-sm {
  margin-top: 33.5px;
  margin-bottom: 33.5px;
}
.navbar-btn.btn-xs {
  margin-top: 37.5px;
  margin-bottom: 37.5px;
}
.navbar-text {
  margin-top: 38.5px;
  margin-bottom: 38.5px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #ffffff;
  border-color: #eeeeee;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: #777777;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #eeeeee;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #eeeeee;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #eeeeee;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555555;
    background-color: #eeeeee;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1096px;
  }
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/****************Formularz***************/
.mod_forms .box,
.order_check .box {
  margin: 0 0 15px;
}
form {
  display: block;
  text-align: left;
}
form table th {
  background: none;
}
.form_legend {
  padding-left: 12px;
  width: 213px;
  float: right;
  text-align: justify;
  border-left: #dedede 1px dashed;
}
.form-wrap {
  float: right;
  margin-right: 50px;
  width: 272px;
  background-color: #fff;
}
section.page .form-wrap h2.title {
  margin-top: 15px;
  color: #6F8381;
  font-family: comfortaa,sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  padding-left: 19px;
  margin-bottom: 15px;
}
.alert-info {
  width: 272px;
  padding: 15px 19px 0;
  background-color: #fff;
}
.form_fields {
  width: 272px;
  padding: 15px 19px 0;
  background-color: #fff;
}
.form_control {
  width: 272px;
  padding: 0px 19px 15px;
  background-color: #fff;
}
.tab_fields {
  margin-top: 15px;
  width: 478px;
}
.first_tab_fields {
  margin-top: 0px;
}
.line_row {
  padding: 0 0 4px;
}
.line_area {
  margin-top: 20px;
}
.label {
  position: relative;
  color: #837789;
  font-family: comfortaa,sans-serif;
  font-weight: 300;
  line-height: 14px;
  text-align: left;
  display: block;
}
label {
  padding: 0px 4px 0px 0;
}
.form .info {
  font: 11px tahoma, sans-serif;
  color: #999;
  padding-right: 15px;
}
.input {
  padding: 3px 0 0;
}
.field {
  padding: 3px 0 0;
}
body .captcha-input {
  float: left;
  width: 372px;
}
body .captcha-img {
  height: 23px;
  padding: 0;
  margin: 0;
  border: none;
  border: #d4d4d4 1px solid;
  border-width: 1px 1px 1px 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.required {
  width: 15px;
  position: absolute;
  top: 0px;
  right: 0;
  color: #666666;
  text-align: right;
  font: bold 12px tahoma, sans-serif;
}
.type-checkbox .required {
  position: static;
}
.form_control .required {
  position: relative;
}
.input-text {
  display: block;
  border: none;
  color: #4F4F4F;
  font-family: exo,sans-serif;
  font-weight: 300;
  min-height: 14px;
  padding: 3px;
  width: 234px;
  background: #e9eaea none;
}
.input-text:focus {
  background: #fff none;
}
input.active {
  background: #fff none;
}
.input-textarea {
  display: block;
  border: none;
  color: #4F4F4F;
  font-family: exo,sans-serif;
  font-weight: 300;
  min-height: 114px;
  padding: 3px;
  width: 234px;
  background: #e9eaea none;
}
.input-textarea:focus {
  background: #fff none;
}
textarea.active {
  background: #fff none;
}
.alert_row .input-text,
.alert_row .input-select,
.alert_row .input-textarea,
.alert_row .input-array,
.alert_row .input-assoc {
  background-color: #FAFAFA;
  border: #d01e01 1px solid;
}
.alert_row table tbody td {
  border-bottom: 1px solid #D01E01;
}
.legend {
  float: left;
}
.error {
  color: #d01e01;
  font: bold 11px tahoma, sans-serif;
  padding-top: 1px;
}
.input-submit {
  float: left;
  border: none;
  background: none;
  padding: 0;
}
.form_fields2 .input-text,
.form_fields2 textarea {
  padding: 4px 6px;
  width: 329px;
  font-size: 14px;
  font-family: arial;
}
.form_fields2 .label {
  color: #6B6B6B;
  font-size: 11px;
  line-height: 11px;
  text-align: left;
  margin-top: 8px;
  margin-bottom: 5px;
  font-family: arial;
}
.form_fields2 .line_area {
  margin-top: 0;
}
.alert,
.alert2 {
  color: #39B54A;
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 15px 20px;
  text-align: left;
  background-color: #ffffff;
  background-clip: padding-box;
  -webkit-box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
  white-space: normal;
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}
.popover-title {
  margin: 0;
  padding: 3px 0px 5px;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  font-size: 18px;
  color: #39B54A;
  border-bottom: 1px solid #6F8381;
}
.popover-title small {
  font-size: 16px;
  color: #39B54A;
  font-weight: bold;
}
.popover-title sup {
  font-size: 12px;
  color: #39B54A;
  font-weight: bold;
}
.popover-content {
  padding: 13px 0px 9px;
  color: #999999;
  font: 13px/18px arial;
}
.popover-content ul {
  padding-left: 10px;
  font-size: 12px;
}
.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.popover > .arrow {
  border-width: 11px;
}
.popover > .arrow:after {
  border-width: 10px;
  content: "";
}
.popover.top > .arrow {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #ffffff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #ffffff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #ffffff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #ffffff;
  bottom: -10px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h7 a {
  color: inherit;
}
thead h1,
thead h2,
thead h3,
thead h4,
thead h5,
thead h6,
thead h7 {
  margin: 0;
}
p {
  text-align: justify;
}
table {
  margin-bottom: 1.4em;
  width: 100%;
}
th {
  font-weight: bold;
}
thead th {
  background: #757575;
  color: #fff;
}
th,
td,
caption {
  padding: 7px 10px 7px 5px;
  border-bottom: 1px solid #D9D9D9;
}
tbody tr:nth-child(even) td,
tbody tr.even td {
  background: none;
}
tfoot {
  font-style: italic;
}
table p {
  margin: 0;
}
hr {
  margin: 13px 0 7px;
}
a {
  color: #00a99d;
}
a:hover {
  color: #00a99d;
}
img,
a img {
  background-color: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  padding: 2px;
  margin: 5px 8px 5px 5px;
}
body {
  color: #6f8381;
  background-color: #F6F6F6;
}
.home_page body {
  background-color: #fff;
}
.light body {
  background-color: #fff;
}
body .plain img {
  border: none;
  background: transparent none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
body .page img.plain,
body * img.plain,
body #fancybox-thumbs img {
  border: none;
  background: transparent none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.thumbnails {
  margin-bottom: 0;
}
.thumbnail {
  background-color: #fff;
}
.thumbnail > img {
  border: none;
  background: transparent none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
.clear {
  clear: both;
}
.simple_page {
  background-color: #F6F6F6;
}
#menu-wrap #logo {
  width: 310px;
  height: 93px;
  margin-top: 4px;
  background: transparent url(../img/layout/logo-small.png) no-repeat center center;
  float: left;
  text-indent: -200%;
}
#menu-wrap nav {
  text-align: center;
  padding: 26px 0 0;
  height: 45px;
}
#menu-wrap nav li {
  border-left: #736357 1px solid;
  display: inline-block;
}
#menu-wrap nav li:first-child {
  border-left: none;
}
#menu-wrap nav li.active a {
  color: #00a99d;
}
#menu-wrap nav li a {
  color: #736357;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  display: inline-block;
  padding: 15px 18px 14px;
  text-decoration: none;
  text-transform: uppercase;
}
#menu-wrap nav li a.active,
#menu-wrap nav li a:hover {
  color: #00a99d;
}
.bxslider-control {
  color: #999999;
  font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
  line-height: 20px;
  min-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: -15px;
  margin-right: -15px;
}
.bxslider-control #BSButtons {
  text-align: center;
}
.bxslider-control #BSButtons a {
  font-family: Georgia,Palatino,Palatino Linotype,Times,Times New Roman,serif;
  text-decoration: none;
  color: #999999;
}
.bxslider-control #BSButtons .bx-next {
  display: block;
  float: right;
  padding-right: 50px;
}
.bxslider-control #BSButtons .bx-prev {
  display: block;
  float: left;
  padding-left: 50px;
}
h1.home_title {
  color: #6F8381;
  font-family: comfortaa,sans-serif;
  font-size: 49px;
  font-weight: 300;
  line-height: 59px;
  text-align: center;
  padding-top: 5px;
  padding-bottom: 9px;
  text-transform: uppercase;
}
h1.home_title i.symbol {
  background: #ffffff url("../img/layout/60-signpost.png") no-repeat center center;
  border-color: #6F8381;
  border-radius: 41px;
  border-style: solid;
  border-width: 1px;
  height: 47px;
  margin-top: 7px;
  margin-right: 15px;
  margin-left: -42px;
  position: relative;
  width: 48px;
  z-index: 100;
  top: 6px;
  display: inline-block;
}
h1.strong-home_title {
  color: #6F8381;
  font-family: comfortaa,sans-serif;
  font-size: 76px;
  font-weight: 300;
  line-height: 91px;
  text-align: center;
  text-transform: uppercase;
}
.line h1.strong-home_title {
  background-color: #fff;
  display: inline;
  padding: 0 20px;
}
h2.strong-home_title {
  color: #6F8381;
  font-family: comfortaa,sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 48px;
  text-align: center;
  text-transform: uppercase;
}
.line2 h2.strong-home_title {
  background-color: #fff;
  display: inline;
  padding: 0 15px;
}
.line {
  background-color: #ff0000;
  text-align: center;
  background: transparent url(../img/layout/title-through.png) repeat-x 0 18px;
  margin: 11px 0 19px;
}
.line2 {
  background-color: #ff0000;
  text-align: center;
  background: transparent url(../img/layout/title-through.png) repeat-x 0 -4px;
  margin: 11px 0 19px;
}
.byline {
  color: #6F8381;
  font-family: comfortaa,sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 25px;
  text-align: center;
  margin: 15px 0 21px;
}
.byline p {
  text-align: center;
}
.byline.slim {
  padding: 0 140px;
}
.text {
  color: #6F8381;
  font-size: 13px;
  line-height: 16px;
}
.text p {
  text-align: center;
}
.text.center {
  text-align: center;
}
.text.slim {
  padding: 0 180px;
}
.map {
  width: 506px;
  float: left;
  margin-left: 50px;
}
.map iframe.actAsDiv {
  width: 536px;
  height: 525px;
}
.right-col {
  width: 390px;
  margin-left: 90px;
  float: right;
}
.right-col .home_title {
  margin-top: 0;
}
.right-col .text {
  border-top: #6F8381 1px solid;
  font-size: 14px;
  line-height: 17px;
  padding-top: 50px;
}
.right-col .text p {
  margin: 35px 0;
  text-align: left;
}
.home section {
  margin-top: 33px;
}
.home section .inner {
  padding-top: 147px;
}
.home section .inner:before,
.home section .inner:after {
  content: " ";
  display: table;
}
.home section .inner:after {
  clear: both;
}
.home section .inner:before,
.home section .inner:after {
  content: " ";
  display: table;
}
.home section .inner:after {
  clear: both;
}
.home section.sawa,
.home section:first-child {
  margin-top: -147px;
}
.gallery {
  margin: 40px 0;
}
.gallery a {
  display: inline-block;
  margin: 5px;
}
footer.page_foot {
  background-color: #757575;
  color: #FFFFFF;
  padding: 19px 0 25px;
  margin-top: 50px;
}
footer.page_foot .menu {
  text-align: center;
  padding: 7px 0 26px;
}
footer.page_foot .menu li {
  border-left: #f6f6f6 1px solid;
  display: inline-block;
}
footer.page_foot .menu li:first-child {
  border-left: none;
}
footer.page_foot .menu li a {
  color: #F6F6F6;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 10px;
  text-align: center;
  display: inline-block;
  padding: 15px 18px 14px;
  text-decoration: none;
  text-transform: uppercase;
}
footer.page_foot .menu li a.active,
footer.page_foot .menu li a:hover {
  color: #00a99d;
}
footer.page_foot .contact_info {
  color: #FFFFFF;
  font-family: Palatino,Palatino Linotype,Georgia,Times,Times New Roman,serif;
  font-size: 15px;
  font-style: italic;
  line-height: 18px;
  text-align: center;
  padding: 7px 0 0px;
}
footer.page_foot .contact_info p {
  text-align: center;
}
footer.page_foot .copyright {
  margin-top: 19px;
  min-height: 18px;
  width: 846px;
  color: #FFFFFF;
  font-family: Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
  font-size: 11px;
  font-style: italic;
  line-height: 13px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
footer.page_foot .copyright p {
  text-align: center;
}
div.hr {
  height: 1px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  width: 689px;
  background-color: #FFFFFF;
  border-color: #000000;
}
section.page {
  margin-top: 100px;
  min-height: 300px;
}
section.page:before,
section.page:after {
  content: " ";
  display: table;
}
section.page:after {
  clear: both;
}
section.page:before,
section.page:after {
  content: " ";
  display: table;
}
section.page:after {
  clear: both;
}
section.page h1.title {
  margin-top: -60px;
  margin-bottom: 30px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 36px;
  line-height: 42px;
  color: #6F8381;
  padding-left: 60px;
}
section.page h2.title {
  margin-top: -30px;
  margin-bottom: 10px;
  font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
  font-size: 23px;
  line-height: 28px;
  color: #6F8381;
  padding-left: 60px;
}
section.page div.submenu {
  width: 366px;
  min-height: 1px;
  padding-left: 60px;
  position: relative;
  float: right;
  border-left: #6f8381 1px solid;
}
section.page div.submenu .location {
  font-family: comfortaa,sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #6F8381;
  text-transform: uppercase;
  margin-bottom: 30px;
}
section.page div.submenu .location a {
  text-decoration: none;
}
section.page div.submenu ul li {
  margin-bottom: 16px;
  /*display: table;*/
}
section.page div.submenu ul li span.roll {
  /*display: table-cell;*/
  vertical-align: top;
  padding-top: 3px;
}
section.page div.submenu ul li span.roll i {
  background-color: #6F8381;
  border-color: #000000;
  border-radius: 14px;
  height: 10px;
  opacity: 0.7;
  position: relative;
  width: 10px;
  z-index: 107;
  display: block;
  margin-right: 10px;
}
section.page div.submenu ul li a {
  color: #6F8381;
  font-size: 13px;
  line-height: 16px;
  text-align: left;
  text-decoration: none;
  /*display: table-cell;*/
  vertical-align: top;
}
section.page div.submenu ul li.selected a {
  color: #00A99D;
}
section.page div.content {
  min-height: 1px;
  float: left;
  position: relative;
  padding-left: 60px;
  padding-right: 60px;
  width: 700px;
}
.preloading_background {
  background: transparent url(../img/layout/preload.gif) no-repeat 50% 50%;
}
.slider .preloading_background {
  background: transparent url(../img/layout/loading.gif) no-repeat 50% 50%;
}
body #content .loaded_background {
  background-image: none;
}
#sb-container img {
  border: none;
  background: transparent none;
  padding: 0;
  margin: 0;
  box-shadow: none;
}
#sb-wrapper-inner {
  border-color: #fff;
}
.forms2 {
  margin-top: 100px;
}
.forms_title {
  font-family: comfortaa,sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  color: #6F8381;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 0px;
}
.container {
  width: 1066px;
}
