@charset "UTF-8";
/* Third party library */
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.3.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-gear:before,
.fa-cog:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-gears:before,
.fa-cogs:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-legal:before,
.fa-gavel:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-flash:before,
.fa-bolt:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

.fa-euro:before,
.fa-eur:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-rupee:before,
.fa-inr:before {
  content: "";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

.fa-won:before,
.fa-krw:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before {
  content: "";
}

.fa-ge:before,
.fa-empire:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-genderless:before,
.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-hotel:before,
.fa-bed:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}

.ui-button-icons-only {
  width: 3.4em;
}

button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("../lib/jquery-ui/images/animated-overlay.gif");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1.1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana,Arial,sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../lib/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
  color: #222222;
}

.ui-widget-content a {
  color: #222222;
}

.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(../lib/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(../lib/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #999999;
  background: #dadada url(../lib/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(../lib/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(../lib/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png) 50% 50% repeat-x;
  color: #363636;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(../lib/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_222222_256x240.png);
}

.ui-state-default .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_888888_256x240.png);
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_454545_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_454545_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_2e83ff_256x240.png);
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(../lib/jquery-ui/images/ui-icons_cd0a0a_256x240.png);
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa url(../lib/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(../lib/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x;
  opacity: .3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*
 * jQuery File Upload Plugin CSS 1.3.0
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: 'alpha(opacity=0)';
  font-size: 200px;
  direction: ltr;
  cursor: pointer;
}

/* Fixes for IE < 8 */
@media screen\9 {
  .fileinput-button input {
    filter: alpha(opacity=0);
    font-size: 100%;
    height: 100%;
  }
}
#lightbox {
  cursor: pointer;
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: black;
  /* IE Fallback (Solid Colour) */
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAIElEQVQ4T2NkYGDYDMRkA8ZRAxhGw4BhNAyA+WAYpAMAIFgLQfO9BoEAAAAASUVORK5CYII=);
  background: rgba(0, 0, 0, 0.7);
  -webkit-filter: none !important;
}

#lightbox img {
  display: block;
  position: absolute;
  border: 5px solid #fff;
  box-shadow: 0 0 20px #000;
  border-radius: 1px;
}

body.blurred > * {
  -webkit-filter: blur(2px);
  -webkit-transform: translate3d(0, 0, 0);
}

.lightbox-loading {
  background: url(../lib/lightbox/loading.gif) center center no-repeat;
  width: 31px;
  height: 31px;
  margin: -16px 0 0 -16px;
  position: absolute;
  top: 48%;
  left: 50%;
}

.lightbox-caption {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 1000;
  background: #000;
  background: rgba(0, 0, 0, 0.7);
}

.lightbox-caption p {
  margin: 0 auto;
  max-width: 70%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 10px;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}

.lightbox-button {
  position: absolute;
  z-index: 9999;
  background: no-repeat center center;
  width: 32px;
  height: 32px;
  opacity: 0.4;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

.lightbox-button:hover,
.lightbox-button:focus {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.lightbox-close {
  right: 10px;
  top: 10px;
  background-image: url("../lib/lightbox/close.png");
}

.lightbox-next {
  right: 10px;
  top: 48%;
  background-image: url("../lib/lightbox/next.png");
}

.lightbox-previous {
  left: 10px;
  top: 48%;
  background-image: url("../lib/lightbox/previous.png");
}

#facebox {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  text-align: left;
  min-width: 500px;
}

#facebox .popup {
  position: relative;
  border: 3px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
}

#facebox .content {
  display: table;
  width: 96%;
  padding: 2%;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#facebox .content > p:first-child {
  margin-top: 0;
}

#facebox .content > p:last-child {
  margin-bottom: 0;
}

#facebox .close {
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 2px;
  background: #fff;
}

#facebox .close img {
  opacity: 0.3;
}

#facebox .close:hover img {
  opacity: 1.0;
}

#facebox .loading {
  text-align: center;
}

#facebox .image {
  text-align: center;
}

#facebox img {
  border: 0;
  margin: 0;
}

#facebox_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}

.facebox_hide {
  z-index: -100;
}

.facebox_overlayBG {
  background-color: #000;
  z-index: 99;
}

.etabs {
  margin: 0;
  padding: 0;
}

.tab {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eee;
  border: solid 1px #999;
  border-bottom: none;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
}

.tab a {
  font-size: 14px;
  line-height: 2em;
  display: block;
  padding: 0 10px;
  outline: none;
}

.tab a:hover {
  text-decoration: underline;
}

.tab.active {
  background: #fff;
  padding-top: 6px;
  position: relative;
  top: 1px;
  border-color: #666;
}

.tab a.active {
  font-weight: bold;
}

/* -----------------------------------
 * Slidebars
 * Version 0.10.2
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
html, body, #sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  width: 100%;
}

html.menu_open, body.menu_open {
  overflow-x: hidden;
  /* Stops horizontal scrolling. */
}

html {
  height: 100%;
  /* Site is as tall as device. */
}

body {
  min-height: 100%;
  height: auto;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

/* Site scroll locking - prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #ffffff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #222222;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 30%;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 45%;
}

@media (max-width: 480px) {
  /* Slidebar widths on extra small screens. */
  .sb-slidebar {
    width: 70%;
  }

  .sb-width-thin {
    width: 55%;
  }

  .sb-width-wide {
    width: 85%;
  }
}
@media (min-width: 481px) {
  /* Slidebar widths on small screens. */
  .sb-slidebar {
    width: 55%;
  }

  .sb-width-thin {
    width: 40%;
  }

  .sb-width-wide {
    width: 70%;
  }
}
@media (min-width: 768px) {
  /* Slidebar widths on medium screens. */
  .sb-slidebar {
    width: 40%;
  }

  .sb-width-thin {
    width: 25%;
  }

  .sb-width-wide {
    width: 55%;
  }
}
@media (min-width: 992px) {
  /* Slidebar widths on large screens. */
  .sb-slidebar {
    width: 30%;
  }

  .sb-width-thin {
    width: 15%;
  }

  .sb-width-wide {
    width: 45%;
  }
}
@media (min-width: 1200px) {
  /* Slidebar widths on extra large screens. */
  .sb-slidebar {
    width: 20%;
  }

  .sb-width-thin {
    width: 5%;
  }

  .sb-width-wide {
    width: 35%;
  }
}
/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

/* Theme */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*! HTML5 Boilerplate v5.1.0 | MIT License | https://html5boilerplate.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers:
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}
@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}
/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
       http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  /*
   * Don't show links that are fragment identifiers,
   * or use the `javascript:` pseudo protocol
   */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  /*
   * Printing Tables:
   * http://css-discuss.incutio.com/wiki/Printing_Tables
   */
  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }
}
/* page specific properties */
html, body {
  height: 100%;
}

.container {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -358px;
}
.container .container_push {
  height: 358px;
}

footer {
  clear: both;
  position: relative;
  height: 358px;
}

html, body {
  height: 100%;
}

.startpage .container {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -552px;
}
.startpage .container .container_push {
  height: 552px;
}

.startpage footer {
  clear: both;
  position: relative;
  height: 552px;
}

body {
  margin: 0;
  padding: 0;
  background: #fff;
  font-family: "Open Sans", sans-serif;
  line-height: 1.7em;
  font-size: 12px;
  color: #696969;
}

a {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  color: #263138;
  text-decoration: none;
}
a:visited {
  color: inherit;
}
a:hover {
  color: #3b4c56;
}

