/*
 * CSSMin
 * CSS Compressor
 * http://foohack.com/
 * http://www.smallsharptools.com/Projects/Packer/
*/

@font-face {
  font-family: Gnuolane;
  src: url('../fonts/gnuolane_free-webfont.eot');
  src: url('../fonts/gnuolane_free-webfont.eot?#iefix') format('eot'), url('../fonts/gnuolane_free-webfont.woff') format('woff'), url('../fonts/gnuolane_free-webfont.ttf') format('truetype'), url('../fonts/gnuolane_free-webfont.svg#GnuolaneFree') format('svg');
}
@charset "utf-8";
body {
  background: #e5e5e5;
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: black;
  overflow-x: hidden;
}
.cleared {
  clear: both;
}
img {
  border: none;
}
a {
  text-decoration: none;
}
ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
h1,
h2,
h3 {
  font-family: 'Gnuolane';
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
  color: #666666;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 23px;
}
#pagewrap {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 99;
  left: 0;
}
#navwrap {
  background: #9c0000;
  height: 48px;
  width: 100%;
  border-bottom: 1px solid #b95c5c;
}
#logo {
  float: left;
}
.content {
  width: 960px;
  margin: 0 auto;
}
ul#navbar {
  list-style: none;
  float: right;
  margin-left: 40px;
  margin-top: 25px;
}
ul#navbar li {
  float: left;
  padding-right: 5px;
}
ul#navbar li ~ li {
  padding-left: 5px;
  border-left: 1px solid white;
}
ul#navbar li a {
  color: white;
}
#main {
  box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.75);
  -webkit-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.75);
  -moz-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.75);
  -o-box-shadow: 0 0 5px 0 rgba(3, 3, 3, 0.75);
  background: white;
  padding: 35px 0;
  position: relative;
  top: 48px;
}
.main_top {
  padding: 0 30px 20px;
}
#main .description {
  color: #666666;
  font-size: 16px;
  width: 800px;
  margin-top: 5px;
  margin-bottom: 5px;
}
#main .publication_title {
  background: #007fd8;
  padding: 7px 10px;
  margin-bottom: 15px;
}
.publication_list li {
  width: 200px;
  float: left;
  padding-right: 13px;
}
.publication_list li ~ li {
  padding-left: 13px;
  border-left: 1px solid #efefef;
}
ul.publication_list {
  margin-top: 30px;
}
.publication_title h2 {
  color: white;
}
.brand_logo {
  width: 200px;
  height: 75px;
}
.publication {
  margin-bottom: 30px;
  text-align: justify;
}
.publication p {
  text-align: justify;
  min-height: 85px;
}
.get_started {
  background: url(../diy-sprite.png) no-repeat -133px -385px;
  width: 168px;
  height: 53px;
  display: block;
}
a.get_started {
  color: #e8e8e8;
  font-size: 0;
}
.publication:hover {
  cursor: pointer;
}
.publication:hover .get_started {
  background-position: -133px -332px;
}
.selected .get_started,
.selected:hover .get_started {
  background-position: -56px -446px;
}
.get_help {
  position: absolute;
  right: 0;
  top: 73px;
  height: 107px;
  display: block;
  z-index: 15;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.35);
}
.get_help.off {
  background: url("../diy-sprite.png") no-repeat scroll 0 -416px transparent;
  width: 40px;
  cursor: pointer;
}
.get_help.on {
  background: url("../diy-sprite.png") repeat-x scroll 0 -527px transparent;
  width: 300px;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  border: 1px solid #bdbdbd;
}
.get_help a.get_help_close {
  background: url("../diy-sprite.png") no-repeat scroll -120px -416px transparent;
  width: 10px;
  height: 10px;
  float: left;
  margin: 4px 0 0 5px;
  overflow: hidden;
  text-indent: -999px;
}
.get_help .help_main {
  margin-top: 15px;
  padding: 10px;
}
.help_asistant_image {
  background: url("../diy-sprite.png") no-repeat scroll right -440px transparent;
  width: 68px;
  height: 67px;
  float: left;
  margin: 2px 10px 0 0;
}
.help_content {
  overflow: hidden;
  white-space: nowrap;
  float: left;
  width: 200px;
}
.help_content .title {
  font-weight: 700;
  font-size: 17px;
}
.help_content p {
  margin-top: .1em;
  font-size: 14px;
}
.main_bottom {
  background: #f8f8f8;
  padding: 30px;
}
ul.why_advertise_with_us {
  margin-top: 10px;
}
ul.why_advertise_with_us li {
  background: url("../diy-sprite.png") no-repeat scroll -273px 0 transparent;
  height: 27px;
  padding-left: 40px;
  width: 550px;
  margin-bottom: 5px;
  line-height: 27px;
}
.footer {
  background: #999999;
  min-height: 45px;
  position: absolute;
  z-index: 99;
  width: 100%;
}
#copyright {
  float: left;
  height: 32px;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  font-size: 12px;
  color: white;
}
.LastErrorWrapper_Publication,
.LastErrorWrapper_PrivateBooking {
  margin-left: 25px;
  margin-right: 25px;
  margin-bottom: 35px;
  font-size: 15px;
}
.publication_list.responsive {
  display: none;
}
@media screen and (max-width: 960px) {
  * {
    box-sizing: border-box;
  }
  body {
    -webkit-text-size-adjust: none;
  }
  #aspnetForm {
    font-size: 16px !important;
  }
  .get_help {
    visibility: hidden !important;
  }
  body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: white !important;
  }
  .content {
    width: 100%;
  }
  #navwrap {
    padding: 0 30px;
  }
  #main .description,
  ul.why_advertise_with_us li {
    width: auto !important;
  }
  .publication_list {
    display: none;
  }
  .publication_list.responsive {
    display: block !important;
  }
  .publication_list.responsive.columns4 {
    zoom: 0.88;
  }
  .publication_list.responsive .brand_logo {
    zoom: 0.88;
  }
  #copyright {
    height: auto !important;
  }
}
@media screen and (max-width: 580px) {
  #navwrap {
    padding: 0 0 10px;
    height: auto !important;
  }
  #navwrap #logo {
    text-align: center;
    float: none !important;
  }
  #navwrap ul#navbar {
    float: none!important;
    margin: 0!important;
    text-align: center;
  }
  #navwrap ul#navbar li {
    display: inline;
    float: none !important;
  }
  #main {
    padding: 45px 0 35px 0 !important;
  }
  .main_top {
    padding: 10px 30px 20px;
  }
  .LastErrorWrapper_Publication,
  .LastErrorWrapper_PrivateBooking {
    margin-bottom: 20px !important;
  }
  ul.publication_list.responsive {
    margin: 0;
  }
  .publication_list.responsive li {
    width: auto!important;
    float: none!important;
    padding: 0;
    margin-top: 30px;
  }
  .publication_list.responsive li ~ li {
    padding: 0;
    border: none;
  }
  .publication_list.responsive .publication p {
    min-height: auto !important;
  }
  .publication_list.responsive .publication_container {
    display: none;
  }
  .publication_list.responsive .publication_title h2 {
    display: inline-block;
  }
  .publication_list.responsive .publication_title i {
    display: inline-block;
    width: 16px;
    height: 10px;
    background: url(../classified-sprite.png) no-repeat -155px -314px;
    transition: 500ms linear all;
    float: right;
    margin: 10px;
  }
  .publication_list.responsive .publication_title.active i {
    -webkit-transform: rotate(180deg) translate(0%);
    -moz-transform: rotate(180deg) translate(0%);
    -ms-transform: rotate(180deg) translate(0%);
    -o-transform: rotate(180deg) translate(0%);
    transform: rotate(180deg) translate(0%);
    transition: 300ms linear all;
  }
  .publication_list.responsive .brand_logo {
    margin: auto;
    zoom: 1;
  }
  .publication_list.responsive a.get_started {
    margin: auto;
  }
  .publication_list.responsive .publication {
    border-bottom: 1px solid #aaaaaa;
    padding-bottom: 30px;
  }
  .publication_list.responsive .publication:last-child {
    border-bottom: none;
  }
  ul.why_advertise_with_us li {
    background: none!important;
    padding-left: 0!important;
    height: auto!important;
    clear: both;
  }
  ul.why_advertise_with_us li i {
    background: url(../diy-sprite.png) no-repeat scroll -273px 0 transparent;
    display: block;
    float: left;
    height: 30px;
    width: 27px;
    margin: 0 5px 5px 0;
  }
  .publication_list.responsive .pubId1 .brand_logo {
    position: relative;
    left: 6px;
  }
  .publication_list.responsive .pubId53 .brand_logo {
    position: relative;
    left: 14px;
  }
  .publication_list.responsive .pubId169 .brand_logo {
    position: relative;
    left: 0;
  }
  .publication_list.responsive .pubId5 .brand_logo {
    position: relative;
    left: 5px;
  }
  .publication_list.responsive .pubId7 .brand_logo {
    position: relative;
    left: 9px;
  }
  .publication_list.responsive .pubId2 .brand_logo {
    position: relative;
    left: 9px;
  }
  .publication_list.responsive .pubId3 .brand_logo {
    position: relative;
    left: 0;
  }
  .publication_list.responsive .pubId4 .brand_logo {
    position: relative;
    left: 0;
  }
  .publication_list.responsive .pubId56 .brand_logo {
    position: relative;
    left: 0;
  }
  .publication_list.responsive .pubId8 .brand_logo {
    position: relative;
    left: 11px;
  }
  .publication_list.responsive .pubId11 .brand_logo {
    position: relative;
    left: 9px;
  }
  .publication_list.responsive .pubId187 .brand_logo {
    position: relative;
    left: 0;
  }
  .publication_list.responsive .pubId176 .brand_logo {
    position: relative;
    left: 11px;
  }
  .publication_list.responsive .pubId178 .brand_logo {
    position: relative;
    left: 9px;
  }
  .publication_list.responsive .pubId179 .brand_logo {
    position: relative;
    left: 7px;
  }
  .publication_list.responsive .pubId177 .brand_logo {
    position: relative;
    left: 9px;
  }
  .publication_list.responsive .pubId180 .brand_logo {
    position: relative;
    left: 8px;
  }
  .publication_list.responsive .pubId166 .brand_logo {
    position: relative;
    left: 8px;
  }
  .Summary_RowHeader {
    width: 36% !important;
  }
}
#maintenance-note {
  position: absolute;
  position: fixed;
  z-index: 111111;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #a29330;
  text-align: center;
  color: black;
  background-color: #fff8ea;
  font-size: 12pt;
  padding: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  animation: maintenance-slidedown 1s ease-out 0s;
  box-sizing: content-box !important;
}
#maintenance-note p {
  width: 80%;
  margin: 0 auto;
  padding-right: 20px;
}
#maintenance-note img {
  box-sizing: content-box !important;
}
#maintenance-note.push-up {
  animation: maintenance-slideup 0.5s ease-out 0s;
  transform: translateY(-60px);
}
@keyframes maintenance-slidedown {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes maintenance-slideup {
  from {
    opacity: 1;
    transform: translateY(0px);
  }
  to {
    opacity: 0;
    transform: translateY(-50px);
  }
}
