@font-face {
  font-family: Syncopate-Bold;
  src: url(../css/syncopate/Syncopate-Bold.ttf); }
@font-face {
  font-family: Syncopate-Regular;
  src: url(../css/syncopate/Syncopate-Regular.ttf); }
body {
  min-width: 1000px;
  margin: 0;
  padding: 0; }

html, body {
  height: 100%; }

main {
  display: table-row;
  height: 100%; }

.page_wrap {
  display: table;
  height: 100%;
  margin: auto;
  width: 100%; }

.background_header_top {
  height: 183px;
  width: 100%;
  position: absolute;
  background-color: #F5AD00;
  z-index: -1; }

.background_header_bottom {
  height: 270px;
  width: 100%;
  position: absolute;
  background-color: #F1F1EF;
  z-index: -2; }

header {
  min-height: 300px;
  margin: 0 0 20px 0; }

.top-menu {
  text-transform: uppercase;
  font-family: Syncopate-Bold; }

.navbar {
  width: 100%;
  padding-top: 250px; }

.no-click {
  pointer-events: none;
  cursor: default; }

ul.top-menu {
  display: block;
  list-style: none outside none;
  text-align: justify;
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding: 0;
  height: 20px; }
  ul.top-menu > li {
    display: inline-block;
    float: none;
    padding: 0px 12px; }
    ul.top-menu > li a {
      color: #004086;
      font-weight: bold;
      font-size: 10px;
      text-decoration: none;
      display: block;
      padding: 5px 0px; }
  ul.top-menu .active {
    background: url(../images/background_menu_left.png) no-repeat left, url(../images/background_menu_right.png) no-repeat right;
    background-size: 13px 100%; }
    ul.top-menu .active a {
      color: #ffffff;
      background: #004086; }
  ul.top-menu .orange {
    background: url(../images/background_menu_left_o.png) no-repeat left, url(../images/background_menu_right_o.png) no-repeat right;
    background-size: 13px 100%; }
    ul.top-menu .orange a {
      color: #004086;
      background: #fbbb00; }
  ul.top-menu :hover {
    background: url(../images/background_menu_left.png) no-repeat left, url(../images/background_menu_right.png) no-repeat right;
    background-size: 13px 100%; }
  ul.top-menu :hover a {
    color: #ffffff;
    background: #004086;
    text-decoration: none; }

ul.justify > li.strut, ul.top-menu > li.strut {
  width: 100%;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important; }

.menu_bottom {
  position: relative;
  height: 30px;
  background: #004086;
  z-index: 10; }

.logo_image {
  position: absolute;
  margin: 20px 0 0px 30px; }

.logo_image_mans {
  position: absolute;
  margin: 135px 0 0 435px; }

.logo_image_right {
  float: right;
  margin: 45px 15px 0 0; }

.logo_head_office {
  margin: 55px -285px 0 0;
  float: left; }

.logo_auto_small {
  position: relative;
  float: left;
  top: 170px;
  left: 20px; }

.logo_auto_big {
  float: left;
  position: relative;
  left: -10px;
  top: 65px; }

.flash_link {
  position: absolute;
  margin: 220px 0 0 235px; }

.container {
  min-width: 1000px;
  width: 1000px;
  padding: 0;
  margin: auto;
  height: 100%; }

.page {
  width: 100%;
  padding: 0 10px;
  display: block;
  font-size: 14px;
  height: 100%; }
  .page tr {
    vertical-align: initial; }
  .page img {
    max-width: 100%; }

.page_right {
  margin: 0 0 0 50%;
  border: 0;
  background: #0B509E;
  color: #fff;
  border-radius: 10px 0 0 0; }
  .page_right li {
    padding: 0; }
  .page_right a {
    color: #fff;
    text-decoration: underline; }
  .page_right a:hover {
    text-decoration: none; }

.page_left {
  float: left;
  color: #004086; }
  .page_left a, .page_left a:hover {
    color: #F3AE00;
    text-decoration: none; }

.container:before, .container:after, .page_right:before, .page_right:after {
  content: " ";
  display: table; }

.container:after, .page_right:after {
  clear: both; }

*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.banner {
  text-align: center;
  padding: 20px; }

ul, ol {
  padding: 0 0 0 20px; }

footer {
  border-top: 3px solid #f3ae00;
  background: #f3ae00;
  text-align: center; }

.footer_block {
  margin: auto;
  padding: 0 30px;
  text-align: center;
  display: inline-block;
  font-size: 1.3em;
  color: #004086; }

.logo_text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #ECDD00;
  border: 2px solid #000;
  border-radius: 5px;
  font-style: italic; }
  .logo_text p {
    margin: 0; }

.page-page-show-contact table tr td {
  width: 33.333%; }

/*# sourceMappingURL=additionsStyle.css.map */