p {
  margin: 10px 0;
}

img {
  max-width: 100%;
  outline: 0;
  border: none;
}

h1,
h2,
h3,
h4 {
  font-weight: 600;
  -webkit-font-smoothing: antialiased !important;
}

h1 {
  font-size: 24px;
  margin: 1em 0;
  color: #468fc7;
}

h2 {
  font-size: 20px;
  margin: 1em 0;
  color: #7db9dd;
}

h3 {
  font-size: 18px;
  margin: 1em 0;
  color: #7db9dd;
}

h4 {
  font-size: 15px;
  margin: 1em 0;
  color: #7db9dd;
}

h5 {
  margin: 1em 0;
  color: #7db9dd;
}

strong, b {
  font-weight: bold;
}

fieldset {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #e7f7ff;
  padding: 30px;
}

form p label {
  display: block;
  cursor: pointer;
}
form p input[type="text"],
form p input[type="password"],
form p input[type="email"],
form p input[type="number"],
form p input[type="tel"],
form p textarea {
  display: block;
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="tel"],
textarea {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.05s;
  -o-transition-duration: 0.05s;
  -webkit-transition-duration: 0.05s;
  transition-duration: 0.05s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  padding: 4px 10px;
  outline: 0;
  border: 1px solid #cecece;
  border: 1px solid rgba(125, 185, 221, 0.5);
  color: #aaa;
  font-size: 12px;
  font-family: "Open Sans", sans-serif;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus {
  border-color: #263138;
  border-color: rgba(40, 40, 40, 0.5);
  color: #696969;
}

textarea {
  padding: 8px 10px;
}

input[type="button"],
input[type="submit"],
button[type="submit"],
a.button,
.button {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 0 10px;
  display: inline-block;
  border: none;
  height: 34px;
  line-height: 34px;
  padding: 0 20px;
  cursor: pointer;
  background-color: #7db9dd;
  color: #fff;
  text-decoration: none !important;
}
input[type="button"]:disabled,
input[type="submit"]:disabled,
button[type="submit"]:disabled,
a.button:disabled,
.button:disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
  cursor: no-drop;
}
input[type="button"]:hover,
input[type="submit"]:hover,
button[type="submit"]:hover,
a.button:hover,
.button:hover {
  background-color: #468fc7;
}
input[type="button"].alternate,
input[type="submit"].alternate,
button[type="submit"].alternate,
a.button.alternate,
.button.alternate {
  color: #468fc7;
  background-color: #e7f7ff;
  -moz-box-shadow: inset 0 0 0 1px #b1d5eb;
  -webkit-box-shadow: inset 0 0 0 1px #b1d5eb;
  box-shadow: inset 0 0 0 1px #b1d5eb;
}
input[type="button"].alternate:hover,
input[type="submit"].alternate:hover,
button[type="submit"].alternate:hover,
a.button.alternate:hover,
.button.alternate:hover {
  color: #fff;
  background-color: #458fc7;
}

.wrap {
  margin: 0 auto;
  min-width: 950px;
  width: 950px;
}

.clear {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.hidden {
  display: none;
}

.nomargin {
  margin: 0 !important;
}

.select {
  position: relative;
  background: #fff;
  border: 1px solid #cecece;
  border: 1px solid rgba(125, 185, 221, 0.5);
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  width: 120px;
}
.select:after {
  display: block;
  position: absolute;
  top: 0px;
  line-height: 25px;
  right: 12px;
  font-family: FontAwesome;
  font-size: 12px;
  content: '\f0d7';
  z-index: 0;
}
.select select {
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  display: block;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 0;
  width: 108%;
  outline: 0;
  height: 25px;
  padding-left: 10px;
  z-index: 1;
}
.select select::-ms-expand {
  display: none;
}

header.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 500;
  background: #f0fafe;
  background: rgba(238, 249, 254, 0.89);
  border-bottom: 1px solid #c5e0f0;
  border-bottom: 1px solid rgba(124, 185, 222, 0.5);
}
header.header .wrap {
  min-height: 61px;
}
header.header .wrap a.logo {
  float: left;
  margin: 4px 0 0 0;
}
header.header .wrap a.logo img {
  width: auto;
  height: 51px;
}
header.header .wrap .controls {
  float: right;
  margin: 12px 0 0 0;
}
header.header .wrap .controls .lang-picker {
  float: left;
  margin: 0 5px;
}
header.header .wrap .controls .lang-picker .select {
  height: 32px;
  width: 80px;
  background: #f0fafe;
  border-color: #9fcce7;
  color: #458ec6;
}
header.header .wrap .controls .lang-picker .select:after {
  top: 0;
  line-height: 32px;
}
header.header .wrap .controls .lang-picker .select select {
  color: #458ec6;
  font-weight: 600;
  font-size: 11px;
  height: 32px;
}
header.header .wrap .controls .lang-picker .select:hover {
  background-color: #fff;
  border-color: #1a6eaf;
  color: #196daf;
}
header.header .wrap .controls .lang-picker .select:hover select {
  color: #196daf;
}
header.header .wrap .controls .button {
  background-color: #39b76e;
  color: #fff;
  float: left;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0;
  padding: 0 15px;
}
header.header .wrap .controls .button:hover {
  background-color: #27a95e;
}
header.header .wrap .controls .button:before {
  font-family: FontAwesome;
  content: "\f067";
  font-size: 8px;
  padding: 0 15px 0 0;
}
header.header .wrap nav {
  float: right;
  line-height: 55px;
  margin: 0 17px 0 0;
}
header.header .wrap nav li {
  float: left;
  margin-left: 20px;
}
header.header .wrap nav li a {
  color: #468fc7;
  font-size: 13px;
  font-weight: 600;
}
header.header .wrap nav li a:hover {
  color: #196eaf;
}
header.header .wrap nav li a:hover i {
  color: #1a6eaf;
}
header.header .wrap nav li a i {
  color: #468fc7;
  padding: 0 5px 0 0;
}
header.header .wrap nav li.first {
  margin-left: 0;
}
header.header .wrap.responsive {
  display: none;
  height: 50px;
  min-height: 50px;
  padding: 0;
  line-height: 50px;
}

footer {
  background: url(../../img/footer_bg_underpage.png) no-repeat center;
  height: 331px;
  padding-top: 27px;
}
footer .upper {
  display: none;
}
footer .upper .wrap {
  height: 191px;
  padding-top: 30px;
  text-align: center;
}
footer .upper .wrap h2 {
  color: #468fc7;
  font-size: 17px;
  font-weight: 600;
  margin: 20px 0;
}
footer .upper .wrap .button {
  background-color: #7db9dd;
  color: #fff;
  width: 149px;
  height: 34px;
  line-height: 34px;
  padding: 0;
}
footer .upper .wrap .button:hover {
  background-color: #468fc7;
}
footer .upper .wrap .button.alternate {
  color: #468fc7;
  background-color: #e7f7ff;
  -moz-box-shadow: inset 0 0 0 1px #b1d5eb;
  -webkit-box-shadow: inset 0 0 0 1px #b1d5eb;
  box-shadow: inset 0 0 0 1px #b1d5eb;
}
footer .upper .wrap .button.alternate:hover {
  color: #fff;
  background-color: #458fc7;
}
footer > .wrap {
  color: #fff;
}
footer > .wrap a {
  color: #fff;
}
footer > .wrap a:hover {
  text-decoration: underline;
}
footer > .wrap .boxes {
  *zoom: 1;
  height: 256px;
  padding: 44px 0 0 0;
}
footer > .wrap .boxes:before, footer > .wrap .boxes:after {
  content: " ";
  display: table;
}
footer > .wrap .boxes:after {
  clear: both;
}
footer > .wrap .boxes h2 {
  color: #fff;
  font-size: 24px;
  margin: 0 0 25px 0;
}
footer > .wrap .boxes h3 {
  color: #fff;
  font-size: 20px;
  margin: 0 0 25px 0;
}
footer > .wrap .boxes .box {
  float: left;
  font-size: 12px;
  font-weight: 600;
}
footer > .wrap .boxes .box.info {
  width: 390px;
}
footer > .wrap .boxes .box.info p {
  height: 100px;
  overflow: hidden;
}
footer > .wrap .boxes .box.info p + p {
  display: none;
}
footer > .wrap .boxes .box.info p + p + p {
  display: none;
}
footer > .wrap .boxes .box.info p + p + p + p {
  display: none;
}
footer > .wrap .boxes .box.info .fb-like {
  margin: 25px 0 0 0;
}
footer > .wrap .boxes .box.contact {
  width: 150px;
  margin: 0 0 0 170px;
}
footer > .wrap .boxes .box.links {
  width: 150px;
  margin: 0 0 0 90px;
}
footer > .wrap .copytext {
  text-align: center;
}
footer > .wrap .copytext p {
  margin: 0;
  line-height: 31px;
}

.startpage footer {
  padding-top: 0;
  background: url(../../img/footer_bg.png) no-repeat center top;
}
.startpage footer .upper {
  display: block;
}

.files {
  float: left;
}
.files > div {
  margin: 0 15px 0 0;
  float: left;
}
.files p {
  margin: 0;
}

.fileinput-button {
  border: 1px solid #e1e1e1;
  display: block;
  float: left;
  width: 96px;
  height: 97px;
  text-align: center;
  line-height: 97px;
  color: #e2e2e2;
  font-size: 24px;
  margin: 5px 0 0 0;
}

.advertiser_types,
.ad_types,
.payment_methods {
  *zoom: 1;
  margin: 15px 0;
}
.advertiser_types:before, .advertiser_types:after,
.ad_types:before,
.ad_types:after,
.payment_methods:before,
.payment_methods:after {
  content: " ";
  display: table;
}
.advertiser_types:after,
.ad_types:after,
.payment_methods:after {
  clear: both;
}
.advertiser_types li,
.ad_types li,
.payment_methods li {
  float: left;
  margin: 0 25px 0 0;
}

.upload_area .files > div {
  width: 98px;
  height: 150px;
  padding: 5px 3px;
  position: relative;
}
.upload_area .files > div.selected {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e7f7ff;
}
.upload_area .files > div:hover a.remove {
  visibility: visible;
  width: 15px;
  height: 15px;
}
.upload_area .files > div a.remove {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: #7d7d7d;
  width: 13px;
  height: 13px;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 2px;
  right: 2px;
  visibility: hidden;
  height: 0;
  width: 0;
}
.upload_area .files > div a.remove:before {
  font-family: FontAwesome;
  font-size: 11px;
  content: "\f00d";
  position: absolute;
  left: 3px;
  top: 0px;
  line-height: 15px;
}
.upload_area .files > div img {
  border: 1px solid #e1e1e1;
}
.upload_area input[type="radio"] {
  margin: 10px 5px;
  display: block;
  float: left;
}
.upload_area input[type="radio"] + span.label {
  width: 70px;
  margin: 0 0 0 5px;
  display: none;
  color: #696969;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  float: left;
}
.upload_area input[type="radio"]:checked + span.label {
  display: block;
}

form fieldset .section {
  float: left;
  width: 32%;
  margin: 0 3% 0 3%;
}
form fieldset .section.first {
  margin: 0 3% 0 0;
}
form fieldset .section.last {
  padding: 0;
  margin: 0;
  width: 19%;
  float: right;
}
form fieldset .section.last .infotext {
  padding-top: 16px;
}
form fieldset .section.last.nomargin {
  width: 195px;
}
form fieldset input[type="text"],
form fieldset input[type="email"],
form fieldset input[type="number"],
form fieldset input[type="tel"],
form fieldset input[type="password"],
form fieldset textarea,
form fieldset .select {
  width: 94%;
  padding: 4px 3%;
}
form fieldset .select {
  padding: 0 6% 0 0;
}
form fieldset.full input[type="text"],
form fieldset.full input[type="email"],
form fieldset.full input[type="number"],
form fieldset.full input[type="tel"],
form fieldset.full input[type="password"],
form fieldset.full textarea,
form fieldset.full .select {
  width: 98%;
  padding: 4px 1%;
}
form fieldset.full .select {
  padding: 0 2% 0 0;
}
form fieldset input[type="checkbox"] {
  margin: 10px 5px;
  display: block;
  float: left;
}
form fieldset .checkboxLabel {
  width: 200px;
  margin: 0 0 0 5px;
  color: #696969;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  float: left;
  line-height: 30px;
}

.place_ad_page textarea {
  height: 184px;
}

.ad .images {
  *zoom: 1;
  float: left;
}
.ad .images:before, .ad .images:after {
  content: " ";
  display: table;
}
.ad .images:after {
  clear: both;
}
.ad .images .image {
  border: 1px solid #e1e1e1;
}
.ad .images ul.thumbnails {
  *zoom: 1;
  margin: 10px 0 0 0;
}
.ad .images ul.thumbnails:before, .ad .images ul.thumbnails:after {
  content: " ";
  display: table;
}
.ad .images ul.thumbnails:after {
  clear: both;
}
.ad .images ul.thumbnails li {
  width: 96px;
  height: 97px;
  float: left;
  position: relative;
  border: 1px solid #e1e1e1;
  margin: 0 0 0 8px;
}
.ad .images ul.thumbnails li.first {
  margin: 0;
}
.ad .images ul.thumbnails li img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.ad .images ul.thumbnails li span {
  position: absolute;
  top: 25px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  font-size: 11px;
  line-height: 17px;
}
.ad .images ul.thumbnails li span strong {
  font-size: 14px;
  font-weight: 600;
  color: #468fc7;
}
.ad .info {
  *zoom: 1;
  float: left;
  margin: 0 25px;
}
.ad .info:before, .ad .info:after {
  content: " ";
  display: table;
}
.ad .info:after {
  clear: both;
}
.ad .info h1 {
  font-size: 20px;
  line-height: 30px;
  font-family: "Open Sans", sans-serif;
  margin: 1em 0 0 0;
  color: #7db9dd;
}
.ad .info .meta {
  margin: 1em 0;
  font-size: 11px;
}
.ad .info .description {
  font-size: 12px;
  margin: 35px 0;
}
.ad .info .price {
  font-size: 24px;
  line-height: 30px;
  color: #468fc7;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

.preview_ad_page {
  width: 100%;
  max-width: 600px;
  padding: 20px 0 20px 0;
}
.preview_ad_page .ad .images,
.preview_ad_page .ad .info {
  float: none;
}
.preview_ad_page .ad .thumbnails {
  display: none;
}

.show_ad_page .ad .images {
  width: 310px;
}
.show_ad_page .ad .info {
  width: 350px;
  margin: 0 20px;
}
.show_ad_page .ad .contact_box {
  width: 250px;
  margin: 1px 0 0 0;
  float: right;
  background-color: #e7f7ff;
}
.show_ad_page .ad .contact_box .inner {
  padding: 10px;
}
.show_ad_page .ad .contact_box .inner.fb {
  padding: 13px;
  border-top: 1px solid #bddff1;
}
.show_ad_page .ad .contact_box .inner .button {
  width: 100%;
  padding: 0;
  margin: 0 0 10px 0;
  position: relative;
  background-color: #7db9dd;
}
.show_ad_page .ad .contact_box .inner .button:before {
  font-family: "FontAwesome";
  position: absolute;
  left: 10px;
  top: 0px;
  line-height: 34px;
  font-weight: normal;
}
.show_ad_page .ad .contact_box .inner .button:after {
  content: "";
  display: block;
  position: absolute;
  left: 34px;
  top: 0;
  height: 100%;
  width: 1px;
  background: #92c5e4;
}
.show_ad_page .ad .contact_box .inner .button.mail:before {
  content: "\f003";
}
.show_ad_page .ad .contact_box .inner .button.phone:before {
  content: "\f095";
}
.show_ad_page .ad .contact_box .inner .button.map:before {
  left: 12px;
  content: "\f041";
}
.show_ad_page .ad .contact_box .inner .button.faq:before {
  content: "\f059";
}
.show_ad_page .ad .contact_box .inner .button:hover {
  background-color: #468fc7;
}
.show_ad_page .ad .contact_box .inner .button:hover:after {
  background-color: #66a4d2;
}
.show_ad_page .ad .contact_box .inner .button span {
  padding: 0 0 0 44px;
}
.show_ad_page .ad .contact_box .inner .button span a {
  color: #fff;
}
.show_ad_page .ad .contact_box .links {
  color: #2a71a8;
}
.show_ad_page .ad .contact_box .links li {
  line-height: 24px;
}
.show_ad_page .ad .contact_box .links li a {
  color: #2a71a8;
  text-decoration: none;
}
.show_ad_page .ad .contact_box .links li a:hover {
  text-decoration: underline;
}
.show_ad_page .ad .contact_box .links li i.fa {
  padding: 0 10px 0 0;
}
.show_ad_page .questions {
  border-top: 1px solid #dedede;
  margin: 10px 0;
}
.show_ad_page .questions form {
  padding: 10px 0;
}
.show_ad_page .questions form input[type="text"] {
  width: 98%;
  padding: 4px 1%;
  border-color: #dedede;
}
.show_ad_page .questions form .left {
  width: 49%;
}
.show_ad_page .questions form .right {
  width: 49%;
}
.show_ad_page .questions form .left input[type="text"],
.show_ad_page .questions form .right input[type="text"] {
  width: 96%;
  padding: 4px 2%;
}
.show_ad_page .questions form .contact_row {
  display: none;
}
.show_ad_page .questions .question {
  *zoom: 1;
  border-bottom: 1px solid #dedede;
  padding: 10px 0;
}
.show_ad_page .questions .question:before, .show_ad_page .questions .question:after {
  content: " ";
  display: table;
}
.show_ad_page .questions .question:after {
  clear: both;
}
.show_ad_page .questions .question .left {
  width: 6%;
}
.show_ad_page .questions .question .right {
  width: 94%;
}
.show_ad_page .questions .question .header {
  *zoom: 1;
  width: 100%;
}
.show_ad_page .questions .question .header:before, .show_ad_page .questions .question .header:after {
  content: " ";
  display: table;
}
.show_ad_page .questions .question .header:after {
  clear: both;
}
.show_ad_page .questions .question .header h2 {
  float: left;
  font-size: 13px;
  margin: 0;
}
.show_ad_page .questions .question .header h3 {
  font-size: 11px;
  font-weight: normal;
  margin: 0;
  float: right;
}
.show_ad_page .questions .question .body {
  *zoom: 1;
  width: 100%;
}
.show_ad_page .questions .question .body:before, .show_ad_page .questions .question .body:after {
  content: " ";
  display: table;
}
.show_ad_page .questions .question .body:after {
  clear: both;
}
.show_ad_page .questions .question .body div {
  margin: 0;
}
.show_ad_page .questions .question .body div.answer {
  *zoom: 1;
  padding: 10px 0;
}
.show_ad_page .questions .question .body div.answer:before, .show_ad_page .questions .question .body div.answer:after {
  content: " ";
  display: table;
}
.show_ad_page .questions .question .body div.answer:after {
  clear: both;
}

.tab {
  border: none;
  padding: 0;
}
.tab a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #e7f7ff;
  color: #468fc7;
  text-decoration: none !important;
}
.tab a:hover {
  text-decoration: none;
  background-color: #458fc7;
  color: #fff;
}
.tab.active {
  top: 0;
}
.tab.active a {
  background-color: #7db9dd;
  color: #fff;
  font-weight: normal;
}

table {
  border: 1px solid #ccc;
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  border: 1px solid #ddd;
  padding: 5px;
}
table th,
table td {
  padding: .5em 10px;
  text-align: left;
}
table thead tr {
  background-color: #468fc7;
}
table thead tr th {
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
}
table tbody tr:nth-child(even) {
  background-color: #f1f1f1;
}

h1 .logout {
  font-size: 11px;
}
h1 .logout a {
  text-decoration: none !important;
}

.register_page .section.full {
  width: 97%;
  margin: 0 6% 0 0;
}
.register_page .section.full input[type="text"],
.register_page .section.full input[type="email"],
.register_page .section.full input[type="number"],
.register_page .section.full input[type="tel"],
.register_page .section.full input[type="password"],
.register_page .section.full textarea,
.register_page .section.full .select {
  padding: 4px 1.5%;
}
.register_page .button.facebook {
  position: relative;
  padding-left: 55px;
  background: #38578e;
}
.register_page .button.facebook:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.register_page .button.facebook:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 37px;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f09a";
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  z-index: 11;
  text-indent: 0;
}
.register_page .button.facebook:after {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 37px;
  background: transparent;
  border-right: 1px solid #304a79;
  z-index: 10;
}

.login_box_overlay {
  display: none;
  background-color: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.login_box {
  display: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #7db9dd;
  width: 357px;
  height: 449px;
  position: absolute;
  top: 13%;
  left: 50%;
  margin-left: -195px;
  z-index: 110;
  padding: 17px;
  font-size: 16px;
  line-height: 16px;
}
.login_box h2 {
  text-align: center;
  margin: 48px 0 65px 0;
}
.login_box .close {
  *zoom: 1;
  float: right;
  color: #fff;
  position: absolute;
  top: 17px;
  right: 17px;
}
.login_box .close:before, .login_box .close:after {
  content: " ";
  display: table;
}
.login_box .close:after {
  clear: both;
}
.login_box .controls .button {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 0;
  display: block;
  background: #38578e;
  color: #fff;
  font-size: 12px;
  text-indent: 63px;
  height: 40px;
  line-height: 40px;
  position: relative;
  margin: 10px 0;
}
.login_box .controls .button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.login_box .controls .button:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 43px;
  height: 100%;
  font-family: "FontAwesome";
  content: "\f09a";
  text-align: center;
  line-height: 40px;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  z-index: 11;
  text-indent: 0;
}
.login_box .controls .button:after {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 43px;
  background: transparent;
  border-right: 1px solid #304a79;
  z-index: 10;
}
.login_box .controls p.icon {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  position: relative;
  height: 40px;
  background-color: #fff;
  padding: 0 0 0 44px;
  margin: 10px 0;
}
.login_box .controls p.icon:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  text-align: center;
  width: 43px;
  height: 100%;
  font-family: "FontAwesome";
  line-height: 40px;
  font-weight: normal;
  color: #7db9dd;
  font-size: 12px;
  z-index: 11;
}
.login_box .controls p.icon:after {
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 43px;
  background: #f0fafe;
  border-right: 1px solid #92c5e4;
  z-index: 10;
}
.login_box .controls p.icon.username:before {
  content: "\f007";
}
.login_box .controls p.icon.password:before {
  content: "\f023";
}
.login_box .controls p.icon input[type="email"],
.login_box .controls p.icon input[type="password"] {
  border: none;
  outline: none;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  height: 18px;
  padding: 11px 18px;
  color: #5c5c5c;
  width: 88%;
}
.login_box .controls p.icon ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #5c5c5c;
}
.login_box .controls p.icon :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #5c5c5c;
  opacity: 1;
}
.login_box .controls p.icon ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #5c5c5c;
  opacity: 1;
}
.login_box .controls p.icon :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #5c5c5c;
}
.login_box .bottom {
  *zoom: 1;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.login_box .bottom:before, .login_box .bottom:after {
  content: " ";
  display: table;
}
.login_box .bottom:after {
  clear: both;
}
.login_box .bottom .inner {
  *zoom: 1;
  padding: 17px;
}
.login_box .bottom .inner:before, .login_box .bottom .inner:after {
  content: " ";
  display: table;
}
.login_box .bottom .inner:after {
  clear: both;
}
.login_box .bottom .left p {
  margin: 0;
}
.login_box .bottom .right input[type="submit"] {
  border: 1px solid #fff;
  background: none;
  padding: 0;
  width: 126px;
  height: 37px;
  line-height: 37px;
  cursor: pointer;
}
.login_box .bottom .right input[type="submit"]:hover {
  background: #fff;
  color: #468fc7;
}
.login_box .bottom a {
  color: #fff;
  font-size: 12px;
  font-weight: 600;
}
.login_box .bottom a:hover {
  text-decoration: underline;
}

.ads {
  width: 75%;
  float: right;
}
.ads article {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  -moz-background-clip: padding;
  -o-background-clip: padding-box;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  *zoom: 1;
  height: 92px;
  border: 1px solid #dedede;
  margin: 0 0 10px 0;
}
.ads article:before, .ads article:after {
  content: " ";
  display: table;
}
.ads article:after {
  clear: both;
}
.ads article:hover {
  border: 1px solid #989898;
}
.ads article .picture {
  float: left;
  border-right: 1px solid #dedede;
}
.ads article .picture figure {
  margin: auto;
}
.ads article .picture img {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
.ads article a {
  text-decoration: none !important;
}
.ads article a:hover {
  text-decoration: underline !important;
}
.ads article header {
  padding: 13px 2%;
  float: right;
  width: 81%;
  height: 66px;
  overflow: hidden;
}
.ads article header time {
  font-size: 13px;
  line-height: 22px;
}
.ads article header h2 {
  font-size: 14px;
  line-height: 22px;
  margin: 0;
  color: #468fc7;
  font-weight: 600;
  text-align: left;
}
.ads article header .price {
  color: #7db9dd;
  line-height: 22px;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.ads article header .right .category,
.ads article header .right .location {
  margin: 0;
  line-height: 17px;
  text-align: right;
}

nav.filter {
  float: left;
  width: 230px;
}
nav.filter a {
  text-decoration: none !important;
}
nav.filter a:hover {
  text-decoration: underline !important;
}

nav {
  *zoom: 1;
}
nav:before, nav:after {
  content: " ";
  display: table;
}
nav:after {
  clear: both;
}
nav .button {
  margin: 20px 0;
  float: left;
  background: #f1fbff;
  color: #468fc7;
  border: 1px solid #b1d5eb;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
}
nav .button:hover, nav .button.active {
  background: #7db9dd;
  border-color: #7db9dd;
  color: #fff;
}
nav .button.split.left {
  -moz-border-radius: 2px 0 0 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 0 0 2px;
}
nav .button.split.right {
  -moz-border-radius: 0 2px 2px 0;
  -webkit-border-radius: 0;
  border-radius: 0 2px 2px 0;
}
nav .button.split.middle {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
nav .button + .button {
  margin-left: -1px;
}

.pagination {
  *zoom: 1;
  margin: 20px 0;
  float: right;
}
.pagination:before, .pagination:after {
  content: " ";
  display: table;
}
.pagination:after {
  clear: both;
}
.pagination li {
  float: left;
  margin: 0 3px 0 0;
}
.pagination li.prev {
  margin: 0 13px 0 0;
}
.pagination li.first {
  margin: 0 27px 0 0;
}
.pagination li.next {
  margin: 0 0 0 13px;
}
.pagination li.last {
  margin: 0 0 0 27px;
}
.pagination li a {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: block;
  background: #f1fbff;
  border: 1px solid #b1d5eb;
  height: 26px;
  line-height: 26px;
  padding: 0 9px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: #468fc7;
}
.pagination li a:hover, .pagination li a.active {
  background: #7db9dd;
  border: 1px solid #7db9dd;
  color: #fff;
}

.ad_search_page form fieldset .row {
  *zoom: 1;
}
.ad_search_page form fieldset .row:before, .ad_search_page form fieldset .row:after {
  content: " ";
  display: table;
}
.ad_search_page form fieldset .row:after {
  clear: both;
}
.ad_search_page form fieldset .row .select:after {
  line-height: 34px;
}
.ad_search_page form fieldset .row .select select {
  height: 34px;
  line-height: 34px;
}
.ad_search_page form fieldset .row input[type="text"] {
  height: 24px;
}
.ad_search_page form fieldset .row button {
  background: #468fc7;
}
.ad_search_page form fieldset .row button:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: #7db9dd;
}
.ad_search_page form fieldset .row button i {
  padding: 0 8px 0 0;
  margin-left: -5px;
}
.ad_search_page form fieldset .row .col {
  width: 25%;
  float: left;
}
.ad_search_page form fieldset .row .col:nth-child(1) {
  width: 32%;
  margin: 0 2% 0 0;
}
.ad_search_page form fieldset .row .col:nth-child(2) {
  width: 22%;
  margin: 0 2% 0 0;
}
.ad_search_page form fieldset .row .col:nth-child(3) {
  width: 22%;
  margin: 0 2% 0 0;
}
.ad_search_page form fieldset .row .col:nth-child(4) {
  width: 18%;
}
.ad_search_page form fieldset .row .col:nth-child(4) button {
  width: 100%;
  padding: 0;
  text-align: center;
}
.ad_search_page form ul li {
  float: left;
  margin: 20px 0 0 25px;
}
.ad_search_page form ul li:first-child {
  margin-left: 0;
}

.breadcrumbs {
  *zoom: 1;
  margin: 11px 0 40px 0;
}
.breadcrumbs:before, .breadcrumbs:after {
  content: " ";
  display: table;
}
.breadcrumbs:after {
  clear: both;
}
.breadcrumbs .breadcrumb {
  float: left;
}
.breadcrumbs .breadcrumb a {
  color: #696969;
  font-weight: 600;
  text-decoration: none;
}
.breadcrumbs .breadcrumb a:hover {
  text-decoration: underline;
}
.breadcrumbs .breadcrumb.last a {
  color: #468fc7;
}
.breadcrumbs .breadcrumb.text {
  margin: 0 .5em;
}
.breadcrumbs .separator {
  float: left;
  margin: 0 .75em;
}

.recent {
  *zoom: 1;
  padding: 0 0 130px 0;
  border-top: 1px solid #dedede;
}
.recent:before, .recent:after {
  content: " ";
  display: table;
}
.recent:after {
  clear: both;
}
.recent h2 {
  text-align: center;
}

.startpage {
  position: relative;
}
.startpage section {
  *zoom: 1;
}
.startpage section:before, .startpage section:after {
  content: " ";
  display: table;
}
.startpage section:after {
  clear: both;
}
.startpage section.upper {
  padding: 10px 0 30px 0;
}
.startpage section.ads {
  width: 100%;
  float: none;
}
.startpage section.ads article {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  float: left;
  width: 147px;
  height: 147px;
  margin: 0 0 11px 11px;
}
.startpage section.ads article figure {
  width: 100%;
  height: 100%;
}
.startpage section.ads article:nth-child(6n+1), .startpage section.ads article.first-in-row {
  margin-left: 0;
}
.startpage section.ads + p {
  margin: 16px 0 10px 0;
  text-align: center;
}
.startpage section.ads + p .button {
  width: 150px;
  padding: 0;
  text-align: center;
}
.startpage section.ads + p .button.disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: no-drop;
}
.startpage .welcomeText {
  width: 390px;
  float: left;
}
.startpage .welcomeText h1 {
  margin: 140px 0 0 0;
  line-height: 30px;
}
.startpage .welcomeText h2 {
  margin: 0 0 30px 0;
  line-height: 30px;
}
.startpage .map {
  width: 390px;
  margin: 0 10px;
  float: left;
  text-align: right;
}
.startpage .map path {
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-property: all;
  -moz-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -moz-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  cursor: pointer;
}
.startpage .map path:hover {
  fill: #baf0a1;
}
.startpage .cities {
  position: absolute;
  top: 100px;
  right: 0;
  width: 230px;
}
.startpage .cities .select {
  width: 228px;
  border-color: #ccc;
}
.startpage .cities .select:after {
  line-height: 34px;
}
.startpage .cities .select select {
  height: 34px;
  line-height: 34px;
}
.startpage .cities .button {
  width: 100%;
  padding: 0;
  text-align: center;
}

.contact_page .left {
  width: 50%;
}
.contact_page .right {
  width: 390px;
}
.contact_page .right input,
.contact_page .right textarea {
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
}
.contact_page .right textarea {
  height: 163px;
}
.contact_page .right input[type="submit"] {
  width: 100%;
  padding: 0;
  text-align: center;
}

main .wrap {
  *zoom: 1;
  padding: 0 0 130px 0;
}
main .wrap:before, main .wrap:after {
  content: " ";
  display: table;
}
main .wrap:after {
  clear: both;
}
main .wrap a {
  text-decoration: underline;
}

.startpage main .wrap {
  padding-bottom: 0;
}

.phone_number_popup {
  width: 100%;
  text-align: center;
}

.sb-toggle-left {
  width: 58px;
  float: left;
  padding: 14px;
  border-right: 1px solid #7DB9DD;
}

.navicon-line {
  width: 24px;
  height: 4px;
  border-radius: 1px;
  margin-bottom: 3px;
  background-color: #7DB9DD;
}

.sb-slidebar ul {
  /* Apply to <ul> or <ol>. */
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.sb-slidebar ul li {
  width: 100%;
  padding: 0;
  margin: 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  /* Will lighten any background colour you set. */
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* Will darken any background colour you set. */
}
.sb-slidebar ul li a {
  width: 100%;
  /* Makes links full width. */
  display: inline-block;
  padding: 1em;
  /* Creates an even padding the same size as your font. */
  color: #f2f2f2;
  font-size: 14px;
}
.sb-slidebar ul li a:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.05);
  /* Will lighten any background colour you set. */
}
.sb-slidebar ul li a i {
  padding: 0 5px 0 0;
}
.sb-slidebar ul li a.logo img {
  width: 60%;
}
.sb-slidebar ul > li:first-child {
  border-top: none;
  /* Removes top border from first list item.. */
}
.sb-slidebar ul li:last-child {
  border-bottom: none;
  /* Removed bottom border from last list item. */
}

.email_popup {
  width: 100%;
}
.email_popup input[type="submit"] {
  width: 100%;
  padding: 0;
  text-align: center;
}
.email_popup textarea {
  height: 100px;
}

header.header {
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transition: all 0.5s ease;
  transition: transform 0.5s ease, left 0.5s ease;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

@media only screen and (max-width: 1px) {
  header.header {
    position: static;
  }
}
header.header.isHidden {
  -webkit-transform: translate3d(0, -66px, 0);
  -moz-transform: translate3d(0, -66px, 0);
  -o-transform: translate3d(0, -66px, 0);
  transform: translate3d(0, -66px, 0);
}

.container .inner {
  *zoom: 1;
  padding-top: 61px;
}
.container .inner:before, .container .inner:after {
  content: " ";
  display: table;
}
.container .inner:after {
  clear: both;
}

.alert {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  margin: 10px 0px;
  padding: 12px;
  border: 1px solid;
  cursor: pointer;
}
.alert.success {
  color: #4f8a10;
  background-color: #dff2bf;
}
.alert.warning {
  color: #9f6000;
  background-color: #feefb3;
}
.alert.error {
  color: #d8000c;
  background-color: #ffbaba;
}
.alert.notice {
  color: #00529B;
  background-color: #bde5f8;
}
.alert i {
  margin: 10px 22px;
  font-size: 2em;
  vertical-align: middle;
}
.alert ul {
  margin: 0 22px;
}
.alert li {
  list-style: disc;
  list-style-position: inside;
}

#sb-site {
  height: 100%;
}

#facebox .popup {
  border: none;
}

input[type="radio"] {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #80bade;
  background: #fff;
  color: #555;
  clear: none;
  cursor: pointer;
  display: inline-block;
  line-height: 0;
  height: 13px;
  margin: -4px 4px 0 0;
  outline: 0;
  padding: 0 !important;
  text-align: center;
  vertical-align: middle;
  width: 13px;
  min-width: 13px;
  -webkit-appearance: none;
  margin-right: 4px;
  line-height: 10px;
}

input[type="radio"]:checked + label:before {
  color: #888;
}

input[type="radio"]:disabled,
input[type="radio"]:disabled:checked:before {
  opacity: 0.7;
}

input[type="radio"]:checked:before {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  float: left;
  display: inline-block;
  vertical-align: middle;
  width: 13px;
  font: normal 21px/1 'dashicons';
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: '\2022';
  text-indent: -9999px;
  font-size: 24px;
  width: 5px;
  height: 5px;
  margin: 3px;
  line-height: 13px;
  background-color: #575757;
}

.remove_ad_page input[type="submit"] {
  margin: 0 15px 0 0;
}

.panel-container #ads .adsTdEdit {
  text-align: center;
}

/* page specific properties */
@media screen and (max-width: 950px) {
  *,
  *:before,
  *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .wrap {
    min-width: 100%;
    width: 100%;
    padding: 2%;
  }

  main .wrap {
    min-width: 100%;
    width: 100%;
    padding: 0 2% 130px 2%;
  }

  header.header > .wrap {
    display: none;
  }
  header.header > .wrap.responsive {
    display: block;
  }
  header.header > .wrap.responsive a.logo {
    margin: 0 0 0 10px;
  }
  header.header > .wrap.responsive a.logo img {
    height: 40px;
  }
  header.header > .wrap.responsive .controls {
    margin: 8px 10px 8px 10px;
  }

  footer {
    background: #468fc7;
  }
  footer > .wrap .boxes .box.info, footer > .wrap .boxes .box.contact, footer > .wrap .boxes .box.links {
    margin: 0 3%;
  }

  .startpage footer {
    background: #468fc7;
  }
  .startpage footer .upper {
    background: #e9f3f9;
  }

  .show_ad_page .ad .images {
    width: 46%;
    margin: 0;
  }
  .show_ad_page .ad .images .image img {
    width: 100%;
  }
  .show_ad_page .ad .images ul.thumbnails {
    *zoom: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    /* Safari 6.1+ */
    justify-content: space-between;
  }
  .show_ad_page .ad .images ul.thumbnails:before, .show_ad_page .ad .images ul.thumbnails:after {
    content: " ";
    display: table;
  }
  .show_ad_page .ad .images ul.thumbnails:after {
    clear: both;
  }
  .show_ad_page .ad .images ul.thumbnails li {
    margin: 0 10px;
    display: flex;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .show_ad_page .ad .images ul.thumbnails li:nth-child(3), .show_ad_page .ad .images ul.thumbnails li.first {
    margin: 0;
  }
  .show_ad_page .ad .info {
    width: 46%;
    float: right;
    margin: 0;
    min-height: 390px;
  }
  .show_ad_page .ad .contact_box {
    *zoom: 1;
    width: 100%;
    float: none;
    clear: both;
    margin: 20px 0 0 0;
  }
  .show_ad_page .ad .contact_box:before, .show_ad_page .ad .contact_box:after {
    content: " ";
    display: table;
  }
  .show_ad_page .ad .contact_box:after {
    clear: both;
  }

  .register_page .section.full {
    width: 100%;
    margin: 0;
  }

  .login_box {
    width: 391px;
  }
  .login_box .controls p.icon input[type="email"],
  .login_box .controls p.icon input[type="password"] {
    height: 40px;
    padding: 11px 18px;
  }

  .ads article .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .ads article .picture {
    -webkit-flex-grow: 0;
    flex-grow: 0;
    width: 93px;
    min-width: 93px;
  }
  .ads article header {
    height: 92px;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    padding: 13px 19px;
  }

  form fieldset input[type="text"],
  form fieldset input[type="email"],
  form fieldset input[type="number"],
  form fieldset input[type="tel"],
  form fieldset input[type="password"],
  form fieldset textarea,
  form fieldset .select {
    width: 100%;
    padding: 4px 3%;
  }
  form fieldset .select {
    padding: 0 3%;
  }
  form fieldset .select select {
    width: 100%;
  }

  .startpage {
    position: relative;
  }
  .startpage section.upper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .startpage section.ads {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    -webkit-justify-content: center;
    /* Safari 6.1+ */
    justify-content: center;
  }
  .startpage section.ads article {
    text-align: center;
    margin: 0 5px 10px 5px;
  }
  .startpage section.ads article:nth-child(6n+1), .startpage section.ads article.first-in-row {
    margin-left: 5px;
  }
  .startpage .welcomeText {
    width: 100%;
    order: 3;
  }
  .startpage .welcomeText h1 {
    margin: .5em 0 0 0;
    line-height: 30px;
  }
  .startpage .welcomeText h2 {
    margin: 0 0 .5em 0;
    line-height: 30px;
  }
  .startpage .map {
    width: 390px;
    margin: 0 auto;
    order: 1;
  }
  .startpage .cities {
    width: 100%;
    position: static;
    order: 2;
    clear: both;
  }
  .startpage .cities .select {
    width: 100%;
  }

  .contact_page .left {
    width: 48%;
  }
  .contact_page .right {
    width: 48%;
  }
  .contact_page .right input,
  .contact_page .right textarea {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact_page .right textarea {
    height: 163px;
  }

  footer > .wrap .boxes .box.info .fb-like {
    display: none;
  }

  .login_box {
    display: fixed;
    top: 30px;
  }

  #facebox .content {
    width: 100%;
  }

  .container {
    padding-top: 50px;
  }

  header.header.isHidden {
    -webkit-transform: translate3d(0, -50px, 0);
    -moz-transform: translate3d(0, -50px, 0);
    -o-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
  }

  .ad_search_page form fieldset .row input[type="text"] {
    height: 34px;
  }

  .select select {
    width: 100%;
  }

  .formPlaceHolder {
    *zoom: 1;
  }
  .formPlaceHolder:before, .formPlaceHolder:after {
    content: " ";
    display: table;
  }
  .formPlaceHolder:after {
    clear: both;
  }
  .formPlaceHolder form {
    margin: 10px 0 30px 0;
  }
  .formPlaceHolder h2 {
    margin: .5em 0;
  }
  .formPlaceHolder fieldset {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  form fieldset {
    padding: 3%;
  }
  form fieldset .section {
    width: 48%;
    margin: 0 1%;
  }
  form fieldset .section.first {
    margin: 0 1%;
  }
  form fieldset .section.last {
    clear: both;
    float: none;
    width: 98%;
    margin: 0 1%;
  }
  form fieldset .section.last .infotext {
    padding-top: 0;
  }
  form fieldset .section.last.nomargin {
    width: 98%;
    margin: 0 1% !important;
  }

  .place_ad_page textarea {
    height: 84px;
  }
  .place_ad_page .buttons {
    *zoom: 1;
  }
  .place_ad_page .buttons:before, .place_ad_page .buttons:after {
    content: " ";
    display: table;
  }
  .place_ad_page .buttons:after {
    clear: both;
  }
  .place_ad_page .buttons input[type="submit"] {
    width: 48%;
    float: right;
  }
  .place_ad_page .buttons input[type="submit"].alternate {
    float: left;
  }
  .place_ad_page .files > div {
    width: 104px;
  }
  .place_ad_page .files > div a.remove {
    visibility: visible;
    width: 15px;
    height: 15px;
  }

  header.header {
    height: 50px;
  }
  header.header .wrap {
    *zoom: 1;
    height: auto;
    text-align: center;
  }
  header.header .wrap:before, header.header .wrap:after {
    content: " ";
    display: table;
  }
  header.header .wrap:after {
    clear: both;
  }
  header.header .wrap nav {
    clear: both;
    float: none;
  }
  header.header .wrap nav ul {
    text-align: center;
  }
  header.header .wrap nav li {
    float: none;
    display: inline-block;
  }
  header.header.isHidden {
    -webkit-transform: translate3d(0, -101px, 0);
    -moz-transform: translate3d(0, -101px, 0);
    -o-transform: translate3d(0, -101px, 0);
    transform: translate3d(0, -101px, 0);
  }

  .ads {
    width: 100%;
  }

  footer {
    height: auto;
  }
  footer > .wrap {
    height: auto;
  }
  footer > .wrap .boxes {
    *zoom: 1;
    height: auto;
  }
  footer > .wrap .boxes:before, footer > .wrap .boxes:after {
    content: " ";
    display: table;
  }
  footer > .wrap .boxes:after {
    clear: both;
  }
  footer > .wrap .boxes .box.info {
    width: 100%;
    margin: 0;
  }
  footer > .wrap .boxes .box.contact {
    clear: both;
  }
  footer > .wrap .boxes .box.contact, footer > .wrap .boxes .box.links {
    width: 48%;
    margin: 1em 0 0 0;
  }
  footer > .wrap .boxes .box.links {
    float: right;
  }

  .startpage footer {
    height: auto;
  }
  .startpage footer > wrap {
    height: auto;
  }

  #facebox {
    min-width: 96%;
  }
}
@media screen and (max-width: 400px) {
  h1,
  h2,
  h3 {
    text-align: center;
  }

  form fieldset .section {
    clear: both;
    float: none;
    width: 98%;
  }

  .advertiser_types,
  .ad_types,
  .payment_methods {
    *zoom: 1;
    margin: 15px 0;
    text-align: center;
  }
  .advertiser_types:before, .advertiser_types:after,
  .ad_types:before,
  .ad_types:after,
  .payment_methods:before,
  .payment_methods:after {
    content: " ";
    display: table;
  }
  .advertiser_types:after,
  .ad_types:after,
  .payment_methods:after {
    clear: both;
  }
  .advertiser_types li,
  .ad_types li,
  .payment_methods li {
    float: none;
    display: inline-block;
    margin: 0 25px 0 0;
  }

  .place_ad_page .fileinput-button {
    clear: both;
    float: none;
    margin: 0 auto;
  }
  .place_ad_page .files {
    width: 100%;
    float: none;
    clear: both;
    text-align: center;
  }
  .place_ad_page .files > div {
    display: inline-block;
    float: none;
    margin: 2%;
  }

  .show_ad_page .ad .images {
    width: 100%;
  }
  .show_ad_page .ad .images .image {
    *zoom: 1;
    width: 100%;
    height: auto;
  }
  .show_ad_page .ad .images .image:before, .show_ad_page .ad .images .image:after {
    content: " ";
    display: table;
  }
  .show_ad_page .ad .images .image:after {
    clear: both;
  }
  .show_ad_page .ad .images .image img {
    width: 100%;
    height: auto;
    position: static;
  }
  .show_ad_page .ad .info {
    width: 100%;
    margin: 0;
  }
  .show_ad_page .ad .info h1 {
    text-align: left;
  }
  .show_ad_page .ad .contact_box {
    width: 100%;
  }

  .pagination {
    width: 100%;
  }
  .pagination ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    /* Safari 6.1+ */
    flex-wrap: wrap;
  }
  .pagination li {
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .pagination li.first, .pagination li.last {
    display: none;
  }
  .pagination li.prev, .pagination li.next {
    -webkit-flex-grow: 2;
    flex-grow: 2;
    width: 100%;
    margin: 0;
  }
  .pagination li.prev a, .pagination li.next a {
    padding: 0;
    text-align: center;
  }
  .pagination li.prev + li, .pagination li.next + li {
    margin-left: 0;
  }
  .pagination li.prev a {
    margin-bottom: 0;
  }
  .pagination li.next a {
    margin-top: 0;
  }
  .pagination li a {
    margin: 10px 0 10px 5px;
  }

  footer > .wrap .boxes .box.contact, footer > .wrap .boxes .box.links {
    margin: 1em 0 0 0;
    clear: both;
    width: 100%;
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  table {
    border: 0;
  }
  table thead {
    display: none;
  }
  table tr {
    margin-bottom: 10px;
    display: block;
    border-bottom: 2px solid #ddd;
  }
  table tbody tr:nth-child(even) {
    background-color: transparent;
  }
  table td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ccc;
  }
  table td:last-child {
    border-bottom: 0;
  }
  table td:before {
    content: attr(data-label);
    float: left;
    text-transform: uppercase;
    font-weight: bold;
  }

  .register_page .section.full input[type="text"],
  .register_page .section.full input[type="email"],
  .register_page .section.full input[type="number"],
  .register_page .section.full input[type="tel"],
  .register_page .section.full input[type="password"],
  .register_page .section.full textarea,
  .register_page .section.full .select {
    padding: 4px 2%;
  }

  .ads article header {
    position: relative;
  }
  .ads article header .left,
  .ads article header .right {
    float: none;
    clear: both;
  }
  .ads article header h2 {
    position: absolute;
    top: 13px;
    left: 19px;
    line-height: 1.25em;
    font-size: 12px;
    height: 47px;
    overflow: hidden;
  }
  .ads article header .price {
    position: absolute;
    bottom: 13px;
    left: 19px;
    font-size: 12px;
  }
  .ads article header time {
    position: absolute;
    bottom: 13px;
    right: 19px;
    font-size: 11px;
  }
  .ads article header .category,
  .ads article header .location {
    display: none;
  }

  .contact_page .left {
    width: 100%;
  }
  .contact_page .right {
    width: 100%;
  }
  .contact_page .right input,
  .contact_page .right textarea {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }
  .contact_page .right textarea {
    height: 163px;
  }

  .ad_search_page form fieldset .row {
    *zoom: 1;
  }
  .ad_search_page form fieldset .row:before, .ad_search_page form fieldset .row:after {
    content: " ";
    display: table;
  }
  .ad_search_page form fieldset .row:after {
    clear: both;
  }
  .ad_search_page form fieldset .row input[type="text"] {
    height: 34px;
  }
  .ad_search_page form fieldset .row .col {
    width: 100%;
    clear: both;
  }
  .ad_search_page form fieldset .row .col:nth-child(1) {
    width: 100%;
    margin: 3px 0 3px 0;
  }
  .ad_search_page form fieldset .row .col:nth-child(2) {
    width: 100%;
    margin: 3px 0 3px 0;
  }
  .ad_search_page form fieldset .row .col:nth-child(3) {
    width: 100%;
    margin: 3px 0 3px 0;
  }
  .ad_search_page form fieldset .row .col:nth-child(4) {
    width: 100%;
    margin: 3px 0 3px 0;
  }
  .ad_search_page form fieldset .row .col:nth-child(4) button {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .ad_search_page form ul li {
    float: left;
    margin: 20px 0 0 25px;
  }
  .ad_search_page form ul li:first-child {
    margin-left: 0;
  }

  nav.filter {
    *zoom: 1;
    width: 100%;
  }
  nav.filter:before, nav.filter:after {
    content: " ";
    display: table;
  }
  nav.filter:after {
    clear: both;
  }
  nav.filter ul {
    *zoom: 1;
    margin: 5px 0;
  }
  nav.filter ul:before, nav.filter ul:after {
    content: " ";
    display: table;
  }
  nav.filter ul:after {
    clear: both;
  }
  nav.filter li {
    float: left;
    padding: 1% 2%;
  }
  nav.filter h2,
  nav.filter .location {
    display: none;
  }

  nav .button.split {
    width: 50%;
    margin: 5px 0;
    text-align: center;
  }
  nav .pagination {
    margin: 5px 0;
  }

  header.header .wrap a.logo {
    float: none;
  }
  header.header .wrap .controls {
    width: 96%;
    margin: 8px 2% 8px 2%;
    clear: both;
  }
  header.header .wrap .controls .lang-picker {
    width: 28%;
    float: left;
    margin: 0;
  }
  header.header .wrap .controls .lang-picker .select {
    width: 100%;
  }
  header.header .wrap .controls .button {
    width: 68%;
    float: right;
    margin: 0;
  }
}
@media screen and (max-width: 614px) {
  .pagination li.first, .pagination li.last {
    display: none;
  }
}
@media screen and (max-width: 494px) {
  .login_box {
    width: 80%;
    margin-left: -40%;
  }
}
@media screen and (max-width: 390px) {
  .startpage .map {
    width: 100% !important;
    height: auto !important;
  }
  .startpage .map svg {
    width: 100% !important;
    height: auto !important;
  }
}
